diff --git a/7408/app.js b/7408/app.js deleted file mode 100644 index 67a3826e05c..00000000000 --- a/7408/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/7408/plugin/behaviors/index.js b/7408/plugin/behaviors/index.js deleted file mode 100644 index a5eedc288c8..00000000000 --- a/7408/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/7408/plugin/packages/index.js b/7408/plugin/packages/index.js deleted file mode 100644 index 2989f333dba..00000000000 --- a/7408/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/7408/plugin/screen-diff/index.js b/7408/plugin/screen-diff/index.js deleted file mode 100644 index 3774f88e7eb..00000000000 --- a/7408/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/7408/plugin/screen-diff/styles.css b/7408/plugin/screen-diff/styles.css deleted file mode 100644 index 6cf2219521c..00000000000 --- a/7408/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/7408/styles.css b/7408/styles.css deleted file mode 100644 index 789aa4c478c..00000000000 --- a/7408/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/7408/widgets/behaviors.json b/7408/widgets/behaviors.json deleted file mode 100644 index 09b2d65e83a..00000000000 --- a/7408/widgets/behaviors.json +++ /dev/null @@ -1 +0,0 @@ -{"total":855,"items":[]} \ No newline at end of file diff --git a/7408/widgets/categories-trend.json b/7408/widgets/categories-trend.json deleted file mode 100644 index 5bc2c3598ae..00000000000 --- a/7408/widgets/categories-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":7408,"reportUrl":"https://waku-org.github.io/js-waku/7408/","reportName":"Allure Report with history","data":{}},{"buildOrder":7407,"reportUrl":"https://waku-org.github.io/js-waku/7407/","reportName":"Allure Report with history","data":{}},{"buildOrder":7406,"reportUrl":"https://waku-org.github.io/js-waku/7406/","reportName":"Allure Report with history","data":{}},{"buildOrder":7405,"reportUrl":"https://waku-org.github.io/js-waku/7405/","reportName":"Allure Report with history","data":{}},{"buildOrder":7404,"reportUrl":"https://waku-org.github.io/js-waku/7404/","reportName":"Allure Report with history","data":{}},{"buildOrder":7403,"reportUrl":"https://waku-org.github.io/js-waku/7403/","reportName":"Allure Report with history","data":{}},{"buildOrder":7401,"reportUrl":"https://waku-org.github.io/js-waku/7401/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/7408/widgets/categories.json b/7408/widgets/categories.json deleted file mode 100644 index a527ade754f..00000000000 --- a/7408/widgets/categories.json +++ /dev/null @@ -1 +0,0 @@ -{"total":0,"items":[]} \ No newline at end of file diff --git a/7408/widgets/duration-trend.json b/7408/widgets/duration-trend.json deleted file mode 100644 index feb3faefe79..00000000000 --- a/7408/widgets/duration-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":7408,"reportUrl":"https://waku-org.github.io/js-waku/7408/","reportName":"Allure Report with history","data":{"duration":670610}},{"buildOrder":7407,"reportUrl":"https://waku-org.github.io/js-waku/7407/","reportName":"Allure Report with history","data":{"duration":670598}},{"buildOrder":7406,"reportUrl":"https://waku-org.github.io/js-waku/7406/","reportName":"Allure Report with history","data":{"duration":664218}},{"buildOrder":7405,"reportUrl":"https://waku-org.github.io/js-waku/7405/","reportName":"Allure Report with history","data":{"duration":654931}},{"buildOrder":7404,"reportUrl":"https://waku-org.github.io/js-waku/7404/","reportName":"Allure Report with history","data":{"duration":656797}},{"buildOrder":7403,"reportUrl":"https://waku-org.github.io/js-waku/7403/","reportName":"Allure Report with history","data":{"duration":666713}},{"buildOrder":7401,"reportUrl":"https://waku-org.github.io/js-waku/7401/","reportName":"Allure Report with history","data":{"duration":674938}},{"data":{}}] \ No newline at end of file diff --git a/7408/widgets/duration.json b/7408/widgets/duration.json deleted file mode 100644 index 0e527107169..00000000000 --- a/7408/widgets/duration.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"640ea34a365649f7","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1725578970798,"stop":1725578970798,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc4bc043b6f45fe","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1725579198137,"stop":1725579198137,"duration":0},"status":"passed","severity":"normal"},{"uid":"37343737cd70039a","name":"Check publish message containing Arabic","time":{"start":1725579219610,"stop":1725579219610,"duration":0},"status":"passed","severity":"normal"},{"uid":"757652f278cd2f4","name":"Check publish message containing special chars","time":{"start":1725579219609,"stop":1725579219609,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f54bf8209c7e55","name":"should load peers from local storage and dispatch events","time":{"start":1725578734309,"stop":1725578734309,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ded318137a07e42","name":"shard 0","time":{"start":1725579281322,"stop":1725579281335,"duration":13},"status":"passed","severity":"normal"},{"uid":"314efb32f147dbfa","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1725578717083,"stop":1725578717083,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ad6a6b8082d619e","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1725578876067,"stop":1725578876067,"duration":0},"status":"passed","severity":"normal"},{"uid":"155be21c9185097","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1725578709090,"stop":1725578709091,"duration":1},"status":"passed","severity":"normal"},{"uid":"90f6c9c8858b10fd","name":"Round trip binary serialization","time":{"start":1725578722639,"stop":1725578722640,"duration":1},"status":"passed","severity":"normal"},{"uid":"40121ab6b75d30c4","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1725578943256,"stop":1725578943256,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f6494eb8123c742","name":"Encoder throws on empty string content topic","time":{"start":1725578741887,"stop":1725578741887,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff3597ae8e94c614","name":"Callback on promise","time":{"start":1725579310623,"stop":1725579310624,"duration":1},"status":"passed","severity":"normal"},{"uid":"613edd83543ecd5f","name":"handles empty shards array correctly","time":{"start":1725578709121,"stop":1725578709121,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f00734ef9a6990a","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1725578970800,"stop":1725578970800,"duration":0},"status":"passed","severity":"normal"},{"uid":"67bfdd787e81679d","name":"Subscribe and receives messages on 20 topics","time":{"start":1725579297987,"stop":1725579297987,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b766fa42a84e0fc","name":"should encodeTxt and decodeTxt","time":{"start":1725578717730,"stop":1725578717731,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd140f84b4a2d51e","name":"Publishes to nwaku","time":{"start":1725579207436,"stop":1725579207437,"duration":1},"status":"passed","severity":"normal"},{"uid":"54b399f7597962bb","name":"Subscribe to topic containing emoji and receive message","time":{"start":1725579297983,"stop":1725579297983,"duration":0},"status":"passed","severity":"normal"},{"uid":"66313039b850752f","name":"Reopen subscription with peer with lost subscription","time":{"start":1725578821025,"stop":1725578821026,"duration":1},"status":"passed","severity":"normal"},{"uid":"94e2f690b6755de2","name":"Push message with Basic HTML tag payload","time":{"start":1725579187569,"stop":1725579187569,"duration":0},"status":"passed","severity":"normal"},{"uid":"586a03ece25b290c","name":"Subscribe to topic containing XML and publish message","time":{"start":1725579222589,"stop":1725579222589,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad80b48902836d80","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1725578759909,"stop":1725578759910,"duration":1},"status":"passed","severity":"normal"},{"uid":"14363299fff5c84c","name":"should throw an error for empty SingleShardInfos array","time":{"start":1725578709099,"stop":1725578709099,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3f552d5c47adf89","name":"Push to array if already present","time":{"start":1725578708697,"stop":1725578708697,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8b7287edfd8d48b","name":"Publish message with custom timestamp: Fri Sep 06 2024 00:33:13 GMT+0000 (Coordinated Universal Time)","time":{"start":1725579219619,"stop":1725579219619,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae29183dafc43ef2","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1725579198134,"stop":1725579198135,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffcc129269a15f2b","name":"Js publishes, other Js receives","time":{"start":1725579207438,"stop":1725579207439,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb1b2ec4af6597d2","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1725578970799,"stop":1725578970799,"duration":0},"status":"passed","severity":"normal"},{"uid":"e446e4f5c39872aa","name":"Check message with non string payload is not received","time":{"start":1725579181274,"stop":1725579181274,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce5f4c5679062e6a","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1725578980010,"stop":1725578980011,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7fcc18de2cd3c37","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1725578709099,"stop":1725578709099,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e3c87fc7a0e15a9","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1725578709120,"stop":1725578709120,"duration":0},"status":"passed","severity":"normal"},{"uid":"70873c9f179fcb6e","name":"Store - dialed first","time":{"start":1725579337066,"stop":1725579337066,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd42bce9f9c14c69","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1725579181272,"stop":1725579181272,"duration":0},"status":"passed","severity":"normal"},{"uid":"933b973e0616812e","name":"should set field with all protocols enabled","time":{"start":1725578717745,"stop":1725578717745,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd6704ebc3a54e0f","name":"Relay - times out","time":{"start":1725579337065,"stop":1725579337066,"duration":1},"status":"passed","severity":"normal"},{"uid":"7de54e517cfda7e2","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1725578943273,"stop":1725578943273,"duration":0},"status":"passed","severity":"normal"},{"uid":"9974cfbfd35e8ac0","name":"Passing an array","time":{"start":1725579330361,"stop":1725579330362,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcd7ed6a7048a2","name":"Renews subscription after lossing a connection","time":{"start":1725579297984,"stop":1725579297984,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4a5c3a8e49493fa","name":"Push message with content topic containing short","time":{"start":1725579272784,"stop":1725579272785,"duration":1},"status":"passed","severity":"normal"},{"uid":"53c6a8516f9913dd","name":"should properly create location multiaddrs - tcp","time":{"start":1725578717744,"stop":1725578717744,"duration":0},"status":"passed","severity":"normal"},{"uid":"c47a06b54d053fb5","name":"Passing page size 11 when there are 10 messages","time":{"start":1725579325581,"stop":1725579325581,"duration":0},"status":"passed","severity":"normal"},{"uid":"915f2b622a4e2033","name":"Push message with content topic containing XML","time":{"start":1725579187576,"stop":1725579187576,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa1e131195478167","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1725579222584,"stop":1725579222584,"duration":0},"status":"passed","severity":"normal"},{"uid":"caed9e516cffcf12","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1725578709114,"stop":1725578709114,"duration":0},"status":"passed","severity":"normal"},{"uid":"134801d534a75457","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1725579302115,"stop":1725579302116,"duration":1},"status":"passed","severity":"normal"},{"uid":"726cac5ba7f20efe","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1725579102811,"stop":1725579102811,"duration":0},"status":"passed","severity":"normal"},{"uid":"a737976e4883c2fb","name":"Encoder throws on undefined content topic","time":{"start":1725578741887,"stop":1725578741887,"duration":0},"status":"passed","severity":"normal"},{"uid":"da89be3d88e42540","name":"Round trip binary encryption [ecies, signature]","time":{"start":1725578741886,"stop":1725578741886,"duration":0},"status":"passed","severity":"normal"},{"uid":"80f955be85f8050f","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1725578833278,"stop":1725578833278,"duration":0},"status":"passed","severity":"normal"},{"uid":"686f64b7b0da88c5","name":"Passing page size 10 when there are 10 messages","time":{"start":1725579325581,"stop":1725579325581,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5ebcfb2768179f6","name":"Check received message containing SQL Injection","time":{"start":1725579181241,"stop":1725579181241,"duration":0},"status":"passed","severity":"normal"},{"uid":"e97d87d6eaa1f27b","name":"Check received message containing Chinese","time":{"start":1725579181257,"stop":1725579181257,"duration":0},"status":"passed","severity":"normal"},{"uid":"a709e0993af16a7c","name":"Sets default value correctly","time":{"start":1725579330363,"stop":1725579330363,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a570414453cdc0d","name":"Push message with meta","time":{"start":1725579272793,"stop":1725579272794,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba2f1c6d9759bd1a","name":"Check meta is set [ecies]","time":{"start":1725578741886,"stop":1725578741886,"duration":0},"status":"passed","severity":"normal"},{"uid":"da3ef79f87fd43fc","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1725578980001,"stop":1725578980009,"duration":8},"status":"passed","severity":"normal"},{"uid":"1a6c78b822df01ff","name":"Push message with custom timestamp: 1725582570946","time":{"start":1725579272796,"stop":1725579272796,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1d4b672da41aec5","name":"Push message with XML payload","time":{"start":1725579187569,"stop":1725579187569,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a24180d01421d0e","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1725578980011,"stop":1725578980012,"duration":1},"status":"passed","severity":"normal"},{"uid":"e18903ff9149acd1","name":"Subscribe to topic containing long and receive message","time":{"start":1725579297990,"stop":1725579297991,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a0c1e743f1e19ae","name":"Push message on custom pubsubTopic","time":{"start":1725579061652,"stop":1725579061652,"duration":0},"status":"passed","severity":"normal"},{"uid":"75a564d711ad9fea","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1725579297992,"stop":1725579297992,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3e9876e04a5faa7","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1725579222588,"stop":1725579222589,"duration":1},"status":"passed","severity":"normal"},{"uid":"3549fc2ea01a0ba1","name":"Push message with content topic containing special chars","time":{"start":1725579272786,"stop":1725579272786,"duration":0},"status":"passed","severity":"normal"},{"uid":"517e064fca88d810","name":"Decoder throws on empty string content topic","time":{"start":1725578722642,"stop":1725578722642,"duration":0},"status":"passed","severity":"normal"},{"uid":"be3448fd95301bb1","name":"Check received message with timestamp: 1649153314 ","time":{"start":1725579181271,"stop":1725579181272,"duration":1},"status":"passed","severity":"normal"},{"uid":"1db9ffda71aaedb5","name":"Check message with no pubsub topic is not received","time":{"start":1725578940165,"stop":1725578940168,"duration":3},"status":"passed","severity":"normal"},{"uid":"f798f67d6d1f6c20","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1725578809892,"stop":1725578809892,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0d3dd526d875036","name":"should be able to encode the field with only RELAY set to true","time":{"start":1725578717080,"stop":1725578717081,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5dc151ad03a85b5","name":"Refresh subscription","time":{"start":1725578970789,"stop":1725578970789,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c63887620276cef","name":"Correctly serialized arguments","time":{"start":1725579104822,"stop":1725579104823,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc6194062027fac8","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1725578709114,"stop":1725578709115,"duration":1},"status":"passed","severity":"normal"},{"uid":"e453b44c8473f5e4","name":"Check received message with timestamp: 1725578758849000000 ","time":{"start":1725578940140,"stop":1725578940141,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dcdbf377042658a","name":"Callback on promise, aborts when callback returns true","time":{"start":1725579310624,"stop":1725579310634,"duration":10},"status":"passed","severity":"normal"},{"uid":"6a1c8c4349038b74","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1725578943247,"stop":1725578943247,"duration":0},"status":"passed","severity":"normal"},{"uid":"70f24b18745baaf","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1725579297985,"stop":1725579297985,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e98737acbd16dc0","name":"Check message with non string payload is not received","time":{"start":1725578940172,"stop":1725578940175,"duration":3},"status":"passed","severity":"normal"},{"uid":"a42fa42b6d398291","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1725579297963,"stop":1725579297974,"duration":11},"status":"passed","severity":"normal"},{"uid":"5c64f1bec4f5fff4","name":"Reopen subscription with peer with lost subscription","time":{"start":1725578843075,"stop":1725578843075,"duration":0},"status":"passed","severity":"normal"},{"uid":"38c8a3fc6bb74e6d","name":"Check received message containing XML","time":{"start":1725578940136,"stop":1725578940136,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f067437164d25c6","name":"Subscribe and publish message","time":{"start":1725579222580,"stop":1725579222580,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8d148b545d78cd2","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","time":{"start":1725579102810,"stop":1725579102810,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c650525a3f92ab8","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app16/9/topic235/utf8","time":{"start":1725579256762,"stop":1725579256762,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a6ac05873eafcc7","name":"Subscribe and receive messages via lightPush","time":{"start":1725579297985,"stop":1725579297985,"duration":0},"status":"passed","severity":"normal"},{"uid":"d97060c6b85e0ccc","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1725579316932,"stop":1725579316932,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e48dc2c6421702f","name":"Check message with invalid timestamp is not received","time":{"start":1725579181272,"stop":1725579181272,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccc30ed772b6902b","name":"Check received message containing Script","time":{"start":1725579181241,"stop":1725579181242,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e2d9719e6b69d97","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1725579297960,"stop":1725579297961,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ce862c445e58b1d","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1725579297956,"stop":1725579297957,"duration":1},"status":"passed","severity":"normal"},{"uid":"aeb7b2f8dfe5e76c","name":"Push message with Russian payload","time":{"start":1725579272778,"stop":1725579272778,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef1f44b5c195e2c7","name":"Decrypt messages","time":{"start":1725579185225,"stop":1725579185225,"duration":0},"status":"passed","severity":"normal"},{"uid":"b37f6f968e4ac86a","name":"Generator, 2 different pubsubtopics","time":{"start":1725579312016,"stop":1725579312016,"duration":0},"status":"passed","severity":"normal"},{"uid":"2eeab96535bedc10","name":"Fails to publish duplicate message","time":{"start":1725579219619,"stop":1725579219619,"duration":0},"status":"passed","severity":"normal"},{"uid":"c161e94a7a7f61ac","name":"Push message with rate limit","time":{"start":1725579187581,"stop":1725579187582,"duration":1},"status":"passed","severity":"normal"},{"uid":"42d58da4c9451227","name":"should handle a minimal index list","time":{"start":1725578709187,"stop":1725578709188,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d1807555d508629","name":"Push message with content topic containing numeric","time":{"start":1725579187573,"stop":1725579187573,"duration":0},"status":"passed","severity":"normal"},{"uid":"2de7739850c8be9b","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1725579297987,"stop":1725579297987,"duration":0},"status":"passed","severity":"normal"},{"uid":"5770515615eb7253","name":"Check received message containing Chinese","time":{"start":1725578940134,"stop":1725578940134,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd77180f371c8cdc","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1725578970802,"stop":1725578970803,"duration":1},"status":"passed","severity":"normal"},{"uid":"61e579ef350bcfd4","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1725579198135,"stop":1725579198136,"duration":1},"status":"passed","severity":"normal"},{"uid":"23db25e8d9b8655a","name":"Check received message containing Script","time":{"start":1725578940135,"stop":1725578940136,"duration":1},"status":"passed","severity":"normal"},{"uid":"a51a7443252f9c30","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943255,"stop":1725578943255,"duration":0},"status":"passed","severity":"normal"},{"uid":"6de5525792f74a68","name":"Publish without waiting for remote peer","time":{"start":1725579222579,"stop":1725579222579,"duration":0},"status":"passed","severity":"normal"},{"uid":"57b2f36a532c2a53","name":"Refresh subscription","time":{"start":1725579297959,"stop":1725579297959,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2e067f8a1821fd5","name":"Check received message containing long","time":{"start":1725579181252,"stop":1725579181252,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f7b46471cab9319","name":"udp ip6 address","time":{"start":1725578717021,"stop":1725578717022,"duration":1},"status":"passed","severity":"normal"},{"uid":"730f45b5e8800ccf","name":"Push message with numeric payload","time":{"start":1725579187566,"stop":1725579187566,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d70611cc3c7f569","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1725578943277,"stop":1725578943277,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1b75438a452f9d3","name":"Fails to push message bigger that 1MB","time":{"start":1725579272800,"stop":1725579272800,"duration":0},"status":"passed","severity":"normal"},{"uid":"6533c178649545a7","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1725578709112,"stop":1725578709112,"duration":0},"status":"passed","severity":"normal"},{"uid":"a710d95be1a0f1da","name":"random static sharding 4 - Cluster ID: 262, Shard ID: 646","time":{"start":1725579281351,"stop":1725579281351,"duration":0},"status":"passed","severity":"normal"},{"uid":"121865b2778ddb69","name":"Fails to publish message with empty text","time":{"start":1725579219619,"stop":1725579219620,"duration":1},"status":"passed","severity":"normal"},{"uid":"efcfd63d037f20af","name":"Ping on peer without subscriptions","time":{"start":1725578821024,"stop":1725578821025,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0ad69a996fc6b6","name":"Push message with content topic containing Chinese","time":{"start":1725579187574,"stop":1725579187574,"duration":0},"status":"passed","severity":"normal"},{"uid":"11d577271df1c657","name":"Query Generator - false","time":{"start":1725579303510,"stop":1725579303510,"duration":0},"status":"passed","severity":"normal"},{"uid":"c28fee70ce30926b","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1725578711623,"stop":1725578711623,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5435e7a39b6f20e","name":"Passing invalid cursor","time":{"start":1725579261707,"stop":1725579261707,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc606155f3c0bd63","name":"random static sharding 2 - Cluster ID: 170, Shard ID: 19","time":{"start":1725579281349,"stop":1725579281350,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b14f6bc198b4273","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1725578980000,"stop":1725578980000,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8100867989e01ad","name":"Check received message containing JSON","time":{"start":1725579181260,"stop":1725579181260,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbb79a92718a9aa7","name":"Push message with JSON payload","time":{"start":1725579187570,"stop":1725579187570,"duration":0},"status":"passed","severity":"normal"},{"uid":"36cef7fdbe21e130","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1725578943260,"stop":1725578943260,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcb8e73b3598abc4","name":"Push message with rate limit","time":{"start":1725579272794,"stop":1725579272795,"duration":1},"status":"passed","severity":"normal"},{"uid":"88ed9ad966206fc4","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1725579061639,"stop":1725579061640,"duration":1},"status":"passed","severity":"normal"},{"uid":"1240670ad8874613","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1725579222591,"stop":1725579222591,"duration":0},"status":"passed","severity":"normal"},{"uid":"32a5ff3b053f182e","name":"Check received message containing Arabic","time":{"start":1725578940134,"stop":1725578940135,"duration":1},"status":"passed","severity":"normal"},{"uid":"d40f6966515ee328","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1725579261705,"stop":1725579261705,"duration":0},"status":"passed","severity":"normal"},{"uid":"d40ba8fd71a3c224","name":"Ping on unsubscribed peer","time":{"start":1725578821025,"stop":1725578821025,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6fe7b4eb3f53993","name":"Number of peers are maintained correctly","time":{"start":1725579008666,"stop":1725579008667,"duration":1},"status":"passed","severity":"normal"},{"uid":"a03d1cc8875cfe6b","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1725578709101,"stop":1725578709102,"duration":1},"status":"passed","severity":"normal"},{"uid":"96befa7116e8443e","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1725578717083,"stop":1725578717084,"duration":1},"status":"passed","severity":"normal"},{"uid":"323d3b767c1eaf5d","name":"Check message with no payload is not received","time":{"start":1725579181249,"stop":1725579181249,"duration":0},"status":"passed","severity":"normal"},{"uid":"629b93258ecfb746","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1725578876066,"stop":1725578876066,"duration":0},"status":"passed","severity":"normal"},{"uid":"b416b69d8cb77767","name":"Push message with content topic containing emoji","time":{"start":1725579187579,"stop":1725579187580,"duration":1},"status":"passed","severity":"normal"},{"uid":"c643df4c30df1682","name":"Check received message containing shell command","time":{"start":1725579181244,"stop":1725579181244,"duration":0},"status":"passed","severity":"normal"},{"uid":"5881382c2256b00c","name":"start node with empty content topic","time":{"start":1725579256769,"stop":1725579256770,"duration":1},"status":"passed","severity":"normal"},{"uid":"5838a2daaebd2253","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1725579297946,"stop":1725579297955,"duration":9},"status":"passed","severity":"normal"},{"uid":"65eb41f3425b20d3","name":"Ephemeral field set to true","time":{"start":1725578722640,"stop":1725578722640,"duration":0},"status":"passed","severity":"normal"},{"uid":"520cbb640b6de5f7","name":"Query with Ordered Callback, No Decoder","time":{"start":1725579302117,"stop":1725579302117,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e8452b951c460c1","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1725578709101,"stop":1725578709101,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1220f048b1ce9b7","name":"Push message with content topic containing Russian","time":{"start":1725579272787,"stop":1725579272787,"duration":0},"status":"passed","severity":"normal"},{"uid":"93fa4d13dec3b489","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1725578709122,"stop":1725578709122,"duration":0},"status":"passed","severity":"normal"},{"uid":"e389cb86a5112372","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1725578943275,"stop":1725578943275,"duration":0},"status":"passed","severity":"normal"},{"uid":"64aba2b1913ac351","name":"Subscribe to topic containing long and receive message","time":{"start":1725579297959,"stop":1725579297960,"duration":1},"status":"passed","severity":"normal"},{"uid":"895048fa3a3e5cdf","name":"Fails to push message with large meta","time":{"start":1725579187581,"stop":1725579187581,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6a02103a903206e","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1725579219620,"stop":1725579219620,"duration":0},"status":"passed","severity":"normal"},{"uid":"385e0634df0347f6","name":"Publish message with custom timestamp: Thu Sep 05 2024 22:33:13 GMT+0000 (Coordinated Universal Time)","time":{"start":1725579219618,"stop":1725579219618,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc808921bd5df22b","name":"Check received message containing Script","time":{"start":1725579181258,"stop":1725579181259,"duration":1},"status":"passed","severity":"normal"},{"uid":"567479a27433327c","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1725579297987,"stop":1725579297988,"duration":1},"status":"passed","severity":"normal"},{"uid":"791c5b58f7b93c45","name":"Generator, custom pubsub topic","time":{"start":1725579312020,"stop":1725579312020,"duration":0},"status":"passed","severity":"normal"},{"uid":"a544d3b8219e12c0","name":"Subscribe to topic containing Script and receive message","time":{"start":1725578970798,"stop":1725578970798,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8033a5bccbd2584","name":"Used by Waku Relay","time":{"start":1725579330362,"stop":1725579330362,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e58b486e9581781","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1725578730095,"stop":1725578730095,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9d37b7059195144","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1725578709091,"stop":1725578709092,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4d2e634bedc6308","name":"same cluster, different shard: nodes don't connect","time":{"start":1725578943238,"stop":1725578943238,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d0ea863dfcad7ed","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1725578809892,"stop":1725578809893,"duration":1},"status":"passed","severity":"normal"},{"uid":"96703ef3cfd0dd9e","name":"LightPush with 2 connections","time":{"start":1725578997629,"stop":1725578997629,"duration":0},"status":"passed","severity":"normal"},{"uid":"90aceec2b723b2a6","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1725578717084,"stop":1725578717085,"duration":1},"status":"passed","severity":"normal"},{"uid":"c387e156c81958e1","name":"stop","time":{"start":1725578799990,"stop":1725578799998,"duration":8},"status":"passed","severity":"normal"},{"uid":"c2d0a334210cd910","name":"Check message with non string payload is not received","time":{"start":1725579181249,"stop":1725579181250,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d97bc07106a35b9","name":"Throws when trying to push message with empty payload","time":{"start":1725579187572,"stop":1725579187572,"duration":0},"status":"passed","severity":"normal"},{"uid":"1976d98d3f735d13","name":"Push message with content topic containing Russian","time":{"start":1725579187575,"stop":1725579187575,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0ad5c8eabd93fd4","name":"should not throw an error for a single configured topic","time":{"start":1725578709117,"stop":1725578709117,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9f80b80b385335f","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1725578943277,"stop":1725578943277,"duration":0},"status":"passed","severity":"normal"},{"uid":"af103136a2a65864","name":"should handle corrupted local storage data gracefully","time":{"start":1725578734310,"stop":1725578734310,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcb978b3bf827260","name":"different cluster, same shard: nodes don't connect","time":{"start":1725578943239,"stop":1725578943244,"duration":5},"status":"passed","severity":"normal"},{"uid":"5747ddfdce061d8a","name":"Init the array if not present","time":{"start":1725578708695,"stop":1725578708696,"duration":1},"status":"passed","severity":"normal"},{"uid":"a30d7e4773ac7459","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1725578709092,"stop":1725578709093,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d35a6159cd96099","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1725579337939,"stop":1725579337939,"duration":0},"status":"passed","severity":"normal"},{"uid":"1324a407f91a0350","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1725578717089,"stop":1725578717089,"duration":0},"status":"passed","severity":"normal"},{"uid":"73cd491a9621d35","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1725579297958,"stop":1725579297958,"duration":0},"status":"passed","severity":"normal"},{"uid":"d484dfc57a807c01","name":"Check publish message containing Basic HTML tag","time":{"start":1725579219612,"stop":1725579219612,"duration":0},"status":"passed","severity":"normal"},{"uid":"c88897e4381c3d87","name":"Ordered Callback - false","time":{"start":1725579303512,"stop":1725579303512,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c57f1852d096df8","name":"throws an error for improperly formatted content topics","time":{"start":1725578709098,"stop":1725578709098,"duration":0},"status":"passed","severity":"normal"},{"uid":"81ad257591871bea","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1725578980000,"stop":1725578980000,"duration":0},"status":"passed","severity":"normal"},{"uid":"39b810592bf0cc8b","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1725578709108,"stop":1725578709109,"duration":1},"status":"passed","severity":"normal"},{"uid":"44d9c575d33a0bd6","name":"Check publish message containing JSON","time":{"start":1725579219612,"stop":1725579219613,"duration":1},"status":"passed","severity":"normal"},{"uid":"accbea4ce9d66d71","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1725578709116,"stop":1725578709116,"duration":0},"status":"passed","severity":"normal"},{"uid":"cef4a380329e201d","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1725579316931,"stop":1725579316932,"duration":1},"status":"passed","severity":"normal"},{"uid":"49180edfd6abb4e1","name":"should be online or offline if network state changed","time":{"start":1725578759911,"stop":1725578759911,"duration":0},"status":"passed","severity":"normal"},{"uid":"7209ee87753b0d39","name":"should decode valid enr successfully","time":{"start":1725578717731,"stop":1725578717731,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ac98b354bb2c5e9","name":"Publish message with custom timestamp: Fri Sep 15 2023 23:33:13 GMT+0000 (Coordinated Universal Time)","time":{"start":1725579219617,"stop":1725579219617,"duration":0},"status":"passed","severity":"normal"},{"uid":"182e53ed8d2487d1","name":"getPeersByDiscovery","time":{"start":1725578799987,"stop":1725578799987,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e8c68d6feff8faa","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1725578980010,"stop":1725578980010,"duration":0},"status":"passed","severity":"normal"},{"uid":"b75d9777112d8a0b","name":"Push message with content topic containing escaped characters","time":{"start":1725579272791,"stop":1725579272791,"duration":0},"status":"passed","severity":"normal"},{"uid":"770cf6b954daf67","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1725578769505,"stop":1725578769507,"duration":2},"status":"passed","severity":"normal"},{"uid":"12c2c3ac1129cfcb","name":"Renews peer on consistent missed messages","time":{"start":1725578868806,"stop":1725578868806,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdc48125a6e574e6","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1725579297992,"stop":1725579297992,"duration":0},"status":"passed","severity":"normal"},{"uid":"893c9f580c6970ae","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1725578709085,"stop":1725578709085,"duration":0},"status":"passed","severity":"normal"},{"uid":"86593636ce5bf768","name":"Push message with JSON payload","time":{"start":1725579272780,"stop":1725579272780,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e08a54ed1bad96b","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1725579222580,"stop":1725579222581,"duration":1},"status":"passed","severity":"normal"},{"uid":"a44ccf661b6fb20c","name":"Check message received after jswaku node is restarted","time":{"start":1725579181250,"stop":1725579181250,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c5091132c52d02bc","name":"less peers than existing","time":{"start":1725579181719,"stop":1725579181719,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9336e31888b5d960","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app67/1/topic611/proto","time":{"start":1725579256762,"stop":1725579256762,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb68f1dd4f3cc57a","name":"should encode/decode to RLP encoding","time":{"start":1725578717736,"stop":1725578717736,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad6a18f7ee885c02","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1725578709113,"stop":1725578709114,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4da1af46576d855","name":"Add multiple subscription objects on single nwaku node","time":{"start":1725578970801,"stop":1725578970802,"duration":1},"status":"passed","severity":"normal"},{"uid":"12cb8d27958c596a","name":"Ping on unsubscribed peer","time":{"start":1725578843074,"stop":1725578843074,"duration":0},"status":"passed","severity":"normal"},{"uid":"38758ed9104420e8","name":"LightPush","time":{"start":1725579337066,"stop":1725579337067,"duration":1},"status":"passed","severity":"normal"},{"uid":"9179aa0fc3ff87f2","name":"Ping on peer without subscriptions","time":{"start":1725578843074,"stop":1725578843074,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3f948fae011d466","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1725578709119,"stop":1725578709119,"duration":0},"status":"passed","severity":"normal"},{"uid":"918561eda97a0695","name":"Push message with long payload","time":{"start":1725579272775,"stop":1725579272775,"duration":0},"status":"passed","severity":"normal"},{"uid":"6704c1ba8dac9c51","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1725578970784,"stop":1725578970784,"duration":0},"status":"passed","severity":"normal"},{"uid":"48fd942e434f6ddc","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app55/8/topic210/utf8","time":{"start":1725579256764,"stop":1725579256764,"duration":0},"status":"passed","severity":"normal"},{"uid":"f48ddfeb7318a1ca","name":"Subscribe to topic containing short and receive message","time":{"start":1725579297959,"stop":1725579297959,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6671418bf08a8b9","name":"1 Relay, 1 Filter, gives up","time":{"start":1725578729928,"stop":1725578729928,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2454b8dd3162e6c","name":"should emit a peer event after start","time":{"start":1725578769146,"stop":1725578769173,"duration":27},"status":"passed","severity":"normal"},{"uid":"964f6863fafd998b","name":"Push message with shell command payload","time":{"start":1725579187570,"stop":1725579187570,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c60000f3a64a86c","name":"Ordered Callback - true","time":{"start":1725579303511,"stop":1725579303511,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ad07af790183f35","name":"throws on content topic with non-number generation field","time":{"start":1725578709073,"stop":1725578709073,"duration":0},"status":"passed","severity":"normal"},{"uid":"57c47f4bcc47794f","name":"Push message with shell command payload","time":{"start":1725579272780,"stop":1725579272780,"duration":0},"status":"passed","severity":"normal"},{"uid":"6be4cb1fb5984ab6","name":"Check received message containing Basic HTML tag","time":{"start":1725579181259,"stop":1725579181259,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6334cd2ded677c8","name":"Check publish message containing numeric","time":{"start":1725579219608,"stop":1725579219609,"duration":1},"status":"passed","severity":"normal"},{"uid":"3518bd7e37c0c2ba","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1725578943275,"stop":1725578943276,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0a649fb9deb6eb1","name":"Push message on custom pubsubTopic","time":{"start":1725579061638,"stop":1725579061639,"duration":1},"status":"passed","severity":"normal"},{"uid":"63c3cc5b3da0f8df","name":"Subscribe to topic containing numeric and publish message","time":{"start":1725579222586,"stop":1725579222587,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ab2a43d0bfe0d47","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1725579198136,"stop":1725579198136,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1ad0489c482688c","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1725578970785,"stop":1725578970785,"duration":0},"status":"passed","severity":"normal"},{"uid":"b98eb3eb66cf7d18","name":"Query with Ordered Callback, No message returned","time":{"start":1725579302117,"stop":1725579302118,"duration":1},"status":"passed","severity":"normal"},{"uid":"27fde91b70425b1e","name":"Push 30 different messages","time":{"start":1725579272783,"stop":1725579272783,"duration":0},"status":"passed","severity":"normal"},{"uid":"d003841a8ad792a0","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1725579302119,"stop":1725579302119,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bf793ff4890289f","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1725578730092,"stop":1725578730093,"duration":1},"status":"passed","severity":"normal"},{"uid":"272b416226a1f6cb","name":"should not fail to stop the service if it was not started","time":{"start":1725579222048,"stop":1725579222048,"duration":0},"status":"passed","severity":"normal"},{"uid":"caf0a6a9caae13e2","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1725578722643,"stop":1725578722643,"duration":0},"status":"passed","severity":"normal"},{"uid":"85616ed9d8f9d103","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1725578722362,"stop":1725578722362,"duration":0},"status":"passed","severity":"normal"},{"uid":"151bf5af6b8536b6","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1725579222581,"stop":1725579222582,"duration":1},"status":"passed","severity":"normal"},{"uid":"f42d33d57ea358eb","name":"Push message with content topic containing special chars","time":{"start":1725579187573,"stop":1725579187574,"duration":1},"status":"passed","severity":"normal"},{"uid":"19210219dc0d7c24","name":"isConnected return false after peer stops","time":{"start":1725578809895,"stop":1725578809895,"duration":0},"status":"passed","severity":"normal"},{"uid":"68e2c3e674c0f48e","name":"should throw an error for missing required configuration","time":{"start":1725578709104,"stop":1725578709105,"duration":1},"status":"passed","severity":"normal"},{"uid":"319b98d371d61e65","name":"Push message with content topic containing SQL Injection","time":{"start":1725579272788,"stop":1725579272788,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d5533d2bc591c5b","name":"Check received message containing special chars","time":{"start":1725579181255,"stop":1725579181257,"duration":2},"status":"passed","severity":"normal"},{"uid":"ea00153af227cafe","name":"Reusing cursor across nodes","time":{"start":1725579261706,"stop":1725579261707,"duration":1},"status":"passed","severity":"normal"},{"uid":"c13d43f397efcbaf","name":"random static sharding 8 - Cluster ID: 137, Shard ID: 181","time":{"start":1725579281361,"stop":1725579281361,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe683be69a5365ce","name":"Push message with content topic containing unicode special characters","time":{"start":1725579272791,"stop":1725579272792,"duration":1},"status":"passed","severity":"normal"},{"uid":"18b507b506dd338e","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1725578767206,"stop":1725578767206,"duration":0},"status":"passed","severity":"normal"},{"uid":"92d45c37aee2a04a","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1725579297961,"stop":1725579297961,"duration":0},"status":"passed","severity":"normal"},{"uid":"263c2ff811bf3de9","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1725578717732,"stop":1725578717732,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8da14699a87e788","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1725579222580,"stop":1725579222580,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce41473cef74a232","name":"Add multiple subscription objects on single nwaku node","time":{"start":1725579297983,"stop":1725579297983,"duration":0},"status":"passed","severity":"normal"},{"uid":"f52e63dc073d2bba","name":"Subscribe to topic containing Russian and receive message","time":{"start":1725579297961,"stop":1725579297961,"duration":0},"status":"passed","severity":"normal"},{"uid":"55a5ab871752fdcc","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1725578833277,"stop":1725578833277,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4e9418e98fb5cb","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1725579193382,"stop":1725579193383,"duration":1},"status":"passed","severity":"normal"},{"uid":"389f7d634ed0e4c9","name":"can dial TLS multiaddrs","time":{"start":1725579108186,"stop":1725579108187,"duration":1},"status":"passed","severity":"normal"},{"uid":"96e73b35a2008a14","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1725578709084,"stop":1725578709084,"duration":0},"status":"passed","severity":"normal"},{"uid":"44334ba71da948f","name":"Query generator for multiple messages with different content topic format","time":{"start":1725579310620,"stop":1725579310622,"duration":2},"status":"passed","severity":"normal"},{"uid":"fd3a8d9072ab4267","name":"isConnected should return true after first peer connects","time":{"start":1725578809894,"stop":1725578809894,"duration":0},"status":"passed","severity":"normal"},{"uid":"933dc6f85086ae59","name":"Filter","time":{"start":1725579337067,"stop":1725579337067,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffc6047b03fa9a82","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1725578709115,"stop":1725578709115,"duration":0},"status":"passed","severity":"normal"},{"uid":"246247de8373be3e","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1725578740294,"stop":1725578740295,"duration":1},"status":"passed","severity":"normal"},{"uid":"594585cb1be4efe1","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1725579198135,"stop":1725579198135,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0f8846f50101719","name":"Sample","time":{"start":1725578717128,"stop":1725578717128,"duration":0},"status":"passed","severity":"normal"},{"uid":"6de677cb48de3295","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1725579281364,"stop":1725579281364,"duration":0},"status":"passed","severity":"normal"},{"uid":"52183aef01154450","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1725578876068,"stop":1725578876068,"duration":0},"status":"passed","severity":"normal"},{"uid":"577f5a061814384a","name":"Subscribe to topic containing short and receive message","time":{"start":1725578970790,"stop":1725578970791,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc2fd6cced708589","name":"All","time":{"start":1725578768702,"stop":1725578768703,"duration":1},"status":"passed","severity":"normal"},{"uid":"52cb9397059a5ae8","name":"Encoder throws on empty string content topic","time":{"start":1725578740298,"stop":1725578740298,"duration":0},"status":"passed","severity":"normal"},{"uid":"316f3a845c0b01f4","name":"should be able to encode the field with only FILTER set to true","time":{"start":1725578717082,"stop":1725578717082,"duration":0},"status":"passed","severity":"normal"},{"uid":"62ee5c008f0e2e1b","name":"Check received message containing Arabic","time":{"start":1725579181257,"stop":1725579181257,"duration":0},"status":"passed","severity":"normal"},{"uid":"da3442dd917dcb2b","name":"Tracks peer failures correctly","time":{"start":1725578868805,"stop":1725578868805,"duration":0},"status":"passed","severity":"normal"},{"uid":"b86f946279f10c6","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1725578717089,"stop":1725578717090,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e33d6092d9dc99a","name":"Ephemeral field is preserved - encoder v0","time":{"start":1725578769504,"stop":1725578769504,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3ac0d3639de4f38","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1725578809893,"stop":1725578809894,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e98224dcd8b0e38","name":"random static sharding 5 - Cluster ID: 695, Shard ID: 775","time":{"start":1725579281351,"stop":1725579281352,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e177affc27b6000","name":"Waku message hash computation (meta attribute not present)","time":{"start":1725578711623,"stop":1725578711623,"duration":0},"status":"passed","severity":"normal"},{"uid":"10f1f47ac6f8c969","name":"Keep-alive pings maintain the connection","time":{"start":1725578868804,"stop":1725578868804,"duration":0},"status":"passed","severity":"normal"},{"uid":"9587c2e43598d7a3","name":"Subscribe to topic containing numeric and receive message","time":{"start":1725578970792,"stop":1725578970793,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0a3b697f0f00089","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1725578943278,"stop":1725578943278,"duration":0},"status":"passed","severity":"normal"},{"uid":"592ef6da92228d83","name":"Generator, 2 different pubsubtopics","time":{"start":1725579312020,"stop":1725579312020,"duration":0},"status":"passed","severity":"normal"},{"uid":"535935603629825e","name":"Encoder throws on undefined content topic","time":{"start":1725578722641,"stop":1725578722641,"duration":0},"status":"passed","severity":"normal"},{"uid":"36244e871017745e","name":"should only return 1 node with relay capability","time":{"start":1725578730397,"stop":1725578730397,"duration":0},"status":"passed","severity":"normal"},{"uid":"5efad5e82ec6e536","name":"Check received message containing special chars","time":{"start":1725579181236,"stop":1725579181240,"duration":4},"status":"passed","severity":"normal"},{"uid":"a76befcc4c74c2f0","name":"removeEventListener with correct event","time":{"start":1725578799986,"stop":1725578799987,"duration":1},"status":"passed","severity":"normal"},{"uid":"1cd619aa2851efe3","name":"Check publish message containing short","time":{"start":1725579219605,"stop":1725579219606,"duration":1},"status":"passed","severity":"normal"},{"uid":"910495a617001d61","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1725579061654,"stop":1725579061655,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c0e2d875dd171c6","name":"Check received message containing emoji","time":{"start":1725579181270,"stop":1725579181270,"duration":0},"status":"passed","severity":"normal"},{"uid":"685bec23ba3c6691","name":"unsubscribes","time":{"start":1725579322035,"stop":1725579322035,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ffc1fdc1d683d64","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1725578868805,"stop":1725578868805,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab8ff5ebbb99a015","name":"Push message with content topic containing shell command","time":{"start":1725579272790,"stop":1725579272791,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d3761044b8352a6","name":"Check received message containing unicode special characters","time":{"start":1725579181244,"stop":1725579181245,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7d0f9eed4e8c877","name":"Check received message containing Russian","time":{"start":1725579181258,"stop":1725579181258,"duration":0},"status":"passed","severity":"normal"},{"uid":"5eda841271ed1e22","name":"Push message with content topic containing Basic HTML tag","time":{"start":1725579187576,"stop":1725579187577,"duration":1},"status":"passed","severity":"normal"},{"uid":"229c611cfea2ee66","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1725579297961,"stop":1725579297962,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf21b4826945bf34","name":"can start and stop the service","time":{"start":1725579222047,"stop":1725579222048,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1571dc240eee714","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1725579379303,"stop":1725579379303,"duration":0},"status":"passed","severity":"normal"},{"uid":"511619a0f19841ae","name":"should not fail to stop the service if it was not started","time":{"start":1725578734307,"stop":1725578734307,"duration":0},"status":"passed","severity":"normal"},{"uid":"73e664acc1e11760","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1725578970797,"stop":1725578970797,"duration":0},"status":"passed","severity":"normal"},{"uid":"769906b25fdc2cee","name":"returns all values when wanted number is greater than available values","time":{"start":1725578729792,"stop":1725578729792,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f76c74c6e6339e1","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1725578943275,"stop":1725578943275,"duration":0},"status":"passed","severity":"normal"},{"uid":"a50b25861998efa1","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1725579061640,"stop":1725579061640,"duration":0},"status":"passed","severity":"normal"},{"uid":"5365f64ca169d6ef","name":"Check publish message containing Chinese","time":{"start":1725579219609,"stop":1725579219609,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9ecc247673553c0","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1725579337942,"stop":1725579337942,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bb353acb9f75838","name":"should return unique PubsubTopics for static sharding","time":{"start":1725578709100,"stop":1725578709100,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee55f6332c995350","name":"should properly create location multiaddrs - udp6","time":{"start":1725578717742,"stop":1725578717743,"duration":1},"status":"passed","severity":"normal"},{"uid":"c19fba2fda9c261","name":"Subscribe to topic containing emoji and receive message","time":{"start":1725579297996,"stop":1725579297996,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d6d7bd94a10eda6","name":"Subscribe and receive messages via waku relay post","time":{"start":1725579297956,"stop":1725579297956,"duration":0},"status":"passed","severity":"normal"},{"uid":"da4f9d6b56d6921d","name":"Rejects garbage","time":{"start":1725578745083,"stop":1725578745083,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cb4ba42c19d0b3a","name":"Push message with escaped characters payload","time":{"start":1725579187570,"stop":1725579187570,"duration":0},"status":"passed","severity":"normal"},{"uid":"941faa8027cd9994","name":"Relay + Store","time":{"start":1725578768702,"stop":1725578768702,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a70519e95e6896","name":"Check message with invalid timestamp is not received","time":{"start":1725579181248,"stop":1725579181248,"duration":0},"status":"passed","severity":"normal"},{"uid":"897ce9afb994e49f","name":"Subscribe to topic containing JSON and receive message","time":{"start":1725579297976,"stop":1725579297976,"duration":0},"status":"passed","severity":"normal"},{"uid":"c22aa4a1019dfa45","name":"connects to nwaku","time":{"start":1725579330360,"stop":1725579330361,"duration":1},"status":"passed","severity":"normal"},{"uid":"27b95a04b78d3920","name":"should throw error - no id","time":{"start":1725578717732,"stop":1725578717733,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0d3022f1594b710","name":"Default pageSize","time":{"start":1725579325582,"stop":1725579325583,"duration":1},"status":"passed","severity":"normal"},{"uid":"7db8f8e441869a0","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1725578759910,"stop":1725578759911,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e8032a04761acdf","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1725579379304,"stop":1725579379304,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ae47cf8486171a8","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1725579316932,"stop":1725579316933,"duration":1},"status":"passed","severity":"normal"},{"uid":"4360b17273d18a4e","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1725579102811,"stop":1725579102812,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1bae16d840f80aa","name":"handles empty contentTopics array correctly","time":{"start":1725578709121,"stop":1725578709121,"duration":0},"status":"passed","severity":"normal"},{"uid":"61d3be23bd622e78","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app71/1/topic21/xml","time":{"start":1725579256765,"stop":1725579256768,"duration":3},"status":"passed","severity":"normal"},{"uid":"5a291c734fd9c33a","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1725579261705,"stop":1725579261705,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ec457e8e1c50ca7","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1725579337940,"stop":1725579337940,"duration":0},"status":"passed","severity":"normal"},{"uid":"235ed92a5e304d90","name":"Query Generator - true","time":{"start":1725579303510,"stop":1725579303510,"duration":0},"status":"passed","severity":"normal"},{"uid":"84a404057aabe30b","name":"Check received message containing numeric","time":{"start":1725578940133,"stop":1725578940133,"duration":0},"status":"passed","severity":"normal"},{"uid":"8175e30019c6c1a2","name":"should use DNS peer discovery with light client","time":{"start":1725578769179,"stop":1725578769180,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f9586070503e8d11","name":"Check received message containing Russian","time":{"start":1725578940135,"stop":1725578940135,"duration":0},"status":"passed","severity":"normal"},{"uid":"12af0dc979f461c6","name":"safeDispatchEvent","time":{"start":1725578799990,"stop":1725578799990,"duration":0},"status":"passed","severity":"normal"},{"uid":"87b76a4aacecce4b","name":"Query Generator, Multiple PubsubTopics","time":{"start":1725579302110,"stop":1725579302111,"duration":1},"status":"passed","severity":"normal"},{"uid":"2198156b3254400f","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1725579337943,"stop":1725579337943,"duration":0},"status":"passed","severity":"normal"},{"uid":"be8543a9ca9dc5f3","name":"Generator, 2 different pubsubtopics","time":{"start":1725579312022,"stop":1725579312023,"duration":1},"status":"passed","severity":"normal"},{"uid":"939a501090c21920","name":"Overlapping topic subscription","time":{"start":1725579222585,"stop":1725579222585,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6389aa50ac9c9c70","name":"should correctly map a content topic to a pubsub topic","time":{"start":1725578709122,"stop":1725578709122,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc6ae6ad5e09e869","name":"Check received message containing escaped characters","time":{"start":1725579181244,"stop":1725579181244,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebb14a0650645298","name":"Check received message containing unicode special characters","time":{"start":1725579181261,"stop":1725579181270,"duration":9},"status":"passed","severity":"normal"},{"uid":"8c692d0b5d679b94","name":"throws on content topic with empty encoding field","time":{"start":1725578709075,"stop":1725578709076,"duration":1},"status":"passed","severity":"normal"},{"uid":"efc8f4eae0cd1a13","name":"LightPush with 0 connections","time":{"start":1725578997627,"stop":1725578997627,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ab9fe9f40aae80d","name":"Push message with emoji payload","time":{"start":1725579272782,"stop":1725579272782,"duration":0},"status":"passed","severity":"normal"},{"uid":"86cc4de19eb765f7","name":"Push message with special chars payload","time":{"start":1725579272776,"stop":1725579272777,"duration":1},"status":"passed","severity":"normal"},{"uid":"a529a5862e35dfd3","name":"Publish message with large meta","time":{"start":1725579219626,"stop":1725579219627,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f2879558a805332","name":"Reopen subscription with peer with lost subscription","time":{"start":1725578843073,"stop":1725578843073,"duration":0},"status":"passed","severity":"normal"},{"uid":"48ac57a0a17745b3","name":"different cluster, same shard: nodes don't connect","time":{"start":1725579104750,"stop":1725579104750,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bfa0f0e6ce685e5","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1725578943257,"stop":1725578943258,"duration":1},"status":"passed","severity":"normal"},{"uid":"72c77e6623ec31fe","name":"Subscribe to topic containing numeric and receive message","time":{"start":1725579297991,"stop":1725579297991,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad465da8ada84fe5","name":"Passing page size 1 when there are 4 messages","time":{"start":1725579325580,"stop":1725579325580,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b1d0e6985568863","name":"Check received message containing long","time":{"start":1725579181234,"stop":1725579181235,"duration":1},"status":"passed","severity":"normal"},{"uid":"eca1ec8b3fc78202","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1725579261704,"stop":1725579261704,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a1a41bf6e010b51","name":"creates an iterator","time":{"start":1725579322034,"stop":1725579322034,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7cd74ffa614419f","name":"Push message with content topic containing Script","time":{"start":1725579272788,"stop":1725579272789,"duration":1},"status":"passed","severity":"normal"},{"uid":"65a3d110c95e47fd","name":"Check received message containing SQL Injection","time":{"start":1725578940135,"stop":1725578940135,"duration":0},"status":"passed","severity":"normal"},{"uid":"18c0cec03f43c760","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","time":{"start":1725579102808,"stop":1725579102808,"duration":0},"status":"passed","severity":"normal"},{"uid":"265e50b4222d33ce","name":"Filter with 3 connections","time":{"start":1725578997630,"stop":1725578997631,"duration":1},"status":"passed","severity":"normal"},{"uid":"18e50997c320a0dc","name":"Push message with custom timestamp: 1725575397911","time":{"start":1725579187582,"stop":1725579187582,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbebbf46871f448b","name":"Meta field set when metaSetter is specified","time":{"start":1725578722640,"stop":1725578722640,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d57dcf9d7cb8142","name":"Check received message with timestamp: 1725578759231 ","time":{"start":1725579181271,"stop":1725579181271,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cdd687c9c60e080","name":"should emit a peer event after start","time":{"start":1725579222049,"stop":1725579222049,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf67518bb491ad66","name":"Push message with Script payload","time":{"start":1725579187568,"stop":1725579187569,"duration":1},"status":"passed","severity":"normal"},{"uid":"485ff0b859fba7f","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1725578943256,"stop":1725578943256,"duration":0},"status":"passed","severity":"normal"},{"uid":"881cda415d5d2278","name":"Fails to push message bigger that 1MB","time":{"start":1725579187583,"stop":1725579187584,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe7884255cd26dc7","name":"Ping on subscribed peer","time":{"start":1725578843073,"stop":1725578843074,"duration":1},"status":"passed","severity":"normal"},{"uid":"38f697d93204883c","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1725578717090,"stop":1725578717090,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe20e04c0b7b98e3","name":"Check message on other pubsub topic is not received","time":{"start":1725578940163,"stop":1725578940165,"duration":2},"status":"passed","severity":"normal"},{"uid":"c4af764733c00c33","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1725579312017,"stop":1725579312019,"duration":2},"status":"passed","severity":"normal"},{"uid":"ad9c9ee28e7e8b3a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1725578709111,"stop":1725578709112,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae9df8a62708c61","name":"Nodes with multiple pubsub topic","time":{"start":1725579198137,"stop":1725579198137,"duration":0},"status":"passed","severity":"normal"},{"uid":"eff0af459efe460","name":"Subscribe to topic containing special chars and receive message","time":{"start":1725579297991,"stop":1725579297991,"duration":0},"status":"passed","severity":"normal"},{"uid":"215d9d70f18f8932","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1725579302120,"stop":1725579302120,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7c1fa80fcc116cc","name":"Check received message containing emoji","time":{"start":1725578940139,"stop":1725578940140,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a0883debbf1917f","name":"Push message with content topic containing XML","time":{"start":1725579272789,"stop":1725579272789,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ee58ffa9b53d1b4","name":"Push message with content topic containing SQL Injection","time":{"start":1725579187575,"stop":1725579187576,"duration":1},"status":"passed","severity":"normal"},{"uid":"11f35a99d91c14af","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1725579061636,"stop":1725579061637,"duration":1},"status":"passed","severity":"normal"},{"uid":"772f743fdae3bd35","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1725578730095,"stop":1725578730095,"duration":0},"status":"passed","severity":"normal"},{"uid":"526d4be5634cf071","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1725578709113,"stop":1725578709113,"duration":0},"status":"passed","severity":"normal"},{"uid":"2118f17e5b24512e","name":"should be called at least once on all `peer:discovery` events","time":{"start":1725578767201,"stop":1725578767202,"duration":1},"status":"passed","severity":"normal"},{"uid":"d33674362f3fa2d5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1725578943276,"stop":1725578943276,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf894267a7cf951c","name":"same cluster, different shard: nodes connect","time":{"start":1725579104749,"stop":1725579104750,"duration":1},"status":"passed","severity":"normal"},{"uid":"66371627ff2b8490","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1725578709109,"stop":1725578709109,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7514b6eaf65ac24","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1725578759908,"stop":1725578759908,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d8e98b492716e98","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1725579337939,"stop":1725579337940,"duration":1},"status":"passed","severity":"normal"},{"uid":"66dfc818ced2878f","name":"Push message with content topic containing numeric","time":{"start":1725579272785,"stop":1725579272786,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bba70fc2a8eea33","name":"Subscribe and receive messages via waku relay post","time":{"start":1725578970785,"stop":1725578970785,"duration":0},"status":"passed","severity":"normal"},{"uid":"79e87d3f6910c12e","name":"Push message with content topic containing Arabic","time":{"start":1725579187574,"stop":1725579187575,"duration":1},"status":"passed","severity":"normal"},{"uid":"f522ebe04bdd66d3","name":"Check message received after nwaku node is restarted","time":{"start":1725579181250,"stop":1725579181250,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ae854385e103538f","name":"Subscribe to topic containing Script and receive message","time":{"start":1725579297962,"stop":1725579297962,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee7829fb5b1969a6","name":"Check message received after jswaku node is restarted","time":{"start":1725578940178,"stop":1725578940178,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2c86a596a60237a0","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1725578980011,"stop":1725578980011,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f8a268f5d5e10e5","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1725578767205,"stop":1725578767206,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdb204a3afceebf4","name":"Push message equal or less that 1MB","time":{"start":1725579187583,"stop":1725579187583,"duration":0},"status":"passed","severity":"normal"},{"uid":"dde8056f3ed5e248","name":"through manual discovery","time":{"start":1725579108188,"stop":1725579108189,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c6a4d7def93337f","name":"Passing page size 0 when there are 110 messages","time":{"start":1725579325579,"stop":1725579325580,"duration":1},"status":"passed","severity":"normal"},{"uid":"5cfcdc01ed770ae5","name":"Throws when trying to push message with empty payload","time":{"start":1725579272784,"stop":1725579272784,"duration":0},"status":"passed","severity":"normal"},{"uid":"6964b21cef27366a","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1725579181247,"stop":1725579181247,"duration":0},"status":"passed","severity":"normal"},{"uid":"684cedcf39a8a3d8","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1725579297945,"stop":1725579297946,"duration":1},"status":"passed","severity":"normal"},{"uid":"de79eef0b3d2c10d","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","time":{"start":1725579102807,"stop":1725579102807,"duration":0},"status":"passed","severity":"normal"},{"uid":"42491c7d2220cd0a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1725578943257,"stop":1725578943257,"duration":0},"status":"passed","severity":"normal"},{"uid":"4720253181ac9c9a","name":"Push message with content topic containing emoji","time":{"start":1725579272792,"stop":1725579272792,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5ebc785822a9cd9","name":"different cluster, different shard: nodes don't connect","time":{"start":1725579104750,"stop":1725579104750,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab2f3ca978d1d63c","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1725578730091,"stop":1725578730091,"duration":0},"status":"passed","severity":"normal"},{"uid":"32f68618c7d97924","name":"Check received message containing JSON","time":{"start":1725578940137,"stop":1725578940137,"duration":0},"status":"passed","severity":"normal"},{"uid":"addee6b4d18d270c","name":"Passing page size 110 when there are 120 messages","time":{"start":1725579325582,"stop":1725579325582,"duration":0},"status":"passed","severity":"normal"},{"uid":"15c1afa500955be6","name":"Push message with escaped characters payload","time":{"start":1725579272781,"stop":1725579272781,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f7d1872e915fbbb","name":"Renews subscription after lossing a connection","time":{"start":1725579298002,"stop":1725579298002,"duration":0},"status":"passed","severity":"normal"},{"uid":"743e272718904fa7","name":"Check received message containing XML","time":{"start":1725579181259,"stop":1725579181259,"duration":0},"status":"passed","severity":"normal"},{"uid":"44cb0ab208d6fee2","name":"Subscribe to topic containing long and publish message","time":{"start":1725579222586,"stop":1725579222586,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2e824b301e2b37d","name":"Ephemeral messages are not stored","time":{"start":1725578769504,"stop":1725578769504,"duration":0},"status":"passed","severity":"normal"},{"uid":"78417f0a8d9f8157","name":"Waku message hash computation (payload length 0)","time":{"start":1725578711624,"stop":1725578711624,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae688c9d16c9e1c9","name":"new peer added after a peer was already found","time":{"start":1725579193381,"stop":1725579193381,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3c35925f5611834e","name":"should only return 1 node with relay and store capability","time":{"start":1725578730397,"stop":1725578730398,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7c92ede59ef69a5","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1725579102812,"stop":1725579102812,"duration":0},"status":"passed","severity":"normal"},{"uid":"961b5dc35eb19bae","name":"Subscribe to topic containing emoji and publish message","time":{"start":1725579222592,"stop":1725579222592,"duration":0},"status":"passed","severity":"normal"},{"uid":"882782548db30270","name":"Overlapping topic subscription","time":{"start":1725579297989,"stop":1725579297990,"duration":1},"status":"passed","severity":"normal"},{"uid":"1cbb2c6c68151142","name":"Subscribe to topic containing XML and receive message","time":{"start":1725579297994,"stop":1725579297994,"duration":0},"status":"passed","severity":"normal"},{"uid":"169f4cee1709611b","name":"should properly create location multiaddrs - udp","time":{"start":1725578717743,"stop":1725578717744,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a032ed3b8f0465","name":"Filter with 1 connections","time":{"start":1725578997628,"stop":1725578997628,"duration":0},"status":"passed","severity":"normal"},{"uid":"41feefba3187165b","name":"should use the provided clusterId for the pubsub topic","time":{"start":1725578709122,"stop":1725578709122,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a86bee64702e7af","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1725579222587,"stop":1725579222587,"duration":0},"status":"passed","severity":"normal"},{"uid":"9639a02125e10338","name":"Check message received after jswaku node is restarted","time":{"start":1725579181275,"stop":1725579181275,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e2abffc86df41a45","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1725578717088,"stop":1725578717088,"duration":0},"status":"passed","severity":"normal"},{"uid":"21ae954a04f71849","name":"more peers than existing","time":{"start":1725579181712,"stop":1725579181713,"duration":1},"status":"skipped","severity":"normal"},{"uid":"be34a452c0b1b049","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1725578943278,"stop":1725578943278,"duration":0},"status":"passed","severity":"normal"},{"uid":"117ee895e262c0de","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1725578833272,"stop":1725578833273,"duration":1},"status":"passed","severity":"normal"},{"uid":"5bc5dd02ebd6bf69","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1725578767203,"stop":1725578767204,"duration":1},"status":"passed","severity":"normal"},{"uid":"43405db4c15ea1cc","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1725579337942,"stop":1725579337943,"duration":1},"status":"passed","severity":"normal"},{"uid":"831e6fbb828053c2","name":"caches peers it previously fetched","time":{"start":1725578730396,"stop":1725578730397,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c736e2e71368167","name":"Subscribe to topic containing shell command and publish message","time":{"start":1725579222590,"stop":1725579222590,"duration":0},"status":"passed","severity":"normal"},{"uid":"66f162f68604cde","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1725578730402,"stop":1725578730402,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8163fd87510d7e57","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1725578734309,"stop":1725578734310,"duration":1},"status":"passed","severity":"normal"},{"uid":"97da612dbcb883a4","name":"Push message with Arabic payload","time":{"start":1725579272777,"stop":1725579272777,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3f33469dba65919","name":"should set field with all protocols disabled","time":{"start":1725578717745,"stop":1725578717745,"duration":0},"status":"passed","severity":"normal"},{"uid":"b154a1de65b39a36","name":"1 Store, 2 fetches","time":{"start":1725578729926,"stop":1725578729927,"duration":1},"status":"passed","severity":"normal"},{"uid":"527441b44577cbdb","name":"Push message with unicode special characters payload","time":{"start":1725579187571,"stop":1725579187571,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8ccc9ad63ddacd3","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1725579219614,"stop":1725579219615,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd3ba2efff7f120b","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1725578709087,"stop":1725578709088,"duration":1},"status":"passed","severity":"normal"},{"uid":"56250c7a4e18d6f","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1725579102809,"stop":1725579102809,"duration":0},"status":"passed","severity":"normal"},{"uid":"39f8facbcb5ead4d","name":"Push message with Arabic payload","time":{"start":1725579187567,"stop":1725579187568,"duration":1},"status":"passed","severity":"normal"},{"uid":"d21f9264abbb8fd1","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1725579297995,"stop":1725579297996,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0ff1ef494f6d383","name":"throws on content topic with generation field greater than 0","time":{"start":1725578709073,"stop":1725578709073,"duration":0},"status":"passed","severity":"normal"},{"uid":"124f2b799587536b","name":"Passing cursor with wrong pubsubTopic","time":{"start":1725579261707,"stop":1725579261708,"duration":1},"status":"passed","severity":"normal"},{"uid":"39b7feb019175c4d","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1725578709099,"stop":1725578709100,"duration":1},"status":"passed","severity":"normal"},{"uid":"f556a22423a283b1","name":"Check message with no content topic is not received","time":{"start":1725578940168,"stop":1725578940171,"duration":3},"status":"passed","severity":"normal"},{"uid":"52e61d1de54c609e","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","time":{"start":1725579102809,"stop":1725579102810,"duration":1},"status":"passed","severity":"normal"},{"uid":"f55c2076a9f95b04","name":"should return empty list for no shard","time":{"start":1725578709103,"stop":1725578709103,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfb3b92f75c5d20d","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1725578709111,"stop":1725578709111,"duration":0},"status":"passed","severity":"normal"},{"uid":"66ce058e12b5429","name":"Encoder throws on undefined content topic","time":{"start":1725578740297,"stop":1725578740297,"duration":0},"status":"passed","severity":"normal"},{"uid":"1669a985ec5b21ad","name":"same cluster, same shard: nodes connect","time":{"start":1725578943232,"stop":1725578943233,"duration":1},"status":"passed","severity":"normal"},{"uid":"67e30fd5776466ae","name":"Subscribe to topic containing shell command and receive message","time":{"start":1725579297995,"stop":1725579297995,"duration":0},"status":"passed","severity":"normal"},{"uid":"35e8b7fad1729da7","name":"Ping on peer without subscriptions","time":{"start":1725578843071,"stop":1725578843072,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cd262da2878d3d3","name":"LightPush with 3 connections","time":{"start":1725578997630,"stop":1725578997630,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dad79af813ae87","name":"dispatchEvent via connectionManager","time":{"start":1725578799989,"stop":1725578799990,"duration":1},"status":"passed","severity":"normal"},{"uid":"d478e8bc4943c548","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1725578759908,"stop":1725578759909,"duration":1},"status":"passed","severity":"normal"},{"uid":"df80120bf7c33681","name":"should not fail to start the service if it is already started","time":{"start":1725578734307,"stop":1725578734308,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c9a42b1e3d752b6","name":"Query with Promise Callback, No Decoder","time":{"start":1725579302120,"stop":1725579302121,"duration":1},"status":"passed","severity":"normal"},{"uid":"a87c809aa3e119f8","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1725579102813,"stop":1725579102813,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4b995391b87e9c2","name":"Delete observer","time":{"start":1725579185225,"stop":1725579185226,"duration":1},"status":"passed","severity":"normal"},{"uid":"75d7ed3b28f15764","name":"Overlapping topic subscription","time":{"start":1725579297958,"stop":1725579297959,"duration":1},"status":"passed","severity":"normal"},{"uid":"f643160ead4c8598","name":"should add and remove event listeners correctly","time":{"start":1725578734310,"stop":1725578734310,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c42f9d1e312905b","name":"Push message with meta","time":{"start":1725579187580,"stop":1725579187581,"duration":1},"status":"passed","severity":"normal"},{"uid":"84c3b0dd92529e7","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1725578709084,"stop":1725578709085,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed394fe04fd791f7","name":"should return valid sharding parameters for static sharding","time":{"start":1725578709120,"stop":1725578709120,"duration":0},"status":"passed","severity":"normal"},{"uid":"914be106cb10bd17","name":"A test","time":{"start":1725579061738,"stop":1725579061739,"duration":1},"status":"passed","severity":"normal"},{"uid":"c427254ce53fc344","name":"Promise Callback - false","time":{"start":1725579303511,"stop":1725579303511,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d8fcd2063304dd3","name":"recovers when dns.resolve returns empty","time":{"start":1725578730395,"stop":1725578730395,"duration":0},"status":"passed","severity":"normal"},{"uid":"2756126de8c781bb","name":"should not receive a peer event after stop","time":{"start":1725578769178,"stop":1725578769179,"duration":1},"status":"passed","severity":"normal"},{"uid":"dda60644fbf833f7","name":"should be able to decode the field with only STORE set to true","time":{"start":1725578717087,"stop":1725578717087,"duration":0},"status":"passed","severity":"normal"},{"uid":"50b996da7f14d7db","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1725579061635,"stop":1725579061636,"duration":1},"status":"passed","severity":"normal"},{"uid":"29571b7bd15f5190","name":"Subscribe to topic containing Russian and publish message","time":{"start":1725579222588,"stop":1725579222588,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa64b68055f765ef","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1725578709111,"stop":1725578709111,"duration":0},"status":"passed","severity":"normal"},{"uid":"56dbbdac4429e392","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943274,"stop":1725578943274,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7fdfc14933692e","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1725578717082,"stop":1725578717083,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a0e9e43c7544504","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1725579297986,"stop":1725579297986,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b0192cf888e1e1b","name":"isConnected should return false after all peers disconnect","time":{"start":1725578809895,"stop":1725578809895,"duration":0},"status":"passed","severity":"normal"},{"uid":"b212244a94a2dc21","name":"Push message with custom timestamp: 1694820570946","time":{"start":1725579272795,"stop":1725579272795,"duration":0},"status":"passed","severity":"normal"},{"uid":"42ce40a8afaab5e0","name":"Subscribe to topic containing Russian and receive message","time":{"start":1725578970797,"stop":1725578970798,"duration":1},"status":"passed","severity":"normal"},{"uid":"efa78ea7db2425a8","name":"Check message with no payload is not received","time":{"start":1725579181274,"stop":1725579181274,"duration":0},"status":"passed","severity":"normal"},{"uid":"c84a1d66ac34962c","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1725579297977,"stop":1725579297978,"duration":1},"status":"passed","severity":"normal"},{"uid":"3807057f1e206452","name":"Subscribe to topic containing special chars and receive message","time":{"start":1725579297960,"stop":1725579297960,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcb34704907f92af","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1725578970801,"stop":1725578970801,"duration":0},"status":"passed","severity":"normal"},{"uid":"397b3590a328278","name":"should throw error - invalid id","time":{"start":1725578717734,"stop":1725578717734,"duration":0},"status":"passed","severity":"normal"},{"uid":"1beffc0cbd5990e6","name":"Check received message containing JSON","time":{"start":1725579181243,"stop":1725579181243,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e694fd6daf36d94","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943257,"stop":1725578943257,"duration":0},"status":"passed","severity":"normal"},{"uid":"afde7e99218ca220","name":"LightPush with 1 connections","time":{"start":1725578997628,"stop":1725578997628,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f1c18ce919436ba","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1725579102810,"stop":1725579102810,"duration":0},"status":"passed","severity":"normal"},{"uid":"842d5484a9f81985","name":"random static sharding 9 - Cluster ID: 503, Shard ID: 81","time":{"start":1725579281362,"stop":1725579281362,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fb622e83638a81d","name":"Subscribe to topic containing short and publish message","time":{"start":1725579222585,"stop":1725579222586,"duration":1},"status":"passed","severity":"normal"},{"uid":"a52c9e0d4ff033b2","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1725579297986,"stop":1725579297987,"duration":1},"status":"passed","severity":"normal"},{"uid":"76eff5f03bb36161","name":"random static sharding 1 - Cluster ID: 986, Shard ID: 919","time":{"start":1725579281346,"stop":1725579281349,"duration":3},"status":"passed","severity":"normal"},{"uid":"d72915a00820b7d9","name":"Push message with numeric payload","time":{"start":1725579272775,"stop":1725579272776,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d6b2e1bc67c52a9","name":"Push 30 different messages","time":{"start":1725579187571,"stop":1725579187572,"duration":1},"status":"passed","severity":"normal"},{"uid":"632e8c0357db6102","name":"Relay","time":{"start":1725578768701,"stop":1725578768702,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdbb768ae532516a","name":"Nwaku publishes","time":{"start":1725579207437,"stop":1725579207438,"duration":1},"status":"passed","severity":"normal"},{"uid":"10e83c980dfd33b2","name":"Relay - dialed first","time":{"start":1725579337064,"stop":1725579337065,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5c7ccf8ad855228","name":"Check received message with timestamp: 1725578759231000000 ","time":{"start":1725579181270,"stop":1725579181271,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb6597dcc289530b","name":"random static sharding 10 - Cluster ID: 716, Shard ID: 469","time":{"start":1725579281362,"stop":1725579281363,"duration":1},"status":"passed","severity":"normal"},{"uid":"779d5397bcbc094","name":"Check received message containing Basic HTML tag","time":{"start":1725579181242,"stop":1725579181243,"duration":1},"status":"passed","severity":"normal"},{"uid":"b11f49263c2b77b6","name":"Subscribe to topic containing JSON and receive message","time":{"start":1725579297994,"stop":1725579297995,"duration":1},"status":"passed","severity":"normal"},{"uid":"68691571e8c7c9e5","name":"Decoder throws on empty string content topic","time":{"start":1725578740299,"stop":1725578740299,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9188bbe5341b6d6","name":"should properly compute the node id","time":{"start":1725578717735,"stop":1725578717735,"duration":0},"status":"passed","severity":"normal"},{"uid":"72d282c4962b2441","name":"it tolerates circular branch references","time":{"start":1725578730395,"stop":1725578730395,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5989105ea8dee4a","name":"Check publish message after client node is restarted","time":{"start":1725579219626,"stop":1725579219626,"duration":0},"status":"skipped","severity":"normal"},{"uid":"74582c811741a747","name":"Push message with content topic containing escaped characters","time":{"start":1725579187578,"stop":1725579187579,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9beabafa6d8d9a8","name":"Subscribe and receive messages via lightPush","time":{"start":1725578970780,"stop":1725578970782,"duration":2},"status":"passed","severity":"normal"},{"uid":"c067506213d5ee82","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1725578970786,"stop":1725578970787,"duration":1},"status":"passed","severity":"normal"},{"uid":"7aba6631dd103ea0","name":"Push message with unicode special characters payload","time":{"start":1725579272781,"stop":1725579272781,"duration":0},"status":"passed","severity":"normal"},{"uid":"923f81c1cce807bb","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1725578943258,"stop":1725578943259,"duration":1},"status":"passed","severity":"normal"},{"uid":"136bcce0d3bcbc96","name":"Push message with custom timestamp: 1725575370946","time":{"start":1725579272795,"stop":1725579272796,"duration":1},"status":"passed","severity":"normal"},{"uid":"9710e703583715c5","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1725578980001,"stop":1725578980001,"duration":0},"status":"passed","severity":"normal"},{"uid":"80b91c5feed3d096","name":"Ping on subscribed peer","time":{"start":1725578821024,"stop":1725578821024,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6514906f84c904d","name":"Check publish message containing XML","time":{"start":1725579219612,"stop":1725579219612,"duration":0},"status":"passed","severity":"normal"},{"uid":"e57e8d06a8d7f8e0","name":"should properly create location multiaddrs - tcp6","time":{"start":1725578717743,"stop":1725578717743,"duration":0},"status":"passed","severity":"normal"},{"uid":"1766992fc820c769","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1725578833275,"stop":1725578833276,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5513645daf56ea","name":"Check received message with timestamp: 1725578758849 ","time":{"start":1725578940156,"stop":1725578940157,"duration":1},"status":"passed","severity":"normal"},{"uid":"59602f3be523709a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1725578943255,"stop":1725578943255,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee5d73264d47336","name":"Push message with short payload","time":{"start":1725579187565,"stop":1725579187565,"duration":0},"status":"passed","severity":"normal"},{"uid":"68952760d0f1ec48","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1725578980000,"stop":1725578980001,"duration":1},"status":"passed","severity":"normal"},{"uid":"e94b2e8f5eef714","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1725578709119,"stop":1725578709119,"duration":0},"status":"passed","severity":"normal"},{"uid":"14493cc681746b27","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1725579256760,"stop":1725579256761,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bf92f0f5dbe7d85","name":"Accepts a valid Waku Message","time":{"start":1725578745081,"stop":1725578745083,"duration":2},"status":"passed","severity":"normal"},{"uid":"93b3f42d9d8658c","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1725578709096,"stop":1725578709097,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e8b527fdaaf1290","name":"should properly create location multiaddrs - udp4","time":{"start":1725578717741,"stop":1725578717742,"duration":1},"status":"passed","severity":"normal"},{"uid":"30d6e42a08ae9313","name":"Check meta is set [symmetric]","time":{"start":1725578740296,"stop":1725578740296,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdaebc90006831dc","name":"Generator, custom pubsub topic","time":{"start":1725579312021,"stop":1725579312022,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e340bd3cf22ee61","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1725578711621,"stop":1725578711622,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6086c5c5e749c09","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app7/4/topic366/json","time":{"start":1725579256761,"stop":1725579256761,"duration":0},"status":"passed","severity":"normal"},{"uid":"bde29a5905e31d0a","name":"Check received message containing escaped characters","time":{"start":1725579181260,"stop":1725579181261,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd16c0b3ce51a240","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1725578833274,"stop":1725578833274,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d19fde1cb2d0ede","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1725579379304,"stop":1725579379304,"duration":0},"status":"passed","severity":"normal"},{"uid":"61193cb742ae8cff","name":"Push message with content topic containing JSON","time":{"start":1725579187577,"stop":1725579187578,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9520364cd25e7fd","name":"Check received message containing shell command","time":{"start":1725579181260,"stop":1725579181260,"duration":0},"status":"passed","severity":"normal"},{"uid":"526693be9769e5a9","name":"Push message with Chinese payload","time":{"start":1725579272777,"stop":1725579272777,"duration":0},"status":"passed","severity":"normal"},{"uid":"903db0ca6d79336","name":"should not fail to start the service if it is already started","time":{"start":1725579222048,"stop":1725579222049,"duration":1},"status":"passed","severity":"normal"},{"uid":"35637c20f3696fe5","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1725579061653,"stop":1725579061654,"duration":1},"status":"passed","severity":"normal"},{"uid":"eba044ffc04b44cf","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1725579312021,"stop":1725579312021,"duration":0},"status":"passed","severity":"normal"},{"uid":"804f3c9713b6bf10","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1725579102812,"stop":1725579102812,"duration":0},"status":"passed","severity":"normal"},{"uid":"60ca9aeb1248c910","name":"Should update shard info","time":{"start":1725579108425,"stop":1725579108425,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ab55297bba50ef8","name":"Check message on other pubsub topic is not received","time":{"start":1725579181248,"stop":1725579181248,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfa5566857f14cea","name":"Subscribe and receive messages via waku relay post","time":{"start":1725579297986,"stop":1725579297986,"duration":0},"status":"passed","severity":"normal"},{"uid":"daa99ae866acafb9","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1725578709188,"stop":1725578709188,"duration":0},"status":"passed","severity":"normal"},{"uid":"6238f384f4911686","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1725578833274,"stop":1725578833275,"duration":1},"status":"passed","severity":"normal"},{"uid":"30b62ba936e8ebec","name":"Fails to push message with large meta","time":{"start":1725579272794,"stop":1725579272794,"duration":0},"status":"passed","severity":"normal"},{"uid":"56b43ccd240d703a","name":"Push message on custom pubsubTopic","time":{"start":1725579061632,"stop":1725579061635,"duration":3},"status":"passed","severity":"normal"},{"uid":"fc6eaa9fd8d9349f","name":"connected peers and dial","time":{"start":1725579181712,"stop":1725579181712,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7352fdb0dfa11508","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1725579297993,"stop":1725579297993,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b42a07b10c5f025","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1725578943246,"stop":1725578943246,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ca853301cb70f97","name":"1 Relay, 1 fetch","time":{"start":1725578729926,"stop":1725578729926,"duration":0},"status":"passed","severity":"normal"},{"uid":"d999343625696e6a","name":"Check publish message after service node is restarted","time":{"start":1725579219626,"stop":1725579219626,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c0ebc851182b3f59","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1725579193382,"stop":1725579193382,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4e982ae7c10e274b","name":"can start and stop the service","time":{"start":1725578769139,"stop":1725578769142,"duration":3},"status":"passed","severity":"normal"},{"uid":"2c9cda204e3f470b","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1725578709107,"stop":1725578709108,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1dcc9c77bc85b9a","name":"Privacy Node - default protocol","time":{"start":1725579337067,"stop":1725579337069,"duration":2},"status":"passed","severity":"normal"},{"uid":"824ec5c4cace4010","name":"Check received message containing Russian","time":{"start":1725579181241,"stop":1725579181241,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ce00fb019cdd682","name":"removeEventListener with wrong event","time":{"start":1725578799987,"stop":1725578799987,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c88f4fec8207cce","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1725579297982,"stop":1725579297982,"duration":0},"status":"passed","severity":"normal"},{"uid":"65a07ebf7d74e292","name":"should not fail to start the service if it is already started","time":{"start":1725578769143,"stop":1725578769145,"duration":2},"status":"passed","severity":"normal"},{"uid":"3a09efb7fbf3945c","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app23/4/topic321/json","time":{"start":1725579256763,"stop":1725579256764,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c9479f6c5d14430","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1725578709117,"stop":1725578709117,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbe3656901669f7a","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1725578980011,"stop":1725578980011,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cc8a91f51b60307","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1725578730401,"stop":1725578730402,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e18a7eb948c7f51","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1725578709086,"stop":1725578709087,"duration":1},"status":"passed","severity":"normal"},{"uid":"42fce3636d1949f8","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1725578970784,"stop":1725578970785,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6e6ba12ddffb5e4","name":"Ordered callback, aborts when callback returns true","time":{"start":1725579310635,"stop":1725579310636,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1a74340f67ba00","name":"getPeersByDiscovery","time":{"start":1725579193380,"stop":1725579193381,"duration":1},"status":"passed","severity":"normal"},{"uid":"58369dd16d4467bf","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1725578970786,"stop":1725578970786,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f65cc846247c3ca","name":"Push message with long payload","time":{"start":1725579187565,"stop":1725579187566,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9927af89022301d","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1725578709114,"stop":1725578709114,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ad83ab54d8ca182","name":"Refresh subscription","time":{"start":1725579297990,"stop":1725579297990,"duration":0},"status":"passed","severity":"normal"},{"uid":"6343a925c5a8c390","name":"Push message with emoji payload","time":{"start":1725579187571,"stop":1725579187571,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b84378d8e7ec0f9","name":"should throw error - no public key","time":{"start":1725578717733,"stop":1725578717733,"duration":0},"status":"passed","severity":"normal"},{"uid":"9873ba344d07a505","name":"Subscribe to topic containing Script and receive message","time":{"start":1725579297993,"stop":1725579297994,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d79522a8eb3e4a3","name":"Push message with custom timestamp: 1694820597911","time":{"start":1725579187582,"stop":1725579187582,"duration":0},"status":"passed","severity":"normal"},{"uid":"84a73499b9580258","name":"Using a function","time":{"start":1725579330362,"stop":1725579330362,"duration":0},"status":"passed","severity":"normal"},{"uid":"d963858c4b670344","name":"should not receive a peer event before start","time":{"start":1725578769174,"stop":1725578769178,"duration":4},"status":"passed","severity":"normal"},{"uid":"82d1ac613e4c89ff","name":"Wrong topic","time":{"start":1725579256768,"stop":1725579256768,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d277edd14ef954a","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1725578943272,"stop":1725578943272,"duration":0},"status":"passed","severity":"normal"},{"uid":"2834af7ef283270a","name":"Subscribe and receives messages on 20 topics","time":{"start":1725578970786,"stop":1725578970786,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6f0ab96ffda68c","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1725578722362,"stop":1725578722363,"duration":1},"status":"passed","severity":"normal"},{"uid":"701998b54b319f6f","name":"Check received message containing numeric","time":{"start":1725579181253,"stop":1725579181255,"duration":2},"status":"passed","severity":"normal"},{"uid":"5d037902111dc321","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1725579104748,"stop":1725579104748,"duration":0},"status":"passed","severity":"normal"},{"uid":"30cc17dc2ce756c1","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1725578709106,"stop":1725578709107,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1f19f41bb6abe98","name":"Passing page size 3 when there are 20 messages","time":{"start":1725579325580,"stop":1725579325581,"duration":1},"status":"passed","severity":"normal"},{"uid":"ddb14f3210d292a4","name":"Check received message containing Arabic","time":{"start":1725579181240,"stop":1725579181240,"duration":0},"status":"passed","severity":"normal"},{"uid":"90c53e95456cab18","name":"1 Store, 2 relays, 2 fetches","time":{"start":1725578729927,"stop":1725578729928,"duration":1},"status":"passed","severity":"normal"},{"uid":"8390e3aab95d8fe8","name":"Push message with content topic containing short","time":{"start":1725579187572,"stop":1725579187572,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dbd724c76fcdd2f","name":"should not receive a peer event before start","time":{"start":1725579222049,"stop":1725579222049,"duration":0},"status":"passed","severity":"normal"},{"uid":"e37e7128c356f65e","name":"Push message with Russian payload","time":{"start":1725579187568,"stop":1725579187568,"duration":0},"status":"passed","severity":"normal"},{"uid":"1178369c32efce9","name":"Encoder throws on empty string content topic","time":{"start":1725578722641,"stop":1725578722642,"duration":1},"status":"passed","severity":"normal"},{"uid":"b99d0a1284d481bd","name":"Overlapping topic subscription","time":{"start":1725578970788,"stop":1725578970789,"duration":1},"status":"passed","severity":"normal"},{"uid":"a202312e8745a997","name":"Check received message containing Chinese","time":{"start":1725579181240,"stop":1725579181240,"duration":0},"status":"passed","severity":"normal"},{"uid":"29d1f9452bdc8f93","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1725578943259,"stop":1725578943259,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8472b66a64d0074","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1725578709077,"stop":1725578709083,"duration":6},"status":"passed","severity":"normal"},{"uid":"1bbd11aa23b837b0","name":"Push message with content topic containing long","time":{"start":1725579272785,"stop":1725579272785,"duration":0},"status":"passed","severity":"normal"},{"uid":"664c5b1b23191d2f","name":"Register correct protocols","time":{"start":1725579222578,"stop":1725579222579,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4df46aac2a13ed5","name":"Check message received after nwaku node is restarted","time":{"start":1725578940179,"stop":1725578940179,"duration":0},"status":"skipped","severity":"normal"},{"uid":"74b14f00962ca431","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1725578709088,"stop":1725578709089,"duration":1},"status":"passed","severity":"normal"},{"uid":"460fd6b2a3f30695","name":"throws on content topic with too few or too many fields","time":{"start":1725578709072,"stop":1725578709072,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a0bdf8b10cebe3d","name":"Check received message containing Basic HTML tag","time":{"start":1725578940136,"stop":1725578940136,"duration":0},"status":"passed","severity":"normal"},{"uid":"50f12e401781140b","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1725579297994,"stop":1725579297994,"duration":0},"status":"passed","severity":"normal"},{"uid":"8428a3212d4cd9b7","name":"Push message equal or less that 1MB","time":{"start":1725579272799,"stop":1725579272800,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9d4e58f6ccb098b","name":"Check received message with timestamp: 1649153314 ","time":{"start":1725579181247,"stop":1725579181247,"duration":0},"status":"passed","severity":"normal"},{"uid":"3049df7c50f7677a","name":"Check received message containing short","time":{"start":1725579181233,"stop":1725579181234,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e039674ac99bf09","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1725579261706,"stop":1725579261706,"duration":0},"status":"passed","severity":"normal"},{"uid":"388be2d78b08d152","name":"isConnected between 2 js-waku relay nodes","time":{"start":1725578809896,"stop":1725578809896,"duration":0},"status":"passed","severity":"normal"},{"uid":"706a20c565446d1f","name":"Should update multiaddrs","time":{"start":1725579108424,"stop":1725579108425,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dcb5a6d9609a303","name":"Subscribe to topic containing emoji and receive message","time":{"start":1725578970801,"stop":1725578970801,"duration":0},"status":"passed","severity":"normal"},{"uid":"93a53c4fb9c43cc9","name":"should set field with only RELAY enabled","time":{"start":1725578717745,"stop":1725578717745,"duration":0},"status":"passed","severity":"normal"},{"uid":"1715680ba11d3035","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1725579102806,"stop":1725579102807,"duration":1},"status":"passed","severity":"normal"},{"uid":"8eccc71fc3bc6466","name":"different cluster, different shard: nodes don't connect","time":{"start":1725578943245,"stop":1725578943245,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c4d9aa802202b13","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1725578943258,"stop":1725578943258,"duration":0},"status":"passed","severity":"normal"},{"uid":"26e5287803e39951","name":"Add multiple subscription objects on single nwaku node","time":{"start":1725579297996,"stop":1725579298002,"duration":6},"status":"passed","severity":"normal"},{"uid":"b359dfb8267f5319","name":"Subscribe to topic containing long and receive message","time":{"start":1725578970791,"stop":1725578970792,"duration":1},"status":"passed","severity":"normal"},{"uid":"a22edc2d220ffaed","name":"should only return 1 node with store capability","time":{"start":1725578730398,"stop":1725578730398,"duration":0},"status":"passed","severity":"normal"},{"uid":"f059885be9039cd","name":"Subscribe to topic containing XML and receive message","time":{"start":1725579297962,"stop":1725579297962,"duration":0},"status":"passed","severity":"normal"},{"uid":"2883998e1a412bc","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1725579281336,"stop":1725579281339,"duration":3},"status":"passed","severity":"normal"},{"uid":"a32b7dcc6897042c","name":"Push message with content topic containing Chinese","time":{"start":1725579272786,"stop":1725579272787,"duration":1},"status":"passed","severity":"normal"},{"uid":"7946e715f338490e","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1725578980012,"stop":1725578980024,"duration":12},"status":"passed","severity":"normal"},{"uid":"904ab1d08698fbd1","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1725578833276,"stop":1725578833276,"duration":0},"status":"passed","severity":"normal"},{"uid":"a843d8dc50729f7c","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1725579310634,"stop":1725579310635,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f75398e86601e9b","name":"throws on content topic with empty version field","time":{"start":1725578709074,"stop":1725578709075,"duration":1},"status":"passed","severity":"normal"},{"uid":"d26db853354a16dc","name":"Subscribe to topic containing shell command and receive message","time":{"start":1725579297977,"stop":1725579297977,"duration":0},"status":"passed","severity":"normal"},{"uid":"70cc1b12a229c887","name":"groups content topics by expected pubsub topic","time":{"start":1725578709095,"stop":1725578709096,"duration":1},"status":"passed","severity":"normal"},{"uid":"4815b8fed3c6361b","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1725578943248,"stop":1725578943254,"duration":6},"status":"passed","severity":"normal"},{"uid":"e87fb093f6bb7297","name":"Check received message with timestamp: 1649153314 ","time":{"start":1725578940157,"stop":1725578940158,"duration":1},"status":"passed","severity":"normal"},{"uid":"10874a67ffb9c0a4","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943259,"stop":1725578943259,"duration":0},"status":"passed","severity":"normal"},{"uid":"709ba9d056f3bc0","name":"should throw an error for an unconfigured topic","time":{"start":1725578709117,"stop":1725578709118,"duration":1},"status":"passed","severity":"normal"},{"uid":"e04538f616569545","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1725578709098,"stop":1725578709098,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b2cda2a55a5adc4","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1725578759906,"stop":1725578759907,"duration":1},"status":"passed","severity":"normal"},{"uid":"f126b62236c38e38","name":"Decoder throws on undefined content topic","time":{"start":1725578741888,"stop":1725578741888,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bd651c680dc7e67","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1725578709101,"stop":1725578709101,"duration":0},"status":"passed","severity":"normal"},{"uid":"4968beff0f0d9d0","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1725578943247,"stop":1725578943247,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e0ab73114944771","name":"configure the node with multiple content topics","time":{"start":1725579256768,"stop":1725579256769,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c35756a8e69f42f","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1725579316931,"stop":1725579316931,"duration":0},"status":"passed","severity":"normal"},{"uid":"437438c8851f9c00","name":"Fails to push message with empty content topic","time":{"start":1725579272793,"stop":1725579272793,"duration":0},"status":"passed","severity":"normal"},{"uid":"e759c023dac51626","name":"should not receive a peer event after stop","time":{"start":1725578734308,"stop":1725578734309,"duration":1},"status":"passed","severity":"normal"},{"uid":"1703161ea02d88cb","name":"Check received message containing numeric","time":{"start":1725579181235,"stop":1725579181236,"duration":1},"status":"passed","severity":"normal"},{"uid":"79b23126f2f0128a","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1725578709089,"stop":1725578709090,"duration":1},"status":"passed","severity":"normal"},{"uid":"de9cb621749b1aef","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1725578970787,"stop":1725578970787,"duration":0},"status":"passed","severity":"normal"},{"uid":"da9e2adce41e9ebb","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1725578722361,"stop":1725578722362,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb3ede50b8a06778","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1725578943256,"stop":1725578943256,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b730f9dca1af25","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1725578729792,"stop":1725578729794,"duration":2},"status":"passed","severity":"normal"},{"uid":"51c2b7b8bfab3d57","name":"Publish message with rate limit","time":{"start":1725579219627,"stop":1725579219627,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4e0b0f1b8424a9f","name":"should throw an error if shards are undefined for static sharding","time":{"start":1725578709103,"stop":1725578709104,"duration":1},"status":"passed","severity":"normal"},{"uid":"7704f9175d8e33a2","name":"Decoder throws on undefined content topic","time":{"start":1725578740298,"stop":1725578740299,"duration":1},"status":"passed","severity":"normal"},{"uid":"26eb900470e06763","name":"Check received message containing SQL Injection","time":{"start":1725579181258,"stop":1725579181258,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d8142e55c4a7c99","name":"Subscribe to topic containing special chars and receive message","time":{"start":1725578970793,"stop":1725578970796,"duration":3},"status":"passed","severity":"normal"},{"uid":"a4ee65606231e9df","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1725578943273,"stop":1725578943273,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc73c2aaed3a1908","name":"Query Generator, No message returned","time":{"start":1725579302113,"stop":1725579302114,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dc6a8fb26b8f916","name":"Query generator for multiple messages with multiple decoders","time":{"start":1725579310619,"stop":1725579310620,"duration":1},"status":"passed","severity":"normal"},{"uid":"792256dd618c4ed6","name":"same cluster, same shard: nodes connect","time":{"start":1725579104749,"stop":1725579104749,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e0991496cea0c21","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1725578943245,"stop":1725578943246,"duration":1},"status":"passed","severity":"normal"},{"uid":"87eaec0628acc1c3","name":"ignores domain fetching errors","time":{"start":1725578730395,"stop":1725578730396,"duration":1},"status":"passed","severity":"normal"},{"uid":"26756c512db43282","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1725579102814,"stop":1725579102814,"duration":0},"status":"passed","severity":"normal"},{"uid":"4981d1f54f2bdb67","name":"random static sharding 7 - Cluster ID: 886, Shard ID: 993","time":{"start":1725579281352,"stop":1725579281353,"duration":1},"status":"passed","severity":"normal"},{"uid":"6105dcb4f2c00ba1","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1725578730096,"stop":1725578730096,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5bbf81d5d674718","name":"Check received message containing shell command","time":{"start":1725578940137,"stop":1725578940138,"duration":1},"status":"passed","severity":"normal"},{"uid":"50444fe463647e53","name":"should throw error - no id","time":{"start":1725578717733,"stop":1725578717734,"duration":1},"status":"passed","severity":"normal"},{"uid":"3367a50731f32dfb","name":"should return the pubsub topic directly if a string is provided","time":{"start":1725578709118,"stop":1725578709118,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d8c9b0af3b51288","name":"should return all peers when numPeers is 0","time":{"start":1725578722361,"stop":1725578722361,"duration":0},"status":"passed","severity":"normal"},{"uid":"81ca8862d5500d47","name":"returns all values when wanted number matches available values","time":{"start":1725578729790,"stop":1725578729792,"duration":2},"status":"passed","severity":"normal"},{"uid":"8f818beae202cc23","name":"Push message with special chars payload","time":{"start":1725579187566,"stop":1725579187567,"duration":1},"status":"passed","severity":"normal"},{"uid":"e622764a58a43834","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app81/10/topic953/test.js","time":{"start":1725579256763,"stop":1725579256763,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8eb2ddc228ef3ff","name":"should not receive a peer event after stop","time":{"start":1725579222049,"stop":1725579222050,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cfdb06287fcc752","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1725579297958,"stop":1725579297958,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc6f29e522a0d637","name":"Renews peer on consistent ping failures","time":{"start":1725578868804,"stop":1725578868804,"duration":0},"status":"passed","severity":"normal"},{"uid":"a153a5502cc6d8fa","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1725578943258,"stop":1725578943258,"duration":0},"status":"passed","severity":"normal"},{"uid":"b57465640f26886e","name":"throws on empty content topic","time":{"start":1725578709071,"stop":1725578709071,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f772b34c49f2bcb","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1725578769180,"stop":1725578769180,"duration":0},"status":"skipped","severity":"normal"},{"uid":"dc95315e7ccf0777","name":"random static sharding 3 - Cluster ID: 731, Shard ID: 334","time":{"start":1725579281350,"stop":1725579281351,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6d276fb00d4fd86","name":"Store - dialed after - with timeout","time":{"start":1725579337066,"stop":1725579337066,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff5f6d2a26a681e2","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1725578979999,"stop":1725578979999,"duration":0},"status":"passed","severity":"normal"},{"uid":"55b0577107df25f","name":"should be called for bootstrap peers","time":{"start":1725578767203,"stop":1725578767203,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba33263a44bf2abb","name":"Fields are not dropped","time":{"start":1725578722034,"stop":1725578722035,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ae6bb02688122a3","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1725578970796,"stop":1725578970797,"duration":1},"status":"passed","severity":"normal"},{"uid":"7eb3d75f4ee9aeef","name":"Query Generator, No Decoder","time":{"start":1725579302111,"stop":1725579302112,"duration":1},"status":"passed","severity":"normal"},{"uid":"22034773c4b6c9f2","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1725579302116,"stop":1725579302117,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed69b64bcbf5b4cc","name":"Check message with invalid timestamp is not received","time":{"start":1725578940162,"stop":1725578940163,"duration":1},"status":"passed","severity":"normal"},{"uid":"297708184808d00f","name":"Fails to publish message with size larger than 1 MB","time":{"start":1725579219621,"stop":1725579219626,"duration":5},"status":"passed","severity":"normal"},{"uid":"84fb8025c4becc87","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1725578940161,"stop":1725578940162,"duration":1},"status":"passed","severity":"normal"},{"uid":"c445c33ad14de926","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1725578709118,"stop":1725578709118,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f72959380f8cfcc","name":"handles multiple messages","time":{"start":1725579322034,"stop":1725579322035,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d05fff863cc5a01","name":"Push message with short payload","time":{"start":1725579272774,"stop":1725579272775,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b47735247a5eac","name":"A test","time":{"start":1725579061737,"stop":1725579061738,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb19c4eaeae83476","name":"Push message with XML payload","time":{"start":1725579272779,"stop":1725579272779,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f2d7e05e9ca6a82","name":"should set field with only STORE enabled","time":{"start":1725578717746,"stop":1725578717746,"duration":0},"status":"passed","severity":"normal"},{"uid":"b162f24f90cd5863","name":"Check publish message containing emoji","time":{"start":1725579219614,"stop":1725579219614,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac8a5fa87a7b6488","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1725578709088,"stop":1725578709088,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6e21fd9ed1f59f6","name":"Check publish message containing unicode special characters","time":{"start":1725579219614,"stop":1725579219614,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc12cc4747af0d7f","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","time":{"start":1725579102807,"stop":1725579102807,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5e65235cb31812e","name":"tcp ip4 address","time":{"start":1725578717019,"stop":1725578717021,"duration":2},"status":"passed","severity":"normal"},{"uid":"6714575b2e360daa","name":"Query generator for multiple messages","time":{"start":1725579310611,"stop":1725579310618,"duration":7},"status":"passed","severity":"normal"},{"uid":"5f318c358019f2ad","name":"Check message on other pubsub topic is not received","time":{"start":1725579181273,"stop":1725579181273,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb3eda506ce268bb","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1725578730091,"stop":1725578730092,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a02372909b694c4","name":"Passing page size 19 when there are 20 messages","time":{"start":1725579325582,"stop":1725579325582,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8b8d3ed6d2cd6a3","name":"Check message with no payload is not received","time":{"start":1725578940171,"stop":1725578940172,"duration":1},"status":"passed","severity":"normal"},{"uid":"9393afddb1aacdb5","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1725578943254,"stop":1725578943255,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3b802e7c23cb57f","name":"Fails to publish message with wrong content topic","time":{"start":1725579219620,"stop":1725579219620,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ee551c70d6aec81","name":"Fails to push message with empty content topic","time":{"start":1725579187580,"stop":1725579187580,"duration":0},"status":"passed","severity":"normal"},{"uid":"46371da02bd97cda","name":"should throw an error for insufficient data","time":{"start":1725578709188,"stop":1725578709188,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6add8a40898bb44","name":"Decoder throws on empty string content topic","time":{"start":1725578741888,"stop":1725578741888,"duration":0},"status":"passed","severity":"normal"},{"uid":"c49ab38eb66a6ca0","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1725579297957,"stop":1725579297957,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1338abd0004cf77","name":"should throw error - no public key","time":{"start":1725578717734,"stop":1725578717734,"duration":0},"status":"passed","severity":"normal"},{"uid":"34287746ca88dfe6","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1725578943279,"stop":1725578943279,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f8ac3d2fcc50318","name":"Check received message containing emoji","time":{"start":1725579181245,"stop":1725579181245,"duration":0},"status":"passed","severity":"normal"},{"uid":"39a7543589d3d377","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943248,"stop":1725578943248,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5bcbcf6626e2f1b","name":"Check message with no content topic is not received","time":{"start":1725579181248,"stop":1725579181249,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d2c779dbc674e0","name":"Query with Promise Callback, No message returned","time":{"start":1725579302121,"stop":1725579302121,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ef96b1c7b3e80a8","name":"Ping succeeds for all connected peers","time":{"start":1725578868803,"stop":1725578868803,"duration":0},"status":"passed","severity":"normal"},{"uid":"c44274a5e6cc7d7d","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1725578943274,"stop":1725578943274,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fb7fdc6e4e8bc13","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1725579261704,"stop":1725579261705,"duration":1},"status":"passed","severity":"normal"},{"uid":"4933e283d1ac6b81","name":"Push message with SQL Injection payload","time":{"start":1725579187568,"stop":1725579187568,"duration":0},"status":"passed","severity":"normal"},{"uid":"81de498d10e6f386","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1725578709110,"stop":1725578709110,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb94675f062c379a","name":"Check received message with timestamp: 1725578759231 ","time":{"start":1725579181246,"stop":1725579181246,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad18b70b08164c52","name":"Check received message containing XML","time":{"start":1725579181242,"stop":1725579181242,"duration":0},"status":"passed","severity":"normal"},{"uid":"67b19862964f5170","name":"Ping on unsubscribed peer","time":{"start":1725578843072,"stop":1725578843073,"duration":1},"status":"passed","severity":"normal"},{"uid":"9731a12220afd31b","name":"Subscribe to topic containing short and receive message","time":{"start":1725579297990,"stop":1725579297990,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5454136cea6402e","name":"should decode valid enr with tcp successfully","time":{"start":1725578717732,"stop":1725578717732,"duration":0},"status":"passed","severity":"normal"},{"uid":"934d49e4e7a4120a","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app66/4/topic443/json","time":{"start":1725579256762,"stop":1725579256763,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8957e02611814ac","name":"Subscribe and receive messages via lightPush","time":{"start":1725579297945,"stop":1725579297945,"duration":0},"status":"passed","severity":"normal"},{"uid":"685c694ce0c205f2","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1725578730094,"stop":1725578730095,"duration":1},"status":"passed","severity":"normal"},{"uid":"66f6f549bdea9c70","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1725579104749,"stop":1725579104749,"duration":0},"status":"passed","severity":"normal"},{"uid":"d27d5f5852fd1a52","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1725578709115,"stop":1725578709116,"duration":1},"status":"passed","severity":"normal"},{"uid":"d710c337e9bbbb45","name":"Light Node - default protocols","time":{"start":1725579337067,"stop":1725579337067,"duration":0},"status":"passed","severity":"normal"},{"uid":"aef8cf949809c74e","name":"Promise Callback - true","time":{"start":1725579303510,"stop":1725579303511,"duration":1},"status":"passed","severity":"normal"},{"uid":"67b22bec1a01b769","name":"retrieves a single peer","time":{"start":1725578730394,"stop":1725578730394,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e423d2df58e781d","name":"can start the service","time":{"start":1725578769137,"stop":1725578769139,"duration":2},"status":"passed","severity":"normal"},{"uid":"51c264e258d6e53f","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1725578730399,"stop":1725578730400,"duration":1},"status":"passed","severity":"normal"},{"uid":"e34ceeece420654d","name":"Push message with Chinese payload","time":{"start":1725579187567,"stop":1725579187567,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdefc9707456dc9d","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1725578833278,"stop":1725578833278,"duration":0},"status":"passed","severity":"normal"},{"uid":"27e9a4871d98fec6","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1725578709109,"stop":1725578709109,"duration":0},"status":"passed","severity":"normal"},{"uid":"233bf339116267e","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1725579261706,"stop":1725579261706,"duration":0},"status":"passed","severity":"normal"},{"uid":"448e82efc070159e","name":"Subscribe to topic containing Script and publish message","time":{"start":1725579222589,"stop":1725579222589,"duration":0},"status":"passed","severity":"normal"},{"uid":"4be2a27844a2b4a1","name":"should throw an error for missing sharding configuration","time":{"start":1725578709120,"stop":1725578709121,"duration":1},"status":"passed","severity":"normal"},{"uid":"42b6d9596df80804","name":"should be able to decode the field with only FILTER set to true","time":{"start":1725578717086,"stop":1725578717087,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a91befae0594f1b","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1725578717088,"stop":1725578717089,"duration":1},"status":"passed","severity":"normal"},{"uid":"12be16c1a6d3e796","name":"nwaku subscribes","time":{"start":1725579207435,"stop":1725579207436,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc350f96e51b495c","name":"Push message with content topic containing JSON","time":{"start":1725579272790,"stop":1725579272790,"duration":0},"status":"passed","severity":"normal"},{"uid":"c25f9ea37cc2944d","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app76/6/topic235/xml","time":{"start":1725579256764,"stop":1725579256764,"duration":0},"status":"passed","severity":"normal"},{"uid":"3614d1b4adb3439d","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1725579337942,"stop":1725579337942,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf645a3e5757ccd","name":"Check received message containing special chars","time":{"start":1725578940134,"stop":1725578940134,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4dca93d1d9eadba","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1725578709110,"stop":1725578709111,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3a6d9091815f8af","name":"Check received message containing long","time":{"start":1725578940133,"stop":1725578940133,"duration":0},"status":"passed","severity":"normal"},{"uid":"67e5aa77f0213210","name":"Subscribe to topic containing JSON and receive message","time":{"start":1725578970799,"stop":1725578970800,"duration":1},"status":"passed","severity":"normal"},{"uid":"6aad3367b5380194","name":"Check received message containing short","time":{"start":1725579181251,"stop":1725579181251,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e213714d318b663","name":"should set field with only FILTER enabled","time":{"start":1725578717746,"stop":1725578717746,"duration":0},"status":"passed","severity":"normal"},{"uid":"6be0ee262c99f81f","name":"Check publish message containing long","time":{"start":1725579219608,"stop":1725579219608,"duration":0},"status":"passed","severity":"normal"},{"uid":"22d50116f2e6d03","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1725579222591,"stop":1725579222591,"duration":0},"status":"passed","severity":"normal"},{"uid":"1609ce87889956d","name":"handles different networkShards values correctly","time":{"start":1725578709097,"stop":1725578709097,"duration":0},"status":"passed","severity":"normal"},{"uid":"31298c08b9ce778c","name":"should not fail to stop the service if it was not started","time":{"start":1725578769142,"stop":1725578769143,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2d962e5c8a41bba","name":"Does not throw an exception when node disconnects","time":{"start":1725579330361,"stop":1725579330361,"duration":0},"status":"passed","severity":"normal"},{"uid":"1837f08fe7bd688c","name":"Query generator for 2000 messages","time":{"start":1725579310636,"stop":1725579310636,"duration":0},"status":"passed","severity":"normal"},{"uid":"58dcdecbd8b80893","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943276,"stop":1725578943277,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f5b68d9311afb38","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1725578709109,"stop":1725578709110,"duration":1},"status":"passed","severity":"normal"},{"uid":"59a536570454eef3","name":"Push message with content topic containing Script","time":{"start":1725579187576,"stop":1725579187576,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba138a7a9b186598","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943261,"stop":1725578943272,"duration":11},"status":"passed","severity":"normal"},{"uid":"bbb7164060873150","name":"Push message with content topic containing Basic HTML tag","time":{"start":1725579272789,"stop":1725579272790,"duration":1},"status":"passed","severity":"normal"},{"uid":"243eb1685c4aa12e","name":"Nodes with multiple pubsub topic","time":{"start":1725579198135,"stop":1725579198135,"duration":0},"status":"passed","severity":"normal"},{"uid":"d18d6e0d213404c7","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1725579297995,"stop":1725579297995,"duration":0},"status":"passed","severity":"normal"},{"uid":"53f5eb33d1f5ba61","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1725578833279,"stop":1725578833279,"duration":0},"status":"passed","severity":"normal"},{"uid":"74e0a8648fdb1ec4","name":"Asymmetric encrypt & decrypt","time":{"start":1725578740695,"stop":1725578740695,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6e2ed4c88f5afcd","name":"throws on content topic with empty application field","time":{"start":1725578709074,"stop":1725578709074,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c6d59cc39e96062","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1725578730399,"stop":1725578730399,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f6282c3fe5f25a1","name":"Check received message with timestamp: 1725578759231000000 ","time":{"start":1725579181245,"stop":1725579181245,"duration":0},"status":"passed","severity":"normal"},{"uid":"35e745306aeef982","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1725578730093,"stop":1725578730094,"duration":1},"status":"passed","severity":"normal"},{"uid":"da13fefc9354a024","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1725578833276,"stop":1725578833277,"duration":1},"status":"passed","severity":"normal"},{"uid":"5824a3e9b6f50f79","name":"Generator, custom pubsub topic","time":{"start":1725579312007,"stop":1725579312015,"duration":8},"status":"passed","severity":"normal"},{"uid":"b394e500c21fdd15","name":"should get / set TCP multiaddr","time":{"start":1725578717740,"stop":1725578717741,"duration":1},"status":"passed","severity":"normal"},{"uid":"919badef1b1c3baa","name":"Relay + Store","time":{"start":1725578717746,"stop":1725578717747,"duration":1},"status":"passed","severity":"normal"},{"uid":"24af6fad73d9d53f","name":"can start the service","time":{"start":1725579222046,"stop":1725579222047,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7e3637d2cec19dc","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1725578943260,"stop":1725578943260,"duration":0},"status":"passed","severity":"normal"},{"uid":"7928fd96e6f2e486","name":"Failed peers are renewed","time":{"start":1725579008667,"stop":1725579008667,"duration":0},"status":"passed","severity":"normal"},{"uid":"f76955c1f9253bf0","name":"Subscribe to topic containing special chars and publish message","time":{"start":1725579222587,"stop":1725579222587,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa3676907a1f2505","name":"pre and post cipher","time":{"start":1725578740696,"stop":1725578740696,"duration":0},"status":"passed","severity":"normal"},{"uid":"58ac7991fe089658","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1725578709119,"stop":1725578709119,"duration":0},"status":"passed","severity":"normal"},{"uid":"1480ef8f58e00553","name":"Symmetric encrypt & Decrypt","time":{"start":1725578740695,"stop":1725578740696,"duration":1},"status":"passed","severity":"normal"},{"uid":"94bb343522912197","name":"addEventListener with correct event","time":{"start":1725578799985,"stop":1725578799986,"duration":1},"status":"passed","severity":"normal"},{"uid":"5be5236ae056d19b","name":"Check publish message containing Script","time":{"start":1725579219611,"stop":1725579219612,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5af3850f98ad5cd","name":"Waku message hash computation (no timestamp)","time":{"start":1725578711624,"stop":1725578711624,"duration":0},"status":"passed","severity":"normal"},{"uid":"947059f3c71bbc57","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1725579102813,"stop":1725579102813,"duration":0},"status":"passed","severity":"normal"},{"uid":"28371d820de37aa8","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1725579102808,"stop":1725579102808,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e445f08c01d5d21","name":"Mutual subscription","time":{"start":1725579222577,"stop":1725579222578,"duration":1},"status":"passed","severity":"normal"},{"uid":"b35dc20c5598ddc7","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1725579337942,"stop":1725579337942,"duration":0},"status":"passed","severity":"normal"},{"uid":"1842aaa8f3e372ca","name":"non connected peers","time":{"start":1725579181720,"stop":1725579181720,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ce2a3b3c478b3cf2","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1725578876067,"stop":1725578876067,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7aa99c0446581f6","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1725578741885,"stop":1725578741886,"duration":1},"status":"passed","severity":"normal"},{"uid":"afab2fee03a7d70a","name":"Non TWN Cluster","time":{"start":1725579256761,"stop":1725579256761,"duration":0},"status":"passed","severity":"normal"},{"uid":"244685af0dd16ebf","name":"Decoder throws on undefined content topic","time":{"start":1725578722642,"stop":1725578722642,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcad716d1487d988","name":"Ping on subscribed peer","time":{"start":1725578843070,"stop":1725578843071,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7cc969e96f7fb96","name":"Check publish message containing shell command","time":{"start":1725579219613,"stop":1725579219613,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a62ad6dffd1a20d","name":"Ping fails for unsubscribed peers","time":{"start":1725578868803,"stop":1725578868804,"duration":1},"status":"passed","severity":"normal"},{"uid":"580c3959f25a497a","name":"passes more than one ENR URLs and attempts connection","time":{"start":1725578769180,"stop":1725578769180,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a819132c19a7fae5","name":"Subscribe to topic containing shell command and receive message","time":{"start":1725578970800,"stop":1725578970800,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e894fcb060ab7c0","name":"should not receive a peer event before start","time":{"start":1725578734308,"stop":1725578734308,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfefc59f68100740","name":"should emit a peer event after start","time":{"start":1725578734308,"stop":1725578734308,"duration":0},"status":"passed","severity":"normal"},{"uid":"92ae1b44b13c3201","name":"Check message with no content topic is not received","time":{"start":1725579181273,"stop":1725579181273,"duration":0},"status":"passed","severity":"normal"},{"uid":"e94679f729690683","name":"Check received message containing escaped characters","time":{"start":1725578940138,"stop":1725578940139,"duration":1},"status":"passed","severity":"normal"},{"uid":"60c4d7407c8064bd","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1725578943254,"stop":1725578943254,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a86b47df7436442","name":"topics with same application and version share the same shard","time":{"start":1725578709093,"stop":1725578709094,"duration":1},"status":"passed","severity":"normal"},{"uid":"11fe339a36df6c9e","name":"ignores unrecognized TXT record formats","time":{"start":1725578730396,"stop":1725578730396,"duration":0},"status":"passed","severity":"normal"},{"uid":"bad080f7f7238081","name":"should properly create peer info with all multiaddrs","time":{"start":1725578717744,"stop":1725578717744,"duration":0},"status":"passed","severity":"normal"},{"uid":"423c71d5d54031a6","name":"can start the service","time":{"start":1725578734306,"stop":1725578734306,"duration":0},"status":"passed","severity":"normal"},{"uid":"327cbe034f01d825","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1725579198137,"stop":1725579198138,"duration":1},"status":"passed","severity":"normal"},{"uid":"51b1d2e50c43bd05","name":"start node with empty shard should fail","time":{"start":1725579281365,"stop":1725579281366,"duration":1},"status":"passed","severity":"normal"},{"uid":"c83122694b1a1d4b","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1725579297988,"stop":1725579297988,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcaae160ab30402b","name":"should be able to decode the field with only RELAY set to true","time":{"start":1725578717086,"stop":1725578717086,"duration":0},"status":"passed","severity":"normal"},{"uid":"776a5810f58abec5","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1725579337941,"stop":1725579337941,"duration":0},"status":"passed","severity":"normal"},{"uid":"a24f36f37589602d","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1725578709110,"stop":1725578709110,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa9a1ac7ff24c34e","name":"Check message received after nwaku node is restarted","time":{"start":1725579181275,"stop":1725579181275,"duration":0},"status":"skipped","severity":"normal"},{"uid":"560c9b51aa9d2837","name":"Push message with content topic containing long","time":{"start":1725579187572,"stop":1725579187573,"duration":1},"status":"passed","severity":"normal"},{"uid":"7639110c551f9031","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1725579379305,"stop":1725579379305,"duration":0},"status":"passed","severity":"normal"},{"uid":"45a39102840e1c73","name":"Refresh subscription","time":{"start":1725579222585,"stop":1725579222585,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6e2c63e4d83f760a","name":"Push message with content topic containing shell command","time":{"start":1725579187578,"stop":1725579187578,"duration":0},"status":"passed","severity":"normal"},{"uid":"804aa325cbbf969b","name":"Check received message containing short","time":{"start":1725578940132,"stop":1725578940132,"duration":0},"status":"passed","severity":"normal"},{"uid":"a38b2275dfad1148","name":"Push message with Basic HTML tag payload","time":{"start":1725579272779,"stop":1725579272780,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6e19b1a9bd4015a","name":"listenerCount","time":{"start":1725578799988,"stop":1725578799989,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d304e5a60f4ea4c","name":"Subscribe to topic containing JSON and publish message","time":{"start":1725579222590,"stop":1725579222590,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a530070fa42229a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1725578709112,"stop":1725578709112,"duration":0},"status":"passed","severity":"normal"},{"uid":"505c23a667daee5d","name":"Subscribe to topic containing XML and receive message","time":{"start":1725578970799,"stop":1725578970799,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc493aa09536cb88","name":"should get / set UDP multiaddr","time":{"start":1725578717737,"stop":1725578717737,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e7362e73f2b3014","name":"Filter with 0 connections","time":{"start":1725578997627,"stop":1725578997628,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f2b1b43bd1f77ae","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1725578943260,"stop":1725578943261,"duration":1},"status":"passed","severity":"normal"},{"uid":"d49f48a6a9a8b352","name":"Push message with SQL Injection payload","time":{"start":1725579272778,"stop":1725579272778,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4a00dcdaebb4c9","name":"Check received message containing unicode special characters","time":{"start":1725578940139,"stop":1725578940139,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc806643dc1658ab","name":"Sign & Recover","time":{"start":1725578740696,"stop":1725578740697,"duration":1},"status":"passed","severity":"normal"},{"uid":"592eeba82397a4bb","name":"Filter with 2 connections","time":{"start":1725578997629,"stop":1725578997630,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a251953b4582050","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app62/2/topic651/proto","time":{"start":1725579256763,"stop":1725579256763,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e1b1422c4e67547","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1725579222587,"stop":1725579222588,"duration":1},"status":"passed","severity":"normal"},{"uid":"96688aa39eb21f85","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1725578709123,"stop":1725578709123,"duration":0},"status":"passed","severity":"normal"},{"uid":"b50c3c669aad524d","name":"Subscribe to topic containing Russian and receive message","time":{"start":1725579297993,"stop":1725579297993,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cc9e7bf82ad8786","name":"Push message with content topic containing unicode special characters","time":{"start":1725579187579,"stop":1725579187579,"duration":0},"status":"passed","severity":"normal"},{"uid":"4042f4d1e2f30fd","name":"random static sharding 6 - Cluster ID: 981, Shard ID: 382","time":{"start":1725579281352,"stop":1725579281352,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ca5094bbd855157","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1725578876066,"stop":1725578876067,"duration":1},"status":"passed","severity":"normal"},{"uid":"c531566b73051ea8","name":"Check publish message containing SQL Injection","time":{"start":1725579219611,"stop":1725579219611,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2ba0bdf9d0cb05","name":"Relay - dialed after","time":{"start":1725579337065,"stop":1725579337065,"duration":0},"status":"passed","severity":"normal"},{"uid":"c03cfe80d3ad12bc","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1725578833271,"stop":1725578833272,"duration":1},"status":"passed","severity":"normal"},{"uid":"1678e9b110e01d72","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1725578709188,"stop":1725578709188,"duration":0},"status":"passed","severity":"normal"},{"uid":"877276283a531912","name":"Push message with content topic containing Arabic","time":{"start":1725579272787,"stop":1725579272787,"duration":0},"status":"passed","severity":"normal"},{"uid":"41cca97b83f90c53","name":"Query generator for multiple messages with different message text format","time":{"start":1725579310618,"stop":1725579310619,"duration":1},"status":"passed","severity":"normal"},{"uid":"7511aa6853e710bb","name":"should properly create location multiaddrs - tcp4","time":{"start":1725578717742,"stop":1725578717742,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9470ef2aacdca72","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1725579256769,"stop":1725579256769,"duration":0},"status":"passed","severity":"normal"},{"uid":"47142e49def049bc","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1725578769505,"stop":1725578769505,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3f8050bca03a608","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1725578740296,"stop":1725578740296,"duration":0},"status":"passed","severity":"normal"},{"uid":"e21c9b88d56c2ac9","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1725578709100,"stop":1725578709100,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4478c36d3e8e013","name":"Number of peers are maintained correctly","time":{"start":1725578868802,"stop":1725578868802,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae87c52be0f65b9b","name":"Subscribe and receives messages on 20 topics","time":{"start":1725579297957,"stop":1725579297957,"duration":0},"status":"passed","severity":"normal"},{"uid":"13c66e96ed8afeec","name":"Check publish message containing Russian","time":{"start":1725579219611,"stop":1725579219611,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dabd4d57ccd95b9","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1725578730094,"stop":1725578730094,"duration":0},"status":"passed","severity":"normal"},{"uid":"823120558f6f2528","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1725578709084,"stop":1725578709084,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d18229709071c9d","name":"Subscribe to topic containing numeric and receive message","time":{"start":1725579297960,"stop":1725579297960,"duration":0},"status":"passed","severity":"normal"},{"uid":"12b7b2c801dd06e5","name":"should return false","time":{"start":1725578717734,"stop":1725578717735,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f279a40d32ce7d2","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1725579222589,"stop":1725579222590,"duration":1},"status":"passed","severity":"normal"},{"uid":"d75433899675cb8d","name":"does not throw on valid cases","time":{"start":1725578709069,"stop":1725578709070,"duration":1},"status":"passed","severity":"normal"},{"uid":"80183bff7cff7fd3","name":"handles different clusterIds correctly","time":{"start":1725578709097,"stop":1725578709097,"duration":0},"status":"passed","severity":"normal"},{"uid":"bee8ad32b69399dc","name":"can start and stop the service","time":{"start":1725578734306,"stop":1725578734307,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0a944dfb342bf68","name":"Push message with custom timestamp: 1725582597911","time":{"start":1725579187583,"stop":1725579187583,"duration":0},"status":"passed","severity":"normal"},{"uid":"64afe51c277638a1","name":"should set field with only LIGHTPUSH enabled","time":{"start":1725578717746,"stop":1725578717746,"duration":0},"status":"passed","severity":"normal"},{"uid":"536fecb3925a9eba","name":"Query Generator, Wrong PubsubTopic","time":{"start":1725579302109,"stop":1725579302109,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6f859a2d4c07f48","name":"Check publish message containing escaped characters","time":{"start":1725579219613,"stop":1725579219614,"duration":1},"status":"passed","severity":"normal"},{"uid":"13890c06bd9c21ad","name":"configure the node with multiple pubsub topics","time":{"start":1725579281363,"stop":1725579281364,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f423f6862ab71c3","name":"Push message with Script payload","time":{"start":1725579272778,"stop":1725579272779,"duration":1},"status":"passed","severity":"normal"},{"uid":"443ef0c97ea16f5f","name":"throws on content topic with empty topic name field","time":{"start":1725578709075,"stop":1725578709075,"duration":0},"status":"passed","severity":"normal"},{"uid":"90143137d8e35920","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1725578717085,"stop":1725578717085,"duration":0},"status":"passed","severity":"normal"},{"uid":"717cbe7489793d68","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1725578876065,"stop":1725578876066,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee2caa1149ede05e","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1725579312024,"stop":1725579312025,"duration":1},"status":"passed","severity":"normal"},{"uid":"71ae10e46402886b","name":"should encode/decode to text encoding","time":{"start":1725578717736,"stop":1725578717736,"duration":0},"status":"passed","severity":"normal"},{"uid":"20477cd67da2373a","name":"addEventListener with wrong event","time":{"start":1725578799986,"stop":1725578799986,"duration":0},"status":"passed","severity":"normal"},{"uid":"e39a0a372b0b1994","name":"should be able to encode the field with only STORE set to true","time":{"start":1725578717081,"stop":1725578717081,"duration":0},"status":"passed","severity":"normal"},{"uid":"7229beef8675a907","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1725578711625,"stop":1725578711625,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7408/widgets/environment.json b/7408/widgets/environment.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/7408/widgets/environment.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/7408/widgets/executors.json b/7408/widgets/executors.json deleted file mode 100644 index 85b26a81a4d..00000000000 --- a/7408/widgets/executors.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"GitHub Actions","type":"github","url":"https://waku-org.github.io/js-waku","buildOrder":7408,"buildName":"GitHub Actions Run #10729660294","buildUrl":"https://github.com/waku-org/js-waku/actions/runs/10729660294","reportName":"Allure Report with history","reportUrl":"https://waku-org.github.io/js-waku/7408/"}] \ No newline at end of file diff --git a/7408/widgets/history-trend.json b/7408/widgets/history-trend.json deleted file mode 100644 index af1794ecf61..00000000000 --- a/7408/widgets/history-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":7408,"reportUrl":"https://waku-org.github.io/js-waku/7408/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7407,"reportUrl":"https://waku-org.github.io/js-waku/7407/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7406,"reportUrl":"https://waku-org.github.io/js-waku/7406/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7405,"reportUrl":"https://waku-org.github.io/js-waku/7405/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7404,"reportUrl":"https://waku-org.github.io/js-waku/7404/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7403,"reportUrl":"https://waku-org.github.io/js-waku/7403/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7401,"reportUrl":"https://waku-org.github.io/js-waku/7401/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/7408/widgets/launch.json b/7408/widgets/launch.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/7408/widgets/launch.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/7408/widgets/retry-trend.json b/7408/widgets/retry-trend.json deleted file mode 100644 index b0b7ece74ad..00000000000 --- a/7408/widgets/retry-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":7408,"reportUrl":"https://waku-org.github.io/js-waku/7408/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7407,"reportUrl":"https://waku-org.github.io/js-waku/7407/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7406,"reportUrl":"https://waku-org.github.io/js-waku/7406/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7405,"reportUrl":"https://waku-org.github.io/js-waku/7405/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7404,"reportUrl":"https://waku-org.github.io/js-waku/7404/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7403,"reportUrl":"https://waku-org.github.io/js-waku/7403/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7401,"reportUrl":"https://waku-org.github.io/js-waku/7401/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/7408/widgets/severity.json b/7408/widgets/severity.json deleted file mode 100644 index 7ca73aa70f6..00000000000 --- a/7408/widgets/severity.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"182e53ed8d2487d1","name":"getPeersByDiscovery","time":{"start":1725578799987,"stop":1725578799987,"duration":0},"status":"passed","severity":"normal"},{"uid":"d21f9264abbb8fd1","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1725579297995,"stop":1725579297996,"duration":1},"status":"passed","severity":"normal"},{"uid":"10f1f47ac6f8c969","name":"Keep-alive pings maintain the connection","time":{"start":1725578868804,"stop":1725578868804,"duration":0},"status":"passed","severity":"normal"},{"uid":"addee6b4d18d270c","name":"Passing page size 110 when there are 120 messages","time":{"start":1725579325582,"stop":1725579325582,"duration":0},"status":"passed","severity":"normal"},{"uid":"8eccc71fc3bc6466","name":"different cluster, different shard: nodes don't connect","time":{"start":1725578943245,"stop":1725578943245,"duration":0},"status":"passed","severity":"normal"},{"uid":"63c3cc5b3da0f8df","name":"Subscribe to topic containing numeric and publish message","time":{"start":1725579222586,"stop":1725579222587,"duration":1},"status":"passed","severity":"normal"},{"uid":"38c8a3fc6bb74e6d","name":"Check received message containing XML","time":{"start":1725578940136,"stop":1725578940136,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a251953b4582050","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app62/2/topic651/proto","time":{"start":1725579256763,"stop":1725579256763,"duration":0},"status":"passed","severity":"normal"},{"uid":"df80120bf7c33681","name":"should not fail to start the service if it is already started","time":{"start":1725578734307,"stop":1725578734308,"duration":1},"status":"passed","severity":"normal"},{"uid":"6de5525792f74a68","name":"Publish without waiting for remote peer","time":{"start":1725579222579,"stop":1725579222579,"duration":0},"status":"passed","severity":"normal"},{"uid":"4968beff0f0d9d0","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1725578943247,"stop":1725578943247,"duration":0},"status":"passed","severity":"normal"},{"uid":"685bec23ba3c6691","name":"unsubscribes","time":{"start":1725579322035,"stop":1725579322035,"duration":0},"status":"passed","severity":"normal"},{"uid":"6343a925c5a8c390","name":"Push message with emoji payload","time":{"start":1725579187571,"stop":1725579187571,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bbd11aa23b837b0","name":"Push message with content topic containing long","time":{"start":1725579272785,"stop":1725579272785,"duration":0},"status":"passed","severity":"normal"},{"uid":"b11f49263c2b77b6","name":"Subscribe to topic containing JSON and receive message","time":{"start":1725579297994,"stop":1725579297995,"duration":1},"status":"passed","severity":"normal"},{"uid":"526693be9769e5a9","name":"Push message with Chinese payload","time":{"start":1725579272777,"stop":1725579272777,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3a6d9091815f8af","name":"Check received message containing long","time":{"start":1725578940133,"stop":1725578940133,"duration":0},"status":"passed","severity":"normal"},{"uid":"511619a0f19841ae","name":"should not fail to stop the service if it was not started","time":{"start":1725578734307,"stop":1725578734307,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfefc59f68100740","name":"should emit a peer event after start","time":{"start":1725578734308,"stop":1725578734308,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d97bc07106a35b9","name":"Throws when trying to push message with empty payload","time":{"start":1725579187572,"stop":1725579187572,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dad79af813ae87","name":"dispatchEvent via connectionManager","time":{"start":1725578799989,"stop":1725578799990,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4e9418e98fb5cb","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1725579193382,"stop":1725579193383,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4dca93d1d9eadba","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1725578709110,"stop":1725578709111,"duration":1},"status":"passed","severity":"normal"},{"uid":"3807057f1e206452","name":"Subscribe to topic containing special chars and receive message","time":{"start":1725579297960,"stop":1725579297960,"duration":0},"status":"passed","severity":"normal"},{"uid":"233bf339116267e","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1725579261706,"stop":1725579261706,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a1c8c4349038b74","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1725578943247,"stop":1725578943247,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a86b47df7436442","name":"topics with same application and version share the same shard","time":{"start":1725578709093,"stop":1725578709094,"duration":1},"status":"passed","severity":"normal"},{"uid":"388be2d78b08d152","name":"isConnected between 2 js-waku relay nodes","time":{"start":1725578809896,"stop":1725578809896,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbb7164060873150","name":"Push message with content topic containing Basic HTML tag","time":{"start":1725579272789,"stop":1725579272790,"duration":1},"status":"passed","severity":"normal"},{"uid":"26eb900470e06763","name":"Check received message containing SQL Injection","time":{"start":1725579181258,"stop":1725579181258,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d70611cc3c7f569","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1725578943277,"stop":1725578943277,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc6ae6ad5e09e869","name":"Check received message containing escaped characters","time":{"start":1725579181244,"stop":1725579181244,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d05fff863cc5a01","name":"Push message with short payload","time":{"start":1725579272774,"stop":1725579272775,"duration":1},"status":"passed","severity":"normal"},{"uid":"cef4a380329e201d","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1725579316931,"stop":1725579316932,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed69b64bcbf5b4cc","name":"Check message with invalid timestamp is not received","time":{"start":1725578940162,"stop":1725578940163,"duration":1},"status":"passed","severity":"normal"},{"uid":"592ef6da92228d83","name":"Generator, 2 different pubsubtopics","time":{"start":1725579312020,"stop":1725579312020,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcb978b3bf827260","name":"different cluster, same shard: nodes don't connect","time":{"start":1725578943239,"stop":1725578943244,"duration":5},"status":"passed","severity":"normal"},{"uid":"de79eef0b3d2c10d","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","time":{"start":1725579102807,"stop":1725579102807,"duration":0},"status":"passed","severity":"normal"},{"uid":"2eeab96535bedc10","name":"Fails to publish duplicate message","time":{"start":1725579219619,"stop":1725579219619,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdb204a3afceebf4","name":"Push message equal or less that 1MB","time":{"start":1725579187583,"stop":1725579187583,"duration":0},"status":"passed","severity":"normal"},{"uid":"b99d0a1284d481bd","name":"Overlapping topic subscription","time":{"start":1725578970788,"stop":1725578970789,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f818beae202cc23","name":"Push message with special chars payload","time":{"start":1725579187566,"stop":1725579187567,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e8b527fdaaf1290","name":"should properly create location multiaddrs - udp4","time":{"start":1725578717741,"stop":1725578717742,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdaebc90006831dc","name":"Generator, custom pubsub topic","time":{"start":1725579312021,"stop":1725579312022,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b0192cf888e1e1b","name":"isConnected should return false after all peers disconnect","time":{"start":1725578809895,"stop":1725578809895,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3e9876e04a5faa7","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1725579222588,"stop":1725579222589,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a6c78b822df01ff","name":"Push message with custom timestamp: 1725582570946","time":{"start":1725579272796,"stop":1725579272796,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3f552d5c47adf89","name":"Push to array if already present","time":{"start":1725578708697,"stop":1725578708697,"duration":0},"status":"passed","severity":"normal"},{"uid":"9336e31888b5d960","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app67/1/topic611/proto","time":{"start":1725579256762,"stop":1725579256762,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce2a3b3c478b3cf2","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1725578876067,"stop":1725578876067,"duration":0},"status":"passed","severity":"normal"},{"uid":"35e745306aeef982","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1725578730093,"stop":1725578730094,"duration":1},"status":"passed","severity":"normal"},{"uid":"a819132c19a7fae5","name":"Subscribe to topic containing shell command and receive message","time":{"start":1725578970800,"stop":1725578970800,"duration":0},"status":"passed","severity":"normal"},{"uid":"eff0af459efe460","name":"Subscribe to topic containing special chars and receive message","time":{"start":1725579297991,"stop":1725579297991,"duration":0},"status":"passed","severity":"normal"},{"uid":"c387e156c81958e1","name":"stop","time":{"start":1725578799990,"stop":1725578799998,"duration":8},"status":"passed","severity":"normal"},{"uid":"72c77e6623ec31fe","name":"Subscribe to topic containing numeric and receive message","time":{"start":1725579297991,"stop":1725579297991,"duration":0},"status":"passed","severity":"normal"},{"uid":"51c2b7b8bfab3d57","name":"Publish message with rate limit","time":{"start":1725579219627,"stop":1725579219627,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb68f1dd4f3cc57a","name":"should encode/decode to RLP encoding","time":{"start":1725578717736,"stop":1725578717736,"duration":0},"status":"passed","severity":"normal"},{"uid":"da3442dd917dcb2b","name":"Tracks peer failures correctly","time":{"start":1725578868805,"stop":1725578868805,"duration":0},"status":"passed","severity":"normal"},{"uid":"933b973e0616812e","name":"should set field with all protocols enabled","time":{"start":1725578717745,"stop":1725578717745,"duration":0},"status":"passed","severity":"normal"},{"uid":"67b19862964f5170","name":"Ping on unsubscribed peer","time":{"start":1725578843072,"stop":1725578843073,"duration":1},"status":"passed","severity":"normal"},{"uid":"824ec5c4cace4010","name":"Check received message containing Russian","time":{"start":1725579181241,"stop":1725579181241,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0a3b697f0f00089","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1725578943278,"stop":1725578943278,"duration":0},"status":"passed","severity":"normal"},{"uid":"f48ddfeb7318a1ca","name":"Subscribe to topic containing short and receive message","time":{"start":1725579297959,"stop":1725579297959,"duration":0},"status":"passed","severity":"normal"},{"uid":"96703ef3cfd0dd9e","name":"LightPush with 2 connections","time":{"start":1725578997629,"stop":1725578997629,"duration":0},"status":"passed","severity":"normal"},{"uid":"904ab1d08698fbd1","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1725578833276,"stop":1725578833276,"duration":0},"status":"passed","severity":"normal"},{"uid":"8163fd87510d7e57","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1725578734309,"stop":1725578734310,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f8a268f5d5e10e5","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1725578767205,"stop":1725578767206,"duration":1},"status":"passed","severity":"normal"},{"uid":"5747ddfdce061d8a","name":"Init the array if not present","time":{"start":1725578708695,"stop":1725578708696,"duration":1},"status":"passed","severity":"normal"},{"uid":"84a404057aabe30b","name":"Check received message containing numeric","time":{"start":1725578940133,"stop":1725578940133,"duration":0},"status":"passed","severity":"normal"},{"uid":"dda60644fbf833f7","name":"should be able to decode the field with only STORE set to true","time":{"start":1725578717087,"stop":1725578717087,"duration":0},"status":"passed","severity":"normal"},{"uid":"c44274a5e6cc7d7d","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1725578943274,"stop":1725578943274,"duration":0},"status":"passed","severity":"normal"},{"uid":"42fce3636d1949f8","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1725578970784,"stop":1725578970785,"duration":1},"status":"passed","severity":"normal"},{"uid":"1678e9b110e01d72","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1725578709188,"stop":1725578709188,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9d4e58f6ccb098b","name":"Check received message with timestamp: 1649153314 ","time":{"start":1725579181247,"stop":1725579181247,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c650525a3f92ab8","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app16/9/topic235/utf8","time":{"start":1725579256762,"stop":1725579256762,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e0991496cea0c21","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1725578943245,"stop":1725578943246,"duration":1},"status":"passed","severity":"normal"},{"uid":"d49f48a6a9a8b352","name":"Push message with SQL Injection payload","time":{"start":1725579272778,"stop":1725579272778,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e3c87fc7a0e15a9","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1725578709120,"stop":1725578709120,"duration":0},"status":"passed","severity":"normal"},{"uid":"6389aa50ac9c9c70","name":"should correctly map a content topic to a pubsub topic","time":{"start":1725578709122,"stop":1725578709122,"duration":0},"status":"passed","severity":"normal"},{"uid":"dde8056f3ed5e248","name":"through manual discovery","time":{"start":1725579108188,"stop":1725579108189,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f6494eb8123c742","name":"Encoder throws on empty string content topic","time":{"start":1725578741887,"stop":1725578741887,"duration":0},"status":"passed","severity":"normal"},{"uid":"55a5ab871752fdcc","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1725578833277,"stop":1725578833277,"duration":0},"status":"passed","severity":"normal"},{"uid":"86cc4de19eb765f7","name":"Push message with special chars payload","time":{"start":1725579272776,"stop":1725579272777,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4af764733c00c33","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1725579312017,"stop":1725579312019,"duration":2},"status":"passed","severity":"normal"},{"uid":"1cc9e7bf82ad8786","name":"Push message with content topic containing unicode special characters","time":{"start":1725579187579,"stop":1725579187579,"duration":0},"status":"passed","severity":"normal"},{"uid":"5824a3e9b6f50f79","name":"Generator, custom pubsub topic","time":{"start":1725579312007,"stop":1725579312015,"duration":8},"status":"passed","severity":"normal"},{"uid":"24af6fad73d9d53f","name":"can start the service","time":{"start":1725579222046,"stop":1725579222047,"duration":1},"status":"passed","severity":"normal"},{"uid":"a50b25861998efa1","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1725579061640,"stop":1725579061640,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7d0f9eed4e8c877","name":"Check received message containing Russian","time":{"start":1725579181258,"stop":1725579181258,"duration":0},"status":"passed","severity":"normal"},{"uid":"de9cb621749b1aef","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1725578970787,"stop":1725578970787,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad6a18f7ee885c02","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1725578709113,"stop":1725578709114,"duration":1},"status":"passed","severity":"normal"},{"uid":"941faa8027cd9994","name":"Relay + Store","time":{"start":1725578768702,"stop":1725578768702,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a02372909b694c4","name":"Passing page size 19 when there are 20 messages","time":{"start":1725579325582,"stop":1725579325582,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9d37b7059195144","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1725578709091,"stop":1725578709092,"duration":1},"status":"passed","severity":"normal"},{"uid":"42ce40a8afaab5e0","name":"Subscribe to topic containing Russian and receive message","time":{"start":1725578970797,"stop":1725578970798,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4478c36d3e8e013","name":"Number of peers are maintained correctly","time":{"start":1725578868802,"stop":1725578868802,"duration":0},"status":"passed","severity":"normal"},{"uid":"d710c337e9bbbb45","name":"Light Node - default protocols","time":{"start":1725579337067,"stop":1725579337067,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c60000f3a64a86c","name":"Ordered Callback - true","time":{"start":1725579303511,"stop":1725579303511,"duration":0},"status":"passed","severity":"normal"},{"uid":"f55c2076a9f95b04","name":"should return empty list for no shard","time":{"start":1725578709103,"stop":1725578709103,"duration":0},"status":"passed","severity":"normal"},{"uid":"385e0634df0347f6","name":"Publish message with custom timestamp: Thu Sep 05 2024 22:33:13 GMT+0000 (Coordinated Universal Time)","time":{"start":1725579219618,"stop":1725579219618,"duration":0},"status":"passed","severity":"normal"},{"uid":"26756c512db43282","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1725579102814,"stop":1725579102814,"duration":0},"status":"passed","severity":"normal"},{"uid":"b57465640f26886e","name":"throws on empty content topic","time":{"start":1725578709071,"stop":1725578709071,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9470ef2aacdca72","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1725579256769,"stop":1725579256769,"duration":0},"status":"passed","severity":"normal"},{"uid":"460fd6b2a3f30695","name":"throws on content topic with too few or too many fields","time":{"start":1725578709072,"stop":1725578709072,"duration":0},"status":"passed","severity":"normal"},{"uid":"d75433899675cb8d","name":"does not throw on valid cases","time":{"start":1725578709069,"stop":1725578709070,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c63887620276cef","name":"Correctly serialized arguments","time":{"start":1725579104822,"stop":1725579104823,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c6a4d7def93337f","name":"Passing page size 0 when there are 110 messages","time":{"start":1725579325579,"stop":1725579325580,"duration":1},"status":"passed","severity":"normal"},{"uid":"8175e30019c6c1a2","name":"should use DNS peer discovery with light client","time":{"start":1725578769179,"stop":1725578769180,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f76955c1f9253bf0","name":"Subscribe to topic containing special chars and publish message","time":{"start":1725579222587,"stop":1725579222587,"duration":0},"status":"passed","severity":"normal"},{"uid":"73cd491a9621d35","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1725579297958,"stop":1725579297958,"duration":0},"status":"passed","severity":"normal"},{"uid":"897ce9afb994e49f","name":"Subscribe to topic containing JSON and receive message","time":{"start":1725579297976,"stop":1725579297976,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8b8d3ed6d2cd6a3","name":"Check message with no payload is not received","time":{"start":1725578940171,"stop":1725578940172,"duration":1},"status":"passed","severity":"normal"},{"uid":"42d58da4c9451227","name":"should handle a minimal index list","time":{"start":1725578709187,"stop":1725578709188,"duration":1},"status":"passed","severity":"normal"},{"uid":"61d3be23bd622e78","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app71/1/topic21/xml","time":{"start":1725579256765,"stop":1725579256768,"duration":3},"status":"passed","severity":"normal"},{"uid":"8428a3212d4cd9b7","name":"Push message equal or less that 1MB","time":{"start":1725579272799,"stop":1725579272800,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c86a596a60237a0","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1725578980011,"stop":1725578980011,"duration":0},"status":"passed","severity":"normal"},{"uid":"e21c9b88d56c2ac9","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1725578709100,"stop":1725578709100,"duration":0},"status":"passed","severity":"normal"},{"uid":"30b62ba936e8ebec","name":"Fails to push message with large meta","time":{"start":1725579272794,"stop":1725579272794,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ac98b354bb2c5e9","name":"Publish message with custom timestamp: Fri Sep 15 2023 23:33:13 GMT+0000 (Coordinated Universal Time)","time":{"start":1725579219617,"stop":1725579219617,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dcdbf377042658a","name":"Callback on promise, aborts when callback returns true","time":{"start":1725579310624,"stop":1725579310634,"duration":10},"status":"passed","severity":"normal"},{"uid":"6f772b34c49f2bcb","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1725578769180,"stop":1725578769180,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7e8452b951c460c1","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1725578709101,"stop":1725578709101,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf67518bb491ad66","name":"Push message with Script payload","time":{"start":1725579187568,"stop":1725579187569,"duration":1},"status":"passed","severity":"normal"},{"uid":"37343737cd70039a","name":"Check publish message containing Arabic","time":{"start":1725579219610,"stop":1725579219610,"duration":0},"status":"passed","severity":"normal"},{"uid":"90143137d8e35920","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1725578717085,"stop":1725578717085,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8b7287edfd8d48b","name":"Publish message with custom timestamp: Fri Sep 06 2024 00:33:13 GMT+0000 (Coordinated Universal Time)","time":{"start":1725579219619,"stop":1725579219619,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb19c4eaeae83476","name":"Push message with XML payload","time":{"start":1725579272779,"stop":1725579272779,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2abffc86df41a45","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1725578717088,"stop":1725578717088,"duration":0},"status":"passed","severity":"normal"},{"uid":"505c23a667daee5d","name":"Subscribe to topic containing XML and receive message","time":{"start":1725578970799,"stop":1725578970799,"duration":0},"status":"passed","severity":"normal"},{"uid":"23db25e8d9b8655a","name":"Check received message containing Script","time":{"start":1725578940135,"stop":1725578940136,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0ad69a996fc6b6","name":"Push message with content topic containing Chinese","time":{"start":1725579187574,"stop":1725579187574,"duration":0},"status":"passed","severity":"normal"},{"uid":"c49ab38eb66a6ca0","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1725579297957,"stop":1725579297957,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a570414453cdc0d","name":"Push message with meta","time":{"start":1725579272793,"stop":1725579272794,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2d0a334210cd910","name":"Check message with non string payload is not received","time":{"start":1725579181249,"stop":1725579181250,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ca5094bbd855157","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1725578876066,"stop":1725578876067,"duration":1},"status":"passed","severity":"normal"},{"uid":"f52e63dc073d2bba","name":"Subscribe to topic containing Russian and receive message","time":{"start":1725579297961,"stop":1725579297961,"duration":0},"status":"passed","severity":"normal"},{"uid":"97da612dbcb883a4","name":"Push message with Arabic payload","time":{"start":1725579272777,"stop":1725579272777,"duration":0},"status":"passed","severity":"normal"},{"uid":"5365f64ca169d6ef","name":"Check publish message containing Chinese","time":{"start":1725579219609,"stop":1725579219609,"duration":0},"status":"passed","severity":"normal"},{"uid":"13890c06bd9c21ad","name":"configure the node with multiple pubsub topics","time":{"start":1725579281363,"stop":1725579281364,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4df46aac2a13ed5","name":"Check message received after nwaku node is restarted","time":{"start":1725578940179,"stop":1725578940179,"duration":0},"status":"skipped","severity":"normal"},{"uid":"62ee5c008f0e2e1b","name":"Check received message containing Arabic","time":{"start":1725579181257,"stop":1725579181257,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc806643dc1658ab","name":"Sign & Recover","time":{"start":1725578740696,"stop":1725578740697,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e177affc27b6000","name":"Waku message hash computation (meta attribute not present)","time":{"start":1725578711623,"stop":1725578711623,"duration":0},"status":"passed","severity":"normal"},{"uid":"8390e3aab95d8fe8","name":"Push message with content topic containing short","time":{"start":1725579187572,"stop":1725579187572,"duration":0},"status":"passed","severity":"normal"},{"uid":"c067506213d5ee82","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1725578970786,"stop":1725578970787,"duration":1},"status":"passed","severity":"normal"},{"uid":"327cbe034f01d825","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1725579198137,"stop":1725579198138,"duration":1},"status":"passed","severity":"normal"},{"uid":"1324a407f91a0350","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1725578717089,"stop":1725578717089,"duration":0},"status":"passed","severity":"normal"},{"uid":"54b399f7597962bb","name":"Subscribe to topic containing emoji and receive message","time":{"start":1725579297983,"stop":1725579297983,"duration":0},"status":"passed","severity":"normal"},{"uid":"70cc1b12a229c887","name":"groups content topics by expected pubsub topic","time":{"start":1725578709095,"stop":1725578709096,"duration":1},"status":"passed","severity":"normal"},{"uid":"9731a12220afd31b","name":"Subscribe to topic containing short and receive message","time":{"start":1725579297990,"stop":1725579297990,"duration":0},"status":"passed","severity":"normal"},{"uid":"6964b21cef27366a","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1725579181247,"stop":1725579181247,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6fe7b4eb3f53993","name":"Number of peers are maintained correctly","time":{"start":1725579008666,"stop":1725579008667,"duration":1},"status":"passed","severity":"normal"},{"uid":"14493cc681746b27","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1725579256760,"stop":1725579256761,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee2caa1149ede05e","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1725579312024,"stop":1725579312025,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a70519e95e6896","name":"Check message with invalid timestamp is not received","time":{"start":1725579181248,"stop":1725579181248,"duration":0},"status":"passed","severity":"normal"},{"uid":"a76befcc4c74c2f0","name":"removeEventListener with correct event","time":{"start":1725578799986,"stop":1725578799987,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8da14699a87e788","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1725579222580,"stop":1725579222580,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4a5c3a8e49493fa","name":"Push message with content topic containing short","time":{"start":1725579272784,"stop":1725579272785,"duration":1},"status":"passed","severity":"normal"},{"uid":"f126b62236c38e38","name":"Decoder throws on undefined content topic","time":{"start":1725578741888,"stop":1725578741888,"duration":0},"status":"passed","severity":"normal"},{"uid":"d72915a00820b7d9","name":"Push message with numeric payload","time":{"start":1725579272775,"stop":1725579272776,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae87c52be0f65b9b","name":"Subscribe and receives messages on 20 topics","time":{"start":1725579297957,"stop":1725579297957,"duration":0},"status":"passed","severity":"normal"},{"uid":"e389cb86a5112372","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1725578943275,"stop":1725578943275,"duration":0},"status":"passed","severity":"normal"},{"uid":"46371da02bd97cda","name":"should throw an error for insufficient data","time":{"start":1725578709188,"stop":1725578709188,"duration":0},"status":"passed","severity":"normal"},{"uid":"a202312e8745a997","name":"Check received message containing Chinese","time":{"start":1725579181240,"stop":1725579181240,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a0883debbf1917f","name":"Push message with content topic containing XML","time":{"start":1725579272789,"stop":1725579272789,"duration":0},"status":"passed","severity":"normal"},{"uid":"32f68618c7d97924","name":"Check received message containing JSON","time":{"start":1725578940137,"stop":1725578940137,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c9cda204e3f470b","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1725578709107,"stop":1725578709108,"duration":1},"status":"passed","severity":"normal"},{"uid":"aef8cf949809c74e","name":"Promise Callback - true","time":{"start":1725579303510,"stop":1725579303511,"duration":1},"status":"passed","severity":"normal"},{"uid":"297708184808d00f","name":"Fails to publish message with size larger than 1 MB","time":{"start":1725579219621,"stop":1725579219626,"duration":5},"status":"passed","severity":"normal"},{"uid":"1976d98d3f735d13","name":"Push message with content topic containing Russian","time":{"start":1725579187575,"stop":1725579187575,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e1b1422c4e67547","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1725579222587,"stop":1725579222588,"duration":1},"status":"passed","severity":"normal"},{"uid":"2883998e1a412bc","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1725579281336,"stop":1725579281339,"duration":3},"status":"passed","severity":"normal"},{"uid":"b50c3c669aad524d","name":"Subscribe to topic containing Russian and receive message","time":{"start":1725579297993,"stop":1725579297993,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee55f6332c995350","name":"should properly create location multiaddrs - udp6","time":{"start":1725578717742,"stop":1725578717743,"duration":1},"status":"passed","severity":"normal"},{"uid":"5be5236ae056d19b","name":"Check publish message containing Script","time":{"start":1725579219611,"stop":1725579219612,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ce862c445e58b1d","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1725579297956,"stop":1725579297957,"duration":1},"status":"passed","severity":"normal"},{"uid":"517e064fca88d810","name":"Decoder throws on empty string content topic","time":{"start":1725578722642,"stop":1725578722642,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9188bbe5341b6d6","name":"should properly compute the node id","time":{"start":1725578717735,"stop":1725578717735,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d2c779dbc674e0","name":"Query with Promise Callback, No message returned","time":{"start":1725579302121,"stop":1725579302121,"duration":0},"status":"passed","severity":"normal"},{"uid":"527441b44577cbdb","name":"Push message with unicode special characters payload","time":{"start":1725579187571,"stop":1725579187571,"duration":0},"status":"passed","severity":"normal"},{"uid":"32a5ff3b053f182e","name":"Check received message containing Arabic","time":{"start":1725578940134,"stop":1725578940135,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea00153af227cafe","name":"Reusing cursor across nodes","time":{"start":1725579261706,"stop":1725579261707,"duration":1},"status":"passed","severity":"normal"},{"uid":"c28fee70ce30926b","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1725578711623,"stop":1725578711623,"duration":0},"status":"passed","severity":"normal"},{"uid":"11f35a99d91c14af","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1725579061636,"stop":1725579061637,"duration":1},"status":"passed","severity":"normal"},{"uid":"939a501090c21920","name":"Overlapping topic subscription","time":{"start":1725579222585,"stop":1725579222585,"duration":0},"status":"skipped","severity":"normal"},{"uid":"265e50b4222d33ce","name":"Filter with 3 connections","time":{"start":1725578997630,"stop":1725578997631,"duration":1},"status":"passed","severity":"normal"},{"uid":"5eda841271ed1e22","name":"Push message with content topic containing Basic HTML tag","time":{"start":1725579187576,"stop":1725579187577,"duration":1},"status":"passed","severity":"normal"},{"uid":"314efb32f147dbfa","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1725578717083,"stop":1725578717083,"duration":0},"status":"passed","severity":"normal"},{"uid":"a30d7e4773ac7459","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1725578709092,"stop":1725578709093,"duration":1},"status":"passed","severity":"normal"},{"uid":"36cef7fdbe21e130","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1725578943260,"stop":1725578943260,"duration":0},"status":"passed","severity":"normal"},{"uid":"a32b7dcc6897042c","name":"Push message with content topic containing Chinese","time":{"start":1725579272786,"stop":1725579272787,"duration":1},"status":"passed","severity":"normal"},{"uid":"3518bd7e37c0c2ba","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1725578943275,"stop":1725578943276,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a24180d01421d0e","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1725578980011,"stop":1725578980012,"duration":1},"status":"passed","severity":"normal"},{"uid":"49180edfd6abb4e1","name":"should be online or offline if network state changed","time":{"start":1725578759911,"stop":1725578759911,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a91befae0594f1b","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1725578717088,"stop":1725578717089,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbe3656901669f7a","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1725578980011,"stop":1725578980011,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1a74340f67ba00","name":"getPeersByDiscovery","time":{"start":1725579193380,"stop":1725579193381,"duration":1},"status":"passed","severity":"normal"},{"uid":"68952760d0f1ec48","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1725578980000,"stop":1725578980001,"duration":1},"status":"passed","severity":"normal"},{"uid":"1178369c32efce9","name":"Encoder throws on empty string content topic","time":{"start":1725578722641,"stop":1725578722642,"duration":1},"status":"passed","severity":"normal"},{"uid":"686f64b7b0da88c5","name":"Passing page size 10 when there are 10 messages","time":{"start":1725579325581,"stop":1725579325581,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e2c63e4d83f760a","name":"Push message with content topic containing shell command","time":{"start":1725579187578,"stop":1725579187578,"duration":0},"status":"passed","severity":"normal"},{"uid":"a544d3b8219e12c0","name":"Subscribe to topic containing Script and receive message","time":{"start":1725578970798,"stop":1725578970798,"duration":0},"status":"passed","severity":"normal"},{"uid":"65a07ebf7d74e292","name":"should not fail to start the service if it is already started","time":{"start":1725578769143,"stop":1725578769145,"duration":2},"status":"passed","severity":"normal"},{"uid":"aa3676907a1f2505","name":"pre and post cipher","time":{"start":1725578740696,"stop":1725578740696,"duration":0},"status":"passed","severity":"normal"},{"uid":"934d49e4e7a4120a","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app66/4/topic443/json","time":{"start":1725579256762,"stop":1725579256763,"duration":1},"status":"passed","severity":"normal"},{"uid":"7704f9175d8e33a2","name":"Decoder throws on undefined content topic","time":{"start":1725578740298,"stop":1725578740299,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bf92f0f5dbe7d85","name":"Accepts a valid Waku Message","time":{"start":1725578745081,"stop":1725578745083,"duration":2},"status":"passed","severity":"normal"},{"uid":"b8033a5bccbd2584","name":"Used by Waku Relay","time":{"start":1725579330362,"stop":1725579330362,"duration":0},"status":"passed","severity":"normal"},{"uid":"74b14f00962ca431","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1725578709088,"stop":1725578709089,"duration":1},"status":"passed","severity":"normal"},{"uid":"632e8c0357db6102","name":"Relay","time":{"start":1725578768701,"stop":1725578768702,"duration":1},"status":"passed","severity":"normal"},{"uid":"485ff0b859fba7f","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1725578943256,"stop":1725578943256,"duration":0},"status":"passed","severity":"normal"},{"uid":"efc8f4eae0cd1a13","name":"LightPush with 0 connections","time":{"start":1725578997627,"stop":1725578997627,"duration":0},"status":"passed","severity":"normal"},{"uid":"58369dd16d4467bf","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1725578970786,"stop":1725578970786,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d35a6159cd96099","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1725579337939,"stop":1725579337939,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1338abd0004cf77","name":"should throw error - no public key","time":{"start":1725578717734,"stop":1725578717734,"duration":0},"status":"passed","severity":"normal"},{"uid":"93fa4d13dec3b489","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1725578709122,"stop":1725578709122,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b14f6bc198b4273","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1725578980000,"stop":1725578980000,"duration":0},"status":"passed","severity":"normal"},{"uid":"d963858c4b670344","name":"should not receive a peer event before start","time":{"start":1725578769174,"stop":1725578769178,"duration":4},"status":"passed","severity":"normal"},{"uid":"27fde91b70425b1e","name":"Push 30 different messages","time":{"start":1725579272783,"stop":1725579272783,"duration":0},"status":"passed","severity":"normal"},{"uid":"20477cd67da2373a","name":"addEventListener with wrong event","time":{"start":1725578799986,"stop":1725578799986,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c35925f5611834e","name":"should only return 1 node with relay and store capability","time":{"start":1725578730397,"stop":1725578730398,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e894fcb060ab7c0","name":"should not receive a peer event before start","time":{"start":1725578734308,"stop":1725578734308,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ad6a6b8082d619e","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1725578876067,"stop":1725578876067,"duration":0},"status":"passed","severity":"normal"},{"uid":"823120558f6f2528","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1725578709084,"stop":1725578709084,"duration":0},"status":"passed","severity":"normal"},{"uid":"2118f17e5b24512e","name":"should be called at least once on all `peer:discovery` events","time":{"start":1725578767201,"stop":1725578767202,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f65cc846247c3ca","name":"Push message with long payload","time":{"start":1725579187565,"stop":1725579187566,"duration":1},"status":"passed","severity":"normal"},{"uid":"9393afddb1aacdb5","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1725578943254,"stop":1725578943255,"duration":1},"status":"passed","severity":"normal"},{"uid":"923f81c1cce807bb","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1725578943258,"stop":1725578943259,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a09efb7fbf3945c","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app23/4/topic321/json","time":{"start":1725579256763,"stop":1725579256764,"duration":1},"status":"passed","severity":"normal"},{"uid":"42b6d9596df80804","name":"should be able to decode the field with only FILTER set to true","time":{"start":1725578717086,"stop":1725578717087,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffc6047b03fa9a82","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1725578709115,"stop":1725578709115,"duration":0},"status":"passed","severity":"normal"},{"uid":"67e30fd5776466ae","name":"Subscribe to topic containing shell command and receive message","time":{"start":1725579297995,"stop":1725579297995,"duration":0},"status":"passed","severity":"normal"},{"uid":"9587c2e43598d7a3","name":"Subscribe to topic containing numeric and receive message","time":{"start":1725578970792,"stop":1725578970793,"duration":1},"status":"passed","severity":"normal"},{"uid":"117ee895e262c0de","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1725578833272,"stop":1725578833273,"duration":1},"status":"passed","severity":"normal"},{"uid":"50444fe463647e53","name":"should throw error - no id","time":{"start":1725578717733,"stop":1725578717734,"duration":1},"status":"passed","severity":"normal"},{"uid":"be8543a9ca9dc5f3","name":"Generator, 2 different pubsubtopics","time":{"start":1725579312022,"stop":1725579312023,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3ac0d3639de4f38","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1725578809893,"stop":1725578809894,"duration":1},"status":"passed","severity":"normal"},{"uid":"aeb7b2f8dfe5e76c","name":"Push message with Russian payload","time":{"start":1725579272778,"stop":1725579272778,"duration":0},"status":"passed","severity":"normal"},{"uid":"831e6fbb828053c2","name":"caches peers it previously fetched","time":{"start":1725578730396,"stop":1725578730397,"duration":1},"status":"passed","severity":"normal"},{"uid":"35e8b7fad1729da7","name":"Ping on peer without subscriptions","time":{"start":1725578843071,"stop":1725578843072,"duration":1},"status":"passed","severity":"normal"},{"uid":"4be2a27844a2b4a1","name":"should throw an error for missing sharding configuration","time":{"start":1725578709120,"stop":1725578709121,"duration":1},"status":"passed","severity":"normal"},{"uid":"769906b25fdc2cee","name":"returns all values when wanted number is greater than available values","time":{"start":1725578729792,"stop":1725578729792,"duration":0},"status":"passed","severity":"normal"},{"uid":"68e2c3e674c0f48e","name":"should throw an error for missing required configuration","time":{"start":1725578709104,"stop":1725578709105,"duration":1},"status":"passed","severity":"normal"},{"uid":"e759c023dac51626","name":"should not receive a peer event after stop","time":{"start":1725578734308,"stop":1725578734309,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a032ed3b8f0465","name":"Filter with 1 connections","time":{"start":1725578997628,"stop":1725578997628,"duration":0},"status":"passed","severity":"normal"},{"uid":"21ae954a04f71849","name":"more peers than existing","time":{"start":1725579181712,"stop":1725579181713,"duration":1},"status":"skipped","severity":"normal"},{"uid":"caed9e516cffcf12","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1725578709114,"stop":1725578709114,"duration":0},"status":"passed","severity":"normal"},{"uid":"eba044ffc04b44cf","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1725579312021,"stop":1725579312021,"duration":0},"status":"passed","severity":"normal"},{"uid":"5838a2daaebd2253","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1725579297946,"stop":1725579297955,"duration":9},"status":"passed","severity":"normal"},{"uid":"263c2ff811bf3de9","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1725578717732,"stop":1725578717732,"duration":0},"status":"passed","severity":"normal"},{"uid":"701998b54b319f6f","name":"Check received message containing numeric","time":{"start":1725579181253,"stop":1725579181255,"duration":2},"status":"passed","severity":"normal"},{"uid":"afde7e99218ca220","name":"LightPush with 1 connections","time":{"start":1725578997628,"stop":1725578997628,"duration":0},"status":"passed","severity":"normal"},{"uid":"717cbe7489793d68","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1725578876065,"stop":1725578876066,"duration":1},"status":"passed","severity":"normal"},{"uid":"706a20c565446d1f","name":"Should update multiaddrs","time":{"start":1725579108424,"stop":1725579108425,"duration":1},"status":"passed","severity":"normal"},{"uid":"726cac5ba7f20efe","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1725579102811,"stop":1725579102811,"duration":0},"status":"passed","severity":"normal"},{"uid":"629b93258ecfb746","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1725578876066,"stop":1725578876066,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc606155f3c0bd63","name":"random static sharding 2 - Cluster ID: 170, Shard ID: 19","time":{"start":1725579281349,"stop":1725579281350,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe683be69a5365ce","name":"Push message with content topic containing unicode special characters","time":{"start":1725579272791,"stop":1725579272792,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d304e5a60f4ea4c","name":"Subscribe to topic containing JSON and publish message","time":{"start":1725579222590,"stop":1725579222590,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb94675f062c379a","name":"Check received message with timestamp: 1725578759231 ","time":{"start":1725579181246,"stop":1725579181246,"duration":0},"status":"passed","severity":"normal"},{"uid":"e87fb093f6bb7297","name":"Check received message with timestamp: 1649153314 ","time":{"start":1725578940157,"stop":1725578940158,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f6282c3fe5f25a1","name":"Check received message with timestamp: 1725578759231000000 ","time":{"start":1725579181245,"stop":1725579181245,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6d276fb00d4fd86","name":"Store - dialed after - with timeout","time":{"start":1725579337066,"stop":1725579337066,"duration":0},"status":"passed","severity":"normal"},{"uid":"12b7b2c801dd06e5","name":"should return false","time":{"start":1725578717734,"stop":1725578717735,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ab2a43d0bfe0d47","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1725579198136,"stop":1725579198136,"duration":0},"status":"passed","severity":"normal"},{"uid":"6714575b2e360daa","name":"Query generator for multiple messages","time":{"start":1725579310611,"stop":1725579310618,"duration":7},"status":"passed","severity":"normal"},{"uid":"d5513645daf56ea","name":"Check received message with timestamp: 1725578758849 ","time":{"start":1725578940156,"stop":1725578940157,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdbb768ae532516a","name":"Nwaku publishes","time":{"start":1725579207437,"stop":1725579207438,"duration":1},"status":"passed","severity":"normal"},{"uid":"4042f4d1e2f30fd","name":"random static sharding 6 - Cluster ID: 981, Shard ID: 382","time":{"start":1725579281352,"stop":1725579281352,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b730f9dca1af25","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1725578729792,"stop":1725578729794,"duration":2},"status":"passed","severity":"normal"},{"uid":"215d9d70f18f8932","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1725579302120,"stop":1725579302120,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a1a41bf6e010b51","name":"creates an iterator","time":{"start":1725579322034,"stop":1725579322034,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0f8846f50101719","name":"Sample","time":{"start":1725578717128,"stop":1725578717128,"duration":0},"status":"passed","severity":"normal"},{"uid":"792256dd618c4ed6","name":"same cluster, same shard: nodes connect","time":{"start":1725579104749,"stop":1725579104749,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf645a3e5757ccd","name":"Check received message containing special chars","time":{"start":1725578940134,"stop":1725578940134,"duration":0},"status":"passed","severity":"normal"},{"uid":"d27d5f5852fd1a52","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1725578709115,"stop":1725578709116,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1571dc240eee714","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1725579379303,"stop":1725579379303,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b47735247a5eac","name":"A test","time":{"start":1725579061737,"stop":1725579061738,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc6eaa9fd8d9349f","name":"connected peers and dial","time":{"start":1725579181712,"stop":1725579181712,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a1b75438a452f9d3","name":"Fails to push message bigger that 1MB","time":{"start":1725579272800,"stop":1725579272800,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9520364cd25e7fd","name":"Check received message containing shell command","time":{"start":1725579181260,"stop":1725579181260,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ab55297bba50ef8","name":"Check message on other pubsub topic is not received","time":{"start":1725579181248,"stop":1725579181248,"duration":0},"status":"passed","severity":"normal"},{"uid":"7de54e517cfda7e2","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1725578943273,"stop":1725578943273,"duration":0},"status":"passed","severity":"normal"},{"uid":"d40f6966515ee328","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1725579261705,"stop":1725579261705,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae9df8a62708c61","name":"Nodes with multiple pubsub topic","time":{"start":1725579198137,"stop":1725579198137,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8ccc9ad63ddacd3","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1725579219614,"stop":1725579219615,"duration":1},"status":"passed","severity":"normal"},{"uid":"235ed92a5e304d90","name":"Query Generator - true","time":{"start":1725579303510,"stop":1725579303510,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bb353acb9f75838","name":"should return unique PubsubTopics for static sharding","time":{"start":1725578709100,"stop":1725578709100,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0a944dfb342bf68","name":"Push message with custom timestamp: 1725582597911","time":{"start":1725579187583,"stop":1725579187583,"duration":0},"status":"passed","severity":"normal"},{"uid":"67bfdd787e81679d","name":"Subscribe and receives messages on 20 topics","time":{"start":1725579297987,"stop":1725579297987,"duration":0},"status":"passed","severity":"normal"},{"uid":"f798f67d6d1f6c20","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1725578809892,"stop":1725578809892,"duration":0},"status":"passed","severity":"normal"},{"uid":"613edd83543ecd5f","name":"handles empty shards array correctly","time":{"start":1725578709121,"stop":1725578709121,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ad83ab54d8ca182","name":"Refresh subscription","time":{"start":1725579297990,"stop":1725579297990,"duration":0},"status":"passed","severity":"normal"},{"uid":"22034773c4b6c9f2","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1725579302116,"stop":1725579302117,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ec457e8e1c50ca7","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1725579337940,"stop":1725579337940,"duration":0},"status":"passed","severity":"normal"},{"uid":"804aa325cbbf969b","name":"Check received message containing short","time":{"start":1725578940132,"stop":1725578940132,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4b995391b87e9c2","name":"Delete observer","time":{"start":1725579185225,"stop":1725579185226,"duration":1},"status":"passed","severity":"normal"},{"uid":"7511aa6853e710bb","name":"should properly create location multiaddrs - tcp4","time":{"start":1725578717742,"stop":1725578717742,"duration":0},"status":"passed","severity":"normal"},{"uid":"94e2f690b6755de2","name":"Push message with Basic HTML tag payload","time":{"start":1725579187569,"stop":1725579187569,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f72959380f8cfcc","name":"handles multiple messages","time":{"start":1725579322034,"stop":1725579322035,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc493aa09536cb88","name":"should get / set UDP multiaddr","time":{"start":1725578717737,"stop":1725578717737,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b1d0e6985568863","name":"Check received message containing long","time":{"start":1725579181234,"stop":1725579181235,"duration":1},"status":"passed","severity":"normal"},{"uid":"10e83c980dfd33b2","name":"Relay - dialed first","time":{"start":1725579337064,"stop":1725579337065,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2454b8dd3162e6c","name":"should emit a peer event after start","time":{"start":1725578769146,"stop":1725578769173,"duration":27},"status":"passed","severity":"normal"},{"uid":"70f24b18745baaf","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1725579297985,"stop":1725579297985,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc350f96e51b495c","name":"Push message with content topic containing JSON","time":{"start":1725579272790,"stop":1725579272790,"duration":0},"status":"passed","severity":"normal"},{"uid":"1766992fc820c769","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1725578833275,"stop":1725578833276,"duration":1},"status":"passed","severity":"normal"},{"uid":"a44ccf661b6fb20c","name":"Check message received after jswaku node is restarted","time":{"start":1725579181250,"stop":1725579181250,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c03cfe80d3ad12bc","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1725578833271,"stop":1725578833272,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f2879558a805332","name":"Reopen subscription with peer with lost subscription","time":{"start":1725578843073,"stop":1725578843073,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc95315e7ccf0777","name":"random static sharding 3 - Cluster ID: 731, Shard ID: 334","time":{"start":1725579281350,"stop":1725579281351,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8eb2ddc228ef3ff","name":"should not receive a peer event after stop","time":{"start":1725579222049,"stop":1725579222050,"duration":1},"status":"passed","severity":"normal"},{"uid":"86593636ce5bf768","name":"Push message with JSON payload","time":{"start":1725579272780,"stop":1725579272780,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6e6ba12ddffb5e4","name":"Ordered callback, aborts when callback returns true","time":{"start":1725579310635,"stop":1725579310636,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd16c0b3ce51a240","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1725578833274,"stop":1725578833274,"duration":0},"status":"passed","severity":"normal"},{"uid":"1842aaa8f3e372ca","name":"non connected peers","time":{"start":1725579181720,"stop":1725579181720,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5c88f4fec8207cce","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1725579297982,"stop":1725579297982,"duration":0},"status":"passed","severity":"normal"},{"uid":"27e9a4871d98fec6","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1725578709109,"stop":1725578709109,"duration":0},"status":"passed","severity":"normal"},{"uid":"da9e2adce41e9ebb","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1725578722361,"stop":1725578722362,"duration":1},"status":"passed","severity":"normal"},{"uid":"52e61d1de54c609e","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","time":{"start":1725579102809,"stop":1725579102810,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2ba0bdf9d0cb05","name":"Relay - dialed after","time":{"start":1725579337065,"stop":1725579337065,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9beabafa6d8d9a8","name":"Subscribe and receive messages via lightPush","time":{"start":1725578970780,"stop":1725578970782,"duration":2},"status":"passed","severity":"normal"},{"uid":"64aba2b1913ac351","name":"Subscribe to topic containing long and receive message","time":{"start":1725579297959,"stop":1725579297960,"duration":1},"status":"passed","severity":"normal"},{"uid":"6105dcb4f2c00ba1","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1725578730096,"stop":1725578730096,"duration":0},"status":"passed","severity":"normal"},{"uid":"12c2c3ac1129cfcb","name":"Renews peer on consistent missed messages","time":{"start":1725578868806,"stop":1725578868806,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd42bce9f9c14c69","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1725579181272,"stop":1725579181272,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5989105ea8dee4a","name":"Check publish message after client node is restarted","time":{"start":1725579219626,"stop":1725579219626,"duration":0},"status":"skipped","severity":"normal"},{"uid":"41cca97b83f90c53","name":"Query generator for multiple messages with different message text format","time":{"start":1725579310618,"stop":1725579310619,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1d4b672da41aec5","name":"Push message with XML payload","time":{"start":1725579187569,"stop":1725579187569,"duration":0},"status":"passed","severity":"normal"},{"uid":"65eb41f3425b20d3","name":"Ephemeral field set to true","time":{"start":1725578722640,"stop":1725578722640,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef1f44b5c195e2c7","name":"Decrypt messages","time":{"start":1725579185225,"stop":1725579185225,"duration":0},"status":"passed","severity":"normal"},{"uid":"d003841a8ad792a0","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1725579302119,"stop":1725579302119,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c736e2e71368167","name":"Subscribe to topic containing shell command and publish message","time":{"start":1725579222590,"stop":1725579222590,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6334cd2ded677c8","name":"Check publish message containing numeric","time":{"start":1725579219608,"stop":1725579219609,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9586070503e8d11","name":"Check received message containing Russian","time":{"start":1725578940135,"stop":1725578940135,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab2f3ca978d1d63c","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1725578730091,"stop":1725578730091,"duration":0},"status":"passed","severity":"normal"},{"uid":"52183aef01154450","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1725578876068,"stop":1725578876068,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4e0b0f1b8424a9f","name":"should throw an error if shards are undefined for static sharding","time":{"start":1725578709103,"stop":1725578709104,"duration":1},"status":"passed","severity":"normal"},{"uid":"f059885be9039cd","name":"Subscribe to topic containing XML and receive message","time":{"start":1725579297962,"stop":1725579297962,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a291c734fd9c33a","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1725579261705,"stop":1725579261705,"duration":0},"status":"passed","severity":"normal"},{"uid":"d33674362f3fa2d5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1725578943276,"stop":1725578943276,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e2d9719e6b69d97","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1725579297960,"stop":1725579297961,"duration":1},"status":"passed","severity":"normal"},{"uid":"40121ab6b75d30c4","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1725578943256,"stop":1725578943256,"duration":0},"status":"passed","severity":"normal"},{"uid":"60ca9aeb1248c910","name":"Should update shard info","time":{"start":1725579108425,"stop":1725579108425,"duration":0},"status":"passed","severity":"normal"},{"uid":"39a7543589d3d377","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943248,"stop":1725578943248,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccc30ed772b6902b","name":"Check received message containing Script","time":{"start":1725579181241,"stop":1725579181242,"duration":1},"status":"passed","severity":"normal"},{"uid":"b75d9777112d8a0b","name":"Push message with content topic containing escaped characters","time":{"start":1725579272791,"stop":1725579272791,"duration":0},"status":"passed","severity":"normal"},{"uid":"e18a7eb948c7f51","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1725578709086,"stop":1725578709087,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ca853301cb70f97","name":"1 Relay, 1 fetch","time":{"start":1725578729926,"stop":1725578729926,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e98737acbd16dc0","name":"Check message with non string payload is not received","time":{"start":1725578940172,"stop":1725578940175,"duration":3},"status":"passed","severity":"normal"},{"uid":"7352fdb0dfa11508","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1725579297993,"stop":1725579297993,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bfa0f0e6ce685e5","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1725578943257,"stop":1725578943258,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed394fe04fd791f7","name":"should return valid sharding parameters for static sharding","time":{"start":1725578709120,"stop":1725578709120,"duration":0},"status":"passed","severity":"normal"},{"uid":"78417f0a8d9f8157","name":"Waku message hash computation (payload length 0)","time":{"start":1725578711624,"stop":1725578711624,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd6704ebc3a54e0f","name":"Relay - times out","time":{"start":1725579337065,"stop":1725579337066,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ae6bb02688122a3","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1725578970796,"stop":1725578970797,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7fdfc14933692e","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1725578717082,"stop":1725578717083,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1bae16d840f80aa","name":"handles empty contentTopics array correctly","time":{"start":1725578709121,"stop":1725578709121,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cb4ba42c19d0b3a","name":"Push message with escaped characters payload","time":{"start":1725579187570,"stop":1725579187570,"duration":0},"status":"passed","severity":"normal"},{"uid":"243eb1685c4aa12e","name":"Nodes with multiple pubsub topic","time":{"start":1725579198135,"stop":1725579198135,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac8a5fa87a7b6488","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1725578709088,"stop":1725578709088,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb1b2ec4af6597d2","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1725578970799,"stop":1725578970799,"duration":0},"status":"passed","severity":"normal"},{"uid":"7aba6631dd103ea0","name":"Push message with unicode special characters payload","time":{"start":1725579272781,"stop":1725579272781,"duration":0},"status":"passed","severity":"normal"},{"uid":"da13fefc9354a024","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1725578833276,"stop":1725578833277,"duration":1},"status":"passed","severity":"normal"},{"uid":"389f7d634ed0e4c9","name":"can dial TLS multiaddrs","time":{"start":1725579108186,"stop":1725579108187,"duration":1},"status":"passed","severity":"normal"},{"uid":"d40ba8fd71a3c224","name":"Ping on unsubscribed peer","time":{"start":1725578821025,"stop":1725578821025,"duration":0},"status":"passed","severity":"normal"},{"uid":"56250c7a4e18d6f","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1725579102809,"stop":1725579102809,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbebbf46871f448b","name":"Meta field set when metaSetter is specified","time":{"start":1725578722640,"stop":1725578722640,"duration":0},"status":"passed","severity":"normal"},{"uid":"c643df4c30df1682","name":"Check received message containing shell command","time":{"start":1725579181244,"stop":1725579181244,"duration":0},"status":"passed","severity":"normal"},{"uid":"26e5287803e39951","name":"Add multiple subscription objects on single nwaku node","time":{"start":1725579297996,"stop":1725579298002,"duration":6},"status":"passed","severity":"normal"},{"uid":"da4f9d6b56d6921d","name":"Rejects garbage","time":{"start":1725578745083,"stop":1725578745083,"duration":0},"status":"passed","severity":"normal"},{"uid":"a709e0993af16a7c","name":"Sets default value correctly","time":{"start":1725579330363,"stop":1725579330363,"duration":0},"status":"passed","severity":"normal"},{"uid":"b35dc20c5598ddc7","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1725579337942,"stop":1725579337942,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cd262da2878d3d3","name":"LightPush with 3 connections","time":{"start":1725578997630,"stop":1725578997630,"duration":0},"status":"passed","severity":"normal"},{"uid":"134801d534a75457","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1725579302115,"stop":1725579302116,"duration":1},"status":"passed","severity":"normal"},{"uid":"246247de8373be3e","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1725578740294,"stop":1725578740295,"duration":1},"status":"passed","severity":"normal"},{"uid":"e622764a58a43834","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app81/10/topic953/test.js","time":{"start":1725579256763,"stop":1725579256763,"duration":0},"status":"passed","severity":"normal"},{"uid":"e37e7128c356f65e","name":"Push message with Russian payload","time":{"start":1725579187568,"stop":1725579187568,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb6597dcc289530b","name":"random static sharding 10 - Cluster ID: 716, Shard ID: 469","time":{"start":1725579281362,"stop":1725579281363,"duration":1},"status":"passed","severity":"normal"},{"uid":"903db0ca6d79336","name":"should not fail to start the service if it is already started","time":{"start":1725579222048,"stop":1725579222049,"duration":1},"status":"passed","severity":"normal"},{"uid":"19210219dc0d7c24","name":"isConnected return false after peer stops","time":{"start":1725578809895,"stop":1725578809895,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f5b68d9311afb38","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1725578709109,"stop":1725578709110,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dcb5a6d9609a303","name":"Subscribe to topic containing emoji and receive message","time":{"start":1725578970801,"stop":1725578970801,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e8c68d6feff8faa","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1725578980010,"stop":1725578980010,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e58b486e9581781","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1725578730095,"stop":1725578730095,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4a00dcdaebb4c9","name":"Check received message containing unicode special characters","time":{"start":1725578940139,"stop":1725578940139,"duration":0},"status":"passed","severity":"normal"},{"uid":"90aceec2b723b2a6","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1725578717084,"stop":1725578717085,"duration":1},"status":"passed","severity":"normal"},{"uid":"11d577271df1c657","name":"Query Generator - false","time":{"start":1725579303510,"stop":1725579303510,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c692d0b5d679b94","name":"throws on content topic with empty encoding field","time":{"start":1725578709075,"stop":1725578709076,"duration":1},"status":"passed","severity":"normal"},{"uid":"520cbb640b6de5f7","name":"Query with Ordered Callback, No Decoder","time":{"start":1725579302117,"stop":1725579302117,"duration":0},"status":"passed","severity":"normal"},{"uid":"66dfc818ced2878f","name":"Push message with content topic containing numeric","time":{"start":1725579272785,"stop":1725579272786,"duration":1},"status":"passed","severity":"normal"},{"uid":"229c611cfea2ee66","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1725579297961,"stop":1725579297962,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c35756a8e69f42f","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1725579316931,"stop":1725579316931,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce41473cef74a232","name":"Add multiple subscription objects on single nwaku node","time":{"start":1725579297983,"stop":1725579297983,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9927af89022301d","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1725578709114,"stop":1725578709114,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5e65235cb31812e","name":"tcp ip4 address","time":{"start":1725578717019,"stop":1725578717021,"duration":2},"status":"passed","severity":"normal"},{"uid":"ba33263a44bf2abb","name":"Fields are not dropped","time":{"start":1725578722034,"stop":1725578722035,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d3761044b8352a6","name":"Check received message containing unicode special characters","time":{"start":1725579181244,"stop":1725579181245,"duration":1},"status":"passed","severity":"normal"},{"uid":"a87c809aa3e119f8","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1725579102813,"stop":1725579102813,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c0e2d875dd171c6","name":"Check received message containing emoji","time":{"start":1725579181270,"stop":1725579181270,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad80b48902836d80","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1725578759909,"stop":1725578759910,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5dc151ad03a85b5","name":"Refresh subscription","time":{"start":1725578970789,"stop":1725578970789,"duration":0},"status":"passed","severity":"normal"},{"uid":"80183bff7cff7fd3","name":"handles different clusterIds correctly","time":{"start":1725578709097,"stop":1725578709097,"duration":0},"status":"passed","severity":"normal"},{"uid":"84c3b0dd92529e7","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1725578709084,"stop":1725578709085,"duration":1},"status":"passed","severity":"normal"},{"uid":"a38b2275dfad1148","name":"Push message with Basic HTML tag payload","time":{"start":1725579272779,"stop":1725579272780,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ce00fb019cdd682","name":"removeEventListener with wrong event","time":{"start":1725578799987,"stop":1725578799987,"duration":0},"status":"passed","severity":"normal"},{"uid":"75a564d711ad9fea","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1725579297992,"stop":1725579297992,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6a02103a903206e","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1725579219620,"stop":1725579219620,"duration":0},"status":"passed","severity":"normal"},{"uid":"30cc17dc2ce756c1","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1725578709106,"stop":1725578709107,"duration":1},"status":"passed","severity":"normal"},{"uid":"e453b44c8473f5e4","name":"Check received message with timestamp: 1725578758849000000 ","time":{"start":1725578940140,"stop":1725578940141,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6f0ab96ffda68c","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1725578722362,"stop":1725578722363,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e213714d318b663","name":"should set field with only FILTER enabled","time":{"start":1725578717746,"stop":1725578717746,"duration":0},"status":"passed","severity":"normal"},{"uid":"5770515615eb7253","name":"Check received message containing Chinese","time":{"start":1725578940134,"stop":1725578940134,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ef96b1c7b3e80a8","name":"Ping succeeds for all connected peers","time":{"start":1725578868803,"stop":1725578868803,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8d148b545d78cd2","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","time":{"start":1725579102810,"stop":1725579102810,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f54bf8209c7e55","name":"should load peers from local storage and dispatch events","time":{"start":1725578734309,"stop":1725578734309,"duration":0},"status":"passed","severity":"normal"},{"uid":"44334ba71da948f","name":"Query generator for multiple messages with different content topic format","time":{"start":1725579310620,"stop":1725579310622,"duration":2},"status":"passed","severity":"normal"},{"uid":"e57e8d06a8d7f8e0","name":"should properly create location multiaddrs - tcp6","time":{"start":1725578717743,"stop":1725578717743,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5af3850f98ad5cd","name":"Waku message hash computation (no timestamp)","time":{"start":1725578711624,"stop":1725578711624,"duration":0},"status":"passed","severity":"normal"},{"uid":"87eaec0628acc1c3","name":"ignores domain fetching errors","time":{"start":1725578730395,"stop":1725578730396,"duration":1},"status":"passed","severity":"normal"},{"uid":"c47a06b54d053fb5","name":"Passing page size 11 when there are 10 messages","time":{"start":1725579325581,"stop":1725579325581,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f1c18ce919436ba","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1725579102810,"stop":1725579102810,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1ad0489c482688c","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1725578970785,"stop":1725578970785,"duration":0},"status":"passed","severity":"normal"},{"uid":"73e664acc1e11760","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1725578970797,"stop":1725578970797,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d0ea863dfcad7ed","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1725578809892,"stop":1725578809893,"duration":1},"status":"passed","severity":"normal"},{"uid":"50b996da7f14d7db","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1725579061635,"stop":1725579061636,"duration":1},"status":"passed","severity":"normal"},{"uid":"34287746ca88dfe6","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1725578943279,"stop":1725578943279,"duration":0},"status":"passed","severity":"normal"},{"uid":"961b5dc35eb19bae","name":"Subscribe to topic containing emoji and publish message","time":{"start":1725579222592,"stop":1725579222592,"duration":0},"status":"passed","severity":"normal"},{"uid":"76eff5f03bb36161","name":"random static sharding 1 - Cluster ID: 986, Shard ID: 919","time":{"start":1725579281346,"stop":1725579281349,"duration":3},"status":"passed","severity":"normal"},{"uid":"640ea34a365649f7","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1725578970798,"stop":1725578970798,"duration":0},"status":"passed","severity":"normal"},{"uid":"4815b8fed3c6361b","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1725578943248,"stop":1725578943254,"duration":6},"status":"passed","severity":"normal"},{"uid":"c5ebcfb2768179f6","name":"Check received message containing SQL Injection","time":{"start":1725579181241,"stop":1725579181241,"duration":0},"status":"passed","severity":"normal"},{"uid":"81ca8862d5500d47","name":"returns all values when wanted number matches available values","time":{"start":1725578729790,"stop":1725578729792,"duration":2},"status":"passed","severity":"normal"},{"uid":"93a53c4fb9c43cc9","name":"should set field with only RELAY enabled","time":{"start":1725578717745,"stop":1725578717745,"duration":0},"status":"passed","severity":"normal"},{"uid":"43405db4c15ea1cc","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1725579337942,"stop":1725579337943,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ee58ffa9b53d1b4","name":"Push message with content topic containing SQL Injection","time":{"start":1725579187575,"stop":1725579187576,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e340bd3cf22ee61","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1725578711621,"stop":1725578711622,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0d3022f1594b710","name":"Default pageSize","time":{"start":1725579325582,"stop":1725579325583,"duration":1},"status":"passed","severity":"normal"},{"uid":"a51a7443252f9c30","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943255,"stop":1725578943255,"duration":0},"status":"passed","severity":"normal"},{"uid":"9639a02125e10338","name":"Check message received after jswaku node is restarted","time":{"start":1725579181275,"stop":1725579181275,"duration":0},"status":"skipped","severity":"normal"},{"uid":"10874a67ffb9c0a4","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943259,"stop":1725578943259,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcaae160ab30402b","name":"should be able to decode the field with only RELAY set to true","time":{"start":1725578717086,"stop":1725578717086,"duration":0},"status":"passed","severity":"normal"},{"uid":"28371d820de37aa8","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1725579102808,"stop":1725579102808,"duration":0},"status":"passed","severity":"normal"},{"uid":"18e50997c320a0dc","name":"Push message with custom timestamp: 1725575397911","time":{"start":1725579187582,"stop":1725579187582,"duration":0},"status":"passed","severity":"normal"},{"uid":"124f2b799587536b","name":"Passing cursor with wrong pubsubTopic","time":{"start":1725579261707,"stop":1725579261708,"duration":1},"status":"passed","severity":"normal"},{"uid":"65a3d110c95e47fd","name":"Check received message containing SQL Injection","time":{"start":1725578940135,"stop":1725578940135,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc808921bd5df22b","name":"Check received message containing Script","time":{"start":1725579181258,"stop":1725579181259,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cfdb06287fcc752","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1725579297958,"stop":1725579297958,"duration":0},"status":"passed","severity":"normal"},{"uid":"38f697d93204883c","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1725578717090,"stop":1725578717090,"duration":0},"status":"passed","severity":"normal"},{"uid":"3367a50731f32dfb","name":"should return the pubsub topic directly if a string is provided","time":{"start":1725578709118,"stop":1725578709118,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5bcbcf6626e2f1b","name":"Check message with no content topic is not received","time":{"start":1725579181248,"stop":1725579181249,"duration":1},"status":"passed","severity":"normal"},{"uid":"9974cfbfd35e8ac0","name":"Passing an array","time":{"start":1725579330361,"stop":1725579330362,"duration":1},"status":"passed","severity":"normal"},{"uid":"53c6a8516f9913dd","name":"should properly create location multiaddrs - tcp","time":{"start":1725578717744,"stop":1725578717744,"duration":0},"status":"passed","severity":"normal"},{"uid":"323d3b767c1eaf5d","name":"Check message with no payload is not received","time":{"start":1725579181249,"stop":1725579181249,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d79522a8eb3e4a3","name":"Push message with custom timestamp: 1694820597911","time":{"start":1725579187582,"stop":1725579187582,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce5f4c5679062e6a","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1725578980010,"stop":1725578980011,"duration":1},"status":"passed","severity":"normal"},{"uid":"c88897e4381c3d87","name":"Ordered Callback - false","time":{"start":1725579303512,"stop":1725579303512,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1220f048b1ce9b7","name":"Push message with content topic containing Russian","time":{"start":1725579272787,"stop":1725579272787,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f2b1b43bd1f77ae","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1725578943260,"stop":1725578943261,"duration":1},"status":"passed","severity":"normal"},{"uid":"efa78ea7db2425a8","name":"Check message with no payload is not received","time":{"start":1725579181274,"stop":1725579181274,"duration":0},"status":"passed","severity":"normal"},{"uid":"51c264e258d6e53f","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1725578730399,"stop":1725578730400,"duration":1},"status":"passed","severity":"normal"},{"uid":"d97060c6b85e0ccc","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1725579316932,"stop":1725579316932,"duration":0},"status":"passed","severity":"normal"},{"uid":"90c53e95456cab18","name":"1 Store, 2 relays, 2 fetches","time":{"start":1725578729927,"stop":1725578729928,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a62ad6dffd1a20d","name":"Ping fails for unsubscribed peers","time":{"start":1725578868803,"stop":1725578868804,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a530070fa42229a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1725578709112,"stop":1725578709112,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff5f6d2a26a681e2","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1725578979999,"stop":1725578979999,"duration":0},"status":"passed","severity":"normal"},{"uid":"6be4cb1fb5984ab6","name":"Check received message containing Basic HTML tag","time":{"start":1725579181259,"stop":1725579181259,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9f80b80b385335f","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1725578943277,"stop":1725578943277,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6086c5c5e749c09","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app7/4/topic366/json","time":{"start":1725579256761,"stop":1725579256761,"duration":0},"status":"passed","severity":"normal"},{"uid":"893c9f580c6970ae","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1725578709085,"stop":1725578709085,"duration":0},"status":"passed","severity":"normal"},{"uid":"44d9c575d33a0bd6","name":"Check publish message containing JSON","time":{"start":1725579219612,"stop":1725579219613,"duration":1},"status":"passed","severity":"normal"},{"uid":"accbea4ce9d66d71","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1725578709116,"stop":1725578709116,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d6b2e1bc67c52a9","name":"Push 30 different messages","time":{"start":1725579187571,"stop":1725579187572,"duration":1},"status":"passed","severity":"normal"},{"uid":"be34a452c0b1b049","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1725578943278,"stop":1725578943278,"duration":0},"status":"passed","severity":"normal"},{"uid":"f556a22423a283b1","name":"Check message with no content topic is not received","time":{"start":1725578940168,"stop":1725578940171,"duration":3},"status":"passed","severity":"normal"},{"uid":"36244e871017745e","name":"should only return 1 node with relay capability","time":{"start":1725578730397,"stop":1725578730397,"duration":0},"status":"passed","severity":"normal"},{"uid":"64afe51c277638a1","name":"should set field with only LIGHTPUSH enabled","time":{"start":1725578717746,"stop":1725578717746,"duration":0},"status":"passed","severity":"normal"},{"uid":"a03d1cc8875cfe6b","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1725578709101,"stop":1725578709102,"duration":1},"status":"passed","severity":"normal"},{"uid":"92ae1b44b13c3201","name":"Check message with no content topic is not received","time":{"start":1725579181273,"stop":1725579181273,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6add8a40898bb44","name":"Decoder throws on empty string content topic","time":{"start":1725578741888,"stop":1725578741888,"duration":0},"status":"passed","severity":"normal"},{"uid":"1480ef8f58e00553","name":"Symmetric encrypt & Decrypt","time":{"start":1725578740695,"stop":1725578740696,"duration":1},"status":"passed","severity":"normal"},{"uid":"c445c33ad14de926","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1725578709118,"stop":1725578709118,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcd7ed6a7048a2","name":"Renews subscription after lossing a connection","time":{"start":1725579297984,"stop":1725579297984,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5091132c52d02bc","name":"less peers than existing","time":{"start":1725579181719,"stop":1725579181719,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ffcc129269a15f2b","name":"Js publishes, other Js receives","time":{"start":1725579207438,"stop":1725579207439,"duration":1},"status":"passed","severity":"normal"},{"uid":"2de7739850c8be9b","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1725579297987,"stop":1725579297987,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f00734ef9a6990a","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1725578970800,"stop":1725578970800,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6e2ed4c88f5afcd","name":"throws on content topic with empty application field","time":{"start":1725578709074,"stop":1725578709074,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bc5dd02ebd6bf69","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1725578767203,"stop":1725578767204,"duration":1},"status":"passed","severity":"normal"},{"uid":"169f4cee1709611b","name":"should properly create location multiaddrs - udp","time":{"start":1725578717743,"stop":1725578717744,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c64f1bec4f5fff4","name":"Reopen subscription with peer with lost subscription","time":{"start":1725578843075,"stop":1725578843075,"duration":0},"status":"passed","severity":"normal"},{"uid":"74e0a8648fdb1ec4","name":"Asymmetric encrypt & decrypt","time":{"start":1725578740695,"stop":1725578740695,"duration":0},"status":"passed","severity":"normal"},{"uid":"35637c20f3696fe5","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1725579061653,"stop":1725579061654,"duration":1},"status":"passed","severity":"normal"},{"uid":"779d5397bcbc094","name":"Check received message containing Basic HTML tag","time":{"start":1725579181242,"stop":1725579181243,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f423f6862ab71c3","name":"Push message with Script payload","time":{"start":1725579272778,"stop":1725579272779,"duration":1},"status":"passed","severity":"normal"},{"uid":"ddb14f3210d292a4","name":"Check received message containing Arabic","time":{"start":1725579181240,"stop":1725579181240,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d5533d2bc591c5b","name":"Check received message containing special chars","time":{"start":1725579181255,"stop":1725579181257,"duration":2},"status":"passed","severity":"normal"},{"uid":"d9ecc247673553c0","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1725579337942,"stop":1725579337942,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2e824b301e2b37d","name":"Ephemeral messages are not stored","time":{"start":1725578769504,"stop":1725578769504,"duration":0},"status":"passed","severity":"normal"},{"uid":"39b810592bf0cc8b","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1725578709108,"stop":1725578709109,"duration":1},"status":"passed","severity":"normal"},{"uid":"964f6863fafd998b","name":"Push message with shell command payload","time":{"start":1725579187570,"stop":1725579187570,"duration":0},"status":"passed","severity":"normal"},{"uid":"3614d1b4adb3439d","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1725579337942,"stop":1725579337942,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6e21fd9ed1f59f6","name":"Check publish message containing unicode special characters","time":{"start":1725579219614,"stop":1725579219614,"duration":0},"status":"passed","severity":"normal"},{"uid":"45a39102840e1c73","name":"Refresh subscription","time":{"start":1725579222585,"stop":1725579222585,"duration":0},"status":"skipped","severity":"normal"},{"uid":"594585cb1be4efe1","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1725579198135,"stop":1725579198135,"duration":0},"status":"passed","severity":"normal"},{"uid":"90f6c9c8858b10fd","name":"Round trip binary serialization","time":{"start":1725578722639,"stop":1725578722640,"duration":1},"status":"passed","severity":"normal"},{"uid":"53f5eb33d1f5ba61","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1725578833279,"stop":1725578833279,"duration":0},"status":"passed","severity":"normal"},{"uid":"a153a5502cc6d8fa","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1725578943258,"stop":1725578943258,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ab9fe9f40aae80d","name":"Push message with emoji payload","time":{"start":1725579272782,"stop":1725579272782,"duration":0},"status":"passed","severity":"normal"},{"uid":"316f3a845c0b01f4","name":"should be able to encode the field with only FILTER set to true","time":{"start":1725578717082,"stop":1725578717082,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d19fde1cb2d0ede","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1725579379304,"stop":1725579379304,"duration":0},"status":"passed","severity":"normal"},{"uid":"a42fa42b6d398291","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1725579297963,"stop":1725579297974,"duration":11},"status":"passed","severity":"normal"},{"uid":"5f067437164d25c6","name":"Subscribe and publish message","time":{"start":1725579222580,"stop":1725579222580,"duration":0},"status":"passed","severity":"normal"},{"uid":"d478e8bc4943c548","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1725578759908,"stop":1725578759909,"duration":1},"status":"passed","severity":"normal"},{"uid":"7cdd687c9c60e080","name":"should emit a peer event after start","time":{"start":1725579222049,"stop":1725579222049,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d6d7bd94a10eda6","name":"Subscribe and receive messages via waku relay post","time":{"start":1725579297956,"stop":1725579297956,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcb8e73b3598abc4","name":"Push message with rate limit","time":{"start":1725579272794,"stop":1725579272795,"duration":1},"status":"passed","severity":"normal"},{"uid":"79e87d3f6910c12e","name":"Push message with content topic containing Arabic","time":{"start":1725579187574,"stop":1725579187575,"duration":1},"status":"passed","severity":"normal"},{"uid":"881cda415d5d2278","name":"Fails to push message bigger that 1MB","time":{"start":1725579187583,"stop":1725579187584,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdc48125a6e574e6","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1725579297992,"stop":1725579297992,"duration":0},"status":"passed","severity":"normal"},{"uid":"39f8facbcb5ead4d","name":"Push message with Arabic payload","time":{"start":1725579187567,"stop":1725579187568,"duration":1},"status":"passed","severity":"normal"},{"uid":"a737976e4883c2fb","name":"Encoder throws on undefined content topic","time":{"start":1725578741887,"stop":1725578741887,"duration":0},"status":"passed","severity":"normal"},{"uid":"577f5a061814384a","name":"Subscribe to topic containing short and receive message","time":{"start":1725578970790,"stop":1725578970791,"duration":1},"status":"passed","severity":"normal"},{"uid":"41feefba3187165b","name":"should use the provided clusterId for the pubsub topic","time":{"start":1725578709122,"stop":1725578709122,"duration":0},"status":"passed","severity":"normal"},{"uid":"51b1d2e50c43bd05","name":"start node with empty shard should fail","time":{"start":1725579281365,"stop":1725579281366,"duration":1},"status":"passed","severity":"normal"},{"uid":"eca1ec8b3fc78202","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1725579261704,"stop":1725579261704,"duration":0},"status":"passed","severity":"normal"},{"uid":"1703161ea02d88cb","name":"Check received message containing numeric","time":{"start":1725579181235,"stop":1725579181236,"duration":1},"status":"passed","severity":"normal"},{"uid":"580c3959f25a497a","name":"passes more than one ENR URLs and attempts connection","time":{"start":1725578769180,"stop":1725578769180,"duration":0},"status":"skipped","severity":"normal"},{"uid":"dd140f84b4a2d51e","name":"Publishes to nwaku","time":{"start":1725579207436,"stop":1725579207437,"duration":1},"status":"passed","severity":"normal"},{"uid":"567479a27433327c","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1725579297987,"stop":1725579297988,"duration":1},"status":"passed","severity":"normal"},{"uid":"c13d43f397efcbaf","name":"random static sharding 8 - Cluster ID: 137, Shard ID: 181","time":{"start":1725579281361,"stop":1725579281361,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cbb2c6c68151142","name":"Subscribe to topic containing XML and receive message","time":{"start":1725579297994,"stop":1725579297994,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5bbf81d5d674718","name":"Check received message containing shell command","time":{"start":1725578940137,"stop":1725578940138,"duration":1},"status":"passed","severity":"normal"},{"uid":"81ad257591871bea","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1725578980000,"stop":1725578980000,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bd651c680dc7e67","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1725578709101,"stop":1725578709101,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c42f9d1e312905b","name":"Push message with meta","time":{"start":1725579187580,"stop":1725579187581,"duration":1},"status":"passed","severity":"normal"},{"uid":"29d1f9452bdc8f93","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1725578943259,"stop":1725578943259,"duration":0},"status":"passed","severity":"normal"},{"uid":"1db9ffda71aaedb5","name":"Check message with no pubsub topic is not received","time":{"start":1725578940165,"stop":1725578940168,"duration":3},"status":"passed","severity":"normal"},{"uid":"bfb3b92f75c5d20d","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1725578709111,"stop":1725578709111,"duration":0},"status":"passed","severity":"normal"},{"uid":"94bb343522912197","name":"addEventListener with correct event","time":{"start":1725578799985,"stop":1725578799986,"duration":1},"status":"passed","severity":"normal"},{"uid":"319b98d371d61e65","name":"Push message with content topic containing SQL Injection","time":{"start":1725579272788,"stop":1725579272788,"duration":0},"status":"passed","severity":"normal"},{"uid":"52cb9397059a5ae8","name":"Encoder throws on empty string content topic","time":{"start":1725578740298,"stop":1725578740298,"duration":0},"status":"passed","severity":"normal"},{"uid":"be3448fd95301bb1","name":"Check received message with timestamp: 1649153314 ","time":{"start":1725579181271,"stop":1725579181272,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae29183dafc43ef2","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1725579198134,"stop":1725579198135,"duration":1},"status":"passed","severity":"normal"},{"uid":"71ae10e46402886b","name":"should encode/decode to text encoding","time":{"start":1725578717736,"stop":1725578717736,"duration":0},"status":"passed","severity":"normal"},{"uid":"82d1ac613e4c89ff","name":"Wrong topic","time":{"start":1725579256768,"stop":1725579256768,"duration":0},"status":"passed","severity":"normal"},{"uid":"5881382c2256b00c","name":"start node with empty content topic","time":{"start":1725579256769,"stop":1725579256770,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7e3637d2cec19dc","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1725578943260,"stop":1725578943260,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a0e9e43c7544504","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1725579297986,"stop":1725579297986,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e8032a04761acdf","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1725579379304,"stop":1725579379304,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cc8a91f51b60307","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1725578730401,"stop":1725578730402,"duration":1},"status":"skipped","severity":"normal"},{"uid":"fd3a8d9072ab4267","name":"isConnected should return true after first peer connects","time":{"start":1725578809894,"stop":1725578809894,"duration":0},"status":"passed","severity":"normal"},{"uid":"b154a1de65b39a36","name":"1 Store, 2 fetches","time":{"start":1725578729926,"stop":1725578729927,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8472b66a64d0074","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1725578709077,"stop":1725578709083,"duration":6},"status":"passed","severity":"normal"},{"uid":"e04538f616569545","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1725578709098,"stop":1725578709098,"duration":0},"status":"passed","severity":"normal"},{"uid":"c531566b73051ea8","name":"Check publish message containing SQL Injection","time":{"start":1725579219611,"stop":1725579219611,"duration":0},"status":"passed","severity":"normal"},{"uid":"155be21c9185097","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1725578709090,"stop":1725578709091,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba2f1c6d9759bd1a","name":"Check meta is set [ecies]","time":{"start":1725578741886,"stop":1725578741886,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1f19f41bb6abe98","name":"Passing page size 3 when there are 20 messages","time":{"start":1725579325580,"stop":1725579325581,"duration":1},"status":"passed","severity":"normal"},{"uid":"7209ee87753b0d39","name":"should decode valid enr successfully","time":{"start":1725578717731,"stop":1725578717731,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad465da8ada84fe5","name":"Passing page size 1 when there are 4 messages","time":{"start":1725579325580,"stop":1725579325580,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d18229709071c9d","name":"Subscribe to topic containing numeric and receive message","time":{"start":1725579297960,"stop":1725579297960,"duration":0},"status":"passed","severity":"normal"},{"uid":"121865b2778ddb69","name":"Fails to publish message with empty text","time":{"start":1725579219619,"stop":1725579219620,"duration":1},"status":"passed","severity":"normal"},{"uid":"443ef0c97ea16f5f","name":"throws on content topic with empty topic name field","time":{"start":1725578709075,"stop":1725578709075,"duration":0},"status":"passed","severity":"normal"},{"uid":"b162f24f90cd5863","name":"Check publish message containing emoji","time":{"start":1725579219614,"stop":1725579219614,"duration":0},"status":"passed","severity":"normal"},{"uid":"c83122694b1a1d4b","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1725579297988,"stop":1725579297988,"duration":0},"status":"passed","severity":"normal"},{"uid":"da3ef79f87fd43fc","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1725578980001,"stop":1725578980009,"duration":8},"status":"passed","severity":"normal"},{"uid":"5cfcdc01ed770ae5","name":"Throws when trying to push message with empty payload","time":{"start":1725579272784,"stop":1725579272784,"duration":0},"status":"passed","severity":"normal"},{"uid":"7db8f8e441869a0","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1725578759910,"stop":1725578759911,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6514906f84c904d","name":"Check publish message containing XML","time":{"start":1725579219612,"stop":1725579219612,"duration":0},"status":"passed","severity":"normal"},{"uid":"244685af0dd16ebf","name":"Decoder throws on undefined content topic","time":{"start":1725578722642,"stop":1725578722642,"duration":0},"status":"passed","severity":"normal"},{"uid":"66ce058e12b5429","name":"Encoder throws on undefined content topic","time":{"start":1725578740297,"stop":1725578740297,"duration":0},"status":"passed","severity":"normal"},{"uid":"7639110c551f9031","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1725579379305,"stop":1725579379305,"duration":0},"status":"passed","severity":"normal"},{"uid":"947059f3c71bbc57","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1725579102813,"stop":1725579102813,"duration":0},"status":"passed","severity":"normal"},{"uid":"e39a0a372b0b1994","name":"should be able to encode the field with only STORE set to true","time":{"start":1725578717081,"stop":1725578717081,"duration":0},"status":"passed","severity":"normal"},{"uid":"9710e703583715c5","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1725578980001,"stop":1725578980001,"duration":0},"status":"passed","severity":"normal"},{"uid":"6238f384f4911686","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1725578833274,"stop":1725578833275,"duration":1},"status":"passed","severity":"normal"},{"uid":"67e5aa77f0213210","name":"Subscribe to topic containing JSON and receive message","time":{"start":1725578970799,"stop":1725578970800,"duration":1},"status":"passed","severity":"normal"},{"uid":"87b76a4aacecce4b","name":"Query Generator, Multiple PubsubTopics","time":{"start":1725579302110,"stop":1725579302111,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0ad5c8eabd93fd4","name":"should not throw an error for a single configured topic","time":{"start":1725578709117,"stop":1725578709117,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd3ba2efff7f120b","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1725578709087,"stop":1725578709088,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5c7ccf8ad855228","name":"Check received message with timestamp: 1725578759231000000 ","time":{"start":1725579181270,"stop":1725579181271,"duration":1},"status":"passed","severity":"normal"},{"uid":"526d4be5634cf071","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1725578709113,"stop":1725578709113,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e445f08c01d5d21","name":"Mutual subscription","time":{"start":1725579222577,"stop":1725579222578,"duration":1},"status":"passed","severity":"normal"},{"uid":"f643160ead4c8598","name":"should add and remove event listeners correctly","time":{"start":1725578734310,"stop":1725578734310,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e039674ac99bf09","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1725579261706,"stop":1725579261706,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee7829fb5b1969a6","name":"Check message received after jswaku node is restarted","time":{"start":1725578940178,"stop":1725578940178,"duration":0},"status":"skipped","severity":"normal"},{"uid":"61e579ef350bcfd4","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1725579198135,"stop":1725579198136,"duration":1},"status":"passed","severity":"normal"},{"uid":"c25f9ea37cc2944d","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app76/6/topic235/xml","time":{"start":1725579256764,"stop":1725579256764,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7cd74ffa614419f","name":"Push message with content topic containing Script","time":{"start":1725579272788,"stop":1725579272789,"duration":1},"status":"passed","severity":"normal"},{"uid":"96688aa39eb21f85","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1725578709123,"stop":1725578709123,"duration":0},"status":"passed","severity":"normal"},{"uid":"a24f36f37589602d","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1725578709110,"stop":1725578709110,"duration":0},"status":"passed","severity":"normal"},{"uid":"bde29a5905e31d0a","name":"Check received message containing escaped characters","time":{"start":1725579181260,"stop":1725579181261,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc6f29e522a0d637","name":"Renews peer on consistent ping failures","time":{"start":1725578868804,"stop":1725578868804,"duration":0},"status":"passed","severity":"normal"},{"uid":"7946e715f338490e","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1725578980012,"stop":1725578980024,"duration":12},"status":"passed","severity":"normal"},{"uid":"586a03ece25b290c","name":"Subscribe to topic containing XML and publish message","time":{"start":1725579222589,"stop":1725579222589,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee5d73264d47336","name":"Push message with short payload","time":{"start":1725579187565,"stop":1725579187565,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f2d7e05e9ca6a82","name":"should set field with only STORE enabled","time":{"start":1725578717746,"stop":1725578717746,"duration":0},"status":"passed","severity":"normal"},{"uid":"4720253181ac9c9a","name":"Push message with content topic containing emoji","time":{"start":1725579272792,"stop":1725579272792,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f7d1872e915fbbb","name":"Renews subscription after lossing a connection","time":{"start":1725579298002,"stop":1725579298002,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b84378d8e7ec0f9","name":"should throw error - no public key","time":{"start":1725578717733,"stop":1725578717733,"duration":0},"status":"passed","severity":"normal"},{"uid":"560c9b51aa9d2837","name":"Push message with content topic containing long","time":{"start":1725579187572,"stop":1725579187573,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ee551c70d6aec81","name":"Fails to push message with empty content topic","time":{"start":1725579187580,"stop":1725579187580,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f318c358019f2ad","name":"Check message on other pubsub topic is not received","time":{"start":1725579181273,"stop":1725579181273,"duration":0},"status":"passed","severity":"normal"},{"uid":"684cedcf39a8a3d8","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1725579297945,"stop":1725579297946,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0d3dd526d875036","name":"should be able to encode the field with only RELAY set to true","time":{"start":1725578717080,"stop":1725578717081,"duration":1},"status":"passed","severity":"normal"},{"uid":"9873ba344d07a505","name":"Subscribe to topic containing Script and receive message","time":{"start":1725579297993,"stop":1725579297994,"duration":1},"status":"passed","severity":"normal"},{"uid":"757652f278cd2f4","name":"Check publish message containing special chars","time":{"start":1725579219609,"stop":1725579219609,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fb622e83638a81d","name":"Subscribe to topic containing short and publish message","time":{"start":1725579222585,"stop":1725579222586,"duration":1},"status":"passed","severity":"normal"},{"uid":"592eeba82397a4bb","name":"Filter with 2 connections","time":{"start":1725578997629,"stop":1725578997630,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7fcc18de2cd3c37","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1725578709099,"stop":1725578709099,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2e067f8a1821fd5","name":"Check received message containing long","time":{"start":1725579181252,"stop":1725579181252,"duration":0},"status":"passed","severity":"normal"},{"uid":"915f2b622a4e2033","name":"Push message with content topic containing XML","time":{"start":1725579187576,"stop":1725579187576,"duration":0},"status":"passed","severity":"normal"},{"uid":"7928fd96e6f2e486","name":"Failed peers are renewed","time":{"start":1725579008667,"stop":1725579008667,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e694fd6daf36d94","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943257,"stop":1725578943257,"duration":0},"status":"passed","severity":"normal"},{"uid":"caf0a6a9caae13e2","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1725578722643,"stop":1725578722643,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc2fd6cced708589","name":"All","time":{"start":1725578768702,"stop":1725578768703,"duration":1},"status":"passed","severity":"normal"},{"uid":"b359dfb8267f5319","name":"Subscribe to topic containing long and receive message","time":{"start":1725578970791,"stop":1725578970792,"duration":1},"status":"passed","severity":"normal"},{"uid":"85616ed9d8f9d103","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1725578722362,"stop":1725578722362,"duration":0},"status":"passed","severity":"normal"},{"uid":"57b2f36a532c2a53","name":"Refresh subscription","time":{"start":1725579297959,"stop":1725579297959,"duration":0},"status":"passed","severity":"normal"},{"uid":"70873c9f179fcb6e","name":"Store - dialed first","time":{"start":1725579337066,"stop":1725579337066,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0ebc851182b3f59","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1725579193382,"stop":1725579193382,"duration":0},"status":"skipped","severity":"normal"},{"uid":"18c0cec03f43c760","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","time":{"start":1725579102808,"stop":1725579102808,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc12cc4747af0d7f","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","time":{"start":1725579102807,"stop":1725579102807,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4da1af46576d855","name":"Add multiple subscription objects on single nwaku node","time":{"start":1725578970801,"stop":1725578970802,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f75398e86601e9b","name":"throws on content topic with empty version field","time":{"start":1725578709074,"stop":1725578709075,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa9a1ac7ff24c34e","name":"Check message received after nwaku node is restarted","time":{"start":1725579181275,"stop":1725579181275,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1bba70fc2a8eea33","name":"Subscribe and receive messages via waku relay post","time":{"start":1725578970785,"stop":1725578970785,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad9c9ee28e7e8b3a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1725578709111,"stop":1725578709112,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6f859a2d4c07f48","name":"Check publish message containing escaped characters","time":{"start":1725579219613,"stop":1725579219614,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f7b46471cab9319","name":"udp ip6 address","time":{"start":1725578717021,"stop":1725578717022,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd77180f371c8cdc","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1725578970802,"stop":1725578970803,"duration":1},"status":"passed","severity":"normal"},{"uid":"4981d1f54f2bdb67","name":"random static sharding 7 - Cluster ID: 886, Shard ID: 993","time":{"start":1725579281352,"stop":1725579281353,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b2cda2a55a5adc4","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1725578759906,"stop":1725578759907,"duration":1},"status":"passed","severity":"normal"},{"uid":"709ba9d056f3bc0","name":"should throw an error for an unconfigured topic","time":{"start":1725578709117,"stop":1725578709118,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c9479f6c5d14430","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1725578709117,"stop":1725578709117,"duration":0},"status":"passed","severity":"normal"},{"uid":"136bcce0d3bcbc96","name":"Push message with custom timestamp: 1725575370946","time":{"start":1725579272795,"stop":1725579272796,"duration":1},"status":"passed","severity":"normal"},{"uid":"9179aa0fc3ff87f2","name":"Ping on peer without subscriptions","time":{"start":1725578843074,"stop":1725578843074,"duration":0},"status":"passed","severity":"normal"},{"uid":"914be106cb10bd17","name":"A test","time":{"start":1725579061738,"stop":1725579061739,"duration":1},"status":"passed","severity":"normal"},{"uid":"22d50116f2e6d03","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1725579222591,"stop":1725579222591,"duration":0},"status":"passed","severity":"normal"},{"uid":"68691571e8c7c9e5","name":"Decoder throws on empty string content topic","time":{"start":1725578740299,"stop":1725578740299,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e33d6092d9dc99a","name":"Ephemeral field is preserved - encoder v0","time":{"start":1725578769504,"stop":1725578769504,"duration":0},"status":"passed","severity":"normal"},{"uid":"3049df7c50f7677a","name":"Check received message containing short","time":{"start":1725579181233,"stop":1725579181234,"duration":1},"status":"passed","severity":"normal"},{"uid":"1715680ba11d3035","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1725579102806,"stop":1725579102807,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe7884255cd26dc7","name":"Ping on subscribed peer","time":{"start":1725578843073,"stop":1725578843074,"duration":1},"status":"passed","severity":"normal"},{"uid":"60c4d7407c8064bd","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1725578943254,"stop":1725578943254,"duration":0},"status":"passed","severity":"normal"},{"uid":"895048fa3a3e5cdf","name":"Fails to push message with large meta","time":{"start":1725579187581,"stop":1725579187581,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab8ff5ebbb99a015","name":"Push message with content topic containing shell command","time":{"start":1725579272790,"stop":1725579272791,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc4bc043b6f45fe","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1725579198137,"stop":1725579198137,"duration":0},"status":"passed","severity":"normal"},{"uid":"770cf6b954daf67","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1725578769505,"stop":1725578769507,"duration":2},"status":"passed","severity":"normal"},{"uid":"882782548db30270","name":"Overlapping topic subscription","time":{"start":1725579297989,"stop":1725579297990,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ffc1fdc1d683d64","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1725578868805,"stop":1725578868805,"duration":0},"status":"passed","severity":"normal"},{"uid":"c427254ce53fc344","name":"Promise Callback - false","time":{"start":1725579303511,"stop":1725579303511,"duration":0},"status":"passed","severity":"normal"},{"uid":"18b507b506dd338e","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1725578767206,"stop":1725578767206,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ad07af790183f35","name":"throws on content topic with non-number generation field","time":{"start":1725578709073,"stop":1725578709073,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ded318137a07e42","name":"shard 0","time":{"start":1725579281322,"stop":1725579281335,"duration":13},"status":"passed","severity":"normal"},{"uid":"4d8142e55c4a7c99","name":"Subscribe to topic containing special chars and receive message","time":{"start":1725578970793,"stop":1725578970796,"duration":3},"status":"passed","severity":"normal"},{"uid":"730f45b5e8800ccf","name":"Push message with numeric payload","time":{"start":1725579187566,"stop":1725579187566,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa64b68055f765ef","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1725578709111,"stop":1725578709111,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3f33469dba65919","name":"should set field with all protocols disabled","time":{"start":1725578717745,"stop":1725578717745,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d8c9b0af3b51288","name":"should return all peers when numPeers is 0","time":{"start":1725578722361,"stop":1725578722361,"duration":0},"status":"passed","severity":"normal"},{"uid":"42491c7d2220cd0a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1725578943257,"stop":1725578943257,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcb34704907f92af","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1725578970801,"stop":1725578970801,"duration":0},"status":"passed","severity":"normal"},{"uid":"81de498d10e6f386","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1725578709110,"stop":1725578709110,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f76c74c6e6339e1","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1725578943275,"stop":1725578943275,"duration":0},"status":"passed","severity":"normal"},{"uid":"919badef1b1c3baa","name":"Relay + Store","time":{"start":1725578717746,"stop":1725578717747,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbb79a92718a9aa7","name":"Push message with JSON payload","time":{"start":1725579187570,"stop":1725579187570,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e7362e73f2b3014","name":"Filter with 0 connections","time":{"start":1725578997627,"stop":1725578997628,"duration":1},"status":"passed","severity":"normal"},{"uid":"535935603629825e","name":"Encoder throws on undefined content topic","time":{"start":1725578722641,"stop":1725578722641,"duration":0},"status":"passed","severity":"normal"},{"uid":"6be0ee262c99f81f","name":"Check publish message containing long","time":{"start":1725579219608,"stop":1725579219608,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d8fcd2063304dd3","name":"recovers when dns.resolve returns empty","time":{"start":1725578730395,"stop":1725578730395,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d037902111dc321","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1725579104748,"stop":1725579104748,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cd619aa2851efe3","name":"Check publish message containing short","time":{"start":1725579219605,"stop":1725579219606,"duration":1},"status":"passed","severity":"normal"},{"uid":"536fecb3925a9eba","name":"Query Generator, Wrong PubsubTopic","time":{"start":1725579302109,"stop":1725579302109,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e0ab73114944771","name":"configure the node with multiple content topics","time":{"start":1725579256768,"stop":1725579256769,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb3eda506ce268bb","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1725578730091,"stop":1725578730092,"duration":1},"status":"passed","severity":"normal"},{"uid":"ebb14a0650645298","name":"Check received message containing unicode special characters","time":{"start":1725579181261,"stop":1725579181270,"duration":9},"status":"passed","severity":"normal"},{"uid":"da89be3d88e42540","name":"Round trip binary encryption [ecies, signature]","time":{"start":1725578741886,"stop":1725578741886,"duration":0},"status":"passed","severity":"normal"},{"uid":"11fe339a36df6c9e","name":"ignores unrecognized TXT record formats","time":{"start":1725578730396,"stop":1725578730396,"duration":0},"status":"passed","severity":"normal"},{"uid":"48fd942e434f6ddc","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app55/8/topic210/utf8","time":{"start":1725579256764,"stop":1725579256764,"duration":0},"status":"passed","severity":"normal"},{"uid":"1669a985ec5b21ad","name":"same cluster, same shard: nodes connect","time":{"start":1725578943232,"stop":1725578943233,"duration":1},"status":"passed","severity":"normal"},{"uid":"66f6f549bdea9c70","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1725579104749,"stop":1725579104749,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdefc9707456dc9d","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1725578833278,"stop":1725578833278,"duration":0},"status":"passed","severity":"normal"},{"uid":"56b43ccd240d703a","name":"Push message on custom pubsubTopic","time":{"start":1725579061632,"stop":1725579061635,"duration":3},"status":"passed","severity":"normal"},{"uid":"437438c8851f9c00","name":"Fails to push message with empty content topic","time":{"start":1725579272793,"stop":1725579272793,"duration":0},"status":"passed","severity":"normal"},{"uid":"b394e500c21fdd15","name":"should get / set TCP multiaddr","time":{"start":1725578717740,"stop":1725578717741,"duration":1},"status":"passed","severity":"normal"},{"uid":"5efad5e82ec6e536","name":"Check received message containing special chars","time":{"start":1725579181236,"stop":1725579181240,"duration":4},"status":"passed","severity":"normal"},{"uid":"7eb3d75f4ee9aeef","name":"Query Generator, No Decoder","time":{"start":1725579302111,"stop":1725579302112,"duration":1},"status":"passed","severity":"normal"},{"uid":"af103136a2a65864","name":"should handle corrupted local storage data gracefully","time":{"start":1725578734310,"stop":1725578734310,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b766fa42a84e0fc","name":"should encodeTxt and decodeTxt","time":{"start":1725578717730,"stop":1725578717731,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfa5566857f14cea","name":"Subscribe and receive messages via waku relay post","time":{"start":1725579297986,"stop":1725579297986,"duration":0},"status":"passed","severity":"normal"},{"uid":"50f12e401781140b","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1725579297994,"stop":1725579297994,"duration":0},"status":"passed","severity":"normal"},{"uid":"56dbbdac4429e392","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943274,"stop":1725578943274,"duration":0},"status":"passed","severity":"normal"},{"uid":"776a5810f58abec5","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1725579337941,"stop":1725579337941,"duration":0},"status":"passed","severity":"normal"},{"uid":"933dc6f85086ae59","name":"Filter","time":{"start":1725579337067,"stop":1725579337067,"duration":0},"status":"passed","severity":"normal"},{"uid":"e94b2e8f5eef714","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1725578709119,"stop":1725578709119,"duration":0},"status":"passed","severity":"normal"},{"uid":"66313039b850752f","name":"Reopen subscription with peer with lost subscription","time":{"start":1725578821025,"stop":1725578821026,"duration":1},"status":"passed","severity":"normal"},{"uid":"67b22bec1a01b769","name":"retrieves a single peer","time":{"start":1725578730394,"stop":1725578730394,"duration":0},"status":"passed","severity":"normal"},{"uid":"1609ce87889956d","name":"handles different networkShards values correctly","time":{"start":1725578709097,"stop":1725578709097,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba138a7a9b186598","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943261,"stop":1725578943272,"duration":11},"status":"passed","severity":"normal"},{"uid":"bf894267a7cf951c","name":"same cluster, different shard: nodes connect","time":{"start":1725579104749,"stop":1725579104750,"duration":1},"status":"passed","severity":"normal"},{"uid":"a52c9e0d4ff033b2","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1725579297986,"stop":1725579297987,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcad716d1487d988","name":"Ping on subscribed peer","time":{"start":1725578843070,"stop":1725578843071,"duration":1},"status":"passed","severity":"normal"},{"uid":"b98eb3eb66cf7d18","name":"Query with Ordered Callback, No message returned","time":{"start":1725579302117,"stop":1725579302118,"duration":1},"status":"passed","severity":"normal"},{"uid":"75d7ed3b28f15764","name":"Overlapping topic subscription","time":{"start":1725579297958,"stop":1725579297959,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3b802e7c23cb57f","name":"Fails to publish message with wrong content topic","time":{"start":1725579219620,"stop":1725579219620,"duration":0},"status":"passed","severity":"normal"},{"uid":"bee8ad32b69399dc","name":"can start and stop the service","time":{"start":1725578734306,"stop":1725578734307,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff3597ae8e94c614","name":"Callback on promise","time":{"start":1725579310623,"stop":1725579310624,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8100867989e01ad","name":"Check received message containing JSON","time":{"start":1725579181260,"stop":1725579181260,"duration":0},"status":"passed","severity":"normal"},{"uid":"a22edc2d220ffaed","name":"should only return 1 node with store capability","time":{"start":1725578730398,"stop":1725578730398,"duration":0},"status":"passed","severity":"normal"},{"uid":"39b7feb019175c4d","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1725578709099,"stop":1725578709100,"duration":1},"status":"passed","severity":"normal"},{"uid":"15c1afa500955be6","name":"Push message with escaped characters payload","time":{"start":1725579272781,"stop":1725579272781,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ae47cf8486171a8","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1725579316932,"stop":1725579316933,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e08a54ed1bad96b","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1725579222580,"stop":1725579222581,"duration":1},"status":"passed","severity":"normal"},{"uid":"272b416226a1f6cb","name":"should not fail to stop the service if it was not started","time":{"start":1725579222048,"stop":1725579222048,"duration":0},"status":"passed","severity":"normal"},{"uid":"6704c1ba8dac9c51","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1725578970784,"stop":1725578970784,"duration":0},"status":"passed","severity":"normal"},{"uid":"1beffc0cbd5990e6","name":"Check received message containing JSON","time":{"start":1725579181243,"stop":1725579181243,"duration":0},"status":"passed","severity":"normal"},{"uid":"55b0577107df25f","name":"should be called for bootstrap peers","time":{"start":1725578767203,"stop":1725578767203,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a86bee64702e7af","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1725579222587,"stop":1725579222587,"duration":0},"status":"passed","severity":"normal"},{"uid":"448e82efc070159e","name":"Subscribe to topic containing Script and publish message","time":{"start":1725579222589,"stop":1725579222589,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e982ae7c10e274b","name":"can start and stop the service","time":{"start":1725578769139,"stop":1725578769142,"duration":3},"status":"passed","severity":"normal"},{"uid":"b1dcc9c77bc85b9a","name":"Privacy Node - default protocol","time":{"start":1725579337067,"stop":1725579337069,"duration":2},"status":"passed","severity":"normal"},{"uid":"92d45c37aee2a04a","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1725579297961,"stop":1725579297961,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae688c9d16c9e1c9","name":"new peer added after a peer was already found","time":{"start":1725579193381,"stop":1725579193381,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e5454136cea6402e","name":"should decode valid enr with tcp successfully","time":{"start":1725578717732,"stop":1725578717732,"duration":0},"status":"passed","severity":"normal"},{"uid":"12af0dc979f461c6","name":"safeDispatchEvent","time":{"start":1725578799990,"stop":1725578799990,"duration":0},"status":"passed","severity":"normal"},{"uid":"79b23126f2f0128a","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1725578709089,"stop":1725578709090,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f8ac3d2fcc50318","name":"Check received message containing emoji","time":{"start":1725579181245,"stop":1725579181245,"duration":0},"status":"passed","severity":"normal"},{"uid":"bad080f7f7238081","name":"should properly create peer info with all multiaddrs","time":{"start":1725578717744,"stop":1725578717744,"duration":0},"status":"passed","severity":"normal"},{"uid":"66371627ff2b8490","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1725578709109,"stop":1725578709109,"duration":0},"status":"passed","severity":"normal"},{"uid":"b37f6f968e4ac86a","name":"Generator, 2 different pubsubtopics","time":{"start":1725579312016,"stop":1725579312016,"duration":0},"status":"passed","severity":"normal"},{"uid":"38758ed9104420e8","name":"LightPush","time":{"start":1725579337066,"stop":1725579337067,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d277edd14ef954a","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1725578943272,"stop":1725578943272,"duration":0},"status":"passed","severity":"normal"},{"uid":"58ac7991fe089658","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1725578709119,"stop":1725578709119,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a0c1e743f1e19ae","name":"Push message on custom pubsubTopic","time":{"start":1725579061652,"stop":1725579061652,"duration":0},"status":"passed","severity":"normal"},{"uid":"423c71d5d54031a6","name":"can start the service","time":{"start":1725578734306,"stop":1725578734306,"duration":0},"status":"passed","severity":"normal"},{"uid":"151bf5af6b8536b6","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1725579222581,"stop":1725579222582,"duration":1},"status":"passed","severity":"normal"},{"uid":"59602f3be523709a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1725578943255,"stop":1725578943255,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4ee65606231e9df","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1725578943273,"stop":1725578943273,"duration":0},"status":"passed","severity":"normal"},{"uid":"7229beef8675a907","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1725578711625,"stop":1725578711625,"duration":0},"status":"passed","severity":"normal"},{"uid":"f522ebe04bdd66d3","name":"Check message received after nwaku node is restarted","time":{"start":1725579181250,"stop":1725579181250,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3d8e98b492716e98","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1725579337939,"stop":1725579337940,"duration":1},"status":"passed","severity":"normal"},{"uid":"c19fba2fda9c261","name":"Subscribe to topic containing emoji and receive message","time":{"start":1725579297996,"stop":1725579297996,"duration":0},"status":"passed","severity":"normal"},{"uid":"84fb8025c4becc87","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1725578940161,"stop":1725578940162,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3f8050bca03a608","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1725578740296,"stop":1725578740296,"duration":0},"status":"passed","severity":"normal"},{"uid":"27b95a04b78d3920","name":"should throw error - no id","time":{"start":1725578717732,"stop":1725578717733,"duration":1},"status":"passed","severity":"normal"},{"uid":"a710d95be1a0f1da","name":"random static sharding 4 - Cluster ID: 262, Shard ID: 646","time":{"start":1725579281351,"stop":1725579281351,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe20e04c0b7b98e3","name":"Check message on other pubsub topic is not received","time":{"start":1725578940163,"stop":1725578940165,"duration":2},"status":"passed","severity":"normal"},{"uid":"29571b7bd15f5190","name":"Subscribe to topic containing Russian and publish message","time":{"start":1725579222588,"stop":1725579222588,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3f948fae011d466","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1725578709119,"stop":1725578709119,"duration":0},"status":"passed","severity":"normal"},{"uid":"d18d6e0d213404c7","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1725579297995,"stop":1725579297995,"duration":0},"status":"passed","severity":"normal"},{"uid":"d484dfc57a807c01","name":"Check publish message containing Basic HTML tag","time":{"start":1725579219612,"stop":1725579219612,"duration":0},"status":"passed","severity":"normal"},{"uid":"918561eda97a0695","name":"Push message with long payload","time":{"start":1725579272775,"stop":1725579272775,"duration":0},"status":"passed","severity":"normal"},{"uid":"72d282c4962b2441","name":"it tolerates circular branch references","time":{"start":1725578730395,"stop":1725578730395,"duration":0},"status":"passed","severity":"normal"},{"uid":"e34ceeece420654d","name":"Push message with Chinese payload","time":{"start":1725579187567,"stop":1725579187567,"duration":0},"status":"passed","severity":"normal"},{"uid":"910495a617001d61","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1725579061654,"stop":1725579061655,"duration":1},"status":"passed","severity":"normal"},{"uid":"84a73499b9580258","name":"Using a function","time":{"start":1725579330362,"stop":1725579330362,"duration":0},"status":"passed","severity":"normal"},{"uid":"6533c178649545a7","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1725578709112,"stop":1725578709112,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf21b4826945bf34","name":"can start and stop the service","time":{"start":1725579222047,"stop":1725579222048,"duration":1},"status":"passed","severity":"normal"},{"uid":"e94679f729690683","name":"Check received message containing escaped characters","time":{"start":1725578940138,"stop":1725578940139,"duration":1},"status":"passed","severity":"normal"},{"uid":"80f955be85f8050f","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1725578833278,"stop":1725578833278,"duration":0},"status":"passed","severity":"normal"},{"uid":"12be16c1a6d3e796","name":"nwaku subscribes","time":{"start":1725579207435,"stop":1725579207436,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8957e02611814ac","name":"Subscribe and receive messages via lightPush","time":{"start":1725579297945,"stop":1725579297945,"duration":0},"status":"passed","severity":"normal"},{"uid":"efcfd63d037f20af","name":"Ping on peer without subscriptions","time":{"start":1725578821024,"stop":1725578821025,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7c1fa80fcc116cc","name":"Check received message containing emoji","time":{"start":1725578940139,"stop":1725578940140,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad18b70b08164c52","name":"Check received message containing XML","time":{"start":1725579181242,"stop":1725579181242,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c9a42b1e3d752b6","name":"Query with Promise Callback, No Decoder","time":{"start":1725579302120,"stop":1725579302121,"duration":1},"status":"passed","severity":"normal"},{"uid":"d26db853354a16dc","name":"Subscribe to topic containing shell command and receive message","time":{"start":1725579297977,"stop":1725579297977,"duration":0},"status":"passed","severity":"normal"},{"uid":"772f743fdae3bd35","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1725578730095,"stop":1725578730095,"duration":0},"status":"passed","severity":"normal"},{"uid":"b212244a94a2dc21","name":"Push message with custom timestamp: 1694820570946","time":{"start":1725579272795,"stop":1725579272795,"duration":0},"status":"passed","severity":"normal"},{"uid":"743e272718904fa7","name":"Check received message containing XML","time":{"start":1725579181259,"stop":1725579181259,"duration":0},"status":"passed","severity":"normal"},{"uid":"daa99ae866acafb9","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1725578709188,"stop":1725578709188,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae854385e103538f","name":"Subscribe to topic containing Script and receive message","time":{"start":1725579297962,"stop":1725579297962,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7cc969e96f7fb96","name":"Check publish message containing shell command","time":{"start":1725579219613,"stop":1725579219613,"duration":0},"status":"passed","severity":"normal"},{"uid":"6aad3367b5380194","name":"Check received message containing short","time":{"start":1725579181251,"stop":1725579181251,"duration":0},"status":"passed","severity":"normal"},{"uid":"685c694ce0c205f2","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1725578730094,"stop":1725578730095,"duration":1},"status":"passed","severity":"normal"},{"uid":"664c5b1b23191d2f","name":"Register correct protocols","time":{"start":1725579222578,"stop":1725579222579,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7c92ede59ef69a5","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1725579102812,"stop":1725579102812,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e48dc2c6421702f","name":"Check message with invalid timestamp is not received","time":{"start":1725579181272,"stop":1725579181272,"duration":0},"status":"passed","severity":"normal"},{"uid":"4360b17273d18a4e","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1725579102811,"stop":1725579102812,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c6d59cc39e96062","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1725578730399,"stop":1725578730399,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3ede50b8a06778","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1725578943256,"stop":1725578943256,"duration":0},"status":"passed","severity":"normal"},{"uid":"c161e94a7a7f61ac","name":"Push message with rate limit","time":{"start":1725579187581,"stop":1725579187582,"duration":1},"status":"passed","severity":"normal"},{"uid":"e97d87d6eaa1f27b","name":"Check received message containing Chinese","time":{"start":1725579181257,"stop":1725579181257,"duration":0},"status":"passed","severity":"normal"},{"uid":"a529a5862e35dfd3","name":"Publish message with large meta","time":{"start":1725579219626,"stop":1725579219627,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6e19b1a9bd4015a","name":"listenerCount","time":{"start":1725578799988,"stop":1725578799989,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c4d9aa802202b13","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1725578943258,"stop":1725578943258,"duration":0},"status":"passed","severity":"normal"},{"uid":"b86f946279f10c6","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1725578717089,"stop":1725578717090,"duration":1},"status":"passed","severity":"normal"},{"uid":"96e73b35a2008a14","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1725578709084,"stop":1725578709084,"duration":0},"status":"passed","severity":"normal"},{"uid":"c22aa4a1019dfa45","name":"connects to nwaku","time":{"start":1725579330360,"stop":1725579330361,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc6194062027fac8","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1725578709114,"stop":1725578709115,"duration":1},"status":"passed","severity":"normal"},{"uid":"6de677cb48de3295","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1725579281364,"stop":1725579281364,"duration":0},"status":"passed","severity":"normal"},{"uid":"d999343625696e6a","name":"Check publish message after service node is restarted","time":{"start":1725579219626,"stop":1725579219626,"duration":0},"status":"skipped","severity":"normal"},{"uid":"804f3c9713b6bf10","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1725579102812,"stop":1725579102812,"duration":0},"status":"passed","severity":"normal"},{"uid":"f42d33d57ea358eb","name":"Push message with content topic containing special chars","time":{"start":1725579187573,"stop":1725579187574,"duration":1},"status":"passed","severity":"normal"},{"uid":"58dcdecbd8b80893","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943276,"stop":1725578943277,"duration":1},"status":"passed","severity":"normal"},{"uid":"397b3590a328278","name":"should throw error - invalid id","time":{"start":1725578717734,"stop":1725578717734,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d1807555d508629","name":"Push message with content topic containing numeric","time":{"start":1725579187573,"stop":1725579187573,"duration":0},"status":"passed","severity":"normal"},{"uid":"1240670ad8874613","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1725579222591,"stop":1725579222591,"duration":0},"status":"passed","severity":"normal"},{"uid":"2834af7ef283270a","name":"Subscribe and receives messages on 20 topics","time":{"start":1725578970786,"stop":1725578970786,"duration":0},"status":"passed","severity":"normal"},{"uid":"74582c811741a747","name":"Push message with content topic containing escaped characters","time":{"start":1725579187578,"stop":1725579187579,"duration":1},"status":"passed","severity":"normal"},{"uid":"3549fc2ea01a0ba1","name":"Push message with content topic containing special chars","time":{"start":1725579272786,"stop":1725579272786,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e98224dcd8b0e38","name":"random static sharding 5 - Cluster ID: 695, Shard ID: 775","time":{"start":1725579281351,"stop":1725579281352,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2d962e5c8a41bba","name":"Does not throw an exception when node disconnects","time":{"start":1725579330361,"stop":1725579330361,"duration":0},"status":"passed","severity":"normal"},{"uid":"47142e49def049bc","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1725578769505,"stop":1725578769505,"duration":0},"status":"passed","severity":"normal"},{"uid":"e18903ff9149acd1","name":"Subscribe to topic containing long and receive message","time":{"start":1725579297990,"stop":1725579297991,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa1e131195478167","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1725579222584,"stop":1725579222584,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5ebc785822a9cd9","name":"different cluster, different shard: nodes don't connect","time":{"start":1725579104750,"stop":1725579104750,"duration":0},"status":"passed","severity":"normal"},{"uid":"93b3f42d9d8658c","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1725578709096,"stop":1725578709097,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7aa99c0446581f6","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1725578741885,"stop":1725578741886,"duration":1},"status":"passed","severity":"normal"},{"uid":"31298c08b9ce778c","name":"should not fail to stop the service if it was not started","time":{"start":1725578769142,"stop":1725578769143,"duration":1},"status":"passed","severity":"normal"},{"uid":"66f162f68604cde","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1725578730402,"stop":1725578730402,"duration":0},"status":"skipped","severity":"normal"},{"uid":"791c5b58f7b93c45","name":"Generator, custom pubsub topic","time":{"start":1725579312020,"stop":1725579312020,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b42a07b10c5f025","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1725578943246,"stop":1725578943246,"duration":0},"status":"passed","severity":"normal"},{"uid":"14363299fff5c84c","name":"should throw an error for empty SingleShardInfos array","time":{"start":1725578709099,"stop":1725578709099,"duration":0},"status":"passed","severity":"normal"},{"uid":"877276283a531912","name":"Push message with content topic containing Arabic","time":{"start":1725579272787,"stop":1725579272787,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6671418bf08a8b9","name":"1 Relay, 1 Filter, gives up","time":{"start":1725578729928,"stop":1725578729928,"duration":0},"status":"passed","severity":"normal"},{"uid":"61193cb742ae8cff","name":"Push message with content topic containing JSON","time":{"start":1725579187577,"stop":1725579187578,"duration":1},"status":"passed","severity":"normal"},{"uid":"57c47f4bcc47794f","name":"Push message with shell command payload","time":{"start":1725579272780,"stop":1725579272780,"duration":0},"status":"passed","severity":"normal"},{"uid":"2756126de8c781bb","name":"should not receive a peer event after stop","time":{"start":1725578769178,"stop":1725578769179,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0a649fb9deb6eb1","name":"Push message on custom pubsubTopic","time":{"start":1725579061638,"stop":1725579061639,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d57dcf9d7cb8142","name":"Check received message with timestamp: 1725578759231 ","time":{"start":1725579181271,"stop":1725579181271,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c57f1852d096df8","name":"throws an error for improperly formatted content topics","time":{"start":1725578709098,"stop":1725578709098,"duration":0},"status":"passed","severity":"normal"},{"uid":"a843d8dc50729f7c","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1725579310634,"stop":1725579310635,"duration":1},"status":"passed","severity":"normal"},{"uid":"b416b69d8cb77767","name":"Push message with content topic containing emoji","time":{"start":1725579187579,"stop":1725579187580,"duration":1},"status":"passed","severity":"normal"},{"uid":"88ed9ad966206fc4","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1725579061639,"stop":1725579061640,"duration":1},"status":"passed","severity":"normal"},{"uid":"12cb8d27958c596a","name":"Ping on unsubscribed peer","time":{"start":1725578843074,"stop":1725578843074,"duration":0},"status":"passed","severity":"normal"},{"uid":"48ac57a0a17745b3","name":"different cluster, same shard: nodes don't connect","time":{"start":1725579104750,"stop":1725579104750,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a0bdf8b10cebe3d","name":"Check received message containing Basic HTML tag","time":{"start":1725578940136,"stop":1725578940136,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dabd4d57ccd95b9","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1725578730094,"stop":1725578730094,"duration":0},"status":"passed","severity":"normal"},{"uid":"842d5484a9f81985","name":"random static sharding 9 - Cluster ID: 503, Shard ID: 81","time":{"start":1725579281362,"stop":1725579281362,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7514b6eaf65ac24","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1725578759908,"stop":1725578759908,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0ff1ef494f6d383","name":"throws on content topic with generation field greater than 0","time":{"start":1725578709073,"stop":1725578709073,"duration":0},"status":"passed","severity":"normal"},{"uid":"e446e4f5c39872aa","name":"Check message with non string payload is not received","time":{"start":1725579181274,"stop":1725579181274,"duration":0},"status":"passed","severity":"normal"},{"uid":"59a536570454eef3","name":"Push message with content topic containing Script","time":{"start":1725579187576,"stop":1725579187576,"duration":0},"status":"passed","severity":"normal"},{"uid":"13c66e96ed8afeec","name":"Check publish message containing Russian","time":{"start":1725579219611,"stop":1725579219611,"duration":0},"status":"passed","severity":"normal"},{"uid":"80b91c5feed3d096","name":"Ping on subscribed peer","time":{"start":1725578821024,"stop":1725578821024,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fb7fdc6e4e8bc13","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1725579261704,"stop":1725579261705,"duration":1},"status":"passed","severity":"normal"},{"uid":"44cb0ab208d6fee2","name":"Subscribe to topic containing long and publish message","time":{"start":1725579222586,"stop":1725579222586,"duration":0},"status":"passed","severity":"normal"},{"uid":"96befa7116e8443e","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1725578717083,"stop":1725578717084,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc73c2aaed3a1908","name":"Query Generator, No message returned","time":{"start":1725579302113,"stop":1725579302114,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dc6a8fb26b8f916","name":"Query generator for multiple messages with multiple decoders","time":{"start":1725579310619,"stop":1725579310620,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dbd724c76fcdd2f","name":"should not receive a peer event before start","time":{"start":1725579222049,"stop":1725579222049,"duration":0},"status":"passed","severity":"normal"},{"uid":"30d6e42a08ae9313","name":"Check meta is set [symmetric]","time":{"start":1725578740296,"stop":1725578740296,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4d2e634bedc6308","name":"same cluster, different shard: nodes don't connect","time":{"start":1725578943238,"stop":1725578943238,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e423d2df58e781d","name":"can start the service","time":{"start":1725578769137,"stop":1725578769139,"duration":2},"status":"passed","severity":"normal"},{"uid":"1a6ac05873eafcc7","name":"Subscribe and receive messages via lightPush","time":{"start":1725579297985,"stop":1725579297985,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bf793ff4890289f","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1725578730092,"stop":1725578730093,"duration":1},"status":"passed","severity":"normal"},{"uid":"1837f08fe7bd688c","name":"Query generator for 2000 messages","time":{"start":1725579310636,"stop":1725579310636,"duration":0},"status":"passed","severity":"normal"},{"uid":"4933e283d1ac6b81","name":"Push message with SQL Injection payload","time":{"start":1725579187568,"stop":1725579187568,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f279a40d32ce7d2","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1725579222589,"stop":1725579222590,"duration":1},"status":"passed","severity":"normal"},{"uid":"afab2fee03a7d70a","name":"Non TWN Cluster","time":{"start":1725579256761,"stop":1725579256761,"duration":0},"status":"passed","severity":"normal"},{"uid":"2198156b3254400f","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1725579337943,"stop":1725579337943,"duration":0},"status":"passed","severity":"normal"},{"uid":"c84a1d66ac34962c","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1725579297977,"stop":1725579297978,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5435e7a39b6f20e","name":"Passing invalid cursor","time":{"start":1725579261707,"stop":1725579261707,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7408/widgets/status-chart.json b/7408/widgets/status-chart.json deleted file mode 100644 index 0e527107169..00000000000 --- a/7408/widgets/status-chart.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"640ea34a365649f7","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1725578970798,"stop":1725578970798,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc4bc043b6f45fe","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1725579198137,"stop":1725579198137,"duration":0},"status":"passed","severity":"normal"},{"uid":"37343737cd70039a","name":"Check publish message containing Arabic","time":{"start":1725579219610,"stop":1725579219610,"duration":0},"status":"passed","severity":"normal"},{"uid":"757652f278cd2f4","name":"Check publish message containing special chars","time":{"start":1725579219609,"stop":1725579219609,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f54bf8209c7e55","name":"should load peers from local storage and dispatch events","time":{"start":1725578734309,"stop":1725578734309,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ded318137a07e42","name":"shard 0","time":{"start":1725579281322,"stop":1725579281335,"duration":13},"status":"passed","severity":"normal"},{"uid":"314efb32f147dbfa","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1725578717083,"stop":1725578717083,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ad6a6b8082d619e","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1725578876067,"stop":1725578876067,"duration":0},"status":"passed","severity":"normal"},{"uid":"155be21c9185097","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1725578709090,"stop":1725578709091,"duration":1},"status":"passed","severity":"normal"},{"uid":"90f6c9c8858b10fd","name":"Round trip binary serialization","time":{"start":1725578722639,"stop":1725578722640,"duration":1},"status":"passed","severity":"normal"},{"uid":"40121ab6b75d30c4","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1725578943256,"stop":1725578943256,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f6494eb8123c742","name":"Encoder throws on empty string content topic","time":{"start":1725578741887,"stop":1725578741887,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff3597ae8e94c614","name":"Callback on promise","time":{"start":1725579310623,"stop":1725579310624,"duration":1},"status":"passed","severity":"normal"},{"uid":"613edd83543ecd5f","name":"handles empty shards array correctly","time":{"start":1725578709121,"stop":1725578709121,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f00734ef9a6990a","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1725578970800,"stop":1725578970800,"duration":0},"status":"passed","severity":"normal"},{"uid":"67bfdd787e81679d","name":"Subscribe and receives messages on 20 topics","time":{"start":1725579297987,"stop":1725579297987,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b766fa42a84e0fc","name":"should encodeTxt and decodeTxt","time":{"start":1725578717730,"stop":1725578717731,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd140f84b4a2d51e","name":"Publishes to nwaku","time":{"start":1725579207436,"stop":1725579207437,"duration":1},"status":"passed","severity":"normal"},{"uid":"54b399f7597962bb","name":"Subscribe to topic containing emoji and receive message","time":{"start":1725579297983,"stop":1725579297983,"duration":0},"status":"passed","severity":"normal"},{"uid":"66313039b850752f","name":"Reopen subscription with peer with lost subscription","time":{"start":1725578821025,"stop":1725578821026,"duration":1},"status":"passed","severity":"normal"},{"uid":"94e2f690b6755de2","name":"Push message with Basic HTML tag payload","time":{"start":1725579187569,"stop":1725579187569,"duration":0},"status":"passed","severity":"normal"},{"uid":"586a03ece25b290c","name":"Subscribe to topic containing XML and publish message","time":{"start":1725579222589,"stop":1725579222589,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad80b48902836d80","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1725578759909,"stop":1725578759910,"duration":1},"status":"passed","severity":"normal"},{"uid":"14363299fff5c84c","name":"should throw an error for empty SingleShardInfos array","time":{"start":1725578709099,"stop":1725578709099,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3f552d5c47adf89","name":"Push to array if already present","time":{"start":1725578708697,"stop":1725578708697,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8b7287edfd8d48b","name":"Publish message with custom timestamp: Fri Sep 06 2024 00:33:13 GMT+0000 (Coordinated Universal Time)","time":{"start":1725579219619,"stop":1725579219619,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae29183dafc43ef2","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1725579198134,"stop":1725579198135,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffcc129269a15f2b","name":"Js publishes, other Js receives","time":{"start":1725579207438,"stop":1725579207439,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb1b2ec4af6597d2","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1725578970799,"stop":1725578970799,"duration":0},"status":"passed","severity":"normal"},{"uid":"e446e4f5c39872aa","name":"Check message with non string payload is not received","time":{"start":1725579181274,"stop":1725579181274,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce5f4c5679062e6a","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1725578980010,"stop":1725578980011,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7fcc18de2cd3c37","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1725578709099,"stop":1725578709099,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e3c87fc7a0e15a9","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1725578709120,"stop":1725578709120,"duration":0},"status":"passed","severity":"normal"},{"uid":"70873c9f179fcb6e","name":"Store - dialed first","time":{"start":1725579337066,"stop":1725579337066,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd42bce9f9c14c69","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1725579181272,"stop":1725579181272,"duration":0},"status":"passed","severity":"normal"},{"uid":"933b973e0616812e","name":"should set field with all protocols enabled","time":{"start":1725578717745,"stop":1725578717745,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd6704ebc3a54e0f","name":"Relay - times out","time":{"start":1725579337065,"stop":1725579337066,"duration":1},"status":"passed","severity":"normal"},{"uid":"7de54e517cfda7e2","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1725578943273,"stop":1725578943273,"duration":0},"status":"passed","severity":"normal"},{"uid":"9974cfbfd35e8ac0","name":"Passing an array","time":{"start":1725579330361,"stop":1725579330362,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcd7ed6a7048a2","name":"Renews subscription after lossing a connection","time":{"start":1725579297984,"stop":1725579297984,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4a5c3a8e49493fa","name":"Push message with content topic containing short","time":{"start":1725579272784,"stop":1725579272785,"duration":1},"status":"passed","severity":"normal"},{"uid":"53c6a8516f9913dd","name":"should properly create location multiaddrs - tcp","time":{"start":1725578717744,"stop":1725578717744,"duration":0},"status":"passed","severity":"normal"},{"uid":"c47a06b54d053fb5","name":"Passing page size 11 when there are 10 messages","time":{"start":1725579325581,"stop":1725579325581,"duration":0},"status":"passed","severity":"normal"},{"uid":"915f2b622a4e2033","name":"Push message with content topic containing XML","time":{"start":1725579187576,"stop":1725579187576,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa1e131195478167","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1725579222584,"stop":1725579222584,"duration":0},"status":"passed","severity":"normal"},{"uid":"caed9e516cffcf12","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1725578709114,"stop":1725578709114,"duration":0},"status":"passed","severity":"normal"},{"uid":"134801d534a75457","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1725579302115,"stop":1725579302116,"duration":1},"status":"passed","severity":"normal"},{"uid":"726cac5ba7f20efe","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1725579102811,"stop":1725579102811,"duration":0},"status":"passed","severity":"normal"},{"uid":"a737976e4883c2fb","name":"Encoder throws on undefined content topic","time":{"start":1725578741887,"stop":1725578741887,"duration":0},"status":"passed","severity":"normal"},{"uid":"da89be3d88e42540","name":"Round trip binary encryption [ecies, signature]","time":{"start":1725578741886,"stop":1725578741886,"duration":0},"status":"passed","severity":"normal"},{"uid":"80f955be85f8050f","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1725578833278,"stop":1725578833278,"duration":0},"status":"passed","severity":"normal"},{"uid":"686f64b7b0da88c5","name":"Passing page size 10 when there are 10 messages","time":{"start":1725579325581,"stop":1725579325581,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5ebcfb2768179f6","name":"Check received message containing SQL Injection","time":{"start":1725579181241,"stop":1725579181241,"duration":0},"status":"passed","severity":"normal"},{"uid":"e97d87d6eaa1f27b","name":"Check received message containing Chinese","time":{"start":1725579181257,"stop":1725579181257,"duration":0},"status":"passed","severity":"normal"},{"uid":"a709e0993af16a7c","name":"Sets default value correctly","time":{"start":1725579330363,"stop":1725579330363,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a570414453cdc0d","name":"Push message with meta","time":{"start":1725579272793,"stop":1725579272794,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba2f1c6d9759bd1a","name":"Check meta is set [ecies]","time":{"start":1725578741886,"stop":1725578741886,"duration":0},"status":"passed","severity":"normal"},{"uid":"da3ef79f87fd43fc","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1725578980001,"stop":1725578980009,"duration":8},"status":"passed","severity":"normal"},{"uid":"1a6c78b822df01ff","name":"Push message with custom timestamp: 1725582570946","time":{"start":1725579272796,"stop":1725579272796,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1d4b672da41aec5","name":"Push message with XML payload","time":{"start":1725579187569,"stop":1725579187569,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a24180d01421d0e","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1725578980011,"stop":1725578980012,"duration":1},"status":"passed","severity":"normal"},{"uid":"e18903ff9149acd1","name":"Subscribe to topic containing long and receive message","time":{"start":1725579297990,"stop":1725579297991,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a0c1e743f1e19ae","name":"Push message on custom pubsubTopic","time":{"start":1725579061652,"stop":1725579061652,"duration":0},"status":"passed","severity":"normal"},{"uid":"75a564d711ad9fea","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1725579297992,"stop":1725579297992,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3e9876e04a5faa7","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1725579222588,"stop":1725579222589,"duration":1},"status":"passed","severity":"normal"},{"uid":"3549fc2ea01a0ba1","name":"Push message with content topic containing special chars","time":{"start":1725579272786,"stop":1725579272786,"duration":0},"status":"passed","severity":"normal"},{"uid":"517e064fca88d810","name":"Decoder throws on empty string content topic","time":{"start":1725578722642,"stop":1725578722642,"duration":0},"status":"passed","severity":"normal"},{"uid":"be3448fd95301bb1","name":"Check received message with timestamp: 1649153314 ","time":{"start":1725579181271,"stop":1725579181272,"duration":1},"status":"passed","severity":"normal"},{"uid":"1db9ffda71aaedb5","name":"Check message with no pubsub topic is not received","time":{"start":1725578940165,"stop":1725578940168,"duration":3},"status":"passed","severity":"normal"},{"uid":"f798f67d6d1f6c20","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1725578809892,"stop":1725578809892,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0d3dd526d875036","name":"should be able to encode the field with only RELAY set to true","time":{"start":1725578717080,"stop":1725578717081,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5dc151ad03a85b5","name":"Refresh subscription","time":{"start":1725578970789,"stop":1725578970789,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c63887620276cef","name":"Correctly serialized arguments","time":{"start":1725579104822,"stop":1725579104823,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc6194062027fac8","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1725578709114,"stop":1725578709115,"duration":1},"status":"passed","severity":"normal"},{"uid":"e453b44c8473f5e4","name":"Check received message with timestamp: 1725578758849000000 ","time":{"start":1725578940140,"stop":1725578940141,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dcdbf377042658a","name":"Callback on promise, aborts when callback returns true","time":{"start":1725579310624,"stop":1725579310634,"duration":10},"status":"passed","severity":"normal"},{"uid":"6a1c8c4349038b74","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1725578943247,"stop":1725578943247,"duration":0},"status":"passed","severity":"normal"},{"uid":"70f24b18745baaf","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1725579297985,"stop":1725579297985,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e98737acbd16dc0","name":"Check message with non string payload is not received","time":{"start":1725578940172,"stop":1725578940175,"duration":3},"status":"passed","severity":"normal"},{"uid":"a42fa42b6d398291","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1725579297963,"stop":1725579297974,"duration":11},"status":"passed","severity":"normal"},{"uid":"5c64f1bec4f5fff4","name":"Reopen subscription with peer with lost subscription","time":{"start":1725578843075,"stop":1725578843075,"duration":0},"status":"passed","severity":"normal"},{"uid":"38c8a3fc6bb74e6d","name":"Check received message containing XML","time":{"start":1725578940136,"stop":1725578940136,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f067437164d25c6","name":"Subscribe and publish message","time":{"start":1725579222580,"stop":1725579222580,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8d148b545d78cd2","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","time":{"start":1725579102810,"stop":1725579102810,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c650525a3f92ab8","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app16/9/topic235/utf8","time":{"start":1725579256762,"stop":1725579256762,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a6ac05873eafcc7","name":"Subscribe and receive messages via lightPush","time":{"start":1725579297985,"stop":1725579297985,"duration":0},"status":"passed","severity":"normal"},{"uid":"d97060c6b85e0ccc","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1725579316932,"stop":1725579316932,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e48dc2c6421702f","name":"Check message with invalid timestamp is not received","time":{"start":1725579181272,"stop":1725579181272,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccc30ed772b6902b","name":"Check received message containing Script","time":{"start":1725579181241,"stop":1725579181242,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e2d9719e6b69d97","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1725579297960,"stop":1725579297961,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ce862c445e58b1d","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1725579297956,"stop":1725579297957,"duration":1},"status":"passed","severity":"normal"},{"uid":"aeb7b2f8dfe5e76c","name":"Push message with Russian payload","time":{"start":1725579272778,"stop":1725579272778,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef1f44b5c195e2c7","name":"Decrypt messages","time":{"start":1725579185225,"stop":1725579185225,"duration":0},"status":"passed","severity":"normal"},{"uid":"b37f6f968e4ac86a","name":"Generator, 2 different pubsubtopics","time":{"start":1725579312016,"stop":1725579312016,"duration":0},"status":"passed","severity":"normal"},{"uid":"2eeab96535bedc10","name":"Fails to publish duplicate message","time":{"start":1725579219619,"stop":1725579219619,"duration":0},"status":"passed","severity":"normal"},{"uid":"c161e94a7a7f61ac","name":"Push message with rate limit","time":{"start":1725579187581,"stop":1725579187582,"duration":1},"status":"passed","severity":"normal"},{"uid":"42d58da4c9451227","name":"should handle a minimal index list","time":{"start":1725578709187,"stop":1725578709188,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d1807555d508629","name":"Push message with content topic containing numeric","time":{"start":1725579187573,"stop":1725579187573,"duration":0},"status":"passed","severity":"normal"},{"uid":"2de7739850c8be9b","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1725579297987,"stop":1725579297987,"duration":0},"status":"passed","severity":"normal"},{"uid":"5770515615eb7253","name":"Check received message containing Chinese","time":{"start":1725578940134,"stop":1725578940134,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd77180f371c8cdc","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1725578970802,"stop":1725578970803,"duration":1},"status":"passed","severity":"normal"},{"uid":"61e579ef350bcfd4","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1725579198135,"stop":1725579198136,"duration":1},"status":"passed","severity":"normal"},{"uid":"23db25e8d9b8655a","name":"Check received message containing Script","time":{"start":1725578940135,"stop":1725578940136,"duration":1},"status":"passed","severity":"normal"},{"uid":"a51a7443252f9c30","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943255,"stop":1725578943255,"duration":0},"status":"passed","severity":"normal"},{"uid":"6de5525792f74a68","name":"Publish without waiting for remote peer","time":{"start":1725579222579,"stop":1725579222579,"duration":0},"status":"passed","severity":"normal"},{"uid":"57b2f36a532c2a53","name":"Refresh subscription","time":{"start":1725579297959,"stop":1725579297959,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2e067f8a1821fd5","name":"Check received message containing long","time":{"start":1725579181252,"stop":1725579181252,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f7b46471cab9319","name":"udp ip6 address","time":{"start":1725578717021,"stop":1725578717022,"duration":1},"status":"passed","severity":"normal"},{"uid":"730f45b5e8800ccf","name":"Push message with numeric payload","time":{"start":1725579187566,"stop":1725579187566,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d70611cc3c7f569","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1725578943277,"stop":1725578943277,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1b75438a452f9d3","name":"Fails to push message bigger that 1MB","time":{"start":1725579272800,"stop":1725579272800,"duration":0},"status":"passed","severity":"normal"},{"uid":"6533c178649545a7","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1725578709112,"stop":1725578709112,"duration":0},"status":"passed","severity":"normal"},{"uid":"a710d95be1a0f1da","name":"random static sharding 4 - Cluster ID: 262, Shard ID: 646","time":{"start":1725579281351,"stop":1725579281351,"duration":0},"status":"passed","severity":"normal"},{"uid":"121865b2778ddb69","name":"Fails to publish message with empty text","time":{"start":1725579219619,"stop":1725579219620,"duration":1},"status":"passed","severity":"normal"},{"uid":"efcfd63d037f20af","name":"Ping on peer without subscriptions","time":{"start":1725578821024,"stop":1725578821025,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0ad69a996fc6b6","name":"Push message with content topic containing Chinese","time":{"start":1725579187574,"stop":1725579187574,"duration":0},"status":"passed","severity":"normal"},{"uid":"11d577271df1c657","name":"Query Generator - false","time":{"start":1725579303510,"stop":1725579303510,"duration":0},"status":"passed","severity":"normal"},{"uid":"c28fee70ce30926b","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1725578711623,"stop":1725578711623,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5435e7a39b6f20e","name":"Passing invalid cursor","time":{"start":1725579261707,"stop":1725579261707,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc606155f3c0bd63","name":"random static sharding 2 - Cluster ID: 170, Shard ID: 19","time":{"start":1725579281349,"stop":1725579281350,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b14f6bc198b4273","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1725578980000,"stop":1725578980000,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8100867989e01ad","name":"Check received message containing JSON","time":{"start":1725579181260,"stop":1725579181260,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbb79a92718a9aa7","name":"Push message with JSON payload","time":{"start":1725579187570,"stop":1725579187570,"duration":0},"status":"passed","severity":"normal"},{"uid":"36cef7fdbe21e130","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1725578943260,"stop":1725578943260,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcb8e73b3598abc4","name":"Push message with rate limit","time":{"start":1725579272794,"stop":1725579272795,"duration":1},"status":"passed","severity":"normal"},{"uid":"88ed9ad966206fc4","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1725579061639,"stop":1725579061640,"duration":1},"status":"passed","severity":"normal"},{"uid":"1240670ad8874613","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1725579222591,"stop":1725579222591,"duration":0},"status":"passed","severity":"normal"},{"uid":"32a5ff3b053f182e","name":"Check received message containing Arabic","time":{"start":1725578940134,"stop":1725578940135,"duration":1},"status":"passed","severity":"normal"},{"uid":"d40f6966515ee328","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1725579261705,"stop":1725579261705,"duration":0},"status":"passed","severity":"normal"},{"uid":"d40ba8fd71a3c224","name":"Ping on unsubscribed peer","time":{"start":1725578821025,"stop":1725578821025,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6fe7b4eb3f53993","name":"Number of peers are maintained correctly","time":{"start":1725579008666,"stop":1725579008667,"duration":1},"status":"passed","severity":"normal"},{"uid":"a03d1cc8875cfe6b","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1725578709101,"stop":1725578709102,"duration":1},"status":"passed","severity":"normal"},{"uid":"96befa7116e8443e","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1725578717083,"stop":1725578717084,"duration":1},"status":"passed","severity":"normal"},{"uid":"323d3b767c1eaf5d","name":"Check message with no payload is not received","time":{"start":1725579181249,"stop":1725579181249,"duration":0},"status":"passed","severity":"normal"},{"uid":"629b93258ecfb746","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1725578876066,"stop":1725578876066,"duration":0},"status":"passed","severity":"normal"},{"uid":"b416b69d8cb77767","name":"Push message with content topic containing emoji","time":{"start":1725579187579,"stop":1725579187580,"duration":1},"status":"passed","severity":"normal"},{"uid":"c643df4c30df1682","name":"Check received message containing shell command","time":{"start":1725579181244,"stop":1725579181244,"duration":0},"status":"passed","severity":"normal"},{"uid":"5881382c2256b00c","name":"start node with empty content topic","time":{"start":1725579256769,"stop":1725579256770,"duration":1},"status":"passed","severity":"normal"},{"uid":"5838a2daaebd2253","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1725579297946,"stop":1725579297955,"duration":9},"status":"passed","severity":"normal"},{"uid":"65eb41f3425b20d3","name":"Ephemeral field set to true","time":{"start":1725578722640,"stop":1725578722640,"duration":0},"status":"passed","severity":"normal"},{"uid":"520cbb640b6de5f7","name":"Query with Ordered Callback, No Decoder","time":{"start":1725579302117,"stop":1725579302117,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e8452b951c460c1","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1725578709101,"stop":1725578709101,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1220f048b1ce9b7","name":"Push message with content topic containing Russian","time":{"start":1725579272787,"stop":1725579272787,"duration":0},"status":"passed","severity":"normal"},{"uid":"93fa4d13dec3b489","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1725578709122,"stop":1725578709122,"duration":0},"status":"passed","severity":"normal"},{"uid":"e389cb86a5112372","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1725578943275,"stop":1725578943275,"duration":0},"status":"passed","severity":"normal"},{"uid":"64aba2b1913ac351","name":"Subscribe to topic containing long and receive message","time":{"start":1725579297959,"stop":1725579297960,"duration":1},"status":"passed","severity":"normal"},{"uid":"895048fa3a3e5cdf","name":"Fails to push message with large meta","time":{"start":1725579187581,"stop":1725579187581,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6a02103a903206e","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1725579219620,"stop":1725579219620,"duration":0},"status":"passed","severity":"normal"},{"uid":"385e0634df0347f6","name":"Publish message with custom timestamp: Thu Sep 05 2024 22:33:13 GMT+0000 (Coordinated Universal Time)","time":{"start":1725579219618,"stop":1725579219618,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc808921bd5df22b","name":"Check received message containing Script","time":{"start":1725579181258,"stop":1725579181259,"duration":1},"status":"passed","severity":"normal"},{"uid":"567479a27433327c","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1725579297987,"stop":1725579297988,"duration":1},"status":"passed","severity":"normal"},{"uid":"791c5b58f7b93c45","name":"Generator, custom pubsub topic","time":{"start":1725579312020,"stop":1725579312020,"duration":0},"status":"passed","severity":"normal"},{"uid":"a544d3b8219e12c0","name":"Subscribe to topic containing Script and receive message","time":{"start":1725578970798,"stop":1725578970798,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8033a5bccbd2584","name":"Used by Waku Relay","time":{"start":1725579330362,"stop":1725579330362,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e58b486e9581781","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1725578730095,"stop":1725578730095,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9d37b7059195144","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1725578709091,"stop":1725578709092,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4d2e634bedc6308","name":"same cluster, different shard: nodes don't connect","time":{"start":1725578943238,"stop":1725578943238,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d0ea863dfcad7ed","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1725578809892,"stop":1725578809893,"duration":1},"status":"passed","severity":"normal"},{"uid":"96703ef3cfd0dd9e","name":"LightPush with 2 connections","time":{"start":1725578997629,"stop":1725578997629,"duration":0},"status":"passed","severity":"normal"},{"uid":"90aceec2b723b2a6","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1725578717084,"stop":1725578717085,"duration":1},"status":"passed","severity":"normal"},{"uid":"c387e156c81958e1","name":"stop","time":{"start":1725578799990,"stop":1725578799998,"duration":8},"status":"passed","severity":"normal"},{"uid":"c2d0a334210cd910","name":"Check message with non string payload is not received","time":{"start":1725579181249,"stop":1725579181250,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d97bc07106a35b9","name":"Throws when trying to push message with empty payload","time":{"start":1725579187572,"stop":1725579187572,"duration":0},"status":"passed","severity":"normal"},{"uid":"1976d98d3f735d13","name":"Push message with content topic containing Russian","time":{"start":1725579187575,"stop":1725579187575,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0ad5c8eabd93fd4","name":"should not throw an error for a single configured topic","time":{"start":1725578709117,"stop":1725578709117,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9f80b80b385335f","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1725578943277,"stop":1725578943277,"duration":0},"status":"passed","severity":"normal"},{"uid":"af103136a2a65864","name":"should handle corrupted local storage data gracefully","time":{"start":1725578734310,"stop":1725578734310,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcb978b3bf827260","name":"different cluster, same shard: nodes don't connect","time":{"start":1725578943239,"stop":1725578943244,"duration":5},"status":"passed","severity":"normal"},{"uid":"5747ddfdce061d8a","name":"Init the array if not present","time":{"start":1725578708695,"stop":1725578708696,"duration":1},"status":"passed","severity":"normal"},{"uid":"a30d7e4773ac7459","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1725578709092,"stop":1725578709093,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d35a6159cd96099","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1725579337939,"stop":1725579337939,"duration":0},"status":"passed","severity":"normal"},{"uid":"1324a407f91a0350","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1725578717089,"stop":1725578717089,"duration":0},"status":"passed","severity":"normal"},{"uid":"73cd491a9621d35","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1725579297958,"stop":1725579297958,"duration":0},"status":"passed","severity":"normal"},{"uid":"d484dfc57a807c01","name":"Check publish message containing Basic HTML tag","time":{"start":1725579219612,"stop":1725579219612,"duration":0},"status":"passed","severity":"normal"},{"uid":"c88897e4381c3d87","name":"Ordered Callback - false","time":{"start":1725579303512,"stop":1725579303512,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c57f1852d096df8","name":"throws an error for improperly formatted content topics","time":{"start":1725578709098,"stop":1725578709098,"duration":0},"status":"passed","severity":"normal"},{"uid":"81ad257591871bea","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1725578980000,"stop":1725578980000,"duration":0},"status":"passed","severity":"normal"},{"uid":"39b810592bf0cc8b","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1725578709108,"stop":1725578709109,"duration":1},"status":"passed","severity":"normal"},{"uid":"44d9c575d33a0bd6","name":"Check publish message containing JSON","time":{"start":1725579219612,"stop":1725579219613,"duration":1},"status":"passed","severity":"normal"},{"uid":"accbea4ce9d66d71","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1725578709116,"stop":1725578709116,"duration":0},"status":"passed","severity":"normal"},{"uid":"cef4a380329e201d","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1725579316931,"stop":1725579316932,"duration":1},"status":"passed","severity":"normal"},{"uid":"49180edfd6abb4e1","name":"should be online or offline if network state changed","time":{"start":1725578759911,"stop":1725578759911,"duration":0},"status":"passed","severity":"normal"},{"uid":"7209ee87753b0d39","name":"should decode valid enr successfully","time":{"start":1725578717731,"stop":1725578717731,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ac98b354bb2c5e9","name":"Publish message with custom timestamp: Fri Sep 15 2023 23:33:13 GMT+0000 (Coordinated Universal Time)","time":{"start":1725579219617,"stop":1725579219617,"duration":0},"status":"passed","severity":"normal"},{"uid":"182e53ed8d2487d1","name":"getPeersByDiscovery","time":{"start":1725578799987,"stop":1725578799987,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e8c68d6feff8faa","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1725578980010,"stop":1725578980010,"duration":0},"status":"passed","severity":"normal"},{"uid":"b75d9777112d8a0b","name":"Push message with content topic containing escaped characters","time":{"start":1725579272791,"stop":1725579272791,"duration":0},"status":"passed","severity":"normal"},{"uid":"770cf6b954daf67","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1725578769505,"stop":1725578769507,"duration":2},"status":"passed","severity":"normal"},{"uid":"12c2c3ac1129cfcb","name":"Renews peer on consistent missed messages","time":{"start":1725578868806,"stop":1725578868806,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdc48125a6e574e6","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1725579297992,"stop":1725579297992,"duration":0},"status":"passed","severity":"normal"},{"uid":"893c9f580c6970ae","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1725578709085,"stop":1725578709085,"duration":0},"status":"passed","severity":"normal"},{"uid":"86593636ce5bf768","name":"Push message with JSON payload","time":{"start":1725579272780,"stop":1725579272780,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e08a54ed1bad96b","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1725579222580,"stop":1725579222581,"duration":1},"status":"passed","severity":"normal"},{"uid":"a44ccf661b6fb20c","name":"Check message received after jswaku node is restarted","time":{"start":1725579181250,"stop":1725579181250,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c5091132c52d02bc","name":"less peers than existing","time":{"start":1725579181719,"stop":1725579181719,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9336e31888b5d960","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app67/1/topic611/proto","time":{"start":1725579256762,"stop":1725579256762,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb68f1dd4f3cc57a","name":"should encode/decode to RLP encoding","time":{"start":1725578717736,"stop":1725578717736,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad6a18f7ee885c02","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1725578709113,"stop":1725578709114,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4da1af46576d855","name":"Add multiple subscription objects on single nwaku node","time":{"start":1725578970801,"stop":1725578970802,"duration":1},"status":"passed","severity":"normal"},{"uid":"12cb8d27958c596a","name":"Ping on unsubscribed peer","time":{"start":1725578843074,"stop":1725578843074,"duration":0},"status":"passed","severity":"normal"},{"uid":"38758ed9104420e8","name":"LightPush","time":{"start":1725579337066,"stop":1725579337067,"duration":1},"status":"passed","severity":"normal"},{"uid":"9179aa0fc3ff87f2","name":"Ping on peer without subscriptions","time":{"start":1725578843074,"stop":1725578843074,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3f948fae011d466","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1725578709119,"stop":1725578709119,"duration":0},"status":"passed","severity":"normal"},{"uid":"918561eda97a0695","name":"Push message with long payload","time":{"start":1725579272775,"stop":1725579272775,"duration":0},"status":"passed","severity":"normal"},{"uid":"6704c1ba8dac9c51","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1725578970784,"stop":1725578970784,"duration":0},"status":"passed","severity":"normal"},{"uid":"48fd942e434f6ddc","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app55/8/topic210/utf8","time":{"start":1725579256764,"stop":1725579256764,"duration":0},"status":"passed","severity":"normal"},{"uid":"f48ddfeb7318a1ca","name":"Subscribe to topic containing short and receive message","time":{"start":1725579297959,"stop":1725579297959,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6671418bf08a8b9","name":"1 Relay, 1 Filter, gives up","time":{"start":1725578729928,"stop":1725578729928,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2454b8dd3162e6c","name":"should emit a peer event after start","time":{"start":1725578769146,"stop":1725578769173,"duration":27},"status":"passed","severity":"normal"},{"uid":"964f6863fafd998b","name":"Push message with shell command payload","time":{"start":1725579187570,"stop":1725579187570,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c60000f3a64a86c","name":"Ordered Callback - true","time":{"start":1725579303511,"stop":1725579303511,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ad07af790183f35","name":"throws on content topic with non-number generation field","time":{"start":1725578709073,"stop":1725578709073,"duration":0},"status":"passed","severity":"normal"},{"uid":"57c47f4bcc47794f","name":"Push message with shell command payload","time":{"start":1725579272780,"stop":1725579272780,"duration":0},"status":"passed","severity":"normal"},{"uid":"6be4cb1fb5984ab6","name":"Check received message containing Basic HTML tag","time":{"start":1725579181259,"stop":1725579181259,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6334cd2ded677c8","name":"Check publish message containing numeric","time":{"start":1725579219608,"stop":1725579219609,"duration":1},"status":"passed","severity":"normal"},{"uid":"3518bd7e37c0c2ba","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1725578943275,"stop":1725578943276,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0a649fb9deb6eb1","name":"Push message on custom pubsubTopic","time":{"start":1725579061638,"stop":1725579061639,"duration":1},"status":"passed","severity":"normal"},{"uid":"63c3cc5b3da0f8df","name":"Subscribe to topic containing numeric and publish message","time":{"start":1725579222586,"stop":1725579222587,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ab2a43d0bfe0d47","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1725579198136,"stop":1725579198136,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1ad0489c482688c","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1725578970785,"stop":1725578970785,"duration":0},"status":"passed","severity":"normal"},{"uid":"b98eb3eb66cf7d18","name":"Query with Ordered Callback, No message returned","time":{"start":1725579302117,"stop":1725579302118,"duration":1},"status":"passed","severity":"normal"},{"uid":"27fde91b70425b1e","name":"Push 30 different messages","time":{"start":1725579272783,"stop":1725579272783,"duration":0},"status":"passed","severity":"normal"},{"uid":"d003841a8ad792a0","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1725579302119,"stop":1725579302119,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bf793ff4890289f","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1725578730092,"stop":1725578730093,"duration":1},"status":"passed","severity":"normal"},{"uid":"272b416226a1f6cb","name":"should not fail to stop the service if it was not started","time":{"start":1725579222048,"stop":1725579222048,"duration":0},"status":"passed","severity":"normal"},{"uid":"caf0a6a9caae13e2","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1725578722643,"stop":1725578722643,"duration":0},"status":"passed","severity":"normal"},{"uid":"85616ed9d8f9d103","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1725578722362,"stop":1725578722362,"duration":0},"status":"passed","severity":"normal"},{"uid":"151bf5af6b8536b6","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1725579222581,"stop":1725579222582,"duration":1},"status":"passed","severity":"normal"},{"uid":"f42d33d57ea358eb","name":"Push message with content topic containing special chars","time":{"start":1725579187573,"stop":1725579187574,"duration":1},"status":"passed","severity":"normal"},{"uid":"19210219dc0d7c24","name":"isConnected return false after peer stops","time":{"start":1725578809895,"stop":1725578809895,"duration":0},"status":"passed","severity":"normal"},{"uid":"68e2c3e674c0f48e","name":"should throw an error for missing required configuration","time":{"start":1725578709104,"stop":1725578709105,"duration":1},"status":"passed","severity":"normal"},{"uid":"319b98d371d61e65","name":"Push message with content topic containing SQL Injection","time":{"start":1725579272788,"stop":1725579272788,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d5533d2bc591c5b","name":"Check received message containing special chars","time":{"start":1725579181255,"stop":1725579181257,"duration":2},"status":"passed","severity":"normal"},{"uid":"ea00153af227cafe","name":"Reusing cursor across nodes","time":{"start":1725579261706,"stop":1725579261707,"duration":1},"status":"passed","severity":"normal"},{"uid":"c13d43f397efcbaf","name":"random static sharding 8 - Cluster ID: 137, Shard ID: 181","time":{"start":1725579281361,"stop":1725579281361,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe683be69a5365ce","name":"Push message with content topic containing unicode special characters","time":{"start":1725579272791,"stop":1725579272792,"duration":1},"status":"passed","severity":"normal"},{"uid":"18b507b506dd338e","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1725578767206,"stop":1725578767206,"duration":0},"status":"passed","severity":"normal"},{"uid":"92d45c37aee2a04a","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1725579297961,"stop":1725579297961,"duration":0},"status":"passed","severity":"normal"},{"uid":"263c2ff811bf3de9","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1725578717732,"stop":1725578717732,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8da14699a87e788","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1725579222580,"stop":1725579222580,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce41473cef74a232","name":"Add multiple subscription objects on single nwaku node","time":{"start":1725579297983,"stop":1725579297983,"duration":0},"status":"passed","severity":"normal"},{"uid":"f52e63dc073d2bba","name":"Subscribe to topic containing Russian and receive message","time":{"start":1725579297961,"stop":1725579297961,"duration":0},"status":"passed","severity":"normal"},{"uid":"55a5ab871752fdcc","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1725578833277,"stop":1725578833277,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4e9418e98fb5cb","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1725579193382,"stop":1725579193383,"duration":1},"status":"passed","severity":"normal"},{"uid":"389f7d634ed0e4c9","name":"can dial TLS multiaddrs","time":{"start":1725579108186,"stop":1725579108187,"duration":1},"status":"passed","severity":"normal"},{"uid":"96e73b35a2008a14","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1725578709084,"stop":1725578709084,"duration":0},"status":"passed","severity":"normal"},{"uid":"44334ba71da948f","name":"Query generator for multiple messages with different content topic format","time":{"start":1725579310620,"stop":1725579310622,"duration":2},"status":"passed","severity":"normal"},{"uid":"fd3a8d9072ab4267","name":"isConnected should return true after first peer connects","time":{"start":1725578809894,"stop":1725578809894,"duration":0},"status":"passed","severity":"normal"},{"uid":"933dc6f85086ae59","name":"Filter","time":{"start":1725579337067,"stop":1725579337067,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffc6047b03fa9a82","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1725578709115,"stop":1725578709115,"duration":0},"status":"passed","severity":"normal"},{"uid":"246247de8373be3e","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1725578740294,"stop":1725578740295,"duration":1},"status":"passed","severity":"normal"},{"uid":"594585cb1be4efe1","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1725579198135,"stop":1725579198135,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0f8846f50101719","name":"Sample","time":{"start":1725578717128,"stop":1725578717128,"duration":0},"status":"passed","severity":"normal"},{"uid":"6de677cb48de3295","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1725579281364,"stop":1725579281364,"duration":0},"status":"passed","severity":"normal"},{"uid":"52183aef01154450","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1725578876068,"stop":1725578876068,"duration":0},"status":"passed","severity":"normal"},{"uid":"577f5a061814384a","name":"Subscribe to topic containing short and receive message","time":{"start":1725578970790,"stop":1725578970791,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc2fd6cced708589","name":"All","time":{"start":1725578768702,"stop":1725578768703,"duration":1},"status":"passed","severity":"normal"},{"uid":"52cb9397059a5ae8","name":"Encoder throws on empty string content topic","time":{"start":1725578740298,"stop":1725578740298,"duration":0},"status":"passed","severity":"normal"},{"uid":"316f3a845c0b01f4","name":"should be able to encode the field with only FILTER set to true","time":{"start":1725578717082,"stop":1725578717082,"duration":0},"status":"passed","severity":"normal"},{"uid":"62ee5c008f0e2e1b","name":"Check received message containing Arabic","time":{"start":1725579181257,"stop":1725579181257,"duration":0},"status":"passed","severity":"normal"},{"uid":"da3442dd917dcb2b","name":"Tracks peer failures correctly","time":{"start":1725578868805,"stop":1725578868805,"duration":0},"status":"passed","severity":"normal"},{"uid":"b86f946279f10c6","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1725578717089,"stop":1725578717090,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e33d6092d9dc99a","name":"Ephemeral field is preserved - encoder v0","time":{"start":1725578769504,"stop":1725578769504,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3ac0d3639de4f38","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1725578809893,"stop":1725578809894,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e98224dcd8b0e38","name":"random static sharding 5 - Cluster ID: 695, Shard ID: 775","time":{"start":1725579281351,"stop":1725579281352,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e177affc27b6000","name":"Waku message hash computation (meta attribute not present)","time":{"start":1725578711623,"stop":1725578711623,"duration":0},"status":"passed","severity":"normal"},{"uid":"10f1f47ac6f8c969","name":"Keep-alive pings maintain the connection","time":{"start":1725578868804,"stop":1725578868804,"duration":0},"status":"passed","severity":"normal"},{"uid":"9587c2e43598d7a3","name":"Subscribe to topic containing numeric and receive message","time":{"start":1725578970792,"stop":1725578970793,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0a3b697f0f00089","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1725578943278,"stop":1725578943278,"duration":0},"status":"passed","severity":"normal"},{"uid":"592ef6da92228d83","name":"Generator, 2 different pubsubtopics","time":{"start":1725579312020,"stop":1725579312020,"duration":0},"status":"passed","severity":"normal"},{"uid":"535935603629825e","name":"Encoder throws on undefined content topic","time":{"start":1725578722641,"stop":1725578722641,"duration":0},"status":"passed","severity":"normal"},{"uid":"36244e871017745e","name":"should only return 1 node with relay capability","time":{"start":1725578730397,"stop":1725578730397,"duration":0},"status":"passed","severity":"normal"},{"uid":"5efad5e82ec6e536","name":"Check received message containing special chars","time":{"start":1725579181236,"stop":1725579181240,"duration":4},"status":"passed","severity":"normal"},{"uid":"a76befcc4c74c2f0","name":"removeEventListener with correct event","time":{"start":1725578799986,"stop":1725578799987,"duration":1},"status":"passed","severity":"normal"},{"uid":"1cd619aa2851efe3","name":"Check publish message containing short","time":{"start":1725579219605,"stop":1725579219606,"duration":1},"status":"passed","severity":"normal"},{"uid":"910495a617001d61","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1725579061654,"stop":1725579061655,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c0e2d875dd171c6","name":"Check received message containing emoji","time":{"start":1725579181270,"stop":1725579181270,"duration":0},"status":"passed","severity":"normal"},{"uid":"685bec23ba3c6691","name":"unsubscribes","time":{"start":1725579322035,"stop":1725579322035,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ffc1fdc1d683d64","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1725578868805,"stop":1725578868805,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab8ff5ebbb99a015","name":"Push message with content topic containing shell command","time":{"start":1725579272790,"stop":1725579272791,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d3761044b8352a6","name":"Check received message containing unicode special characters","time":{"start":1725579181244,"stop":1725579181245,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7d0f9eed4e8c877","name":"Check received message containing Russian","time":{"start":1725579181258,"stop":1725579181258,"duration":0},"status":"passed","severity":"normal"},{"uid":"5eda841271ed1e22","name":"Push message with content topic containing Basic HTML tag","time":{"start":1725579187576,"stop":1725579187577,"duration":1},"status":"passed","severity":"normal"},{"uid":"229c611cfea2ee66","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1725579297961,"stop":1725579297962,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf21b4826945bf34","name":"can start and stop the service","time":{"start":1725579222047,"stop":1725579222048,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1571dc240eee714","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1725579379303,"stop":1725579379303,"duration":0},"status":"passed","severity":"normal"},{"uid":"511619a0f19841ae","name":"should not fail to stop the service if it was not started","time":{"start":1725578734307,"stop":1725578734307,"duration":0},"status":"passed","severity":"normal"},{"uid":"73e664acc1e11760","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1725578970797,"stop":1725578970797,"duration":0},"status":"passed","severity":"normal"},{"uid":"769906b25fdc2cee","name":"returns all values when wanted number is greater than available values","time":{"start":1725578729792,"stop":1725578729792,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f76c74c6e6339e1","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1725578943275,"stop":1725578943275,"duration":0},"status":"passed","severity":"normal"},{"uid":"a50b25861998efa1","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1725579061640,"stop":1725579061640,"duration":0},"status":"passed","severity":"normal"},{"uid":"5365f64ca169d6ef","name":"Check publish message containing Chinese","time":{"start":1725579219609,"stop":1725579219609,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9ecc247673553c0","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1725579337942,"stop":1725579337942,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bb353acb9f75838","name":"should return unique PubsubTopics for static sharding","time":{"start":1725578709100,"stop":1725578709100,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee55f6332c995350","name":"should properly create location multiaddrs - udp6","time":{"start":1725578717742,"stop":1725578717743,"duration":1},"status":"passed","severity":"normal"},{"uid":"c19fba2fda9c261","name":"Subscribe to topic containing emoji and receive message","time":{"start":1725579297996,"stop":1725579297996,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d6d7bd94a10eda6","name":"Subscribe and receive messages via waku relay post","time":{"start":1725579297956,"stop":1725579297956,"duration":0},"status":"passed","severity":"normal"},{"uid":"da4f9d6b56d6921d","name":"Rejects garbage","time":{"start":1725578745083,"stop":1725578745083,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cb4ba42c19d0b3a","name":"Push message with escaped characters payload","time":{"start":1725579187570,"stop":1725579187570,"duration":0},"status":"passed","severity":"normal"},{"uid":"941faa8027cd9994","name":"Relay + Store","time":{"start":1725578768702,"stop":1725578768702,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a70519e95e6896","name":"Check message with invalid timestamp is not received","time":{"start":1725579181248,"stop":1725579181248,"duration":0},"status":"passed","severity":"normal"},{"uid":"897ce9afb994e49f","name":"Subscribe to topic containing JSON and receive message","time":{"start":1725579297976,"stop":1725579297976,"duration":0},"status":"passed","severity":"normal"},{"uid":"c22aa4a1019dfa45","name":"connects to nwaku","time":{"start":1725579330360,"stop":1725579330361,"duration":1},"status":"passed","severity":"normal"},{"uid":"27b95a04b78d3920","name":"should throw error - no id","time":{"start":1725578717732,"stop":1725578717733,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0d3022f1594b710","name":"Default pageSize","time":{"start":1725579325582,"stop":1725579325583,"duration":1},"status":"passed","severity":"normal"},{"uid":"7db8f8e441869a0","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1725578759910,"stop":1725578759911,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e8032a04761acdf","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1725579379304,"stop":1725579379304,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ae47cf8486171a8","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1725579316932,"stop":1725579316933,"duration":1},"status":"passed","severity":"normal"},{"uid":"4360b17273d18a4e","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1725579102811,"stop":1725579102812,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1bae16d840f80aa","name":"handles empty contentTopics array correctly","time":{"start":1725578709121,"stop":1725578709121,"duration":0},"status":"passed","severity":"normal"},{"uid":"61d3be23bd622e78","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app71/1/topic21/xml","time":{"start":1725579256765,"stop":1725579256768,"duration":3},"status":"passed","severity":"normal"},{"uid":"5a291c734fd9c33a","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1725579261705,"stop":1725579261705,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ec457e8e1c50ca7","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1725579337940,"stop":1725579337940,"duration":0},"status":"passed","severity":"normal"},{"uid":"235ed92a5e304d90","name":"Query Generator - true","time":{"start":1725579303510,"stop":1725579303510,"duration":0},"status":"passed","severity":"normal"},{"uid":"84a404057aabe30b","name":"Check received message containing numeric","time":{"start":1725578940133,"stop":1725578940133,"duration":0},"status":"passed","severity":"normal"},{"uid":"8175e30019c6c1a2","name":"should use DNS peer discovery with light client","time":{"start":1725578769179,"stop":1725578769180,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f9586070503e8d11","name":"Check received message containing Russian","time":{"start":1725578940135,"stop":1725578940135,"duration":0},"status":"passed","severity":"normal"},{"uid":"12af0dc979f461c6","name":"safeDispatchEvent","time":{"start":1725578799990,"stop":1725578799990,"duration":0},"status":"passed","severity":"normal"},{"uid":"87b76a4aacecce4b","name":"Query Generator, Multiple PubsubTopics","time":{"start":1725579302110,"stop":1725579302111,"duration":1},"status":"passed","severity":"normal"},{"uid":"2198156b3254400f","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1725579337943,"stop":1725579337943,"duration":0},"status":"passed","severity":"normal"},{"uid":"be8543a9ca9dc5f3","name":"Generator, 2 different pubsubtopics","time":{"start":1725579312022,"stop":1725579312023,"duration":1},"status":"passed","severity":"normal"},{"uid":"939a501090c21920","name":"Overlapping topic subscription","time":{"start":1725579222585,"stop":1725579222585,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6389aa50ac9c9c70","name":"should correctly map a content topic to a pubsub topic","time":{"start":1725578709122,"stop":1725578709122,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc6ae6ad5e09e869","name":"Check received message containing escaped characters","time":{"start":1725579181244,"stop":1725579181244,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebb14a0650645298","name":"Check received message containing unicode special characters","time":{"start":1725579181261,"stop":1725579181270,"duration":9},"status":"passed","severity":"normal"},{"uid":"8c692d0b5d679b94","name":"throws on content topic with empty encoding field","time":{"start":1725578709075,"stop":1725578709076,"duration":1},"status":"passed","severity":"normal"},{"uid":"efc8f4eae0cd1a13","name":"LightPush with 0 connections","time":{"start":1725578997627,"stop":1725578997627,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ab9fe9f40aae80d","name":"Push message with emoji payload","time":{"start":1725579272782,"stop":1725579272782,"duration":0},"status":"passed","severity":"normal"},{"uid":"86cc4de19eb765f7","name":"Push message with special chars payload","time":{"start":1725579272776,"stop":1725579272777,"duration":1},"status":"passed","severity":"normal"},{"uid":"a529a5862e35dfd3","name":"Publish message with large meta","time":{"start":1725579219626,"stop":1725579219627,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f2879558a805332","name":"Reopen subscription with peer with lost subscription","time":{"start":1725578843073,"stop":1725578843073,"duration":0},"status":"passed","severity":"normal"},{"uid":"48ac57a0a17745b3","name":"different cluster, same shard: nodes don't connect","time":{"start":1725579104750,"stop":1725579104750,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bfa0f0e6ce685e5","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1725578943257,"stop":1725578943258,"duration":1},"status":"passed","severity":"normal"},{"uid":"72c77e6623ec31fe","name":"Subscribe to topic containing numeric and receive message","time":{"start":1725579297991,"stop":1725579297991,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad465da8ada84fe5","name":"Passing page size 1 when there are 4 messages","time":{"start":1725579325580,"stop":1725579325580,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b1d0e6985568863","name":"Check received message containing long","time":{"start":1725579181234,"stop":1725579181235,"duration":1},"status":"passed","severity":"normal"},{"uid":"eca1ec8b3fc78202","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1725579261704,"stop":1725579261704,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a1a41bf6e010b51","name":"creates an iterator","time":{"start":1725579322034,"stop":1725579322034,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7cd74ffa614419f","name":"Push message with content topic containing Script","time":{"start":1725579272788,"stop":1725579272789,"duration":1},"status":"passed","severity":"normal"},{"uid":"65a3d110c95e47fd","name":"Check received message containing SQL Injection","time":{"start":1725578940135,"stop":1725578940135,"duration":0},"status":"passed","severity":"normal"},{"uid":"18c0cec03f43c760","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","time":{"start":1725579102808,"stop":1725579102808,"duration":0},"status":"passed","severity":"normal"},{"uid":"265e50b4222d33ce","name":"Filter with 3 connections","time":{"start":1725578997630,"stop":1725578997631,"duration":1},"status":"passed","severity":"normal"},{"uid":"18e50997c320a0dc","name":"Push message with custom timestamp: 1725575397911","time":{"start":1725579187582,"stop":1725579187582,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbebbf46871f448b","name":"Meta field set when metaSetter is specified","time":{"start":1725578722640,"stop":1725578722640,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d57dcf9d7cb8142","name":"Check received message with timestamp: 1725578759231 ","time":{"start":1725579181271,"stop":1725579181271,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cdd687c9c60e080","name":"should emit a peer event after start","time":{"start":1725579222049,"stop":1725579222049,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf67518bb491ad66","name":"Push message with Script payload","time":{"start":1725579187568,"stop":1725579187569,"duration":1},"status":"passed","severity":"normal"},{"uid":"485ff0b859fba7f","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1725578943256,"stop":1725578943256,"duration":0},"status":"passed","severity":"normal"},{"uid":"881cda415d5d2278","name":"Fails to push message bigger that 1MB","time":{"start":1725579187583,"stop":1725579187584,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe7884255cd26dc7","name":"Ping on subscribed peer","time":{"start":1725578843073,"stop":1725578843074,"duration":1},"status":"passed","severity":"normal"},{"uid":"38f697d93204883c","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1725578717090,"stop":1725578717090,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe20e04c0b7b98e3","name":"Check message on other pubsub topic is not received","time":{"start":1725578940163,"stop":1725578940165,"duration":2},"status":"passed","severity":"normal"},{"uid":"c4af764733c00c33","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1725579312017,"stop":1725579312019,"duration":2},"status":"passed","severity":"normal"},{"uid":"ad9c9ee28e7e8b3a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1725578709111,"stop":1725578709112,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae9df8a62708c61","name":"Nodes with multiple pubsub topic","time":{"start":1725579198137,"stop":1725579198137,"duration":0},"status":"passed","severity":"normal"},{"uid":"eff0af459efe460","name":"Subscribe to topic containing special chars and receive message","time":{"start":1725579297991,"stop":1725579297991,"duration":0},"status":"passed","severity":"normal"},{"uid":"215d9d70f18f8932","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1725579302120,"stop":1725579302120,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7c1fa80fcc116cc","name":"Check received message containing emoji","time":{"start":1725578940139,"stop":1725578940140,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a0883debbf1917f","name":"Push message with content topic containing XML","time":{"start":1725579272789,"stop":1725579272789,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ee58ffa9b53d1b4","name":"Push message with content topic containing SQL Injection","time":{"start":1725579187575,"stop":1725579187576,"duration":1},"status":"passed","severity":"normal"},{"uid":"11f35a99d91c14af","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1725579061636,"stop":1725579061637,"duration":1},"status":"passed","severity":"normal"},{"uid":"772f743fdae3bd35","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1725578730095,"stop":1725578730095,"duration":0},"status":"passed","severity":"normal"},{"uid":"526d4be5634cf071","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1725578709113,"stop":1725578709113,"duration":0},"status":"passed","severity":"normal"},{"uid":"2118f17e5b24512e","name":"should be called at least once on all `peer:discovery` events","time":{"start":1725578767201,"stop":1725578767202,"duration":1},"status":"passed","severity":"normal"},{"uid":"d33674362f3fa2d5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1725578943276,"stop":1725578943276,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf894267a7cf951c","name":"same cluster, different shard: nodes connect","time":{"start":1725579104749,"stop":1725579104750,"duration":1},"status":"passed","severity":"normal"},{"uid":"66371627ff2b8490","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1725578709109,"stop":1725578709109,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7514b6eaf65ac24","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1725578759908,"stop":1725578759908,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d8e98b492716e98","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1725579337939,"stop":1725579337940,"duration":1},"status":"passed","severity":"normal"},{"uid":"66dfc818ced2878f","name":"Push message with content topic containing numeric","time":{"start":1725579272785,"stop":1725579272786,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bba70fc2a8eea33","name":"Subscribe and receive messages via waku relay post","time":{"start":1725578970785,"stop":1725578970785,"duration":0},"status":"passed","severity":"normal"},{"uid":"79e87d3f6910c12e","name":"Push message with content topic containing Arabic","time":{"start":1725579187574,"stop":1725579187575,"duration":1},"status":"passed","severity":"normal"},{"uid":"f522ebe04bdd66d3","name":"Check message received after nwaku node is restarted","time":{"start":1725579181250,"stop":1725579181250,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ae854385e103538f","name":"Subscribe to topic containing Script and receive message","time":{"start":1725579297962,"stop":1725579297962,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee7829fb5b1969a6","name":"Check message received after jswaku node is restarted","time":{"start":1725578940178,"stop":1725578940178,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2c86a596a60237a0","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1725578980011,"stop":1725578980011,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f8a268f5d5e10e5","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1725578767205,"stop":1725578767206,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdb204a3afceebf4","name":"Push message equal or less that 1MB","time":{"start":1725579187583,"stop":1725579187583,"duration":0},"status":"passed","severity":"normal"},{"uid":"dde8056f3ed5e248","name":"through manual discovery","time":{"start":1725579108188,"stop":1725579108189,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c6a4d7def93337f","name":"Passing page size 0 when there are 110 messages","time":{"start":1725579325579,"stop":1725579325580,"duration":1},"status":"passed","severity":"normal"},{"uid":"5cfcdc01ed770ae5","name":"Throws when trying to push message with empty payload","time":{"start":1725579272784,"stop":1725579272784,"duration":0},"status":"passed","severity":"normal"},{"uid":"6964b21cef27366a","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1725579181247,"stop":1725579181247,"duration":0},"status":"passed","severity":"normal"},{"uid":"684cedcf39a8a3d8","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1725579297945,"stop":1725579297946,"duration":1},"status":"passed","severity":"normal"},{"uid":"de79eef0b3d2c10d","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","time":{"start":1725579102807,"stop":1725579102807,"duration":0},"status":"passed","severity":"normal"},{"uid":"42491c7d2220cd0a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1725578943257,"stop":1725578943257,"duration":0},"status":"passed","severity":"normal"},{"uid":"4720253181ac9c9a","name":"Push message with content topic containing emoji","time":{"start":1725579272792,"stop":1725579272792,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5ebc785822a9cd9","name":"different cluster, different shard: nodes don't connect","time":{"start":1725579104750,"stop":1725579104750,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab2f3ca978d1d63c","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1725578730091,"stop":1725578730091,"duration":0},"status":"passed","severity":"normal"},{"uid":"32f68618c7d97924","name":"Check received message containing JSON","time":{"start":1725578940137,"stop":1725578940137,"duration":0},"status":"passed","severity":"normal"},{"uid":"addee6b4d18d270c","name":"Passing page size 110 when there are 120 messages","time":{"start":1725579325582,"stop":1725579325582,"duration":0},"status":"passed","severity":"normal"},{"uid":"15c1afa500955be6","name":"Push message with escaped characters payload","time":{"start":1725579272781,"stop":1725579272781,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f7d1872e915fbbb","name":"Renews subscription after lossing a connection","time":{"start":1725579298002,"stop":1725579298002,"duration":0},"status":"passed","severity":"normal"},{"uid":"743e272718904fa7","name":"Check received message containing XML","time":{"start":1725579181259,"stop":1725579181259,"duration":0},"status":"passed","severity":"normal"},{"uid":"44cb0ab208d6fee2","name":"Subscribe to topic containing long and publish message","time":{"start":1725579222586,"stop":1725579222586,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2e824b301e2b37d","name":"Ephemeral messages are not stored","time":{"start":1725578769504,"stop":1725578769504,"duration":0},"status":"passed","severity":"normal"},{"uid":"78417f0a8d9f8157","name":"Waku message hash computation (payload length 0)","time":{"start":1725578711624,"stop":1725578711624,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae688c9d16c9e1c9","name":"new peer added after a peer was already found","time":{"start":1725579193381,"stop":1725579193381,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3c35925f5611834e","name":"should only return 1 node with relay and store capability","time":{"start":1725578730397,"stop":1725578730398,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7c92ede59ef69a5","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1725579102812,"stop":1725579102812,"duration":0},"status":"passed","severity":"normal"},{"uid":"961b5dc35eb19bae","name":"Subscribe to topic containing emoji and publish message","time":{"start":1725579222592,"stop":1725579222592,"duration":0},"status":"passed","severity":"normal"},{"uid":"882782548db30270","name":"Overlapping topic subscription","time":{"start":1725579297989,"stop":1725579297990,"duration":1},"status":"passed","severity":"normal"},{"uid":"1cbb2c6c68151142","name":"Subscribe to topic containing XML and receive message","time":{"start":1725579297994,"stop":1725579297994,"duration":0},"status":"passed","severity":"normal"},{"uid":"169f4cee1709611b","name":"should properly create location multiaddrs - udp","time":{"start":1725578717743,"stop":1725578717744,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a032ed3b8f0465","name":"Filter with 1 connections","time":{"start":1725578997628,"stop":1725578997628,"duration":0},"status":"passed","severity":"normal"},{"uid":"41feefba3187165b","name":"should use the provided clusterId for the pubsub topic","time":{"start":1725578709122,"stop":1725578709122,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a86bee64702e7af","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1725579222587,"stop":1725579222587,"duration":0},"status":"passed","severity":"normal"},{"uid":"9639a02125e10338","name":"Check message received after jswaku node is restarted","time":{"start":1725579181275,"stop":1725579181275,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e2abffc86df41a45","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1725578717088,"stop":1725578717088,"duration":0},"status":"passed","severity":"normal"},{"uid":"21ae954a04f71849","name":"more peers than existing","time":{"start":1725579181712,"stop":1725579181713,"duration":1},"status":"skipped","severity":"normal"},{"uid":"be34a452c0b1b049","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1725578943278,"stop":1725578943278,"duration":0},"status":"passed","severity":"normal"},{"uid":"117ee895e262c0de","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1725578833272,"stop":1725578833273,"duration":1},"status":"passed","severity":"normal"},{"uid":"5bc5dd02ebd6bf69","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1725578767203,"stop":1725578767204,"duration":1},"status":"passed","severity":"normal"},{"uid":"43405db4c15ea1cc","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1725579337942,"stop":1725579337943,"duration":1},"status":"passed","severity":"normal"},{"uid":"831e6fbb828053c2","name":"caches peers it previously fetched","time":{"start":1725578730396,"stop":1725578730397,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c736e2e71368167","name":"Subscribe to topic containing shell command and publish message","time":{"start":1725579222590,"stop":1725579222590,"duration":0},"status":"passed","severity":"normal"},{"uid":"66f162f68604cde","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1725578730402,"stop":1725578730402,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8163fd87510d7e57","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1725578734309,"stop":1725578734310,"duration":1},"status":"passed","severity":"normal"},{"uid":"97da612dbcb883a4","name":"Push message with Arabic payload","time":{"start":1725579272777,"stop":1725579272777,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3f33469dba65919","name":"should set field with all protocols disabled","time":{"start":1725578717745,"stop":1725578717745,"duration":0},"status":"passed","severity":"normal"},{"uid":"b154a1de65b39a36","name":"1 Store, 2 fetches","time":{"start":1725578729926,"stop":1725578729927,"duration":1},"status":"passed","severity":"normal"},{"uid":"527441b44577cbdb","name":"Push message with unicode special characters payload","time":{"start":1725579187571,"stop":1725579187571,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8ccc9ad63ddacd3","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1725579219614,"stop":1725579219615,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd3ba2efff7f120b","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1725578709087,"stop":1725578709088,"duration":1},"status":"passed","severity":"normal"},{"uid":"56250c7a4e18d6f","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1725579102809,"stop":1725579102809,"duration":0},"status":"passed","severity":"normal"},{"uid":"39f8facbcb5ead4d","name":"Push message with Arabic payload","time":{"start":1725579187567,"stop":1725579187568,"duration":1},"status":"passed","severity":"normal"},{"uid":"d21f9264abbb8fd1","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1725579297995,"stop":1725579297996,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0ff1ef494f6d383","name":"throws on content topic with generation field greater than 0","time":{"start":1725578709073,"stop":1725578709073,"duration":0},"status":"passed","severity":"normal"},{"uid":"124f2b799587536b","name":"Passing cursor with wrong pubsubTopic","time":{"start":1725579261707,"stop":1725579261708,"duration":1},"status":"passed","severity":"normal"},{"uid":"39b7feb019175c4d","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1725578709099,"stop":1725578709100,"duration":1},"status":"passed","severity":"normal"},{"uid":"f556a22423a283b1","name":"Check message with no content topic is not received","time":{"start":1725578940168,"stop":1725578940171,"duration":3},"status":"passed","severity":"normal"},{"uid":"52e61d1de54c609e","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","time":{"start":1725579102809,"stop":1725579102810,"duration":1},"status":"passed","severity":"normal"},{"uid":"f55c2076a9f95b04","name":"should return empty list for no shard","time":{"start":1725578709103,"stop":1725578709103,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfb3b92f75c5d20d","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1725578709111,"stop":1725578709111,"duration":0},"status":"passed","severity":"normal"},{"uid":"66ce058e12b5429","name":"Encoder throws on undefined content topic","time":{"start":1725578740297,"stop":1725578740297,"duration":0},"status":"passed","severity":"normal"},{"uid":"1669a985ec5b21ad","name":"same cluster, same shard: nodes connect","time":{"start":1725578943232,"stop":1725578943233,"duration":1},"status":"passed","severity":"normal"},{"uid":"67e30fd5776466ae","name":"Subscribe to topic containing shell command and receive message","time":{"start":1725579297995,"stop":1725579297995,"duration":0},"status":"passed","severity":"normal"},{"uid":"35e8b7fad1729da7","name":"Ping on peer without subscriptions","time":{"start":1725578843071,"stop":1725578843072,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cd262da2878d3d3","name":"LightPush with 3 connections","time":{"start":1725578997630,"stop":1725578997630,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dad79af813ae87","name":"dispatchEvent via connectionManager","time":{"start":1725578799989,"stop":1725578799990,"duration":1},"status":"passed","severity":"normal"},{"uid":"d478e8bc4943c548","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1725578759908,"stop":1725578759909,"duration":1},"status":"passed","severity":"normal"},{"uid":"df80120bf7c33681","name":"should not fail to start the service if it is already started","time":{"start":1725578734307,"stop":1725578734308,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c9a42b1e3d752b6","name":"Query with Promise Callback, No Decoder","time":{"start":1725579302120,"stop":1725579302121,"duration":1},"status":"passed","severity":"normal"},{"uid":"a87c809aa3e119f8","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1725579102813,"stop":1725579102813,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4b995391b87e9c2","name":"Delete observer","time":{"start":1725579185225,"stop":1725579185226,"duration":1},"status":"passed","severity":"normal"},{"uid":"75d7ed3b28f15764","name":"Overlapping topic subscription","time":{"start":1725579297958,"stop":1725579297959,"duration":1},"status":"passed","severity":"normal"},{"uid":"f643160ead4c8598","name":"should add and remove event listeners correctly","time":{"start":1725578734310,"stop":1725578734310,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c42f9d1e312905b","name":"Push message with meta","time":{"start":1725579187580,"stop":1725579187581,"duration":1},"status":"passed","severity":"normal"},{"uid":"84c3b0dd92529e7","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1725578709084,"stop":1725578709085,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed394fe04fd791f7","name":"should return valid sharding parameters for static sharding","time":{"start":1725578709120,"stop":1725578709120,"duration":0},"status":"passed","severity":"normal"},{"uid":"914be106cb10bd17","name":"A test","time":{"start":1725579061738,"stop":1725579061739,"duration":1},"status":"passed","severity":"normal"},{"uid":"c427254ce53fc344","name":"Promise Callback - false","time":{"start":1725579303511,"stop":1725579303511,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d8fcd2063304dd3","name":"recovers when dns.resolve returns empty","time":{"start":1725578730395,"stop":1725578730395,"duration":0},"status":"passed","severity":"normal"},{"uid":"2756126de8c781bb","name":"should not receive a peer event after stop","time":{"start":1725578769178,"stop":1725578769179,"duration":1},"status":"passed","severity":"normal"},{"uid":"dda60644fbf833f7","name":"should be able to decode the field with only STORE set to true","time":{"start":1725578717087,"stop":1725578717087,"duration":0},"status":"passed","severity":"normal"},{"uid":"50b996da7f14d7db","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1725579061635,"stop":1725579061636,"duration":1},"status":"passed","severity":"normal"},{"uid":"29571b7bd15f5190","name":"Subscribe to topic containing Russian and publish message","time":{"start":1725579222588,"stop":1725579222588,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa64b68055f765ef","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1725578709111,"stop":1725578709111,"duration":0},"status":"passed","severity":"normal"},{"uid":"56dbbdac4429e392","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943274,"stop":1725578943274,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7fdfc14933692e","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1725578717082,"stop":1725578717083,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a0e9e43c7544504","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1725579297986,"stop":1725579297986,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b0192cf888e1e1b","name":"isConnected should return false after all peers disconnect","time":{"start":1725578809895,"stop":1725578809895,"duration":0},"status":"passed","severity":"normal"},{"uid":"b212244a94a2dc21","name":"Push message with custom timestamp: 1694820570946","time":{"start":1725579272795,"stop":1725579272795,"duration":0},"status":"passed","severity":"normal"},{"uid":"42ce40a8afaab5e0","name":"Subscribe to topic containing Russian and receive message","time":{"start":1725578970797,"stop":1725578970798,"duration":1},"status":"passed","severity":"normal"},{"uid":"efa78ea7db2425a8","name":"Check message with no payload is not received","time":{"start":1725579181274,"stop":1725579181274,"duration":0},"status":"passed","severity":"normal"},{"uid":"c84a1d66ac34962c","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1725579297977,"stop":1725579297978,"duration":1},"status":"passed","severity":"normal"},{"uid":"3807057f1e206452","name":"Subscribe to topic containing special chars and receive message","time":{"start":1725579297960,"stop":1725579297960,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcb34704907f92af","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1725578970801,"stop":1725578970801,"duration":0},"status":"passed","severity":"normal"},{"uid":"397b3590a328278","name":"should throw error - invalid id","time":{"start":1725578717734,"stop":1725578717734,"duration":0},"status":"passed","severity":"normal"},{"uid":"1beffc0cbd5990e6","name":"Check received message containing JSON","time":{"start":1725579181243,"stop":1725579181243,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e694fd6daf36d94","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943257,"stop":1725578943257,"duration":0},"status":"passed","severity":"normal"},{"uid":"afde7e99218ca220","name":"LightPush with 1 connections","time":{"start":1725578997628,"stop":1725578997628,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f1c18ce919436ba","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1725579102810,"stop":1725579102810,"duration":0},"status":"passed","severity":"normal"},{"uid":"842d5484a9f81985","name":"random static sharding 9 - Cluster ID: 503, Shard ID: 81","time":{"start":1725579281362,"stop":1725579281362,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fb622e83638a81d","name":"Subscribe to topic containing short and publish message","time":{"start":1725579222585,"stop":1725579222586,"duration":1},"status":"passed","severity":"normal"},{"uid":"a52c9e0d4ff033b2","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1725579297986,"stop":1725579297987,"duration":1},"status":"passed","severity":"normal"},{"uid":"76eff5f03bb36161","name":"random static sharding 1 - Cluster ID: 986, Shard ID: 919","time":{"start":1725579281346,"stop":1725579281349,"duration":3},"status":"passed","severity":"normal"},{"uid":"d72915a00820b7d9","name":"Push message with numeric payload","time":{"start":1725579272775,"stop":1725579272776,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d6b2e1bc67c52a9","name":"Push 30 different messages","time":{"start":1725579187571,"stop":1725579187572,"duration":1},"status":"passed","severity":"normal"},{"uid":"632e8c0357db6102","name":"Relay","time":{"start":1725578768701,"stop":1725578768702,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdbb768ae532516a","name":"Nwaku publishes","time":{"start":1725579207437,"stop":1725579207438,"duration":1},"status":"passed","severity":"normal"},{"uid":"10e83c980dfd33b2","name":"Relay - dialed first","time":{"start":1725579337064,"stop":1725579337065,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5c7ccf8ad855228","name":"Check received message with timestamp: 1725578759231000000 ","time":{"start":1725579181270,"stop":1725579181271,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb6597dcc289530b","name":"random static sharding 10 - Cluster ID: 716, Shard ID: 469","time":{"start":1725579281362,"stop":1725579281363,"duration":1},"status":"passed","severity":"normal"},{"uid":"779d5397bcbc094","name":"Check received message containing Basic HTML tag","time":{"start":1725579181242,"stop":1725579181243,"duration":1},"status":"passed","severity":"normal"},{"uid":"b11f49263c2b77b6","name":"Subscribe to topic containing JSON and receive message","time":{"start":1725579297994,"stop":1725579297995,"duration":1},"status":"passed","severity":"normal"},{"uid":"68691571e8c7c9e5","name":"Decoder throws on empty string content topic","time":{"start":1725578740299,"stop":1725578740299,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9188bbe5341b6d6","name":"should properly compute the node id","time":{"start":1725578717735,"stop":1725578717735,"duration":0},"status":"passed","severity":"normal"},{"uid":"72d282c4962b2441","name":"it tolerates circular branch references","time":{"start":1725578730395,"stop":1725578730395,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5989105ea8dee4a","name":"Check publish message after client node is restarted","time":{"start":1725579219626,"stop":1725579219626,"duration":0},"status":"skipped","severity":"normal"},{"uid":"74582c811741a747","name":"Push message with content topic containing escaped characters","time":{"start":1725579187578,"stop":1725579187579,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9beabafa6d8d9a8","name":"Subscribe and receive messages via lightPush","time":{"start":1725578970780,"stop":1725578970782,"duration":2},"status":"passed","severity":"normal"},{"uid":"c067506213d5ee82","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1725578970786,"stop":1725578970787,"duration":1},"status":"passed","severity":"normal"},{"uid":"7aba6631dd103ea0","name":"Push message with unicode special characters payload","time":{"start":1725579272781,"stop":1725579272781,"duration":0},"status":"passed","severity":"normal"},{"uid":"923f81c1cce807bb","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1725578943258,"stop":1725578943259,"duration":1},"status":"passed","severity":"normal"},{"uid":"136bcce0d3bcbc96","name":"Push message with custom timestamp: 1725575370946","time":{"start":1725579272795,"stop":1725579272796,"duration":1},"status":"passed","severity":"normal"},{"uid":"9710e703583715c5","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1725578980001,"stop":1725578980001,"duration":0},"status":"passed","severity":"normal"},{"uid":"80b91c5feed3d096","name":"Ping on subscribed peer","time":{"start":1725578821024,"stop":1725578821024,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6514906f84c904d","name":"Check publish message containing XML","time":{"start":1725579219612,"stop":1725579219612,"duration":0},"status":"passed","severity":"normal"},{"uid":"e57e8d06a8d7f8e0","name":"should properly create location multiaddrs - tcp6","time":{"start":1725578717743,"stop":1725578717743,"duration":0},"status":"passed","severity":"normal"},{"uid":"1766992fc820c769","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1725578833275,"stop":1725578833276,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5513645daf56ea","name":"Check received message with timestamp: 1725578758849 ","time":{"start":1725578940156,"stop":1725578940157,"duration":1},"status":"passed","severity":"normal"},{"uid":"59602f3be523709a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1725578943255,"stop":1725578943255,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee5d73264d47336","name":"Push message with short payload","time":{"start":1725579187565,"stop":1725579187565,"duration":0},"status":"passed","severity":"normal"},{"uid":"68952760d0f1ec48","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1725578980000,"stop":1725578980001,"duration":1},"status":"passed","severity":"normal"},{"uid":"e94b2e8f5eef714","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1725578709119,"stop":1725578709119,"duration":0},"status":"passed","severity":"normal"},{"uid":"14493cc681746b27","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1725579256760,"stop":1725579256761,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bf92f0f5dbe7d85","name":"Accepts a valid Waku Message","time":{"start":1725578745081,"stop":1725578745083,"duration":2},"status":"passed","severity":"normal"},{"uid":"93b3f42d9d8658c","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1725578709096,"stop":1725578709097,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e8b527fdaaf1290","name":"should properly create location multiaddrs - udp4","time":{"start":1725578717741,"stop":1725578717742,"duration":1},"status":"passed","severity":"normal"},{"uid":"30d6e42a08ae9313","name":"Check meta is set [symmetric]","time":{"start":1725578740296,"stop":1725578740296,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdaebc90006831dc","name":"Generator, custom pubsub topic","time":{"start":1725579312021,"stop":1725579312022,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e340bd3cf22ee61","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1725578711621,"stop":1725578711622,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6086c5c5e749c09","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app7/4/topic366/json","time":{"start":1725579256761,"stop":1725579256761,"duration":0},"status":"passed","severity":"normal"},{"uid":"bde29a5905e31d0a","name":"Check received message containing escaped characters","time":{"start":1725579181260,"stop":1725579181261,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd16c0b3ce51a240","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1725578833274,"stop":1725578833274,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d19fde1cb2d0ede","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1725579379304,"stop":1725579379304,"duration":0},"status":"passed","severity":"normal"},{"uid":"61193cb742ae8cff","name":"Push message with content topic containing JSON","time":{"start":1725579187577,"stop":1725579187578,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9520364cd25e7fd","name":"Check received message containing shell command","time":{"start":1725579181260,"stop":1725579181260,"duration":0},"status":"passed","severity":"normal"},{"uid":"526693be9769e5a9","name":"Push message with Chinese payload","time":{"start":1725579272777,"stop":1725579272777,"duration":0},"status":"passed","severity":"normal"},{"uid":"903db0ca6d79336","name":"should not fail to start the service if it is already started","time":{"start":1725579222048,"stop":1725579222049,"duration":1},"status":"passed","severity":"normal"},{"uid":"35637c20f3696fe5","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1725579061653,"stop":1725579061654,"duration":1},"status":"passed","severity":"normal"},{"uid":"eba044ffc04b44cf","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1725579312021,"stop":1725579312021,"duration":0},"status":"passed","severity":"normal"},{"uid":"804f3c9713b6bf10","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1725579102812,"stop":1725579102812,"duration":0},"status":"passed","severity":"normal"},{"uid":"60ca9aeb1248c910","name":"Should update shard info","time":{"start":1725579108425,"stop":1725579108425,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ab55297bba50ef8","name":"Check message on other pubsub topic is not received","time":{"start":1725579181248,"stop":1725579181248,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfa5566857f14cea","name":"Subscribe and receive messages via waku relay post","time":{"start":1725579297986,"stop":1725579297986,"duration":0},"status":"passed","severity":"normal"},{"uid":"daa99ae866acafb9","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1725578709188,"stop":1725578709188,"duration":0},"status":"passed","severity":"normal"},{"uid":"6238f384f4911686","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1725578833274,"stop":1725578833275,"duration":1},"status":"passed","severity":"normal"},{"uid":"30b62ba936e8ebec","name":"Fails to push message with large meta","time":{"start":1725579272794,"stop":1725579272794,"duration":0},"status":"passed","severity":"normal"},{"uid":"56b43ccd240d703a","name":"Push message on custom pubsubTopic","time":{"start":1725579061632,"stop":1725579061635,"duration":3},"status":"passed","severity":"normal"},{"uid":"fc6eaa9fd8d9349f","name":"connected peers and dial","time":{"start":1725579181712,"stop":1725579181712,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7352fdb0dfa11508","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1725579297993,"stop":1725579297993,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b42a07b10c5f025","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1725578943246,"stop":1725578943246,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ca853301cb70f97","name":"1 Relay, 1 fetch","time":{"start":1725578729926,"stop":1725578729926,"duration":0},"status":"passed","severity":"normal"},{"uid":"d999343625696e6a","name":"Check publish message after service node is restarted","time":{"start":1725579219626,"stop":1725579219626,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c0ebc851182b3f59","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1725579193382,"stop":1725579193382,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4e982ae7c10e274b","name":"can start and stop the service","time":{"start":1725578769139,"stop":1725578769142,"duration":3},"status":"passed","severity":"normal"},{"uid":"2c9cda204e3f470b","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1725578709107,"stop":1725578709108,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1dcc9c77bc85b9a","name":"Privacy Node - default protocol","time":{"start":1725579337067,"stop":1725579337069,"duration":2},"status":"passed","severity":"normal"},{"uid":"824ec5c4cace4010","name":"Check received message containing Russian","time":{"start":1725579181241,"stop":1725579181241,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ce00fb019cdd682","name":"removeEventListener with wrong event","time":{"start":1725578799987,"stop":1725578799987,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c88f4fec8207cce","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1725579297982,"stop":1725579297982,"duration":0},"status":"passed","severity":"normal"},{"uid":"65a07ebf7d74e292","name":"should not fail to start the service if it is already started","time":{"start":1725578769143,"stop":1725578769145,"duration":2},"status":"passed","severity":"normal"},{"uid":"3a09efb7fbf3945c","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app23/4/topic321/json","time":{"start":1725579256763,"stop":1725579256764,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c9479f6c5d14430","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1725578709117,"stop":1725578709117,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbe3656901669f7a","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1725578980011,"stop":1725578980011,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cc8a91f51b60307","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1725578730401,"stop":1725578730402,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e18a7eb948c7f51","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1725578709086,"stop":1725578709087,"duration":1},"status":"passed","severity":"normal"},{"uid":"42fce3636d1949f8","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1725578970784,"stop":1725578970785,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6e6ba12ddffb5e4","name":"Ordered callback, aborts when callback returns true","time":{"start":1725579310635,"stop":1725579310636,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1a74340f67ba00","name":"getPeersByDiscovery","time":{"start":1725579193380,"stop":1725579193381,"duration":1},"status":"passed","severity":"normal"},{"uid":"58369dd16d4467bf","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1725578970786,"stop":1725578970786,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f65cc846247c3ca","name":"Push message with long payload","time":{"start":1725579187565,"stop":1725579187566,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9927af89022301d","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1725578709114,"stop":1725578709114,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ad83ab54d8ca182","name":"Refresh subscription","time":{"start":1725579297990,"stop":1725579297990,"duration":0},"status":"passed","severity":"normal"},{"uid":"6343a925c5a8c390","name":"Push message with emoji payload","time":{"start":1725579187571,"stop":1725579187571,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b84378d8e7ec0f9","name":"should throw error - no public key","time":{"start":1725578717733,"stop":1725578717733,"duration":0},"status":"passed","severity":"normal"},{"uid":"9873ba344d07a505","name":"Subscribe to topic containing Script and receive message","time":{"start":1725579297993,"stop":1725579297994,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d79522a8eb3e4a3","name":"Push message with custom timestamp: 1694820597911","time":{"start":1725579187582,"stop":1725579187582,"duration":0},"status":"passed","severity":"normal"},{"uid":"84a73499b9580258","name":"Using a function","time":{"start":1725579330362,"stop":1725579330362,"duration":0},"status":"passed","severity":"normal"},{"uid":"d963858c4b670344","name":"should not receive a peer event before start","time":{"start":1725578769174,"stop":1725578769178,"duration":4},"status":"passed","severity":"normal"},{"uid":"82d1ac613e4c89ff","name":"Wrong topic","time":{"start":1725579256768,"stop":1725579256768,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d277edd14ef954a","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1725578943272,"stop":1725578943272,"duration":0},"status":"passed","severity":"normal"},{"uid":"2834af7ef283270a","name":"Subscribe and receives messages on 20 topics","time":{"start":1725578970786,"stop":1725578970786,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6f0ab96ffda68c","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1725578722362,"stop":1725578722363,"duration":1},"status":"passed","severity":"normal"},{"uid":"701998b54b319f6f","name":"Check received message containing numeric","time":{"start":1725579181253,"stop":1725579181255,"duration":2},"status":"passed","severity":"normal"},{"uid":"5d037902111dc321","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1725579104748,"stop":1725579104748,"duration":0},"status":"passed","severity":"normal"},{"uid":"30cc17dc2ce756c1","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1725578709106,"stop":1725578709107,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1f19f41bb6abe98","name":"Passing page size 3 when there are 20 messages","time":{"start":1725579325580,"stop":1725579325581,"duration":1},"status":"passed","severity":"normal"},{"uid":"ddb14f3210d292a4","name":"Check received message containing Arabic","time":{"start":1725579181240,"stop":1725579181240,"duration":0},"status":"passed","severity":"normal"},{"uid":"90c53e95456cab18","name":"1 Store, 2 relays, 2 fetches","time":{"start":1725578729927,"stop":1725578729928,"duration":1},"status":"passed","severity":"normal"},{"uid":"8390e3aab95d8fe8","name":"Push message with content topic containing short","time":{"start":1725579187572,"stop":1725579187572,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dbd724c76fcdd2f","name":"should not receive a peer event before start","time":{"start":1725579222049,"stop":1725579222049,"duration":0},"status":"passed","severity":"normal"},{"uid":"e37e7128c356f65e","name":"Push message with Russian payload","time":{"start":1725579187568,"stop":1725579187568,"duration":0},"status":"passed","severity":"normal"},{"uid":"1178369c32efce9","name":"Encoder throws on empty string content topic","time":{"start":1725578722641,"stop":1725578722642,"duration":1},"status":"passed","severity":"normal"},{"uid":"b99d0a1284d481bd","name":"Overlapping topic subscription","time":{"start":1725578970788,"stop":1725578970789,"duration":1},"status":"passed","severity":"normal"},{"uid":"a202312e8745a997","name":"Check received message containing Chinese","time":{"start":1725579181240,"stop":1725579181240,"duration":0},"status":"passed","severity":"normal"},{"uid":"29d1f9452bdc8f93","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1725578943259,"stop":1725578943259,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8472b66a64d0074","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1725578709077,"stop":1725578709083,"duration":6},"status":"passed","severity":"normal"},{"uid":"1bbd11aa23b837b0","name":"Push message with content topic containing long","time":{"start":1725579272785,"stop":1725579272785,"duration":0},"status":"passed","severity":"normal"},{"uid":"664c5b1b23191d2f","name":"Register correct protocols","time":{"start":1725579222578,"stop":1725579222579,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4df46aac2a13ed5","name":"Check message received after nwaku node is restarted","time":{"start":1725578940179,"stop":1725578940179,"duration":0},"status":"skipped","severity":"normal"},{"uid":"74b14f00962ca431","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1725578709088,"stop":1725578709089,"duration":1},"status":"passed","severity":"normal"},{"uid":"460fd6b2a3f30695","name":"throws on content topic with too few or too many fields","time":{"start":1725578709072,"stop":1725578709072,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a0bdf8b10cebe3d","name":"Check received message containing Basic HTML tag","time":{"start":1725578940136,"stop":1725578940136,"duration":0},"status":"passed","severity":"normal"},{"uid":"50f12e401781140b","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1725579297994,"stop":1725579297994,"duration":0},"status":"passed","severity":"normal"},{"uid":"8428a3212d4cd9b7","name":"Push message equal or less that 1MB","time":{"start":1725579272799,"stop":1725579272800,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9d4e58f6ccb098b","name":"Check received message with timestamp: 1649153314 ","time":{"start":1725579181247,"stop":1725579181247,"duration":0},"status":"passed","severity":"normal"},{"uid":"3049df7c50f7677a","name":"Check received message containing short","time":{"start":1725579181233,"stop":1725579181234,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e039674ac99bf09","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1725579261706,"stop":1725579261706,"duration":0},"status":"passed","severity":"normal"},{"uid":"388be2d78b08d152","name":"isConnected between 2 js-waku relay nodes","time":{"start":1725578809896,"stop":1725578809896,"duration":0},"status":"passed","severity":"normal"},{"uid":"706a20c565446d1f","name":"Should update multiaddrs","time":{"start":1725579108424,"stop":1725579108425,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dcb5a6d9609a303","name":"Subscribe to topic containing emoji and receive message","time":{"start":1725578970801,"stop":1725578970801,"duration":0},"status":"passed","severity":"normal"},{"uid":"93a53c4fb9c43cc9","name":"should set field with only RELAY enabled","time":{"start":1725578717745,"stop":1725578717745,"duration":0},"status":"passed","severity":"normal"},{"uid":"1715680ba11d3035","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1725579102806,"stop":1725579102807,"duration":1},"status":"passed","severity":"normal"},{"uid":"8eccc71fc3bc6466","name":"different cluster, different shard: nodes don't connect","time":{"start":1725578943245,"stop":1725578943245,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c4d9aa802202b13","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1725578943258,"stop":1725578943258,"duration":0},"status":"passed","severity":"normal"},{"uid":"26e5287803e39951","name":"Add multiple subscription objects on single nwaku node","time":{"start":1725579297996,"stop":1725579298002,"duration":6},"status":"passed","severity":"normal"},{"uid":"b359dfb8267f5319","name":"Subscribe to topic containing long and receive message","time":{"start":1725578970791,"stop":1725578970792,"duration":1},"status":"passed","severity":"normal"},{"uid":"a22edc2d220ffaed","name":"should only return 1 node with store capability","time":{"start":1725578730398,"stop":1725578730398,"duration":0},"status":"passed","severity":"normal"},{"uid":"f059885be9039cd","name":"Subscribe to topic containing XML and receive message","time":{"start":1725579297962,"stop":1725579297962,"duration":0},"status":"passed","severity":"normal"},{"uid":"2883998e1a412bc","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1725579281336,"stop":1725579281339,"duration":3},"status":"passed","severity":"normal"},{"uid":"a32b7dcc6897042c","name":"Push message with content topic containing Chinese","time":{"start":1725579272786,"stop":1725579272787,"duration":1},"status":"passed","severity":"normal"},{"uid":"7946e715f338490e","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1725578980012,"stop":1725578980024,"duration":12},"status":"passed","severity":"normal"},{"uid":"904ab1d08698fbd1","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1725578833276,"stop":1725578833276,"duration":0},"status":"passed","severity":"normal"},{"uid":"a843d8dc50729f7c","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1725579310634,"stop":1725579310635,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f75398e86601e9b","name":"throws on content topic with empty version field","time":{"start":1725578709074,"stop":1725578709075,"duration":1},"status":"passed","severity":"normal"},{"uid":"d26db853354a16dc","name":"Subscribe to topic containing shell command and receive message","time":{"start":1725579297977,"stop":1725579297977,"duration":0},"status":"passed","severity":"normal"},{"uid":"70cc1b12a229c887","name":"groups content topics by expected pubsub topic","time":{"start":1725578709095,"stop":1725578709096,"duration":1},"status":"passed","severity":"normal"},{"uid":"4815b8fed3c6361b","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1725578943248,"stop":1725578943254,"duration":6},"status":"passed","severity":"normal"},{"uid":"e87fb093f6bb7297","name":"Check received message with timestamp: 1649153314 ","time":{"start":1725578940157,"stop":1725578940158,"duration":1},"status":"passed","severity":"normal"},{"uid":"10874a67ffb9c0a4","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943259,"stop":1725578943259,"duration":0},"status":"passed","severity":"normal"},{"uid":"709ba9d056f3bc0","name":"should throw an error for an unconfigured topic","time":{"start":1725578709117,"stop":1725578709118,"duration":1},"status":"passed","severity":"normal"},{"uid":"e04538f616569545","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1725578709098,"stop":1725578709098,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b2cda2a55a5adc4","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1725578759906,"stop":1725578759907,"duration":1},"status":"passed","severity":"normal"},{"uid":"f126b62236c38e38","name":"Decoder throws on undefined content topic","time":{"start":1725578741888,"stop":1725578741888,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bd651c680dc7e67","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1725578709101,"stop":1725578709101,"duration":0},"status":"passed","severity":"normal"},{"uid":"4968beff0f0d9d0","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1725578943247,"stop":1725578943247,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e0ab73114944771","name":"configure the node with multiple content topics","time":{"start":1725579256768,"stop":1725579256769,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c35756a8e69f42f","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1725579316931,"stop":1725579316931,"duration":0},"status":"passed","severity":"normal"},{"uid":"437438c8851f9c00","name":"Fails to push message with empty content topic","time":{"start":1725579272793,"stop":1725579272793,"duration":0},"status":"passed","severity":"normal"},{"uid":"e759c023dac51626","name":"should not receive a peer event after stop","time":{"start":1725578734308,"stop":1725578734309,"duration":1},"status":"passed","severity":"normal"},{"uid":"1703161ea02d88cb","name":"Check received message containing numeric","time":{"start":1725579181235,"stop":1725579181236,"duration":1},"status":"passed","severity":"normal"},{"uid":"79b23126f2f0128a","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1725578709089,"stop":1725578709090,"duration":1},"status":"passed","severity":"normal"},{"uid":"de9cb621749b1aef","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1725578970787,"stop":1725578970787,"duration":0},"status":"passed","severity":"normal"},{"uid":"da9e2adce41e9ebb","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1725578722361,"stop":1725578722362,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb3ede50b8a06778","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1725578943256,"stop":1725578943256,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b730f9dca1af25","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1725578729792,"stop":1725578729794,"duration":2},"status":"passed","severity":"normal"},{"uid":"51c2b7b8bfab3d57","name":"Publish message with rate limit","time":{"start":1725579219627,"stop":1725579219627,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4e0b0f1b8424a9f","name":"should throw an error if shards are undefined for static sharding","time":{"start":1725578709103,"stop":1725578709104,"duration":1},"status":"passed","severity":"normal"},{"uid":"7704f9175d8e33a2","name":"Decoder throws on undefined content topic","time":{"start":1725578740298,"stop":1725578740299,"duration":1},"status":"passed","severity":"normal"},{"uid":"26eb900470e06763","name":"Check received message containing SQL Injection","time":{"start":1725579181258,"stop":1725579181258,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d8142e55c4a7c99","name":"Subscribe to topic containing special chars and receive message","time":{"start":1725578970793,"stop":1725578970796,"duration":3},"status":"passed","severity":"normal"},{"uid":"a4ee65606231e9df","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1725578943273,"stop":1725578943273,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc73c2aaed3a1908","name":"Query Generator, No message returned","time":{"start":1725579302113,"stop":1725579302114,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dc6a8fb26b8f916","name":"Query generator for multiple messages with multiple decoders","time":{"start":1725579310619,"stop":1725579310620,"duration":1},"status":"passed","severity":"normal"},{"uid":"792256dd618c4ed6","name":"same cluster, same shard: nodes connect","time":{"start":1725579104749,"stop":1725579104749,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e0991496cea0c21","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1725578943245,"stop":1725578943246,"duration":1},"status":"passed","severity":"normal"},{"uid":"87eaec0628acc1c3","name":"ignores domain fetching errors","time":{"start":1725578730395,"stop":1725578730396,"duration":1},"status":"passed","severity":"normal"},{"uid":"26756c512db43282","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1725579102814,"stop":1725579102814,"duration":0},"status":"passed","severity":"normal"},{"uid":"4981d1f54f2bdb67","name":"random static sharding 7 - Cluster ID: 886, Shard ID: 993","time":{"start":1725579281352,"stop":1725579281353,"duration":1},"status":"passed","severity":"normal"},{"uid":"6105dcb4f2c00ba1","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1725578730096,"stop":1725578730096,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5bbf81d5d674718","name":"Check received message containing shell command","time":{"start":1725578940137,"stop":1725578940138,"duration":1},"status":"passed","severity":"normal"},{"uid":"50444fe463647e53","name":"should throw error - no id","time":{"start":1725578717733,"stop":1725578717734,"duration":1},"status":"passed","severity":"normal"},{"uid":"3367a50731f32dfb","name":"should return the pubsub topic directly if a string is provided","time":{"start":1725578709118,"stop":1725578709118,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d8c9b0af3b51288","name":"should return all peers when numPeers is 0","time":{"start":1725578722361,"stop":1725578722361,"duration":0},"status":"passed","severity":"normal"},{"uid":"81ca8862d5500d47","name":"returns all values when wanted number matches available values","time":{"start":1725578729790,"stop":1725578729792,"duration":2},"status":"passed","severity":"normal"},{"uid":"8f818beae202cc23","name":"Push message with special chars payload","time":{"start":1725579187566,"stop":1725579187567,"duration":1},"status":"passed","severity":"normal"},{"uid":"e622764a58a43834","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app81/10/topic953/test.js","time":{"start":1725579256763,"stop":1725579256763,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8eb2ddc228ef3ff","name":"should not receive a peer event after stop","time":{"start":1725579222049,"stop":1725579222050,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cfdb06287fcc752","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1725579297958,"stop":1725579297958,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc6f29e522a0d637","name":"Renews peer on consistent ping failures","time":{"start":1725578868804,"stop":1725578868804,"duration":0},"status":"passed","severity":"normal"},{"uid":"a153a5502cc6d8fa","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1725578943258,"stop":1725578943258,"duration":0},"status":"passed","severity":"normal"},{"uid":"b57465640f26886e","name":"throws on empty content topic","time":{"start":1725578709071,"stop":1725578709071,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f772b34c49f2bcb","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1725578769180,"stop":1725578769180,"duration":0},"status":"skipped","severity":"normal"},{"uid":"dc95315e7ccf0777","name":"random static sharding 3 - Cluster ID: 731, Shard ID: 334","time":{"start":1725579281350,"stop":1725579281351,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6d276fb00d4fd86","name":"Store - dialed after - with timeout","time":{"start":1725579337066,"stop":1725579337066,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff5f6d2a26a681e2","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1725578979999,"stop":1725578979999,"duration":0},"status":"passed","severity":"normal"},{"uid":"55b0577107df25f","name":"should be called for bootstrap peers","time":{"start":1725578767203,"stop":1725578767203,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba33263a44bf2abb","name":"Fields are not dropped","time":{"start":1725578722034,"stop":1725578722035,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ae6bb02688122a3","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1725578970796,"stop":1725578970797,"duration":1},"status":"passed","severity":"normal"},{"uid":"7eb3d75f4ee9aeef","name":"Query Generator, No Decoder","time":{"start":1725579302111,"stop":1725579302112,"duration":1},"status":"passed","severity":"normal"},{"uid":"22034773c4b6c9f2","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1725579302116,"stop":1725579302117,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed69b64bcbf5b4cc","name":"Check message with invalid timestamp is not received","time":{"start":1725578940162,"stop":1725578940163,"duration":1},"status":"passed","severity":"normal"},{"uid":"297708184808d00f","name":"Fails to publish message with size larger than 1 MB","time":{"start":1725579219621,"stop":1725579219626,"duration":5},"status":"passed","severity":"normal"},{"uid":"84fb8025c4becc87","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1725578940161,"stop":1725578940162,"duration":1},"status":"passed","severity":"normal"},{"uid":"c445c33ad14de926","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1725578709118,"stop":1725578709118,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f72959380f8cfcc","name":"handles multiple messages","time":{"start":1725579322034,"stop":1725579322035,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d05fff863cc5a01","name":"Push message with short payload","time":{"start":1725579272774,"stop":1725579272775,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b47735247a5eac","name":"A test","time":{"start":1725579061737,"stop":1725579061738,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb19c4eaeae83476","name":"Push message with XML payload","time":{"start":1725579272779,"stop":1725579272779,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f2d7e05e9ca6a82","name":"should set field with only STORE enabled","time":{"start":1725578717746,"stop":1725578717746,"duration":0},"status":"passed","severity":"normal"},{"uid":"b162f24f90cd5863","name":"Check publish message containing emoji","time":{"start":1725579219614,"stop":1725579219614,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac8a5fa87a7b6488","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1725578709088,"stop":1725578709088,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6e21fd9ed1f59f6","name":"Check publish message containing unicode special characters","time":{"start":1725579219614,"stop":1725579219614,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc12cc4747af0d7f","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","time":{"start":1725579102807,"stop":1725579102807,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5e65235cb31812e","name":"tcp ip4 address","time":{"start":1725578717019,"stop":1725578717021,"duration":2},"status":"passed","severity":"normal"},{"uid":"6714575b2e360daa","name":"Query generator for multiple messages","time":{"start":1725579310611,"stop":1725579310618,"duration":7},"status":"passed","severity":"normal"},{"uid":"5f318c358019f2ad","name":"Check message on other pubsub topic is not received","time":{"start":1725579181273,"stop":1725579181273,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb3eda506ce268bb","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1725578730091,"stop":1725578730092,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a02372909b694c4","name":"Passing page size 19 when there are 20 messages","time":{"start":1725579325582,"stop":1725579325582,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8b8d3ed6d2cd6a3","name":"Check message with no payload is not received","time":{"start":1725578940171,"stop":1725578940172,"duration":1},"status":"passed","severity":"normal"},{"uid":"9393afddb1aacdb5","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1725578943254,"stop":1725578943255,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3b802e7c23cb57f","name":"Fails to publish message with wrong content topic","time":{"start":1725579219620,"stop":1725579219620,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ee551c70d6aec81","name":"Fails to push message with empty content topic","time":{"start":1725579187580,"stop":1725579187580,"duration":0},"status":"passed","severity":"normal"},{"uid":"46371da02bd97cda","name":"should throw an error for insufficient data","time":{"start":1725578709188,"stop":1725578709188,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6add8a40898bb44","name":"Decoder throws on empty string content topic","time":{"start":1725578741888,"stop":1725578741888,"duration":0},"status":"passed","severity":"normal"},{"uid":"c49ab38eb66a6ca0","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1725579297957,"stop":1725579297957,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1338abd0004cf77","name":"should throw error - no public key","time":{"start":1725578717734,"stop":1725578717734,"duration":0},"status":"passed","severity":"normal"},{"uid":"34287746ca88dfe6","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1725578943279,"stop":1725578943279,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f8ac3d2fcc50318","name":"Check received message containing emoji","time":{"start":1725579181245,"stop":1725579181245,"duration":0},"status":"passed","severity":"normal"},{"uid":"39a7543589d3d377","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943248,"stop":1725578943248,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5bcbcf6626e2f1b","name":"Check message with no content topic is not received","time":{"start":1725579181248,"stop":1725579181249,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d2c779dbc674e0","name":"Query with Promise Callback, No message returned","time":{"start":1725579302121,"stop":1725579302121,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ef96b1c7b3e80a8","name":"Ping succeeds for all connected peers","time":{"start":1725578868803,"stop":1725578868803,"duration":0},"status":"passed","severity":"normal"},{"uid":"c44274a5e6cc7d7d","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1725578943274,"stop":1725578943274,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fb7fdc6e4e8bc13","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1725579261704,"stop":1725579261705,"duration":1},"status":"passed","severity":"normal"},{"uid":"4933e283d1ac6b81","name":"Push message with SQL Injection payload","time":{"start":1725579187568,"stop":1725579187568,"duration":0},"status":"passed","severity":"normal"},{"uid":"81de498d10e6f386","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1725578709110,"stop":1725578709110,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb94675f062c379a","name":"Check received message with timestamp: 1725578759231 ","time":{"start":1725579181246,"stop":1725579181246,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad18b70b08164c52","name":"Check received message containing XML","time":{"start":1725579181242,"stop":1725579181242,"duration":0},"status":"passed","severity":"normal"},{"uid":"67b19862964f5170","name":"Ping on unsubscribed peer","time":{"start":1725578843072,"stop":1725578843073,"duration":1},"status":"passed","severity":"normal"},{"uid":"9731a12220afd31b","name":"Subscribe to topic containing short and receive message","time":{"start":1725579297990,"stop":1725579297990,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5454136cea6402e","name":"should decode valid enr with tcp successfully","time":{"start":1725578717732,"stop":1725578717732,"duration":0},"status":"passed","severity":"normal"},{"uid":"934d49e4e7a4120a","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app66/4/topic443/json","time":{"start":1725579256762,"stop":1725579256763,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8957e02611814ac","name":"Subscribe and receive messages via lightPush","time":{"start":1725579297945,"stop":1725579297945,"duration":0},"status":"passed","severity":"normal"},{"uid":"685c694ce0c205f2","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1725578730094,"stop":1725578730095,"duration":1},"status":"passed","severity":"normal"},{"uid":"66f6f549bdea9c70","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1725579104749,"stop":1725579104749,"duration":0},"status":"passed","severity":"normal"},{"uid":"d27d5f5852fd1a52","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1725578709115,"stop":1725578709116,"duration":1},"status":"passed","severity":"normal"},{"uid":"d710c337e9bbbb45","name":"Light Node - default protocols","time":{"start":1725579337067,"stop":1725579337067,"duration":0},"status":"passed","severity":"normal"},{"uid":"aef8cf949809c74e","name":"Promise Callback - true","time":{"start":1725579303510,"stop":1725579303511,"duration":1},"status":"passed","severity":"normal"},{"uid":"67b22bec1a01b769","name":"retrieves a single peer","time":{"start":1725578730394,"stop":1725578730394,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e423d2df58e781d","name":"can start the service","time":{"start":1725578769137,"stop":1725578769139,"duration":2},"status":"passed","severity":"normal"},{"uid":"51c264e258d6e53f","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1725578730399,"stop":1725578730400,"duration":1},"status":"passed","severity":"normal"},{"uid":"e34ceeece420654d","name":"Push message with Chinese payload","time":{"start":1725579187567,"stop":1725579187567,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdefc9707456dc9d","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1725578833278,"stop":1725578833278,"duration":0},"status":"passed","severity":"normal"},{"uid":"27e9a4871d98fec6","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1725578709109,"stop":1725578709109,"duration":0},"status":"passed","severity":"normal"},{"uid":"233bf339116267e","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1725579261706,"stop":1725579261706,"duration":0},"status":"passed","severity":"normal"},{"uid":"448e82efc070159e","name":"Subscribe to topic containing Script and publish message","time":{"start":1725579222589,"stop":1725579222589,"duration":0},"status":"passed","severity":"normal"},{"uid":"4be2a27844a2b4a1","name":"should throw an error for missing sharding configuration","time":{"start":1725578709120,"stop":1725578709121,"duration":1},"status":"passed","severity":"normal"},{"uid":"42b6d9596df80804","name":"should be able to decode the field with only FILTER set to true","time":{"start":1725578717086,"stop":1725578717087,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a91befae0594f1b","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1725578717088,"stop":1725578717089,"duration":1},"status":"passed","severity":"normal"},{"uid":"12be16c1a6d3e796","name":"nwaku subscribes","time":{"start":1725579207435,"stop":1725579207436,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc350f96e51b495c","name":"Push message with content topic containing JSON","time":{"start":1725579272790,"stop":1725579272790,"duration":0},"status":"passed","severity":"normal"},{"uid":"c25f9ea37cc2944d","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app76/6/topic235/xml","time":{"start":1725579256764,"stop":1725579256764,"duration":0},"status":"passed","severity":"normal"},{"uid":"3614d1b4adb3439d","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1725579337942,"stop":1725579337942,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf645a3e5757ccd","name":"Check received message containing special chars","time":{"start":1725578940134,"stop":1725578940134,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4dca93d1d9eadba","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1725578709110,"stop":1725578709111,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3a6d9091815f8af","name":"Check received message containing long","time":{"start":1725578940133,"stop":1725578940133,"duration":0},"status":"passed","severity":"normal"},{"uid":"67e5aa77f0213210","name":"Subscribe to topic containing JSON and receive message","time":{"start":1725578970799,"stop":1725578970800,"duration":1},"status":"passed","severity":"normal"},{"uid":"6aad3367b5380194","name":"Check received message containing short","time":{"start":1725579181251,"stop":1725579181251,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e213714d318b663","name":"should set field with only FILTER enabled","time":{"start":1725578717746,"stop":1725578717746,"duration":0},"status":"passed","severity":"normal"},{"uid":"6be0ee262c99f81f","name":"Check publish message containing long","time":{"start":1725579219608,"stop":1725579219608,"duration":0},"status":"passed","severity":"normal"},{"uid":"22d50116f2e6d03","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1725579222591,"stop":1725579222591,"duration":0},"status":"passed","severity":"normal"},{"uid":"1609ce87889956d","name":"handles different networkShards values correctly","time":{"start":1725578709097,"stop":1725578709097,"duration":0},"status":"passed","severity":"normal"},{"uid":"31298c08b9ce778c","name":"should not fail to stop the service if it was not started","time":{"start":1725578769142,"stop":1725578769143,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2d962e5c8a41bba","name":"Does not throw an exception when node disconnects","time":{"start":1725579330361,"stop":1725579330361,"duration":0},"status":"passed","severity":"normal"},{"uid":"1837f08fe7bd688c","name":"Query generator for 2000 messages","time":{"start":1725579310636,"stop":1725579310636,"duration":0},"status":"passed","severity":"normal"},{"uid":"58dcdecbd8b80893","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943276,"stop":1725578943277,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f5b68d9311afb38","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1725578709109,"stop":1725578709110,"duration":1},"status":"passed","severity":"normal"},{"uid":"59a536570454eef3","name":"Push message with content topic containing Script","time":{"start":1725579187576,"stop":1725579187576,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba138a7a9b186598","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1725578943261,"stop":1725578943272,"duration":11},"status":"passed","severity":"normal"},{"uid":"bbb7164060873150","name":"Push message with content topic containing Basic HTML tag","time":{"start":1725579272789,"stop":1725579272790,"duration":1},"status":"passed","severity":"normal"},{"uid":"243eb1685c4aa12e","name":"Nodes with multiple pubsub topic","time":{"start":1725579198135,"stop":1725579198135,"duration":0},"status":"passed","severity":"normal"},{"uid":"d18d6e0d213404c7","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1725579297995,"stop":1725579297995,"duration":0},"status":"passed","severity":"normal"},{"uid":"53f5eb33d1f5ba61","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1725578833279,"stop":1725578833279,"duration":0},"status":"passed","severity":"normal"},{"uid":"74e0a8648fdb1ec4","name":"Asymmetric encrypt & decrypt","time":{"start":1725578740695,"stop":1725578740695,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6e2ed4c88f5afcd","name":"throws on content topic with empty application field","time":{"start":1725578709074,"stop":1725578709074,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c6d59cc39e96062","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1725578730399,"stop":1725578730399,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f6282c3fe5f25a1","name":"Check received message with timestamp: 1725578759231000000 ","time":{"start":1725579181245,"stop":1725579181245,"duration":0},"status":"passed","severity":"normal"},{"uid":"35e745306aeef982","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1725578730093,"stop":1725578730094,"duration":1},"status":"passed","severity":"normal"},{"uid":"da13fefc9354a024","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1725578833276,"stop":1725578833277,"duration":1},"status":"passed","severity":"normal"},{"uid":"5824a3e9b6f50f79","name":"Generator, custom pubsub topic","time":{"start":1725579312007,"stop":1725579312015,"duration":8},"status":"passed","severity":"normal"},{"uid":"b394e500c21fdd15","name":"should get / set TCP multiaddr","time":{"start":1725578717740,"stop":1725578717741,"duration":1},"status":"passed","severity":"normal"},{"uid":"919badef1b1c3baa","name":"Relay + Store","time":{"start":1725578717746,"stop":1725578717747,"duration":1},"status":"passed","severity":"normal"},{"uid":"24af6fad73d9d53f","name":"can start the service","time":{"start":1725579222046,"stop":1725579222047,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7e3637d2cec19dc","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1725578943260,"stop":1725578943260,"duration":0},"status":"passed","severity":"normal"},{"uid":"7928fd96e6f2e486","name":"Failed peers are renewed","time":{"start":1725579008667,"stop":1725579008667,"duration":0},"status":"passed","severity":"normal"},{"uid":"f76955c1f9253bf0","name":"Subscribe to topic containing special chars and publish message","time":{"start":1725579222587,"stop":1725579222587,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa3676907a1f2505","name":"pre and post cipher","time":{"start":1725578740696,"stop":1725578740696,"duration":0},"status":"passed","severity":"normal"},{"uid":"58ac7991fe089658","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1725578709119,"stop":1725578709119,"duration":0},"status":"passed","severity":"normal"},{"uid":"1480ef8f58e00553","name":"Symmetric encrypt & Decrypt","time":{"start":1725578740695,"stop":1725578740696,"duration":1},"status":"passed","severity":"normal"},{"uid":"94bb343522912197","name":"addEventListener with correct event","time":{"start":1725578799985,"stop":1725578799986,"duration":1},"status":"passed","severity":"normal"},{"uid":"5be5236ae056d19b","name":"Check publish message containing Script","time":{"start":1725579219611,"stop":1725579219612,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5af3850f98ad5cd","name":"Waku message hash computation (no timestamp)","time":{"start":1725578711624,"stop":1725578711624,"duration":0},"status":"passed","severity":"normal"},{"uid":"947059f3c71bbc57","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1725579102813,"stop":1725579102813,"duration":0},"status":"passed","severity":"normal"},{"uid":"28371d820de37aa8","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1725579102808,"stop":1725579102808,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e445f08c01d5d21","name":"Mutual subscription","time":{"start":1725579222577,"stop":1725579222578,"duration":1},"status":"passed","severity":"normal"},{"uid":"b35dc20c5598ddc7","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1725579337942,"stop":1725579337942,"duration":0},"status":"passed","severity":"normal"},{"uid":"1842aaa8f3e372ca","name":"non connected peers","time":{"start":1725579181720,"stop":1725579181720,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ce2a3b3c478b3cf2","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1725578876067,"stop":1725578876067,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7aa99c0446581f6","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1725578741885,"stop":1725578741886,"duration":1},"status":"passed","severity":"normal"},{"uid":"afab2fee03a7d70a","name":"Non TWN Cluster","time":{"start":1725579256761,"stop":1725579256761,"duration":0},"status":"passed","severity":"normal"},{"uid":"244685af0dd16ebf","name":"Decoder throws on undefined content topic","time":{"start":1725578722642,"stop":1725578722642,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcad716d1487d988","name":"Ping on subscribed peer","time":{"start":1725578843070,"stop":1725578843071,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7cc969e96f7fb96","name":"Check publish message containing shell command","time":{"start":1725579219613,"stop":1725579219613,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a62ad6dffd1a20d","name":"Ping fails for unsubscribed peers","time":{"start":1725578868803,"stop":1725578868804,"duration":1},"status":"passed","severity":"normal"},{"uid":"580c3959f25a497a","name":"passes more than one ENR URLs and attempts connection","time":{"start":1725578769180,"stop":1725578769180,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a819132c19a7fae5","name":"Subscribe to topic containing shell command and receive message","time":{"start":1725578970800,"stop":1725578970800,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e894fcb060ab7c0","name":"should not receive a peer event before start","time":{"start":1725578734308,"stop":1725578734308,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfefc59f68100740","name":"should emit a peer event after start","time":{"start":1725578734308,"stop":1725578734308,"duration":0},"status":"passed","severity":"normal"},{"uid":"92ae1b44b13c3201","name":"Check message with no content topic is not received","time":{"start":1725579181273,"stop":1725579181273,"duration":0},"status":"passed","severity":"normal"},{"uid":"e94679f729690683","name":"Check received message containing escaped characters","time":{"start":1725578940138,"stop":1725578940139,"duration":1},"status":"passed","severity":"normal"},{"uid":"60c4d7407c8064bd","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1725578943254,"stop":1725578943254,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a86b47df7436442","name":"topics with same application and version share the same shard","time":{"start":1725578709093,"stop":1725578709094,"duration":1},"status":"passed","severity":"normal"},{"uid":"11fe339a36df6c9e","name":"ignores unrecognized TXT record formats","time":{"start":1725578730396,"stop":1725578730396,"duration":0},"status":"passed","severity":"normal"},{"uid":"bad080f7f7238081","name":"should properly create peer info with all multiaddrs","time":{"start":1725578717744,"stop":1725578717744,"duration":0},"status":"passed","severity":"normal"},{"uid":"423c71d5d54031a6","name":"can start the service","time":{"start":1725578734306,"stop":1725578734306,"duration":0},"status":"passed","severity":"normal"},{"uid":"327cbe034f01d825","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1725579198137,"stop":1725579198138,"duration":1},"status":"passed","severity":"normal"},{"uid":"51b1d2e50c43bd05","name":"start node with empty shard should fail","time":{"start":1725579281365,"stop":1725579281366,"duration":1},"status":"passed","severity":"normal"},{"uid":"c83122694b1a1d4b","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1725579297988,"stop":1725579297988,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcaae160ab30402b","name":"should be able to decode the field with only RELAY set to true","time":{"start":1725578717086,"stop":1725578717086,"duration":0},"status":"passed","severity":"normal"},{"uid":"776a5810f58abec5","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1725579337941,"stop":1725579337941,"duration":0},"status":"passed","severity":"normal"},{"uid":"a24f36f37589602d","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1725578709110,"stop":1725578709110,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa9a1ac7ff24c34e","name":"Check message received after nwaku node is restarted","time":{"start":1725579181275,"stop":1725579181275,"duration":0},"status":"skipped","severity":"normal"},{"uid":"560c9b51aa9d2837","name":"Push message with content topic containing long","time":{"start":1725579187572,"stop":1725579187573,"duration":1},"status":"passed","severity":"normal"},{"uid":"7639110c551f9031","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1725579379305,"stop":1725579379305,"duration":0},"status":"passed","severity":"normal"},{"uid":"45a39102840e1c73","name":"Refresh subscription","time":{"start":1725579222585,"stop":1725579222585,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6e2c63e4d83f760a","name":"Push message with content topic containing shell command","time":{"start":1725579187578,"stop":1725579187578,"duration":0},"status":"passed","severity":"normal"},{"uid":"804aa325cbbf969b","name":"Check received message containing short","time":{"start":1725578940132,"stop":1725578940132,"duration":0},"status":"passed","severity":"normal"},{"uid":"a38b2275dfad1148","name":"Push message with Basic HTML tag payload","time":{"start":1725579272779,"stop":1725579272780,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6e19b1a9bd4015a","name":"listenerCount","time":{"start":1725578799988,"stop":1725578799989,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d304e5a60f4ea4c","name":"Subscribe to topic containing JSON and publish message","time":{"start":1725579222590,"stop":1725579222590,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a530070fa42229a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1725578709112,"stop":1725578709112,"duration":0},"status":"passed","severity":"normal"},{"uid":"505c23a667daee5d","name":"Subscribe to topic containing XML and receive message","time":{"start":1725578970799,"stop":1725578970799,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc493aa09536cb88","name":"should get / set UDP multiaddr","time":{"start":1725578717737,"stop":1725578717737,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e7362e73f2b3014","name":"Filter with 0 connections","time":{"start":1725578997627,"stop":1725578997628,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f2b1b43bd1f77ae","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1725578943260,"stop":1725578943261,"duration":1},"status":"passed","severity":"normal"},{"uid":"d49f48a6a9a8b352","name":"Push message with SQL Injection payload","time":{"start":1725579272778,"stop":1725579272778,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4a00dcdaebb4c9","name":"Check received message containing unicode special characters","time":{"start":1725578940139,"stop":1725578940139,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc806643dc1658ab","name":"Sign & Recover","time":{"start":1725578740696,"stop":1725578740697,"duration":1},"status":"passed","severity":"normal"},{"uid":"592eeba82397a4bb","name":"Filter with 2 connections","time":{"start":1725578997629,"stop":1725578997630,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a251953b4582050","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app62/2/topic651/proto","time":{"start":1725579256763,"stop":1725579256763,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e1b1422c4e67547","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1725579222587,"stop":1725579222588,"duration":1},"status":"passed","severity":"normal"},{"uid":"96688aa39eb21f85","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1725578709123,"stop":1725578709123,"duration":0},"status":"passed","severity":"normal"},{"uid":"b50c3c669aad524d","name":"Subscribe to topic containing Russian and receive message","time":{"start":1725579297993,"stop":1725579297993,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cc9e7bf82ad8786","name":"Push message with content topic containing unicode special characters","time":{"start":1725579187579,"stop":1725579187579,"duration":0},"status":"passed","severity":"normal"},{"uid":"4042f4d1e2f30fd","name":"random static sharding 6 - Cluster ID: 981, Shard ID: 382","time":{"start":1725579281352,"stop":1725579281352,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ca5094bbd855157","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1725578876066,"stop":1725578876067,"duration":1},"status":"passed","severity":"normal"},{"uid":"c531566b73051ea8","name":"Check publish message containing SQL Injection","time":{"start":1725579219611,"stop":1725579219611,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2ba0bdf9d0cb05","name":"Relay - dialed after","time":{"start":1725579337065,"stop":1725579337065,"duration":0},"status":"passed","severity":"normal"},{"uid":"c03cfe80d3ad12bc","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1725578833271,"stop":1725578833272,"duration":1},"status":"passed","severity":"normal"},{"uid":"1678e9b110e01d72","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1725578709188,"stop":1725578709188,"duration":0},"status":"passed","severity":"normal"},{"uid":"877276283a531912","name":"Push message with content topic containing Arabic","time":{"start":1725579272787,"stop":1725579272787,"duration":0},"status":"passed","severity":"normal"},{"uid":"41cca97b83f90c53","name":"Query generator for multiple messages with different message text format","time":{"start":1725579310618,"stop":1725579310619,"duration":1},"status":"passed","severity":"normal"},{"uid":"7511aa6853e710bb","name":"should properly create location multiaddrs - tcp4","time":{"start":1725578717742,"stop":1725578717742,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9470ef2aacdca72","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1725579256769,"stop":1725579256769,"duration":0},"status":"passed","severity":"normal"},{"uid":"47142e49def049bc","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1725578769505,"stop":1725578769505,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3f8050bca03a608","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1725578740296,"stop":1725578740296,"duration":0},"status":"passed","severity":"normal"},{"uid":"e21c9b88d56c2ac9","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1725578709100,"stop":1725578709100,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4478c36d3e8e013","name":"Number of peers are maintained correctly","time":{"start":1725578868802,"stop":1725578868802,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae87c52be0f65b9b","name":"Subscribe and receives messages on 20 topics","time":{"start":1725579297957,"stop":1725579297957,"duration":0},"status":"passed","severity":"normal"},{"uid":"13c66e96ed8afeec","name":"Check publish message containing Russian","time":{"start":1725579219611,"stop":1725579219611,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dabd4d57ccd95b9","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1725578730094,"stop":1725578730094,"duration":0},"status":"passed","severity":"normal"},{"uid":"823120558f6f2528","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1725578709084,"stop":1725578709084,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d18229709071c9d","name":"Subscribe to topic containing numeric and receive message","time":{"start":1725579297960,"stop":1725579297960,"duration":0},"status":"passed","severity":"normal"},{"uid":"12b7b2c801dd06e5","name":"should return false","time":{"start":1725578717734,"stop":1725578717735,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f279a40d32ce7d2","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1725579222589,"stop":1725579222590,"duration":1},"status":"passed","severity":"normal"},{"uid":"d75433899675cb8d","name":"does not throw on valid cases","time":{"start":1725578709069,"stop":1725578709070,"duration":1},"status":"passed","severity":"normal"},{"uid":"80183bff7cff7fd3","name":"handles different clusterIds correctly","time":{"start":1725578709097,"stop":1725578709097,"duration":0},"status":"passed","severity":"normal"},{"uid":"bee8ad32b69399dc","name":"can start and stop the service","time":{"start":1725578734306,"stop":1725578734307,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0a944dfb342bf68","name":"Push message with custom timestamp: 1725582597911","time":{"start":1725579187583,"stop":1725579187583,"duration":0},"status":"passed","severity":"normal"},{"uid":"64afe51c277638a1","name":"should set field with only LIGHTPUSH enabled","time":{"start":1725578717746,"stop":1725578717746,"duration":0},"status":"passed","severity":"normal"},{"uid":"536fecb3925a9eba","name":"Query Generator, Wrong PubsubTopic","time":{"start":1725579302109,"stop":1725579302109,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6f859a2d4c07f48","name":"Check publish message containing escaped characters","time":{"start":1725579219613,"stop":1725579219614,"duration":1},"status":"passed","severity":"normal"},{"uid":"13890c06bd9c21ad","name":"configure the node with multiple pubsub topics","time":{"start":1725579281363,"stop":1725579281364,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f423f6862ab71c3","name":"Push message with Script payload","time":{"start":1725579272778,"stop":1725579272779,"duration":1},"status":"passed","severity":"normal"},{"uid":"443ef0c97ea16f5f","name":"throws on content topic with empty topic name field","time":{"start":1725578709075,"stop":1725578709075,"duration":0},"status":"passed","severity":"normal"},{"uid":"90143137d8e35920","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1725578717085,"stop":1725578717085,"duration":0},"status":"passed","severity":"normal"},{"uid":"717cbe7489793d68","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1725578876065,"stop":1725578876066,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee2caa1149ede05e","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1725579312024,"stop":1725579312025,"duration":1},"status":"passed","severity":"normal"},{"uid":"71ae10e46402886b","name":"should encode/decode to text encoding","time":{"start":1725578717736,"stop":1725578717736,"duration":0},"status":"passed","severity":"normal"},{"uid":"20477cd67da2373a","name":"addEventListener with wrong event","time":{"start":1725578799986,"stop":1725578799986,"duration":0},"status":"passed","severity":"normal"},{"uid":"e39a0a372b0b1994","name":"should be able to encode the field with only STORE set to true","time":{"start":1725578717081,"stop":1725578717081,"duration":0},"status":"passed","severity":"normal"},{"uid":"7229beef8675a907","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1725578711625,"stop":1725578711625,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7408/widgets/suites.json b/7408/widgets/suites.json deleted file mode 100644 index c934b7955ce..00000000000 --- a/7408/widgets/suites.json +++ /dev/null @@ -1 +0,0 @@ -{"total":99,"items":[{"uid":"7df6540d157bd48a9d3bc8c3f21e93bb","name":"Waku Light Push: Single Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"f0ce4304a5c72aabff181e56ac32d839","name":"Waku Light Push: Multiple Nodes: Strict Check: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"c3fd0a376e255f07764bc7336980757b","name":"getPeers","statistic":{"failed":0,"broken":0,"skipped":0,"passed":36,"unknown":0,"total":36}},{"uid":"8bc0d03481d47f999cc7ec458535a066","name":"ENR","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"6f94dc37311b4dd500c6fb4f60c93564","name":"Waku Filter V2: Subscribe: Single Service Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"79bc21179354d4d696ab0ed95aaefc00","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"d2c836997f51e619a3f56fdc380693ce","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"540857cd9aa465b36ce09e6d7509872d","name":"Waku Relay, Publish","statistic":{"failed":0,"broken":0,"skipped":2,"passed":27,"unknown":0,"total":29}},{"uid":"152bad9102957fb1d7f75e43c67592bd","name":"Waku Filter V2: FilterPush","statistic":{"failed":0,"broken":0,"skipped":2,"passed":26,"unknown":0,"total":28}},{"uid":"cddf321d453ccfeb1c38dfaa4bf0811f","name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","statistic":{"failed":0,"broken":0,"skipped":2,"passed":25,"unknown":0,"total":27}}]} \ No newline at end of file diff --git a/7408/widgets/summary.json b/7408/widgets/summary.json deleted file mode 100644 index 9b5cbfa65c6..00000000000 --- a/7408/widgets/summary.json +++ /dev/null @@ -1 +0,0 @@ -{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855},"time":{"start":1725578708695,"stop":1725579379305,"duration":670610,"minDuration":0,"maxDuration":27,"sumDuration":517}} \ No newline at end of file diff --git a/7434/data/behaviors.csv b/7434/data/behaviors.csv index 251321a6fc4..b92c5a95016 100644 --- a/7434/data/behaviors.csv +++ b/7434/data/behaviors.csv @@ -1,2 +1,2 @@ "Epic","Feature","Story","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" -"","","","0","1","833","21","0" +"","","","0","0","834","21","0" diff --git a/7434/data/behaviors.json b/7434/data/behaviors.json index 8a98bb5f595..407929a82a7 100644 --- a/7434/data/behaviors.json +++ b/7434/data/behaviors.json @@ -1 +1 @@ -{"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"Init the array if not present","uid":"fa61d54bb45f8471","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441218,"stop":1726217441219,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"e53c7cf82e29fc58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441220,"stop":1726217441220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"8a53fe670213405a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441531,"stop":1726217441531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"f3e125187d9a3b1b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441532,"stop":1726217441532,"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":"74663ade5407f68c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441532,"stop":1726217441533,"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":"208fd97f4eea5cee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441533,"stop":1726217441534,"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":"f941842a26999549","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441534,"stop":1726217441535,"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":"767c98813a5e97be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441534,"stop":1726217441534,"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":"8bb32d7646448924","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441535,"stop":1726217441535,"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":"c9cd260e858660ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441536,"stop":1726217441537,"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":"2023ebfaf707bc74","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441536,"stop":1726217441536,"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":"a81da45f4f55371c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441538,"stop":1726217441538,"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":"ea09cf19f1ee130c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441538,"stop":1726217441544,"duration":6},"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":"e102d41d9f350282","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441544,"stop":1726217441545,"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":"460e76ec1bf4730f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441544,"stop":1726217441544,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"698cea5946ef0424","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441545,"stop":1726217441545,"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":"1bb51afc11f50d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441545,"stop":1726217441546,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"9219a8190f0ad54f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441545,"stop":1726217441545,"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":"6654d981dba407c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441546,"stop":1726217441546,"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":"5e6ed667d6d4e23a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441546,"stop":1726217441546,"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":"7b310b936cdc7140","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"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":"1d554dbaaf5affb8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"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":"1d685cd8bbeb331d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"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":"e3a2e46d7c5832be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441548,"stop":1726217441549,"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":"8a5c88f1c5b0ac16","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441548,"stop":1726217441548,"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":"3f16e5f1c1705c00","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441548,"stop":1726217441548,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"7f1f6d1f744a94a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441549,"stop":1726217441549,"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":"c8e4ac6e505fc71e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441549,"stop":1726217441549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"ac26df81bb1c1915","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441549,"stop":1726217441550,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"d831c29f0492b367","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441550,"stop":1726217441551,"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":"5ea3681e72b4a3ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441550,"stop":1726217441550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"95f93989ecb90b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441551,"stop":1726217441551,"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":"72842ee5184d92f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441551,"stop":1726217441551,"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":"11b730fb556373f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441552,"stop":1726217441552,"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":"9ea49bf871203caa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441552,"stop":1726217441553,"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":"e91d123d5773b3a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441552,"stop":1726217441552,"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":"afefb99825cc86c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441553,"stop":1726217441553,"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":"15bf405d74da5c22","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441553,"stop":1726217441554,"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":"29032cfb5e36730d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441553,"stop":1726217441553,"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":"955ebc19b1334d1e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441554,"stop":1726217441554,"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":"8cc35be5beb2596","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441554,"stop":1726217441554,"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":"16b1b3250baad6c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441555,"stop":1726217441555,"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":"1843b00d8f2bd14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441555,"stop":1726217441555,"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":"e4a88018a044905","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441556,"stop":1726217441557,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"279eecbe50eba447","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441556,"stop":1726217441556,"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":"b19c2b84bd0067f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441556,"stop":1726217441556,"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":"19980c71b7d1635c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441557,"stop":1726217441557,"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":"975f4fb8028c7ea0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441557,"stop":1726217441558,"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":"a14b3b2df2a62266","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441557,"stop":1726217441557,"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":"e6c5c29cf1e1f4b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441558,"stop":1726217441558,"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":"98511c38589bd9e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441558,"stop":1726217441558,"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":"7a5babea134bec5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441559,"stop":1726217441559,"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":"fc00216f7f742763","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441559,"stop":1726217441560,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"2ea281db3267af3c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441559,"stop":1726217441559,"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":"f3f809e51280ffb7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441560,"stop":1726217441560,"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":"5945a44bbf5a9154","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441560,"stop":1726217441560,"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":"f3ab7663c2e446a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441560,"stop":1726217441561,"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":"c414834a9c5d931","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441561,"stop":1726217441561,"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":"80fcc8d8d6627b91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441561,"stop":1726217441562,"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":"cb08c5a6f6db0f02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441561,"stop":1726217441561,"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":"6b825f0afba9c336","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441562,"stop":1726217441562,"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":"74562d24961e217d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441562,"stop":1726217441562,"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":"115056d3123b5f7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441563,"stop":1726217441563,"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":"8e9c67811b271bd5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441563,"stop":1726217441563,"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":"ae26a49564ed8291","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441564,"stop":1726217441565,"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":"3261883c02fe2dd4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441564,"stop":1726217441564,"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":"34469831c12b20da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441564,"stop":1726217441564,"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":"58b99ef2a2ae898b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441565,"stop":1726217441566,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"b3ae8490085a1f08","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441565,"stop":1726217441565,"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":"ac5f3dc9d70e5481","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441566,"stop":1726217441567,"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":"bc6687a77da92d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441566,"stop":1726217441566,"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":"af0348ae06699822","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441566,"stop":1726217441566,"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":"10d81350469b1ad2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441567,"stop":1726217441567,"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":"7ae70dc76b5f53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441567,"stop":1726217441568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"1514f7ec7ccf2d5d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441568,"stop":1726217441569,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"6f9ab89a4500802d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441568,"stop":1726217441568,"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":"bd303d1aa9443e74","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441568,"stop":1726217441568,"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":"495d71f9ea60418a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441569,"stop":1726217441569,"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":"cdd1ece6942e9482","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441569,"stop":1726217441570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"e8c745f9b53e82ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441570,"stop":1726217441570,"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":"2b5c279cd9778fa4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441570,"stop":1726217441570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"b8ba4c51a8218f92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441571,"stop":1726217441571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"9a0c0f5f94750769","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441571,"stop":1726217441572,"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":"d2133e128eb437a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441572,"stop":1726217441572,"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":"b47d8a43c7112de1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217441572,"stop":1726217441572,"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":"b9fa5df7d82ab3c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217444065,"stop":1726217444066,"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":"293c4352c0373443","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217444067,"stop":1726217444067,"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":"7156390733722e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217444067,"stop":1726217444067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"c3bc736879b5085f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217444068,"stop":1726217444068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"55bf81b09feac598","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217444068,"stop":1726217444069,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"34f44e129050bce6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217444068,"stop":1726217444068,"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":"cd5eb65e6cb40d6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449463,"stop":1726217449465,"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":"b970ef7d25bfbec1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449466,"stop":1726217449467,"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":"55912713e024dcc9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449467,"stop":1726217449468,"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":"8333b452e9956df3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449468,"stop":1726217449469,"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":"9462b0b80a038304","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449470,"stop":1726217449471,"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":"be63cfdb366bc3c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449471,"stop":1726217449474,"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 RELAY and FILTER protocols set to true","uid":"1c540980b93f4667","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449474,"stop":1726217449475,"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":"47d333d62e7c116d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449475,"stop":1726217449476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only RELAY set to true","uid":"dd3c2fc884ddc6cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449477,"stop":1726217449478,"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":"f4ef8f4fa2874bfe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449479,"stop":1726217449480,"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":"c3d274f4712d5995","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449480,"stop":1726217449481,"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":"90d6244b18cb3998","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449481,"stop":1726217449481,"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":"9c6f192eeb900cb0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449482,"stop":1726217449482,"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":"5ff22811a93197e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449482,"stop":1726217449483,"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":"c3a625ee978a2aeb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449483,"stop":1726217449484,"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":"c1475a358e355104","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449483,"stop":1726217449483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"3975a4fc8101b941","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449517,"stop":1726217449517,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"d29f63c6c1669dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449568,"stop":1726217449568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"a69db4875b5dc7f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217449568,"stop":1726217449569,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"c1d2dd506ddaa322","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450193,"stop":1726217450193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"1e068615d258f85d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450194,"stop":1726217450194,"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":"666c45e548af8496","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450194,"stop":1726217450194,"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":"eed9fd3f4e271512","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450194,"stop":1726217450195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"621ee226953d1393","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450195,"stop":1726217450195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"10f9bae00905c9d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450195,"stop":1726217450196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"ec75a102b4f018c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450196,"stop":1726217450196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"42b2760caa093080","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450196,"stop":1726217450196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"a52ccb718adb577a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450197,"stop":1726217450197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"f2ea9e5a40036722","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450197,"stop":1726217450197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"922b257d671f8e2b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450198,"stop":1726217450199,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"5fd8962b32122768","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450198,"stop":1726217450198,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"4025c993a732dd8d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450198,"stop":1726217450198,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"1be6b513a505eacb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450199,"stop":1726217450199,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"e15aca594ff4cbfb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450199,"stop":1726217450203,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"b3bfaf07310f90e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450204,"stop":1726217450204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"8d36ffff19a47e8b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450204,"stop":1726217450205,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"1dc009d3321749d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450205,"stop":1726217450205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"833526ba1cdb55de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450205,"stop":1726217450205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"ba0c4a5480dd5b8d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450206,"stop":1726217450206,"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":"18983dd94a18de7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450206,"stop":1726217450207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"6fa3ec0d1abfcfcd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450206,"stop":1726217450206,"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":"6f4fd95af0aa249e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450207,"stop":1726217450207,"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":"16047adab6dc31ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450207,"stop":1726217450208,"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":"5da36c021f581f17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450207,"stop":1726217450207,"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":"c496f72c7203b02b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"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":"237cae1f86bdbffa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"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":"ad14789021643eda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"eebd79fe645a938e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217450209,"stop":1726217450209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"727385f8bfd63f8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217454407,"stop":1726217454408,"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":"41a7ad292313b330","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217454964,"stop":1726217454965,"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":"9103ba8e59f9d0b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217454965,"stop":1726217454965,"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":"f667a9aa18932b1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217454965,"stop":1726217454965,"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":"60217863f75bfaa2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217454966,"stop":1726217454966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"6097e5c0161a8220","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217455150,"stop":1726217455151,"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":"13856bd9edcc75aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217455151,"stop":1726217455152,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"526eb17fa2b13c72","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217455151,"stop":1726217455151,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"79cfc8a35d80e179","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217455152,"stop":1726217455152,"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":"c744444617919633","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217455153,"stop":1726217455153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f3834b4837587fd1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217455153,"stop":1726217455153,"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":"c3f547d681a86a95","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217455153,"stop":1726217455154,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"100487c0b35a722e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217455154,"stop":1726217455154,"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":"47dce93e0c12260d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217461851,"stop":1726217461852,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"71d198a213384c02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217461853,"stop":1726217461853,"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":"6335709be79bd6f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217461853,"stop":1726217461854,"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":"3929a8bfc16361f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217462331,"stop":1726217462331,"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":"6f4c9124210afede","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217462331,"stop":1726217462332,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"f8bed61fc70d46be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217462332,"stop":1726217462333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"f31243e4d41b7834","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217462333,"stop":1726217462333,"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":"b84d47afcf81a38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217462333,"stop":1726217462334,"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":"4c9d3cc8fc0fbb19","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217462334,"stop":1726217462336,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"e5d3f2d61b9e7c6b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217462336,"stop":1726217462336,"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":"9d4a31fecbd4c094","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217462337,"stop":1726217462339,"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":"33293d8f5b9e8e0f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217462339,"stop":1726217462339,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"3c6dec6cecbef14e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217462725,"stop":1726217462726,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"e1b4253f18249535","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217462725,"stop":1726217462725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"bb3400b3c9ba4ffa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217462726,"stop":1726217462727,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"3a2ac4e3859a9ff7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217462726,"stop":1726217462726,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"992102610aab72b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217463037,"stop":1726217463038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"ad6b8bb9b4a1d24a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217463038,"stop":1726217463039,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"ccc8f2efe1e70ec8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217463038,"stop":1726217463038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"9105181f4f7af9b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217463039,"stop":1726217463040,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"defa396601618ef1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217463039,"stop":1726217463039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"15f57851aa315469","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217463039,"stop":1726217463039,"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":"432d70d9375b9e24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217463040,"stop":1726217463040,"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":"bc42a85f29c1e597","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217463040,"stop":1726217463041,"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":"a7a9ce6a75c45cff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217463041,"stop":1726217463042,"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":"8ee44653e7ebaa4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217463041,"stop":1726217463041,"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":"c02b8187c0a110aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217463042,"stop":1726217463042,"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":"5bdc3556cf623f84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217463043,"stop":1726217463043,"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":"c575faf23badb7e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217463043,"stop":1726217463043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"2e56dda219a033fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217466672,"stop":1726217466673,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"7bb613c59fad5aa5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217466673,"stop":1726217466674,"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":"e526ec3fd1963b8e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217466674,"stop":1726217466675,"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":"c3d8eb446dfacfe9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217466675,"stop":1726217466676,"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":"25dbdae7dd1dad37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217466675,"stop":1726217466675,"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":"d008bb654dd7b762","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217466676,"stop":1726217466676,"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":"8a1610f72c58596f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217466676,"stop":1726217466676,"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":"714323173af7c70c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217466677,"stop":1726217466678,"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":"acd25a9e045c20fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217466677,"stop":1726217466677,"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":"2adf33f424ca7d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217466678,"stop":1726217466678,"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":"6d63ae885f0671ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217466678,"stop":1726217466678,"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":"7fd74a0165a35678","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217472851,"stop":1726217472853,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"4d89793415503f12","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217472853,"stop":1726217472853,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"9e30d1f26cb293a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217472854,"stop":1726217472854,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"6183beef70dbaad3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217472855,"stop":1726217472855,"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":"29ecdd5f7363029a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217472855,"stop":1726217472856,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f951cc8dcef3d65c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217472856,"stop":1726217472857,"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":"fee958fb3968df83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217472857,"stop":1726217472857,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"7d3b17d07a85675c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217473323,"stop":1726217473324,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"34874ce83d30c413","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217473323,"stop":1726217473323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"a3859a2c7815d1c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217473324,"stop":1726217473325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"e3a434d551af9d9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217473325,"stop":1726217473325,"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":"68307dd046efb22","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217474513,"stop":1726217474513,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"4cfd8602ad53ebb4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217474513,"stop":1726217474513,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"343ca7315e867332","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217474514,"stop":1726217474514,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3e3de8fe60b5e45a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217474514,"stop":1726217474514,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"4a4f07f2b8c27639","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217474515,"stop":1726217474515,"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":"c764ddbcab5ac74f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217474515,"stop":1726217474515,"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":"f636d4713111fb9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217474515,"stop":1726217474516,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"7eea67dd54ca44a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217477824,"stop":1726217477825,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"129712e73ee93a04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217477826,"stop":1726217477826,"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":"fb5b042bce7a7630","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217493336,"stop":1726217493338,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"f5c38f247a1dd326","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217493339,"stop":1726217493339,"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":"5179966f57ebbdde","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217493340,"stop":1726217493341,"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":"fd000a3b6481080d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217493341,"stop":1726217493341,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"1d5e814e19fccf83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217493342,"stop":1726217493343,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"583a428500a7a658","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217493343,"stop":1726217493343,"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":"e8a1715df07ca485","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217500282,"stop":1726217500285,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"96e4f8d648db6854","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217500287,"stop":1726217500288,"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":"740b35e4ea1f331a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217500288,"stop":1726217500290,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"c6a0aaa5fd2f1950","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217500291,"stop":1726217500292,"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":"8d35977b8f25f221","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217500291,"stop":1726217500291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"c28be002ac1abbae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217503654,"stop":1726217503654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"5692dc5d47602a81","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217503655,"stop":1726217503656,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"5a71615e25f1b249","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217503656,"stop":1726217503656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"ab9dbea0e18daacc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217503657,"stop":1726217503657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"ae4c010ca52a057","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217503858,"stop":1726217503858,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"d60bf22b87acb74f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217503858,"stop":1726217503859,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"39274eefaa536eba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217503859,"stop":1726217503859,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"8fa845975c176d82","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217507037,"stop":1726217507038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"94ea7fb02ebdb117","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217507038,"stop":1726217507039,"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":"57ba563e6eb3f53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217507039,"stop":1726217507040,"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":"f3738760b93fcd0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217507040,"stop":1726217507041,"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":"62e29705231e7abb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217507041,"stop":1726217507042,"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":"ccf176b50888f7ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217507042,"stop":1726217507043,"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":"d7744a9a71a89187","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217507042,"stop":1726217507042,"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":"ab41c39994db8206","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217507043,"stop":1726217507044,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"d2b9f5b0f8c8699d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217507044,"stop":1726217507044,"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":"920710cda25361bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217507044,"stop":1726217507044,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"fc737a6fda9c0b6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217533045,"stop":1726217533045,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"175f73d1c21f019b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217533046,"stop":1726217533047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"223cc97ebfa4f915","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217533046,"stop":1726217533046,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"872c80c1f279eeb4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217533046,"stop":1726217533046,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"577ac696c4909848","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217533047,"stop":1726217533048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"109a3964ca955f24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217533047,"stop":1726217533047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"e63c633194c098e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217533047,"stop":1726217533047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"c90efd07154d8cdd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217533048,"stop":1726217533049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"9e9273b9c8ce73cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217533048,"stop":1726217533048,"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":"205b7a3bfc944527","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217549448,"stop":1726217549449,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"dadbfe93219e4e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217549449,"stop":1726217549449,"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":"d95bdd3c5fcc3d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217549450,"stop":1726217549450,"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":"f4e50c2a9d112b67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217549451,"stop":1726217549452,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"eaa059067b84b910","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217549452,"stop":1726217549453,"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":"ed0498a10a1e8886","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217549452,"stop":1726217549452,"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":"44eae3fc6d0c681c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217549453,"stop":1726217549453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"522f26a6ca24594f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217551914,"stop":1726217551914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"7098c8b91bda3298","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217551916,"stop":1726217551920,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"34987f1e0c4cff7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217551920,"stop":1726217551920,"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":"283fbfb203367c56","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217551920,"stop":1726217551921,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"95af17ba7cffbe1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217567469,"stop":1726217567470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"83fc48cd9502e5ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217567470,"stop":1726217567471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"e5c4025f4cf0c155","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217567471,"stop":1726217567472,"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":"8085f42cd3c196ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217567472,"stop":1726217567473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"3377326b3fd6ef05","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217567473,"stop":1726217567474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"eb47fc8409a0adbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217567474,"stop":1726217567475,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"6d5b47aded166552","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217567474,"stop":1726217567474,"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":"7cdef3f24d19e5ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217567475,"stop":1726217567475,"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":"7677dfe93a0787f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217577132,"stop":1726217577133,"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":"c71b27a676031794","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217577133,"stop":1726217577134,"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":"acdbddd856132ef9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217577133,"stop":1726217577133,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"4067cf34d373ec31","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217577134,"stop":1726217577136,"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":"1595ee22a856bad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217577137,"stop":1726217577137,"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":"4173215c27f58299","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217577138,"stop":1726217577146,"duration":8},"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":"780cb6abf9cec399","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217577147,"stop":1726217577148,"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":"c39f1eda8251a907","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217577151,"stop":1726217577152,"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":"e25eca97863e029e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217577152,"stop":1726217577153,"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":"1fe906bfbb24e70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217577153,"stop":1726217577155,"duration":2},"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":"6ad6ef14739be7cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217577155,"stop":1726217577155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"48b37bb234b8612a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217603235,"stop":1726217603236,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"7c8671cbf4e0b7e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217603236,"stop":1726217603237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"9d802fea6ad287d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217603237,"stop":1726217603238,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"c6982ab836910f17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217603238,"stop":1726217603243,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"551ba36438126053","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217603243,"stop":1726217603244,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"aadf896afd64389b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217603244,"stop":1726217603245,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"1f98fc81c2c208f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217603245,"stop":1726217603245,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"25240476a78d2eb7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217603245,"stop":1726217603246,"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":"9f598f9ebb5059cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217608001,"stop":1726217608002,"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":"45cac4c7fa658491","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217608002,"stop":1726217608003,"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":"2a503b6eb9914d20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217608002,"stop":1726217608002,"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":"f0ace057d24b60c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217608003,"stop":1726217608003,"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":"e33a56e46eeb57ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217608003,"stop":1726217608003,"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":"2aef1dcc86b612f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217608003,"stop":1726217608004,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"591f890830c9edf4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677784,"stop":1726217677785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"f2c89de5fbb24030","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677785,"stop":1726217677791,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"1ad2f552633eef1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677791,"stop":1726217677792,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"e2f9a85bece3da3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677792,"stop":1726217677796,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"a415ec338168a68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677797,"stop":1726217677799,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"9bda46af5259417b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677799,"stop":1726217677810,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"3454605ed0d9a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677810,"stop":1726217677812,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"b96d24654ce58053","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677812,"stop":1726217677813,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"b1c22e5b6524f69e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677813,"stop":1726217677814,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"54da3af17e7b59c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677814,"stop":1726217677815,"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":"cf7aad3341606f02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677815,"stop":1726217677820,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"97f2a2592cdf0156","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677820,"stop":1726217677822,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"e74bc7dc8678d97d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677822,"stop":1726217677823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e54dc3a22d1203cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677823,"stop":1726217677825,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"ce59ddecf13507d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677825,"stop":1726217677826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"743618d37056dc7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677826,"stop":1726217677827,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492603000000 ","uid":"c8736293f26b6ab4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677827,"stop":1726217677828,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492603 ","uid":"8524dbf0e44a32da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677828,"stop":1726217677834,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"de45df2ab2405988","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677835,"stop":1726217677841,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1102e1245bfc0d12","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677841,"stop":1726217677842,"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":"c8c20720b51b9384","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677843,"stop":1726217677843,"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":"f905fc86f8a7bacc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677843,"stop":1726217677843,"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":"53e26649a382515b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677844,"stop":1726217677845,"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":"fc6e8a051f69ff43","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677844,"stop":1726217677844,"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":"8b1b47038ecaf847","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677844,"stop":1726217677844,"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":"e0dd8b9748ec0ef3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217677845,"stop":1726217677846,"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":"5b9f28d79360d323","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217677846,"stop":1726217677846,"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":"512770156df70bbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217677846,"stop":1726217677846,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"274d935c6050d9af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687413,"stop":1726217687414,"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":"c5eb38e2a4a1dc3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687414,"stop":1726217687414,"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":"749a4fbeb03255c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687415,"stop":1726217687415,"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":"72bb661e74770c35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687416,"stop":1726217687416,"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":"a8581a6e5485075c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687416,"stop":1726217687416,"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":"bf822a9f7fd0d0a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687417,"stop":1726217687417,"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":"5f8ba8ff9bdc65e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687417,"stop":1726217687418,"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":"d554c82e90c12818","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687420,"stop":1726217687421,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"47c004fa0a6df8fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687421,"stop":1726217687421,"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":"d104607e2829a325","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687422,"stop":1726217687422,"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":"bbeb1f06bb1cc096","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687422,"stop":1726217687422,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"76243581b1758426","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687423,"stop":1726217687423,"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":"6a918a6e973d43a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687423,"stop":1726217687423,"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":"6cc886dceb5d32a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687424,"stop":1726217687424,"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":"b6a37fe23b451513","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687424,"stop":1726217687425,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"d495f5ba3b9e96f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687424,"stop":1726217687424,"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":"68d7da29c1b04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687425,"stop":1726217687425,"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":"2f5bb894d6388e30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687425,"stop":1726217687425,"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":"b28609a032130aa1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687426,"stop":1726217687427,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"5006e955dc9c9c9f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687426,"stop":1726217687426,"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":"201539d42c5e9114","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687427,"stop":1726217687427,"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":"925b1c919a4ad23d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687427,"stop":1726217687428,"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":"5c361733fd3667b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687428,"stop":1726217687428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"1916a6e15a70987d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687428,"stop":1726217687429,"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":"85ca7103e2492eab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687429,"stop":1726217687430,"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":"da6a90a0bb2f5052","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687429,"stop":1726217687429,"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":"fefa5b17b05cc84b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687429,"stop":1726217687429,"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":"5f17a1fd85500929","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687431,"stop":1726217687432,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"927a379b2c157f6e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687432,"stop":1726217687436,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"1ac639aff7ea290e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687436,"stop":1726217687437,"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":"42a423a055747248","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687437,"stop":1726217687437,"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":"a5449bf876e4d8b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687438,"stop":1726217687439,"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":"9eb1bd1efcf37a35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687438,"stop":1726217687438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ca68ae3dc8e86300","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687439,"stop":1726217687439,"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":"17a03a2b5c401b50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687440,"stop":1726217687440,"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":"1454bbe5908cf8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687440,"stop":1726217687441,"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":"7230c53b4db9a327","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687441,"stop":1726217687441,"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":"be3b4c77d4d2229d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687441,"stop":1726217687442,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"efe8072356e5b8c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687442,"stop":1726217687442,"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":"26346756a1797bfe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687443,"stop":1726217687444,"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":"6ba67b6a9be32d7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687445,"stop":1726217687447,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"4e023238762566f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687447,"stop":1726217687449,"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: 7","uid":"2e63e0cbccc2a075","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687449,"stop":1726217687450,"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":"ac8a402fcc401b07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217687450,"stop":1726217687451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"e046b18e4b9b75eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217705987,"stop":1726217705988,"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":"351e709b75b9a3f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217705988,"stop":1726217705988,"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":"e4676b067da16ef4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217705995,"stop":1726217705996,"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":"888a2fcfd7362efe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217705996,"stop":1726217705996,"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":"a2819a7fbc4ccdbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217705997,"stop":1726217705998,"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":"93d80f22374b0110","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217705997,"stop":1726217705997,"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":"5a1e4b90919f2275","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217705997,"stop":1726217705997,"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":"c48511aa87b2a0ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217705998,"stop":1726217705999,"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":"c0a4ddd8a07af88b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217705998,"stop":1726217705998,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"2d61d05e596ee0bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706000,"stop":1726217706000,"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":"8d35acc5cb6a530b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706000,"stop":1726217706001,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"fee230f6a1feb1de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706000,"stop":1726217706000,"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":"66fba32ce6b56b18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706001,"stop":1726217706002,"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":"81f573bff6c68007","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706001,"stop":1726217706001,"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":"33d7e21774b4b1ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706002,"stop":1726217706004,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"36015ee5684301e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706005,"stop":1726217706006,"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":"916f4fe4fc4b1b3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706005,"stop":1726217706005,"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":"3017e8be06448635","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706005,"stop":1726217706005,"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":"f6fcbf6ede1545b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706006,"stop":1726217706006,"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":"29b51c8671733e33","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706007,"stop":1726217706008,"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":"bda7487f80b65a24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706007,"stop":1726217706007,"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":"a626c0c9beabd2fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706008,"stop":1726217706009,"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":"63ecc95d35307b4d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706008,"stop":1726217706008,"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":"71a0957bd1164b3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706009,"stop":1726217706010,"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":"b3c2e11c53c4563","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706009,"stop":1726217706009,"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":"3c6d35273bb5d2bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706010,"stop":1726217706011,"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":"fd1422df3e59aced","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706011,"stop":1726217706012,"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":"5a052b91b6aaa163","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706011,"stop":1726217706011,"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":"3041108ccdfd46d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217706012,"stop":1726217706013,"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":"d15ebb9c40f10e66","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217724199,"stop":1726217724199,"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":"be4a89efa6eeda7c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217724200,"stop":1726217724200,"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":"c7f9038e88742c57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217724200,"stop":1726217724201,"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":"a2d1562737d69c87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217724200,"stop":1726217724200,"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":"f022cd6f33bd5fc7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217724201,"stop":1726217724202,"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":"26ae4ffa0f63dc96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217724203,"stop":1726217724203,"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":"249e9bfd52485f18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217724203,"stop":1726217724203,"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":"7b1be8aea5389366","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217724224,"stop":1726217724224,"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":"af5538879261d242","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217724226,"stop":1726217724227,"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":"87bf3e9c0fb36842","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217724227,"stop":1726217724228,"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":"d472045ff0cee630","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217724227,"stop":1726217724227,"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":"ee6e93fbf84c3ddc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217724228,"stop":1726217724228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 0 connections","uid":"710bc8b5c8768c20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217742496,"stop":1726217742496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"135264c5abcb468c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217742497,"stop":1726217742497,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"c1ec88ed8f3bfe0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217742497,"stop":1726217742497,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"34e19b98ba411c0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217742497,"stop":1726217742498,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"2174e0c19f9071b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217742498,"stop":1726217742500,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"d06fe232744ae48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217742502,"stop":1726217742502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"3e414a47fc3062f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217742503,"stop":1726217742503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"face8bb30fdbac53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217742503,"stop":1726217742503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Failed peers are renewed","uid":"b73f45b7c0342d27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217751144,"stop":1726217751144,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"4dd97c30e82ba1c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217751144,"stop":1726217751144,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"30f98cd2a9d61481","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217804574,"stop":1726217804574,"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":"fdcd25c2971565ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217804575,"stop":1726217804576,"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":"394d8788832ad6a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217804575,"stop":1726217804575,"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":"4c22b3d5c5aabacb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217804580,"stop":1726217804581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"befb0566995e0530","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217804580,"stop":1726217804580,"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":"b568e18fceb36b33","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217804581,"stop":1726217804581,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"cdad8f4cad202d44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217804581,"stop":1726217804582,"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":"dd7a24a69db17bec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217804582,"stop":1726217804583,"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":"2f1b962b50f38baf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217804582,"stop":1726217804582,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"44274d34b09f4ce7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217804645,"stop":1726217804645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"577d3f0ec67fefa7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217804645,"stop":1726217804646,"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":"8a062336079246fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217848413,"stop":1726217848414,"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":"b4e30054e64f672","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217848413,"stop":1726217848413,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"65af325e86f9e7c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217848414,"stop":1726217848415,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"1c0ce4e0a62a37cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217848414,"stop":1726217848414,"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":"2e5a6f402f793a14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217848420,"stop":1726217848420,"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":"7a8433e86cab8872","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217848421,"stop":1726217848421,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"59cdfa21a9801533","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217854655,"stop":1726217854655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"2c65730fb3d4bf3c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217854655,"stop":1726217854656,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"28ae9f8ebb0f9a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217854778,"stop":1726217854779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","uid":"21d81dc43d92ec0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217868231,"stop":1726217868231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","uid":"d776aaeeb51f5624","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217868232,"stop":1726217868232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","uid":"fd1b79a5dfd61553","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217868232,"stop":1726217868232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"bff1533859a58dfa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217868233,"stop":1726217868234,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","uid":"dd85b3c9e236ae92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217868233,"stop":1726217868233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","uid":"c5cc9eb2b2619f9d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217868233,"stop":1726217868233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","uid":"eea280ce78bad141","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217868235,"stop":1726217868236,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","uid":"b1da881b4a2fd795","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217868236,"stop":1726217868237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","uid":"22bef30d0160dbfd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217868237,"stop":1726217868246,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"fd07b200094621c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217868247,"stop":1726217868248,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"90384b357a2fa489","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217868248,"stop":1726217868249,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"efd5d7880c60bac0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217868249,"stop":1726217868250,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"12289a79c2e77653","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1726217868252,"stop":1726217868253,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"be1491af3b4379e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217868253,"stop":1726217868255,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"851a5c816053d52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217868255,"stop":1726217868256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"f94d798aba06a946","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217868256,"stop":1726217868257,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"d6e7f3d31d0be7a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217868893,"stop":1726217868894,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"5ce0d52363880cf8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217868894,"stop":1726217868894,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"a6040956941a17c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924727,"stop":1726217924729,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"ad3d9f69973527b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924729,"stop":1726217924729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"abdb0ed5d61875d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924730,"stop":1726217924730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"4361aea2bfb11075","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924730,"stop":1726217924730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"38add447307aaaf2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924731,"stop":1726217924732,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"dc7120f30593480b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924732,"stop":1726217924732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"bbe9ae1e986de0af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924732,"stop":1726217924733,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"1a1f796910147395","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924733,"stop":1726217924733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"6aa958d8323dee57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924734,"stop":1726217924734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"2b19dce128f3f727","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924734,"stop":1726217924734,"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":"ca635cebc11eec5c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924735,"stop":1726217924735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"663f441ba2161d95","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924735,"stop":1726217924736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"1b2e1c4a7b630a8f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924736,"stop":1726217924736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"231d34991ec56653","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924737,"stop":1726217924738,"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":"9dadd59fc00b67ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924737,"stop":1726217924737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"4ebf835b7cb2079b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924737,"stop":1726217924737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492448000000 ","uid":"ab124e5bda8b39fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924738,"stop":1726217924738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492448 ","uid":"46163633a9581f8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924738,"stop":1726217924738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"cd6766c4b7272b55","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924739,"stop":1726217924739,"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":"db665e1deda8b2a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924740,"stop":1726217924740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"9c248b72f3c6af5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924740,"stop":1726217924740,"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":"f364e6439b37a847","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924741,"stop":1726217924742,"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":"a127032ae9eea9cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924741,"stop":1726217924741,"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":"197144ca192231af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924742,"stop":1726217924743,"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":"8db847d1f97c48e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924742,"stop":1726217924742,"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":"1d4bc9192dedefcc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217924743,"stop":1726217924743,"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":"71e016fe5642d185","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217924743,"stop":1726217924743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"cd9aa96cbafd7868","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924744,"stop":1726217924744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"f7d584da4a6968f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924744,"stop":1726217924744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"7b5216172d8f56f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924745,"stop":1726217924745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"edda3e06ccbd69e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924745,"stop":1726217924746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"21ea567502913d50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924745,"stop":1726217924745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"7918a4cdcdc715c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924746,"stop":1726217924752,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"30ddbc056644a158","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924752,"stop":1726217924752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"1d87b66ed1f7f3d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924752,"stop":1726217924752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"d5d71a44591962af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924753,"stop":1726217924753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"decd75e56d355f4f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924753,"stop":1726217924753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"15115c43ce64880","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924754,"stop":1726217924754,"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":"922d391927121e35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924754,"stop":1726217924754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"211400f5887a7683","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924754,"stop":1726217924755,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"ffb39a8d1b2d5d15","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924755,"stop":1726217924758,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"3102ce46df784b5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924758,"stop":1726217924759,"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":"3228440b0ce36330","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924758,"stop":1726217924758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492448000000 ","uid":"1718215cb2ff9a1b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924759,"stop":1726217924759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492448 ","uid":"a0ec8cc6acacc39a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924759,"stop":1726217924762,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"c9aa0eb57ad99464","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924763,"stop":1726217924763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"7b0118d58f5347dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924763,"stop":1726217924763,"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":"42dec1fcd0756e39","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924764,"stop":1726217924764,"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":"f908971d91c158f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924764,"stop":1726217924765,"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":"b84068f23fab0ff6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924764,"stop":1726217924764,"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":"f0a30040c507c186","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924765,"stop":1726217924765,"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":"75edb88255806c74","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217924765,"stop":1726217924765,"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":"3d3fcbe2458bcd52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217924766,"stop":1726217924766,"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":"3570f6d576837572","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217924766,"stop":1726217924766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"72b1ee58aa9f58ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217925015,"stop":1726217925016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"817f965bdef4407f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217925015,"stop":1726217925015,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"6261c0636e1b38eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217925015,"stop":1726217925015,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"f9a0f8a733a691ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217925016,"stop":1726217925016,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"6387ce7e4e5327f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217927560,"stop":1726217927560,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"e20376927b185d2a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217927561,"stop":1726217927561,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"88a4957eb6159ad5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946673,"stop":1726217946674,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"5eabbc224a0e71bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946674,"stop":1726217946675,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"665413658dfe9f5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946675,"stop":1726217946676,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"e5713b8a06afbb25","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946676,"stop":1726217946677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"823e7ca7805f944d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946677,"stop":1726217946677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"efe0fa846cbf9c99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946678,"stop":1726217946678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"f3d3fbf9eafeb69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946680,"stop":1726217946697,"duration":17},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"a03a7e9813f53881","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946697,"stop":1726217946698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"d71162fe36448aeb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946699,"stop":1726217946699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"95c639a6bcb02022","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946700,"stop":1726217946705,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"acd2681812c08aa9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946705,"stop":1726217946718,"duration":13},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"76159908ae89d281","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946719,"stop":1726217946719,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"1c1e58c46a692ff1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946720,"stop":1726217946721,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"1a6b29b2737111e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946720,"stop":1726217946720,"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":"1367842c152bee60","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946721,"stop":1726217946721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"1915a37224b4eead","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946721,"stop":1726217946721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"d2769fccf237d655","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946722,"stop":1726217946722,"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":"f3ecbd401a1a7259","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946722,"stop":1726217946722,"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":"eb443ba2252d774d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946723,"stop":1726217946724,"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":"ee54230ded098042","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946723,"stop":1726217946723,"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":"8718c7049de43c14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946723,"stop":1726217946723,"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":"63d86311cdb44ca9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946724,"stop":1726217946725,"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":"aa3b33c00932961f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946724,"stop":1726217946724,"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":"4484ab6bc79d4a9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946725,"stop":1726217946728,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"dd0c3a44300bb4cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946732,"stop":1726217946732,"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":"822c7391aaeeaf49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946732,"stop":1726217946733,"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":"215000a5d8469684","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946733,"stop":1726217946733,"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":"f0009605e23d797e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946734,"stop":1726217946735,"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":"fc6cfb471425cb2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946734,"stop":1726217946734,"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":"538a15730f0478a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946735,"stop":1726217946739,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"d8bc04fa2cad4afe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946735,"stop":1726217946735,"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":"bb195f127bc23fc3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946739,"stop":1726217946739,"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":"53bbf43931b3a13e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946740,"stop":1726217946740,"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":"139ea9cdbd201ed8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946740,"stop":1726217946741,"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":"f5be96194f8f36d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946740,"stop":1726217946740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"68d994220f4dfbf0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946741,"stop":1726217946741,"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":"3a32b0028b9f79ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946741,"stop":1726217946741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"fa930ca5f2fb2f33","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946742,"stop":1726217946743,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1695459342715","uid":"6f6b1fae02c86cc6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946743,"stop":1726217946743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726221342715","uid":"32351918145325f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946744,"stop":1726217946744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726214142715","uid":"31c339942342c875","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946744,"stop":1726217946744,"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":"332f95502e32f96e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946745,"stop":1726217946745,"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":"9dbeccb659bd7d14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217946745,"stop":1726217946745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"6af678b35c2f4a73","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217949322,"stop":1726217949323,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"a42c67f43b954f20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217949325,"stop":1726217949325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"1a4990250e98ae5c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217949325,"stop":1726217949326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"b7e60c0b1bbea68e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217949327,"stop":1726217949327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"9931e5fbeb80520f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217955948,"stop":1726217955949,"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":"8632721549e14843","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217955949,"stop":1726217955949,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"a974dc35348d8bf9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217955949,"stop":1726217955949,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"d1052525a440082e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217955950,"stop":1726217955950,"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":"32e0d786de989bda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217960211,"stop":1726217960211,"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":"3bf46a1397bddf6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217960211,"stop":1726217960211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"9f6ad9d0a302fa81","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217960212,"stop":1726217960212,"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":"ec4f413dbf24196e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217960212,"stop":1726217960212,"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":"d323eb4b7d5f4e3c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217960213,"stop":1726217960213,"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":"c47d8fcb86f012a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217960213,"stop":1726217960213,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"a59d67651086a0f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217960214,"stop":1726217960214,"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":"2453f8230b03b9c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217960214,"stop":1726217960214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"2ef258ced9393aaf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976598,"stop":1726217976598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"8d6e3c354c56f675","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976599,"stop":1726217976599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"6ffafc8d8a1c4350","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976599,"stop":1726217976599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"2fab469ec8314fea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976600,"stop":1726217976601,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"c96d254c26f6fe71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976600,"stop":1726217976600,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"e66192f75d7908bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976600,"stop":1726217976600,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"afc4890543196d66","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976601,"stop":1726217976601,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"872bd653fe613d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976601,"stop":1726217976602,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"3f3b65e5e9b4ab34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976602,"stop":1726217976602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"171f63e0abd388e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976602,"stop":1726217976602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"80c89eaf05f4cd9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976603,"stop":1726217976604,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"db8561724d375e5f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976603,"stop":1726217976603,"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":"394c68283a7a8ff2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976603,"stop":1726217976603,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"f110014bb68fc085","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976604,"stop":1726217976606,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"2f19eecf52c8f720","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976606,"stop":1726217976607,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"bd15fb2f524ce2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976607,"stop":1726217976608,"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":"55c9f0947a2b5f19","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976608,"stop":1726217976609,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sat Sep 23 2023 08:59:09 GMT+0000 (Coordinated Universal Time)","uid":"39b9911ab7b31593","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976609,"stop":1726217976610,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 13 2024 07:59:09 GMT+0000 (Coordinated Universal Time)","uid":"af31b0df6175fdc1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976610,"stop":1726217976611,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 13 2024 09:59:09 GMT+0000 (Coordinated Universal Time)","uid":"3aaa244311e0da59","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976611,"stop":1726217976613,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"c44675d18b5bdf00","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976613,"stop":1726217976614,"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":"ecd94d1fd89bec96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976614,"stop":1726217976615,"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":"406e7760a6b203bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976615,"stop":1726217976616,"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":"9eaefe2785f18c04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976616,"stop":1726217976617,"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":"c4a6c731c5ba181f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976619,"stop":1726217976620,"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":"f67ce95b2517dcfb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217976620,"stop":1726217976621,"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":"52aa7f8c3c7dab29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217976621,"stop":1726217976622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"55a65680c90a88e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976622,"stop":1726217976623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"78d71f9d8fa08f9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217976623,"stop":1726217976624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"9bb30bb1031e3773","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217978645,"stop":1726217978645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"155d181d2dd11c63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217978645,"stop":1726217978647,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"4d7ae123f4338ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217978647,"stop":1726217978649,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"f8a8d04095de31cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217978650,"stop":1726217978650,"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":"6fe6410a277322c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217978666,"stop":1726217978666,"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":"de04ba40cdd8c7e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217978667,"stop":1726217978667,"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":"b70b5bb13275e661","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217978667,"stop":1726217978667,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"5f97f03312eb9c3f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980034,"stop":1726217980035,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"8a91252486d89c80","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980035,"stop":1726217980035,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"42f866ea9a68472e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980035,"stop":1726217980036,"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":"aadd29f5cc1cd3e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980036,"stop":1726217980036,"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":"d2599ebb63e00009","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980036,"stop":1726217980037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"c213072de9dc0c33","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980036,"stop":1726217980036,"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":"21f717d2eb9962f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980037,"stop":1726217980037,"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":"a1bf24b88c56c22f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980037,"stop":1726217980038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"68007f3446635ee8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217980038,"stop":1726217980038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"576b67030db7bb98","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726217980038,"stop":1726217980038,"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":"a15c15ae6c4cd08f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980039,"stop":1726217980049,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"f625a555b6611ba7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980039,"stop":1726217980039,"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":"3ceb98ed5f653578","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980039,"stop":1726217980039,"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":"a16ed47e57a9e8be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980049,"stop":1726217980050,"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":"65777614b69daf42","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980050,"stop":1726217980050,"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":"e671cdb7d273dd53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980050,"stop":1726217980051,"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":"9fca3a38bf89962b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980051,"stop":1726217980051,"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":"d5d62e67d9328415","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980052,"stop":1726217980052,"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":"4d824539b4a594dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980052,"stop":1726217980053,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"b00c46347845a679","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980052,"stop":1726217980052,"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":"fe089244688f9639","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980053,"stop":1726217980053,"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":"1564355301325361","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980053,"stop":1726217980054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"dde0fd7b88ca5c32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980054,"stop":1726217980054,"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":"12708546cdcbaea6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980054,"stop":1726217980055,"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":"af16cec20f846056","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980055,"stop":1726217980055,"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":"3650feca32375c67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726217980055,"stop":1726217980056,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"72a4689f75936f85","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218011622,"stop":1726218011622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"27f30c6a16a7a99e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218011623,"stop":1726218011623,"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: /app90/6/topic326/proto","uid":"bb50231047495df1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218011623,"stop":1726218011624,"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: /app95/8/topic808/test.js","uid":"27cd581dbeec6913","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218011623,"stop":1726218011623,"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: /app58/8/topic404/proto","uid":"df834e1ff4e2fc11","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218011624,"stop":1726218011624,"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: /app57/6/topic639/json","uid":"ef2cd6e362cefa22","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218011624,"stop":1726218011625,"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/1/topic193/proto","uid":"ea335f24d619f36b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218011624,"stop":1726218011624,"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: /app62/7/topic669/test.js","uid":"4f3605b8fe121008","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218011626,"stop":1726218011627,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app24/4/topic447/utf8","uid":"43993ae6688f6977","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218011626,"stop":1726218011626,"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: /app7/3/topic353/xml","uid":"33be19679efe1aaa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218011626,"stop":1726218011626,"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: /app20/5/topic731/xml","uid":"a746752f6b36bda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218011627,"stop":1726218011627,"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: /app16/3/topic493/proto","uid":"d1d15cc1f60f49d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218011627,"stop":1726218011627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"a3078c24a20db61e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218011628,"stop":1726218011628,"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":"43923558f2068114","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218011628,"stop":1726218011628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"ef70294ca0d0caa2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218011629,"stop":1726218011630,"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":"2c6da54044659602","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218011629,"stop":1726218011629,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"7218ef37689f8d5c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013688,"stop":1726218013689,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"a19fa9505e421d8b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013689,"stop":1726218013689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"62582c25cfe4c6ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013690,"stop":1726218013690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"643a5ef7efb4579f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013690,"stop":1726218013690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"fbdf6fecbd6fa7e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013691,"stop":1726218013691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"ff651ac650aa0b69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013691,"stop":1726218013691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"fdda0479736669ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013692,"stop":1726218013693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"48dcbc888136b7ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013692,"stop":1726218013692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"a027ff90bfff3b8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013692,"stop":1726218013692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"8ca8dd69249fc3f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013693,"stop":1726218013693,"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":"f46a65f5ec61cbfc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013693,"stop":1726218013694,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"fdd94729863a5ba0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013694,"stop":1726218013695,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"42e6432cbb5d2993","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013695,"stop":1726218013695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"d05befb19538bf00","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013696,"stop":1726218013696,"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":"ae06513cb133c1b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013696,"stop":1726218013696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"fa96a3d3c340607a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013697,"stop":1726218013697,"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":"f92f1fd2adc550b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013697,"stop":1726218013698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"e0fb4e9e26f6b570","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013697,"stop":1726218013697,"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":"6ba53f6831712367","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013698,"stop":1726218013699,"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":"fee6e504776f4387","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013698,"stop":1726218013698,"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":"569d2a07b0a33503","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013699,"stop":1726218013700,"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":"ea1d44b491181207","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013700,"stop":1726218013700,"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":"f31d496356106eef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013700,"stop":1726218013700,"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":"9613918c76680899","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013701,"stop":1726218013702,"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":"ed29db7636c0a5e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013701,"stop":1726218013701,"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":"c68091fa3992f9d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013701,"stop":1726218013701,"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":"f974fb36c1ad20d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013702,"stop":1726218013712,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"48a92568d4185240","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013712,"stop":1726218013715,"duration":3},"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":"f09ae161289fe6e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013716,"stop":1726218013718,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"4cc2b05c7efae3c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013718,"stop":1726218013719,"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":"2df5ea4a86c6553b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013719,"stop":1726218013719,"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":"a862455496dd40e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013719,"stop":1726218013720,"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":"4c1e3cf0750d78f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013719,"stop":1726218013719,"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":"da728877ee37693","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013720,"stop":1726218013723,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"20f7e6a7dca25bdc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013720,"stop":1726218013720,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"6579233b147dbd27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013723,"stop":1726218013724,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"f49ed9684cf683da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013724,"stop":1726218013724,"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":"a8451b5b33d83280","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013724,"stop":1726218013724,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1695459306169","uid":"a532000f3eabde59","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013725,"stop":1726218013725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726214106169","uid":"77af0d3a6df2b44f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013725,"stop":1726218013726,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726221306169","uid":"38800d9b501f4f5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013726,"stop":1726218013729,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"e12b17f9d8cc7435","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013729,"stop":1726218013730,"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":"3b45aff872bd9d10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218013730,"stop":1726218013731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"dbb6de40286083ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218020451,"stop":1726218020453,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"aeba21aec66b684","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218020451,"stop":1726218020451,"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":"c4ccced96b1fa86c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218020453,"stop":1726218020454,"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":"2e6e42f34c4e0edf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218020454,"stop":1726218020455,"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":"97e00203451e4ee0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218020455,"stop":1726218020456,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"1ccc6c22d23ddcfb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218020456,"stop":1726218020457,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"e0dbf51dfa7f3528","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218020457,"stop":1726218020458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"a6f574173d8b143e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218020458,"stop":1726218020459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"46da2f5652808e97","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218020459,"stop":1726218020460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"ad6c71acb1ac96cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218039626,"stop":1726218039626,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 517, Shard ID: 180","uid":"594ff4c45895ab89","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218039627,"stop":1726218039628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 813, Shard ID: 4","uid":"9aea3c2c6b14dca0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218039627,"stop":1726218039627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"e8a0b62e494156e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218039627,"stop":1726218039627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 309, Shard ID: 473","uid":"575f5f1a89a5a265","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218039628,"stop":1726218039628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 517, Shard ID: 214","uid":"5691568a6136f845","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218039628,"stop":1726218039628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 39, Shard ID: 679","uid":"1c5928a8bbd66520","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218039629,"stop":1726218039629,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 431, Shard ID: 247","uid":"ecb4dbb01334f29d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218039629,"stop":1726218039629,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 69, Shard ID: 416","uid":"4c0bef4a99d3c90e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218039630,"stop":1726218039630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 299, Shard ID: 381","uid":"9fa765fa058e38dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218039630,"stop":1726218039630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 340, Shard ID: 336","uid":"45435efc6222a176","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218039631,"stop":1726218039631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 415, Shard ID: 397","uid":"dec0f2a0fa9d8928","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218039631,"stop":1726218039631,"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":"7b13e800fd0cb8b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218039632,"stop":1726218039632,"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":"48981eb82341f9c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218039633,"stop":1726218039634,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"ca20990e3405d0fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218039634,"stop":1726218039635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"51795d515438cd82","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218054673,"stop":1726218054683,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"e44df5c108d260a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218054673,"stop":1726218054673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"d8dc3fa14fc34a24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218054683,"stop":1726218054684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"21a181c76e1fbf4f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218054684,"stop":1726218054684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"369e2e1f3d78afd5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218054684,"stop":1726218054688,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"2181694ef311d30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218054691,"stop":1726218054692,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"ddc1d131c50fd5ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218054693,"stop":1726218054693,"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":"762bb0d9e02daf8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218054693,"stop":1726218054693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"57a626a4a7efd37c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218054694,"stop":1726218054699,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"af79f35314395695","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218054699,"stop":1726218054700,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"a5ab136b1af82365","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218054700,"stop":1726218054700,"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":"a9a095a31d4342b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218054703,"stop":1726218054704,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"9fa9f67396f2c939","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218061971,"stop":1726218061974,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"1703e7f12a78c322","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218061974,"stop":1726218061975,"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":"132e1d1713ee8bd7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218061976,"stop":1726218061978,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"5d0e1470f935a1dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218061978,"stop":1726218061979,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"95127b0d06c21192","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218061979,"stop":1726218061979,"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":"379d34be8192b129","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218061979,"stop":1726218061979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"803d2a4649479cab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218061980,"stop":1726218061980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"e13a13fd6ca5d2ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218061980,"stop":1726218061981,"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":"860268ee1c290af7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218061981,"stop":1726218061981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"54cfcd81a69d590c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218063101,"stop":1726218063102,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"6df164cff7642ed4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218063101,"stop":1726218063101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"be7ef5cf7a377c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218063109,"stop":1726218063110,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"55eaa98d05eb2025","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218063111,"stop":1726218063111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"21553e4e237cb56a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218063111,"stop":1726218063112,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"7eb4fc37ed00550d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218063114,"stop":1726218063114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"82b7499e042a1d6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066272,"stop":1726218066272,"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":"3a9fb22184aedfe1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066273,"stop":1726218066274,"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":"f2de25bd91396850","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066273,"stop":1726218066273,"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":"53778240381946b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066274,"stop":1726218066274,"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":"a2831c813634ca9b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066274,"stop":1726218066274,"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":"b6ab9ef98e88147b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066275,"stop":1726218066276,"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":"846f49de92e30ab6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066275,"stop":1726218066275,"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":"1980ceed23b18d7c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066275,"stop":1726218066275,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"f8bc866f15e453c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066276,"stop":1726218066277,"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":"9a9afe810157a850","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066276,"stop":1726218066276,"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":"c300ab64ca52bed7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066277,"stop":1726218066277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c38ff0aa5014373","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066277,"stop":1726218066277,"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":"6d6d264a18014b2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066278,"stop":1726218066278,"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":"adfdb59af623b76d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066278,"stop":1726218066278,"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":"6bf5e85ce279ac3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066278,"stop":1726218066279,"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":"68fe3ac082989074","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066279,"stop":1726218066280,"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":"eb457267617fafac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066279,"stop":1726218066279,"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":"26db03bcb167e1a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066280,"stop":1726218066280,"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":"971f7a4609b7c8bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066280,"stop":1726218066280,"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":"4dddbe5feb6cc377","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066281,"stop":1726218066282,"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":"7d6d58bdcb63c947","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066281,"stop":1726218066281,"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":"560149277e959387","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066281,"stop":1726218066281,"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":"18b8b10c8b0ca943","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066282,"stop":1726218066282,"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":"ae619eb282cfba91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066282,"stop":1726218066282,"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":"da919af74647f023","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066286,"stop":1726218066287,"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":"477edff38104fe68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066287,"stop":1726218066287,"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":"bf79c5635140e55b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066287,"stop":1726218066287,"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":"da85895096bc06a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066288,"stop":1726218066288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"372da25cb686d3f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066288,"stop":1726218066288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"553f079f1ca8818f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066289,"stop":1726218066289,"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":"2bf564898450397c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066292,"stop":1726218066293,"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":"be2c88b74d3d369c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066295,"stop":1726218066295,"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":"fa2cf113f4c9e79e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066296,"stop":1726218066297,"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":"6cf821e4d277d951","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066296,"stop":1726218066296,"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":"1e3633514e5ee9f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066296,"stop":1726218066296,"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":"aa92acb13802c6fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066297,"stop":1726218066297,"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":"ba693ab0b047ac50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066297,"stop":1726218066297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"b0e8224f5deac55d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066298,"stop":1726218066299,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"37ad5ce9bcc2a248","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066298,"stop":1726218066298,"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":"176c58e700c9d627","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066298,"stop":1726218066298,"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":"b2af5cbce1133d1c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066299,"stop":1726218066300,"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":"1d51ce2f861ce45c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066299,"stop":1726218066299,"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":"c2d387150ef2f747","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066299,"stop":1726218066299,"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":"a1c68e210ca6256","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066302,"stop":1726218066302,"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":"8b556197d3dad9ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066303,"stop":1726218066303,"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":"629ac4389cdadbd6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066303,"stop":1726218066303,"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":"f4046bbb7f92c7c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066304,"stop":1726218066305,"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":"be51b96c20f658de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066305,"stop":1726218066305,"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":"169693eed88d11f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066305,"stop":1726218066307,"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":"4ee788b0252cc28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066307,"stop":1726218066308,"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":"3faae2278630f533","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066308,"stop":1726218066314,"duration":6},"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":"7714348711ee4cdc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066308,"stop":1726218066308,"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":"486cf7f81ffa6dae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066314,"stop":1726218066315,"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":"4936de9a881be791","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066315,"stop":1726218066315,"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":"a66bad0317669e01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066315,"stop":1726218066316,"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":"24f641dc347c7b23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066316,"stop":1726218066316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"a16c780dae603c7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066316,"stop":1726218066317,"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":"ef4fede9ecf10770","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218066316,"stop":1726218066316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"73ae9231d7b7f2ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218071323,"stop":1726218071323,"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":"5a6f8c35e30b3a1e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218071323,"stop":1726218071324,"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":"8f48a3ff0e5f000d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218071324,"stop":1726218071324,"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":"42046d79d859bdb0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218071324,"stop":1726218071324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"f8c949295fb171dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218071325,"stop":1726218071325,"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":"8be0f273fac9bcc2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218071325,"stop":1726218071325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"630dc2f0f3d5087d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218071325,"stop":1726218071326,"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":"5ecb49d8f2e2a725","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218071326,"stop":1726218071349,"duration":23},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"656b33108765eb33","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218071349,"stop":1726218071355,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"577d01f43f1495bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218077305,"stop":1726218077305,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"d37f0742a50075a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218077305,"stop":1726218077305,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"bb3259767a1d0e57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218077306,"stop":1726218077306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"ffd4f21d818bc927","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218077539,"stop":1726218077540,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"65bfd825d880fe65","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218077539,"stop":1726218077539,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"1bade847af628851","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218077540,"stop":1726218077540,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"cfa5d2d07f9e9111","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218077540,"stop":1726218077540,"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":"5868e895f3b49a09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218085656,"stop":1726218085657,"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":"7d04536c4dbbbe5c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218085657,"stop":1726218085658,"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":"54b386364d12f4bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218085658,"stop":1726218085659,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"2540c21096383b3c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218085659,"stop":1726218085660,"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":"85be338cb327deb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218085660,"stop":1726218085661,"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":"f673ab73b2de717c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218085661,"stop":1726218085662,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"1b4d95fa4bd100bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218085662,"stop":1726218085663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"df2f8c58c95060a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218085663,"stop":1726218085664,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"ed54ac08cbaa7d2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218090762,"stop":1726218090763,"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":"7c572d9bf118a112","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218090763,"stop":1726218090763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"4ba0c2fecbf6b662","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218090763,"stop":1726218090763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"39de516b6e9147b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218090764,"stop":1726218090764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"e3b51b3103a19e76","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218090764,"stop":1726218090765,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"59e2028896053828","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218090764,"stop":1726218090764,"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":"b5e82c93652a2236","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218091297,"stop":1726218091297,"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":"894b1608ff37670c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218091298,"stop":1726218091298,"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":"c1f0d09bf50e1802","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218091298,"stop":1726218091299,"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":"3931030e79a8b866","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218091298,"stop":1726218091298,"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":"3789e627bb808812","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218091299,"stop":1726218091299,"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":"370620f1406a5b64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218091299,"stop":1726218091299,"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":"4f0dd72dea6ac6cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"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":"1c5d67241e843233","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"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":"7f25e3f990a9cdbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"c5385358797e053e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218095392,"stop":1726218095393,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"81a6e7263f2db1a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218095393,"stop":1726218095394,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"b6227468bcb5f2e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218095393,"stop":1726218095393,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"e29eb799a4dcdfa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218095393,"stop":1726218095393,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"55fd22a56b8d7dbe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218095394,"stop":1726218095395,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"18a81fdc8f640f1b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218095394,"stop":1726218095394,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"350ad1a5f71be573","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218095395,"stop":1726218095395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"f591f16c528f3754","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218095395,"stop":1726218095395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"c461003765ada517","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218095396,"stop":1726218095396,"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":"1d682ffed4eaeb0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218139624,"stop":1726218139624,"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":"157d554266efcd8e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218139625,"stop":1726218139626,"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":"a2bd097e0388c856","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218139625,"stop":1726218139625,"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":"cf8879057b42a0c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218139626,"stop":1726218139626,"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":"3d4fc7777d0be042","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218282696,"stop":1726218282697,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"d457d4c29c1ed37b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218282698,"stop":1726218282698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"a6c4dd3285259e01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283070,"stop":1726218283070,"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":"61c23ade9774c792","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283071,"stop":1726218283072,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"78092d03690abda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283071,"stop":1726218283071,"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":"dea7c95588c834a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283072,"stop":1726218283072,"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":"abbc18cc02a6594","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283072,"stop":1726218283073,"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":"9c59145315623cdd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283073,"stop":1726218283073,"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":"3171ebd1f3ad5ef6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283073,"stop":1726218283074,"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":"319ba275bc35c263","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283074,"stop":1726218283075,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"818c402d33e1d6ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283075,"stop":1726218283075,"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":"cab66ddbef3931e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283076,"stop":1726218283077,"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":"39483524198a56c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283077,"stop":1726218283077,"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":"ec544f86edaed142","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283077,"stop":1726218283082,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"ee0081bbfbfcce8d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283082,"stop":1726218283083,"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":"1b0ec5f9a42dd98f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283083,"stop":1726218283083,"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":"8e3bbb2c8dbe508b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283083,"stop":1726218283083,"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":"242f39cda045a6b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283084,"stop":1726218283084,"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":"7c4df3568cddd6d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283084,"stop":1726218283084,"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":"fb7925ccf6ae0157","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283084,"stop":1726218283084,"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":"9d29df7796ba2dd1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283085,"stop":1726218283085,"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":"1baa0b027f6e22cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283085,"stop":1726218283085,"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":"bc22a6d73963c6e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283085,"stop":1726218283085,"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":"e531ad16ba5f39b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283086,"stop":1726218283086,"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":"6ceef3fdf5610026","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283086,"stop":1726218283086,"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":"ddaa1cee76844d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283087,"stop":1726218283087,"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":"c9706327e62c087b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283087,"stop":1726218283087,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"f5ed93bacfe25bb0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283087,"stop":1726218283087,"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":"f61c86bf67f5a4f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283088,"stop":1726218283088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"18250addac37a8d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283088,"stop":1726218283088,"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":"dd6ffb0cf6e45718","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283089,"stop":1726218283089,"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":"2e7e9fb9e46df0f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283089,"stop":1726218283090,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"442e4d1e68bb0cc4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283089,"stop":1726218283089,"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":"377ccda8c80955b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283090,"stop":1726218283091,"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":"43ad251086066ab1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283090,"stop":1726218283090,"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":"86b54c0284a2774a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283091,"stop":1726218283091,"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":"29e8574724d47747","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283091,"stop":1726218283091,"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":"22669e80c761df2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283091,"stop":1726218283092,"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":"b7b98741c6ff64f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283092,"stop":1726218283092,"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":"2843883ccff0aec7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283092,"stop":1726218283092,"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":"39200fd258aaa858","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283092,"stop":1726218283093,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"53dd65ded2366685","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283093,"stop":1726218283093,"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":"61f382425504b46a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283093,"stop":1726218283093,"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":"3741a4ed93904932","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283094,"stop":1726218283094,"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":"61ce8eee8cbc3e24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283094,"stop":1726218283095,"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":"7b618163cfb6ed0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283094,"stop":1726218283094,"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":"a253f7bc154637cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283095,"stop":1726218283096,"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":"38771a52fe4c1f65","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283095,"stop":1726218283095,"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":"963aff1bad69da87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283095,"stop":1726218283095,"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":"29165dffa2534375","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283096,"stop":1726218283097,"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":"51d33b622e674957","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283096,"stop":1726218283096,"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":"432c761318df8589","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283096,"stop":1726218283096,"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":"918de91f586058ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283097,"stop":1726218283097,"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":"fb092e4d29ee67aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283097,"stop":1726218283097,"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":"228d3f00c723b625","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283097,"stop":1726218283098,"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":"f0b0b4693a4a4045","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283098,"stop":1726218283098,"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":"496cbaa2c10876ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283098,"stop":1726218283099,"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":"6f46be6f6d970a7c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283098,"stop":1726218283098,"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":"d30510fd52f60d39","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283099,"stop":1726218283099,"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":"651c9e531633893d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283099,"stop":1726218283100,"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":"6158c1df0e10543d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283099,"stop":1726218283099,"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":"9bd43529907fa10a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283100,"stop":1726218283100,"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":"f46c7314d38f09dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283100,"stop":1726218283100,"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":"d74e0b507a4ab6e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283101,"stop":1726218283101,"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":"d309c12fd2cb7c76","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283101,"stop":1726218283102,"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":"202985609b8c349e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283101,"stop":1726218283101,"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":"8767f6023d93d22c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283102,"stop":1726218283102,"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":"a897a65bf14bac52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283102,"stop":1726218283102,"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":"a33701ae79543e34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"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":"2fd74dd4a4419bbd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"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":"2fe3b651b85c342","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"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":"9a88cff180059b47","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"63960250baa96b55","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283104,"stop":1726218283105,"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":"475a0cc54d7b4c64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"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":"42207941aaedf54a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"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":"c373db5dacca5779","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"4bd65ed11b7149a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"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":"695cb9b704b63250","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283105,"stop":1726218283105,"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":"691cc1106d76d00d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283105,"stop":1726218283105,"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":"41b190f6c80d05d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283105,"stop":1726218283106,"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":"92b6402ff8053dc2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283105,"stop":1726218283105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"c519bf1090181949","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283106,"stop":1726218283107,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"3c032a68fc9999e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283107,"stop":1726218283107,"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":"55f9fa646e0dd750","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283107,"stop":1726218283107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"6105905ca3426dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218283107,"stop":1726218283107,"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":"177db12bfa4c0174","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218285624,"stop":1726218285625,"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":"ed62c19e4c4fe287","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218285626,"stop":1726218285626,"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":"3d2f5e499349faf6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218285626,"stop":1726218285627,"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":"ffbab8e6a283f2e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218285626,"stop":1726218285626,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"8e8fe22c2fec85a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218285627,"stop":1726218285627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"242c022b987a776e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218285627,"stop":1726218285628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only RELAY set to true","uid":"d67823a119278576","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291074,"stop":1726218291076,"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":"cab8bef1eba4b639","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291076,"stop":1726218291077,"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":"f4de2b05d1b01c4f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291077,"stop":1726218291077,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"54e7feae9bda1010","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291077,"stop":1726218291078,"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":"b43fa9cf1159f56f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291078,"stop":1726218291078,"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":"a96b18887e656f30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291079,"stop":1726218291079,"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":"baf57a9d5101b5a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291079,"stop":1726218291079,"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":"5d40a6e80470af0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291080,"stop":1726218291081,"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":"b007419bcfd40f9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291080,"stop":1726218291080,"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":"2d6e14c991b77b56","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291081,"stop":1726218291082,"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":"935540172fe40d69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291082,"stop":1726218291082,"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":"45ced46f4168b7f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291082,"stop":1726218291083,"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":"43ce9e4d18d7722c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291083,"stop":1726218291083,"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":"d0cd26129df832c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291084,"stop":1726218291084,"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":"660070925af87e36","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291084,"stop":1726218291084,"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":"f500c56fdff1f020","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291085,"stop":1726218291085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"f92d8af552c71729","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291182,"stop":1726218291182,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"e0a64349b5fdd54b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291265,"stop":1726218291266,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"8e4903234947b101","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291266,"stop":1726218291266,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"5f7b643d0c265439","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291657,"stop":1726218291657,"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":"37e7b98ff53b561b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291658,"stop":1726218291659,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"8dfb836e329d14e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291658,"stop":1726218291658,"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":"879b9592f245da41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291658,"stop":1726218291658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"3635fc44fd8f2555","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291659,"stop":1726218291660,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"1730e8abc22ba6af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291659,"stop":1726218291659,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"557f15b86c3817d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291660,"stop":1726218291660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"ec0d7bc5a8cc0eda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291660,"stop":1726218291660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"707d97b279ffa5c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291661,"stop":1726218291661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"7e9c238f56610d41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291661,"stop":1726218291661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"a44b2234134bccdb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291662,"stop":1726218291663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"51e2196bc0ace9b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291662,"stop":1726218291662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"2fa78b257813acca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291662,"stop":1726218291662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"29e401b857c4dab5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291663,"stop":1726218291664,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"4650472aca951c60","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291663,"stop":1726218291663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"35e2ad0ffd61e6a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291667,"stop":1726218291667,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"1926239cbce7fe4c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291667,"stop":1726218291668,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"b984638101a2885","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291668,"stop":1726218291668,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"ed3233569991489d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291668,"stop":1726218291668,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"6d951e7eda174203","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291668,"stop":1726218291668,"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":"f19a4e0ab55df714","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291669,"stop":1726218291670,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"e9cda4ced405a4a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291669,"stop":1726218291669,"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":"6ce60da307fe11e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291669,"stop":1726218291669,"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":"f03729e4a50a0691","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291670,"stop":1726218291671,"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":"dfce94e63411aedf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291670,"stop":1726218291670,"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":"8717e76113565526","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291670,"stop":1726218291670,"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":"931d0150e1bf0c7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291671,"stop":1726218291671,"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":"2754b1350fa4d8a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291671,"stop":1726218291671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"45cf3f32838628f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218291672,"stop":1726218291672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"4adbd818215eeb71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218295945,"stop":1726218295947,"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":"e3965ed3e5cf3bc2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218296383,"stop":1726218296384,"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":"495f9ae83ce407e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218296384,"stop":1726218296385,"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":"4b1dba01c6d98e04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218296385,"stop":1726218296385,"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":"11fda5521108ec17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218296385,"stop":1726218296386,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"2a078604bad514a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218296783,"stop":1726218296783,"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":"5be8bc1a2f3bf356","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218296784,"stop":1726218296784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"d83dd35444514e57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218296784,"stop":1726218296784,"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":"892ef1596701a339","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218296785,"stop":1726218296785,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"20b55f41b8cf225","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218296785,"stop":1726218296785,"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":"ae17a515ffbdd9e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218296786,"stop":1726218296787,"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":"984360b0a1525e5d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218296786,"stop":1726218296786,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"df6098d0e12469f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218296786,"stop":1726218296786,"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":"767c9dcd579d75ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218302902,"stop":1726218302903,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"8ff2b856f90d45d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218302904,"stop":1726218302904,"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":"858368dbe10b1a15","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218302904,"stop":1726218302904,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"950b7a9803b662ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304290,"stop":1726218304291,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"2d506d7b0fe02227","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304291,"stop":1726218304291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"274acc71bc983490","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304291,"stop":1726218304292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"60497c7fddd2b17d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304292,"stop":1726218304292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"ad8a495913a569","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304461,"stop":1726218304462,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"e9e03baf83eac6a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304463,"stop":1726218304463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"99a1e3d362e0e353","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304464,"stop":1726218304464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"729a70bf5dcc58ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304464,"stop":1726218304465,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"ae8e24c35164dfaa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304465,"stop":1726218304466,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"b403c454b56be12a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304467,"stop":1726218304467,"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":"768bcaa9249b2728","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304469,"stop":1726218304469,"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":"e19e7dbaf9afd4d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304470,"stop":1726218304470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"79d51a65d0af618d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304470,"stop":1726218304471,"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":"7a47822857a6188f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304471,"stop":1726218304472,"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":"472c9da00b75b8e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304472,"stop":1726218304473,"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":"709406fe1315a0fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218304474,"stop":1726218304474,"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":"a561c9cac12a0a10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218304475,"stop":1726218304475,"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":"4ff3780af93403cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304533,"stop":1726218304534,"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":"b3fbfb47f0e336ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304533,"stop":1726218304533,"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":"185105c8754d153e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304534,"stop":1726218304534,"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":"caec25470d773579","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304534,"stop":1726218304534,"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":"75c50a9372841e04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304535,"stop":1726218304535,"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":"9eca7d2728ed4c63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304535,"stop":1726218304535,"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":"147c9ae3a9cc6b85","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304535,"stop":1726218304536,"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":"5c161dc11c4f443c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304536,"stop":1726218304536,"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":"96e82bf7c76ad986","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218304536,"stop":1726218304536,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"4da3cca465124c20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218308579,"stop":1726218308579,"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":"36f49fe4f270b563","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218308580,"stop":1726218308581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"b53274d932426b2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218308580,"stop":1726218308580,"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":"924b95079e61c63c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218308581,"stop":1726218308582,"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":"cc0f4a1e4bb0e7a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218308582,"stop":1726218308582,"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":"3dd9ad0003d0faa4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218308582,"stop":1726218308582,"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":"75a3acbad1032ec4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218308583,"stop":1726218308583,"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":"c74d76ee277cb9cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218308583,"stop":1726218308584,"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":"b94e01803d8ac2bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218308584,"stop":1726218308585,"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":"ef1ecf501442555d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218308584,"stop":1726218308584,"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":"11bb16190aff82a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218308584,"stop":1726218308584,"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":"30dbe7a6536b4b79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218314719,"stop":1726218314720,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"9b9e36a8109e7f77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218314721,"stop":1726218314721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"ca68d9aeb4f6c1a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218314721,"stop":1726218314722,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"e96aecb1a53a6bf1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218314722,"stop":1726218314722,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"2d499585bbf37519","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218314723,"stop":1726218314723,"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":"5f9551c5693c1f36","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218314723,"stop":1726218314723,"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":"d91b108464358a1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218314724,"stop":1726218314724,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"ca06e059aece7b1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218315164,"stop":1726218315165,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"593cdf1e3a3e1056","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218315165,"stop":1726218315165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"55df71f4ea11c8f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218315166,"stop":1726218315167,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"9cc8468fc234bdd3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218315166,"stop":1726218315166,"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":"f996d83bb887c01e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218316385,"stop":1726218316386,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"915994120eb75fd1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218316386,"stop":1726218316387,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"847fec84165e9698","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218316386,"stop":1726218316386,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"24b5bee9924ef036","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218316387,"stop":1726218316387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"846aaae332105dd2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218316387,"stop":1726218316388,"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":"16ec6ecdc63c5290","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218316387,"stop":1726218316387,"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":"be45056cdf2bd94e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218316388,"stop":1726218316388,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"bb0d1e713f342e90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218319678,"stop":1726218319679,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"819de4df883467af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218319680,"stop":1726218319680,"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":"bcef34e5657c63f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218335394,"stop":1726218335400,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"c7bafc8c0ce29fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218335400,"stop":1726218335400,"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":"550547bdd951ef21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218335401,"stop":1726218335401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"d203c783679f29f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218335402,"stop":1726218335402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"f8242067814f647e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218335403,"stop":1726218335404,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"64523352a822b4d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218335404,"stop":1726218335405,"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":"670d220e99987e32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218342869,"stop":1726218342869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"92fcf1b8602d5bd5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218342870,"stop":1726218342870,"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":"455836d047d869b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218342870,"stop":1726218342871,"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":"8eb088ee29513b7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218342871,"stop":1726218342872,"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":"badc7180b5054787","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218342872,"stop":1726218342872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"5124b8ffe0fbdb7b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218344913,"stop":1726218344914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"ab98e4248eaf54d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218344914,"stop":1726218344914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"ef0a83fcfb23aedf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218344914,"stop":1726218344915,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"228046c05b3abe0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218345025,"stop":1726218345026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"9c4f8358d2363793","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218345027,"stop":1726218345027,"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":"b97fdb9f6b39411c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218345027,"stop":1726218345029,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"4e3c37ce447f3021","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218345033,"stop":1726218345033,"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":"b9e3beb086ba681a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218345034,"stop":1726218345034,"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":"7264ab816db8796","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218345035,"stop":1726218345035,"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":"3dae94ad1d9e1fbc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218345035,"stop":1726218345036,"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":"cdbfb21cda54f7aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218345037,"stop":1726218345038,"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":"71ba1b692379f2e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218345042,"stop":1726218345042,"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":"ad03d55176a61ff2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218345043,"stop":1726218345043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"3ebcfee765a0247b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218346772,"stop":1726218346772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"1f0ccb15b0d08762","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218346773,"stop":1726218346773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"720449b875078c85","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218346773,"stop":1726218346774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"834cc8d3e3b354bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218346774,"stop":1726218346774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"21c0013143e20769","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218375482,"stop":1726218375483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"5360e733e13a6bb4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218375483,"stop":1726218375484,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"2d9823d6de745ee5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218375484,"stop":1726218375492,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"10fb03eb06175399","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218375492,"stop":1726218375492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"1aa1f33b1641a8a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218375492,"stop":1726218375493,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"790ad79c98d678db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218375493,"stop":1726218375494,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"8ec6782034e406ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218375494,"stop":1726218375494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"32c9bf2db8e7352a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218375494,"stop":1726218375495,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"2c17fa7af210c2ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218375495,"stop":1726218375495,"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":"2bdeae87aeaeba31","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218382074,"stop":1726218382075,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"6ebe3abec684a7e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218382075,"stop":1726218382077,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"f8e3fb5b679c9b3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218382077,"stop":1726218382078,"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":"d7740ad8645ea4bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218382078,"stop":1726218382079,"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":"95d0b03c21f0a91c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218382079,"stop":1726218382080,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"1b33fcacc7c29926","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218382081,"stop":1726218382082,"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":"667597201fc36399","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218382082,"stop":1726218382083,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"33a5c70aa8f6ce59","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218397741,"stop":1726218397742,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2a0ae478e5b2ba92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218397742,"stop":1726218397742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"18e1cb705e793ac2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218397743,"stop":1726218397743,"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":"d0dbcd93c1397719","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218397743,"stop":1726218397743,"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":"406731f9a031e25b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218410951,"stop":1726218410952,"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":"23815a0bdbb86387","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218410952,"stop":1726218410952,"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":"61be9f993033be95","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218410952,"stop":1726218410953,"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":"8e8cb6615ac58252","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218410953,"stop":1726218410954,"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":"ae141cb13565e468","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218410954,"stop":1726218410954,"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":"7112b51adb4e6712","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218410955,"stop":1726218410955,"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":"6ccdb5b9bd5c8332","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218410955,"stop":1726218410955,"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":"47f3ae10a0d91128","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218410956,"stop":1726218410956,"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":"7964f3640c5430ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218410956,"stop":1726218410956,"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":"2bbc30f1861c5a1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218410957,"stop":1726218410957,"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":"7b167a55536c4b63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218410957,"stop":1726218410957,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"bd839a54809cc14c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218412653,"stop":1726218412654,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"e05a1e32810214e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218412654,"stop":1726218412655,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"9a185ca7e9623f75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218412655,"stop":1726218412655,"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":"d6479dfe9c5fc0df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218412655,"stop":1726218412656,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"f1db01fbb7f3b8b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218412656,"stop":1726218412656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"cb589df37055047b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218412656,"stop":1726218412657,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"c2c702fa3f6aab9f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218412657,"stop":1726218412657,"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":"eba258a384c92f41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218412658,"stop":1726218412658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"8ca0c9c76f229215","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218447504,"stop":1726218447506,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"acca02ee50027210","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218447507,"stop":1726218447507,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"687827e6235d51fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218447508,"stop":1726218447508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"e4a937ac5fb40ce2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218447509,"stop":1726218447513,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"d0ab136b203326f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218447513,"stop":1726218447514,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"7a1e19dcd69d002e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218447514,"stop":1726218447514,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"57e714e5f0dbe7db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218447519,"stop":1726218447521,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"e1257e39e3e11b97","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218447521,"stop":1726218447522,"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":"398784034053f15d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218455968,"stop":1726218455968,"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":"ef3865db254e0efe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218455969,"stop":1726218455970,"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":"1e8a651880521a01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218455969,"stop":1726218455969,"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":"a086eadde719dc9f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218455969,"stop":1726218455969,"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":"935df9109f17e48d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218455970,"stop":1726218455970,"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":"868c589a32757cc7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218455970,"stop":1726218455970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"eb73b67f7b8fbae3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510968,"stop":1726218510969,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"c867390b75319487","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510969,"stop":1726218510969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"b7dd4fff37b188c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510969,"stop":1726218510970,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"681e53653698700f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510970,"stop":1726218510971,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"8b0c253c8b9ce831","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510970,"stop":1726218510970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"f0b0c15bf2cc7b6e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510971,"stop":1726218510972,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"cc2183a62e1d6eec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510971,"stop":1726218510971,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"95ca8082657bb408","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510972,"stop":1726218510972,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"2ed7a2f20f5842e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510976,"stop":1726218510977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"eb52333d1510eb29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510977,"stop":1726218510977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"2094a66674e669aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510978,"stop":1726218510979,"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":"132c3abe100e29c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510978,"stop":1726218510978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d3b3be0254f043b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510980,"stop":1726218510981,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"db44986040e8162d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510981,"stop":1726218510982,"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":"1fb2bf7d5900190e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510982,"stop":1726218510982,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"e5ae7cf2dffd4dfd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510982,"stop":1726218510983,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218334519000000 ","uid":"e9acde6759b869f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510983,"stop":1726218510983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218334519 ","uid":"49259250f07a1e1e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510984,"stop":1726218510987,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"fb463cb63004426e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510987,"stop":1726218510988,"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":"e9f97a8a2c80b922","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510988,"stop":1726218510988,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a901ab6dd6d36afe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510988,"stop":1726218510988,"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":"963bce16e4917ff2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510989,"stop":1726218510989,"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":"70ad196fb3876722","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510989,"stop":1726218510989,"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":"ceb015486f59ea5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510989,"stop":1726218510990,"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":"5c13409efc28ba3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510990,"stop":1726218510990,"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":"5e616a9b7dca2230","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218510990,"stop":1726218510991,"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":"a6d39240ee1218dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218510991,"stop":1726218510991,"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":"a2a9db929b75e827","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218510991,"stop":1726218510991,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"6204cea0eea6b69f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523006,"stop":1726218523006,"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":"da47ff61da8a8a8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523006,"stop":1726218523008,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"5dd8864a7f1a10d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523008,"stop":1726218523009,"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":"36824c297905f874","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523010,"stop":1726218523011,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"2caefeca848c4e4d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523011,"stop":1726218523012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"2a4880a37eabc43a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523012,"stop":1726218523013,"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":"47a1dd2c7ca4d653","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523013,"stop":1726218523013,"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":"8c5c61248a434d17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523013,"stop":1726218523013,"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":"7520aef96caaa0e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523014,"stop":1726218523015,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3887e3f58a5d3f4e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523014,"stop":1726218523014,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"a2d3c94346709768","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523015,"stop":1726218523016,"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":"adab1d1f20bcc561","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523015,"stop":1726218523015,"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":"361c7d4a52bd7515","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523016,"stop":1726218523016,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c89c7d79934ee4dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523016,"stop":1726218523017,"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":"e6901025ac9b9175","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523017,"stop":1726218523017,"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":"9ec6b4d4412ed8bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523017,"stop":1726218523017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"a4cd70fae6049169","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523018,"stop":1726218523019,"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":"15dbb6dd6b930e16","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523018,"stop":1726218523018,"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":"45515d612b2ad07c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523018,"stop":1726218523018,"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":"35d66046eb6255f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523019,"stop":1726218523019,"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":"b28aea2808b126a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523020,"stop":1726218523021,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"79a2ee5477479019","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523020,"stop":1726218523020,"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":"14b5e88aa3f92da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523021,"stop":1726218523021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"455df162951c1d4d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523021,"stop":1726218523022,"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":"3b4062f34987ec05","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523022,"stop":1726218523022,"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":"3cbce1ba325f4009","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523022,"stop":1726218523022,"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":"7d91aeaf8b975730","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523023,"stop":1726218523023,"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":"32e5e4ac50f26cdb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523023,"stop":1726218523023,"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":"4a05e2b44331be75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523024,"stop":1726218523025,"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":"f9423b71d9535698","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523024,"stop":1726218523024,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2de119fa43ee1f8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523024,"stop":1726218523024,"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":"6fb5aa1d79912791","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523025,"stop":1726218523025,"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":"3435de0fce6427c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523025,"stop":1726218523025,"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":"3a73c3ca1147f4db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523026,"stop":1726218523026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ac745da7d2833461","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523026,"stop":1726218523026,"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":"e6599e476169dbb6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523027,"stop":1726218523027,"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":"81a2f09709e4cfb6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523027,"stop":1726218523028,"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":"1603de7664729680","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523027,"stop":1726218523027,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"d5bf30daee794375","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523028,"stop":1726218523028,"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":"4e9efdc7d457d906","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523028,"stop":1726218523028,"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":"df88029315feed2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523029,"stop":1726218523030,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"9e482b09460dc0b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523030,"stop":1726218523030,"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":"bc7d6c8ab7df036e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523030,"stop":1726218523030,"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":"49991af8deb3effe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218523031,"stop":1726218523031,"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":"d00bcdec24b8f361","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551468,"stop":1726218551469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"c58010ac28ca13f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551468,"stop":1726218551468,"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":"4f53b845455a3c58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551469,"stop":1726218551469,"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":"f07822f296fda52a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551469,"stop":1726218551469,"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":"af31d9ea7c728f8d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551470,"stop":1726218551477,"duration":7},"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":"579696eadf15424b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551477,"stop":1726218551478,"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":"2c31a301adb48fd0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551478,"stop":1726218551478,"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":"9c8b151bd6ba6e79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551479,"stop":1726218551480,"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":"dc7595f2dc0f2656","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551480,"stop":1726218551481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"e841201c8c73b06d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551481,"stop":1726218551482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"cbc339e538797e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551482,"stop":1726218551482,"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":"20e553b8aba899e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551483,"stop":1726218551483,"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":"fe1e0a84badbedc3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551483,"stop":1726218551484,"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":"887d32d34f6d85e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551484,"stop":1726218551485,"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":"96579635c9e42be6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551485,"stop":1726218551486,"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":"d23ed477b88ff7eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551486,"stop":1726218551487,"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":"438633ae63c5c79f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551487,"stop":1726218551487,"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":"b0a6f61c031638c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551488,"stop":1726218551489,"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":"146ea6121d55ad75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551488,"stop":1726218551488,"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":"a043d423d9bcf54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551489,"stop":1726218551490,"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":"55869f8d4fd64c78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551490,"stop":1726218551491,"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":"fd993a1418c6f970","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551491,"stop":1726218551492,"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":"799391a6987afda7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551492,"stop":1726218551493,"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":"e6a1f6705bad2cb0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551493,"stop":1726218551494,"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":"af16f11846fbef17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551493,"stop":1726218551493,"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":"9d685fa82d37ede6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551494,"stop":1726218551495,"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":"f5d2329997709da7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551495,"stop":1726218551496,"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":"fa14c5ab67fd2c86","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551496,"stop":1726218551497,"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":"3d83c65a0f339ff7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218551497,"stop":1726218551498,"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":"f9008147b917165c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218563295,"stop":1726218563295,"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":"67d24d342325b5d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218563295,"stop":1726218563295,"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":"21ea0d4782b9afef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218563296,"stop":1726218563297,"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":"964b8d843fd00f97","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218563296,"stop":1726218563296,"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":"51afd52b18ee549e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218563297,"stop":1726218563298,"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":"583971e704940cb2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218563297,"stop":1726218563297,"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":"d69800452db5eca8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218563298,"stop":1726218563298,"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":"23b626892948c266","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218563299,"stop":1726218563299,"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":"2322ccece2a9d744","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218563299,"stop":1726218563299,"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":"c6f40427d2545d48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218563305,"stop":1726218563307,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"9a01de46ec5469aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218563307,"stop":1726218563307,"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":"7a991b11369e823b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218563307,"stop":1726218563307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 0 connections","uid":"520d90788f19609","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218583681,"stop":1726218583681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"5ae26e81ad67ab3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218583681,"stop":1726218583681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"197912e751f465a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218583682,"stop":1726218583682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"116568e226d8328d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218583682,"stop":1726218583683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"ba359e866df63c79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218583682,"stop":1726218583682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"c6428c13828c570a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218583683,"stop":1726218583683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"9bb7459fcffe1aaf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218583684,"stop":1726218583684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"b29b3096cb5b3b0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218583684,"stop":1726218583684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Failed peers are renewed","uid":"395672326b4866ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218597911,"stop":1726218597912,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"3a95e720287219e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218597911,"stop":1726218597911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"47d06fdcdc1c348e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218651142,"stop":1726218651143,"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":"e0ab9090bd91daec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218651143,"stop":1726218651143,"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":"992c411c2172ec00","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218651143,"stop":1726218651144,"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":"7431e5b235325a1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218651144,"stop":1726218651145,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"5d1d96fe11841a5c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218651144,"stop":1726218651144,"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":"859fcb18e01f0d5c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218651145,"stop":1726218651145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"a097002e98482115","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218651146,"stop":1726218651146,"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":"b663367c56a04e4f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218651146,"stop":1726218651146,"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":"3086fdbd690978db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218651147,"stop":1726218651147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"d47b914c87a04e64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218651433,"stop":1726218651433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"6440c79b717e446e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218651433,"stop":1726218651434,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","uid":"3594fe57f9ea49db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218669769,"stop":1726218669770,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","uid":"9eb1f368e11c5fde","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218669770,"stop":1726218669771,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","uid":"32f121014bff52c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218669771,"stop":1726218669772,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","uid":"c24daf8d388268bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218669772,"stop":1726218669772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","uid":"c8a95a638719fe75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218669772,"stop":1726218669773,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"e012bbea6c8443eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218669773,"stop":1726218669773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","uid":"9ad2d5a74daa8e20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218669773,"stop":1726218669773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","uid":"36839293d899a7c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218669774,"stop":1726218669774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","uid":"584cb024dcffc7da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218669774,"stop":1726218669775,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"9b1f1bcbf98a7a5d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218669775,"stop":1726218669776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"1eeae33ca8c0bfa4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218669776,"stop":1726218669776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"9c554a53e44b6523","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218669777,"stop":1726218669777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"950d8b4e347e809a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218669777,"stop":1726218669778,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"cd34ea5d253a44a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218669777,"stop":1726218669777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"25876a1f6fc120b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218669778,"stop":1726218669779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"7369b2cfed18dbc5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218669780,"stop":1726218669781,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"908d71ba827225ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218673575,"stop":1726218673576,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"9f7e1b4d077f8ffe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218673576,"stop":1726218673576,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"c447ef69b898fcf1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218673759,"stop":1726218673759,"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":"b4517f7aac9fffa4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218689003,"stop":1726218689004,"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":"a3ab94adac720b7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218689004,"stop":1726218689005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"c2a98fa084253ee0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218689005,"stop":1726218689006,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"1905aae14897a6fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218689006,"stop":1726218689007,"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":"1f3ac9f80763ce85","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218689007,"stop":1726218689008,"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":"81426c59ed6fd194","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218689008,"stop":1726218689010,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"bce9d5d961aebf2e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218689329,"stop":1726218689329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"14caa117ed72cab5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218689329,"stop":1726218689329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"d52d3089909a0a1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764064,"stop":1726218764066,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"674e32b525603e69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764067,"stop":1726218764067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"dfc7401d99b6323a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764067,"stop":1726218764080,"duration":13},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"df8171faf052af51","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764081,"stop":1726218764082,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"567793b8bad2a1b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764081,"stop":1726218764081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"9b8dbea5d7e69996","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764082,"stop":1726218764083,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"b7520b231335f646","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764083,"stop":1726218764086,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"e3723453c66ff63c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764087,"stop":1726218764088,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"1b5000687e8558a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764087,"stop":1726218764087,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"4f6b89127dadb9d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764087,"stop":1726218764087,"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":"93f0918bee81e74","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764088,"stop":1726218764088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"eac01216bc0b14a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764088,"stop":1726218764088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"3fa30fd104654379","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764089,"stop":1726218764089,"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":"c9d9b8803fa3cdd0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764094,"stop":1726218764095,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"9b477effba7c0120","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764094,"stop":1726218764094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"1906dad37997d564","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764095,"stop":1726218764095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218335042000000 ","uid":"a3e9fdbc1a78cbd0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764095,"stop":1726218764096,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"613c1a723fac9563","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764096,"stop":1726218764097,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"44eb3b80a95b39c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764096,"stop":1726218764096,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218335042 ","uid":"d4d21241fcfe9e30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764096,"stop":1726218764096,"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":"3fab50f38a5b2986","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764097,"stop":1726218764097,"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":"62db60a4aeded6f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764097,"stop":1726218764097,"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":"923aae3b3a9413c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764098,"stop":1726218764099,"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":"bf80a398e9029248","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764098,"stop":1726218764098,"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":"6f297511b425bfdf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764098,"stop":1726218764098,"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":"121074442479f866","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218764099,"stop":1726218764099,"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":"a94cfcb7f614ba83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218764099,"stop":1726218764099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"8bbd492d1e4af379","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764100,"stop":1726218764101,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"c29173ca9145775e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764101,"stop":1726218764101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"78c3c06cabb3a069","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764101,"stop":1726218764101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"d91c6ad1ef17a5dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764102,"stop":1726218764104,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"e9cf61ea12f74a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764104,"stop":1726218764105,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"108f2739a2d0a74c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764105,"stop":1726218764105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"2ab6b3c7a9eaa6be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764105,"stop":1726218764106,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"4530e489d7ff9d83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764106,"stop":1726218764106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"a3065fd072702330","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764106,"stop":1726218764106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"c5cad4d05983b044","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764107,"stop":1726218764107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"89d8e056aa54429a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764107,"stop":1726218764107,"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":"a50e45a2ccda67c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764107,"stop":1726218764107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"659c277ee68838c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764108,"stop":1726218764108,"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":"836415f84289161b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764108,"stop":1726218764109,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"535ff8ea095a5e3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764108,"stop":1726218764108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218335042 ","uid":"1c759ef12faa662b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764109,"stop":1726218764110,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218335042000000 ","uid":"8bd67832f56d0880","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764109,"stop":1726218764109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b4edf353a788d32c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764109,"stop":1726218764109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"3217491cb103ac24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764110,"stop":1726218764110,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"abe09ce20c4fce8f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764111,"stop":1726218764111,"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":"e9c25c94dbd769c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764111,"stop":1726218764111,"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":"956108d6c7f9953c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764112,"stop":1726218764112,"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":"8bda49ef577380f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764112,"stop":1726218764113,"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":"15c087d996447df6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764113,"stop":1726218764113,"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":"d9fab382e3925698","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218764113,"stop":1726218764114,"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":"6e4743b017b62a05","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218764114,"stop":1726218764114,"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":"aa7b6e6072f0cdfa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218764114,"stop":1726218764114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"cee73cea46d43bf4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218764450,"stop":1726218764451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"42488ac0a4c8f05d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218764451,"stop":1726218764451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"1b6d175a88a9b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218764451,"stop":1726218764451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"51ef0b3ac9b9029a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218764452,"stop":1726218764452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"e67318fdb1b033ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218768115,"stop":1726218768116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"41ba4cd4f9c318e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218768115,"stop":1726218768115,"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":"61f48ab5e02ae5cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218777346,"stop":1726218777346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"92d43601f811c44e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218777346,"stop":1726218777346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"6fd7038d9c6972bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218777347,"stop":1726218777347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"1b33fb2456e66c3f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218777347,"stop":1726218777347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"163e1cb668f80090","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778173,"stop":1726218778173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"321068e417e1b2b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778173,"stop":1726218778174,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"c590568b831649e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778174,"stop":1726218778184,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"e4f7fe4843bd6df8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778184,"stop":1726218778185,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"f0ffbfa562b572e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778185,"stop":1726218778187,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"a5f75f3e1f62f363","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778187,"stop":1726218778188,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"e9219bcb2526a1ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778188,"stop":1726218778188,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"b2b41790c1bfcce6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778188,"stop":1726218778189,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"4147f4d5e1180d73","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778189,"stop":1726218778189,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"1a753297e170ba22","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778189,"stop":1726218778189,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"7eca4a8a2a006f38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778190,"stop":1726218778190,"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":"6efe942e8456b3ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778190,"stop":1726218778190,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"b14e1ea212a311d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778194,"stop":1726218778195,"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":"be02553425865e11","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778195,"stop":1726218778197,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"7746af7131889f3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778195,"stop":1726218778195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"27902b6ce484cc0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778197,"stop":1726218778197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"7f88b88efc26bc79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778197,"stop":1726218778198,"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":"568bee47aa5f5ca8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778198,"stop":1726218778218,"duration":20},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"dac8b312ad0a1be4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778218,"stop":1726218778218,"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":"9416d68d8bc87580","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778219,"stop":1726218778219,"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":"23d1d43cab0eb68e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778223,"stop":1726218778226,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"33ef4c9801e0a51d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778227,"stop":1726218778231,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"7dad575c746875b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778227,"stop":1726218778227,"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":"2ad5928be6e6b407","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778231,"stop":1726218778232,"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":"eeafbf1d12887ad9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778233,"stop":1726218778234,"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":"abbfca4a22a97f18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778233,"stop":1726218778233,"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":"d620215fa6e07241","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778234,"stop":1726218778241,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"9eaa155f85b9a97d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778246,"stop":1726218778250,"duration":4},"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":"5871aede98daa3b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778250,"stop":1726218778251,"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":"631303ba99fa9029","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778265,"stop":1726218778270,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"fbc0edc6f6d97f23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778278,"stop":1726218778281,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"116814b04659d3b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778282,"stop":1726218778283,"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":"e2142edc0914b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778284,"stop":1726218778284,"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":"e7e9d45a8b18dfc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778284,"stop":1726218778286,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"20215fcba1552091","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778286,"stop":1726218778286,"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":"f39e0ed3816f040d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778287,"stop":1726218778287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"3578b6b775ac898d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778287,"stop":1726218778288,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"810efcac150e5599","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778287,"stop":1726218778287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726214983850","uid":"1a6b2c643474429","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778288,"stop":1726218778291,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1695460183850","uid":"1a400719ce4c6d3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778288,"stop":1726218778288,"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":"e9ca70e51b96f77c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778291,"stop":1726218778292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726222183850","uid":"d6abc64ab536d92c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778291,"stop":1726218778291,"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":"87908b47f4c629f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218778292,"stop":1726218778292,"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":"32070ae6cab1c299","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218788034,"stop":1726218788034,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"d7797eec315560e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218788034,"stop":1726218788035,"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":"177a53f7c467eb59","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218788034,"stop":1726218788034,"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":"dd0f71537a4076a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218788035,"stop":1726218788035,"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":"5e16e97312309652","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218788035,"stop":1726218788036,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"900241452f21c45e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218788036,"stop":1726218788036,"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":"50c54db568fe3def","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218788036,"stop":1726218788036,"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":"c1cfba753f944e73","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218788037,"stop":1726218788037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"d97da8498cc1a26c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218791621,"stop":1726218791622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"e62d5bd582ce8d02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218791622,"stop":1726218791622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"edec1c0dd4349f42","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218791622,"stop":1726218791623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"e6f11950d6329e52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218791623,"stop":1726218791623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"34a3024e98051e32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218793427,"stop":1726218793428,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"c144b0be3f407985","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218793428,"stop":1726218793429,"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":"95fd2ae821f89eba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218793429,"stop":1726218793430,"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":"8fd2716faba41796","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218793432,"stop":1726218793433,"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":"cc8e38dc4d948ee6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218793433,"stop":1726218793434,"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":"b24c58d60f2d3742","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218793434,"stop":1726218793435,"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":"5c16506b4ab53327","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218793435,"stop":1726218793436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"62b01232520f18e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806751,"stop":1726218806751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"d4e86377be60935d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806752,"stop":1726218806752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"342f55d395fcaac2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806752,"stop":1726218806753,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"cd1571c98e4417b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806752,"stop":1726218806752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"99f750d6a0db3b00","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806753,"stop":1726218806753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"62f3ede2ea6bb57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806754,"stop":1726218806754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"651f778519cbe626","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806755,"stop":1726218806755,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"9d8360a9790d6062","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806755,"stop":1726218806755,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"c3c0787846b12f11","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806755,"stop":1726218806756,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"94faa7b3da474197","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806756,"stop":1726218806757,"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":"c111197eafd4e238","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806758,"stop":1726218806758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"c97d5c3e7a55a385","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806758,"stop":1726218806758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"c5eeae2efd1869b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806759,"stop":1726218806759,"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":"201ae843cffcaf3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806759,"stop":1726218806760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"242792f42b933ae4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806759,"stop":1726218806759,"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":"9c176a0dbd1f0c77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806760,"stop":1726218806761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"46bb154674a8ab9f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806760,"stop":1726218806760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 13 2024 08:12:58 GMT+0000 (Coordinated Universal Time)","uid":"278959b5c177d6e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806761,"stop":1726218806762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sat Sep 23 2023 09:12:58 GMT+0000 (Coordinated Universal Time)","uid":"e09eb866c9d13283","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806761,"stop":1726218806761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 13 2024 10:12:58 GMT+0000 (Coordinated Universal Time)","uid":"4368215cbf6b665d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806762,"stop":1726218806762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"639db5205748c5f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806762,"stop":1726218806762,"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":"1f824598b13afc73","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806763,"stop":1726218806763,"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":"64f8883d1686cf38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806763,"stop":1726218806764,"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":"b2f914b66bf323b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806763,"stop":1726218806763,"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":"ff5d0f5b0be27af7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806765,"stop":1726218806765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"690d8d2ed75c41be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806766,"stop":1726218806767,"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":"f759b0eb1907c407","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218806766,"stop":1726218806766,"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":"705e34138455fa75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218806766,"stop":1726218806766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"d5c80308ecae3ad5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218806767,"stop":1726218806767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"c718359a42c077c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812459,"stop":1726218812462,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"4e4cda8e9155f72a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812462,"stop":1726218812463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"de1030823bf94604","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812464,"stop":1726218812464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"39814480964ff045","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812465,"stop":1726218812465,"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":"4b2e138054a3a7c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812465,"stop":1726218812466,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"94f95c2217d9715","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812466,"stop":1726218812467,"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":"3c567f3b6eeed9c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812467,"stop":1726218812468,"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":"529d32a582d345ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812468,"stop":1726218812468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"ac7affc6087430f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218812469,"stop":1726218812470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c4264c5519720650","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1726218812469,"stop":1726218812469,"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":"2ed553b263b77aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812470,"stop":1726218812471,"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":"96751cbf414d64f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812471,"stop":1726218812471,"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":"69cc063df694685","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812472,"stop":1726218812472,"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":"eb514182afeec34f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812472,"stop":1726218812473,"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":"f0e0e4b95a9693ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812474,"stop":1726218812474,"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":"e82c497fda57d01c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812475,"stop":1726218812475,"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":"665c6b744d236b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812475,"stop":1726218812476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"756eb1c6d7cc0faa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812476,"stop":1726218812476,"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":"5c5d603b0351a7b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812476,"stop":1726218812476,"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":"972104f0059f8a2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812476,"stop":1726218812477,"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":"d4d6264d4aeab97f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812477,"stop":1726218812477,"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":"a7ba43ac4d583af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812477,"stop":1726218812478,"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":"6d61330a9158f738","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812478,"stop":1726218812481,"duration":3},"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":"d36c938a4929c62b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812478,"stop":1726218812478,"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":"df1d0806687cc5af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812481,"stop":1726218812481,"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":"eb26cfa053f83c67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218812481,"stop":1726218812482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"4771320b2e2c974e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218843764,"stop":1726218843764,"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: /app87/8/topic658/proto","uid":"df4f238740304d55","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218843765,"stop":1726218843766,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"715e3f70c8d9def2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218843765,"stop":1726218843765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app21/8/topic968/test.js","uid":"2cc78035072cefda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218843765,"stop":1726218843765,"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: /app33/6/topic731/utf8","uid":"6c1f8e98c9aea41e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218843766,"stop":1726218843767,"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: /app31/4/topic67/utf8","uid":"871f9e21f1d2b33e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218843766,"stop":1726218843766,"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: /app83/10/topic906/test.js","uid":"7a69937b333bd205","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218843766,"stop":1726218843766,"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: /app24/1/topic797/proto","uid":"c957ba2dabb60e40","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218843767,"stop":1726218843768,"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: /app42/9/topic703/test.js","uid":"f87551eacbaa8c6e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218843767,"stop":1726218843767,"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: /app57/5/topic252/json","uid":"998e067cc4564f37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218843768,"stop":1726218843768,"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: /app46/6/topic476/proto","uid":"124b23b67895c646","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218843768,"stop":1726218843768,"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: /app90/4/topic376/test.js","uid":"8b157ba589234ae7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218843768,"stop":1726218843769,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"3a81a27fba1c86f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218843769,"stop":1726218843769,"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":"760f7fbf24c8bbfe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218843769,"stop":1726218843770,"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":"eaf720a73ec30f34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218843770,"stop":1726218843770,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"4e786474877154de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218843777,"stop":1726218843779,"duration":2},"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":"d1a6706bc00de689","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218851922,"stop":1726218851923,"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":"92dd06b25b4c7015","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218851922,"stop":1726218851922,"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":"ca3f24444472b209","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218851923,"stop":1726218851924,"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":"ef9020a16e3ff4f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218851924,"stop":1726218851924,"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":"37c7c2c4bab9ceb8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218851924,"stop":1726218851924,"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":"50df2a52ec8a6288","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218851925,"stop":1726218851925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"7731a62b40f6539c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218851925,"stop":1726218851926,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"5dcffabab626862c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218851925,"stop":1726218851925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"62e1583ea7fe58b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218851926,"stop":1726218851926,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"2d7e2d5b9fe65653","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218862983,"stop":1726218862984,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"330d8a8e30a1464a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218862984,"stop":1726218862988,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"36a9d65fe8d21203","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218862988,"stop":1726218862989,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"8830b33a86ebd98c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218862989,"stop":1726218862990,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"537aaac81b083674","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218862990,"stop":1726218862991,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"222c55d935d492d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218862991,"stop":1726218862992,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"9fd2501d22e62bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218862993,"stop":1726218862993,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"9fc5e910df396dc2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218862994,"stop":1726218862994,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"7236d7a09f2b3797","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218862994,"stop":1726218862995,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"2807c4e1554d3f47","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218862995,"stop":1726218862996,"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":"fcff9a7b4784bf5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218862996,"stop":1726218862997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"87bbe06ff39a661","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218862997,"stop":1726218863001,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"74588ef3ba61f4c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863002,"stop":1726218863003,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"eec5773f1b7b7b1c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863002,"stop":1726218863002,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"662a7b316fc5f7b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863003,"stop":1726218863004,"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":"1a14b0dc50511197","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863003,"stop":1726218863003,"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":"2ef92f3f7fabb637","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863004,"stop":1726218863005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"5e7bb3133c1d4a93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863004,"stop":1726218863004,"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":"93f3f59f11f1311f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863005,"stop":1726218863005,"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":"b5ecee3b91f65254","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863010,"stop":1726218863011,"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":"24f6afb249936f66","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863011,"stop":1726218863011,"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":"1e101a6df7fe0c99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863011,"stop":1726218863011,"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":"a8f32348d07a3cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863012,"stop":1726218863012,"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":"266bb90f55b69b00","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863012,"stop":1726218863012,"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":"1fa821f300cf720d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863012,"stop":1726218863013,"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":"dce1bd48bcacab17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863013,"stop":1726218863013,"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":"d6de5ef0c1aecdef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863013,"stop":1726218863022,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"30f21201776bf25f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863022,"stop":1726218863027,"duration":5},"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":"1e23971403a9a11e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863027,"stop":1726218863029,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"2f765917896636d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863029,"stop":1726218863032,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"ee8a321789cea58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863032,"stop":1726218863034,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"8a96ed903990d5ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863034,"stop":1726218863037,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"be7e300a4a45c6f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863038,"stop":1726218863039,"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":"60c1834d0183fdfb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863039,"stop":1726218863041,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"2d8c4a11b8c0538e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863041,"stop":1726218863043,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"c4ce9dd4347aa0e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863043,"stop":1726218863045,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"b408c3c35b17bb79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863045,"stop":1726218863047,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"5c0d80f73686d629","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863047,"stop":1726218863048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1695460151739","uid":"7d39e9c75b52c617","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863048,"stop":1726218863049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726214951739","uid":"fe3f0cbbe0020de7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863049,"stop":1726218863050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726222151739","uid":"ab2fae814c5eb696","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863050,"stop":1726218863052,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"b48ef000cdebec5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863052,"stop":1726218863053,"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":"7c385da43d3b55ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863053,"stop":1726218863056,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"79818748cd8073b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863176,"stop":1726218863178,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 39, Shard ID: 480","uid":"a0241118c3bc6332","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863178,"stop":1726218863179,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"f9860711d179c857","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863178,"stop":1726218863178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 996, Shard ID: 797","uid":"539831bafa494215","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863179,"stop":1726218863179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 755, Shard ID: 863","uid":"92417dc4a7800a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863179,"stop":1726218863180,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 886, Shard ID: 997","uid":"232cd0d147ba7ed9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863180,"stop":1726218863180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 328, Shard ID: 996","uid":"1f1020a5023b9298","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863180,"stop":1726218863180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 895, Shard ID: 920","uid":"b62bbaf200d2c22a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863181,"stop":1726218863182,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 10, Shard ID: 664","uid":"6a21557c0982eeaa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863182,"stop":1726218863182,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 810, Shard ID: 32","uid":"bf20f3c9567e362","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863184,"stop":1726218863184,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 226, Shard ID: 947","uid":"9e0ee157c8556665","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863184,"stop":1726218863184,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 854, Shard ID: 399","uid":"a70cda482a5dd952","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863185,"stop":1726218863185,"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":"a3f025a934aab25b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863186,"stop":1726218863187,"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":"1d73d598cf6fbc3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863186,"stop":1726218863186,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"f7658e514e419878","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218863187,"stop":1726218863187,"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":"67490c33c0312537","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879286,"stop":1726218879286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"7287df32d636fb32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879286,"stop":1726218879286,"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":"db33e516cab46bd0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879287,"stop":1726218879288,"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":"53988f1145d3cbb6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879287,"stop":1726218879287,"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":"2cf8b78169da3cf9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879287,"stop":1726218879287,"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":"3b45b45986eed455","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879288,"stop":1726218879288,"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":"29ed9c662df66fd5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879288,"stop":1726218879288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"5110d9e8570781ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879289,"stop":1726218879292,"duration":3},"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":"ea6e403880636015","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879289,"stop":1726218879289,"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":"258484f6d68aaaf2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879289,"stop":1726218879289,"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":"b7aa1e471b0a9400","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879292,"stop":1726218879293,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"54e1cbc3916a846c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879292,"stop":1726218879292,"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":"7c42aead14c0e236","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879293,"stop":1726218879293,"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":"100d5843bbcf901d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879293,"stop":1726218879293,"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":"e2472066eaba930c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879294,"stop":1726218879294,"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":"e3de853524dbbd72","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879294,"stop":1726218879298,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"da3115bd84df2951","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879298,"stop":1726218879313,"duration":15},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"c264980d0035ff4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879314,"stop":1726218879315,"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":"e2f50fdc6756f9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879315,"stop":1726218879317,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"224a81e76873dffd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879318,"stop":1726218879320,"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":"666b6ffa76b3ce73","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879320,"stop":1726218879320,"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":"f87597fefdc9c4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879321,"stop":1726218879322,"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":"7c9cf4703bdc9691","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879321,"stop":1726218879321,"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":"d3a816832f52cb88","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879322,"stop":1726218879330,"duration":8},"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":"c96819389a086579","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879331,"stop":1726218879331,"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":"2e90ee09a7ffa8b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879331,"stop":1726218879331,"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":"b51b5e81cdf9de23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879332,"stop":1726218879332,"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":"e2c0d30e8b718f94","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879332,"stop":1726218879332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"e1626e82bcffce8f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879334,"stop":1726218879335,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"b1a5a22e87f3879a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879335,"stop":1726218879335,"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":"a55a58f746b70daf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879336,"stop":1726218879336,"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":"bfd8f25679c56313","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879336,"stop":1726218879337,"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":"6e788243042e341e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879336,"stop":1726218879336,"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":"88e35d2cf4c770eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879337,"stop":1726218879337,"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":"b90ff6a3ba34e7df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879337,"stop":1726218879337,"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":"b114c56cb4449fce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879338,"stop":1726218879338,"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":"8d334c4fb7fb5f77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879338,"stop":1726218879340,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"7998b9ee7532984b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879340,"stop":1726218879341,"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":"367baa7872b9c6bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879340,"stop":1726218879340,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"6be6a4d847ad8566","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879341,"stop":1726218879342,"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":"11e5f25aebcd7132","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879342,"stop":1726218879348,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"31039f33ceae023","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879351,"stop":1726218879352,"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":"3cfc1ccbb96d7982","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879352,"stop":1726218879352,"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":"2397007bcd832aa6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879352,"stop":1726218879353,"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":"f924a128b3a5a985","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879359,"stop":1726218879360,"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":"383680d481d5acd4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879359,"stop":1726218879359,"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":"fd7930b6eebc4ffa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879360,"stop":1726218879360,"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":"6bff4dc68a6d93ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879360,"stop":1726218879361,"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":"63335d5b16db4b99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879361,"stop":1726218879361,"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":"2e52da3a43f57646","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879361,"stop":1726218879361,"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":"c339f265e3f12f64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879362,"stop":1726218879362,"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":"3e7a9ea3deffc3a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879371,"stop":1726218879372,"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":"9d208b9d5f6a2294","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879372,"stop":1726218879373,"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":"2e2e08bd7e693029","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879373,"stop":1726218879374,"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":"2501ff355c747cd5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879374,"stop":1726218879376,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"47724909b08677f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879376,"stop":1726218879380,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"3bd8b923d50c1685","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879385,"stop":1726218879387,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"97d82777f2931d95","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218879387,"stop":1726218879388,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"392f839d4f4769ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218885487,"stop":1726218885487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"4b00b16336642eb5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218885487,"stop":1726218885488,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"311b699ff5958b9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218885489,"stop":1726218885489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"e5bfcd69cca79801","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218885489,"stop":1726218885489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"3905969d36b25a5c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218885489,"stop":1726218885490,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"c65248be57fd159d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218885490,"stop":1726218885490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"6f855269ae3e689","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218886387,"stop":1726218886390,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"e7a315a1a5957505","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218886390,"stop":1726218886391,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"f3739f783287e1b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218886391,"stop":1726218886391,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"8bb735f072f62e81","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218886392,"stop":1726218886392,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"dde3b197bef194a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218886392,"stop":1726218886392,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"1c74ae3529f03fcd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218886392,"stop":1726218886393,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"478125b8fdeb1062","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218886393,"stop":1726218886393,"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":"5bddcdba3a462e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218886393,"stop":1726218886395,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"e42a676bd4df1918","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218886395,"stop":1726218886395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"ac87ccec45685311","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218886396,"stop":1726218886396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"4831bf8be021a99d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218886396,"stop":1726218886396,"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":"779a6d33409ee6bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218886396,"stop":1726218886396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"152b75294ea3e72a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218898752,"stop":1726218898752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"2328974317bda28d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218898753,"stop":1726218898753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"8526b933550e1457","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218898753,"stop":1726218898753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"71256f7045ae34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218898754,"stop":1726218898754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"c279509fd5a114ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218902965,"stop":1726218902967,"duration":2},"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":"151f42c4d3739391","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218902967,"stop":1726218902969,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"47dfe0034edc7346","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218902969,"stop":1726218902971,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"5bb67e6dcf90491d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218902972,"stop":1726218902982,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"af9df56f21f5cb03","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218902982,"stop":1726218902983,"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":"b3e5963a12f7de49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218902993,"stop":1726218902994,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"19e2562b1616adda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218902994,"stop":1726218903000,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"75f399477ee03636","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218903001,"stop":1726218903004,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"673cc6f45d1229df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218903005,"stop":1726218903006,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"68339af2b34ebf50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218903390,"stop":1726218903391,"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":"d0c67f1fe9c39695","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218903391,"stop":1726218903392,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"77c75080adbf2e9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218903391,"stop":1726218903391,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"c5ab2e1ce68417d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218903392,"stop":1726218903392,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"e54237eb4078a173","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218903392,"stop":1726218903392,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"2c70bdf6d700a2d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218903393,"stop":1726218903393,"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":"d3cd4738359e9336","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218903393,"stop":1726218903393,"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":"ca9d2067e246b0e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218903394,"stop":1726218903394,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"bfc04cb0394bb571","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218903394,"stop":1726218903394,"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":"aae88a19784e5896","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218909193,"stop":1726218909194,"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":"d8b866756082785d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218909194,"stop":1726218909194,"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":"59a74889be4cdf9e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218909194,"stop":1726218909195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"42f451cbf07d7de4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218909195,"stop":1726218909195,"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":"4fa4abc3d994c292","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218909195,"stop":1726218909195,"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":"4b3d52320de0d794","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218909195,"stop":1726218909196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"22ed9590a9a5b255","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218909196,"stop":1726218909196,"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":"6bc737fb14abf5c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218909196,"stop":1726218909196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"df4ce2302cd82c29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218910984,"stop":1726218910985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"bef91994bd59cb08","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218910985,"stop":1726218910985,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"ad132ab58d35f0a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218910985,"stop":1726218910986,"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":"c36de91d586b3103","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218914871,"stop":1726218914871,"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":"f0263a85324abd8b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218914871,"stop":1726218914872,"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":"bcb62b042161b6dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218914872,"stop":1726218914873,"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":"c4f0787b13d0cf02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218914872,"stop":1726218914872,"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":"e3b3dd6dd177dce6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218914872,"stop":1726218914872,"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":"3d6c66e8ac7880a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218914873,"stop":1726218914874,"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":"d8ea0ca6f4d5807c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218914873,"stop":1726218914873,"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":"86acbfe66afccb5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218914874,"stop":1726218914874,"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":"f12194e561c4be75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218914875,"stop":1726218914875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"366dffa50af051e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218917023,"stop":1726218917024,"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":"8d6239220a8a42d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218917024,"stop":1726218917024,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"bb3950b468ed56b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218917025,"stop":1726218917025,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"4b2036469c5a1bba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218917025,"stop":1726218917025,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"fca31f4368e22336","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218917026,"stop":1726218917027,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"b15a2adab82e743f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218917026,"stop":1726218917026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"8b45d5c131dc7c31","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"6fcad84c00b1720f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"1203dd6f46a5a9b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"f947d2d1700fce9d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"6832d472335fde69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218926397,"stop":1726218926398,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"93c9492b956e5270","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"27a8bb0444abdbab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"5a7e75bc5cb280a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218926398,"stop":1726218926398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"11fe45f887f0e1a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218926398,"stop":1726218926399,"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":"be4d20fe809697d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218956166,"stop":1726218956166,"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":"a0f3c82194f2aa3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218956166,"stop":1726218956167,"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":"685bba1c4f83f405","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218956167,"stop":1726218956168,"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":"ea9995e30f4b8f8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1726218956168,"stop":1726218956168,"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/7434/data/categories.csv b/7434/data/categories.csv index f58b320b78d..e69de29bb2d 100644 --- a/7434/data/categories.csv +++ b/7434/data/categories.csv @@ -1,2 +0,0 @@ -"Category","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" -"Test defects","0","1","0","0","0" diff --git a/7434/data/categories.json b/7434/data/categories.json index 5b325f5abf2..58619be4b72 100644 --- a/7434/data/categories.json +++ b/7434/data/categories.json @@ -1 +1 @@ -{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Test defects","children":[{"name":"expected 'MinimallyHealthy' to equal 'Unhealthy'","children":[{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"12289a79c2e77653","parentUid":"068fe67a30be0b9628fc3699af6717b9","status":"broken","time":{"start":1726217868252,"stop":1726217868253,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"068fe67a30be0b9628fc3699af6717b9"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"} \ No newline at end of file +{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[],"name":"categories"} \ No newline at end of file diff --git a/7434/data/packages.json b/7434/data/packages.json index 0d78223a5bf..258e337be98 100644 --- a/7434/data/packages.json +++ b/7434/data/packages.json @@ -1 +1 @@ -{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"src","children":[{"name":"common","children":[{"name":"Init the array if not present","uid":"fa61d54bb45f8471","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1726217441218,"stop":1726217441219,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"e53c7cf82e29fc58","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1726217441220,"stop":1726217441220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"sharding","children":[{"name":"does not throw on valid cases","uid":"8a53fe670213405a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441531,"stop":1726217441531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"f3e125187d9a3b1b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441532,"stop":1726217441532,"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":"74663ade5407f68c","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441532,"stop":1726217441533,"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":"208fd97f4eea5cee","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441533,"stop":1726217441534,"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":"f941842a26999549","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441534,"stop":1726217441535,"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":"767c98813a5e97be","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441534,"stop":1726217441534,"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":"8bb32d7646448924","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441535,"stop":1726217441535,"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":"c9cd260e858660ef","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441536,"stop":1726217441537,"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":"2023ebfaf707bc74","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441536,"stop":1726217441536,"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":"a81da45f4f55371c","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441538,"stop":1726217441538,"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":"ea09cf19f1ee130c","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441538,"stop":1726217441544,"duration":6},"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":"e102d41d9f350282","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441544,"stop":1726217441545,"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":"460e76ec1bf4730f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441544,"stop":1726217441544,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"698cea5946ef0424","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441545,"stop":1726217441545,"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":"1bb51afc11f50d7","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441545,"stop":1726217441546,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"9219a8190f0ad54f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441545,"stop":1726217441545,"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":"6654d981dba407c0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441546,"stop":1726217441546,"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":"5e6ed667d6d4e23a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441546,"stop":1726217441546,"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":"7b310b936cdc7140","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"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":"1d554dbaaf5affb8","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"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":"1d685cd8bbeb331d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"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":"e3a2e46d7c5832be","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441548,"stop":1726217441549,"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":"8a5c88f1c5b0ac16","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441548,"stop":1726217441548,"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":"3f16e5f1c1705c00","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441548,"stop":1726217441548,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"7f1f6d1f744a94a6","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441549,"stop":1726217441549,"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":"c8e4ac6e505fc71e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441549,"stop":1726217441549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"ac26df81bb1c1915","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441549,"stop":1726217441550,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"d831c29f0492b367","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441550,"stop":1726217441551,"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":"5ea3681e72b4a3ab","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441550,"stop":1726217441550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"95f93989ecb90b5","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441551,"stop":1726217441551,"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":"72842ee5184d92f8","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441551,"stop":1726217441551,"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":"11b730fb556373f6","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441552,"stop":1726217441552,"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":"9ea49bf871203caa","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441552,"stop":1726217441553,"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":"e91d123d5773b3a9","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441552,"stop":1726217441552,"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":"afefb99825cc86c","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441553,"stop":1726217441553,"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":"15bf405d74da5c22","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441553,"stop":1726217441554,"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":"29032cfb5e36730d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441553,"stop":1726217441553,"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":"955ebc19b1334d1e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441554,"stop":1726217441554,"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":"8cc35be5beb2596","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441554,"stop":1726217441554,"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":"16b1b3250baad6c1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441555,"stop":1726217441555,"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":"1843b00d8f2bd14","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441555,"stop":1726217441555,"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":"e4a88018a044905","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441556,"stop":1726217441557,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"279eecbe50eba447","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441556,"stop":1726217441556,"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":"b19c2b84bd0067f8","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441556,"stop":1726217441556,"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":"19980c71b7d1635c","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441557,"stop":1726217441557,"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":"975f4fb8028c7ea0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441557,"stop":1726217441558,"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":"a14b3b2df2a62266","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441557,"stop":1726217441557,"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":"e6c5c29cf1e1f4b0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441558,"stop":1726217441558,"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":"98511c38589bd9e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441558,"stop":1726217441558,"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":"7a5babea134bec5a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441559,"stop":1726217441559,"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":"fc00216f7f742763","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441559,"stop":1726217441560,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"2ea281db3267af3c","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441559,"stop":1726217441559,"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":"f3f809e51280ffb7","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441560,"stop":1726217441560,"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":"5945a44bbf5a9154","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441560,"stop":1726217441560,"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":"f3ab7663c2e446a6","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441560,"stop":1726217441561,"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":"c414834a9c5d931","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441561,"stop":1726217441561,"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":"80fcc8d8d6627b91","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441561,"stop":1726217441562,"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":"cb08c5a6f6db0f02","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441561,"stop":1726217441561,"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":"6b825f0afba9c336","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441562,"stop":1726217441562,"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":"74562d24961e217d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441562,"stop":1726217441562,"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":"115056d3123b5f7e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441563,"stop":1726217441563,"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":"8e9c67811b271bd5","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441563,"stop":1726217441563,"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":"ae26a49564ed8291","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441564,"stop":1726217441565,"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":"3261883c02fe2dd4","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441564,"stop":1726217441564,"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":"34469831c12b20da","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441564,"stop":1726217441564,"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":"58b99ef2a2ae898b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441565,"stop":1726217441566,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"b3ae8490085a1f08","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441565,"stop":1726217441565,"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":"ac5f3dc9d70e5481","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441566,"stop":1726217441567,"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":"bc6687a77da92d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441566,"stop":1726217441566,"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":"af0348ae06699822","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441566,"stop":1726217441566,"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":"10d81350469b1ad2","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441567,"stop":1726217441567,"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":"7ae70dc76b5f53","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441567,"stop":1726217441568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"1514f7ec7ccf2d5d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441568,"stop":1726217441569,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"6f9ab89a4500802d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441568,"stop":1726217441568,"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":"bd303d1aa9443e74","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441568,"stop":1726217441568,"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":"495d71f9ea60418a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441569,"stop":1726217441569,"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":"cdd1ece6942e9482","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441569,"stop":1726217441570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"e8c745f9b53e82ff","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441570,"stop":1726217441570,"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":"2b5c279cd9778fa4","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726217441570,"stop":1726217441570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0eca7593f93a85210ac2b81edb813a46"},{"name":"should handle a minimal index list","uid":"b8ba4c51a8218f92","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1726217441571,"stop":1726217441571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"9a0c0f5f94750769","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1726217441571,"stop":1726217441572,"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":"d2133e128eb437a1","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1726217441572,"stop":1726217441572,"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":"b47d8a43c7112de1","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1726217441572,"stop":1726217441572,"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":"b9fa5df7d82ab3c4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217444065,"stop":1726217444066,"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":"293c4352c0373443","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217444067,"stop":1726217444067,"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":"7156390733722e1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217444067,"stop":1726217444067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"c3bc736879b5085f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217444068,"stop":1726217444068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"55bf81b09feac598","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217444068,"stop":1726217444069,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"34f44e129050bce6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217444068,"stop":1726217444068,"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":"cd5eb65e6cb40d6a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449463,"stop":1726217449465,"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":"b970ef7d25bfbec1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449466,"stop":1726217449467,"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":"55912713e024dcc9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449467,"stop":1726217449468,"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":"8333b452e9956df3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449468,"stop":1726217449469,"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":"9462b0b80a038304","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449470,"stop":1726217449471,"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":"be63cfdb366bc3c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449471,"stop":1726217449474,"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 RELAY and FILTER protocols set to true","uid":"1c540980b93f4667","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449474,"stop":1726217449475,"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":"47d333d62e7c116d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449475,"stop":1726217449476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only RELAY set to true","uid":"dd3c2fc884ddc6cf","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449477,"stop":1726217449478,"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":"f4ef8f4fa2874bfe","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449479,"stop":1726217449480,"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":"c3d274f4712d5995","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449480,"stop":1726217449481,"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":"90d6244b18cb3998","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449481,"stop":1726217449481,"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":"9c6f192eeb900cb0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449482,"stop":1726217449482,"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":"5ff22811a93197e9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449482,"stop":1726217449483,"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":"c3a625ee978a2aeb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449483,"stop":1726217449484,"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":"c1475a358e355104","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449483,"stop":1726217449483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"3975a4fc8101b941","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449517,"stop":1726217449517,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"d29f63c6c1669dd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449568,"stop":1726217449568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"a69db4875b5dc7f7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217449568,"stop":1726217449569,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"c1d2dd506ddaa322","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450193,"stop":1726217450193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"1e068615d258f85d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450194,"stop":1726217450194,"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":"666c45e548af8496","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450194,"stop":1726217450194,"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":"eed9fd3f4e271512","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450194,"stop":1726217450195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"621ee226953d1393","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450195,"stop":1726217450195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"10f9bae00905c9d9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450195,"stop":1726217450196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"ec75a102b4f018c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450196,"stop":1726217450196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"42b2760caa093080","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450196,"stop":1726217450196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"a52ccb718adb577a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450197,"stop":1726217450197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"f2ea9e5a40036722","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450197,"stop":1726217450197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"922b257d671f8e2b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450198,"stop":1726217450199,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"5fd8962b32122768","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450198,"stop":1726217450198,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"4025c993a732dd8d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450198,"stop":1726217450198,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"1be6b513a505eacb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450199,"stop":1726217450199,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"e15aca594ff4cbfb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450199,"stop":1726217450203,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"b3bfaf07310f90e6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450204,"stop":1726217450204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"8d36ffff19a47e8b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450204,"stop":1726217450205,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"1dc009d3321749d6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450205,"stop":1726217450205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"833526ba1cdb55de","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450205,"stop":1726217450205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"ba0c4a5480dd5b8d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450206,"stop":1726217450206,"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":"18983dd94a18de7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450206,"stop":1726217450207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"6fa3ec0d1abfcfcd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450206,"stop":1726217450206,"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":"6f4fd95af0aa249e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450207,"stop":1726217450207,"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":"16047adab6dc31ca","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450207,"stop":1726217450208,"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":"5da36c021f581f17","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450207,"stop":1726217450207,"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":"c496f72c7203b02b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"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":"237cae1f86bdbffa","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"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":"ad14789021643eda","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"eebd79fe645a938e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217450209,"stop":1726217450209,"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":"727385f8bfd63f8c","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1726217454407,"stop":1726217454408,"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":"41a7ad292313b330","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1726217454964,"stop":1726217454965,"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":"9103ba8e59f9d0b0","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1726217454965,"stop":1726217454965,"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":"f667a9aa18932b1f","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1726217454965,"stop":1726217454965,"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":"60217863f75bfaa2","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1726217454966,"stop":1726217454966,"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":"6097e5c0161a8220","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1726217455150,"stop":1726217455151,"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":"13856bd9edcc75aa","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1726217455151,"stop":1726217455152,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"526eb17fa2b13c72","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1726217455151,"stop":1726217455151,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"79cfc8a35d80e179","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1726217455152,"stop":1726217455152,"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":"c744444617919633","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1726217455153,"stop":1726217455153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f3834b4837587fd1","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1726217455153,"stop":1726217455153,"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":"c3f547d681a86a95","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1726217455153,"stop":1726217455154,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"100487c0b35a722e","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1726217455154,"stop":1726217455154,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"93b2d32eaaccb83cb998b1e6cf8d3de9"}],"uid":"a5669e6fe8ee21fadf6efd4c7a904e03"},{"name":"dns","children":[{"name":"returns all values when wanted number matches available values","uid":"47dce93e0c12260d","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217461851,"stop":1726217461852,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"71d198a213384c02","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217461853,"stop":1726217461853,"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":"6335709be79bd6f2","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217461853,"stop":1726217461854,"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":"3929a8bfc16361f2","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217462331,"stop":1726217462331,"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":"6f4c9124210afede","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217462331,"stop":1726217462332,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"f8bed61fc70d46be","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217462332,"stop":1726217462333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"f31243e4d41b7834","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217462333,"stop":1726217462333,"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":"b84d47afcf81a38","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217462333,"stop":1726217462334,"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":"4c9d3cc8fc0fbb19","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217462334,"stop":1726217462336,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"e5d3f2d61b9e7c6b","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217462336,"stop":1726217462336,"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":"9d4a31fecbd4c094","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217462337,"stop":1726217462339,"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":"33293d8f5b9e8e0f","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217462339,"stop":1726217462339,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"3c6dec6cecbef14e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217462725,"stop":1726217462726,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"e1b4253f18249535","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217462725,"stop":1726217462725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"bb3400b3c9ba4ffa","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217462726,"stop":1726217462727,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"3a2ac4e3859a9ff7","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217462726,"stop":1726217462726,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"992102610aab72b6","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217463037,"stop":1726217463038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"ad6b8bb9b4a1d24a","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217463038,"stop":1726217463039,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"ccc8f2efe1e70ec8","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217463038,"stop":1726217463038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"9105181f4f7af9b8","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217463039,"stop":1726217463040,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"defa396601618ef1","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217463039,"stop":1726217463039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"15f57851aa315469","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217463039,"stop":1726217463039,"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":"432d70d9375b9e24","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217463040,"stop":1726217463040,"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":"bc42a85f29c1e597","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217463040,"stop":1726217463041,"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":"a7a9ce6a75c45cff","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217463041,"stop":1726217463042,"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":"8ee44653e7ebaa4","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217463041,"stop":1726217463041,"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":"c02b8187c0a110aa","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726217463042,"stop":1726217463042,"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":"5bdc3556cf623f84","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1726217463043,"stop":1726217463043,"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":"c575faf23badb7e0","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1726217463043,"stop":1726217463043,"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":"2e56dda219a033fe","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726217466672,"stop":1726217466673,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"7bb613c59fad5aa5","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726217466673,"stop":1726217466674,"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":"e526ec3fd1963b8e","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726217466674,"stop":1726217466675,"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":"c3d8eb446dfacfe9","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726217466675,"stop":1726217466676,"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":"25dbdae7dd1dad37","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726217466675,"stop":1726217466675,"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":"d008bb654dd7b762","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726217466676,"stop":1726217466676,"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":"8a1610f72c58596f","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726217466676,"stop":1726217466676,"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":"714323173af7c70c","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726217466677,"stop":1726217466678,"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":"acd25a9e045c20fa","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726217466677,"stop":1726217466677,"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":"2adf33f424ca7d2","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726217466678,"stop":1726217466678,"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":"6d63ae885f0671ee","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726217466678,"stop":1726217466678,"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":"7fd74a0165a35678","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217472851,"stop":1726217472853,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"4d89793415503f12","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217472853,"stop":1726217472853,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"9e30d1f26cb293a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217472854,"stop":1726217472854,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"6183beef70dbaad3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217472855,"stop":1726217472855,"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":"29ecdd5f7363029a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217472855,"stop":1726217472856,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f951cc8dcef3d65c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217472856,"stop":1726217472857,"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":"fee958fb3968df83","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217472857,"stop":1726217472857,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"7d3b17d07a85675c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217473323,"stop":1726217473324,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"34874ce83d30c413","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217473323,"stop":1726217473323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"a3859a2c7815d1c1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217473324,"stop":1726217473325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"e3a434d551af9d9a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217473325,"stop":1726217473325,"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":"68307dd046efb22","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217474513,"stop":1726217474513,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"4cfd8602ad53ebb4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217474513,"stop":1726217474513,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"343ca7315e867332","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217474514,"stop":1726217474514,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3e3de8fe60b5e45a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217474514,"stop":1726217474514,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"4a4f07f2b8c27639","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217474515,"stop":1726217474515,"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":"c764ddbcab5ac74f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217474515,"stop":1726217474515,"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":"f636d4713111fb9c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217474515,"stop":1726217474516,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"7eea67dd54ca44a6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217477824,"stop":1726217477825,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"129712e73ee93a04","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726217477826,"stop":1726217477826,"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":"fb5b042bce7a7630","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217493336,"stop":1726217493338,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"f5c38f247a1dd326","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217493339,"stop":1726217493339,"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":"5179966f57ebbdde","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217493340,"stop":1726217493341,"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":"fd000a3b6481080d","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217493341,"stop":1726217493341,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"1d5e814e19fccf83","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217493342,"stop":1726217493343,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"583a428500a7a658","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217493343,"stop":1726217493343,"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":"e8a1715df07ca485","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217500282,"stop":1726217500285,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"96e4f8d648db6854","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217500287,"stop":1726217500288,"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":"740b35e4ea1f331a","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217500288,"stop":1726217500290,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"c6a0aaa5fd2f1950","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217500291,"stop":1726217500292,"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":"8d35977b8f25f221","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217500291,"stop":1726217500291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"fc737a6fda9c0b6a","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217533045,"stop":1726217533045,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"175f73d1c21f019b","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217533046,"stop":1726217533047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"223cc97ebfa4f915","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217533046,"stop":1726217533046,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"872c80c1f279eeb4","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217533046,"stop":1726217533046,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"577ac696c4909848","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217533047,"stop":1726217533048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"109a3964ca955f24","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217533047,"stop":1726217533047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"e63c633194c098e4","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217533047,"stop":1726217533047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"c90efd07154d8cdd","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217533048,"stop":1726217533049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"9e9273b9c8ce73cd","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217533048,"stop":1726217533048,"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":"205b7a3bfc944527","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217549448,"stop":1726217549449,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"dadbfe93219e4e8","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217549449,"stop":1726217549449,"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":"d95bdd3c5fcc3d8","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217549450,"stop":1726217549450,"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":"f4e50c2a9d112b67","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217549451,"stop":1726217549452,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"eaa059067b84b910","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217549452,"stop":1726217549453,"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":"ed0498a10a1e8886","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217549452,"stop":1726217549452,"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":"44eae3fc6d0c681c","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726217549453,"stop":1726217549453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6c306d7226181a82f8643139ae545f25"},{"name":"Ephemeral messages are not stored","uid":"c28be002ac1abbae","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217503654,"stop":1726217503654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"5692dc5d47602a81","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217503655,"stop":1726217503656,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"5a71615e25f1b249","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217503656,"stop":1726217503656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"ab9dbea0e18daacc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217503657,"stop":1726217503657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"ae4c010ca52a057","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217503858,"stop":1726217503858,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"d60bf22b87acb74f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217503858,"stop":1726217503859,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"39274eefaa536eba","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217503859,"stop":1726217503859,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"8fa845975c176d82","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217507037,"stop":1726217507038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"94ea7fb02ebdb117","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217507038,"stop":1726217507039,"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":"57ba563e6eb3f53","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217507039,"stop":1726217507040,"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":"f3738760b93fcd0d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217507040,"stop":1726217507041,"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":"62e29705231e7abb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217507041,"stop":1726217507042,"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":"ccf176b50888f7ea","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217507042,"stop":1726217507043,"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":"d7744a9a71a89187","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217507042,"stop":1726217507042,"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":"ab41c39994db8206","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1726217507043,"stop":1726217507044,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"d2b9f5b0f8c8699d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1726217507044,"stop":1726217507044,"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":"920710cda25361bf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1726217507044,"stop":1726217507044,"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":"522f26a6ca24594f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217551914,"stop":1726217551914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"7098c8b91bda3298","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217551916,"stop":1726217551920,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"34987f1e0c4cff7a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217551920,"stop":1726217551920,"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":"283fbfb203367c56","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217551920,"stop":1726217551921,"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":"7677dfe93a0787f7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217577132,"stop":1726217577133,"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":"c71b27a676031794","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217577133,"stop":1726217577134,"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":"acdbddd856132ef9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217577133,"stop":1726217577133,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"4067cf34d373ec31","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217577134,"stop":1726217577136,"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":"1595ee22a856bad","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217577137,"stop":1726217577137,"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":"4173215c27f58299","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217577138,"stop":1726217577146,"duration":8},"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":"780cb6abf9cec399","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217577147,"stop":1726217577148,"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":"c39f1eda8251a907","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217577151,"stop":1726217577152,"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":"e25eca97863e029e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217577152,"stop":1726217577153,"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":"1fe906bfbb24e70","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217577153,"stop":1726217577155,"duration":2},"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":"6ad6ef14739be7cd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217577155,"stop":1726217577155,"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":"9f598f9ebb5059cb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217608001,"stop":1726217608002,"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":"45cac4c7fa658491","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217608002,"stop":1726217608003,"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":"2a503b6eb9914d20","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217608002,"stop":1726217608002,"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":"f0ace057d24b60c7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217608003,"stop":1726217608003,"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":"e33a56e46eeb57ba","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217608003,"stop":1726217608003,"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":"2aef1dcc86b612f6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217608003,"stop":1726217608004,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"591f890830c9edf4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677784,"stop":1726217677785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"f2c89de5fbb24030","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677785,"stop":1726217677791,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"1ad2f552633eef1a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677791,"stop":1726217677792,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"e2f9a85bece3da3d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677792,"stop":1726217677796,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"a415ec338168a68","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677797,"stop":1726217677799,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"9bda46af5259417b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677799,"stop":1726217677810,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"3454605ed0d9a3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677810,"stop":1726217677812,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"b96d24654ce58053","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677812,"stop":1726217677813,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"b1c22e5b6524f69e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677813,"stop":1726217677814,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"54da3af17e7b59c8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677814,"stop":1726217677815,"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":"cf7aad3341606f02","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677815,"stop":1726217677820,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"97f2a2592cdf0156","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677820,"stop":1726217677822,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"e74bc7dc8678d97d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677822,"stop":1726217677823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e54dc3a22d1203cb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677823,"stop":1726217677825,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"ce59ddecf13507d5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677825,"stop":1726217677826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"743618d37056dc7e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677826,"stop":1726217677827,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492603000000 ","uid":"c8736293f26b6ab4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677827,"stop":1726217677828,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492603 ","uid":"8524dbf0e44a32da","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677828,"stop":1726217677834,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"de45df2ab2405988","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677835,"stop":1726217677841,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1102e1245bfc0d12","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677841,"stop":1726217677842,"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":"c8c20720b51b9384","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677843,"stop":1726217677843,"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":"f905fc86f8a7bacc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677843,"stop":1726217677843,"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":"53e26649a382515b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677844,"stop":1726217677845,"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":"fc6e8a051f69ff43","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677844,"stop":1726217677844,"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":"8b1b47038ecaf847","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677844,"stop":1726217677844,"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":"e0dd8b9748ec0ef3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217677845,"stop":1726217677846,"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":"5b9f28d79360d323","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1726217677846,"stop":1726217677846,"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":"512770156df70bbf","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1726217677846,"stop":1726217677846,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"e046b18e4b9b75eb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217705987,"stop":1726217705988,"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":"351e709b75b9a3f7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217705988,"stop":1726217705988,"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":"e4676b067da16ef4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217705995,"stop":1726217705996,"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":"888a2fcfd7362efe","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217705996,"stop":1726217705996,"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":"a2819a7fbc4ccdbf","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217705997,"stop":1726217705998,"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":"93d80f22374b0110","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217705997,"stop":1726217705997,"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":"5a1e4b90919f2275","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217705997,"stop":1726217705997,"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":"c48511aa87b2a0ba","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217705998,"stop":1726217705999,"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":"c0a4ddd8a07af88b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217705998,"stop":1726217705998,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"2d61d05e596ee0bb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706000,"stop":1726217706000,"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":"8d35acc5cb6a530b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706000,"stop":1726217706001,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"fee230f6a1feb1de","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706000,"stop":1726217706000,"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":"66fba32ce6b56b18","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706001,"stop":1726217706002,"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":"81f573bff6c68007","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706001,"stop":1726217706001,"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":"33d7e21774b4b1ef","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706002,"stop":1726217706004,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"36015ee5684301e4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706005,"stop":1726217706006,"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":"916f4fe4fc4b1b3e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706005,"stop":1726217706005,"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":"3017e8be06448635","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706005,"stop":1726217706005,"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":"f6fcbf6ede1545b6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706006,"stop":1726217706006,"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":"29b51c8671733e33","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706007,"stop":1726217706008,"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":"bda7487f80b65a24","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706007,"stop":1726217706007,"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":"a626c0c9beabd2fd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706008,"stop":1726217706009,"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":"63ecc95d35307b4d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706008,"stop":1726217706008,"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":"71a0957bd1164b3e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706009,"stop":1726217706010,"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":"b3c2e11c53c4563","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706009,"stop":1726217706009,"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":"3c6d35273bb5d2bc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706010,"stop":1726217706011,"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":"fd1422df3e59aced","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706011,"stop":1726217706012,"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":"5a052b91b6aaa163","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706011,"stop":1726217706011,"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":"3041108ccdfd46d4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726217706012,"stop":1726217706013,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5dc97a320ab0e88ae621c2d48170bb29"},{"name":"Ping on subscribed peer","uid":"95af17ba7cffbe1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217567469,"stop":1726217567470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"83fc48cd9502e5ce","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217567470,"stop":1726217567471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"e5c4025f4cf0c155","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217567471,"stop":1726217567472,"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":"8085f42cd3c196ca","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217567472,"stop":1726217567473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"3377326b3fd6ef05","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217567473,"stop":1726217567474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"eb47fc8409a0adbf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217567474,"stop":1726217567475,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"6d5b47aded166552","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217567474,"stop":1726217567474,"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":"7cdef3f24d19e5ba","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217567475,"stop":1726217567475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"48b37bb234b8612a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217603235,"stop":1726217603236,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"7c8671cbf4e0b7e7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217603236,"stop":1726217603237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"9d802fea6ad287d6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217603237,"stop":1726217603238,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"c6982ab836910f17","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217603238,"stop":1726217603243,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"551ba36438126053","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217603243,"stop":1726217603244,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"aadf896afd64389b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217603244,"stop":1726217603245,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"1f98fc81c2c208f2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217603245,"stop":1726217603245,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"25240476a78d2eb7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217603245,"stop":1726217603246,"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":"d15ebb9c40f10e66","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217724199,"stop":1726217724199,"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":"be4a89efa6eeda7c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217724200,"stop":1726217724200,"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":"c7f9038e88742c57","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217724200,"stop":1726217724201,"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":"a2d1562737d69c87","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217724200,"stop":1726217724200,"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":"f022cd6f33bd5fc7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217724201,"stop":1726217724202,"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":"26ae4ffa0f63dc96","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217724203,"stop":1726217724203,"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":"249e9bfd52485f18","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217724203,"stop":1726217724203,"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":"7b1be8aea5389366","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217724224,"stop":1726217724224,"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":"af5538879261d242","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217724226,"stop":1726217724227,"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":"87bf3e9c0fb36842","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217724227,"stop":1726217724228,"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":"d472045ff0cee630","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217724227,"stop":1726217724227,"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":"ee6e93fbf84c3ddc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217724228,"stop":1726217724228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"a6040956941a17c4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924727,"stop":1726217924729,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"ad3d9f69973527b4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924729,"stop":1726217924729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"abdb0ed5d61875d6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924730,"stop":1726217924730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"4361aea2bfb11075","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924730,"stop":1726217924730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"38add447307aaaf2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924731,"stop":1726217924732,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"dc7120f30593480b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924732,"stop":1726217924732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"bbe9ae1e986de0af","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924732,"stop":1726217924733,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"1a1f796910147395","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924733,"stop":1726217924733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"6aa958d8323dee57","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924734,"stop":1726217924734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"2b19dce128f3f727","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924734,"stop":1726217924734,"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":"ca635cebc11eec5c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924735,"stop":1726217924735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"663f441ba2161d95","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924735,"stop":1726217924736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"1b2e1c4a7b630a8f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924736,"stop":1726217924736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"231d34991ec56653","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924737,"stop":1726217924738,"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":"9dadd59fc00b67ae","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924737,"stop":1726217924737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"4ebf835b7cb2079b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924737,"stop":1726217924737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492448000000 ","uid":"ab124e5bda8b39fe","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924738,"stop":1726217924738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492448 ","uid":"46163633a9581f8a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924738,"stop":1726217924738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"cd6766c4b7272b55","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924739,"stop":1726217924739,"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":"db665e1deda8b2a0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924740,"stop":1726217924740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"9c248b72f3c6af5e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924740,"stop":1726217924740,"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":"f364e6439b37a847","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924741,"stop":1726217924742,"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":"a127032ae9eea9cc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924741,"stop":1726217924741,"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":"197144ca192231af","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924742,"stop":1726217924743,"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":"8db847d1f97c48e2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924742,"stop":1726217924742,"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":"1d4bc9192dedefcc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1726217924743,"stop":1726217924743,"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":"71e016fe5642d185","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1726217924743,"stop":1726217924743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"cd9aa96cbafd7868","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924744,"stop":1726217924744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"f7d584da4a6968f7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924744,"stop":1726217924744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"7b5216172d8f56f0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924745,"stop":1726217924745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"edda3e06ccbd69e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924745,"stop":1726217924746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"21ea567502913d50","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924745,"stop":1726217924745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"7918a4cdcdc715c3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924746,"stop":1726217924752,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"30ddbc056644a158","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924752,"stop":1726217924752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"1d87b66ed1f7f3d1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924752,"stop":1726217924752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"d5d71a44591962af","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924753,"stop":1726217924753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"decd75e56d355f4f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924753,"stop":1726217924753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"15115c43ce64880","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924754,"stop":1726217924754,"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":"922d391927121e35","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924754,"stop":1726217924754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"211400f5887a7683","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924754,"stop":1726217924755,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"ffb39a8d1b2d5d15","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924755,"stop":1726217924758,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"3102ce46df784b5a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924758,"stop":1726217924759,"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":"3228440b0ce36330","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924758,"stop":1726217924758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492448000000 ","uid":"1718215cb2ff9a1b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924759,"stop":1726217924759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492448 ","uid":"a0ec8cc6acacc39a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924759,"stop":1726217924762,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"c9aa0eb57ad99464","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924763,"stop":1726217924763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"7b0118d58f5347dc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924763,"stop":1726217924763,"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":"42dec1fcd0756e39","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924764,"stop":1726217924764,"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":"f908971d91c158f9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924764,"stop":1726217924765,"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":"b84068f23fab0ff6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924764,"stop":1726217924764,"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":"f0a30040c507c186","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924765,"stop":1726217924765,"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":"75edb88255806c74","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726217924765,"stop":1726217924765,"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":"3d3fcbe2458bcd52","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1726217924766,"stop":1726217924766,"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":"3570f6d576837572","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1726217924766,"stop":1726217924766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"82b7499e042a1d6a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066272,"stop":1726218066272,"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":"3a9fb22184aedfe1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066273,"stop":1726218066274,"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":"f2de25bd91396850","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066273,"stop":1726218066273,"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":"53778240381946b7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066274,"stop":1726218066274,"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":"a2831c813634ca9b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066274,"stop":1726218066274,"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":"b6ab9ef98e88147b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066275,"stop":1726218066276,"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":"846f49de92e30ab6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066275,"stop":1726218066275,"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":"1980ceed23b18d7c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066275,"stop":1726218066275,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"f8bc866f15e453c3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066276,"stop":1726218066277,"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":"9a9afe810157a850","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066276,"stop":1726218066276,"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":"c300ab64ca52bed7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066277,"stop":1726218066277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c38ff0aa5014373","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066277,"stop":1726218066277,"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":"6d6d264a18014b2c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066278,"stop":1726218066278,"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":"adfdb59af623b76d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066278,"stop":1726218066278,"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":"6bf5e85ce279ac3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066278,"stop":1726218066279,"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":"68fe3ac082989074","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066279,"stop":1726218066280,"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":"eb457267617fafac","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066279,"stop":1726218066279,"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":"26db03bcb167e1a6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066280,"stop":1726218066280,"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":"971f7a4609b7c8bc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066280,"stop":1726218066280,"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":"4dddbe5feb6cc377","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066281,"stop":1726218066282,"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":"7d6d58bdcb63c947","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066281,"stop":1726218066281,"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":"560149277e959387","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066281,"stop":1726218066281,"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":"18b8b10c8b0ca943","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066282,"stop":1726218066282,"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":"ae619eb282cfba91","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066282,"stop":1726218066282,"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":"da919af74647f023","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066286,"stop":1726218066287,"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":"477edff38104fe68","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066287,"stop":1726218066287,"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":"bf79c5635140e55b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066287,"stop":1726218066287,"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":"da85895096bc06a8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066288,"stop":1726218066288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"372da25cb686d3f6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066288,"stop":1726218066288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"553f079f1ca8818f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066289,"stop":1726218066289,"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":"2bf564898450397c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066292,"stop":1726218066293,"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":"be2c88b74d3d369c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066295,"stop":1726218066295,"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":"fa2cf113f4c9e79e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066296,"stop":1726218066297,"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":"6cf821e4d277d951","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066296,"stop":1726218066296,"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":"1e3633514e5ee9f7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066296,"stop":1726218066296,"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":"aa92acb13802c6fd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066297,"stop":1726218066297,"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":"ba693ab0b047ac50","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066297,"stop":1726218066297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"b0e8224f5deac55d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066298,"stop":1726218066299,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"37ad5ce9bcc2a248","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066298,"stop":1726218066298,"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":"176c58e700c9d627","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066298,"stop":1726218066298,"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":"b2af5cbce1133d1c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066299,"stop":1726218066300,"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":"1d51ce2f861ce45c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066299,"stop":1726218066299,"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":"c2d387150ef2f747","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066299,"stop":1726218066299,"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":"a1c68e210ca6256","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066302,"stop":1726218066302,"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":"8b556197d3dad9ed","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066303,"stop":1726218066303,"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":"629ac4389cdadbd6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066303,"stop":1726218066303,"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":"f4046bbb7f92c7c4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066304,"stop":1726218066305,"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":"be51b96c20f658de","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066305,"stop":1726218066305,"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":"169693eed88d11f4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066305,"stop":1726218066307,"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":"4ee788b0252cc28","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066307,"stop":1726218066308,"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":"3faae2278630f533","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066308,"stop":1726218066314,"duration":6},"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":"7714348711ee4cdc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066308,"stop":1726218066308,"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":"486cf7f81ffa6dae","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066314,"stop":1726218066315,"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":"4936de9a881be791","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066315,"stop":1726218066315,"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":"a66bad0317669e01","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066315,"stop":1726218066316,"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":"24f641dc347c7b23","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066316,"stop":1726218066316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"a16c780dae603c7a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066316,"stop":1726218066317,"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":"ef4fede9ecf10770","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218066316,"stop":1726218066316,"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":"274d935c6050d9af","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687413,"stop":1726217687414,"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":"c5eb38e2a4a1dc3d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687414,"stop":1726217687414,"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":"749a4fbeb03255c7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687415,"stop":1726217687415,"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":"72bb661e74770c35","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687416,"stop":1726217687416,"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":"a8581a6e5485075c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687416,"stop":1726217687416,"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":"bf822a9f7fd0d0a4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687417,"stop":1726217687417,"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":"5f8ba8ff9bdc65e6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687417,"stop":1726217687418,"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":"d554c82e90c12818","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687420,"stop":1726217687421,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"47c004fa0a6df8fb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687421,"stop":1726217687421,"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":"d104607e2829a325","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687422,"stop":1726217687422,"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":"bbeb1f06bb1cc096","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687422,"stop":1726217687422,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"76243581b1758426","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687423,"stop":1726217687423,"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":"6a918a6e973d43a0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687423,"stop":1726217687423,"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":"6cc886dceb5d32a7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687424,"stop":1726217687424,"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":"b6a37fe23b451513","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687424,"stop":1726217687425,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"d495f5ba3b9e96f6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687424,"stop":1726217687424,"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":"68d7da29c1b04","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687425,"stop":1726217687425,"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":"2f5bb894d6388e30","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687425,"stop":1726217687425,"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":"b28609a032130aa1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687426,"stop":1726217687427,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"5006e955dc9c9c9f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687426,"stop":1726217687426,"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":"201539d42c5e9114","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687427,"stop":1726217687427,"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":"925b1c919a4ad23d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687427,"stop":1726217687428,"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":"5c361733fd3667b5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687428,"stop":1726217687428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"1916a6e15a70987d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687428,"stop":1726217687429,"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":"85ca7103e2492eab","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687429,"stop":1726217687430,"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":"da6a90a0bb2f5052","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687429,"stop":1726217687429,"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":"fefa5b17b05cc84b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687429,"stop":1726217687429,"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":"5f17a1fd85500929","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687431,"stop":1726217687432,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"927a379b2c157f6e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687432,"stop":1726217687436,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"1ac639aff7ea290e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687436,"stop":1726217687437,"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":"42a423a055747248","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687437,"stop":1726217687437,"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":"a5449bf876e4d8b5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687438,"stop":1726217687439,"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":"9eb1bd1efcf37a35","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687438,"stop":1726217687438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ca68ae3dc8e86300","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687439,"stop":1726217687439,"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":"17a03a2b5c401b50","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687440,"stop":1726217687440,"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":"1454bbe5908cf8c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687440,"stop":1726217687441,"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":"7230c53b4db9a327","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687441,"stop":1726217687441,"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":"be3b4c77d4d2229d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687441,"stop":1726217687442,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"efe8072356e5b8c1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687442,"stop":1726217687442,"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":"26346756a1797bfe","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687443,"stop":1726217687444,"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":"6ba67b6a9be32d7d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687445,"stop":1726217687447,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"4e023238762566f1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687447,"stop":1726217687449,"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: 7","uid":"2e63e0cbccc2a075","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687449,"stop":1726217687450,"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":"ac8a402fcc401b07","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217687450,"stop":1726217687451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"health-manager","children":[{"name":"LightPush with 0 connections","uid":"710bc8b5c8768c20","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217742496,"stop":1726217742496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"135264c5abcb468c","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217742497,"stop":1726217742497,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"c1ec88ed8f3bfe0a","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217742497,"stop":1726217742497,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"34e19b98ba411c0e","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217742497,"stop":1726217742498,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"2174e0c19f9071b4","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217742498,"stop":1726217742500,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"d06fe232744ae48","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217742502,"stop":1726217742502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"3e414a47fc3062f6","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217742503,"stop":1726217742503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"face8bb30fdbac53","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217742503,"stop":1726217742503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","uid":"21d81dc43d92ec0e","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217868231,"stop":1726217868231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","uid":"d776aaeeb51f5624","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217868232,"stop":1726217868232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","uid":"fd1b79a5dfd61553","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217868232,"stop":1726217868232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"bff1533859a58dfa","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217868233,"stop":1726217868234,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","uid":"dd85b3c9e236ae92","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217868233,"stop":1726217868233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","uid":"c5cc9eb2b2619f9d","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217868233,"stop":1726217868233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","uid":"eea280ce78bad141","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217868235,"stop":1726217868236,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","uid":"b1da881b4a2fd795","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217868236,"stop":1726217868237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","uid":"22bef30d0160dbfd","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217868237,"stop":1726217868246,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"fd07b200094621c3","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217868247,"stop":1726217868248,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"90384b357a2fa489","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217868248,"stop":1726217868249,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"efd5d7880c60bac0","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217868249,"stop":1726217868250,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"12289a79c2e77653","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"broken","time":{"start":1726217868252,"stop":1726217868253,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"be1491af3b4379e4","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217868253,"stop":1726217868255,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"851a5c816053d52","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217868255,"stop":1726217868256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"f94d798aba06a946","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726217868256,"stop":1726217868257,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a0d1303cd6ce324c57cf3d1ad0dad029"},{"name":"light-push","children":[{"name":"Failed peers are renewed","uid":"b73f45b7c0342d27","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726217751144,"stop":1726217751144,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"4dd97c30e82ba1c6","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726217751144,"stop":1726217751144,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"single_node","children":[{"name":"Push message on custom pubsubTopic","uid":"30f98cd2a9d61481","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217804574,"stop":1726217804574,"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":"fdcd25c2971565ed","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217804575,"stop":1726217804576,"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":"394d8788832ad6a8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217804575,"stop":1726217804575,"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":"4c22b3d5c5aabacb","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217804580,"stop":1726217804581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"befb0566995e0530","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217804580,"stop":1726217804580,"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":"b568e18fceb36b33","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217804581,"stop":1726217804581,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"cdad8f4cad202d44","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217804581,"stop":1726217804582,"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":"dd7a24a69db17bec","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217804582,"stop":1726217804583,"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":"2f1b962b50f38baf","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217804582,"stop":1726217804582,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"88a4957eb6159ad5","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946673,"stop":1726217946674,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"5eabbc224a0e71bd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946674,"stop":1726217946675,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"665413658dfe9f5e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946675,"stop":1726217946676,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"e5713b8a06afbb25","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946676,"stop":1726217946677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"823e7ca7805f944d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946677,"stop":1726217946677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"efe0fa846cbf9c99","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946678,"stop":1726217946678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"f3d3fbf9eafeb69","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946680,"stop":1726217946697,"duration":17},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"a03a7e9813f53881","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946697,"stop":1726217946698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"d71162fe36448aeb","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946699,"stop":1726217946699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"95c639a6bcb02022","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946700,"stop":1726217946705,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"acd2681812c08aa9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946705,"stop":1726217946718,"duration":13},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"76159908ae89d281","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946719,"stop":1726217946719,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"1c1e58c46a692ff1","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946720,"stop":1726217946721,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"1a6b29b2737111e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946720,"stop":1726217946720,"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":"1367842c152bee60","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946721,"stop":1726217946721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"1915a37224b4eead","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946721,"stop":1726217946721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"d2769fccf237d655","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946722,"stop":1726217946722,"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":"f3ecbd401a1a7259","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946722,"stop":1726217946722,"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":"eb443ba2252d774d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946723,"stop":1726217946724,"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":"ee54230ded098042","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946723,"stop":1726217946723,"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":"8718c7049de43c14","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946723,"stop":1726217946723,"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":"63d86311cdb44ca9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946724,"stop":1726217946725,"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":"aa3b33c00932961f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946724,"stop":1726217946724,"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":"4484ab6bc79d4a9a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946725,"stop":1726217946728,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"dd0c3a44300bb4cd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946732,"stop":1726217946732,"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":"822c7391aaeeaf49","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946732,"stop":1726217946733,"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":"215000a5d8469684","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946733,"stop":1726217946733,"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":"f0009605e23d797e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946734,"stop":1726217946735,"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":"fc6cfb471425cb2f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946734,"stop":1726217946734,"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":"538a15730f0478a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946735,"stop":1726217946739,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"d8bc04fa2cad4afe","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946735,"stop":1726217946735,"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":"bb195f127bc23fc3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946739,"stop":1726217946739,"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":"53bbf43931b3a13e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946740,"stop":1726217946740,"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":"139ea9cdbd201ed8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946740,"stop":1726217946741,"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":"f5be96194f8f36d4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946740,"stop":1726217946740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"68d994220f4dfbf0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946741,"stop":1726217946741,"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":"3a32b0028b9f79ca","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946741,"stop":1726217946741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"fa930ca5f2fb2f33","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946742,"stop":1726217946743,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1695459342715","uid":"6f6b1fae02c86cc6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946743,"stop":1726217946743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726221342715","uid":"32351918145325f1","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946744,"stop":1726217946744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726214142715","uid":"31c339942342c875","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946744,"stop":1726217946744,"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":"332f95502e32f96e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946745,"stop":1726217946745,"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":"9dbeccb659bd7d14","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726217946745,"stop":1726217946745,"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":"7218ef37689f8d5c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013688,"stop":1726218013689,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"a19fa9505e421d8b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013689,"stop":1726218013689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"62582c25cfe4c6ae","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013690,"stop":1726218013690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"643a5ef7efb4579f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013690,"stop":1726218013690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"fbdf6fecbd6fa7e4","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013691,"stop":1726218013691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"ff651ac650aa0b69","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013691,"stop":1726218013691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"fdda0479736669ef","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013692,"stop":1726218013693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"48dcbc888136b7ac","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013692,"stop":1726218013692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"a027ff90bfff3b8c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013692,"stop":1726218013692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"8ca8dd69249fc3f5","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013693,"stop":1726218013693,"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":"f46a65f5ec61cbfc","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013693,"stop":1726218013694,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"fdd94729863a5ba0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013694,"stop":1726218013695,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"42e6432cbb5d2993","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013695,"stop":1726218013695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"d05befb19538bf00","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013696,"stop":1726218013696,"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":"ae06513cb133c1b2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013696,"stop":1726218013696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"fa96a3d3c340607a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013697,"stop":1726218013697,"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":"f92f1fd2adc550b5","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013697,"stop":1726218013698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"e0fb4e9e26f6b570","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013697,"stop":1726218013697,"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":"6ba53f6831712367","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013698,"stop":1726218013699,"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":"fee6e504776f4387","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013698,"stop":1726218013698,"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":"569d2a07b0a33503","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013699,"stop":1726218013700,"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":"ea1d44b491181207","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013700,"stop":1726218013700,"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":"f31d496356106eef","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013700,"stop":1726218013700,"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":"9613918c76680899","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013701,"stop":1726218013702,"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":"ed29db7636c0a5e0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013701,"stop":1726218013701,"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":"c68091fa3992f9d9","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013701,"stop":1726218013701,"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":"f974fb36c1ad20d9","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013702,"stop":1726218013712,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"48a92568d4185240","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013712,"stop":1726218013715,"duration":3},"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":"f09ae161289fe6e3","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013716,"stop":1726218013718,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"4cc2b05c7efae3c5","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013718,"stop":1726218013719,"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":"2df5ea4a86c6553b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013719,"stop":1726218013719,"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":"a862455496dd40e8","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013719,"stop":1726218013720,"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":"4c1e3cf0750d78f4","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013719,"stop":1726218013719,"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":"da728877ee37693","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013720,"stop":1726218013723,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"20f7e6a7dca25bdc","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013720,"stop":1726218013720,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"6579233b147dbd27","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013723,"stop":1726218013724,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"f49ed9684cf683da","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013724,"stop":1726218013724,"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":"a8451b5b33d83280","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013724,"stop":1726218013724,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1695459306169","uid":"a532000f3eabde59","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013725,"stop":1726218013725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726214106169","uid":"77af0d3a6df2b44f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013725,"stop":1726218013726,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726221306169","uid":"38800d9b501f4f5b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013726,"stop":1726218013729,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"e12b17f9d8cc7435","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013729,"stop":1726218013730,"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":"3b45aff872bd9d10","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218013730,"stop":1726218013731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"98e37ab0d2f3142a847ff2af3729b84a"},{"name":"A test","uid":"44274d34b09f4ce7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217804645,"stop":1726217804645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"577d3f0ec67fefa7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217804645,"stop":1726217804646,"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":"8a062336079246fd","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217848413,"stop":1726217848414,"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":"b4e30054e64f672","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217848413,"stop":1726217848413,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"65af325e86f9e7c5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217848414,"stop":1726217848415,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"1c0ce4e0a62a37cf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217848414,"stop":1726217848414,"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":"2e5a6f402f793a14","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217848420,"stop":1726217848420,"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":"7a8433e86cab8872","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217848421,"stop":1726217848421,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"59cdfa21a9801533","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217854655,"stop":1726217854655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"2c65730fb3d4bf3c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217854655,"stop":1726217854656,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"28ae9f8ebb0f9a0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726217854778,"stop":1726217854779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer-exchange","children":[{"name":"Should update multiaddrs","uid":"d6e7f3d31d0be7a8","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726217868893,"stop":1726217868894,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"5ce0d52363880cf8","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726217868894,"stop":1726217868894,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"72b1ee58aa9f58ad","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1726217925015,"stop":1726217925016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"817f965bdef4407f","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1726217925015,"stop":1726217925015,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"6261c0636e1b38eb","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1726217925015,"stop":1726217925015,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"f9a0f8a733a691ea","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1726217925016,"stop":1726217925016,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"9931e5fbeb80520f","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726217955948,"stop":1726217955949,"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":"8632721549e14843","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1726217955949,"stop":1726217955949,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"a974dc35348d8bf9","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1726217955949,"stop":1726217955949,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"d1052525a440082e","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726217955950,"stop":1726217955950,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"9bb30bb1031e3773","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726217978645,"stop":1726217978645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"155d181d2dd11c63","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726217978645,"stop":1726217978647,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"4d7ae123f4338ed","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726217978647,"stop":1726217978649,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"f8a8d04095de31cb","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726217978650,"stop":1726217978650,"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":"6fe6410a277322c9","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726217978666,"stop":1726217978666,"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":"de04ba40cdd8c7e7","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726217978667,"stop":1726217978667,"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":"b70b5bb13275e661","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726217978667,"stop":1726217978667,"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":"6387ce7e4e5327f4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217927560,"stop":1726217927560,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"e20376927b185d2a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217927561,"stop":1726217927561,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"6af678b35c2f4a73","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217949322,"stop":1726217949323,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"a42c67f43b954f20","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217949325,"stop":1726217949325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"1a4990250e98ae5c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217949325,"stop":1726217949326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"b7e60c0b1bbea68e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217949327,"stop":1726217949327,"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":"32e0d786de989bda","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217960211,"stop":1726217960211,"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":"3bf46a1397bddf6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217960211,"stop":1726217960211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"9f6ad9d0a302fa81","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217960212,"stop":1726217960212,"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":"ec4f413dbf24196e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217960212,"stop":1726217960212,"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":"d323eb4b7d5f4e3c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217960213,"stop":1726217960213,"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":"c47d8fcb86f012a2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217960213,"stop":1726217960213,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"a59d67651086a0f1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217960214,"stop":1726217960214,"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":"2453f8230b03b9c5","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217960214,"stop":1726217960214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"2ef258ced9393aaf","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976598,"stop":1726217976598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"8d6e3c354c56f675","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976599,"stop":1726217976599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"6ffafc8d8a1c4350","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976599,"stop":1726217976599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"2fab469ec8314fea","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976600,"stop":1726217976601,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"c96d254c26f6fe71","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976600,"stop":1726217976600,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"e66192f75d7908bf","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976600,"stop":1726217976600,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"afc4890543196d66","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976601,"stop":1726217976601,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"872bd653fe613d0","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976601,"stop":1726217976602,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"3f3b65e5e9b4ab34","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976602,"stop":1726217976602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"171f63e0abd388e3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976602,"stop":1726217976602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"80c89eaf05f4cd9c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976603,"stop":1726217976604,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"db8561724d375e5f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976603,"stop":1726217976603,"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":"394c68283a7a8ff2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976603,"stop":1726217976603,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"f110014bb68fc085","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976604,"stop":1726217976606,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"2f19eecf52c8f720","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976606,"stop":1726217976607,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"bd15fb2f524ce2c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976607,"stop":1726217976608,"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":"55c9f0947a2b5f19","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976608,"stop":1726217976609,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sat Sep 23 2023 08:59:09 GMT+0000 (Coordinated Universal Time)","uid":"39b9911ab7b31593","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976609,"stop":1726217976610,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 13 2024 07:59:09 GMT+0000 (Coordinated Universal Time)","uid":"af31b0df6175fdc1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976610,"stop":1726217976611,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 13 2024 09:59:09 GMT+0000 (Coordinated Universal Time)","uid":"3aaa244311e0da59","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976611,"stop":1726217976613,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"c44675d18b5bdf00","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976613,"stop":1726217976614,"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":"ecd94d1fd89bec96","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976614,"stop":1726217976615,"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":"406e7760a6b203bf","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976615,"stop":1726217976616,"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":"9eaefe2785f18c04","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976616,"stop":1726217976617,"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":"c4a6c731c5ba181f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976619,"stop":1726217976620,"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":"f67ce95b2517dcfb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1726217976620,"stop":1726217976621,"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":"52aa7f8c3c7dab29","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1726217976621,"stop":1726217976622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"55a65680c90a88e7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976622,"stop":1726217976623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"78d71f9d8fa08f9a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217976623,"stop":1726217976624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"5f97f03312eb9c3f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980034,"stop":1726217980035,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"8a91252486d89c80","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980035,"stop":1726217980035,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"42f866ea9a68472e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980035,"stop":1726217980036,"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":"aadd29f5cc1cd3e4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980036,"stop":1726217980036,"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":"d2599ebb63e00009","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980036,"stop":1726217980037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"c213072de9dc0c33","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980036,"stop":1726217980036,"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":"21f717d2eb9962f1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980037,"stop":1726217980037,"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":"a1bf24b88c56c22f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980037,"stop":1726217980038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"68007f3446635ee8","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1726217980038,"stop":1726217980038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"576b67030db7bb98","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1726217980038,"stop":1726217980038,"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":"a15c15ae6c4cd08f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980039,"stop":1726217980049,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"f625a555b6611ba7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980039,"stop":1726217980039,"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":"3ceb98ed5f653578","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980039,"stop":1726217980039,"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":"a16ed47e57a9e8be","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980049,"stop":1726217980050,"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":"65777614b69daf42","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980050,"stop":1726217980050,"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":"e671cdb7d273dd53","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980050,"stop":1726217980051,"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":"9fca3a38bf89962b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980051,"stop":1726217980051,"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":"d5d62e67d9328415","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980052,"stop":1726217980052,"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":"4d824539b4a594dd","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980052,"stop":1726217980053,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"b00c46347845a679","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980052,"stop":1726217980052,"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":"fe089244688f9639","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980053,"stop":1726217980053,"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":"1564355301325361","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980053,"stop":1726217980054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"dde0fd7b88ca5c32","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980054,"stop":1726217980054,"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":"12708546cdcbaea6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980054,"stop":1726217980055,"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":"af16cec20f846056","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980055,"stop":1726217980055,"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":"3650feca32375c67","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726217980055,"stop":1726217980056,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3c728dec9e04988ce79c14ecb2c28dfb"},{"name":"sharding","children":[{"name":"Cluster ID 0 - Default/Global Cluster","uid":"72a4689f75936f85","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218011622,"stop":1726218011622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"27f30c6a16a7a99e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218011623,"stop":1726218011623,"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: /app90/6/topic326/proto","uid":"bb50231047495df1","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218011623,"stop":1726218011624,"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: /app95/8/topic808/test.js","uid":"27cd581dbeec6913","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218011623,"stop":1726218011623,"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: /app58/8/topic404/proto","uid":"df834e1ff4e2fc11","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218011624,"stop":1726218011624,"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: /app57/6/topic639/json","uid":"ef2cd6e362cefa22","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218011624,"stop":1726218011625,"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/1/topic193/proto","uid":"ea335f24d619f36b","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218011624,"stop":1726218011624,"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: /app62/7/topic669/test.js","uid":"4f3605b8fe121008","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218011626,"stop":1726218011627,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app24/4/topic447/utf8","uid":"43993ae6688f6977","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218011626,"stop":1726218011626,"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: /app7/3/topic353/xml","uid":"33be19679efe1aaa","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218011626,"stop":1726218011626,"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: /app20/5/topic731/xml","uid":"a746752f6b36bda","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218011627,"stop":1726218011627,"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: /app16/3/topic493/proto","uid":"d1d15cc1f60f49d1","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218011627,"stop":1726218011627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"a3078c24a20db61e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218011628,"stop":1726218011628,"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":"43923558f2068114","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218011628,"stop":1726218011628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"ef70294ca0d0caa2","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218011629,"stop":1726218011630,"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":"2c6da54044659602","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218011629,"stop":1726218011629,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"ad6c71acb1ac96cb","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218039626,"stop":1726218039626,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 517, Shard ID: 180","uid":"594ff4c45895ab89","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218039627,"stop":1726218039628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 813, Shard ID: 4","uid":"9aea3c2c6b14dca0","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218039627,"stop":1726218039627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"e8a0b62e494156e2","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218039627,"stop":1726218039627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 309, Shard ID: 473","uid":"575f5f1a89a5a265","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218039628,"stop":1726218039628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 517, Shard ID: 214","uid":"5691568a6136f845","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218039628,"stop":1726218039628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 39, Shard ID: 679","uid":"1c5928a8bbd66520","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218039629,"stop":1726218039629,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 431, Shard ID: 247","uid":"ecb4dbb01334f29d","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218039629,"stop":1726218039629,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 69, Shard ID: 416","uid":"4c0bef4a99d3c90e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218039630,"stop":1726218039630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 299, Shard ID: 381","uid":"9fa765fa058e38dc","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218039630,"stop":1726218039630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 340, Shard ID: 336","uid":"45435efc6222a176","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218039631,"stop":1726218039631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 415, Shard ID: 397","uid":"dec0f2a0fa9d8928","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218039631,"stop":1726218039631,"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":"7b13e800fd0cb8b7","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218039632,"stop":1726218039632,"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":"48981eb82341f9c8","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218039633,"stop":1726218039634,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"ca20990e3405d0fc","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218039634,"stop":1726218039635,"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":"1d682ffed4eaeb0a","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218139624,"stop":1726218139624,"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":"157d554266efcd8e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218139625,"stop":1726218139626,"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":"a2bd097e0388c856","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218139625,"stop":1726218139625,"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":"cf8879057b42a0c2","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218139626,"stop":1726218139626,"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":"dbb6de40286083ac","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218020451,"stop":1726218020453,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"aeba21aec66b684","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218020451,"stop":1726218020451,"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":"c4ccced96b1fa86c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218020453,"stop":1726218020454,"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":"2e6e42f34c4e0edf","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218020454,"stop":1726218020455,"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":"97e00203451e4ee0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218020455,"stop":1726218020456,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"1ccc6c22d23ddcfb","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218020456,"stop":1726218020457,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"e0dbf51dfa7f3528","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218020457,"stop":1726218020458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"a6f574173d8b143e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218020458,"stop":1726218020459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"46da2f5652808e97","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218020459,"stop":1726218020460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"51795d515438cd82","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218054673,"stop":1726218054683,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"e44df5c108d260a3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218054673,"stop":1726218054673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"d8dc3fa14fc34a24","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218054683,"stop":1726218054684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"21a181c76e1fbf4f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218054684,"stop":1726218054684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"369e2e1f3d78afd5","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218054684,"stop":1726218054688,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"2181694ef311d30","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218054691,"stop":1726218054692,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"ddc1d131c50fd5ea","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218054693,"stop":1726218054693,"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":"762bb0d9e02daf8a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218054693,"stop":1726218054693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"57a626a4a7efd37c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218054694,"stop":1726218054699,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"af79f35314395695","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218054699,"stop":1726218054700,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"a5ab136b1af82365","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218054700,"stop":1726218054700,"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":"a9a095a31d4342b8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218054703,"stop":1726218054704,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"9fa9f67396f2c939","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218061971,"stop":1726218061974,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"1703e7f12a78c322","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218061974,"stop":1726218061975,"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":"132e1d1713ee8bd7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218061976,"stop":1726218061978,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"5d0e1470f935a1dc","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218061978,"stop":1726218061979,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"95127b0d06c21192","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218061979,"stop":1726218061979,"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":"379d34be8192b129","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218061979,"stop":1726218061979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"803d2a4649479cab","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218061980,"stop":1726218061980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"e13a13fd6ca5d2ff","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218061980,"stop":1726218061981,"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":"860268ee1c290af7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218061981,"stop":1726218061981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"54cfcd81a69d590c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218063101,"stop":1726218063102,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"6df164cff7642ed4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218063101,"stop":1726218063101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"be7ef5cf7a377c0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218063109,"stop":1726218063110,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"55eaa98d05eb2025","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218063111,"stop":1726218063111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"21553e4e237cb56a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218063111,"stop":1726218063112,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"7eb4fc37ed00550d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218063114,"stop":1726218063114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"73ae9231d7b7f2ea","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218071323,"stop":1726218071323,"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":"5a6f8c35e30b3a1e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218071323,"stop":1726218071324,"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":"8f48a3ff0e5f000d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218071324,"stop":1726218071324,"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":"42046d79d859bdb0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218071324,"stop":1726218071324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"f8c949295fb171dd","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218071325,"stop":1726218071325,"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":"8be0f273fac9bcc2","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218071325,"stop":1726218071325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"630dc2f0f3d5087d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218071325,"stop":1726218071326,"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":"5ecb49d8f2e2a725","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218071326,"stop":1726218071349,"duration":23},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"656b33108765eb33","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218071349,"stop":1726218071355,"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 false","uid":"ffd4f21d818bc927","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218077539,"stop":1726218077540,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"65bfd825d880fe65","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218077539,"stop":1726218077539,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"1bade847af628851","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218077540,"stop":1726218077540,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"cfa5d2d07f9e9111","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218077540,"stop":1726218077540,"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":"5868e895f3b49a09","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218085656,"stop":1726218085657,"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":"7d04536c4dbbbe5c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218085657,"stop":1726218085658,"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":"54b386364d12f4bd","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218085658,"stop":1726218085659,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"2540c21096383b3c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218085659,"stop":1726218085660,"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":"85be338cb327deb","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218085660,"stop":1726218085661,"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":"f673ab73b2de717c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218085661,"stop":1726218085662,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"1b4d95fa4bd100bd","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218085662,"stop":1726218085663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"df2f8c58c95060a5","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218085663,"stop":1726218085664,"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":"b5e82c93652a2236","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218091297,"stop":1726218091297,"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":"894b1608ff37670c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218091298,"stop":1726218091298,"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":"c1f0d09bf50e1802","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218091298,"stop":1726218091299,"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":"3931030e79a8b866","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218091298,"stop":1726218091298,"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":"3789e627bb808812","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218091299,"stop":1726218091299,"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":"370620f1406a5b64","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218091299,"stop":1726218091299,"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":"4f0dd72dea6ac6cf","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"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":"1c5d67241e843233","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"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":"7f25e3f990a9cdbf","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"114c10befa13776855d75d77eed79619"},{"name":"handles multiple messages","uid":"577d01f43f1495bd","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218077305,"stop":1726218077305,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"d37f0742a50075a8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218077305,"stop":1726218077305,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"bb3259767a1d0e57","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218077306,"stop":1726218077306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"ed54ac08cbaa7d2f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218090762,"stop":1726218090763,"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":"7c572d9bf118a112","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218090763,"stop":1726218090763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"4ba0c2fecbf6b662","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218090763,"stop":1726218090763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"39de516b6e9147b8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218090764,"stop":1726218090764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"e3b51b3103a19e76","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218090764,"stop":1726218090765,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"59e2028896053828","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218090764,"stop":1726218090764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"c5385358797e053e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218095392,"stop":1726218095393,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"81a6e7263f2db1a4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218095393,"stop":1726218095394,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"b6227468bcb5f2e1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218095393,"stop":1726218095393,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"e29eb799a4dcdfa","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218095393,"stop":1726218095393,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"55fd22a56b8d7dbe","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218095394,"stop":1726218095395,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"18a81fdc8f640f1b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218095394,"stop":1726218095394,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"350ad1a5f71be573","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218095395,"stop":1726218095395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"f591f16c528f3754","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218095395,"stop":1726218095395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"c461003765ada517","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218095396,"stop":1726218095396,"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":"3d4fc7777d0be042","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1726218282696,"stop":1726218282697,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"d457d4c29c1ed37b","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1726218282698,"stop":1726218282698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"sharding","children":[{"name":"does not throw on valid cases","uid":"a6c4dd3285259e01","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283070,"stop":1726218283070,"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":"61c23ade9774c792","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283071,"stop":1726218283072,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"78092d03690abda","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283071,"stop":1726218283071,"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":"dea7c95588c834a1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283072,"stop":1726218283072,"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":"abbc18cc02a6594","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283072,"stop":1726218283073,"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":"9c59145315623cdd","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283073,"stop":1726218283073,"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":"3171ebd1f3ad5ef6","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283073,"stop":1726218283074,"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":"319ba275bc35c263","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283074,"stop":1726218283075,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"818c402d33e1d6ed","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283075,"stop":1726218283075,"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":"cab66ddbef3931e5","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283076,"stop":1726218283077,"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":"39483524198a56c1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283077,"stop":1726218283077,"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":"ec544f86edaed142","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283077,"stop":1726218283082,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"ee0081bbfbfcce8d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283082,"stop":1726218283083,"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":"1b0ec5f9a42dd98f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283083,"stop":1726218283083,"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":"8e3bbb2c8dbe508b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283083,"stop":1726218283083,"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":"242f39cda045a6b5","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283084,"stop":1726218283084,"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":"7c4df3568cddd6d0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283084,"stop":1726218283084,"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":"fb7925ccf6ae0157","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283084,"stop":1726218283084,"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":"9d29df7796ba2dd1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283085,"stop":1726218283085,"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":"1baa0b027f6e22cd","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283085,"stop":1726218283085,"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":"bc22a6d73963c6e7","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283085,"stop":1726218283085,"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":"e531ad16ba5f39b8","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283086,"stop":1726218283086,"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":"6ceef3fdf5610026","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283086,"stop":1726218283086,"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":"ddaa1cee76844d3","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283087,"stop":1726218283087,"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":"c9706327e62c087b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283087,"stop":1726218283087,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"f5ed93bacfe25bb0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283087,"stop":1726218283087,"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":"f61c86bf67f5a4f0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283088,"stop":1726218283088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"18250addac37a8d4","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283088,"stop":1726218283088,"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":"dd6ffb0cf6e45718","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283089,"stop":1726218283089,"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":"2e7e9fb9e46df0f8","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283089,"stop":1726218283090,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"442e4d1e68bb0cc4","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283089,"stop":1726218283089,"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":"377ccda8c80955b3","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283090,"stop":1726218283091,"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":"43ad251086066ab1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283090,"stop":1726218283090,"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":"86b54c0284a2774a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283091,"stop":1726218283091,"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":"29e8574724d47747","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283091,"stop":1726218283091,"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":"22669e80c761df2d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283091,"stop":1726218283092,"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":"b7b98741c6ff64f2","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283092,"stop":1726218283092,"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":"2843883ccff0aec7","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283092,"stop":1726218283092,"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":"39200fd258aaa858","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283092,"stop":1726218283093,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"53dd65ded2366685","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283093,"stop":1726218283093,"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":"61f382425504b46a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283093,"stop":1726218283093,"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":"3741a4ed93904932","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283094,"stop":1726218283094,"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":"61ce8eee8cbc3e24","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283094,"stop":1726218283095,"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":"7b618163cfb6ed0a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283094,"stop":1726218283094,"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":"a253f7bc154637cf","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283095,"stop":1726218283096,"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":"38771a52fe4c1f65","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283095,"stop":1726218283095,"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":"963aff1bad69da87","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283095,"stop":1726218283095,"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":"29165dffa2534375","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283096,"stop":1726218283097,"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":"51d33b622e674957","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283096,"stop":1726218283096,"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":"432c761318df8589","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283096,"stop":1726218283096,"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":"918de91f586058ee","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283097,"stop":1726218283097,"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":"fb092e4d29ee67aa","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283097,"stop":1726218283097,"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":"228d3f00c723b625","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283097,"stop":1726218283098,"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":"f0b0b4693a4a4045","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283098,"stop":1726218283098,"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":"496cbaa2c10876ec","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283098,"stop":1726218283099,"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":"6f46be6f6d970a7c","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283098,"stop":1726218283098,"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":"d30510fd52f60d39","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283099,"stop":1726218283099,"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":"651c9e531633893d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283099,"stop":1726218283100,"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":"6158c1df0e10543d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283099,"stop":1726218283099,"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":"9bd43529907fa10a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283100,"stop":1726218283100,"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":"f46c7314d38f09dc","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283100,"stop":1726218283100,"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":"d74e0b507a4ab6e6","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283101,"stop":1726218283101,"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":"d309c12fd2cb7c76","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283101,"stop":1726218283102,"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":"202985609b8c349e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283101,"stop":1726218283101,"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":"8767f6023d93d22c","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283102,"stop":1726218283102,"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":"a897a65bf14bac52","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283102,"stop":1726218283102,"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":"a33701ae79543e34","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"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":"2fd74dd4a4419bbd","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"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":"2fe3b651b85c342","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"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":"9a88cff180059b47","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"63960250baa96b55","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283104,"stop":1726218283105,"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":"475a0cc54d7b4c64","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"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":"42207941aaedf54a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"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":"c373db5dacca5779","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"4bd65ed11b7149a1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"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":"695cb9b704b63250","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283105,"stop":1726218283105,"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":"691cc1106d76d00d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283105,"stop":1726218283105,"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":"41b190f6c80d05d4","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283105,"stop":1726218283106,"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":"92b6402ff8053dc2","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1726218283105,"stop":1726218283105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0eca7593f93a85210ac2b81edb813a46"},{"name":"should handle a minimal index list","uid":"c519bf1090181949","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1726218283106,"stop":1726218283107,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"3c032a68fc9999e4","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1726218283107,"stop":1726218283107,"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":"55f9fa646e0dd750","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1726218283107,"stop":1726218283107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"6105905ca3426dd","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1726218283107,"stop":1726218283107,"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":"177db12bfa4c0174","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218285624,"stop":1726218285625,"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":"ed62c19e4c4fe287","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218285626,"stop":1726218285626,"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":"3d2f5e499349faf6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218285626,"stop":1726218285627,"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":"ffbab8e6a283f2e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218285626,"stop":1726218285626,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"8e8fe22c2fec85a3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218285627,"stop":1726218285627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"242c022b987a776e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218285627,"stop":1726218285628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only RELAY set to true","uid":"d67823a119278576","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291074,"stop":1726218291076,"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":"cab8bef1eba4b639","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291076,"stop":1726218291077,"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":"f4de2b05d1b01c4f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291077,"stop":1726218291077,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"54e7feae9bda1010","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291077,"stop":1726218291078,"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":"b43fa9cf1159f56f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291078,"stop":1726218291078,"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":"a96b18887e656f30","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291079,"stop":1726218291079,"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":"baf57a9d5101b5a1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291079,"stop":1726218291079,"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":"5d40a6e80470af0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291080,"stop":1726218291081,"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":"b007419bcfd40f9a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291080,"stop":1726218291080,"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":"2d6e14c991b77b56","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291081,"stop":1726218291082,"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":"935540172fe40d69","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291082,"stop":1726218291082,"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":"45ced46f4168b7f6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291082,"stop":1726218291083,"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":"43ce9e4d18d7722c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291083,"stop":1726218291083,"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":"d0cd26129df832c2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291084,"stop":1726218291084,"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":"660070925af87e36","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291084,"stop":1726218291084,"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":"f500c56fdff1f020","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291085,"stop":1726218291085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"f92d8af552c71729","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291182,"stop":1726218291182,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"e0a64349b5fdd54b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291265,"stop":1726218291266,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"8e4903234947b101","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291266,"stop":1726218291266,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"5f7b643d0c265439","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291657,"stop":1726218291657,"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":"37e7b98ff53b561b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291658,"stop":1726218291659,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"8dfb836e329d14e1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291658,"stop":1726218291658,"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":"879b9592f245da41","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291658,"stop":1726218291658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"3635fc44fd8f2555","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291659,"stop":1726218291660,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"1730e8abc22ba6af","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291659,"stop":1726218291659,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"557f15b86c3817d4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291660,"stop":1726218291660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"ec0d7bc5a8cc0eda","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291660,"stop":1726218291660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"707d97b279ffa5c0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291661,"stop":1726218291661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"7e9c238f56610d41","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291661,"stop":1726218291661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"a44b2234134bccdb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291662,"stop":1726218291663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"51e2196bc0ace9b1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291662,"stop":1726218291662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"2fa78b257813acca","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291662,"stop":1726218291662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"29e401b857c4dab5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291663,"stop":1726218291664,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"4650472aca951c60","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291663,"stop":1726218291663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"35e2ad0ffd61e6a9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291667,"stop":1726218291667,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"1926239cbce7fe4c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291667,"stop":1726218291668,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"b984638101a2885","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291668,"stop":1726218291668,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"ed3233569991489d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291668,"stop":1726218291668,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"6d951e7eda174203","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291668,"stop":1726218291668,"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":"f19a4e0ab55df714","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291669,"stop":1726218291670,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"e9cda4ced405a4a9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291669,"stop":1726218291669,"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":"6ce60da307fe11e0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291669,"stop":1726218291669,"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":"f03729e4a50a0691","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291670,"stop":1726218291671,"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":"dfce94e63411aedf","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291670,"stop":1726218291670,"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":"8717e76113565526","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291670,"stop":1726218291670,"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":"931d0150e1bf0c7e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291671,"stop":1726218291671,"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":"2754b1350fa4d8a8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291671,"stop":1726218291671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"45cf3f32838628f8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218291672,"stop":1726218291672,"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":"4adbd818215eeb71","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1726218295945,"stop":1726218295947,"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":"e3965ed3e5cf3bc2","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1726218296383,"stop":1726218296384,"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":"495f9ae83ce407e4","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1726218296384,"stop":1726218296385,"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":"4b1dba01c6d98e04","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1726218296385,"stop":1726218296385,"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":"11fda5521108ec17","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1726218296385,"stop":1726218296386,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"message","children":[{"name":"Round trip binary serialization","uid":"2a078604bad514a4","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1726218296783,"stop":1726218296783,"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":"5be8bc1a2f3bf356","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1726218296784,"stop":1726218296784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"d83dd35444514e57","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1726218296784,"stop":1726218296784,"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":"892ef1596701a339","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1726218296785,"stop":1726218296785,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"20b55f41b8cf225","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1726218296785,"stop":1726218296785,"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":"ae17a515ffbdd9e1","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1726218296786,"stop":1726218296787,"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":"984360b0a1525e5d","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1726218296786,"stop":1726218296786,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"df6098d0e12469f2","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1726218296786,"stop":1726218296786,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"93b2d32eaaccb83cb998b1e6cf8d3de9"}],"uid":"a5669e6fe8ee21fadf6efd4c7a904e03"},{"name":"dns","children":[{"name":"returns all values when wanted number matches available values","uid":"767c9dcd579d75ab","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218302902,"stop":1726218302903,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"8ff2b856f90d45d7","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218302904,"stop":1726218302904,"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":"858368dbe10b1a15","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218302904,"stop":1726218302904,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"950b7a9803b662ec","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304290,"stop":1726218304291,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"2d506d7b0fe02227","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304291,"stop":1726218304291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"274acc71bc983490","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304291,"stop":1726218304292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"60497c7fddd2b17d","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304292,"stop":1726218304292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"ad8a495913a569","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304461,"stop":1726218304462,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"e9e03baf83eac6a4","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304463,"stop":1726218304463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"99a1e3d362e0e353","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304464,"stop":1726218304464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"729a70bf5dcc58ae","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304464,"stop":1726218304465,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"ae8e24c35164dfaa","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304465,"stop":1726218304466,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"b403c454b56be12a","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304467,"stop":1726218304467,"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":"768bcaa9249b2728","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304469,"stop":1726218304469,"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":"e19e7dbaf9afd4d3","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304470,"stop":1726218304470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"79d51a65d0af618d","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304470,"stop":1726218304471,"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":"7a47822857a6188f","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304471,"stop":1726218304472,"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":"472c9da00b75b8e2","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304472,"stop":1726218304473,"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":"709406fe1315a0fe","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1726218304474,"stop":1726218304474,"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":"a561c9cac12a0a10","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1726218304475,"stop":1726218304475,"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":"4ff3780af93403cb","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304533,"stop":1726218304534,"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":"b3fbfb47f0e336ee","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304533,"stop":1726218304533,"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":"185105c8754d153e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304534,"stop":1726218304534,"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":"caec25470d773579","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304534,"stop":1726218304534,"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":"75c50a9372841e04","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304535,"stop":1726218304535,"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":"9eca7d2728ed4c63","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304535,"stop":1726218304535,"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":"147c9ae3a9cc6b85","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304535,"stop":1726218304536,"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":"5c161dc11c4f443c","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304536,"stop":1726218304536,"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":"96e82bf7c76ad986","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1726218304536,"stop":1726218304536,"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":"4da3cca465124c20","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726218308579,"stop":1726218308579,"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":"36f49fe4f270b563","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726218308580,"stop":1726218308581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"b53274d932426b2f","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726218308580,"stop":1726218308580,"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":"924b95079e61c63c","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726218308581,"stop":1726218308582,"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":"cc0f4a1e4bb0e7a8","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726218308582,"stop":1726218308582,"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":"3dd9ad0003d0faa4","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726218308582,"stop":1726218308582,"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":"75a3acbad1032ec4","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726218308583,"stop":1726218308583,"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":"c74d76ee277cb9cf","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726218308583,"stop":1726218308584,"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":"b94e01803d8ac2bb","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726218308584,"stop":1726218308585,"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":"ef1ecf501442555d","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726218308584,"stop":1726218308584,"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":"11bb16190aff82a0","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1726218308584,"stop":1726218308584,"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":"30dbe7a6536b4b79","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218314719,"stop":1726218314720,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"9b9e36a8109e7f77","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218314721,"stop":1726218314721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"ca68d9aeb4f6c1a0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218314721,"stop":1726218314722,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"e96aecb1a53a6bf1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218314722,"stop":1726218314722,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"2d499585bbf37519","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218314723,"stop":1726218314723,"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":"5f9551c5693c1f36","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218314723,"stop":1726218314723,"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":"d91b108464358a1f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218314724,"stop":1726218314724,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"ca06e059aece7b1f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218315164,"stop":1726218315165,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"593cdf1e3a3e1056","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218315165,"stop":1726218315165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"55df71f4ea11c8f8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218315166,"stop":1726218315167,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"9cc8468fc234bdd3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218315166,"stop":1726218315166,"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":"f996d83bb887c01e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218316385,"stop":1726218316386,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"915994120eb75fd1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218316386,"stop":1726218316387,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"847fec84165e9698","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218316386,"stop":1726218316386,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"24b5bee9924ef036","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218316387,"stop":1726218316387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"846aaae332105dd2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218316387,"stop":1726218316388,"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":"16ec6ecdc63c5290","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218316387,"stop":1726218316387,"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":"be45056cdf2bd94e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218316388,"stop":1726218316388,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"bb0d1e713f342e90","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218319678,"stop":1726218319679,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"819de4df883467af","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1726218319680,"stop":1726218319680,"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":"bcef34e5657c63f0","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218335394,"stop":1726218335400,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"c7bafc8c0ce29fd","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218335400,"stop":1726218335400,"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":"550547bdd951ef21","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218335401,"stop":1726218335401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"d203c783679f29f9","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218335402,"stop":1726218335402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"f8242067814f647e","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218335403,"stop":1726218335404,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"64523352a822b4d7","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218335404,"stop":1726218335405,"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":"670d220e99987e32","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218342869,"stop":1726218342869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"92fcf1b8602d5bd5","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218342870,"stop":1726218342870,"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":"455836d047d869b3","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218342870,"stop":1726218342871,"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":"8eb088ee29513b7a","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218342871,"stop":1726218342872,"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":"badc7180b5054787","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218342872,"stop":1726218342872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"21c0013143e20769","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218375482,"stop":1726218375483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"5360e733e13a6bb4","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218375483,"stop":1726218375484,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"2d9823d6de745ee5","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218375484,"stop":1726218375492,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"10fb03eb06175399","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218375492,"stop":1726218375492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"1aa1f33b1641a8a4","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218375492,"stop":1726218375493,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"790ad79c98d678db","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218375493,"stop":1726218375494,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"8ec6782034e406ad","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218375494,"stop":1726218375494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"32c9bf2db8e7352a","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218375494,"stop":1726218375495,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"2c17fa7af210c2ed","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218375495,"stop":1726218375495,"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":"2bdeae87aeaeba31","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218382074,"stop":1726218382075,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"6ebe3abec684a7e8","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218382075,"stop":1726218382077,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"f8e3fb5b679c9b3a","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218382077,"stop":1726218382078,"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":"d7740ad8645ea4bd","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218382078,"stop":1726218382079,"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":"95d0b03c21f0a91c","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218382079,"stop":1726218382080,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"1b33fcacc7c29926","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218382081,"stop":1726218382082,"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":"667597201fc36399","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1726218382082,"stop":1726218382083,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6c306d7226181a82f8643139ae545f25"},{"name":"Relay","uid":"5124b8ffe0fbdb7b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218344913,"stop":1726218344914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"ab98e4248eaf54d4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218344914,"stop":1726218344914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"ef0a83fcfb23aedf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218344914,"stop":1726218344915,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"228046c05b3abe0e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218345025,"stop":1726218345026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"9c4f8358d2363793","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218345027,"stop":1726218345027,"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":"b97fdb9f6b39411c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218345027,"stop":1726218345029,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"4e3c37ce447f3021","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218345033,"stop":1726218345033,"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":"b9e3beb086ba681a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218345034,"stop":1726218345034,"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":"7264ab816db8796","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218345035,"stop":1726218345035,"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":"3dae94ad1d9e1fbc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218345035,"stop":1726218345036,"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":"cdbfb21cda54f7aa","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1726218345037,"stop":1726218345038,"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":"71ba1b692379f2e6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1726218345042,"stop":1726218345042,"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":"ad03d55176a61ff2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1726218345043,"stop":1726218345043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"3ebcfee765a0247b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218346772,"stop":1726218346772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"1f0ccb15b0d08762","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218346773,"stop":1726218346773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"720449b875078c85","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218346773,"stop":1726218346774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"834cc8d3e3b354bc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218346774,"stop":1726218346774,"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":"33a5c70aa8f6ce59","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218397741,"stop":1726218397742,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2a0ae478e5b2ba92","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218397742,"stop":1726218397742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"18e1cb705e793ac2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218397743,"stop":1726218397743,"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":"d0dbcd93c1397719","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218397743,"stop":1726218397743,"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":"406731f9a031e25b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218410951,"stop":1726218410952,"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":"23815a0bdbb86387","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218410952,"stop":1726218410952,"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":"61be9f993033be95","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218410952,"stop":1726218410953,"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":"8e8cb6615ac58252","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218410953,"stop":1726218410954,"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":"ae141cb13565e468","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218410954,"stop":1726218410954,"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":"7112b51adb4e6712","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218410955,"stop":1726218410955,"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":"6ccdb5b9bd5c8332","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218410955,"stop":1726218410955,"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":"47f3ae10a0d91128","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218410956,"stop":1726218410956,"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":"7964f3640c5430ae","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218410956,"stop":1726218410956,"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":"2bbc30f1861c5a1f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218410957,"stop":1726218410957,"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":"7b167a55536c4b63","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218410957,"stop":1726218410957,"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":"398784034053f15d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218455968,"stop":1726218455968,"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":"ef3865db254e0efe","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218455969,"stop":1726218455970,"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":"1e8a651880521a01","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218455969,"stop":1726218455969,"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":"a086eadde719dc9f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218455969,"stop":1726218455969,"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":"935df9109f17e48d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218455970,"stop":1726218455970,"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":"868c589a32757cc7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218455970,"stop":1726218455970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"eb73b67f7b8fbae3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510968,"stop":1726218510969,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"c867390b75319487","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510969,"stop":1726218510969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"b7dd4fff37b188c9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510969,"stop":1726218510970,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"681e53653698700f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510970,"stop":1726218510971,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"8b0c253c8b9ce831","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510970,"stop":1726218510970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"f0b0c15bf2cc7b6e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510971,"stop":1726218510972,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"cc2183a62e1d6eec","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510971,"stop":1726218510971,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"95ca8082657bb408","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510972,"stop":1726218510972,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"2ed7a2f20f5842e0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510976,"stop":1726218510977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"eb52333d1510eb29","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510977,"stop":1726218510977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"2094a66674e669aa","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510978,"stop":1726218510979,"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":"132c3abe100e29c9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510978,"stop":1726218510978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d3b3be0254f043b5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510980,"stop":1726218510981,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"db44986040e8162d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510981,"stop":1726218510982,"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":"1fb2bf7d5900190e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510982,"stop":1726218510982,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"e5ae7cf2dffd4dfd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510982,"stop":1726218510983,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218334519000000 ","uid":"e9acde6759b869f6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510983,"stop":1726218510983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218334519 ","uid":"49259250f07a1e1e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510984,"stop":1726218510987,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"fb463cb63004426e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510987,"stop":1726218510988,"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":"e9f97a8a2c80b922","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510988,"stop":1726218510988,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a901ab6dd6d36afe","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510988,"stop":1726218510988,"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":"963bce16e4917ff2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510989,"stop":1726218510989,"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":"70ad196fb3876722","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510989,"stop":1726218510989,"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":"ceb015486f59ea5a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510989,"stop":1726218510990,"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":"5c13409efc28ba3b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510990,"stop":1726218510990,"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":"5e616a9b7dca2230","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218510990,"stop":1726218510991,"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":"a6d39240ee1218dc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1726218510991,"stop":1726218510991,"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":"a2a9db929b75e827","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1726218510991,"stop":1726218510991,"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":"d00bcdec24b8f361","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551468,"stop":1726218551469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"c58010ac28ca13f1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551468,"stop":1726218551468,"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":"4f53b845455a3c58","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551469,"stop":1726218551469,"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":"f07822f296fda52a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551469,"stop":1726218551469,"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":"af31d9ea7c728f8d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551470,"stop":1726218551477,"duration":7},"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":"579696eadf15424b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551477,"stop":1726218551478,"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":"2c31a301adb48fd0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551478,"stop":1726218551478,"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":"9c8b151bd6ba6e79","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551479,"stop":1726218551480,"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":"dc7595f2dc0f2656","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551480,"stop":1726218551481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"e841201c8c73b06d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551481,"stop":1726218551482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"cbc339e538797e3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551482,"stop":1726218551482,"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":"20e553b8aba899e6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551483,"stop":1726218551483,"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":"fe1e0a84badbedc3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551483,"stop":1726218551484,"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":"887d32d34f6d85e1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551484,"stop":1726218551485,"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":"96579635c9e42be6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551485,"stop":1726218551486,"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":"d23ed477b88ff7eb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551486,"stop":1726218551487,"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":"438633ae63c5c79f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551487,"stop":1726218551487,"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":"b0a6f61c031638c1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551488,"stop":1726218551489,"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":"146ea6121d55ad75","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551488,"stop":1726218551488,"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":"a043d423d9bcf54","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551489,"stop":1726218551490,"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":"55869f8d4fd64c78","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551490,"stop":1726218551491,"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":"fd993a1418c6f970","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551491,"stop":1726218551492,"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":"799391a6987afda7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551492,"stop":1726218551493,"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":"e6a1f6705bad2cb0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551493,"stop":1726218551494,"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":"af16f11846fbef17","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551493,"stop":1726218551493,"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":"9d685fa82d37ede6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551494,"stop":1726218551495,"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":"f5d2329997709da7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551495,"stop":1726218551496,"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":"fa14c5ab67fd2c86","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551496,"stop":1726218551497,"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":"3d83c65a0f339ff7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1726218551497,"stop":1726218551498,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5dc97a320ab0e88ae621c2d48170bb29"},{"name":"Ping on subscribed peer","uid":"bd839a54809cc14c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218412653,"stop":1726218412654,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"e05a1e32810214e8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218412654,"stop":1726218412655,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"9a185ca7e9623f75","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218412655,"stop":1726218412655,"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":"d6479dfe9c5fc0df","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218412655,"stop":1726218412656,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"f1db01fbb7f3b8b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218412656,"stop":1726218412656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"cb589df37055047b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218412656,"stop":1726218412657,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"c2c702fa3f6aab9f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218412657,"stop":1726218412657,"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":"eba258a384c92f41","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218412658,"stop":1726218412658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"8ca0c9c76f229215","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218447504,"stop":1726218447506,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"acca02ee50027210","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218447507,"stop":1726218447507,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"687827e6235d51fd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218447508,"stop":1726218447508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"e4a937ac5fb40ce2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218447509,"stop":1726218447513,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"d0ab136b203326f7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218447513,"stop":1726218447514,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"7a1e19dcd69d002e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218447514,"stop":1726218447514,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"57e714e5f0dbe7db","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218447519,"stop":1726218447521,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"e1257e39e3e11b97","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218447521,"stop":1726218447522,"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":"f9008147b917165c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218563295,"stop":1726218563295,"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":"67d24d342325b5d6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218563295,"stop":1726218563295,"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":"21ea0d4782b9afef","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218563296,"stop":1726218563297,"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":"964b8d843fd00f97","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218563296,"stop":1726218563296,"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":"51afd52b18ee549e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218563297,"stop":1726218563298,"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":"583971e704940cb2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218563297,"stop":1726218563297,"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":"d69800452db5eca8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218563298,"stop":1726218563298,"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":"23b626892948c266","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218563299,"stop":1726218563299,"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":"2322ccece2a9d744","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218563299,"stop":1726218563299,"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":"c6f40427d2545d48","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218563305,"stop":1726218563307,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"9a01de46ec5469aa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218563307,"stop":1726218563307,"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":"7a991b11369e823b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218563307,"stop":1726218563307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"d52d3089909a0a1a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764064,"stop":1726218764066,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"674e32b525603e69","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764067,"stop":1726218764067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"dfc7401d99b6323a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764067,"stop":1726218764080,"duration":13},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"df8171faf052af51","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764081,"stop":1726218764082,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"567793b8bad2a1b2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764081,"stop":1726218764081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"9b8dbea5d7e69996","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764082,"stop":1726218764083,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"b7520b231335f646","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764083,"stop":1726218764086,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"e3723453c66ff63c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764087,"stop":1726218764088,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"1b5000687e8558a2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764087,"stop":1726218764087,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"4f6b89127dadb9d3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764087,"stop":1726218764087,"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":"93f0918bee81e74","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764088,"stop":1726218764088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"eac01216bc0b14a3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764088,"stop":1726218764088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"3fa30fd104654379","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764089,"stop":1726218764089,"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":"c9d9b8803fa3cdd0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764094,"stop":1726218764095,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"9b477effba7c0120","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764094,"stop":1726218764094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"1906dad37997d564","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764095,"stop":1726218764095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218335042000000 ","uid":"a3e9fdbc1a78cbd0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764095,"stop":1726218764096,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"613c1a723fac9563","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764096,"stop":1726218764097,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"44eb3b80a95b39c3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764096,"stop":1726218764096,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218335042 ","uid":"d4d21241fcfe9e30","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764096,"stop":1726218764096,"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":"3fab50f38a5b2986","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764097,"stop":1726218764097,"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":"62db60a4aeded6f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764097,"stop":1726218764097,"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":"923aae3b3a9413c4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764098,"stop":1726218764099,"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":"bf80a398e9029248","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764098,"stop":1726218764098,"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":"6f297511b425bfdf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764098,"stop":1726218764098,"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":"121074442479f866","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1726218764099,"stop":1726218764099,"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":"a94cfcb7f614ba83","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1726218764099,"stop":1726218764099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"8bbd492d1e4af379","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764100,"stop":1726218764101,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"c29173ca9145775e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764101,"stop":1726218764101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"78c3c06cabb3a069","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764101,"stop":1726218764101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"d91c6ad1ef17a5dc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764102,"stop":1726218764104,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"e9cf61ea12f74a1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764104,"stop":1726218764105,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"108f2739a2d0a74c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764105,"stop":1726218764105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"2ab6b3c7a9eaa6be","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764105,"stop":1726218764106,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"4530e489d7ff9d83","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764106,"stop":1726218764106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"a3065fd072702330","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764106,"stop":1726218764106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"c5cad4d05983b044","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764107,"stop":1726218764107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"89d8e056aa54429a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764107,"stop":1726218764107,"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":"a50e45a2ccda67c4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764107,"stop":1726218764107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"659c277ee68838c4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764108,"stop":1726218764108,"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":"836415f84289161b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764108,"stop":1726218764109,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"535ff8ea095a5e3d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764108,"stop":1726218764108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218335042 ","uid":"1c759ef12faa662b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764109,"stop":1726218764110,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218335042000000 ","uid":"8bd67832f56d0880","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764109,"stop":1726218764109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b4edf353a788d32c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764109,"stop":1726218764109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"3217491cb103ac24","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764110,"stop":1726218764110,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"abe09ce20c4fce8f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764111,"stop":1726218764111,"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":"e9c25c94dbd769c9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764111,"stop":1726218764111,"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":"956108d6c7f9953c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764112,"stop":1726218764112,"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":"8bda49ef577380f8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764112,"stop":1726218764113,"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":"15c087d996447df6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764113,"stop":1726218764113,"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":"d9fab382e3925698","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218764113,"stop":1726218764114,"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":"6e4743b017b62a05","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1726218764114,"stop":1726218764114,"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":"aa7b6e6072f0cdfa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1726218764114,"stop":1726218764114,"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":"67490c33c0312537","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879286,"stop":1726218879286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"7287df32d636fb32","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879286,"stop":1726218879286,"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":"db33e516cab46bd0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879287,"stop":1726218879288,"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":"53988f1145d3cbb6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879287,"stop":1726218879287,"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":"2cf8b78169da3cf9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879287,"stop":1726218879287,"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":"3b45b45986eed455","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879288,"stop":1726218879288,"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":"29ed9c662df66fd5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879288,"stop":1726218879288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"5110d9e8570781ac","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879289,"stop":1726218879292,"duration":3},"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":"ea6e403880636015","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879289,"stop":1726218879289,"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":"258484f6d68aaaf2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879289,"stop":1726218879289,"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":"b7aa1e471b0a9400","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879292,"stop":1726218879293,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"54e1cbc3916a846c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879292,"stop":1726218879292,"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":"7c42aead14c0e236","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879293,"stop":1726218879293,"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":"100d5843bbcf901d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879293,"stop":1726218879293,"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":"e2472066eaba930c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879294,"stop":1726218879294,"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":"e3de853524dbbd72","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879294,"stop":1726218879298,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"da3115bd84df2951","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879298,"stop":1726218879313,"duration":15},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"c264980d0035ff4b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879314,"stop":1726218879315,"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":"e2f50fdc6756f9a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879315,"stop":1726218879317,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"224a81e76873dffd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879318,"stop":1726218879320,"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":"666b6ffa76b3ce73","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879320,"stop":1726218879320,"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":"f87597fefdc9c4b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879321,"stop":1726218879322,"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":"7c9cf4703bdc9691","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879321,"stop":1726218879321,"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":"d3a816832f52cb88","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879322,"stop":1726218879330,"duration":8},"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":"c96819389a086579","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879331,"stop":1726218879331,"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":"2e90ee09a7ffa8b9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879331,"stop":1726218879331,"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":"b51b5e81cdf9de23","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879332,"stop":1726218879332,"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":"e2c0d30e8b718f94","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879332,"stop":1726218879332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"e1626e82bcffce8f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879334,"stop":1726218879335,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"b1a5a22e87f3879a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879335,"stop":1726218879335,"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":"a55a58f746b70daf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879336,"stop":1726218879336,"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":"bfd8f25679c56313","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879336,"stop":1726218879337,"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":"6e788243042e341e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879336,"stop":1726218879336,"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":"88e35d2cf4c770eb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879337,"stop":1726218879337,"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":"b90ff6a3ba34e7df","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879337,"stop":1726218879337,"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":"b114c56cb4449fce","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879338,"stop":1726218879338,"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":"8d334c4fb7fb5f77","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879338,"stop":1726218879340,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"7998b9ee7532984b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879340,"stop":1726218879341,"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":"367baa7872b9c6bc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879340,"stop":1726218879340,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"6be6a4d847ad8566","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879341,"stop":1726218879342,"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":"11e5f25aebcd7132","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879342,"stop":1726218879348,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"31039f33ceae023","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879351,"stop":1726218879352,"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":"3cfc1ccbb96d7982","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879352,"stop":1726218879352,"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":"2397007bcd832aa6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879352,"stop":1726218879353,"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":"f924a128b3a5a985","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879359,"stop":1726218879360,"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":"383680d481d5acd4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879359,"stop":1726218879359,"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":"fd7930b6eebc4ffa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879360,"stop":1726218879360,"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":"6bff4dc68a6d93ce","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879360,"stop":1726218879361,"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":"63335d5b16db4b99","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879361,"stop":1726218879361,"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":"2e52da3a43f57646","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879361,"stop":1726218879361,"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":"c339f265e3f12f64","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879362,"stop":1726218879362,"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":"3e7a9ea3deffc3a2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879371,"stop":1726218879372,"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":"9d208b9d5f6a2294","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879372,"stop":1726218879373,"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":"2e2e08bd7e693029","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879373,"stop":1726218879374,"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":"2501ff355c747cd5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879374,"stop":1726218879376,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"47724909b08677f5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879376,"stop":1726218879380,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"3bd8b923d50c1685","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879385,"stop":1726218879387,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"97d82777f2931d95","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1726218879387,"stop":1726218879388,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c"},{"name":"same cluster, same shard: nodes connect","uid":"6204cea0eea6b69f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523006,"stop":1726218523006,"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":"da47ff61da8a8a8c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523006,"stop":1726218523008,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"5dd8864a7f1a10d7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523008,"stop":1726218523009,"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":"36824c297905f874","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523010,"stop":1726218523011,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"2caefeca848c4e4d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523011,"stop":1726218523012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"2a4880a37eabc43a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523012,"stop":1726218523013,"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":"47a1dd2c7ca4d653","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523013,"stop":1726218523013,"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":"8c5c61248a434d17","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523013,"stop":1726218523013,"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":"7520aef96caaa0e1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523014,"stop":1726218523015,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3887e3f58a5d3f4e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523014,"stop":1726218523014,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"a2d3c94346709768","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523015,"stop":1726218523016,"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":"adab1d1f20bcc561","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523015,"stop":1726218523015,"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":"361c7d4a52bd7515","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523016,"stop":1726218523016,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c89c7d79934ee4dd","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523016,"stop":1726218523017,"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":"e6901025ac9b9175","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523017,"stop":1726218523017,"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":"9ec6b4d4412ed8bd","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523017,"stop":1726218523017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"a4cd70fae6049169","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523018,"stop":1726218523019,"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":"15dbb6dd6b930e16","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523018,"stop":1726218523018,"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":"45515d612b2ad07c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523018,"stop":1726218523018,"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":"35d66046eb6255f0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523019,"stop":1726218523019,"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":"b28aea2808b126a5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523020,"stop":1726218523021,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"79a2ee5477479019","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523020,"stop":1726218523020,"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":"14b5e88aa3f92da","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523021,"stop":1726218523021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"455df162951c1d4d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523021,"stop":1726218523022,"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":"3b4062f34987ec05","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523022,"stop":1726218523022,"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":"3cbce1ba325f4009","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523022,"stop":1726218523022,"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":"7d91aeaf8b975730","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523023,"stop":1726218523023,"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":"32e5e4ac50f26cdb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523023,"stop":1726218523023,"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":"4a05e2b44331be75","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523024,"stop":1726218523025,"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":"f9423b71d9535698","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523024,"stop":1726218523024,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2de119fa43ee1f8a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523024,"stop":1726218523024,"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":"6fb5aa1d79912791","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523025,"stop":1726218523025,"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":"3435de0fce6427c9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523025,"stop":1726218523025,"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":"3a73c3ca1147f4db","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523026,"stop":1726218523026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ac745da7d2833461","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523026,"stop":1726218523026,"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":"e6599e476169dbb6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523027,"stop":1726218523027,"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":"81a2f09709e4cfb6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523027,"stop":1726218523028,"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":"1603de7664729680","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523027,"stop":1726218523027,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"d5bf30daee794375","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523028,"stop":1726218523028,"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":"4e9efdc7d457d906","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523028,"stop":1726218523028,"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":"df88029315feed2c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523029,"stop":1726218523030,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"9e482b09460dc0b8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523030,"stop":1726218523030,"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":"bc7d6c8ab7df036e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523030,"stop":1726218523030,"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":"49991af8deb3effe","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218523031,"stop":1726218523031,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"health-manager","children":[{"name":"LightPush with 0 connections","uid":"520d90788f19609","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218583681,"stop":1726218583681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"5ae26e81ad67ab3e","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218583681,"stop":1726218583681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"197912e751f465a8","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218583682,"stop":1726218583682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"116568e226d8328d","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218583682,"stop":1726218583683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"ba359e866df63c79","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218583682,"stop":1726218583682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"c6428c13828c570a","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218583683,"stop":1726218583683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"9bb7459fcffe1aaf","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218583684,"stop":1726218583684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"b29b3096cb5b3b0d","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218583684,"stop":1726218583684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","uid":"3594fe57f9ea49db","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218669769,"stop":1726218669770,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","uid":"9eb1f368e11c5fde","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218669770,"stop":1726218669771,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","uid":"32f121014bff52c","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218669771,"stop":1726218669772,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","uid":"c24daf8d388268bf","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218669772,"stop":1726218669772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","uid":"c8a95a638719fe75","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218669772,"stop":1726218669773,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"e012bbea6c8443eb","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218669773,"stop":1726218669773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","uid":"9ad2d5a74daa8e20","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218669773,"stop":1726218669773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","uid":"36839293d899a7c1","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218669774,"stop":1726218669774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","uid":"584cb024dcffc7da","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218669774,"stop":1726218669775,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"9b1f1bcbf98a7a5d","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218669775,"stop":1726218669776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"1eeae33ca8c0bfa4","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218669776,"stop":1726218669776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"9c554a53e44b6523","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218669777,"stop":1726218669777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"950d8b4e347e809a","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218669777,"stop":1726218669778,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"cd34ea5d253a44a0","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218669777,"stop":1726218669777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"25876a1f6fc120b1","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218669778,"stop":1726218669779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"7369b2cfed18dbc5","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1726218669780,"stop":1726218669781,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a0d1303cd6ce324c57cf3d1ad0dad029"},{"name":"light-push","children":[{"name":"Failed peers are renewed","uid":"395672326b4866ac","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218597911,"stop":1726218597912,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"3a95e720287219e3","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218597911,"stop":1726218597911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"single_node","children":[{"name":"Push message on custom pubsubTopic","uid":"47d06fdcdc1c348e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218651142,"stop":1726218651143,"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":"e0ab9090bd91daec","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218651143,"stop":1726218651143,"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":"992c411c2172ec00","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218651143,"stop":1726218651144,"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":"7431e5b235325a1f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218651144,"stop":1726218651145,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"5d1d96fe11841a5c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218651144,"stop":1726218651144,"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":"859fcb18e01f0d5c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218651145,"stop":1726218651145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"a097002e98482115","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218651146,"stop":1726218651146,"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":"b663367c56a04e4f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218651146,"stop":1726218651146,"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":"3086fdbd690978db","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218651147,"stop":1726218651147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"163e1cb668f80090","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778173,"stop":1726218778173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"321068e417e1b2b7","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778173,"stop":1726218778174,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"c590568b831649e9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778174,"stop":1726218778184,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"e4f7fe4843bd6df8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778184,"stop":1726218778185,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"f0ffbfa562b572e4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778185,"stop":1726218778187,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"a5f75f3e1f62f363","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778187,"stop":1726218778188,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"e9219bcb2526a1ce","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778188,"stop":1726218778188,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"b2b41790c1bfcce6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778188,"stop":1726218778189,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"4147f4d5e1180d73","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778189,"stop":1726218778189,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"1a753297e170ba22","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778189,"stop":1726218778189,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"7eca4a8a2a006f38","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778190,"stop":1726218778190,"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":"6efe942e8456b3ea","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778190,"stop":1726218778190,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"b14e1ea212a311d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778194,"stop":1726218778195,"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":"be02553425865e11","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778195,"stop":1726218778197,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"7746af7131889f3a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778195,"stop":1726218778195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"27902b6ce484cc0e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778197,"stop":1726218778197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"7f88b88efc26bc79","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778197,"stop":1726218778198,"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":"568bee47aa5f5ca8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778198,"stop":1726218778218,"duration":20},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"dac8b312ad0a1be4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778218,"stop":1726218778218,"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":"9416d68d8bc87580","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778219,"stop":1726218778219,"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":"23d1d43cab0eb68e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778223,"stop":1726218778226,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"33ef4c9801e0a51d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778227,"stop":1726218778231,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"7dad575c746875b3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778227,"stop":1726218778227,"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":"2ad5928be6e6b407","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778231,"stop":1726218778232,"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":"eeafbf1d12887ad9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778233,"stop":1726218778234,"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":"abbfca4a22a97f18","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778233,"stop":1726218778233,"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":"d620215fa6e07241","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778234,"stop":1726218778241,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"9eaa155f85b9a97d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778246,"stop":1726218778250,"duration":4},"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":"5871aede98daa3b7","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778250,"stop":1726218778251,"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":"631303ba99fa9029","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778265,"stop":1726218778270,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"fbc0edc6f6d97f23","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778278,"stop":1726218778281,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"116814b04659d3b9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778282,"stop":1726218778283,"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":"e2142edc0914b7","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778284,"stop":1726218778284,"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":"e7e9d45a8b18dfc","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778284,"stop":1726218778286,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"20215fcba1552091","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778286,"stop":1726218778286,"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":"f39e0ed3816f040d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778287,"stop":1726218778287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"3578b6b775ac898d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778287,"stop":1726218778288,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"810efcac150e5599","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778287,"stop":1726218778287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726214983850","uid":"1a6b2c643474429","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778288,"stop":1726218778291,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1695460183850","uid":"1a400719ce4c6d3e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778288,"stop":1726218778288,"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":"e9ca70e51b96f77c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778291,"stop":1726218778292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726222183850","uid":"d6abc64ab536d92c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778291,"stop":1726218778291,"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":"87908b47f4c629f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1726218778292,"stop":1726218778292,"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":"2d7e2d5b9fe65653","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218862983,"stop":1726218862984,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"330d8a8e30a1464a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218862984,"stop":1726218862988,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"36a9d65fe8d21203","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218862988,"stop":1726218862989,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"8830b33a86ebd98c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218862989,"stop":1726218862990,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"537aaac81b083674","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218862990,"stop":1726218862991,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"222c55d935d492d6","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218862991,"stop":1726218862992,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"9fd2501d22e62bd","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218862993,"stop":1726218862993,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"9fc5e910df396dc2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218862994,"stop":1726218862994,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"7236d7a09f2b3797","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218862994,"stop":1726218862995,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"2807c4e1554d3f47","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218862995,"stop":1726218862996,"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":"fcff9a7b4784bf5e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218862996,"stop":1726218862997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"87bbe06ff39a661","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218862997,"stop":1726218863001,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"74588ef3ba61f4c2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863002,"stop":1726218863003,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"eec5773f1b7b7b1c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863002,"stop":1726218863002,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"662a7b316fc5f7b7","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863003,"stop":1726218863004,"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":"1a14b0dc50511197","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863003,"stop":1726218863003,"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":"2ef92f3f7fabb637","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863004,"stop":1726218863005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"5e7bb3133c1d4a93","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863004,"stop":1726218863004,"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":"93f3f59f11f1311f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863005,"stop":1726218863005,"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":"b5ecee3b91f65254","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863010,"stop":1726218863011,"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":"24f6afb249936f66","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863011,"stop":1726218863011,"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":"1e101a6df7fe0c99","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863011,"stop":1726218863011,"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":"a8f32348d07a3cd","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863012,"stop":1726218863012,"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":"266bb90f55b69b00","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863012,"stop":1726218863012,"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":"1fa821f300cf720d","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863012,"stop":1726218863013,"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":"dce1bd48bcacab17","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863013,"stop":1726218863013,"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":"d6de5ef0c1aecdef","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863013,"stop":1726218863022,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"30f21201776bf25f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863022,"stop":1726218863027,"duration":5},"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":"1e23971403a9a11e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863027,"stop":1726218863029,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"2f765917896636d8","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863029,"stop":1726218863032,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"ee8a321789cea58","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863032,"stop":1726218863034,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"8a96ed903990d5ba","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863034,"stop":1726218863037,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"be7e300a4a45c6f9","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863038,"stop":1726218863039,"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":"60c1834d0183fdfb","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863039,"stop":1726218863041,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"2d8c4a11b8c0538e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863041,"stop":1726218863043,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"c4ce9dd4347aa0e7","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863043,"stop":1726218863045,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"b408c3c35b17bb79","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863045,"stop":1726218863047,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"5c0d80f73686d629","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863047,"stop":1726218863048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1695460151739","uid":"7d39e9c75b52c617","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863048,"stop":1726218863049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726214951739","uid":"fe3f0cbbe0020de7","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863049,"stop":1726218863050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726222151739","uid":"ab2fae814c5eb696","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863050,"stop":1726218863052,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"b48ef000cdebec5b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863052,"stop":1726218863053,"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":"7c385da43d3b55ef","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1726218863053,"stop":1726218863056,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"98e37ab0d2f3142a847ff2af3729b84a"},{"name":"A test","uid":"d47b914c87a04e64","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218651433,"stop":1726218651433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"6440c79b717e446e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218651433,"stop":1726218651434,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"908d71ba827225ca","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218673575,"stop":1726218673576,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"9f7e1b4d077f8ffe","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218673576,"stop":1726218673576,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"c447ef69b898fcf1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218673759,"stop":1726218673759,"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":"b4517f7aac9fffa4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218689003,"stop":1726218689004,"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":"a3ab94adac720b7d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218689004,"stop":1726218689005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"c2a98fa084253ee0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218689005,"stop":1726218689006,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"1905aae14897a6fd","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218689006,"stop":1726218689007,"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":"1f3ac9f80763ce85","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218689007,"stop":1726218689008,"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":"81426c59ed6fd194","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218689008,"stop":1726218689010,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer-exchange","children":[{"name":"Should update shard info","uid":"bce9d5d961aebf2e","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726218689329,"stop":1726218689329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"14caa117ed72cab5","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726218689329,"stop":1726218689329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"cee73cea46d43bf4","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1726218764450,"stop":1726218764451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"42488ac0a4c8f05d","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1726218764451,"stop":1726218764451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"1b6d175a88a9b1","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1726218764451,"stop":1726218764451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"51ef0b3ac9b9029a","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1726218764452,"stop":1726218764452,"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":"61f48ab5e02ae5cf","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1726218777346,"stop":1726218777346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"92d43601f811c44e","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726218777346,"stop":1726218777346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"6fd7038d9c6972bf","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726218777347,"stop":1726218777347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"1b33fb2456e66c3f","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1726218777347,"stop":1726218777347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"34a3024e98051e32","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726218793427,"stop":1726218793428,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"c144b0be3f407985","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726218793428,"stop":1726218793429,"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":"95fd2ae821f89eba","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726218793429,"stop":1726218793430,"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":"8fd2716faba41796","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726218793432,"stop":1726218793433,"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":"cc8e38dc4d948ee6","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726218793433,"stop":1726218793434,"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":"b24c58d60f2d3742","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726218793434,"stop":1726218793435,"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":"5c16506b4ab53327","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1726218793435,"stop":1726218793436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ef8d9d8d0b79273c940aa0977046302c"},{"name":"relay","children":[{"name":"Delete observer","uid":"e67318fdb1b033ad","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218768115,"stop":1726218768116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"41ba4cd4f9c318e9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218768115,"stop":1726218768115,"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":"32070ae6cab1c299","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218788034,"stop":1726218788034,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"d7797eec315560e4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218788034,"stop":1726218788035,"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":"177a53f7c467eb59","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218788034,"stop":1726218788034,"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":"dd0f71537a4076a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218788035,"stop":1726218788035,"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":"5e16e97312309652","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218788035,"stop":1726218788036,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"900241452f21c45e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218788036,"stop":1726218788036,"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":"50c54db568fe3def","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218788036,"stop":1726218788036,"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":"c1cfba753f944e73","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218788037,"stop":1726218788037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"d97da8498cc1a26c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218791621,"stop":1726218791622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"e62d5bd582ce8d02","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218791622,"stop":1726218791622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"edec1c0dd4349f42","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218791622,"stop":1726218791623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"e6f11950d6329e52","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218791623,"stop":1726218791623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"62b01232520f18e6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806751,"stop":1726218806751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"d4e86377be60935d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806752,"stop":1726218806752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"342f55d395fcaac2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806752,"stop":1726218806753,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"cd1571c98e4417b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806752,"stop":1726218806752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"99f750d6a0db3b00","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806753,"stop":1726218806753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"62f3ede2ea6bb57","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806754,"stop":1726218806754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"651f778519cbe626","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806755,"stop":1726218806755,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"9d8360a9790d6062","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806755,"stop":1726218806755,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"c3c0787846b12f11","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806755,"stop":1726218806756,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"94faa7b3da474197","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806756,"stop":1726218806757,"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":"c111197eafd4e238","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806758,"stop":1726218806758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"c97d5c3e7a55a385","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806758,"stop":1726218806758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"c5eeae2efd1869b2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806759,"stop":1726218806759,"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":"201ae843cffcaf3a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806759,"stop":1726218806760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"242792f42b933ae4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806759,"stop":1726218806759,"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":"9c176a0dbd1f0c77","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806760,"stop":1726218806761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"46bb154674a8ab9f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806760,"stop":1726218806760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 13 2024 08:12:58 GMT+0000 (Coordinated Universal Time)","uid":"278959b5c177d6e4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806761,"stop":1726218806762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sat Sep 23 2023 09:12:58 GMT+0000 (Coordinated Universal Time)","uid":"e09eb866c9d13283","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806761,"stop":1726218806761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 13 2024 10:12:58 GMT+0000 (Coordinated Universal Time)","uid":"4368215cbf6b665d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806762,"stop":1726218806762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"639db5205748c5f6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806762,"stop":1726218806762,"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":"1f824598b13afc73","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806763,"stop":1726218806763,"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":"64f8883d1686cf38","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806763,"stop":1726218806764,"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":"b2f914b66bf323b7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806763,"stop":1726218806763,"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":"ff5d0f5b0be27af7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806765,"stop":1726218806765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"690d8d2ed75c41be","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806766,"stop":1726218806767,"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":"f759b0eb1907c407","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1726218806766,"stop":1726218806766,"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":"705e34138455fa75","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1726218806766,"stop":1726218806766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"d5c80308ecae3ad5","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218806767,"stop":1726218806767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"c718359a42c077c5","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812459,"stop":1726218812462,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"4e4cda8e9155f72a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812462,"stop":1726218812463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"de1030823bf94604","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812464,"stop":1726218812464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"39814480964ff045","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812465,"stop":1726218812465,"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":"4b2e138054a3a7c0","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812465,"stop":1726218812466,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"94f95c2217d9715","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812466,"stop":1726218812467,"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":"3c567f3b6eeed9c0","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812467,"stop":1726218812468,"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":"529d32a582d345ec","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812468,"stop":1726218812468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"ac7affc6087430f8","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1726218812469,"stop":1726218812470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c4264c5519720650","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1726218812469,"stop":1726218812469,"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":"2ed553b263b77aa","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812470,"stop":1726218812471,"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":"96751cbf414d64f1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812471,"stop":1726218812471,"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":"69cc063df694685","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812472,"stop":1726218812472,"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":"eb514182afeec34f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812472,"stop":1726218812473,"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":"f0e0e4b95a9693ba","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812474,"stop":1726218812474,"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":"e82c497fda57d01c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812475,"stop":1726218812475,"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":"665c6b744d236b2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812475,"stop":1726218812476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"756eb1c6d7cc0faa","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812476,"stop":1726218812476,"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":"5c5d603b0351a7b7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812476,"stop":1726218812476,"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":"972104f0059f8a2d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812476,"stop":1726218812477,"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":"d4d6264d4aeab97f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812477,"stop":1726218812477,"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":"a7ba43ac4d583af","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812477,"stop":1726218812478,"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":"6d61330a9158f738","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812478,"stop":1726218812481,"duration":3},"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":"d36c938a4929c62b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812478,"stop":1726218812478,"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":"df1d0806687cc5af","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812481,"stop":1726218812481,"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":"eb26cfa053f83c67","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1726218812481,"stop":1726218812482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3c728dec9e04988ce79c14ecb2c28dfb"},{"name":"sharding","children":[{"name":"Cluster ID 0 - Default/Global Cluster","uid":"4771320b2e2c974e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218843764,"stop":1726218843764,"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: /app87/8/topic658/proto","uid":"df4f238740304d55","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218843765,"stop":1726218843766,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"715e3f70c8d9def2","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218843765,"stop":1726218843765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app21/8/topic968/test.js","uid":"2cc78035072cefda","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218843765,"stop":1726218843765,"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: /app33/6/topic731/utf8","uid":"6c1f8e98c9aea41e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218843766,"stop":1726218843767,"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: /app31/4/topic67/utf8","uid":"871f9e21f1d2b33e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218843766,"stop":1726218843766,"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: /app83/10/topic906/test.js","uid":"7a69937b333bd205","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218843766,"stop":1726218843766,"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: /app24/1/topic797/proto","uid":"c957ba2dabb60e40","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218843767,"stop":1726218843768,"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: /app42/9/topic703/test.js","uid":"f87551eacbaa8c6e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218843767,"stop":1726218843767,"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: /app57/5/topic252/json","uid":"998e067cc4564f37","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218843768,"stop":1726218843768,"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: /app46/6/topic476/proto","uid":"124b23b67895c646","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218843768,"stop":1726218843768,"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: /app90/4/topic376/test.js","uid":"8b157ba589234ae7","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218843768,"stop":1726218843769,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"3a81a27fba1c86f1","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218843769,"stop":1726218843769,"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":"760f7fbf24c8bbfe","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218843769,"stop":1726218843770,"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":"eaf720a73ec30f34","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218843770,"stop":1726218843770,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"4e786474877154de","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218843777,"stop":1726218843779,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"79818748cd8073b6","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218863176,"stop":1726218863178,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 39, Shard ID: 480","uid":"a0241118c3bc6332","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218863178,"stop":1726218863179,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"f9860711d179c857","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218863178,"stop":1726218863178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 996, Shard ID: 797","uid":"539831bafa494215","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218863179,"stop":1726218863179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 755, Shard ID: 863","uid":"92417dc4a7800a0","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218863179,"stop":1726218863180,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 886, Shard ID: 997","uid":"232cd0d147ba7ed9","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218863180,"stop":1726218863180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 328, Shard ID: 996","uid":"1f1020a5023b9298","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218863180,"stop":1726218863180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 895, Shard ID: 920","uid":"b62bbaf200d2c22a","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218863181,"stop":1726218863182,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 10, Shard ID: 664","uid":"6a21557c0982eeaa","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218863182,"stop":1726218863182,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 810, Shard ID: 32","uid":"bf20f3c9567e362","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218863184,"stop":1726218863184,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 226, Shard ID: 947","uid":"9e0ee157c8556665","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218863184,"stop":1726218863184,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 854, Shard ID: 399","uid":"a70cda482a5dd952","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218863185,"stop":1726218863185,"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":"a3f025a934aab25b","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218863186,"stop":1726218863187,"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":"1d73d598cf6fbc3d","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218863186,"stop":1726218863186,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"f7658e514e419878","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218863187,"stop":1726218863187,"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":"be4d20fe809697d1","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218956166,"stop":1726218956166,"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":"a0f3c82194f2aa3","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218956166,"stop":1726218956167,"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":"685bba1c4f83f405","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218956167,"stop":1726218956168,"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":"ea9995e30f4b8f8c","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1726218956168,"stop":1726218956168,"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":"d1a6706bc00de689","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218851922,"stop":1726218851923,"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":"92dd06b25b4c7015","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218851922,"stop":1726218851922,"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":"ca3f24444472b209","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218851923,"stop":1726218851924,"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":"ef9020a16e3ff4f8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218851924,"stop":1726218851924,"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":"37c7c2c4bab9ceb8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218851924,"stop":1726218851924,"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":"50df2a52ec8a6288","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218851925,"stop":1726218851925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"7731a62b40f6539c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218851925,"stop":1726218851926,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"5dcffabab626862c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218851925,"stop":1726218851925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"62e1583ea7fe58b2","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218851926,"stop":1726218851926,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"392f839d4f4769ca","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218885487,"stop":1726218885487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"4b00b16336642eb5","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218885487,"stop":1726218885488,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"311b699ff5958b9c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218885489,"stop":1726218885489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"e5bfcd69cca79801","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218885489,"stop":1726218885489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"3905969d36b25a5c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218885489,"stop":1726218885490,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"c65248be57fd159d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218885490,"stop":1726218885490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"6f855269ae3e689","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218886387,"stop":1726218886390,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"e7a315a1a5957505","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218886390,"stop":1726218886391,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"f3739f783287e1b3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218886391,"stop":1726218886391,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"8bb735f072f62e81","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218886392,"stop":1726218886392,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"dde3b197bef194a5","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218886392,"stop":1726218886392,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"1c74ae3529f03fcd","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218886392,"stop":1726218886393,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"478125b8fdeb1062","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218886393,"stop":1726218886393,"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":"5bddcdba3a462e9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218886393,"stop":1726218886395,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"e42a676bd4df1918","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218886395,"stop":1726218886395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"ac87ccec45685311","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218886396,"stop":1726218886396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"4831bf8be021a99d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218886396,"stop":1726218886396,"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":"779a6d33409ee6bf","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218886396,"stop":1726218886396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"152b75294ea3e72a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218898752,"stop":1726218898752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"2328974317bda28d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218898753,"stop":1726218898753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"8526b933550e1457","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218898753,"stop":1726218898753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"71256f7045ae34","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218898754,"stop":1726218898754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"c279509fd5a114ae","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218902965,"stop":1726218902967,"duration":2},"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":"151f42c4d3739391","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218902967,"stop":1726218902969,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"47dfe0034edc7346","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218902969,"stop":1726218902971,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"5bb67e6dcf90491d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218902972,"stop":1726218902982,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"af9df56f21f5cb03","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218902982,"stop":1726218902983,"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":"b3e5963a12f7de49","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218902993,"stop":1726218902994,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"19e2562b1616adda","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218902994,"stop":1726218903000,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"75f399477ee03636","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218903001,"stop":1726218903004,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"673cc6f45d1229df","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218903005,"stop":1726218903006,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"68339af2b34ebf50","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218903390,"stop":1726218903391,"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":"d0c67f1fe9c39695","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218903391,"stop":1726218903392,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"77c75080adbf2e9c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218903391,"stop":1726218903391,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"c5ab2e1ce68417d8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218903392,"stop":1726218903392,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"e54237eb4078a173","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218903392,"stop":1726218903392,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"2c70bdf6d700a2d3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218903393,"stop":1726218903393,"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":"d3cd4738359e9336","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218903393,"stop":1726218903393,"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":"ca9d2067e246b0e8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218903394,"stop":1726218903394,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"bfc04cb0394bb571","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218903394,"stop":1726218903394,"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":"aae88a19784e5896","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218909193,"stop":1726218909194,"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":"d8b866756082785d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218909194,"stop":1726218909194,"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":"59a74889be4cdf9e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218909194,"stop":1726218909195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"42f451cbf07d7de4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218909195,"stop":1726218909195,"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":"4fa4abc3d994c292","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218909195,"stop":1726218909195,"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":"4b3d52320de0d794","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218909195,"stop":1726218909196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"22ed9590a9a5b255","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218909196,"stop":1726218909196,"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":"6bc737fb14abf5c9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218909196,"stop":1726218909196,"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":"c36de91d586b3103","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218914871,"stop":1726218914871,"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":"f0263a85324abd8b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218914871,"stop":1726218914872,"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":"bcb62b042161b6dc","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218914872,"stop":1726218914873,"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":"c4f0787b13d0cf02","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218914872,"stop":1726218914872,"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":"e3b3dd6dd177dce6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218914872,"stop":1726218914872,"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":"3d6c66e8ac7880a4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218914873,"stop":1726218914874,"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":"d8ea0ca6f4d5807c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218914873,"stop":1726218914873,"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":"86acbfe66afccb5a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218914874,"stop":1726218914874,"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":"f12194e561c4be75","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1726218914875,"stop":1726218914875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"114c10befa13776855d75d77eed79619"},{"name":"creates an iterator","uid":"df4ce2302cd82c29","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218910984,"stop":1726218910985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"bef91994bd59cb08","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218910985,"stop":1726218910985,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"ad132ab58d35f0a7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218910985,"stop":1726218910986,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"366dffa50af051e4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218917023,"stop":1726218917024,"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":"8d6239220a8a42d3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218917024,"stop":1726218917024,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"bb3950b468ed56b7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218917025,"stop":1726218917025,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"4b2036469c5a1bba","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218917025,"stop":1726218917025,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"fca31f4368e22336","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218917026,"stop":1726218917027,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"b15a2adab82e743f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218917026,"stop":1726218917026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"8b45d5c131dc7c31","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"6fcad84c00b1720f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"1203dd6f46a5a9b9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"f947d2d1700fce9d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"6832d472335fde69","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218926397,"stop":1726218926398,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"93c9492b956e5270","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"27a8bb0444abdbab","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"5a7e75bc5cb280a4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218926398,"stop":1726218926398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"11fe45f887f0e1a1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1726218926398,"stop":1726218926399,"duration":1},"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/7434/data/suites.csv b/7434/data/suites.csv index 0668bade0bd..8a9dc197c33 100644 --- a/7434/data/suites.csv +++ b/7434/data/suites.csv @@ -1,856 +1,856 @@ "Status","Start Time","Stop Time","Duration in ms","Parent Suite","Suite","Sub Suite","Test Class","Test Method","Name","Description" -"passed","Fri Sep 13 09:00:39 GMT 2024","Fri Sep 13 09:00:39 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 3 - Cluster ID: 309, Shard ID: 473","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with invalid timestamp is not received","" -"passed","Fri Sep 13 08:50:44 GMT 2024","Fri Sep 13 08:50:44 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (no timestamp)","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/$/1","" -"passed","Fri Sep 13 08:55:42 GMT 2024","Fri Sep 13 08:55:42 GMT 2024","2","Health Manager","Should update the health status for protocols","","","","LightPush with 2 connections","" -"passed","Fri Sep 13 08:55:24 GMT 2024","Fri Sep 13 08:55:24 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Fri Sep 13 08:50:54 GMT 2024","Fri Sep 13 08:50:54 GMT 2024","0","filterPeersByDiscovery function","","","","","should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","" -"passed","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with STORE and LIGHTPUSH protocols set to true","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Fri Sep 13 08:52:13 GMT 2024","Fri Sep 13 08:52:13 GMT 2024","1","Public methods","","","","","stop","" -"passed","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to true","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with invalid timestamp is not received","" -"passed","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to true","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with empty text","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing short and receive message","" -"passed","Fri Sep 13 08:51:12 GMT 2024","Fri Sep 13 08:51:12 GMT 2024","0","Symmetric Encryption","","","","","Check meta is set [symmetric]","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Fri Sep 13 08:51:47 GMT 2024","Fri Sep 13 08:51:47 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start and stop the service","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect","" -"passed","Fri Sep 13 08:52:47 GMT 2024","Fri Sep 13 08:52:47 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Reopen subscription with peer with lost subscription","" -"passed","Fri Sep 13 09:01:35 GMT 2024","Fri Sep 13 09:01:35 GMT 2024","1","Wait for remote peer","","","","","Store - dialed first","" -"passed","Fri Sep 13 08:51:03 GMT 2024","Fri Sep 13 08:51:03 GMT 2024","1","DNS Node Discovery","","","","","retrieves a single peer","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing long","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing XML and receive message","" -"passed","Fri Sep 13 08:52:13 GMT 2024","Fri Sep 13 08:52:13 GMT 2024","1","Public methods","","","","","removeEventListener with wrong event","" -"passed","Fri Sep 13 08:51:03 GMT 2024","Fri Sep 13 08:51:03 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay capability","" -"passed","Fri Sep 13 08:55:42 GMT 2024","Fri Sep 13 08:55:42 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 0 connections","" -"passed","Fri Sep 13 08:52:29 GMT 2024","Fri Sep 13 08:52:29 GMT 2024","0","Connection state","","","","","isConnected between 2 js-waku relay nodes","" -"passed","Fri Sep 13 08:51:47 GMT 2024","Fri Sep 13 08:51:47 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should emit a peer event after start","" -"passed","Fri Sep 13 08:55:05 GMT 2024","Fri Sep 13 08:55:05 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receives messages on 20 topics","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish 10000 messages on the same topic","" -"skipped","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after jswaku node is restarted","" -"passed","Fri Sep 13 09:01:35 GMT 2024","Fri Sep 13 09:01:35 GMT 2024","0","Wait for remote peer","","","","","Relay - times out","" -"passed","Fri Sep 13 08:50:55 GMT 2024","Fri Sep 13 08:50:55 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Fri Sep 13 08:51:02 GMT 2024","Fri Sep 13 08:51:02 GMT 2024","0","ENRTree","","","","","ENRTree (root): should parse and verify and DNS root entry","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","" -"passed","Fri Sep 13 08:51:06 GMT 2024","Fri Sep 13 08:51:06 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should emit a peer event after start","" -"passed","Fri Sep 13 08:51:02 GMT 2024","Fri Sep 13 08:51:02 GMT 2024","2","ENRTree","","","","","ENRTree (branch): should parse and verify a single component DNS branch entry","" -"passed","Fri Sep 13 08:59:09 GMT 2024","Fri Sep 13 08:59:09 GMT 2024","0","Waku Relay, Interop","","","","","Js publishes, other Js receives","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Script","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing emoji","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Script payload","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with large meta","" -"passed","Fri Sep 13 08:55:24 GMT 2024","Fri Sep 13 08:55:24 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Basic HTML tag and publish message","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","" -"passed","Fri Sep 13 08:51:47 GMT 2024","Fri Sep 13 08:51:47 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event after stop","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing numeric and receive message","" -"skipped","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after nwaku node is restarted","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Chinese payload","" -"skipped","Fri Sep 13 08:51:03 GMT 2024","Fri Sep 13 08:51:03 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","1","ENR","Static tests","","","","should encode/decode to text encoding","" -"passed","Fri Sep 13 08:51:43 GMT 2024","Fri Sep 13 08:51:43 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - asymmetric encryption","" -"broken","Fri Sep 13 08:57:48 GMT 2024","Fri Sep 13 08:57:48 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","" -"passed","Fri Sep 13 08:51:12 GMT 2024","Fri Sep 13 08:51:12 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr successfully","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","Waku2 key: decode","","","","Relay + Store","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe one by one to 100 topics and publish messages","" -"passed","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only STORE set to true","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with invalid timestamp is not received","" -"skipped","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","0","Waku Relay, Subscribe","","","","","Refresh subscription","" -"passed","Fri Sep 13 08:51:33 GMT 2024","Fri Sep 13 08:51:33 GMT 2024","0","Events","waku:connection","","","","should be online or offline if network state changed","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Russian and publish message","" -"skipped","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after nwaku node is restarted","" -"passed","Fri Sep 13 08:55:24 GMT 2024","Fri Sep 13 08:55:24 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","6","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1726217492603 ","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","3","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing XML","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","5","Waku Filter V2: FilterPush","","","","","Check received message containing Basic HTML tag","" -"passed","Fri Sep 13 08:51:13 GMT 2024","Fri Sep 13 08:51:13 GMT 2024","0","Waku Encryption","","","","","Sign & Recover","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing JSON","" -"passed","Fri Sep 13 09:01:25 GMT 2024","Fri Sep 13 09:01:25 GMT 2024","1","Waku Store, page size","","","","","Passing page size 110 when there are 120 messages","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing long and receive message","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Basic HTML tag","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1695459342715","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rsv format (Bit Vector)","" -"skipped","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","0","Waku Relay, Subscribe","","","","","Overlapping topic subscription","" -"passed","Fri Sep 13 09:01:11 GMT 2024","Fri Sep 13 09:01:11 GMT 2024","0","Waku Store, general","","","","","Callback on promise","" -"passed","Fri Sep 13 08:51:47 GMT 2024","Fri Sep 13 08:51:47 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","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Overlapping topic subscription","" -"passed","Fri Sep 13 09:01:31 GMT 2024","Fri Sep 13 09:01:31 GMT 2024","0","Waku Store, time filter","","","","","msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","" -"passed","Fri Sep 13 08:51:40 GMT 2024","Fri Sep 13 08:51:40 GMT 2024","3","Dials","attemptDial method","","","","should be called at least once on all `peer:discovery` events","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message bigger that 1MB","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with short payload","" -"passed","Fri Sep 13 09:01:31 GMT 2024","Fri Sep 13 09:01:31 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Chinese payload","" -"passed","Fri Sep 13 09:01:25 GMT 2024","Fri Sep 13 09:01:25 GMT 2024","1","Waku Store, page size","","","","","Passing page size 1 when there are 4 messages","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/27/sometopic/someencoding to shard index 5","" -"passed","Fri Sep 13 09:00:39 GMT 2024","Fri Sep 13 09:00:39 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 2 - Cluster ID: 517, Shard ID: 180","" -"passed","Fri Sep 13 08:55:42 GMT 2024","Fri Sep 13 08:55:42 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","LightPush with 1 connections","" -"passed","Fri Sep 13 08:51:03 GMT 2024","Fri Sep 13 08:51:03 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (2) when cannot fulfill all requirements","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing numeric","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with XML payload","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /incorrect/format","" -"passed","Fri Sep 13 08:52:57 GMT 2024","Fri Sep 13 08:52:57 GMT 2024","2","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on autosharded pubsubtopic","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/!/1","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /0/toychat/2/huilong/proto to shard index 3","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","" -"passed","Fri Sep 13 08:55:05 GMT 2024","Fri Sep 13 08:55:05 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 101 topics (new limit)","" -"passed","Fri Sep 13 08:52:57 GMT 2024","Fri Sep 13 08:52:57 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/\","" -"passed","Fri Sep 13 08:50:55 GMT 2024","Fri Sep 13 08:50:55 GMT 2024","1","Waku Message version 0","","","","","Round trip binary serialization","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push 30 different messages","" -"passed","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","3","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to false","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","Verify","","","","should throw error - invalid id","" -"passed","Fri Sep 13 08:57:48 GMT 2024","Fri Sep 13 08:57:48 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","" -"passed","Fri Sep 13 08:55:05 GMT 2024","Fri Sep 13 08:55:05 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","" -"passed","Fri Sep 13 08:58:47 GMT 2024","Fri Sep 13 08:58:47 GMT 2024","0","Waku Relay","","","","","Decrypt messages","" -"passed","Fri Sep 13 09:00:11 GMT 2024","Fri Sep 13 09:00:11 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Cluster ID 0 - Default/Global Cluster","" -"passed","Fri Sep 13 09:00:39 GMT 2024","Fri Sep 13 09:00:39 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","configure the node with multiple pubsub topics","" -"passed","Fri Sep 13 08:58:47 GMT 2024","Fri Sep 13 08:58:47 GMT 2024","0","Waku Relay","","","","","Delete observer","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing shell command and publish message","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing XML","" -"passed","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","0","ENR multiaddrs codec","","","","","Sample","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","10","Waku Relay, Subscribe","","","","","Subscribe to topic containing numeric and publish message","" -"passed","Fri Sep 13 09:00:39 GMT 2024","Fri Sep 13 09:00:39 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 7 - Cluster ID: 69, Shard ID: 416","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","11","Waku Filter V2: FilterPush","","","","","Check received message containing Arabic","" -"passed","Fri Sep 13 08:57:48 GMT 2024","Fri Sep 13 08:57:48 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Chinese and publish message","" -"passed","Fri Sep 13 09:01:35 GMT 2024","Fri Sep 13 09:01:35 GMT 2024","1","Wait for remote peer","","","","","LightPush","" -"skipped","Fri Sep 13 08:51:47 GMT 2024","Fri Sep 13 08:51:47 GMT 2024","0","DNS Node Discovery [live data]","","","","","passes more than one ENR URLs and attempts connection","" -"passed","Fri Sep 13 08:57:34 GMT 2024","Fri Sep 13 08:57:34 GMT 2024","1","nwaku","","","","","Correctly serialized arguments","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","Verify","","","","should throw error - no public key","" -"passed","Fri Sep 13 08:51:02 GMT 2024","Fri Sep 13 08:51:02 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 Filter, gives up","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","2","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing short","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing SQL Injection","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","Txt codec","","","","should throw error - no id","" -"passed","Fri Sep 13 09:00:20 GMT 2024","Fri Sep 13 09:00:20 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 110 index when there are 120 messages","" -"passed","Fri Sep 13 08:52:47 GMT 2024","Fri Sep 13 08:52:47 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on subscribed peer","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty application field","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Russian","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Arabic","" -"passed","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with RELAY and FILTER protocols set to true","" -"passed","Fri Sep 13 09:00:11 GMT 2024","Fri Sep 13 09:00:11 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Wrong topic","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","Verify","","","","should throw error - no id","" -"passed","Fri Sep 13 09:01:31 GMT 2024","Fri Sep 13 09:01:31 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Throws when trying to push message with empty payload","" -"passed","Fri Sep 13 09:00:11 GMT 2024","Fri Sep 13 09:00:11 GMT 2024","0","Autosharding: Running Nodes","Others","","","","configure the node with multiple content topics","" -"passed","Fri Sep 13 08:51:06 GMT 2024","Fri Sep 13 08:51:06 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not fail to start the service if it is already started","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/!","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message equal or less that 1MB","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing XML","" -"passed","Fri Sep 13 08:52:57 GMT 2024","Fri Sep 13 08:52:57 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Fri Sep 13 08:51:02 GMT 2024","Fri Sep 13 08:51:02 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 relays, 2 fetches","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing SQL Injection","" -"passed","Fri Sep 13 08:50:55 GMT 2024","Fri Sep 13 08:50:55 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Fri Sep 13 08:51:33 GMT 2024","Fri Sep 13 08:51:33 GMT 2024","0","Events","peer:connect","","","","should emit `peer:connected:peer-exchange` event when a peer is connected","" -"passed","Fri Sep 13 08:57:34 GMT 2024","Fri Sep 13 08:57:34 GMT 2024","0","multiaddr: dialing","","","","","can dial TLS multiaddrs","" -"passed","Fri Sep 13 08:51:06 GMT 2024","Fri Sep 13 08:51:06 GMT 2024","1","Local Storage Discovery","Unit Tests","","","","should update peers in local storage on 'peer:identify' event","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","contentTopicsByPubsubTopic","","","","","handles different clusterIds correctly","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Chinese","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing escaped characters","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing shell command","" -"passed","Fri Sep 13 08:51:33 GMT 2024","Fri Sep 13 08:51:33 GMT 2024","1","Events","waku:connection","","","","should emit events and trasition isConnected state when has peers or no peers","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Fri Sep 13 09:00:20 GMT 2024","Fri Sep 13 09:00:20 GMT 2024","1","Waku Store, cursor","","","","","Passing invalid cursor","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","Relay Shard codec","","","","","should handle a minimal index list","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Chinese","" -"passed","Fri Sep 13 09:00:20 GMT 2024","Fri Sep 13 09:00:20 GMT 2024","2","Waku Store, cursor","","","","","Passing a valid cursor at 0 index when there are 20 messages","" -"passed","Fri Sep 13 08:51:14 GMT 2024","Fri Sep 13 08:51:14 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only LIGHTPUSH set to true","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe and publish messages on 2 different content topics","" -"passed","Fri Sep 13 09:01:03 GMT 2024","Fri Sep 13 09:01:03 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - false","" -"passed","Fri Sep 13 08:55:24 GMT 2024","Fri Sep 13 08:55:24 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Fri Sep 13 08:51:02 GMT 2024","Fri Sep 13 08:51:02 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 fetches","" -"passed","Fri Sep 13 08:57:28 GMT 2024","Fri Sep 13 08:57:28 GMT 2024","1","Metadata Protocol","","","","","receiving a ping from a peer does not overwrite shard info","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","2","Waku Filter V2: FilterPush","","","","","Check received message containing Chinese","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","" -"passed","Fri Sep 13 08:50:54 GMT 2024","Fri Sep 13 08:50:54 GMT 2024","0","filterPeersByDiscovery function","","","","","should return only bootstrap peers up to maxBootstrapPeers","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing long","" -"passed","Fri Sep 13 08:56:44 GMT 2024","Fri Sep 13 08:56:44 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols enabled","" -"passed","Fri Sep 13 08:51:03 GMT 2024","Fri Sep 13 08:51:03 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (3) when branch entries are composed of multiple strings","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing long and publish message","" -"passed","Fri Sep 13 08:52:29 GMT 2024","Fri Sep 13 08:52:29 GMT 2024","1","Connection state","","","","","should emit `waku:online` event only when first peer is connected","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing XML and receive message","" -"passed","Fri Sep 13 08:51:43 GMT 2024","Fri Sep 13 08:51:43 GMT 2024","0","ENR Interop: ServiceNode","","","","","All","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect (autosharding)","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","Relay Shard codec","","","","","should correctly encode and decode relay shards using rs format (Index List)","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via lightPush","" -"passed","Fri Sep 13 09:01:25 GMT 2024","Fri Sep 13 09:01:25 GMT 2024","1","Waku Store, page size","","","","","Passing page size 3 when there are 20 messages","" -"passed","Fri Sep 13 08:53:28 GMT 2024","Fri Sep 13 08:53:28 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Fri Sep 13 09:01:03 GMT 2024","Fri Sep 13 09:01:03 GMT 2024","0","Waku Store, order","","","","","Promise Callback - false","" -"passed","Fri Sep 13 08:53:28 GMT 2024","Fri Sep 13 08:53:28 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Fri Sep 13 08:50:44 GMT 2024","Fri Sep 13 08:50:44 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta attribute not present)","" -"passed","Fri Sep 13 09:01:25 GMT 2024","Fri Sep 13 09:01:25 GMT 2024","1","Waku Store, page size","","","","","Passing page size 11 when there are 10 messages","" -"passed","Fri Sep 13 08:51:02 GMT 2024","Fri Sep 13 08:51:02 GMT 2024","2","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is mis-prefixed","" -"passed","Fri Sep 13 09:00:54 GMT 2024","Fri Sep 13 09:00:54 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, Multiple PubsubTopics","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Basic HTML tag and receive message","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Fri Sep 13 08:52:13 GMT 2024","Fri Sep 13 08:52:13 GMT 2024","1","Public methods","","","","","dispatchEvent via connectionManager","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with long payload","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","singleShardInfosToShardInfo","","","","","should aggregate SingleShardInfos into a ShardInfo","" -"passed","Fri Sep 13 09:01:01 GMT 2024","Fri Sep 13 09:01:01 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Refresh subscription","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with rate limit","" -"passed","Fri Sep 13 09:01:25 GMT 2024","Fri Sep 13 09:01:25 GMT 2024","1","Waku Store, page size","","","","","Passing page size 10 when there are 10 messages","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","6","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/x","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","4","Waku Light Push: Single Node","","","","","Push message with content topic containing shell command","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with meta","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing shell command","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with short payload","" -"passed","Fri Sep 13 09:00:11 GMT 2024","Fri Sep 13 09:00:11 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 8 - Cluster ID: 10, Content Topic: /app62/7/topic669/test.js","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing SQL Injection and publish message","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Russian","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","ensureValidContentTopic","","","","","throws on empty content topic","" -"passed","Fri Sep 13 08:57:48 GMT 2024","Fri Sep 13 08:57:48 GMT 2024","9","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","" -"passed","Fri Sep 13 09:00:11 GMT 2024","Fri Sep 13 09:00:11 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 7 - Cluster ID: 10, Content Topic: /app24/4/topic447/utf8","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing escaped characters","" -"passed","Fri Sep 13 08:51:06 GMT 2024","Fri Sep 13 08:51:06 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish duplicate message","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Script payload","" -"passed","Fri Sep 13 08:51:03 GMT 2024","Fri Sep 13 08:51:03 GMT 2024","1","DNS Node Discovery","","","","","recovers when dns.resolve returns empty","" -"passed","Fri Sep 13 08:52:57 GMT 2024","Fri Sep 13 08:52:57 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing short","" -"passed","Fri Sep 13 08:51:02 GMT 2024","Fri Sep 13 08:51:02 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry is malformed","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /toychat/2/huilong/proto to shard index 3","" -"passed","Fri Sep 13 08:50:55 GMT 2024","Fri Sep 13 08:50:55 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with wrong pubsubtopic","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing numeric","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Basic HTML tag","" -"skipped","Fri Sep 13 08:51:47 GMT 2024","Fri Sep 13 08:51:47 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" -"passed","Fri Sep 13 09:00:54 GMT 2024","Fri Sep 13 09:00:54 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, No message returned","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Arabic","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Chinese","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with escaped characters payload","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic","" -"passed","Fri Sep 13 08:53:23 GMT 2024","Fri Sep 13 08:53:23 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Ping succeeds for all connected peers","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing numeric","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with non-number generation field","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","singleShardInfoToPubsubTopic","","","","","should convert a SingleShardInfo object to the correct PubsubTopic","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","6","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Arabic","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Renews subscription after lossing a connection","" -"passed","Fri Sep 13 09:00:39 GMT 2024","Fri Sep 13 09:00:39 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 1 - Cluster ID: 813, Shard ID: 4","" -"passed","Fri Sep 13 08:51:02 GMT 2024","Fri Sep 13 08:51:02 GMT 2024","0","ENRTree","","","","","ENRTree (branch): should error if DNS branch entry is mis-prefixed","" -"passed","Fri Sep 13 08:51:06 GMT 2024","Fri Sep 13 08:51:06 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start the service","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Basic HTML tag","" -"passed","Fri Sep 13 08:59:15 GMT 2024","Fri Sep 13 08:59:15 GMT 2024","0","Peer Exchange","","","","","peerDiscovery without wakuPeerExchangeDiscovery","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with non string payload is not received","" -"passed","Fri Sep 13 08:52:47 GMT 2024","Fri Sep 13 08:52:47 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on unsubscribed peer","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing emoji","" -"passed","Fri Sep 13 08:51:02 GMT 2024","Fri Sep 13 08:51:02 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 fetch","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","3","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing escaped characters","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","ensureShardingConfigured","","","","","should return valid sharding parameters for static sharding","" -"passed","Fri Sep 13 08:50:55 GMT 2024","Fri Sep 13 08:50:55 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","0","Waku Relay, Subscribe","","","","","Register correct protocols","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing unicode special characters","" -"passed","Fri Sep 13 08:56:44 GMT 2024","Fri Sep 13 08:56:44 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Fri Sep 13 08:55:24 GMT 2024","Fri Sep 13 08:55:24 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Fri Sep 13 08:51:06 GMT 2024","Fri Sep 13 08:51:06 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should handle corrupted local storage data gracefully","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","ensurePubsubTopicIsConfigured","","","","","should throw an error for an unconfigured topic","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1695459306169","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Russian","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","Static tests","","","","should encode/decode to RLP encoding","" -"passed","Fri Sep 13 08:53:23 GMT 2024","Fri Sep 13 08:53:23 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Ping fails for unsubscribed peers","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/rs","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","singleShardInfosToShardInfo","","","","","should throw an error for empty SingleShardInfos array","" -"passed","Fri Sep 13 09:00:11 GMT 2024","Fri Sep 13 09:00:11 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 10 - Cluster ID: 10, Content Topic: /app20/5/topic731/xml","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Arabic payload","" -"passed","Fri Sep 13 08:51:01 GMT 2024","Fri Sep 13 08:51:01 GMT 2024","0","Discovery","","","","","returns all values when wanted number is greater than available values","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1726217492448000000 ","" -"passed","Fri Sep 13 09:00:11 GMT 2024","Fri Sep 13 09:00:11 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Non TWN Cluster","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message bigger that 1MB","" -"passed","Fri Sep 13 08:53:23 GMT 2024","Fri Sep 13 08:53:23 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Renews peer on consistent ping failures","" -"passed","Fri Sep 13 08:57:28 GMT 2024","Fri Sep 13 08:57:28 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, same shard: nodes don't connect","" -"passed","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","2","ENR waku2 codec","Encoding","","","","should be able to encode the field with only RELAY set to true","" -"passed","Fri Sep 13 09:01:01 GMT 2024","Fri Sep 13 09:01:01 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with generation field greater than 0","" -"passed","Fri Sep 13 08:57:28 GMT 2024","Fri Sep 13 08:57:28 GMT 2024","1","Metadata Protocol","connections","","","","same cluster, different shard: nodes connect","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Fri Sep 13 09:01:03 GMT 2024","Fri Sep 13 09:01:03 GMT 2024","1","Waku Store, order","","","","","Ordered Callback - true","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 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","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with RELAY and FILTER protocols set to true","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups multiple content topics into the same pubsub topic when they share the same shard index","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing special chars","" -"passed","Fri Sep 13 08:56:44 GMT 2024","Fri Sep 13 08:56:44 GMT 2024","1","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only FILTER enabled","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with rate limit","" -"passed","Fri Sep 13 08:57:48 GMT 2024","Fri Sep 13 08:57:48 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","" -"passed","Fri Sep 13 08:52:13 GMT 2024","Fri Sep 13 08:52:13 GMT 2024","0","Public methods","","","","","getPeersByDiscovery","" -"passed","Fri Sep 13 09:01:30 GMT 2024","Fri Sep 13 09:01:30 GMT 2024","1","Waku Dial [node only]","Interop: ServiceNode","","","","connects to nwaku","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing long","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","contentTopicToPubsubTopic","","","","","should map different content topics to different pubsub topics based on shard index","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/\/1","" -"passed","Fri Sep 13 08:52:13 GMT 2024","Fri Sep 13 08:52:13 GMT 2024","0","Public methods","","","","","safeDispatchEvent","" -"passed","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with STORE and LIGHTPUSH protocols set to true","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp6","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing short","" -"passed","Fri Sep 13 09:01:31 GMT 2024","Fri Sep 13 09:01:31 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: -20000 ms from now","" -"passed","Fri Sep 13 08:52:29 GMT 2024","Fri Sep 13 08:52:29 GMT 2024","1","Connection state","","","","","isConnected return false after peer stops","" -"passed","Fri Sep 13 08:51:06 GMT 2024","Fri Sep 13 08:51:06 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" -"passed","Fri Sep 13 09:00:11 GMT 2024","Fri Sep 13 09:00:11 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 4 - Cluster ID: 10, Content Topic: /app58/8/topic404/proto","" -"passed","Fri Sep 13 09:02:19 GMT 2024","Fri Sep 13 09:02:19 GMT 2024","1","Autosharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" -"passed","Fri Sep 13 08:51:40 GMT 2024","Fri Sep 13 08:51:40 GMT 2024","1","Dials","dialPeer method","For peer-exchange peers","","","should be called for every peer with PEER_EXCHANGE tags","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing XML","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no content topic is not received","" -"passed","Fri Sep 13 08:53:28 GMT 2024","Fri Sep 13 08:53:28 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via lightPush","" -"passed","Fri Sep 13 09:01:01 GMT 2024","Fri Sep 13 09:01:01 GMT 2024","2","Waku Store, custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Fri Sep 13 09:00:54 GMT 2024","Fri Sep 13 09:00:54 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, No Decoder","" -"passed","Fri Sep 13 08:59:38 GMT 2024","Fri Sep 13 08:59:38 GMT 2024","2","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" -"passed","Fri Sep 13 09:00:11 GMT 2024","Fri Sep 13 09:00:11 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 9 - Cluster ID: 10, Content Topic: /app16/3/topic493/proto","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Fri Sep 13 09:01:30 GMT 2024","Fri Sep 13 09:01:30 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","Does not throw an exception when node disconnects","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via waku relay post","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","" -"passed","Fri Sep 13 08:50:54 GMT 2024","Fri Sep 13 08:50:54 GMT 2024","0","filterPeersByDiscovery function","","","","","should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing XML","" -"passed","Fri Sep 13 08:53:23 GMT 2024","Fri Sep 13 08:53:23 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Number of peers are maintained correctly","" -"passed","Fri Sep 13 08:50:54 GMT 2024","Fri Sep 13 08:50:54 GMT 2024","1","filterPeersByDiscovery function","","","","","should return all peers when numPeers is 0","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing numeric","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs//1","" -"passed","Fri Sep 13 09:01:35 GMT 2024","Fri Sep 13 09:01:35 GMT 2024","0","Wait for remote peer","","","","","Store - dialed after - with timeout","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1726217492448 ","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes connect (autosharding)","" -"passed","Fri Sep 13 08:57:48 GMT 2024","Fri Sep 13 08:57:48 GMT 2024","1","Peer Exchange Continuous Discovery","","","","","Should update multiaddrs","" -"passed","Fri Sep 13 08:57:28 GMT 2024","Fri Sep 13 08:57:28 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, same shard: nodes connect","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","ensureShardingConfigured","","","","","handles empty contentTopics array correctly","" -"passed","Fri Sep 13 08:51:13 GMT 2024","Fri Sep 13 08:51:13 GMT 2024","1","Waku Encryption","","","","","Symmetric encrypt & Decrypt","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Basic HTML tag and receive message","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","determinePubsubTopic","","","","","should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","" -"passed","Fri Sep 13 09:01:30 GMT 2024","Fri Sep 13 09:01:30 GMT 2024","0","Decryption Keys","","","","","Used by Waku Relay","" -"passed","Fri Sep 13 08:52:29 GMT 2024","Fri Sep 13 08:52:29 GMT 2024","0","Connection state","","","","","should emit `waku:offline` event only when all peers disconnect","" -"passed","Fri Sep 13 08:55:42 GMT 2024","Fri Sep 13 08:55:42 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 2 connections","" -"passed","Fri Sep 13 08:57:48 GMT 2024","Fri Sep 13 08:57:48 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing unicode special characters and receive message","" -"passed","Fri Sep 13 08:52:31 GMT 2024","Fri Sep 13 08:52:31 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on unsubscribed peer","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","singleShardInfosToShardInfo","","","","","should throw an error for SingleShardInfos with different clusterIds","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing long and receive message","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","determinePubsubTopic","","","","","should return a calculated topic if SingleShardInfo is provided","" -"passed","Fri Sep 13 08:59:20 GMT 2024","Fri Sep 13 08:59:20 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" -"passed","Fri Sep 13 09:01:01 GMT 2024","Fri Sep 13 09:01:01 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing escaped characters and publish message","" -"passed","Fri Sep 13 08:59:20 GMT 2024","Fri Sep 13 08:59:20 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing XML and publish message","" -"passed","Fri Sep 13 08:51:01 GMT 2024","Fri Sep 13 08:51:01 GMT 2024","1","Discovery","","","","","returns a subset of values when wanted number is lesser than available values","" -"passed","Fri Sep 13 09:00:39 GMT 2024","Fri Sep 13 09:00:39 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","shard 0","" -"passed","Fri Sep 13 09:02:19 GMT 2024","Fri Sep 13 09:02:19 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing special chars","" -"passed","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","0","Multiaddr from fields","","","","","tcp ip4 address","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with large meta","" -"passed","Fri Sep 13 08:57:48 GMT 2024","Fri Sep 13 08:57:48 GMT 2024","0","Peer Exchange Continuous Discovery","","","","","Should update shard info","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with numeric payload","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish message","" -"passed","Fri Sep 13 08:56:44 GMT 2024","Fri Sep 13 08:56:44 GMT 2024","0","This","Is","","","","A test","" -"passed","Fri Sep 13 08:52:31 GMT 2024","Fri Sep 13 08:52:31 GMT 2024","4","Waku Filter V2: Ping","","","","","Ping on peer without subscriptions","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing unicode special characters","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with escaped characters payload","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Renews subscription after lossing a connection","" -"skipped","Fri Sep 13 08:58:45 GMT 2024","Fri Sep 13 08:58:45 GMT 2024","1","Peer Exchange Query","","","","","less peers than existing","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 7","" -"passed","Fri Sep 13 09:01:11 GMT 2024","Fri Sep 13 09:01:11 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","contentTopicsByPubsubTopic","","","","","groups content topics by expected pubsub topic","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /0/statusim/1/community/cbor to shard index 4","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Script and receive message","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with no payload is not received","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","pushOrInitMapSet","","","","","Push to array if already present","" -"passed","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only RELAY set to true","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with unicode special characters payload","" -"passed","Fri Sep 13 08:52:47 GMT 2024","Fri Sep 13 08:52:47 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on subscribed peer","" -"passed","Fri Sep 13 08:52:13 GMT 2024","Fri Sep 13 08:52:13 GMT 2024","0","Public methods","","","","","addEventListener with correct event","" -"passed","Fri Sep 13 08:52:13 GMT 2024","Fri Sep 13 08:52:13 GMT 2024","0","Public methods","","","","","listenerCount","" -"passed","Fri Sep 13 08:57:28 GMT 2024","Fri Sep 13 08:57:28 GMT 2024","0","Metadata Protocol","","","","","PeerStore has remote peer's shard info after successful connection","" -"passed","Fri Sep 13 08:51:14 GMT 2024","Fri Sep 13 08:51:14 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, no signature]","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","shardInfoToPubsubTopics","","","","","should return empty list for no shard","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","contentTopicToShardIndex","","","","","topics with same application and version share the same shard","" -"passed","Fri Sep 13 09:00:39 GMT 2024","Fri Sep 13 09:00:39 GMT 2024","1","Static Sharding: Running Nodes","Others","","","","start node with empty shard should fail","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Script","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Arabic","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing long","" -"passed","Fri Sep 13 08:52:57 GMT 2024","Fri Sep 13 08:52:57 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Fri Sep 13 08:51:03 GMT 2024","Fri Sep 13 08:51:03 GMT 2024","1","DNS Node Discovery","","","","","caches peers it previously fetched","" -"passed","Fri Sep 13 08:51:02 GMT 2024","Fri Sep 13 08:51:02 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry is mis-prefixed","" -"passed","Fri Sep 13 09:01:17 GMT 2024","Fri Sep 13 09:01:17 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is false","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","ensureShardingConfigured","","","","","handles empty shards array correctly","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","2","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Fri Sep 13 08:55:05 GMT 2024","Fri Sep 13 08:55:05 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via waku relay post","" -"passed","Fri Sep 13 09:00:11 GMT 2024","Fri Sep 13 09:00:11 GMT 2024","1","Autosharding: Running Nodes","Others","","","","start node with empty content topic","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing short","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing unicode special characters","" -"passed","Fri Sep 13 08:59:20 GMT 2024","Fri Sep 13 08:59:20 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/1 topic","" -"passed","Fri Sep 13 08:53:23 GMT 2024","Fri Sep 13 08:53:23 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Tracks peer failures correctly","" -"passed","Fri Sep 13 08:55:05 GMT 2024","Fri Sep 13 08:55:05 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","3","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1726221306169","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe at once to 10000 topics and publish messages","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing emoji","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Error when try to subscribe to more than 101 topics (new limit)","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing SQL Injection","" -"passed","Fri Sep 13 08:51:14 GMT 2024","Fri Sep 13 08:51:14 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, signature]","" -"passed","Fri Sep 13 09:00:11 GMT 2024","Fri Sep 13 09:00:11 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 6 - Cluster ID: 10, Content Topic: /app7/3/topic353/xml","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Fri Sep 13 08:52:29 GMT 2024","Fri Sep 13 08:52:29 GMT 2024","1","Connection state","","","","","isConnected should return true after first peer connects","" -"passed","Fri Sep 13 09:00:54 GMT 2024","Fri Sep 13 09:00:54 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No Decoder","" -"passed","Fri Sep 13 09:01:01 GMT 2024","Fri Sep 13 09:01:01 GMT 2024","3","Waku Store, custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Fri Sep 13 08:51:40 GMT 2024","Fri Sep 13 08:51:40 GMT 2024","0","Dials","dialPeer method","For peer-exchange peers","","","should be called for peers with PEER_EXCHANGE tags","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing JSON and publish message","" -"passed","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only STORE set to true","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Fri Sep 13 09:00:39 GMT 2024","Fri Sep 13 09:00:39 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 5 - Cluster ID: 39, Shard ID: 679","" -"passed","Fri Sep 13 09:00:11 GMT 2024","Fri Sep 13 09:00:11 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 2 - Cluster ID: 10, Content Topic: /app90/6/topic326/proto","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","contentTopicToPubsubTopic","","","","","should use the provided clusterId for the pubsub topic","" -"passed","Fri Sep 13 09:01:31 GMT 2024","Fri Sep 13 09:01:31 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","2","Waku Filter V2: FilterPush","","","","","Check received message containing JSON","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Script","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with emoji payload","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Refresh subscription","" -"passed","Fri Sep 13 08:51:33 GMT 2024","Fri Sep 13 08:51:33 GMT 2024","1","Events","peer:connect","","","","should emit `peer:connected:bootstrap` event when a peer is connected","" -"passed","Fri Sep 13 08:55:05 GMT 2024","Fri Sep 13 08:55:05 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Fri Sep 13 08:51:43 GMT 2024","Fri Sep 13 08:51:43 GMT 2024","0","ENR Interop: ServiceNode","","","","","Relay","" -"passed","Fri Sep 13 08:50:55 GMT 2024","Fri Sep 13 08:50:55 GMT 2024","0","Sets sharding configuration correctly","","","","","uses static shard pubsub topic instead of autosharding when set","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should extract SingleShardInfo from a valid PubsubTopic","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages from multiple nwaku nodes","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing JSON","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","" -"passed","Fri Sep 13 08:55:24 GMT 2024","Fri Sep 13 08:55:24 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Fri Sep 13 08:57:48 GMT 2024","Fri Sep 13 08:57:48 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","" -"passed","Fri Sep 13 08:59:20 GMT 2024","Fri Sep 13 08:59:20 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to false","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with shell command payload","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Basic HTML tag","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no payload is not received","" -"passed","Fri Sep 13 09:00:20 GMT 2024","Fri Sep 13 09:00:20 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 50 messages","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Throws when trying to push message with empty payload","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","2","Waku Relay, Publish","","","","","Publish message with custom timestamp: Fri Sep 13 2024 09:59:09 GMT+0000 (Coordinated Universal Time)","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message on other pubsub topic is not received","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Chinese","" -"passed","Fri Sep 13 08:59:15 GMT 2024","Fri Sep 13 08:59:15 GMT 2024","1","Peer Exchange","","","","","getPeersByDiscovery","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing unicode special characters","" -"passed","Fri Sep 13 08:53:28 GMT 2024","Fri Sep 13 08:53:28 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Arabic and publish message","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/$","" -"passed","Fri Sep 13 09:00:54 GMT 2024","Fri Sep 13 09:00:54 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, No message returned","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Russian payload","" -"passed","Fri Sep 13 08:57:48 GMT 2024","Fri Sep 13 08:57:48 GMT 2024","2","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","" -"passed","Fri Sep 13 08:51:43 GMT 2024","Fri Sep 13 08:51:43 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral messages are not stored","" -"passed","Fri Sep 13 08:52:31 GMT 2024","Fri Sep 13 08:52:31 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on subscribed peer","" -"passed","Fri Sep 13 09:01:31 GMT 2024","Fri Sep 13 09:01:31 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing special chars and receive message","" -"skipped","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after jswaku node is restarted","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing short and receive message","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing SQL Injection","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/","" -"skipped","Fri Sep 13 08:58:45 GMT 2024","Fri Sep 13 08:58:45 GMT 2024","0","Peer Exchange Query","","","","","more peers than existing","" -"passed","Fri Sep 13 09:01:30 GMT 2024","Fri Sep 13 09:01:30 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Passing an array","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with JSON payload","" -"passed","Fri Sep 13 08:51:03 GMT 2024","Fri Sep 13 08:51:03 GMT 2024","0","DNS Node Discovery","","","","","it tolerates circular branch references","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing JSON","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","1","Waku Light Push: Single Node","","","","","Fails to push message with empty content topic","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","shardInfoToPubsubTopics","","","","","should return unique PubsubTopics for static sharding","" -"passed","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only FILTER set to true","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp4","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","shardInfoToPubsubTopics","","","","","should convert content topics to PubsubTopics for autosharding","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/x/1","" -"passed","Fri Sep 13 09:01:17 GMT 2024","Fri Sep 13 09:01:17 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is true","" -"passed","Fri Sep 13 08:53:23 GMT 2024","Fri Sep 13 08:53:23 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Maintains correct number of peers after multiple subscribe/unsubscribe cycles","" -"passed","Fri Sep 13 09:01:17 GMT 2024","Fri Sep 13 09:01:17 GMT 2024","1","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is false","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no content topic is not received","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /app/22/sometopic/someencoding to shard index 2","" -"passed","Fri Sep 13 08:51:12 GMT 2024","Fri Sep 13 08:51:12 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect (autosharding)","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with unicode special characters payload","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Fri Sep 13 08:51:03 GMT 2024","Fri Sep 13 08:51:03 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with store capability","" -"passed","Fri Sep 13 09:00:11 GMT 2024","Fri Sep 13 09:00:11 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 5 - Cluster ID: 10, Content Topic: /app57/6/topic639/json","" -"passed","Fri Sep 13 09:00:54 GMT 2024","Fri Sep 13 09:00:54 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, Multiple PubsubTopics","" -"passed","Fri Sep 13 08:55:24 GMT 2024","Fri Sep 13 08:55:24 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Fri Sep 13 08:51:12 GMT 2024","Fri Sep 13 08:51:12 GMT 2024","0","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, signature]","" -"passed","Fri Sep 13 08:56:44 GMT 2024","Fri Sep 13 08:56:44 GMT 2024","1","Waku Light Push : Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should not throw an error for a single configured topic","" -"passed","Fri Sep 13 08:53:23 GMT 2024","Fri Sep 13 08:53:23 GMT 2024","5","Waku Filter: Peer Management: E2E","","","","","Keep-alive pings maintain the connection","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","4","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","17","Waku Light Push: Single Node","","","","","Push message with Russian payload","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","pushOrInitMapSet","","","","","Init the array if not present","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only LIGHTPUSH enabled","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with JSON payload","" -"passed","Fri Sep 13 08:50:54 GMT 2024","Fri Sep 13 08:50:54 GMT 2024","1","to proto message","","","","","Fields are not dropped","" -"passed","Fri Sep 13 08:51:43 GMT 2024","Fri Sep 13 08:51:43 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - symmetric encryption","" -"passed","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only FILTER set to true","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing shell command","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing JSON","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Russian","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Basic HTML tag and receive message","" -"passed","Fri Sep 13 08:55:05 GMT 2024","Fri Sep 13 08:55:05 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Fri Sep 13 09:01:30 GMT 2024","Fri Sep 13 09:01:30 GMT 2024","1","User Agent","","","","","Sets default value correctly","" -"passed","Fri Sep 13 08:51:12 GMT 2024","Fri Sep 13 08:51:12 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Fri Sep 13 09:00:54 GMT 2024","Fri Sep 13 09:00:54 GMT 2024","5","Waku Store, error handling","","","","","Query with Promise Callback, Wrong PubsubTopic","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Fri Sep 13 09:01:17 GMT 2024","Fri Sep 13 09:01:17 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is true","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","" -"passed","Fri Sep 13 09:01:25 GMT 2024","Fri Sep 13 09:01:25 GMT 2024","1","Waku Store, page size","","","","","Passing page size 0 when there are 110 messages","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","" -"passed","Fri Sep 13 08:50:55 GMT 2024","Fri Sep 13 08:50:55 GMT 2024","1","Waku Message version 0","","","","","Meta field set when metaSetter is specified","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Fri Sep 13 08:55:51 GMT 2024","Fri Sep 13 08:55:51 GMT 2024","0","Waku Light Push: Peer Management: E2E","","","","","Failed peers are renewed","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Fri Sep 13 09:01:01 GMT 2024","Fri Sep 13 09:01:01 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Fri Sep 13 08:59:20 GMT 2024","Fri Sep 13 08:59:20 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect (autosharding)","" -"passed","Fri Sep 13 08:56:44 GMT 2024","Fri Sep 13 08:56:44 GMT 2024","1","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing XML","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","Static tests","","","","should properly compute the node id","" -"passed","Fri Sep 13 08:50:44 GMT 2024","Fri Sep 13 08:50:44 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (message is IDecodedMessage)","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing long","" -"passed","Fri Sep 13 08:57:34 GMT 2024","Fri Sep 13 08:57:34 GMT 2024","1","multiaddr: dialing","does not attempt the same peer discovered multiple times more than once","","","","through manual discovery","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing shell command","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","" -"passed","Fri Sep 13 09:01:11 GMT 2024","Fri Sep 13 09:01:11 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with different content topic format","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","" -"skipped","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after nwaku node is restarted","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/-","" -"passed","Fri Sep 13 08:59:38 GMT 2024","Fri Sep 13 08:59:38 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should emit a peer event after start","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with only RELAY enabled","" -"passed","Fri Sep 13 08:57:48 GMT 2024","Fri Sep 13 08:57:48 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","" -"passed","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","1","Multiaddr from fields","","","","","udp ip6 address","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with meta","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","Verify","","","","should return false","" -"passed","Fri Sep 13 08:51:14 GMT 2024","Fri Sep 13 08:51:14 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Fri Sep 13 08:56:44 GMT 2024","Fri Sep 13 08:56:44 GMT 2024","1","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with non string payload is not received","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Fri Sep 13 09:00:20 GMT 2024","Fri Sep 13 09:00:20 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 10 index when there are 40 messages","" -"passed","Fri Sep 13 08:52:57 GMT 2024","Fri Sep 13 08:52:57 GMT 2024","2","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Fri Sep 13 09:01:11 GMT 2024","Fri Sep 13 09:01:11 GMT 2024","0","Waku Store, general","","","","","Callback on promise, aborts when callback returns true","" -"passed","Fri Sep 13 08:55:24 GMT 2024","Fri Sep 13 08:55:24 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Fri Sep 13 08:52:47 GMT 2024","Fri Sep 13 08:52:47 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on peer without subscriptions","" -"passed","Fri Sep 13 09:01:31 GMT 2024","Fri Sep 13 09:01:31 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","" -"passed","Fri Sep 13 09:01:11 GMT 2024","Fri Sep 13 09:01:11 GMT 2024","6","Waku Store, general","","","","","Query generator for 2000 messages","" -"passed","Fri Sep 13 09:00:54 GMT 2024","Fri Sep 13 09:00:54 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, No Decoder","" -"passed","Fri Sep 13 08:59:20 GMT 2024","Fri Sep 13 08:59:20 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/0 topic","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with special chars payload","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","5","Waku Light Push: Single Node","","","","","Push message with XML payload","" -"passed","Fri Sep 13 08:50:55 GMT 2024","Fri Sep 13 08:50:55 GMT 2024","0","Waku Message version 0","","","","","Ephemeral field set to true","" -"skipped","Fri Sep 13 08:51:47 GMT 2024","Fri Sep 13 08:51:47 GMT 2024","1","DNS Node Discovery [live data]","","","","","should use DNS peer discovery with light client","" -"passed","Fri Sep 13 09:01:11 GMT 2024","Fri Sep 13 09:01:11 GMT 2024","23","Waku Store, general","","","","","Ordered callback, aborts when callback returns true","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic for different network shard sizes","" -"passed","Fri Sep 13 08:59:38 GMT 2024","Fri Sep 13 08:59:38 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","Fri Sep 13 08:55:05 GMT 2024","Fri Sep 13 08:55:05 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Fri Sep 13 08:57:48 GMT 2024","Fri Sep 13 08:57:48 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","" -"passed","Fri Sep 13 08:52:47 GMT 2024","Fri Sep 13 08:52:47 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Reopen subscription with peer with lost subscription","" -"passed","Fri Sep 13 08:51:17 GMT 2024","Fri Sep 13 08:51:17 GMT 2024","0","Message Validator","","","","","Rejects garbage","" -"passed","Fri Sep 13 09:00:20 GMT 2024","Fri Sep 13 09:00:20 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 20 messages","" -"passed","Fri Sep 13 08:59:38 GMT 2024","Fri Sep 13 08:59:38 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start the service","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","4","Waku Filter V2: FilterPush","","","","","Check received message containing special chars","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1726217492603000000 ","" -"passed","Fri Sep 13 08:59:38 GMT 2024","Fri Sep 13 08:59:38 GMT 2024","2","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start and stop the service","" -"passed","Fri Sep 13 09:02:19 GMT 2024","Fri Sep 13 09:02:19 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1726214106169","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only STORE enabled","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message on other pubsub topic is not received","" -"passed","Fri Sep 13 08:51:03 GMT 2024","Fri Sep 13 08:51:03 GMT 2024","0","DNS Node Discovery","","","","","ignores domain fetching errors","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Basic HTML tag payload","" -"passed","Fri Sep 13 09:00:54 GMT 2024","Fri Sep 13 09:00:54 GMT 2024","10","Waku Store, error handling","","","","","Query Generator, Multiple PubsubTopics","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /myapp/1/latest/proto to shard index 0","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing unicode special characters","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Overlapping topic subscription","" -"passed","Fri Sep 13 08:55:42 GMT 2024","Fri Sep 13 08:55:42 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","LightPush with 0 connections","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 0","" -"passed","Fri Sep 13 09:01:25 GMT 2024","Fri Sep 13 09:01:25 GMT 2024","1","Waku Store, page size","","","","","Default pageSize","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing unicode special characters and receive message","" -"passed","Fri Sep 13 08:51:14 GMT 2024","Fri Sep 13 08:51:14 GMT 2024","0","Ecies Encryption","","","","","Check meta is set [ecies]","" -"passed","Fri Sep 13 08:52:57 GMT 2024","Fri Sep 13 08:52:57 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Fri Sep 13 09:00:39 GMT 2024","Fri Sep 13 09:00:39 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 9 - Cluster ID: 340, Shard ID: 336","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no content topic is not received","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Arabic payload","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with special chars payload","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1726221342715","" -"passed","Fri Sep 13 08:59:38 GMT 2024","Fri Sep 13 08:59:38 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing emoji","" -"passed","Fri Sep 13 09:01:35 GMT 2024","Fri Sep 13 09:01:35 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed after","" -"passed","Fri Sep 13 08:51:40 GMT 2024","Fri Sep 13 08:51:40 GMT 2024","1","Dials","dialPeer method","For bootstrap peers","","","should be called for bootstrap peers","" -"passed","Fri Sep 13 08:53:28 GMT 2024","Fri Sep 13 08:53:28 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty encoding field","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1726214142715","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","3","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with empty content topic","" -"skipped","Fri Sep 13 08:51:03 GMT 2024","Fri Sep 13 08:51:03 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","" -"skipped","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message after service node is restarted","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1726217492448000000 ","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","6","Waku Filter V2: FilterPush","","","","","Check received message containing long","" -"passed","Fri Sep 13 08:55:24 GMT 2024","Fri Sep 13 08:55:24 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Fri Sep 13 08:51:01 GMT 2024","Fri Sep 13 08:51:01 GMT 2024","1","Discovery","","","","","returns all values when wanted number matches available values","" -"passed","Fri Sep 13 09:02:19 GMT 2024","Fri Sep 13 09:02:19 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","2","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Script and receive message","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 6","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing XML and receive message","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with wrong content topic","" -"passed","Fri Sep 13 08:59:09 GMT 2024","Fri Sep 13 08:59:09 GMT 2024","0","Waku Relay, Interop","","","","","Publishes to nwaku","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","1","ENR","Location multiaddr","","","","should properly create peer info with all multiaddrs","" -"skipped","Fri Sep 13 08:59:15 GMT 2024","Fri Sep 13 08:59:15 GMT 2024","0","Peer Exchange","","","","","new peer added after a peer was already found","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Script and receive message","" -"passed","Fri Sep 13 09:01:31 GMT 2024","Fri Sep 13 09:01:31 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: 40000 ms from now","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","" -"passed","Fri Sep 13 08:51:03 GMT 2024","Fri Sep 13 08:51:03 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay and store capability","" -"passed","Fri Sep 13 09:01:01 GMT 2024","Fri Sep 13 09:01:01 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Fri Sep 13 08:59:09 GMT 2024","Fri Sep 13 08:59:09 GMT 2024","1","Waku Relay, Interop","","","","","nwaku subscribes","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","1","getPeers","getPeers property-based tests","","","","should return the correct number of peers based on numPeers and maxBootstrapPeers","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Basic HTML tag","" -"passed","Fri Sep 13 08:51:47 GMT 2024","Fri Sep 13 08:51:47 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event before start","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing short and publish message","" -"passed","Fri Sep 13 08:50:44 GMT 2024","Fri Sep 13 08:50:44 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta size of 64 bytes)","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp","" -"passed","Fri Sep 13 08:51:06 GMT 2024","Fri Sep 13 08:51:06 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should add and remove event listeners correctly","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sat Sep 23 2023 08:59:09 GMT+0000 (Coordinated Universal Time)","" -"passed","Fri Sep 13 08:52:57 GMT 2024","Fri Sep 13 08:52:57 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no pubsub topic is not received","" -"passed","Fri Sep 13 09:00:39 GMT 2024","Fri Sep 13 09:00:39 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 8 - Cluster ID: 299, Shard ID: 381","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing unicode special characters","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","1","Waku Relay, Subscribe","","","","","Mutual subscription","" -"passed","Fri Sep 13 08:57:48 GMT 2024","Fri Sep 13 08:57:48 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","" -"passed","Fri Sep 13 08:53:23 GMT 2024","Fri Sep 13 08:53:23 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Renews peer on consistent missed messages","" -"passed","Fri Sep 13 09:01:11 GMT 2024","Fri Sep 13 09:01:11 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with different message text format","" -"passed","Fri Sep 13 08:52:29 GMT 2024","Fri Sep 13 08:52:29 GMT 2024","0","Connection state","","","","","`waku:online` between 2 js-waku relay nodes","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing special chars","" -"passed","Fri Sep 13 08:55:42 GMT 2024","Fri Sep 13 08:55:42 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","Filter with 1 connections","" -"passed","Fri Sep 13 08:52:57 GMT 2024","Fri Sep 13 08:52:57 GMT 2024","8","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with SQL Injection payload","" -"passed","Fri Sep 13 08:57:48 GMT 2024","Fri Sep 13 08:57:48 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","" -"passed","Fri Sep 13 08:55:24 GMT 2024","Fri Sep 13 08:55:24 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Fri Sep 13 09:01:11 GMT 2024","Fri Sep 13 09:01:11 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with multiple decoders","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","2","Waku Relay, Publish","","","","","Check publish message containing escaped characters","" -"passed","Fri Sep 13 08:52:57 GMT 2024","Fri Sep 13 08:52:57 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Fri Sep 13 09:00:20 GMT 2024","Fri Sep 13 09:00:20 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 2 index when there are 4 messages","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing short","" -"passed","Fri Sep 13 08:53:28 GMT 2024","Fri Sep 13 08:53:28 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Fri Sep 13 09:01:30 GMT 2024","Fri Sep 13 09:01:30 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Using a function","" -"passed","Fri Sep 13 08:57:48 GMT 2024","Fri Sep 13 08:57:48 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","" -"passed","Fri Sep 13 08:52:47 GMT 2024","Fri Sep 13 08:52:47 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on peer without subscriptions","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","shardInfoToPubsubTopics","","","","","should throw an error if shards are undefined for static sharding","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set UDP multiaddr","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","2","Waku Filter V2: FilterPush","","","","","Check received message containing escaped characters","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message with large meta","" -"passed","Fri Sep 13 08:52:57 GMT 2024","Fri Sep 13 08:52:57 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Fri Sep 13 08:51:14 GMT 2024","Fri Sep 13 08:51:14 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","Txt codec","","","","should encodeTxt and decodeTxt","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","6","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","4","ENR","Multiaddr getters and setters","","","","should get / set TCP multiaddr","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","ensureShardingConfigured","","","","","should return valid sharding parameters for content topics autosharding","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing emoji","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing long and receive message","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing unicode special characters and publish message","" -"passed","Fri Sep 13 08:55:42 GMT 2024","Fri Sep 13 08:55:42 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 3 connections","" -"passed","Fri Sep 13 08:51:13 GMT 2024","Fri Sep 13 08:51:13 GMT 2024","0","Waku Encryption","","","","","Asymmetric encrypt & decrypt","" -"passed","Fri Sep 13 08:56:44 GMT 2024","Fri Sep 13 08:56:44 GMT 2024","1","This","Is also","","","","A test","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with non string payload is not received","" -"passed","Fri Sep 13 09:01:03 GMT 2024","Fri Sep 13 09:01:03 GMT 2024","1","Waku Store, order","","","","","Promise Callback - true","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with shell command payload","" -"passed","Fri Sep 13 08:51:33 GMT 2024","Fri Sep 13 08:51:33 GMT 2024","2","Events","peer:discovery","","","","should emit `peer:discovery:bootstrap` event when a peer is discovered","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","Txt codec","","","","should decode valid ENR with multiaddrs successfully [shared test vector]","" -"passed","Fri Sep 13 08:52:29 GMT 2024","Fri Sep 13 08:52:29 GMT 2024","0","Connection state","","","","","isConnected should return false after all peers disconnect","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing short","" -"passed","Fri Sep 13 09:00:39 GMT 2024","Fri Sep 13 09:00:39 GMT 2024","1","Static Sharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" -"passed","Fri Sep 13 08:51:02 GMT 2024","Fri Sep 13 08:51:02 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry signature is invalid","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes don't connect","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receives messages on 20 topics","" -"passed","Fri Sep 13 08:59:20 GMT 2024","Fri Sep 13 08:59:20 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with SQL Injection payload","" -"passed","Fri Sep 13 08:51:06 GMT 2024","Fri Sep 13 08:51:06 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" -"passed","Fri Sep 13 08:52:47 GMT 2024","Fri Sep 13 08:52:47 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on unsubscribed peer","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","" -"passed","Fri Sep 13 09:01:03 GMT 2024","Fri Sep 13 09:01:03 GMT 2024","1","Waku Store, order","","","","","Query Generator - false","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Russian","" -"passed","Fri Sep 13 09:00:11 GMT 2024","Fri Sep 13 09:00:11 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 1 - Cluster ID: 10, Content Topic: /app95/8/topic808/test.js","" -"passed","Fri Sep 13 09:01:35 GMT 2024","Fri Sep 13 09:01:35 GMT 2024","1","Wait for remote peer","","","","","Relay - dialed first","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing numeric","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols disabled","" -"passed","Fri Sep 13 08:59:38 GMT 2024","Fri Sep 13 08:59:38 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with rate limit","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Script","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Script","" -"skipped","Fri Sep 13 08:58:45 GMT 2024","Fri Sep 13 08:58:45 GMT 2024","0","Peer Exchange Query","","","","","non connected peers","" -"skipped","Fri Sep 13 08:58:45 GMT 2024","Fri Sep 13 08:58:45 GMT 2024","0","Peer Exchange Query","","","","","connected peers and dial","" -"passed","Fri Sep 13 09:00:54 GMT 2024","Fri Sep 13 09:00:54 GMT 2024","4","Waku Store, error handling","","","","","Query with Ordered Callback, Wrong PubsubTopic","" -"passed","Fri Sep 13 09:01:35 GMT 2024","Fri Sep 13 09:01:35 GMT 2024","0","Wait for remote peer","","","","","Filter","" -"passed","Fri Sep 13 09:01:03 GMT 2024","Fri Sep 13 09:01:03 GMT 2024","0","Waku Store, order","","","","","Query Generator - true","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","3","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1726217492448 ","" -"passed","Fri Sep 13 08:55:24 GMT 2024","Fri Sep 13 08:55:24 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with size larger than 1 MB","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with numeric payload","" -"passed","Fri Sep 13 09:00:39 GMT 2024","Fri Sep 13 09:00:39 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","Cluster ID 0 - Default/Global Cluster","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/-/1","" -"passed","Fri Sep 13 08:51:13 GMT 2024","Fri Sep 13 08:51:13 GMT 2024","1","Waku Encryption","","","","","pre and post cipher","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","contentTopicsByPubsubTopic","","","","","handles different networkShards values correctly","" -"passed","Fri Sep 13 09:01:11 GMT 2024","Fri Sep 13 09:01:11 GMT 2024","1","Waku Store, general","","","","","Generator, with asymmetric & symmetric encrypted messages","" -"passed","Fri Sep 13 09:01:01 GMT 2024","Fri Sep 13 09:01:01 GMT 2024","1","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Fri Sep 13 08:55:05 GMT 2024","Fri Sep 13 08:55:05 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via lightPush","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no payload is not received","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with emoji payload","" -"passed","Fri Sep 13 08:51:12 GMT 2024","Fri Sep 13 08:51:12 GMT 2024","2","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, no signature]","" -"passed","Fri Sep 13 08:57:48 GMT 2024","Fri Sep 13 08:57:48 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing emoji and publish message","" -"passed","Fri Sep 13 08:51:33 GMT 2024","Fri Sep 13 08:51:33 GMT 2024","0","Events","peer:discovery","","","","should emit `peer:discovery:peer-exchange` event when a peer is discovered","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Error when try to subscribe to more than 101 topics (new limit)","" -"passed","Fri Sep 13 09:01:17 GMT 2024","Fri Sep 13 09:01:17 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","handles multiple messages","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","ensureValidContentTopic","","","","","does not throw on valid cases","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Overlapping topic subscription","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via waku relay post","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","contentTopicsByPubsubTopic","","","","","throws an error for improperly formatted content topics","" -"passed","Fri Sep 13 09:01:35 GMT 2024","Fri Sep 13 09:01:35 GMT 2024","0","Wait for remote peer","","","","","Light Node - default protocols","" -"passed","Fri Sep 13 09:00:54 GMT 2024","Fri Sep 13 09:00:54 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, Wrong PubsubTopic","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing SQL Injection","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","6","contentTopicToShardIndex","","","","","should correctly map /waku/2/content/test.js to shard index 1","" -"passed","Fri Sep 13 08:52:31 GMT 2024","Fri Sep 13 08:52:31 GMT 2024","1","Waku Filter V2: Ping","","","","","Reopen subscription with peer with lost subscription","" -"passed","Fri Sep 13 08:51:06 GMT 2024","Fri Sep 13 08:51:06 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should load peers from local storage and dispatch events","" -"passed","Fri Sep 13 09:00:39 GMT 2024","Fri Sep 13 09:00:39 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 10 - Cluster ID: 415, Shard ID: 397","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing unicode special characters and receive message","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receives messages on 20 topics","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","10","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Script","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Refresh subscription","" -"passed","Fri Sep 13 09:00:39 GMT 2024","Fri Sep 13 09:00:39 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 6 - Cluster ID: 431, Shard ID: 247","" -"passed","Fri Sep 13 08:50:44 GMT 2024","Fri Sep 13 08:50:44 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (payload length 0)","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing numeric","" -"passed","Fri Sep 13 08:56:44 GMT 2024","Fri Sep 13 08:56:44 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","determinePubsubTopic","","","","","should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","" -"passed","Fri Sep 13 08:51:40 GMT 2024","Fri Sep 13 08:51:40 GMT 2024","2","Dials","dialPeer method","For bootstrap peers","","","should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","" -"passed","Fri Sep 13 08:57:48 GMT 2024","Fri Sep 13 08:57:48 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message equal or less that 1MB","" -"passed","Fri Sep 13 09:00:11 GMT 2024","Fri Sep 13 09:00:11 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 3 - Cluster ID: 10, Content Topic: /app37/1/topic193/proto","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","1","ENR","Txt codec","","","","should decode valid enr with tcp successfully","" -"passed","Fri Sep 13 09:00:39 GMT 2024","Fri Sep 13 09:00:39 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 4 - Cluster ID: 517, Shard ID: 214","" -"skipped","Fri Sep 13 08:59:15 GMT 2024","Fri Sep 13 08:59:15 GMT 2024","0","Peer Exchange","","","","","wrong wakuPeerExchangeDiscovery pubsub topic","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message on other pubsub topic is not received","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should not throw an error when the topic is within a list of configured topics","" -"passed","Fri Sep 13 09:00:20 GMT 2024","Fri Sep 13 09:00:20 GMT 2024","1","Waku Store, cursor","","","","","Passing cursor with wrong pubsubTopic","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing special chars and publish message","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp6","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Arabic and receive message","" -"skipped","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after jswaku node is restarted","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing special chars","" -"passed","Fri Sep 13 08:59:20 GMT 2024","Fri Sep 13 08:59:20 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Fri Sep 13 09:01:17 GMT 2024","Fri Sep 13 09:01:17 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","creates an iterator","" -"skipped","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message after client node is restarted","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","1","Waku Relay, Subscribe","","","","","Publish without waiting for remote peer","" -"passed","Fri Sep 13 08:55:42 GMT 2024","Fri Sep 13 08:55:42 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","LightPush with 3 connections","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","Relay Shard codec","","","","","should throw an error for insufficient data","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","determinePubsubTopic","","","","","should process correctly when SingleShardInfo has no clusterId but has a shard","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/ /1","" -"passed","Fri Sep 13 08:55:24 GMT 2024","Fri Sep 13 08:55:24 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Fri Sep 13 08:52:13 GMT 2024","Fri Sep 13 08:52:13 GMT 2024","0","Public methods","","","","","removeEventListener with correct event","" -"passed","Fri Sep 13 08:57:48 GMT 2024","Fri Sep 13 08:57:48 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push 30 different messages","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","1","ENR","Txt codec","","","","should throw error - no public key","" -"passed","Fri Sep 13 08:56:44 GMT 2024","Fri Sep 13 08:56:44 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Fri Sep 13 08:51:14 GMT 2024","Fri Sep 13 08:51:14 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 1","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","3","Waku Light Push: Single Node","","","","","Push message with content topic containing Arabic","" -"passed","Fri Sep 13 08:52:13 GMT 2024","Fri Sep 13 08:52:13 GMT 2024","0","Public methods","","","","","addEventListener with wrong event","" -"passed","Fri Sep 13 08:51:47 GMT 2024","Fri Sep 13 08:51:47 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","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty topic name field","" -"passed","Fri Sep 13 09:01:01 GMT 2024","Fri Sep 13 09:01:01 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing escaped characters","" -"passed","Fri Sep 13 08:51:02 GMT 2024","Fri Sep 13 08:51:02 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is misformatted","" -"passed","Fri Sep 13 08:55:51 GMT 2024","Fri Sep 13 08:55:51 GMT 2024","0","Waku Light Push: Peer Management: E2E","","","","","Number of peers are maintained correctly","" -"passed","Fri Sep 13 08:51:47 GMT 2024","Fri Sep 13 08:51:47 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start the service","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Fri Sep 13 08:51:02 GMT 2024","Fri Sep 13 08:51:02 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should parse a DNS tree entry","" -"passed","Fri Sep 13 08:50:49 GMT 2024","Fri Sep 13 08:50:49 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only LIGHTPUSH set to true","" -"passed","Fri Sep 13 08:54:37 GMT 2024","Fri Sep 13 08:54:37 GMT 2024","2","Waku Filter V2: FilterPush","","","","","Check received message containing Russian","" -"passed","Fri Sep 13 08:50:44 GMT 2024","Fri Sep 13 08:50:44 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (meta size of 12 bytes)","" -"passed","Fri Sep 13 08:51:17 GMT 2024","Fri Sep 13 08:51:17 GMT 2024","1","Message Validator","","","","","Accepts a valid Waku Message","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty version field","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing emoji","" -"passed","Fri Sep 13 08:51:43 GMT 2024","Fri Sep 13 08:51:43 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - encoder v0","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with long payload","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/29/sometopic/someencoding to shard index 6","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","" -"passed","Fri Sep 13 09:01:25 GMT 2024","Fri Sep 13 09:01:25 GMT 2024","1","Waku Store, page size","","","","","Passing page size 19 when there are 20 messages","" -"passed","Fri Sep 13 08:59:36 GMT 2024","Fri Sep 13 08:59:36 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Fri Sep 13 2024 07:59:09 GMT+0000 (Coordinated Universal Time)","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","shardInfoToPubsubTopics","","","","","should throw an error for missing required configuration","" -"passed","Fri Sep 13 09:00:11 GMT 2024","Fri Sep 13 09:00:11 GMT 2024","0","Autosharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /statusim/1/community/cbor to shard index 4","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/ ","" -"passed","Fri Sep 13 08:59:06 GMT 2024","Fri Sep 13 08:59:06 GMT 2024","13","Waku Light Push: Single Node","","","","","Push message with Basic HTML tag payload","" -"passed","Fri Sep 13 08:51:43 GMT 2024","Fri Sep 13 08:51:43 GMT 2024","1","ENR Interop: ServiceNode","","","","","Relay + Store","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/y/1","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/y","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","ensureShardingConfigured","","","","","should throw an error for missing sharding configuration","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing shell command","" -"passed","Fri Sep 13 08:59:09 GMT 2024","Fri Sep 13 08:59:09 GMT 2024","1","Waku Relay, Interop","","","","","Nwaku publishes","" -"passed","Fri Sep 13 08:59:40 GMT 2024","Fri Sep 13 08:59:40 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Script and publish message","" -"passed","Fri Sep 13 09:01:31 GMT 2024","Fri Sep 13 09:01:31 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","" -"passed","Fri Sep 13 08:51:12 GMT 2024","Fri Sep 13 08:51:12 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing short and receive message","" -"passed","Fri Sep 13 08:54:47 GMT 2024","Fri Sep 13 08:54:47 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","" -"passed","Fri Sep 13 08:50:50 GMT 2024","Fri Sep 13 08:50:50 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp4","" -"passed","Fri Sep 13 09:00:13 GMT 2024","Fri Sep 13 09:00:13 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Chinese","" -"passed","Fri Sep 13 09:01:35 GMT 2024","Fri Sep 13 09:01:35 GMT 2024","0","Wait for remote peer","","","","","Privacy Node - default protocol","" -"passed","Fri Sep 13 08:51:06 GMT 2024","Fri Sep 13 08:51:06 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start and stop the service","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing special chars","" -"passed","Fri Sep 13 08:55:06 GMT 2024","Fri Sep 13 08:55:06 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","0","determinePubsubTopic","","","","","should return the pubsub topic directly if a string is provided","" -"passed","Fri Sep 13 09:00:54 GMT 2024","Fri Sep 13 09:00:54 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, No message returned","" -"passed","Fri Sep 13 08:50:41 GMT 2024","Fri Sep 13 08:50:41 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with too few or too many fields","" -"passed","Fri Sep 13 08:56:44 GMT 2024","Fri Sep 13 08:56:44 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Fri Sep 13 09:01:17 GMT 2024","Fri Sep 13 09:01:17 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","unsubscribes","" -"passed","Fri Sep 13 09:01:06 GMT 2024","Fri Sep 13 09:01:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing SQL Injection","" -"passed","Fri Sep 13 08:51:03 GMT 2024","Fri Sep 13 08:51:03 GMT 2024","0","DNS Node Discovery","","","","","ignores unrecognized TXT record formats","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing JSON","" -"passed","Fri Sep 13 08:58:44 GMT 2024","Fri Sep 13 08:58:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Fri Sep 13 08:57:28 GMT 2024","Fri Sep 13 08:57:28 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, different shard: nodes don't connect","" -"passed","Fri Sep 13 09:00:20 GMT 2024","Fri Sep 13 09:00:20 GMT 2024","1","Waku Store, cursor","","","","","Reusing cursor across nodes","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Chinese and publish message","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no payload is not received","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to false","" +"passed","Fri Sep 13 09:04:56 GMT 2024","Fri Sep 13 09:04:56 GMT 2024","0","Waku Message version 0","","","","","Meta field set when metaSetter is specified","" +"passed","Fri Sep 13 09:15:56 GMT 2024","Fri Sep 13 09:15:56 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" +"passed","Fri Sep 13 09:06:15 GMT 2024","Fri Sep 13 09:06:15 GMT 2024","1","Public methods","","","","","listenerCount","" +"passed","Fri Sep 13 09:13:08 GMT 2024","Fri Sep 13 09:13:08 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","Relay Shard codec","","","","","should handle a minimal index list","" +"passed","Fri Sep 13 09:15:03 GMT 2024","Fri Sep 13 09:15:03 GMT 2024","1","Waku Store, general","","","","","Query generator for 2000 messages","" +"passed","Fri Sep 13 09:11:13 GMT 2024","Fri Sep 13 09:11:13 GMT 2024","0","nwaku","","","","","Correctly serialized arguments","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","3","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1726214983850","" +"passed","Fri Sep 13 09:14:22 GMT 2024","Fri Sep 13 09:14:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with numeric payload","" +"passed","Fri Sep 13 09:05:35 GMT 2024","Fri Sep 13 09:05:35 GMT 2024","1","Events","waku:connection","","","","should emit events and trasition isConnected state when has peers or no peers","" +"passed","Fri Sep 13 09:05:44 GMT 2024","Fri Sep 13 09:05:44 GMT 2024","1","ENR Interop: ServiceNode","","","","","Relay","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Basic HTML tag","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","ensureShardingConfigured","","","","","handles empty contentTopics array correctly","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" +"passed","Fri Sep 13 09:11:09 GMT 2024","Fri Sep 13 09:11:09 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","" +"passed","Fri Sep 13 09:15:03 GMT 2024","Fri Sep 13 09:15:03 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Fri Sep 13 09:04:56 GMT 2024","Fri Sep 13 09:04:56 GMT 2024","0","filterPeersByDiscovery function","","","","","should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /0/toychat/2/huilong/proto to shard index 3","" +"passed","Fri Sep 13 09:07:27 GMT 2024","Fri Sep 13 09:07:27 GMT 2024","2","Waku Filter: Peer Management: E2E","","","","","Number of peers are maintained correctly","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","20","Waku Light Push: Single Node","","","","","Throws when trying to push message with empty payload","" +"passed","Fri Sep 13 09:14:11 GMT 2024","Fri Sep 13 09:14:11 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 0 index when there are 20 messages","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","1","ENR","Txt codec","","","","should decode valid enr with tcp successfully","" +"passed","Fri Sep 13 09:14:46 GMT 2024","Fri Sep 13 09:14:46 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, Wrong PubsubTopic","" +"passed","Fri Sep 13 09:05:02 GMT 2024","Fri Sep 13 09:05:02 GMT 2024","0","Discovery","","","","","returns all values when wanted number is greater than available values","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receives messages on 20 topics","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should extract SingleShardInfo from a valid PubsubTopic","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/-/1","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1726222151739","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups multiple content topics into the same pubsub topic when they share the same shard index","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with invalid timestamp is not received","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","" +"skipped","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","1","Waku Relay, Subscribe","","","","","Overlapping topic subscription","" +"passed","Fri Sep 13 09:04:45 GMT 2024","Fri Sep 13 09:04:45 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (meta size of 12 bytes)","" +"passed","Fri Sep 13 09:11:09 GMT 2024","Fri Sep 13 09:11:09 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","" +"skipped","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after jswaku node is restarted","" +"passed","Fri Sep 13 09:07:35 GMT 2024","Fri Sep 13 09:07:35 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","" +"passed","Fri Sep 13 09:06:37 GMT 2024","Fri Sep 13 09:06:37 GMT 2024","1","Waku Filter V2: Ping","","","","","Ping on subscribed peer","" +"passed","Fri Sep 13 09:14:03 GMT 2024","Fri Sep 13 09:14:03 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 2 - Cluster ID: 10, Content Topic: /app87/8/topic658/proto","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","10","Waku Light Push: Single Node","","","","","Push message with numeric payload","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicToShardIndex","","","","","topics with same application and version share the same shard","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicsByPubsubTopic","","","","","throws an error for improperly formatted content topics","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to true","" +"passed","Fri Sep 13 09:09:23 GMT 2024","Fri Sep 13 09:09:23 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Fri Sep 13 09:09:57 GMT 2024","Fri Sep 13 09:09:57 GMT 2024","1","Waku Light Push: Peer Management: E2E","","","","","Failed peers are renewed","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing emoji","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1726218334519000000 ","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","determinePubsubTopic","","","","","should process correctly when SingleShardInfo has no clusterId but has a shard","" +"passed","Fri Sep 13 09:11:09 GMT 2024","Fri Sep 13 09:11:09 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Fri Sep 13 09:09:43 GMT 2024","Fri Sep 13 09:09:43 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 2 connections","" +"skipped","Fri Sep 13 09:05:45 GMT 2024","Fri Sep 13 09:05:45 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with non string payload is not received","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Russian payload","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","determinePubsubTopic","","","","","should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing long","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","" +"passed","Fri Sep 13 09:11:09 GMT 2024","Fri Sep 13 09:11:09 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","4","Waku Light Push: Single Node","","","","","Push message with content topic containing Chinese","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp6","" +"passed","Fri Sep 13 09:15:17 GMT 2024","Fri Sep 13 09:15:17 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","Does not throw an exception when node disconnects","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Arabic and publish message","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only STORE set to true","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","" +"passed","Fri Sep 13 09:07:35 GMT 2024","Fri Sep 13 09:07:35 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Fri Sep 13 09:06:52 GMT 2024","Fri Sep 13 09:06:52 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on subscribed peer","" +"passed","Fri Sep 13 09:15:14 GMT 2024","Fri Sep 13 09:15:14 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no pubsub topic is not received","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing short","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicToPubsubTopic","","","","","should use the provided clusterId for the pubsub topic","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing shell command","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Russian","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Arabic","" +"passed","Fri Sep 13 09:14:22 GMT 2024","Fri Sep 13 09:14:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Basic HTML tag payload","" +"passed","Fri Sep 13 09:15:09 GMT 2024","Fri Sep 13 09:15:09 GMT 2024","1","Waku Store, page size","","","","","Passing page size 0 when there are 110 messages","" +"passed","Fri Sep 13 09:05:45 GMT 2024","Fri Sep 13 09:05:45 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start and stop the service","" +"passed","Fri Sep 13 09:06:50 GMT 2024","Fri Sep 13 09:06:50 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on autosharded pubsubtopic","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing unicode special characters","" +"passed","Fri Sep 13 09:13:13 GMT 2024","Fri Sep 13 09:13:13 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start and stop the service","" +"passed","Fri Sep 13 09:14:22 GMT 2024","Fri Sep 13 09:14:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with special chars payload","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with emoji payload","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Arabic","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","1","ENR","Txt codec","","","","should throw error - no public key","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages from multiple nwaku nodes","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing numeric","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1695460151739","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with RELAY and FILTER protocols set to true","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Arabic","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Fri Sep 13 09:04:56 GMT 2024","Fri Sep 13 09:04:56 GMT 2024","0","Waku Message version 0","","","","","Ephemeral field set to true","" +"passed","Fri Sep 13 09:05:35 GMT 2024","Fri Sep 13 09:05:35 GMT 2024","6","Events","peer:discovery","","","","should emit `peer:discovery:bootstrap` event when a peer is discovered","" +"passed","Fri Sep 13 09:10:51 GMT 2024","Fri Sep 13 09:10:51 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Fri Sep 13 09:07:27 GMT 2024","Fri Sep 13 09:07:27 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Ping fails for unsubscribed peers","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","1","Static Sharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing XML","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","3","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message bigger that 1MB","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no content topic is not received","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","2","Waku Light Push: Single Node","","","","","Push message with unicode special characters payload","" +"passed","Fri Sep 13 09:14:03 GMT 2024","Fri Sep 13 09:14:03 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 9 - Cluster ID: 10, Content Topic: /app57/5/topic252/json","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","shardInfoToPubsubTopics","","","","","should convert content topics to PubsubTopics for autosharding","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing JSON","" +"passed","Fri Sep 13 09:13:08 GMT 2024","Fri Sep 13 09:13:08 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Fri Sep 13 09:14:03 GMT 2024","Fri Sep 13 09:14:03 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 5 - Cluster ID: 10, Content Topic: /app33/6/topic731/utf8","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Fri Sep 13 09:09:43 GMT 2024","Fri Sep 13 09:09:43 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","LightPush with 0 connections","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty encoding field","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing SQL Injection","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","" +"skipped","Fri Sep 13 09:12:57 GMT 2024","Fri Sep 13 09:12:57 GMT 2024","0","Peer Exchange","","","","","new peer added after a peer was already found","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1726218335042 ","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with invalid timestamp is not received","" +"passed","Fri Sep 13 09:10:51 GMT 2024","Fri Sep 13 09:10:51 GMT 2024","1","Waku Light Push : Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing escaped characters","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with rate limit","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","13","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing numeric","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","1","Multiaddr from fields","","","","","tcp ip4 address","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry is malformed","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing shell command","" +"passed","Fri Sep 13 09:14:11 GMT 2024","Fri Sep 13 09:14:11 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 110 index when there are 120 messages","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 4 - Cluster ID: 886, Shard ID: 997","" +"passed","Fri Sep 13 09:06:50 GMT 2024","Fri Sep 13 09:06:50 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"passed","Fri Sep 13 09:09:57 GMT 2024","Fri Sep 13 09:09:57 GMT 2024","0","Waku Light Push: Peer Management: E2E","","","","","Number of peers are maintained correctly","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","1","Waku Relay, Subscribe","","","","","Register correct protocols","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","Relay Shard codec","","","","","should throw an error for insufficient data","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with all protocols disabled","" +"passed","Fri Sep 13 09:06:50 GMT 2024","Fri Sep 13 09:06:50 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" +"passed","Fri Sep 13 09:06:50 GMT 2024","Fri Sep 13 09:06:50 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Fri Sep 13 09:14:03 GMT 2024","Fri Sep 13 09:14:03 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Wrong topic","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receives messages on 20 topics","" +"passed","Fri Sep 13 09:05:45 GMT 2024","Fri Sep 13 09:05:45 GMT 2024","2","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to stop the service if it was not started","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Russian","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1695460183850","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","shardInfoToPubsubTopics","","","","","should return unique PubsubTopics for static sharding","" +"skipped","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Peer Exchange Query","","","","","more peers than existing","" +"passed","Fri Sep 13 09:15:02 GMT 2024","Fri Sep 13 09:15:02 GMT 2024","2","Waku Store, general","","","","","Query generator for multiple messages","" +"passed","Fri Sep 13 09:13:08 GMT 2024","Fri Sep 13 09:13:08 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","ensureValidContentTopic","","","","","does not throw on valid cases","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via waku relay post","" +"passed","Fri Sep 13 09:09:43 GMT 2024","Fri Sep 13 09:09:43 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 1 connections","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","0","DNS Node Discovery","","","","","it tolerates circular branch references","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","configure the node with multiple pubsub topics","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing JSON","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","Verify","","","","should throw error - no id","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","Txt codec","","","","should throw error - no id","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1726218335042000000 ","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe at once to 10000 topics and publish messages","" +"passed","Fri Sep 13 09:06:22 GMT 2024","Fri Sep 13 09:06:22 GMT 2024","1","Connection state","","","","","isConnected should return false after all peers disconnect","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","2","Waku Light Push: Single Node","","","","","Push message with Chinese payload","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","3","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing escaped characters","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing XML","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 fetches","" +"passed","Fri Sep 13 09:05:44 GMT 2024","Fri Sep 13 09:05:44 GMT 2024","0","ENR Interop: ServiceNode","","","","","Relay + Store","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with JSON payload","" +"passed","Fri Sep 13 09:12:48 GMT 2024","Fri Sep 13 09:12:48 GMT 2024","1","Waku Relay","","","","","Delete observer","" +"passed","Fri Sep 13 09:14:45 GMT 2024","Fri Sep 13 09:14:45 GMT 2024","0","Waku Store, order","","","","","Promise Callback - false","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty application field","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no payload is not received","" +"passed","Fri Sep 13 09:15:09 GMT 2024","Fri Sep 13 09:15:09 GMT 2024","0","Waku Store, page size","","","","","Default pageSize","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (2) when cannot fulfill all requirements","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","6","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing short and receive message","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","2","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes don't connect","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","" +"passed","Fri Sep 13 09:07:27 GMT 2024","Fri Sep 13 09:07:27 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Renews peer on consistent missed messages","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing short and receive message","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","" +"passed","Fri Sep 13 09:13:08 GMT 2024","Fri Sep 13 09:13:08 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty version field","" +"passed","Fri Sep 13 09:11:29 GMT 2024","Fri Sep 13 09:11:29 GMT 2024","1","Metadata Protocol","connections","","","","same cluster, different shard: nodes connect","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /0/statusim/1/community/cbor to shard index 4","" +"passed","Fri Sep 13 09:05:46 GMT 2024","Fri Sep 13 09:05:46 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - encoder v0","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only FILTER enabled","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 9 - Cluster ID: 810, Shard ID: 32","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing special chars","" +"passed","Fri Sep 13 09:15:17 GMT 2024","Fri Sep 13 09:15:17 GMT 2024","1","User Agent","","","","","Sets default value correctly","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing emoji","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR multiaddrs codec","","","","","Sample","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Arabic","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing shell command and receive message","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 6 - Cluster ID: 895, Shard ID: 920","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Fri Sep 13 09:07:27 GMT 2024","Fri Sep 13 09:07:27 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Ping succeeds for all connected peers","" +"passed","Fri Sep 13 09:05:08 GMT 2024","Fri Sep 13 09:05:08 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start the service","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing unicode special characters","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","" +"passed","Fri Sep 13 09:15:26 GMT 2024","Fri Sep 13 09:15:26 GMT 2024","0","Wait for remote peer","","","","","Store - dialed after - with timeout","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","Multiaddr from fields","","","","","udp ip6 address","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message equal or less that 1MB","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp","" +"passed","Fri Sep 13 09:15:03 GMT 2024","Fri Sep 13 09:15:03 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Fri Sep 13 09:14:58 GMT 2024","Fri Sep 13 09:14:58 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is false","" +"passed","Fri Sep 13 09:14:46 GMT 2024","Fri Sep 13 09:14:46 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No Decoder","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing short and receive message","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message on other pubsub topic is not received","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Throws when trying to push message with empty payload","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Script and receive message","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing unicode special characters","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/\/1","" +"passed","Fri Sep 13 09:13:13 GMT 2024","Fri Sep 13 09:13:13 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","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","" +"passed","Fri Sep 13 09:15:09 GMT 2024","Fri Sep 13 09:15:09 GMT 2024","0","Waku Store, page size","","","","","Passing page size 110 when there are 120 messages","" +"passed","Fri Sep 13 09:11:29 GMT 2024","Fri Sep 13 09:11:29 GMT 2024","0","Peer Exchange Continuous Discovery","","","","","Should update shard info","" +"passed","Fri Sep 13 09:06:15 GMT 2024","Fri Sep 13 09:06:15 GMT 2024","0","Public methods","","","","","removeEventListener with wrong event","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","determinePubsubTopic","","","","","should return a calculated topic if SingleShardInfo is provided","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing long and publish message","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Chinese","" +"passed","Fri Sep 13 09:11:29 GMT 2024","Fri Sep 13 09:11:29 GMT 2024","0","Peer Exchange Continuous Discovery","","","","","Should update multiaddrs","" +"passed","Fri Sep 13 09:15:02 GMT 2024","Fri Sep 13 09:15:02 GMT 2024","1","Waku Store, general","","","","","Callback on promise, aborts when callback returns true","" +"passed","Fri Sep 13 09:15:17 GMT 2024","Fri Sep 13 09:15:17 GMT 2024","1","Waku Dial [node only]","Interop: ServiceNode","","","","connects to nwaku","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing XML and receive message","" +"passed","Fri Sep 13 09:05:14 GMT 2024","Fri Sep 13 09:05:14 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Fri Sep 13 09:05:46 GMT 2024","Fri Sep 13 09:05:46 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - asymmetric encryption","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/\","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicToPubsubTopic","","","","","should map different content topics to different pubsub topics based on shard index","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with only FILTER set to true","" +"passed","Fri Sep 13 09:07:27 GMT 2024","Fri Sep 13 09:07:27 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Renews peer on consistent ping failures","" +"passed","Fri Sep 13 09:06:52 GMT 2024","Fri Sep 13 09:06:52 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Reopen subscription with peer with lost subscription","" +"passed","Fri Sep 13 09:07:35 GMT 2024","Fri Sep 13 09:07:35 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","shardInfoToPubsubTopics","","","","","should return empty list for no shard","" +"passed","Fri Sep 13 09:05:19 GMT 2024","Fri Sep 13 09:05:19 GMT 2024","1","Message Validator","","","","","Accepts a valid Waku Message","" +"passed","Fri Sep 13 09:05:02 GMT 2024","Fri Sep 13 09:05:02 GMT 2024","1","Discovery","","","","","returns all values when wanted number matches available values","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Arabic","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","7","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive 2 messages on the same topic","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","" +"passed","Fri Sep 13 09:06:37 GMT 2024","Fri Sep 13 09:06:37 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on peer without subscriptions","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","7","Waku Light Push: Single Node","","","","","Push message with content topic containing Script","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic for different network shard sizes","" +"passed","Fri Sep 13 09:14:22 GMT 2024","Fri Sep 13 09:14:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with short payload","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/29/sometopic/someencoding to shard index 6","" +"passed","Fri Sep 13 09:14:22 GMT 2024","Fri Sep 13 09:14:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Arabic payload","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Basic HTML tag","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","3","Waku Light Push: Single Node","","","","","Push message with content topic containing shell command","" +"passed","Fri Sep 13 09:05:45 GMT 2024","Fri Sep 13 09:05:45 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should emit a peer event after start","" +"passed","Fri Sep 13 09:15:02 GMT 2024","Fri Sep 13 09:15:02 GMT 2024","1","Waku Store, general","","","","","Callback on promise","" +"passed","Fri Sep 13 09:11:09 GMT 2024","Fri Sep 13 09:11:09 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","" +"passed","Fri Sep 13 09:15:14 GMT 2024","Fri Sep 13 09:15:14 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing short","" +"passed","Fri Sep 13 09:15:14 GMT 2024","Fri Sep 13 09:15:14 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","" +"passed","Fri Sep 13 09:05:08 GMT 2024","Fri Sep 13 09:05:08 GMT 2024","1","Local Storage Discovery","Unit Tests","","","","should add and remove event listeners correctly","" +"passed","Fri Sep 13 09:06:22 GMT 2024","Fri Sep 13 09:06:22 GMT 2024","2","Connection state","","","","","should emit `waku:offline` event only when all peers disconnect","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing SQL Injection and receive message","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","1","ENR","Static tests","","","","should encode/decode to text encoding","" +"passed","Fri Sep 13 09:14:22 GMT 2024","Fri Sep 13 09:14:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with SQL Injection payload","" +"passed","Fri Sep 13 09:11:09 GMT 2024","Fri Sep 13 09:11:09 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","" +"passed","Fri Sep 13 09:14:03 GMT 2024","Fri Sep 13 09:14:03 GMT 2024","1","Autosharding: Running Nodes","Others","","","","configure the node with multiple content topics","" +"passed","Fri Sep 13 09:14:03 GMT 2024","Fri Sep 13 09:14:03 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Non TWN Cluster","" +"passed","Fri Sep 13 09:14:22 GMT 2024","Fri Sep 13 09:14:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Russian payload","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with non-number generation field","" +"passed","Fri Sep 13 09:04:56 GMT 2024","Fri Sep 13 09:04:56 GMT 2024","1","filterPeersByDiscovery function","","","","","should return only bootstrap peers up to maxBootstrapPeers","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Fri Sep 13 09:09:43 GMT 2024","Fri Sep 13 09:09:43 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 0 connections","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish message","" +"skipped","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Peer Exchange Query","","","","","non connected peers","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","0","DNS Node Discovery","","","","","recovers when dns.resolve returns empty","" +"passed","Fri Sep 13 09:09:23 GMT 2024","Fri Sep 13 09:09:23 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Fri Sep 13 09:05:42 GMT 2024","Fri Sep 13 09:05:42 GMT 2024","0","Dials","dialPeer method","For bootstrap peers","","","should be called for bootstrap peers","" +"passed","Fri Sep 13 09:06:50 GMT 2024","Fri Sep 13 09:06:50 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","3","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Overlapping topic subscription","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only STORE set to true","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Script","" +"passed","Fri Sep 13 09:13:13 GMT 2024","Fri Sep 13 09:13:13 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing XML","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message equal or less that 1MB","" +"passed","Fri Sep 13 09:04:56 GMT 2024","Fri Sep 13 09:04:56 GMT 2024","1","filterPeersByDiscovery function","","","","","should return all peers when numPeers is 0","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Overlapping topic subscription","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing JSON","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/y","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Script payload","" +"passed","Fri Sep 13 09:15:17 GMT 2024","Fri Sep 13 09:15:17 GMT 2024","0","Decryption Keys","","","","","Used by Waku Relay","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","0","Waku Relay, Subscribe","","","","","Publish without waiting for remote peer","" +"passed","Fri Sep 13 09:06:22 GMT 2024","Fri Sep 13 09:06:22 GMT 2024","1","Connection state","","","","","isConnected return false after peer stops","" +"passed","Fri Sep 13 09:06:52 GMT 2024","Fri Sep 13 09:06:52 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on unsubscribed peer","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Russian","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only LIGHTPUSH set to true","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive 2 messages on the same topic","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","3","Waku Light Push: Single Node","","","","","Push message with content topic containing numeric","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Fri Sep 13 09:14:22 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","4","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with JSON payload","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (3) when branch entries are composed of multiple strings","" +"passed","Fri Sep 13 09:14:45 GMT 2024","Fri Sep 13 09:14:45 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - false","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","determinePubsubTopic","","","","","should return the pubsub topic directly if a string is provided","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /waku/2/content/test.js to shard index 1","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes connect (autosharding)","" +"passed","Fri Sep 13 09:14:22 GMT 2024","Fri Sep 13 09:14:22 GMT 2024","4","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with long payload","" +"passed","Fri Sep 13 09:05:42 GMT 2024","Fri Sep 13 09:05:42 GMT 2024","0","Dials","attemptDial method","","","","should be called at least once on all `peer:discovery` events","" +"passed","Fri Sep 13 09:11:09 GMT 2024","Fri Sep 13 09:11:09 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","" +"passed","Fri Sep 13 09:14:03 GMT 2024","Fri Sep 13 09:14:03 GMT 2024","2","Autosharding: Running Nodes","Others","","","","start node with empty content topic","" +"passed","Fri Sep 13 09:05:14 GMT 2024","Fri Sep 13 09:05:14 GMT 2024","0","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, signature]","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message with large meta","" +"passed","Fri Sep 13 09:15:09 GMT 2024","Fri Sep 13 09:15:09 GMT 2024","0","Waku Store, page size","","","","","Passing page size 10 when there are 10 messages","" +"passed","Fri Sep 13 09:05:35 GMT 2024","Fri Sep 13 09:05:35 GMT 2024","0","Events","peer:discovery","","","","should emit `peer:discovery:peer-exchange` event when a peer is discovered","" +"passed","Fri Sep 13 09:06:15 GMT 2024","Fri Sep 13 09:06:15 GMT 2024","0","Public methods","","","","","stop","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should throw an error for an unconfigured topic","" +"passed","Fri Sep 13 09:06:50 GMT 2024","Fri Sep 13 09:06:50 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"passed","Fri Sep 13 09:13:08 GMT 2024","Fri Sep 13 09:13:08 GMT 2024","1","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/1 topic","" +"passed","Fri Sep 13 09:11:29 GMT 2024","Fri Sep 13 09:11:29 GMT 2024","1","Metadata Protocol","","","","","PeerStore has remote peer's shard info after successful connection","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only RELAY set to true","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","Verify","","","","should throw error - no public key","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with SQL Injection payload","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","2","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Fri Sep 13 09:04:55 GMT 2024","Fri Sep 13 09:04:55 GMT 2024","2","to proto message","","","","","Fields are not dropped","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing escaped characters","" +"passed","Fri Sep 13 09:11:29 GMT 2024","Fri Sep 13 09:11:29 GMT 2024","1","Metadata Protocol","connections","","","","different cluster, same shard: nodes don't connect","" +"passed","Fri Sep 13 09:14:45 GMT 2024","Fri Sep 13 09:14:45 GMT 2024","0","Waku Store, order","","","","","Query Generator - true","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Arabic","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Russian and publish message","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry signature is invalid","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with non string payload is not received","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with emoji payload","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","1","DNS Node Discovery","","","","","retrieves a single peer","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","2","ENR waku2 codec","Encoding","","","","should be able to encode the field with only RELAY set to true","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing numeric","" +"passed","Fri Sep 13 09:11:29 GMT 2024","Fri Sep 13 09:11:29 GMT 2024","2","Metadata Protocol","connections","","","","different cluster, different shard: nodes don't connect","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with rate limit","" +"passed","Fri Sep 13 09:10:51 GMT 2024","Fri Sep 13 09:10:51 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rsv format (Bit Vector)","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Basic HTML tag","" +"passed","Fri Sep 13 09:15:03 GMT 2024","Fri Sep 13 09:15:03 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay and store capability","" +"passed","Fri Sep 13 09:14:45 GMT 2024","Fri Sep 13 09:14:45 GMT 2024","0","Waku Store, order","","","","","Promise Callback - true","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Script and receive message","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","2","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Script and receive message","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","3","Waku Relay, Subscribe","","","","","Subscribe to topic containing escaped characters and publish message","" +"passed","Fri Sep 13 09:06:50 GMT 2024","Fri Sep 13 09:06:50 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"skipped","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after jswaku node is restarted","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with RELAY and FILTER protocols set to true","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Basic HTML tag","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message bigger that 1MB","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 6","" +"passed","Fri Sep 13 09:05:15 GMT 2024","Fri Sep 13 09:05:15 GMT 2024","0","Waku Encryption","","","","","Symmetric encrypt & Decrypt","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 fetch","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push 30 different messages","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /myapp/1/latest/proto to shard index 0","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /incorrect/format","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receives messages on 20 topics","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing JSON","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with wrong content topic","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Overlapping topic subscription","" +"passed","Fri Sep 13 09:14:46 GMT 2024","Fri Sep 13 09:14:46 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, No message returned","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect (autosharding)","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Fri Sep 13 09:06:52 GMT 2024","Fri Sep 13 09:06:52 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on peer without subscriptions","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing shell command and publish message","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","singleShardInfoToPubsubTopic","","","","","should convert a SingleShardInfo object to the correct PubsubTopic","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect (autosharding)","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","Txt codec","","","","should encodeTxt and decodeTxt","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","1","DNS Node Discovery","","","","","ignores unrecognized TXT record formats","" +"passed","Fri Sep 13 09:15:02 GMT 2024","Fri Sep 13 09:15:02 GMT 2024","2","Waku Store, general","","","","","Query generator for multiple messages with different message text format","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 10 - Cluster ID: 854, Shard ID: 399","" +"passed","Fri Sep 13 09:10:51 GMT 2024","Fri Sep 13 09:10:51 GMT 2024","1","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing special chars","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","2","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing special chars","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","" +"passed","Fri Sep 13 09:15:03 GMT 2024","Fri Sep 13 09:15:03 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing shell command","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing SQL Injection","" +"passed","Fri Sep 13 09:14:11 GMT 2024","Fri Sep 13 09:14:11 GMT 2024","0","Waku Store, cursor","","","","","Passing cursor with wrong pubsubTopic","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/!","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message with empty content topic","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","0","ENRTree","","","","","ENRTree (branch): should parse and verify a single component DNS branch entry","" +"passed","Fri Sep 13 09:06:37 GMT 2024","Fri Sep 13 09:06:37 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on unsubscribed peer","" +"passed","Fri Sep 13 09:05:15 GMT 2024","Fri Sep 13 09:05:15 GMT 2024","1","Waku Encryption","","","","","Asymmetric encrypt & decrypt","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message on other pubsub topic is not received","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Renews subscription after lossing a connection","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with large meta","" +"passed","Fri Sep 13 09:12:57 GMT 2024","Fri Sep 13 09:12:57 GMT 2024","0","Peer Exchange","","","","","getPeersByDiscovery","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message on other pubsub topic is not received","" +"passed","Fri Sep 13 09:14:03 GMT 2024","Fri Sep 13 09:14:03 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 8 - Cluster ID: 10, Content Topic: /app46/6/topic476/proto","" +"skipped","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after service node is restarted","" +"passed","Fri Sep 13 09:05:44 GMT 2024","Fri Sep 13 09:05:44 GMT 2024","1","ENR Interop: ServiceNode","","","","","All","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Chinese","" +"passed","Fri Sep 13 09:09:23 GMT 2024","Fri Sep 13 09:09:23 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with store capability","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Script","" +"passed","Fri Sep 13 09:11:09 GMT 2024","Fri Sep 13 09:11:09 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","" +"passed","Fri Sep 13 09:06:52 GMT 2024","Fri Sep 13 09:06:52 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Reopen subscription with peer with lost subscription","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/y/1","" +"passed","Fri Sep 13 09:10:51 GMT 2024","Fri Sep 13 09:10:51 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing special chars","" +"passed","Fri Sep 13 09:14:46 GMT 2024","Fri Sep 13 09:14:46 GMT 2024","3","Waku Store, error handling","","","","","Query Generator, Wrong PubsubTopic","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay capability","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing long","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Fri Sep 13 09:12:57 GMT 2024","Fri Sep 13 09:12:57 GMT 2024","0","Peer Exchange","","","","","peerDiscovery without wakuPeerExchangeDiscovery","" +"passed","Fri Sep 13 09:04:45 GMT 2024","Fri Sep 13 09:04:45 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (no timestamp)","" +"passed","Fri Sep 13 09:09:43 GMT 2024","Fri Sep 13 09:09:43 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","LightPush with 2 connections","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 101 topics (new limit)","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Arabic payload","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups content topics by expected pubsub topic","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no content topic is not received","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing long","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","1","Waku Light Push: Single Node","","","","","Push 30 different messages","" +"passed","Fri Sep 13 09:14:03 GMT 2024","Fri Sep 13 09:14:03 GMT 2024","0","Autosharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","" +"passed","Fri Sep 13 09:13:08 GMT 2024","Fri Sep 13 09:13:08 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Fri Sep 13 09:09:43 GMT 2024","Fri Sep 13 09:09:43 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 3 connections","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","1","DNS Node Discovery","","","","","ignores domain fetching errors","" +"passed","Fri Sep 13 09:14:46 GMT 2024","Fri Sep 13 09:14:46 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, No Decoder","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Fri Sep 13 2024 10:12:58 GMT+0000 (Coordinated Universal Time)","" +"passed","Fri Sep 13 09:15:14 GMT 2024","Fri Sep 13 09:15:14 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: 40000 ms from now","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","1","ENR","Multiaddr getters and setters","","","","should get / set TCP multiaddr","" +"passed","Fri Sep 13 09:13:11 GMT 2024","Fri Sep 13 09:13:11 GMT 2024","0","Waku Relay, Interop","","","","","Js publishes, other Js receives","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via lightPush","" +"passed","Fri Sep 13 09:15:10 GMT 2024","Fri Sep 13 09:15:10 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","handles multiple messages","" +"passed","Fri Sep 13 09:05:08 GMT 2024","Fri Sep 13 09:05:08 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not fail to start the service if it is already started","" +"passed","Fri Sep 13 09:11:29 GMT 2024","Fri Sep 13 09:11:29 GMT 2024","1","Metadata Protocol","connections","","","","same cluster, same shard: nodes connect","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr successfully","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty topic name field","" +"passed","Fri Sep 13 09:14:22 GMT 2024","Fri Sep 13 09:14:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Script payload","" +"passed","Fri Sep 13 09:06:37 GMT 2024","Fri Sep 13 09:06:37 GMT 2024","0","Waku Filter V2: Ping","","","","","Reopen subscription with peer with lost subscription","" +"passed","Fri Sep 13 09:15:10 GMT 2024","Fri Sep 13 09:15:10 GMT 2024","1","Util: toAsyncIterator: Filter","","","","","creates an iterator","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only FILTER set to true","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/$/1","" +"passed","Fri Sep 13 09:14:11 GMT 2024","Fri Sep 13 09:14:11 GMT 2024","1","Waku Store, cursor","","","","","Passing invalid cursor","" +"passed","Fri Sep 13 09:14:11 GMT 2024","Fri Sep 13 09:14:11 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 2 index when there are 4 messages","" +"passed","Fri Sep 13 09:06:15 GMT 2024","Fri Sep 13 09:06:15 GMT 2024","1","Public methods","","","","","addEventListener with correct event","" +"passed","Fri Sep 13 09:05:14 GMT 2024","Fri Sep 13 09:05:14 GMT 2024","1","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, no signature]","" +"passed","Fri Sep 13 09:14:22 GMT 2024","Fri Sep 13 09:14:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Chinese payload","" +"passed","Fri Sep 13 09:15:03 GMT 2024","Fri Sep 13 09:15:03 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Fri Sep 13 09:05:08 GMT 2024","Fri Sep 13 09:05:08 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","" +"passed","Fri Sep 13 09:15:02 GMT 2024","Fri Sep 13 09:15:02 GMT 2024","10","Waku Store, general","","","","","Query generator for multiple messages with different content topic format","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing SQL Injection","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 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","Fri Sep 13 09:15:26 GMT 2024","Fri Sep 13 09:15:26 GMT 2024","0","Wait for remote peer","","","","","Light Node - default protocols","" +"passed","Fri Sep 13 09:15:26 GMT 2024","Fri Sep 13 09:15:26 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed after","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should not throw an error for a single configured topic","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","singleShardInfosToShardInfo","","","","","should throw an error for empty SingleShardInfos array","" +"passed","Fri Sep 13 09:04:42 GMT 2024","Fri Sep 13 09:04:42 GMT 2024","0","pushOrInitMapSet","","","","","Push to array if already present","" +"passed","Fri Sep 13 09:07:35 GMT 2024","Fri Sep 13 09:07:35 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 relays, 2 fetches","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is mis-prefixed","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1726218335042000000 ","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing SQL Injection and publish message","" +"passed","Fri Sep 13 09:15:14 GMT 2024","Fri Sep 13 09:15:14 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 Filter, gives up","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with rate limit","" +"passed","Fri Sep 13 09:15:56 GMT 2024","Fri Sep 13 09:15:56 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" +"passed","Fri Sep 13 09:07:27 GMT 2024","Fri Sep 13 09:07:27 GMT 2024","2","Waku Filter: Peer Management: E2E","","","","","Maintains correct number of peers after multiple subscribe/unsubscribe cycles","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing short","" +"passed","Fri Sep 13 09:14:03 GMT 2024","Fri Sep 13 09:14:03 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Cluster ID 0 - Default/Global Cluster","" +"passed","Fri Sep 13 09:05:14 GMT 2024","Fri Sep 13 09:05:14 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","5","contentTopicToShardIndex","","","","","should correctly map /toychat/2/huilong/proto to shard index 3","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","4","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Fri Sep 13 09:14:11 GMT 2024","Fri Sep 13 09:14:11 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 10 index when there are 40 messages","" +"passed","Fri Sep 13 09:05:35 GMT 2024","Fri Sep 13 09:05:35 GMT 2024","0","Events","peer:connect","","","","should emit `peer:connected:peer-exchange` event when a peer is connected","" +"passed","Fri Sep 13 09:06:50 GMT 2024","Fri Sep 13 09:06:50 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Fri Sep 13 09:14:03 GMT 2024","Fri Sep 13 09:14:03 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 10 - Cluster ID: 10, Content Topic: /app90/4/topic376/test.js","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via waku relay post","" +"passed","Fri Sep 13 09:09:43 GMT 2024","Fri Sep 13 09:09:43 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","LightPush with 1 connections","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","2","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing SQL Injection and receive message","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1726214951739","" +"passed","Fri Sep 13 09:11:09 GMT 2024","Fri Sep 13 09:11:09 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 5 - Cluster ID: 328, Shard ID: 996","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Fri Sep 13 09:10:51 GMT 2024","Fri Sep 13 09:10:51 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing shell command","" +"passed","Fri Sep 13 09:15:26 GMT 2024","Fri Sep 13 09:15:26 GMT 2024","1","Wait for remote peer","","","","","Filter","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with meta","" +"passed","Fri Sep 13 09:10:51 GMT 2024","Fri Sep 13 09:10:51 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Fri Sep 13 09:05:08 GMT 2024","Fri Sep 13 09:05:08 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start and stop the service","" +"passed","Fri Sep 13 09:15:56 GMT 2024","Fri Sep 13 09:15:56 GMT 2024","1","Autosharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via lightPush","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","15","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with size larger than 1 MB","" +"passed","Fri Sep 13 09:14:11 GMT 2024","Fri Sep 13 09:14:11 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 50 messages","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","2","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing short","" +"passed","Fri Sep 13 09:11:13 GMT 2024","Fri Sep 13 09:11:13 GMT 2024","1","multiaddr: dialing","","","","","can dial TLS multiaddrs","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","singleShardInfosToShardInfo","","","","","should aggregate SingleShardInfos into a ShardInfo","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Refresh subscription","" +"passed","Fri Sep 13 09:13:13 GMT 2024","Fri Sep 13 09:13:13 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should emit a peer event after start","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp4","" +"passed","Fri Sep 13 09:05:46 GMT 2024","Fri Sep 13 09:05:46 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral messages are not stored","" +"passed","Fri Sep 13 09:05:15 GMT 2024","Fri Sep 13 09:05:15 GMT 2024","1","Waku Encryption","","","","","Sign & Recover","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","2","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing unicode special characters and receive message","" +"passed","Fri Sep 13 09:05:16 GMT 2024","Fri Sep 13 09:05:16 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Fri Sep 13 09:05:42 GMT 2024","Fri Sep 13 09:05:42 GMT 2024","0","Dials","dialPeer method","For peer-exchange peers","","","should be called for every peer with PEER_EXCHANGE tags","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing unicode special characters","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","start node with empty shard should fail","" +"passed","Fri Sep 13 09:09:23 GMT 2024","Fri Sep 13 09:09:23 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Fri Sep 13 09:05:46 GMT 2024","Fri Sep 13 09:05:46 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - symmetric encryption","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","5","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing XML","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing SQL Injection","" +"passed","Fri Sep 13 09:14:58 GMT 2024","Fri Sep 13 09:14:58 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is false","" +"passed","Fri Sep 13 09:05:45 GMT 2024","Fri Sep 13 09:05:45 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event before start","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with escaped characters payload","" +"passed","Fri Sep 13 09:05:08 GMT 2024","Fri Sep 13 09:05:08 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should update peers in local storage on 'peer:identify' event","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Basic HTML tag payload","" +"passed","Fri Sep 13 09:05:16 GMT 2024","Fri Sep 13 09:05:16 GMT 2024","1","Ecies Encryption","","","","","Check meta is set [ecies]","" +"passed","Fri Sep 13 09:14:45 GMT 2024","Fri Sep 13 09:14:45 GMT 2024","1","Waku Store, order","","","","","Ordered Callback - true","" +"passed","Fri Sep 13 09:15:03 GMT 2024","Fri Sep 13 09:15:03 GMT 2024","3","Waku Store, general","","","","","Ordered callback, aborts when callback returns true","" +"passed","Fri Sep 13 09:09:23 GMT 2024","Fri Sep 13 09:09:23 GMT 2024","2","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Fri Sep 13 09:06:52 GMT 2024","Fri Sep 13 09:06:52 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on subscribed peer","" +"passed","Fri Sep 13 09:11:13 GMT 2024","Fri Sep 13 09:11:13 GMT 2024","0","multiaddr: dialing","does not attempt the same peer discovered multiple times more than once","","","","through manual discovery","" +"passed","Fri Sep 13 09:05:14 GMT 2024","Fri Sep 13 09:05:14 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"skipped","Fri Sep 13 09:05:45 GMT 2024","Fri Sep 13 09:05:45 GMT 2024","0","DNS Node Discovery [live data]","","","","","passes more than one ENR URLs and attempts connection","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","shardInfoToPubsubTopics","","","","","should throw an error for missing required configuration","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","5","Waku Light Push: Single Node","","","","","Push message with content topic containing JSON","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing SQL Injection","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","" +"passed","Fri Sep 13 09:05:08 GMT 2024","Fri Sep 13 09:05:08 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should handle corrupted local storage data gracefully","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Fri Sep 13 09:04:56 GMT 2024","Fri Sep 13 09:04:56 GMT 2024","0","Waku Message version 0","","","","","Round trip binary serialization","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing shell command and receive message","" +"passed","Fri Sep 13 09:14:45 GMT 2024","Fri Sep 13 09:14:45 GMT 2024","1","Waku Store, order","","","","","Query Generator - false","" +"passed","Fri Sep 13 09:09:23 GMT 2024","Fri Sep 13 09:09:23 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 8 - Cluster ID: 226, Shard ID: 947","" +"passed","Fri Sep 13 09:14:46 GMT 2024","Fri Sep 13 09:14:46 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, Multiple PubsubTopics","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to true","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing numeric and publish message","" +"passed","Fri Sep 13 09:15:26 GMT 2024","Fri Sep 13 09:15:26 GMT 2024","0","Wait for remote peer","","","","","Relay - times out","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with STORE and LIGHTPUSH protocols set to true","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing unicode special characters","" +"passed","Fri Sep 13 09:05:19 GMT 2024","Fri Sep 13 09:05:19 GMT 2024","0","Message Validator","","","","","Rejects garbage","" +"passed","Fri Sep 13 09:06:22 GMT 2024","Fri Sep 13 09:06:22 GMT 2024","1","Connection state","","","","","`waku:online` between 2 js-waku relay nodes","" +"passed","Fri Sep 13 09:13:08 GMT 2024","Fri Sep 13 09:13:08 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with generation field greater than 0","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing shell command","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","3","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1726218334519 ","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with special chars payload","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only LIGHTPUSH enabled","" +"passed","Fri Sep 13 09:05:45 GMT 2024","Fri Sep 13 09:05:45 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start the service","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with only STORE enabled","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","" +"passed","Fri Sep 13 09:15:26 GMT 2024","Fri Sep 13 09:15:26 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed first","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","2","Static Sharding: Running Nodes","Different clusters and shards","","","","shard 0","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","0","ENRTree","","","","","ENRTree (branch): should error if DNS branch entry is mis-prefixed","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicsByPubsubTopic","","","","","handles different clusterIds correctly","" +"passed","Fri Sep 13 09:06:15 GMT 2024","Fri Sep 13 09:06:15 GMT 2024","1","Public methods","","","","","getPeersByDiscovery","" +"passed","Fri Sep 13 09:05:02 GMT 2024","Fri Sep 13 09:05:02 GMT 2024","0","Discovery","","","","","returns a subset of values when wanted number is lesser than available values","" +"passed","Fri Sep 13 09:05:42 GMT 2024","Fri Sep 13 09:05:42 GMT 2024","1","Dials","dialPeer method","For peer-exchange peers","","","should be called for peers with PEER_EXCHANGE tags","" +"passed","Fri Sep 13 09:07:35 GMT 2024","Fri Sep 13 09:07:35 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"skipped","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","0","Waku Relay, Subscribe","","","","","Refresh subscription","" +"passed","Fri Sep 13 09:05:14 GMT 2024","Fri Sep 13 09:05:14 GMT 2024","1","Symmetric Encryption","","","","","Check meta is set [symmetric]","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Fri Sep 13 2024 08:12:58 GMT+0000 (Coordinated Universal Time)","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","Verify","","","","should throw error - invalid id","" +"passed","Fri Sep 13 09:14:58 GMT 2024","Fri Sep 13 09:14:58 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is true","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Chinese","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 1 - Cluster ID: 39, Shard ID: 480","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing short and publish message","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 2 - Cluster ID: 996, Shard ID: 797","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","Txt codec","","","","should decode valid ENR with multiaddrs successfully [shared test vector]","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with XML payload","" +"passed","Fri Sep 13 09:09:23 GMT 2024","Fri Sep 13 09:09:23 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Fri Sep 13 09:14:03 GMT 2024","Fri Sep 13 09:14:03 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 1 - Cluster ID: 10, Content Topic: /app21/8/topic968/test.js","" +"passed","Fri Sep 13 09:15:14 GMT 2024","Fri Sep 13 09:15:14 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: -20000 ms from now","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Fri Sep 13 09:15:09 GMT 2024","Fri Sep 13 09:15:09 GMT 2024","0","Waku Store, page size","","","","","Passing page size 11 when there are 10 messages","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via waku relay post","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing XML and receive message","" +"skipped","Fri Sep 13 09:05:45 GMT 2024","Fri Sep 13 09:05:45 GMT 2024","1","DNS Node Discovery [live data]","","","","","should use DNS peer discovery with light client","" +"passed","Fri Sep 13 09:14:03 GMT 2024","Fri Sep 13 09:14:03 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 7 - Cluster ID: 10, Content Topic: /app24/1/topic797/proto","" +"skipped","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Peer Exchange Query","","","","","less peers than existing","" +"passed","Fri Sep 13 09:13:11 GMT 2024","Fri Sep 13 09:13:11 GMT 2024","0","Waku Relay, Interop","","","","","Publishes to nwaku","" +"skipped","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after nwaku node is restarted","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with escaped characters payload","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via lightPush","" +"passed","Fri Sep 13 09:15:03 GMT 2024","Fri Sep 13 09:15:03 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Fri Sep 13 09:15:03 GMT 2024","Fri Sep 13 09:15:03 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"skipped","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after nwaku node is restarted","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Script and publish message","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing unicode special characters and publish message","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing long","" +"passed","Fri Sep 13 09:06:15 GMT 2024","Fri Sep 13 09:06:15 GMT 2024","8","Public methods","","","","","removeEventListener with correct event","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/22/sometopic/someencoding to shard index 2","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing XML and publish message","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Refresh subscription","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing long and receive message","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should parse a DNS tree entry","" +"passed","Fri Sep 13 09:05:16 GMT 2024","Fri Sep 13 09:05:16 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Fri Sep 13 09:04:56 GMT 2024","Fri Sep 13 09:04:56 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","8","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing shell command and receive message","" +"passed","Fri Sep 13 09:04:45 GMT 2024","Fri Sep 13 09:04:45 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (message is IDecodedMessage)","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with wrong pubsubtopic","" +"passed","Fri Sep 13 09:04:56 GMT 2024","Fri Sep 13 09:04:56 GMT 2024","1","Sets sharding configuration correctly","","","","","uses static shard pubsub topic instead of autosharding when set","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive 2 messages on the same topic","" +"passed","Fri Sep 13 09:11:09 GMT 2024","Fri Sep 13 09:11:09 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs//1","" +"passed","Fri Sep 13 09:15:56 GMT 2024","Fri Sep 13 09:15:56 GMT 2024","1","Static Sharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set UDP multiaddr","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols enabled","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry is mis-prefixed","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no payload is not received","" +"passed","Fri Sep 13 09:14:58 GMT 2024","Fri Sep 13 09:14:58 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is true","" +"passed","Fri Sep 13 09:05:15 GMT 2024","Fri Sep 13 09:05:15 GMT 2024","0","Waku Encryption","","","","","pre and post cipher","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","0","DNS Node Discovery","","","","","caches peers it previously fetched","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is misformatted","" +"passed","Fri Sep 13 09:10:51 GMT 2024","Fri Sep 13 09:10:51 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Fri Sep 13 09:14:46 GMT 2024","Fri Sep 13 09:14:46 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, Wrong PubsubTopic","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/-","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with empty text","" +"passed","Fri Sep 13 09:09:23 GMT 2024","Fri Sep 13 09:09:23 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Chinese","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing long and receive message","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 7","" +"passed","Fri Sep 13 09:11:09 GMT 2024","Fri Sep 13 09:11:09 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","" +"passed","Fri Sep 13 09:13:13 GMT 2024","Fri Sep 13 09:13:13 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing short","" +"passed","Fri Sep 13 09:05:35 GMT 2024","Fri Sep 13 09:05:35 GMT 2024","1","Events","waku:connection","","","","should be online or offline if network state changed","" +"passed","Fri Sep 13 09:14:46 GMT 2024","Fri Sep 13 09:14:46 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, Multiple PubsubTopics","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only LIGHTPUSH set to true","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","" +"passed","Fri Sep 13 09:13:13 GMT 2024","Fri Sep 13 09:13:13 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start the service","" +"skipped","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after client node is restarted","" +"passed","Fri Sep 13 09:14:11 GMT 2024","Fri Sep 13 09:14:11 GMT 2024","0","Waku Store, cursor","","","","","Reusing cursor across nodes","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Basic HTML tag and publish message","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe and publish 10000 messages on the same topic","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with shell command payload","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Chinese","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Basic HTML tag","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Renews subscription after lossing a connection","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing emoji","" +"passed","Fri Sep 13 09:13:11 GMT 2024","Fri Sep 13 09:13:11 GMT 2024","1","Waku Relay, Interop","","","","","nwaku subscribes","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing escaped characters","" +"passed","Fri Sep 13 09:04:42 GMT 2024","Fri Sep 13 09:04:42 GMT 2024","1","pushOrInitMapSet","","","","","Init the array if not present","" +"passed","Fri Sep 13 09:09:23 GMT 2024","Fri Sep 13 09:09:23 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Fri Sep 13 09:05:16 GMT 2024","Fri Sep 13 09:05:16 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, signature]","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /statusim/1/community/cbor to shard index 4","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with invalid timestamp is not received","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/$","" +"passed","Fri Sep 13 09:10:51 GMT 2024","Fri Sep 13 09:10:51 GMT 2024","1","Waku Light Push : Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Fri Sep 13 09:15:09 GMT 2024","Fri Sep 13 09:15:09 GMT 2024","0","Waku Store, page size","","","","","Passing page size 1 when there are 4 messages","" +"passed","Fri Sep 13 09:14:11 GMT 2024","Fri Sep 13 09:14:11 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 20 messages","" +"passed","Fri Sep 13 09:06:15 GMT 2024","Fri Sep 13 09:06:15 GMT 2024","0","Public methods","","","","","dispatchEvent via connectionManager","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing long and receive message","" +"passed","Fri Sep 13 09:14:46 GMT 2024","Fri Sep 13 09:14:46 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, Multiple PubsubTopics","" +"skipped","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after nwaku node is restarted","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Error when try to subscribe to more than 101 topics (new limit)","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rs format (Index List)","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with short payload","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Basic HTML tag and receive message","" +"passed","Fri Sep 13 09:15:14 GMT 2024","Fri Sep 13 09:15:14 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to false","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","" +"passed","Fri Sep 13 09:06:22 GMT 2024","Fri Sep 13 09:06:22 GMT 2024","1","Connection state","","","","","should emit `waku:online` event only when first peer is connected","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","" +"passed","Fri Sep 13 09:05:35 GMT 2024","Fri Sep 13 09:05:35 GMT 2024","0","Events","peer:connect","","","","should emit `peer:connected:bootstrap` event when a peer is connected","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing unicode special characters and receive message","" +"passed","Fri Sep 13 09:15:02 GMT 2024","Fri Sep 13 09:15:02 GMT 2024","2","Waku Store, general","","","","","Query generator for multiple messages with multiple decoders","" +"passed","Fri Sep 13 09:06:52 GMT 2024","Fri Sep 13 09:06:52 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on unsubscribed peer","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","Static tests","","","","should encode/decode to RLP encoding","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing escaped characters","" +"passed","Fri Sep 13 09:13:08 GMT 2024","Fri Sep 13 09:13:08 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/0 topic","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing special chars and publish message","" +"passed","Fri Sep 13 09:10:51 GMT 2024","Fri Sep 13 09:10:51 GMT 2024","0","This","Is","","","","A test","" +"passed","Fri Sep 13 09:14:46 GMT 2024","Fri Sep 13 09:14:46 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No message returned","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/27/sometopic/someencoding to shard index 5","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","ensureShardingConfigured","","","","","should throw an error for missing sharding configuration","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with too few or too many fields","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","ensureShardingConfigured","","","","","should return valid sharding parameters for content topics autosharding","" +"skipped","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","" +"passed","Fri Sep 13 09:15:26 GMT 2024","Fri Sep 13 09:15:26 GMT 2024","0","Wait for remote peer","","","","","LightPush","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","Waku2 key: decode","","","","Relay + Store","" +"passed","Fri Sep 13 09:07:27 GMT 2024","Fri Sep 13 09:07:27 GMT 2024","4","Waku Filter: Peer Management: E2E","","","","","Keep-alive pings maintain the connection","" +"passed","Fri Sep 13 09:13:11 GMT 2024","Fri Sep 13 09:13:11 GMT 2024","1","Waku Relay, Interop","","","","","Nwaku publishes","" +"passed","Fri Sep 13 09:06:50 GMT 2024","Fri Sep 13 09:06:50 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","0","ENRTree","","","","","ENRTree (root): should parse and verify and DNS root entry","" +"passed","Fri Sep 13 09:14:03 GMT 2024","Fri Sep 13 09:14:03 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 3 - Cluster ID: 10, Content Topic: /app31/4/topic67/utf8","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only RELAY enabled","" +"passed","Fri Sep 13 09:06:52 GMT 2024","Fri Sep 13 09:06:52 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on peer without subscriptions","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe and publish messages on 2 different content topics","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/ /1","" +"passed","Fri Sep 13 09:15:09 GMT 2024","Fri Sep 13 09:15:09 GMT 2024","1","Waku Store, page size","","","","","Passing page size 19 when there are 20 messages","" +"passed","Fri Sep 13 09:04:56 GMT 2024","Fri Sep 13 09:04:56 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Fri Sep 13 09:07:27 GMT 2024","Fri Sep 13 09:07:27 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Tracks peer failures correctly","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sat Sep 23 2023 09:12:58 GMT+0000 (Coordinated Universal Time)","" +"passed","Fri Sep 13 09:15:02 GMT 2024","Fri Sep 13 09:15:03 GMT 2024","6","Waku Store, general","","","","","Generator, with asymmetric & symmetric encrypted messages","" +"passed","Fri Sep 13 09:06:22 GMT 2024","Fri Sep 13 09:06:22 GMT 2024","1","Connection state","","","","","isConnected between 2 js-waku relay nodes","" +"passed","Fri Sep 13 09:09:23 GMT 2024","Fri Sep 13 09:09:23 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Fri Sep 13 09:04:45 GMT 2024","Fri Sep 13 09:04:45 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta size of 64 bytes)","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","Verify","","","","should return false","" +"passed","Fri Sep 13 09:15:03 GMT 2024","Fri Sep 13 09:15:03 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing escaped characters","" +"passed","Fri Sep 13 09:05:08 GMT 2024","Fri Sep 13 09:05:08 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with no content topic is not received","" +"passed","Fri Sep 13 09:15:26 GMT 2024","Fri Sep 13 09:15:26 GMT 2024","1","Wait for remote peer","","","","","Privacy Node - default protocol","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","Location multiaddr","","","","should properly create peer info with all multiaddrs","" +"passed","Fri Sep 13 09:15:03 GMT 2024","Fri Sep 13 09:15:03 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers property-based tests","","","","should return the correct number of peers based on numPeers and maxBootstrapPeers","" +"passed","Fri Sep 13 09:11:09 GMT 2024","Fri Sep 13 09:11:09 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1726222183850","" +"passed","Fri Sep 13 09:14:46 GMT 2024","Fri Sep 13 09:14:46 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, No Decoder","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","ensureShardingConfigured","","","","","should return valid sharding parameters for static sharding","" +"passed","Fri Sep 13 09:06:22 GMT 2024","Fri Sep 13 09:06:22 GMT 2024","1","Connection state","","","","","isConnected should return true after first peer connects","" +"passed","Fri Sep 13 09:05:45 GMT 2024","Fri Sep 13 09:05:45 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to start the service if it is already started","" +"passed","Fri Sep 13 09:15:09 GMT 2024","Fri Sep 13 09:15:09 GMT 2024","1","Waku Store, page size","","","","","Passing page size 3 when there are 20 messages","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Russian","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/","" +"passed","Fri Sep 13 09:14:03 GMT 2024","Fri Sep 13 09:14:03 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 4 - Cluster ID: 10, Content Topic: /app83/10/topic906/test.js","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp4","" +"passed","Fri Sep 13 09:14:03 GMT 2024","Fri Sep 13 09:14:03 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 6 - Cluster ID: 10, Content Topic: /app42/9/topic703/test.js","" +"skipped","Fri Sep 13 09:05:04 GMT 2024","Fri Sep 13 09:05:04 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","ensurePubsubTopicIsConfigured","","","","","should not throw an error when the topic is within a list of configured topics","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","3","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Russian","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing SQL Injection","" +"passed","Fri Sep 13 09:15:17 GMT 2024","Fri Sep 13 09:15:17 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Passing an array","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect","" +"passed","Fri Sep 13 09:05:42 GMT 2024","Fri Sep 13 09:05:42 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","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","Cluster ID 0 - Default/Global Cluster","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Basic HTML tag and receive message","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Basic HTML tag","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Fri Sep 13 09:15:14 GMT 2024","Fri Sep 13 09:15:14 GMT 2024","0","Waku Store, time filter","","","","","msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","singleShardInfosToShardInfo","","","","","should throw an error for SingleShardInfos with different clusterIds","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/x","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","4","Waku Light Push: Single Node","","","","","Push message with content topic containing XML","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Script","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Fri Sep 13 09:11:09 GMT 2024","Fri Sep 13 09:11:09 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","" +"passed","Fri Sep 13 09:14:22 GMT 2024","Fri Sep 13 09:14:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with XML payload","" +"passed","Fri Sep 13 09:09:43 GMT 2024","Fri Sep 13 09:09:43 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","LightPush with 3 connections","" +"passed","Fri Sep 13 09:04:56 GMT 2024","Fri Sep 13 09:04:56 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"skipped","Fri Sep 13 09:12:57 GMT 2024","Fri Sep 13 09:12:57 GMT 2024","0","Peer Exchange","","","","","wrong wakuPeerExchangeDiscovery pubsub topic","" +"passed","Fri Sep 13 09:14:46 GMT 2024","Fri Sep 13 09:14:46 GMT 2024","2","Waku Store, error handling","","","","","Query with Ordered Callback, No message returned","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","3","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing JSON","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","4","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Fri Sep 13 09:06:15 GMT 2024","Fri Sep 13 09:06:15 GMT 2024","1","Public methods","","","","","addEventListener with wrong event","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing XML and receive message","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/x/1","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 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","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/rs","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing unicode special characters and receive message","" +"passed","Fri Sep 13 09:06:50 GMT 2024","Fri Sep 13 09:06:50 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","contentTopicsByPubsubTopic","","","","","handles different networkShards values correctly","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with meta","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","ensureValidContentTopic","","","","","throws on empty content topic","" +"passed","Fri Sep 13 09:15:10 GMT 2024","Fri Sep 13 09:15:10 GMT 2024","1","Util: toAsyncIterator: Filter","","","","","unsubscribes","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with shell command payload","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","ensureShardingConfigured","","","","","handles empty shards array correctly","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 0","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing unicode special characters","" +"skipped","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","1","Peer Exchange Query","","","","","connected peers and dial","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","Static tests","","","","should properly compute the node id","" +"passed","Fri Sep 13 09:06:50 GMT 2024","Fri Sep 13 09:06:50 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with unicode special characters payload","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/ ","" +"passed","Fri Sep 13 09:11:09 GMT 2024","Fri Sep 13 09:11:09 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","" +"passed","Fri Sep 13 09:05:45 GMT 2024","Fri Sep 13 09:05:45 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event after stop","" +"skipped","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after jswaku node is restarted","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing numeric","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing short","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Script","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing emoji","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 3 - Cluster ID: 755, Shard ID: 863","" +"passed","Fri Sep 13 09:09:23 GMT 2024","Fri Sep 13 09:09:23 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with large meta","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing long","" +"passed","Fri Sep 13 09:04:56 GMT 2024","Fri Sep 13 09:04:56 GMT 2024","1","filterPeersByDiscovery function","","","","","should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","3","Waku Relay, Subscribe","","","","","Mutual subscription","" +"passed","Fri Sep 13 09:08:43 GMT 2024","Fri Sep 13 09:08:43 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect (autosharding)","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with non string payload is not received","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Russian","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with empty content topic","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","2","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 1","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing long","" +"passed","Fri Sep 13 09:04:45 GMT 2024","Fri Sep 13 09:04:45 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (payload length 0)","" +"passed","Fri Sep 13 09:15:14 GMT 2024","Fri Sep 13 09:15:14 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","" +"passed","Fri Sep 13 09:10:51 GMT 2024","Fri Sep 13 09:10:51 GMT 2024","1","This","Is also","","","","A test","" +"passed","Fri Sep 13 09:11:29 GMT 2024","Fri Sep 13 09:11:29 GMT 2024","1","Metadata Protocol","","","","","receiving a ping from a peer does not overwrite shard info","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing numeric","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","9","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Script","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with long payload","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp6","" +"passed","Fri Sep 13 09:08:30 GMT 2024","Fri Sep 13 09:08:30 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing XML","" +"passed","Fri Sep 13 09:05:16 GMT 2024","Fri Sep 13 09:05:16 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Fri Sep 13 09:05:08 GMT 2024","Fri Sep 13 09:05:08 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" +"passed","Fri Sep 13 09:13:13 GMT 2024","Fri Sep 13 09:13:13 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","determinePubsubTopic","","","","","should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/!/1","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 7 - Cluster ID: 10, Shard ID: 664","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Refresh subscription","" +"passed","Fri Sep 13 09:12:58 GMT 2024","Fri Sep 13 09:12:58 GMT 2024","2","Waku Light Push: Single Node","","","","","Push message with content topic containing emoji","" +"passed","Fri Sep 13 09:04:51 GMT 2024","Fri Sep 13 09:04:51 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with STORE and LIGHTPUSH protocols set to true","" +"passed","Fri Sep 13 09:12:48 GMT 2024","Fri Sep 13 09:12:48 GMT 2024","0","Waku Relay","","","","","Decrypt messages","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing special chars","" +"passed","Fri Sep 13 09:15:26 GMT 2024","Fri Sep 13 09:15:26 GMT 2024","0","Wait for remote peer","","","","","Store - dialed first","" +"passed","Fri Sep 13 09:04:56 GMT 2024","Fri Sep 13 09:04:56 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1726218335042 ","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing JSON and publish message","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe one by one to 100 topics and publish messages","" +"passed","Fri Sep 13 09:05:16 GMT 2024","Fri Sep 13 09:05:16 GMT 2024","1","Ecies Encryption","","","","","Round trip binary encryption [ecies, no signature]","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing SQL Injection and receive message","" +"passed","Fri Sep 13 09:15:17 GMT 2024","Fri Sep 13 09:15:17 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Using a function","" +"passed","Fri Sep 13 09:14:23 GMT 2024","Fri Sep 13 09:14:23 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing special chars","" +"passed","Fri Sep 13 09:06:15 GMT 2024","Fri Sep 13 09:06:15 GMT 2024","1","Public methods","","","","","safeDispatchEvent","" +"passed","Fri Sep 13 09:09:23 GMT 2024","Fri Sep 13 09:09:23 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Fri Sep 13 09:13:32 GMT 2024","Fri Sep 13 09:13:32 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing emoji and publish message","" +"passed","Fri Sep 13 09:05:08 GMT 2024","Fri Sep 13 09:05:08 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should emit a peer event after start","" +"passed","Fri Sep 13 09:13:26 GMT 2024","Fri Sep 13 09:13:26 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish duplicate message","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","1","shardInfoToPubsubTopics","","","","","should throw an error if shards are undefined for static sharding","" +"passed","Fri Sep 13 09:05:14 GMT 2024","Fri Sep 13 09:05:14 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Fri Sep 13 09:07:35 GMT 2024","Fri Sep 13 09:07:35 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Fri Sep 13 09:11:09 GMT 2024","Fri Sep 13 09:11:09 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","" +"passed","Fri Sep 13 09:04:43 GMT 2024","Fri Sep 13 09:04:43 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","" +"passed","Fri Sep 13 09:11:09 GMT 2024","Fri Sep 13 09:11:09 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","" +"passed","Fri Sep 13 09:05:08 GMT 2024","Fri Sep 13 09:05:08 GMT 2024","1","Local Storage Discovery","Unit Tests","","","","should load peers from local storage and dispatch events","" +"passed","Fri Sep 13 09:12:44 GMT 2024","Fri Sep 13 09:12:44 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing emoji","" +"passed","Fri Sep 13 09:04:45 GMT 2024","Fri Sep 13 09:04:45 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta attribute not present)","" +"passed","Fri Sep 13 09:09:11 GMT 2024","Fri Sep 13 09:09:11 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Fri Sep 13 09:05:16 GMT 2024","Fri Sep 13 09:05:16 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Fri Sep 13 09:14:39 GMT 2024","Fri Sep 13 09:14:39 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","" diff --git a/7434/data/suites.json b/7434/data/suites.json index e7982b1d25e..dd1723a6cfd 100644 --- a/7434/data/suites.json +++ b/7434/data/suites.json @@ -1 +1 @@ -{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"pushOrInitMapSet","children":[{"name":"Init the array if not present","uid":"fa61d54bb45f8471","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1726217441218,"stop":1726217441219,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"e53c7cf82e29fc58","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1726217441220,"stop":1726217441220,"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":"8a53fe670213405a","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1726217441531,"stop":1726217441531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"f3e125187d9a3b1b","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1726217441532,"stop":1726217441532,"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":"74663ade5407f68c","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1726217441532,"stop":1726217441533,"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":"208fd97f4eea5cee","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1726217441533,"stop":1726217441534,"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":"f941842a26999549","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1726217441534,"stop":1726217441535,"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":"767c98813a5e97be","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1726217441534,"stop":1726217441534,"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":"8bb32d7646448924","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1726217441535,"stop":1726217441535,"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":"c9cd260e858660ef","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1726217441536,"stop":1726217441537,"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":"2023ebfaf707bc74","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1726217441536,"stop":1726217441536,"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":"a81da45f4f55371c","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726217441538,"stop":1726217441538,"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":"ea09cf19f1ee130c","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726217441538,"stop":1726217441544,"duration":6},"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":"e102d41d9f350282","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726217441544,"stop":1726217441545,"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":"460e76ec1bf4730f","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726217441544,"stop":1726217441544,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"698cea5946ef0424","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726217441545,"stop":1726217441545,"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":"1bb51afc11f50d7","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726217441545,"stop":1726217441546,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"9219a8190f0ad54f","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726217441545,"stop":1726217441545,"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":"6654d981dba407c0","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726217441546,"stop":1726217441546,"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":"5e6ed667d6d4e23a","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726217441546,"stop":1726217441546,"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":"7b310b936cdc7140","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"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":"1d554dbaaf5affb8","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"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":"1d685cd8bbeb331d","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"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":"8a5c88f1c5b0ac16","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726217441548,"stop":1726217441548,"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":"3f16e5f1c1705c00","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726217441548,"stop":1726217441548,"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":"e3a2e46d7c5832be","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1726217441548,"stop":1726217441549,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"7f1f6d1f744a94a6","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1726217441549,"stop":1726217441549,"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":"c8e4ac6e505fc71e","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1726217441549,"stop":1726217441549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"ac26df81bb1c1915","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1726217441549,"stop":1726217441550,"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":"5ea3681e72b4a3ab","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1726217441550,"stop":1726217441550,"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":"d831c29f0492b367","parentUid":"019109a65419887777e599cebbf04c7f","status":"passed","time":{"start":1726217441550,"stop":1726217441551,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"019109a65419887777e599cebbf04c7f"},{"name":"singleShardInfosToShardInfo","children":[{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"95f93989ecb90b5","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1726217441551,"stop":1726217441551,"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":"72842ee5184d92f8","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1726217441551,"stop":1726217441551,"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":"11b730fb556373f6","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1726217441552,"stop":1726217441552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"dcb3ccb891ae816766d2261c6433f083"},{"name":"shardInfoToPubsubTopics","children":[{"name":"should return unique PubsubTopics for static sharding","uid":"9ea49bf871203caa","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1726217441552,"stop":1726217441553,"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":"e91d123d5773b3a9","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1726217441552,"stop":1726217441552,"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":"afefb99825cc86c","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1726217441553,"stop":1726217441553,"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":"15bf405d74da5c22","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1726217441553,"stop":1726217441554,"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":"29032cfb5e36730d","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1726217441553,"stop":1726217441553,"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":"955ebc19b1334d1e","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1726217441554,"stop":1726217441554,"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":"8cc35be5beb2596","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1726217441554,"stop":1726217441554,"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":"1843b00d8f2bd14","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1726217441555,"stop":1726217441555,"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":"16b1b3250baad6c1","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441555,"stop":1726217441555,"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":"e4a88018a044905","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441556,"stop":1726217441557,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"279eecbe50eba447","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441556,"stop":1726217441556,"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":"b19c2b84bd0067f8","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441556,"stop":1726217441556,"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":"19980c71b7d1635c","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441557,"stop":1726217441557,"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":"975f4fb8028c7ea0","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441557,"stop":1726217441558,"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":"a14b3b2df2a62266","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441557,"stop":1726217441557,"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":"e6c5c29cf1e1f4b0","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441558,"stop":1726217441558,"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":"98511c38589bd9e","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441558,"stop":1726217441558,"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":"7a5babea134bec5a","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441559,"stop":1726217441559,"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":"fc00216f7f742763","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441559,"stop":1726217441560,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"2ea281db3267af3c","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441559,"stop":1726217441559,"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":"f3f809e51280ffb7","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441560,"stop":1726217441560,"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":"5945a44bbf5a9154","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441560,"stop":1726217441560,"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":"f3ab7663c2e446a6","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441560,"stop":1726217441561,"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":"c414834a9c5d931","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441561,"stop":1726217441561,"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":"80fcc8d8d6627b91","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441561,"stop":1726217441562,"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":"cb08c5a6f6db0f02","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441561,"stop":1726217441561,"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":"6b825f0afba9c336","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441562,"stop":1726217441562,"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":"74562d24961e217d","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441562,"stop":1726217441562,"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":"115056d3123b5f7e","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441563,"stop":1726217441563,"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":"8e9c67811b271bd5","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726217441563,"stop":1726217441563,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ccf995cc05ccf5d4ca0dd0e9faace051"},{"name":"ensurePubsubTopicIsConfigured","children":[{"name":"should throw an error for an unconfigured topic","uid":"ae26a49564ed8291","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1726217441564,"stop":1726217441565,"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":"3261883c02fe2dd4","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1726217441564,"stop":1726217441564,"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":"34469831c12b20da","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1726217441564,"stop":1726217441564,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"31db813f7583183316906b1886ed94f5"},{"name":"determinePubsubTopic","children":[{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"58b99ef2a2ae898b","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1726217441565,"stop":1726217441566,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"b3ae8490085a1f08","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1726217441565,"stop":1726217441565,"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":"ac5f3dc9d70e5481","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1726217441566,"stop":1726217441567,"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":"bc6687a77da92d","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1726217441566,"stop":1726217441566,"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":"af0348ae06699822","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1726217441566,"stop":1726217441566,"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":"10d81350469b1ad2","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1726217441567,"stop":1726217441567,"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":"7ae70dc76b5f53","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1726217441567,"stop":1726217441568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"1514f7ec7ccf2d5d","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1726217441568,"stop":1726217441569,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"6f9ab89a4500802d","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1726217441568,"stop":1726217441568,"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":"bd303d1aa9443e74","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1726217441568,"stop":1726217441568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ed63b24f8659343b1d130eb7edd9b4af"},{"name":"contentTopicToPubsubTopic","children":[{"name":"should correctly map a content topic to a pubsub topic","uid":"495d71f9ea60418a","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1726217441569,"stop":1726217441569,"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":"cdd1ece6942e9482","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1726217441569,"stop":1726217441570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"e8c745f9b53e82ff","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1726217441570,"stop":1726217441570,"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":"2b5c279cd9778fa4","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1726217441570,"stop":1726217441570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7115ef39d68a6548f7d909112eedbc83"},{"name":"Relay Shard codec","children":[{"name":"should handle a minimal index list","uid":"b8ba4c51a8218f92","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1726217441571,"stop":1726217441571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"9a0c0f5f94750769","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1726217441571,"stop":1726217441572,"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":"d2133e128eb437a1","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1726217441572,"stop":1726217441572,"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":"b47d8a43c7112de1","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1726217441572,"stop":1726217441572,"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":"b9fa5df7d82ab3c4","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1726217444065,"stop":1726217444066,"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":"293c4352c0373443","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1726217444067,"stop":1726217444067,"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":"7156390733722e1","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1726217444067,"stop":1726217444067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"c3bc736879b5085f","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1726217444068,"stop":1726217444068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"55bf81b09feac598","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1726217444068,"stop":1726217444069,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"34f44e129050bce6","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1726217444068,"stop":1726217444068,"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":"cd5eb65e6cb40d6a","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1726217449463,"stop":1726217449465,"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":"b970ef7d25bfbec1","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1726217449466,"stop":1726217449467,"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":"55912713e024dcc9","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1726217449467,"stop":1726217449468,"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":"8333b452e9956df3","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1726217449468,"stop":1726217449469,"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":"9462b0b80a038304","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1726217449470,"stop":1726217449471,"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":"be63cfdb366bc3c","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1726217449471,"stop":1726217449474,"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 RELAY and FILTER protocols set to true","uid":"1c540980b93f4667","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1726217449474,"stop":1726217449475,"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":"47d333d62e7c116d","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1726217449475,"stop":1726217449476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d18435591d7a87016ce49b755f63a93b"},{"name":"Decoding","children":[{"name":"should be able to decode the field with only RELAY set to true","uid":"dd3c2fc884ddc6cf","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1726217449477,"stop":1726217449478,"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":"f4ef8f4fa2874bfe","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1726217449479,"stop":1726217449480,"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":"c3d274f4712d5995","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1726217449480,"stop":1726217449481,"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":"90d6244b18cb3998","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1726217449481,"stop":1726217449481,"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":"9c6f192eeb900cb0","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1726217449482,"stop":1726217449482,"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":"5ff22811a93197e9","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1726217449482,"stop":1726217449483,"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":"c3a625ee978a2aeb","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1726217449483,"stop":1726217449484,"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":"c1475a358e355104","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1726217449483,"stop":1726217449483,"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":"3975a4fc8101b941","parentUid":"a2221ab58e9529401660d406d60ec8d9","status":"passed","time":{"start":1726217449517,"stop":1726217449517,"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":"d29f63c6c1669dd","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1726217449568,"stop":1726217449568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"a69db4875b5dc7f7","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1726217449568,"stop":1726217449569,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"00fb2a458cab3bf0e9df06a113ff26ef"},{"name":"ENR","children":[{"name":"Txt codec","children":[{"name":"should encodeTxt and decodeTxt","uid":"c1d2dd506ddaa322","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1726217450193,"stop":1726217450193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"1e068615d258f85d","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1726217450194,"stop":1726217450194,"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":"666c45e548af8496","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1726217450194,"stop":1726217450194,"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":"eed9fd3f4e271512","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1726217450194,"stop":1726217450195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"621ee226953d1393","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1726217450195,"stop":1726217450195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"10f9bae00905c9d9","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1726217450195,"stop":1726217450196,"duration":1},"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":"ec75a102b4f018c","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1726217450196,"stop":1726217450196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"42b2760caa093080","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1726217450196,"stop":1726217450196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"a52ccb718adb577a","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1726217450197,"stop":1726217450197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"f2ea9e5a40036722","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1726217450197,"stop":1726217450197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"77c7ffaa7eac133cfb8688cd0eec6d74"},{"name":"Static tests","children":[{"name":"should encode/decode to text encoding","uid":"922b257d671f8e2b","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1726217450198,"stop":1726217450199,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"5fd8962b32122768","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1726217450198,"stop":1726217450198,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"4025c993a732dd8d","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1726217450198,"stop":1726217450198,"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":"1be6b513a505eacb","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1726217450199,"stop":1726217450199,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"e15aca594ff4cbfb","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1726217450199,"stop":1726217450203,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2d629193d55cdb3c100d76041795442b"},{"name":"Location multiaddr","children":[{"name":"should properly create location multiaddrs - udp4","uid":"b3bfaf07310f90e6","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1726217450204,"stop":1726217450204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"8d36ffff19a47e8b","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1726217450204,"stop":1726217450205,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"1dc009d3321749d6","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1726217450205,"stop":1726217450205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"833526ba1cdb55de","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1726217450205,"stop":1726217450205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"ba0c4a5480dd5b8d","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1726217450206,"stop":1726217450206,"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":"18983dd94a18de7","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1726217450206,"stop":1726217450207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"6fa3ec0d1abfcfcd","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1726217450206,"stop":1726217450206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ea17b90c87c7a4ccb17b1e3861b3d911"},{"name":"waku2 key round trip","children":[{"name":"should set field with all protocols enabled","uid":"6f4fd95af0aa249e","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1726217450207,"stop":1726217450207,"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":"16047adab6dc31ca","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1726217450207,"stop":1726217450208,"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":"5da36c021f581f17","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1726217450207,"stop":1726217450207,"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":"c496f72c7203b02b","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"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":"237cae1f86bdbffa","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"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":"ad14789021643eda","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"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":"eebd79fe645a938e","parentUid":"d38d3c1929a20307dce6c2492f754ae3","status":"passed","time":{"start":1726217450209,"stop":1726217450209,"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":"727385f8bfd63f8c","parentUid":"3cec77d065542b34fe56ab412dfd3875","status":"passed","time":{"start":1726217454407,"stop":1726217454408,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3cec77d065542b34fe56ab412dfd3875"},{"name":"filterPeersByDiscovery function","children":[{"name":"should return all peers when numPeers is 0","uid":"41a7ad292313b330","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1726217454964,"stop":1726217454965,"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":"9103ba8e59f9d0b0","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1726217454965,"stop":1726217454965,"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":"f667a9aa18932b1f","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1726217454965,"stop":1726217454965,"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":"60217863f75bfaa2","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1726217454966,"stop":1726217454966,"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":"6097e5c0161a8220","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1726217455150,"stop":1726217455151,"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":"13856bd9edcc75aa","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1726217455151,"stop":1726217455152,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"526eb17fa2b13c72","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1726217455151,"stop":1726217455151,"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":"79cfc8a35d80e179","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726217455152,"stop":1726217455152,"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":"c744444617919633","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726217455153,"stop":1726217455153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f3834b4837587fd1","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726217455153,"stop":1726217455153,"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":"c3f547d681a86a95","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726217455153,"stop":1726217455154,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"6183beef70dbaad3","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726217472855,"stop":1726217472855,"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":"29ecdd5f7363029a","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726217472855,"stop":1726217472856,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f951cc8dcef3d65c","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726217472856,"stop":1726217472857,"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":"fee958fb3968df83","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726217472857,"stop":1726217472857,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3e3de8fe60b5e45a","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726217474514,"stop":1726217474514,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"4a4f07f2b8c27639","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726217474515,"stop":1726217474515,"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":"c764ddbcab5ac74f","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726217474515,"stop":1726217474515,"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":"f636d4713111fb9c","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726217474515,"stop":1726217474516,"duration":1},"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":"100487c0b35a722e","parentUid":"16c91517e17a283bda5303edede9b71d","status":"passed","time":{"start":1726217455154,"stop":1726217455154,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"16c91517e17a283bda5303edede9b71d"},{"name":"Discovery","children":[{"name":"returns all values when wanted number matches available values","uid":"47dce93e0c12260d","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1726217461851,"stop":1726217461852,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"71d198a213384c02","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1726217461853,"stop":1726217461853,"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":"6335709be79bd6f2","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1726217461853,"stop":1726217461854,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e96f7ebf248e9ee266bbabaa57f331e3"},{"name":"ENRTree","children":[{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"3929a8bfc16361f2","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1726217462331,"stop":1726217462331,"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":"6f4c9124210afede","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1726217462331,"stop":1726217462332,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"f8bed61fc70d46be","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1726217462332,"stop":1726217462333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"f31243e4d41b7834","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1726217462333,"stop":1726217462333,"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":"b84d47afcf81a38","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1726217462333,"stop":1726217462334,"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":"4c9d3cc8fc0fbb19","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1726217462334,"stop":1726217462336,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"e5d3f2d61b9e7c6b","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1726217462336,"stop":1726217462336,"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":"9d4a31fecbd4c094","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1726217462337,"stop":1726217462339,"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":"33293d8f5b9e8e0f","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1726217462339,"stop":1726217462339,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"aa7d88015081438bead49f7c5b3b8329"},{"name":"Fetch nodes until capabilities are fulfilled","children":[{"name":"1 Store, 2 fetches","uid":"3c6dec6cecbef14e","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1726217462725,"stop":1726217462726,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"e1b4253f18249535","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1726217462725,"stop":1726217462725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"bb3400b3c9ba4ffa","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1726217462726,"stop":1726217462727,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"3a2ac4e3859a9ff7","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1726217462726,"stop":1726217462726,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"25a8b31b55bc82e7403bfb15b9b86ff1"},{"name":"DNS Node Discovery","children":[{"name":"retrieves a single peer","uid":"992102610aab72b6","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1726217463037,"stop":1726217463038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"ad6b8bb9b4a1d24a","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1726217463038,"stop":1726217463039,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"ccc8f2efe1e70ec8","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1726217463038,"stop":1726217463038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"9105181f4f7af9b8","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1726217463039,"stop":1726217463040,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"defa396601618ef1","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1726217463039,"stop":1726217463039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"15f57851aa315469","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1726217463039,"stop":1726217463039,"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":"432d70d9375b9e24","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1726217463040,"stop":1726217463040,"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":"bc42a85f29c1e597","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1726217463040,"stop":1726217463041,"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":"a7a9ce6a75c45cff","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1726217463041,"stop":1726217463042,"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":"8ee44653e7ebaa4","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1726217463041,"stop":1726217463041,"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":"c02b8187c0a110aa","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1726217463042,"stop":1726217463042,"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":"5bdc3556cf623f84","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1726217463043,"stop":1726217463043,"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":"c575faf23badb7e0","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1726217463043,"stop":1726217463043,"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":"ab41c39994db8206","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1726217507043,"stop":1726217507044,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"d2b9f5b0f8c8699d","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1726217507044,"stop":1726217507044,"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":"920710cda25361bf","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1726217507044,"stop":1726217507044,"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":"2e56dda219a033fe","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1726217466672,"stop":1726217466673,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"7bb613c59fad5aa5","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1726217466673,"stop":1726217466674,"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":"e526ec3fd1963b8e","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1726217466674,"stop":1726217466675,"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":"c3d8eb446dfacfe9","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1726217466675,"stop":1726217466676,"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":"25dbdae7dd1dad37","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1726217466675,"stop":1726217466675,"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":"d008bb654dd7b762","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1726217466676,"stop":1726217466676,"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":"8a1610f72c58596f","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1726217466676,"stop":1726217466676,"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 update peers in local storage on 'peer:identify' event","uid":"714323173af7c70c","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1726217466677,"stop":1726217466678,"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":"acd25a9e045c20fa","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1726217466677,"stop":1726217466677,"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":"2adf33f424ca7d2","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1726217466678,"stop":1726217466678,"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":"6d63ae885f0671ee","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1726217466678,"stop":1726217466678,"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":"7fd74a0165a35678","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1726217472851,"stop":1726217472853,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"4d89793415503f12","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1726217472853,"stop":1726217472853,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"9e30d1f26cb293a","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1726217472854,"stop":1726217472854,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8a2649ba10025ef69053408ea765bb47"},{"name":"Waku Encryption","children":[{"name":"Symmetric encrypt & Decrypt","uid":"7d3b17d07a85675c","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1726217473323,"stop":1726217473324,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"34874ce83d30c413","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1726217473323,"stop":1726217473323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"a3859a2c7815d1c1","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1726217473324,"stop":1726217473325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"e3a434d551af9d9a","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1726217473325,"stop":1726217473325,"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":"68307dd046efb22","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1726217474513,"stop":1726217474513,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"4cfd8602ad53ebb4","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1726217474513,"stop":1726217474513,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"343ca7315e867332","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1726217474514,"stop":1726217474514,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b76d4148c410fadc312d44195f3e7298"},{"name":"Message Validator","children":[{"name":"Accepts a valid Waku Message","uid":"7eea67dd54ca44a6","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1726217477824,"stop":1726217477825,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"129712e73ee93a04","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1726217477826,"stop":1726217477826,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"eb7616bc06c49f961fb1474764a98fe1"},{"name":"Events","children":[{"name":"peer:discovery","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"fb5b042bce7a7630","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1726217493336,"stop":1726217493338,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"f5c38f247a1dd326","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1726217493339,"stop":1726217493339,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ffc061ff19a655e7735a14e25eea14f6"},{"name":"peer:connect","children":[{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"5179966f57ebbdde","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1726217493340,"stop":1726217493341,"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":"fd000a3b6481080d","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1726217493341,"stop":1726217493341,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6544551df69db1acdc957afd72f231f3"},{"name":"waku:connection","children":[{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"1d5e814e19fccf83","parentUid":"bd4a9805227b23e8ad19b99668722b63","status":"passed","time":{"start":1726217493342,"stop":1726217493343,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"583a428500a7a658","parentUid":"bd4a9805227b23e8ad19b99668722b63","status":"passed","time":{"start":1726217493343,"stop":1726217493343,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bd4a9805227b23e8ad19b99668722b63"}],"uid":"dfcd908e41decdae00cc7bae7de5f86f"},{"name":"Dials","children":[{"name":"attemptDial method","children":[{"name":"should be called at least once on all `peer:discovery` events","uid":"e8a1715df07ca485","parentUid":"182178b203b90571613cbdadd6cad620","status":"passed","time":{"start":1726217500282,"stop":1726217500285,"duration":3},"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":"96e4f8d648db6854","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1726217500287,"stop":1726217500288,"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":"740b35e4ea1f331a","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1726217500288,"stop":1726217500290,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"99dcbcaf3922acac9dc2c0af5ad8a17b"},{"name":"For peer-exchange peers","children":[{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"c6a0aaa5fd2f1950","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1726217500291,"stop":1726217500292,"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":"8d35977b8f25f221","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1726217500291,"stop":1726217500291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"70305888014cca813a499759942f9c6c"}],"uid":"b248944ce0f00c94bcdc7396e4533210"}],"uid":"a163fb66409e7422eb33a7d9d68c9cbb"},{"name":"Waku Message Ephemeral field","children":[{"name":"Ephemeral messages are not stored","uid":"c28be002ac1abbae","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1726217503654,"stop":1726217503654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"5692dc5d47602a81","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1726217503655,"stop":1726217503656,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"5a71615e25f1b249","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1726217503656,"stop":1726217503656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"ab9dbea0e18daacc","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1726217503657,"stop":1726217503657,"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":"ae4c010ca52a057","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1726217503858,"stop":1726217503858,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"d60bf22b87acb74f","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1726217503858,"stop":1726217503859,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"39274eefaa536eba","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1726217503859,"stop":1726217503859,"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":"8fa845975c176d82","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1726217507037,"stop":1726217507038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"94ea7fb02ebdb117","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1726217507038,"stop":1726217507039,"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":"57ba563e6eb3f53","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1726217507039,"stop":1726217507040,"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":"f3738760b93fcd0d","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1726217507040,"stop":1726217507041,"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":"62e29705231e7abb","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1726217507041,"stop":1726217507042,"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":"ccf176b50888f7ea","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1726217507042,"stop":1726217507043,"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":"d7744a9a71a89187","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1726217507042,"stop":1726217507042,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9ace7b1ce0720cefced885412f4c1d52"}],"uid":"675a690e6936e86f2aaf04dae7e0395a"},{"name":"Public methods","children":[{"name":"addEventListener with correct event","uid":"fc737a6fda9c0b6a","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1726217533045,"stop":1726217533045,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"175f73d1c21f019b","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1726217533046,"stop":1726217533047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"223cc97ebfa4f915","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1726217533046,"stop":1726217533046,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"872c80c1f279eeb4","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1726217533046,"stop":1726217533046,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"577ac696c4909848","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1726217533047,"stop":1726217533048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"109a3964ca955f24","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1726217533047,"stop":1726217533047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"e63c633194c098e4","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1726217533047,"stop":1726217533047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"c90efd07154d8cdd","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1726217533048,"stop":1726217533049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"9e9273b9c8ce73cd","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1726217533048,"stop":1726217533048,"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":"205b7a3bfc944527","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1726217549448,"stop":1726217549449,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"dadbfe93219e4e8","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1726217549449,"stop":1726217549449,"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":"d95bdd3c5fcc3d8","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1726217549450,"stop":1726217549450,"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":"f4e50c2a9d112b67","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1726217549451,"stop":1726217549452,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"eaa059067b84b910","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1726217549452,"stop":1726217549453,"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":"ed0498a10a1e8886","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1726217549452,"stop":1726217549452,"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":"44eae3fc6d0c681c","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1726217549453,"stop":1726217549453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7a9060af0fca2c1da1c9c19d61bd7eb4"},{"name":"Waku Filter V2: Ping","children":[{"name":"Ping on subscribed peer","uid":"522f26a6ca24594f","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1726217551914,"stop":1726217551914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"7098c8b91bda3298","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1726217551916,"stop":1726217551920,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"34987f1e0c4cff7a","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1726217551920,"stop":1726217551920,"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":"283fbfb203367c56","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1726217551920,"stop":1726217551921,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a07fd20e93eb0df669117dc0a236161"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","children":[{"name":"Ping on subscribed peer","uid":"95af17ba7cffbe1","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1726217567469,"stop":1726217567470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"83fc48cd9502e5ce","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1726217567470,"stop":1726217567471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"e5c4025f4cf0c155","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1726217567471,"stop":1726217567472,"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":"8085f42cd3c196ca","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1726217567472,"stop":1726217567473,"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":"3377326b3fd6ef05","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1726217567473,"stop":1726217567474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"eb47fc8409a0adbf","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1726217567474,"stop":1726217567475,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"6d5b47aded166552","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1726217567474,"stop":1726217567474,"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":"7cdef3f24d19e5ba","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1726217567475,"stop":1726217567475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"907e1b78e3bbfb1d734cf2fa0efdb6f6"},{"name":"Waku Filter V2: Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"7677dfe93a0787f7","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1726217577132,"stop":1726217577133,"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":"c71b27a676031794","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1726217577133,"stop":1726217577134,"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":"acdbddd856132ef9","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1726217577133,"stop":1726217577133,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a37faf5f9a5688fa17becb25085a48f4"},{"name":"Waku Filter V2 (Autosharding): Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"4067cf34d373ec31","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1726217577134,"stop":1726217577136,"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":"1595ee22a856bad","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1726217577137,"stop":1726217577137,"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":"4173215c27f58299","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1726217577138,"stop":1726217577146,"duration":8},"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":"780cb6abf9cec399","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1726217577147,"stop":1726217577148,"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":"c39f1eda8251a907","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1726217577151,"stop":1726217577152,"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":"e25eca97863e029e","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1726217577152,"stop":1726217577153,"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":"1fe906bfbb24e70","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1726217577153,"stop":1726217577155,"duration":2},"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":"6ad6ef14739be7cd","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1726217577155,"stop":1726217577155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56bb33e6fea7bcdfc1beff66d0ceecc2"},{"name":"Waku Filter: Peer Management: E2E","children":[{"name":"Number of peers are maintained correctly","uid":"48b37bb234b8612a","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1726217603235,"stop":1726217603236,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"7c8671cbf4e0b7e7","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1726217603236,"stop":1726217603237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"9d802fea6ad287d6","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1726217603237,"stop":1726217603238,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"c6982ab836910f17","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1726217603238,"stop":1726217603243,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"551ba36438126053","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1726217603243,"stop":1726217603244,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"aadf896afd64389b","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1726217603244,"stop":1726217603245,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"1f98fc81c2c208f2","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1726217603245,"stop":1726217603245,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"25240476a78d2eb7","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1726217603245,"stop":1726217603246,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"cea680d74165ae8fdc3ee6d5a811cc74"},{"name":"Waku Filter V2: Unsubscribe","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"9f598f9ebb5059cb","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1726217608001,"stop":1726217608002,"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":"45cac4c7fa658491","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1726217608002,"stop":1726217608003,"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":"2a503b6eb9914d20","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1726217608002,"stop":1726217608002,"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":"f0ace057d24b60c7","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1726217608003,"stop":1726217608003,"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":"e33a56e46eeb57ba","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1726217608003,"stop":1726217608003,"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":"2aef1dcc86b612f6","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1726217608003,"stop":1726217608004,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"827e940726f47c67a446cde22991d44e"},{"name":"Waku Filter V2: FilterPush","children":[{"name":"Check received message containing short","uid":"591f890830c9edf4","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677784,"stop":1726217677785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"f2c89de5fbb24030","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677785,"stop":1726217677791,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"1ad2f552633eef1a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677791,"stop":1726217677792,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"e2f9a85bece3da3d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677792,"stop":1726217677796,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"a415ec338168a68","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677797,"stop":1726217677799,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"9bda46af5259417b","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677799,"stop":1726217677810,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"3454605ed0d9a3","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677810,"stop":1726217677812,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"b96d24654ce58053","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677812,"stop":1726217677813,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"b1c22e5b6524f69e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677813,"stop":1726217677814,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"54da3af17e7b59c8","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677814,"stop":1726217677815,"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":"cf7aad3341606f02","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677815,"stop":1726217677820,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"97f2a2592cdf0156","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677820,"stop":1726217677822,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"e74bc7dc8678d97d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677822,"stop":1726217677823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e54dc3a22d1203cb","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677823,"stop":1726217677825,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"ce59ddecf13507d5","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677825,"stop":1726217677826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"743618d37056dc7e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677826,"stop":1726217677827,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492603000000 ","uid":"c8736293f26b6ab4","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677827,"stop":1726217677828,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492603 ","uid":"8524dbf0e44a32da","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677828,"stop":1726217677834,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"de45df2ab2405988","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677835,"stop":1726217677841,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1102e1245bfc0d12","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677841,"stop":1726217677842,"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":"c8c20720b51b9384","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677843,"stop":1726217677843,"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":"f905fc86f8a7bacc","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677843,"stop":1726217677843,"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":"53e26649a382515b","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677844,"stop":1726217677845,"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":"fc6e8a051f69ff43","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677844,"stop":1726217677844,"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":"8b1b47038ecaf847","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677844,"stop":1726217677844,"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":"e0dd8b9748ec0ef3","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726217677845,"stop":1726217677846,"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":"5b9f28d79360d323","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1726217677846,"stop":1726217677846,"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":"512770156df70bbf","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1726217677846,"stop":1726217677846,"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":"274d935c6050d9af","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1726217687413,"stop":1726217687414,"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":"c5eb38e2a4a1dc3d","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1726217687414,"stop":1726217687414,"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":"749a4fbeb03255c7","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1726217687415,"stop":1726217687415,"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":"72bb661e74770c35","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1726217687416,"stop":1726217687416,"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":"a8581a6e5485075c","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1726217687416,"stop":1726217687416,"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":"bf822a9f7fd0d0a4","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1726217687417,"stop":1726217687417,"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":"5f8ba8ff9bdc65e6","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1726217687417,"stop":1726217687418,"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":"d554c82e90c12818","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1726217687420,"stop":1726217687421,"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":"47c004fa0a6df8fb","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1726217687421,"stop":1726217687421,"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":"d104607e2829a325","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1726217687422,"stop":1726217687422,"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":"bbeb1f06bb1cc096","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1726217687422,"stop":1726217687422,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"76243581b1758426","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1726217687423,"stop":1726217687423,"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":"6a918a6e973d43a0","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1726217687423,"stop":1726217687423,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5b28b27077275dade6e0658409c39ea7"},{"name":"maxBootstrapPeers=2","children":[{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"6cc886dceb5d32a7","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1726217687424,"stop":1726217687424,"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":"b6a37fe23b451513","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1726217687424,"stop":1726217687425,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"d495f5ba3b9e96f6","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1726217687424,"stop":1726217687424,"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":"68d7da29c1b04","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1726217687425,"stop":1726217687425,"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":"2f5bb894d6388e30","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1726217687425,"stop":1726217687425,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b92eca3e05a7eb76cf0ca2d530e1ad41"},{"name":"maxBootstrapPeers=3","children":[{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"b28609a032130aa1","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1726217687426,"stop":1726217687427,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"5006e955dc9c9c9f","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1726217687426,"stop":1726217687426,"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":"201539d42c5e9114","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1726217687427,"stop":1726217687427,"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":"925b1c919a4ad23d","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1726217687427,"stop":1726217687428,"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":"5c361733fd3667b5","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1726217687428,"stop":1726217687428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1aa832f3089f425d29f52f9feb23beea"},{"name":"maxBootstrapPeers=4","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"1916a6e15a70987d","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1726217687428,"stop":1726217687429,"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":"85ca7103e2492eab","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1726217687429,"stop":1726217687430,"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":"da6a90a0bb2f5052","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1726217687429,"stop":1726217687429,"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":"fefa5b17b05cc84b","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1726217687429,"stop":1726217687429,"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":"5f17a1fd85500929","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1726217687431,"stop":1726217687432,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f52be94744a5dedbd6192c0ba976cc4d"},{"name":"maxBootstrapPeers=5","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"927a379b2c157f6e","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1726217687432,"stop":1726217687436,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"1ac639aff7ea290e","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1726217687436,"stop":1726217687437,"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":"42a423a055747248","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1726217687437,"stop":1726217687437,"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":"a5449bf876e4d8b5","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1726217687438,"stop":1726217687439,"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":"9eb1bd1efcf37a35","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1726217687438,"stop":1726217687438,"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":"ca68ae3dc8e86300","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1726217687439,"stop":1726217687439,"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":"17a03a2b5c401b50","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1726217687440,"stop":1726217687440,"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":"1454bbe5908cf8c","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1726217687440,"stop":1726217687441,"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":"7230c53b4db9a327","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1726217687441,"stop":1726217687441,"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":"be3b4c77d4d2229d","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1726217687441,"stop":1726217687442,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"fdb01139a32c46716918889b88a43816"},{"name":"maxBootstrapPeers=7","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"efe8072356e5b8c1","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1726217687442,"stop":1726217687442,"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":"26346756a1797bfe","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1726217687443,"stop":1726217687444,"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":"6ba67b6a9be32d7d","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1726217687445,"stop":1726217687447,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"4e023238762566f1","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1726217687447,"stop":1726217687449,"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: 7","uid":"2e63e0cbccc2a075","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1726217687449,"stop":1726217687450,"duration":1},"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":"ac8a402fcc401b07","parentUid":"b8111ecc6b0aef76a3b108ebcf628b79","status":"passed","time":{"start":1726217687450,"stop":1726217687451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b8111ecc6b0aef76a3b108ebcf628b79"}],"uid":"c3fd0a376e255f07764bc7336980757b"},{"name":"Waku Filter V2: Subscribe: Single Service Node","children":[{"name":"Subscribe and receive messages via lightPush","uid":"e046b18e4b9b75eb","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217705987,"stop":1726217705988,"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":"351e709b75b9a3f7","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217705988,"stop":1726217705988,"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":"e4676b067da16ef4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217705995,"stop":1726217705996,"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":"888a2fcfd7362efe","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217705996,"stop":1726217705996,"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":"a2819a7fbc4ccdbf","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217705997,"stop":1726217705998,"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":"93d80f22374b0110","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217705997,"stop":1726217705997,"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":"5a1e4b90919f2275","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217705997,"stop":1726217705997,"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":"c48511aa87b2a0ba","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217705998,"stop":1726217705999,"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":"c0a4ddd8a07af88b","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217705998,"stop":1726217705998,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"2d61d05e596ee0bb","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706000,"stop":1726217706000,"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":"8d35acc5cb6a530b","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706000,"stop":1726217706001,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"fee230f6a1feb1de","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706000,"stop":1726217706000,"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":"66fba32ce6b56b18","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706001,"stop":1726217706002,"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":"81f573bff6c68007","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706001,"stop":1726217706001,"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":"33d7e21774b4b1ef","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706002,"stop":1726217706004,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"36015ee5684301e4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706005,"stop":1726217706006,"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":"916f4fe4fc4b1b3e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706005,"stop":1726217706005,"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":"3017e8be06448635","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706005,"stop":1726217706005,"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":"f6fcbf6ede1545b6","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706006,"stop":1726217706006,"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":"29b51c8671733e33","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706007,"stop":1726217706008,"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":"bda7487f80b65a24","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706007,"stop":1726217706007,"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":"a626c0c9beabd2fd","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706008,"stop":1726217706009,"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":"63ecc95d35307b4d","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706008,"stop":1726217706008,"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":"71a0957bd1164b3e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706009,"stop":1726217706010,"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":"b3c2e11c53c4563","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706009,"stop":1726217706009,"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":"3c6d35273bb5d2bc","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706010,"stop":1726217706011,"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":"fd1422df3e59aced","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706011,"stop":1726217706012,"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":"5a052b91b6aaa163","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706011,"stop":1726217706011,"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":"3041108ccdfd46d4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726217706012,"stop":1726217706013,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6f94dc37311b4dd500c6fb4f60c93564"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"d15ebb9c40f10e66","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1726217724199,"stop":1726217724199,"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":"be4a89efa6eeda7c","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1726217724200,"stop":1726217724200,"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":"c7f9038e88742c57","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1726217724200,"stop":1726217724201,"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":"a2d1562737d69c87","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1726217724200,"stop":1726217724200,"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":"f022cd6f33bd5fc7","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1726217724201,"stop":1726217724202,"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":"26ae4ffa0f63dc96","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1726217724203,"stop":1726217724203,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"85ab1e27fbaf95f3f5eb5ecbb27e7348"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"249e9bfd52485f18","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1726217724203,"stop":1726217724203,"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":"7b1be8aea5389366","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1726217724224,"stop":1726217724224,"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":"af5538879261d242","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1726217724226,"stop":1726217724227,"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":"87bf3e9c0fb36842","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1726217724227,"stop":1726217724228,"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":"d472045ff0cee630","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1726217724227,"stop":1726217724227,"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":"ee6e93fbf84c3ddc","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1726217724228,"stop":1726217724228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d51561a0db8f4679c409581c5ed3e00e"},{"name":"Health Manager","children":[{"name":"Should update the health status for protocols","children":[{"name":"LightPush with 0 connections","uid":"710bc8b5c8768c20","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1726217742496,"stop":1726217742496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"135264c5abcb468c","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1726217742497,"stop":1726217742497,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"c1ec88ed8f3bfe0a","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1726217742497,"stop":1726217742497,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"34e19b98ba411c0e","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1726217742497,"stop":1726217742498,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"2174e0c19f9071b4","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1726217742498,"stop":1726217742500,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"d06fe232744ae48","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1726217742502,"stop":1726217742502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"3e414a47fc3062f6","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1726217742503,"stop":1726217742503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"face8bb30fdbac53","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1726217742503,"stop":1726217742503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"37c3a9cc325e9c4b75817a554f9cf514"}],"uid":"d3066756c03bf1e444166ae90377dcb1"},{"name":"Waku Light Push: Peer Management: E2E","children":[{"name":"Failed peers are renewed","uid":"b73f45b7c0342d27","parentUid":"b22d635ac2ef96143f8c2857c81d2b43","status":"passed","time":{"start":1726217751144,"stop":1726217751144,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"4dd97c30e82ba1c6","parentUid":"b22d635ac2ef96143f8c2857c81d2b43","status":"passed","time":{"start":1726217751144,"stop":1726217751144,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b22d635ac2ef96143f8c2857c81d2b43"},{"name":"Waku Light Push : Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"30f98cd2a9d61481","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1726217804574,"stop":1726217804574,"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":"fdcd25c2971565ed","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1726217804575,"stop":1726217804576,"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":"394d8788832ad6a8","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1726217804575,"stop":1726217804575,"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":"4c22b3d5c5aabacb","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1726217804580,"stop":1726217804581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"befb0566995e0530","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1726217804580,"stop":1726217804580,"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":"b568e18fceb36b33","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1726217804581,"stop":1726217804581,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c38d88c628db61092cac75ccc09fe906"},{"name":"Waku Light Push (named sharding): Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"cdad8f4cad202d44","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1726217804581,"stop":1726217804582,"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":"dd7a24a69db17bec","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1726217804582,"stop":1726217804583,"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":"2f1b962b50f38baf","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1726217804582,"stop":1726217804582,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"35de3709f31f23da68ece85d4ad444e9"},{"name":"This","children":[{"name":"Is","children":[{"name":"A test","uid":"44274d34b09f4ce7","parentUid":"d97a75222c68cb30be8516b31f542691","status":"passed","time":{"start":1726217804645,"stop":1726217804645,"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":"577d3f0ec67fefa7","parentUid":"a6366810953c2e0e3c90e3cb98ee73f7","status":"passed","time":{"start":1726217804645,"stop":1726217804646,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a6366810953c2e0e3c90e3cb98ee73f7"}],"uid":"1825355ae66eca5b17eeac38d11a8f4b"},{"name":"Metadata Protocol","children":[{"name":"receiving a ping from a peer does not overwrite shard info","uid":"8a062336079246fd","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1726217848413,"stop":1726217848414,"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":"b4e30054e64f672","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1726217848413,"stop":1726217848413,"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":"65af325e86f9e7c5","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1726217848414,"stop":1726217848415,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"1c0ce4e0a62a37cf","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1726217848414,"stop":1726217848414,"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":"2e5a6f402f793a14","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1726217848420,"stop":1726217848420,"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":"7a8433e86cab8872","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1726217848421,"stop":1726217848421,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"174e48ade251c8de555bd3bc87d61e1f"}],"uid":"efccb8cb58173ebb8b2f79a36781cf1b"},{"name":"multiaddr: dialing","children":[{"name":"can dial TLS multiaddrs","uid":"59cdfa21a9801533","parentUid":"ed3199962ddbdce221ebc3aee5f07a71","status":"passed","time":{"start":1726217854655,"stop":1726217854655,"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":"2c65730fb3d4bf3c","parentUid":"1e048c606fd404a2c44ada77bca3101a","status":"passed","time":{"start":1726217854655,"stop":1726217854656,"duration":1},"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":"28ae9f8ebb0f9a0","parentUid":"b5a4331680bd014f81e396f3a45e3e05","status":"passed","time":{"start":1726217854778,"stop":1726217854779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b5a4331680bd014f81e396f3a45e3e05"},{"name":"Node Health Status Matrix Tests","children":[{"name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","uid":"21d81dc43d92ec0e","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726217868231,"stop":1726217868231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","uid":"d776aaeeb51f5624","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726217868232,"stop":1726217868232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","uid":"fd1b79a5dfd61553","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726217868232,"stop":1726217868232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"bff1533859a58dfa","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726217868233,"stop":1726217868234,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","uid":"dd85b3c9e236ae92","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726217868233,"stop":1726217868233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","uid":"c5cc9eb2b2619f9d","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726217868233,"stop":1726217868233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","uid":"eea280ce78bad141","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726217868235,"stop":1726217868236,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","uid":"b1da881b4a2fd795","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726217868236,"stop":1726217868237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","uid":"22bef30d0160dbfd","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726217868237,"stop":1726217868246,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"fd07b200094621c3","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726217868247,"stop":1726217868248,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"90384b357a2fa489","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726217868248,"stop":1726217868249,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"efd5d7880c60bac0","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726217868249,"stop":1726217868250,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"12289a79c2e77653","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"broken","time":{"start":1726217868252,"stop":1726217868253,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"be1491af3b4379e4","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726217868253,"stop":1726217868255,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"851a5c816053d52","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726217868255,"stop":1726217868256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"f94d798aba06a946","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726217868256,"stop":1726217868257,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b68e89c69b548d79360b3bc3f085612c"},{"name":"Peer Exchange Continuous Discovery","children":[{"name":"Should update multiaddrs","uid":"d6e7f3d31d0be7a8","parentUid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c","status":"passed","time":{"start":1726217868893,"stop":1726217868894,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"5ce0d52363880cf8","parentUid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c","status":"passed","time":{"start":1726217868894,"stop":1726217868894,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","children":[{"name":"Check received message containing short","uid":"a6040956941a17c4","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924727,"stop":1726217924729,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"ad3d9f69973527b4","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924729,"stop":1726217924729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"abdb0ed5d61875d6","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924730,"stop":1726217924730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"4361aea2bfb11075","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924730,"stop":1726217924730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"38add447307aaaf2","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924731,"stop":1726217924732,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"dc7120f30593480b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924732,"stop":1726217924732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"bbe9ae1e986de0af","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924732,"stop":1726217924733,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"1a1f796910147395","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924733,"stop":1726217924733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"6aa958d8323dee57","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924734,"stop":1726217924734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"2b19dce128f3f727","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924734,"stop":1726217924734,"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":"ca635cebc11eec5c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924735,"stop":1726217924735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"663f441ba2161d95","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924735,"stop":1726217924736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"1b2e1c4a7b630a8f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924736,"stop":1726217924736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"231d34991ec56653","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924737,"stop":1726217924738,"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":"9dadd59fc00b67ae","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924737,"stop":1726217924737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"4ebf835b7cb2079b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924737,"stop":1726217924737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492448000000 ","uid":"ab124e5bda8b39fe","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924738,"stop":1726217924738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492448 ","uid":"46163633a9581f8a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924738,"stop":1726217924738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"cd6766c4b7272b55","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924739,"stop":1726217924739,"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":"db665e1deda8b2a0","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924740,"stop":1726217924740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"9c248b72f3c6af5e","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924740,"stop":1726217924740,"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":"f364e6439b37a847","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924741,"stop":1726217924742,"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":"a127032ae9eea9cc","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924741,"stop":1726217924741,"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":"197144ca192231af","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924742,"stop":1726217924743,"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":"8db847d1f97c48e2","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726217924742,"stop":1726217924742,"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":"1d4bc9192dedefcc","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1726217924743,"stop":1726217924743,"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":"71e016fe5642d185","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1726217924743,"stop":1726217924743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"cddf321d453ccfeb1c38dfaa4bf0811f"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","children":[{"name":"Check received message containing long","uid":"cd9aa96cbafd7868","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924744,"stop":1726217924744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"f7d584da4a6968f7","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924744,"stop":1726217924744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"7b5216172d8f56f0","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924745,"stop":1726217924745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"edda3e06ccbd69e","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924745,"stop":1726217924746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"21ea567502913d50","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924745,"stop":1726217924745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"7918a4cdcdc715c3","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924746,"stop":1726217924752,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"30ddbc056644a158","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924752,"stop":1726217924752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"1d87b66ed1f7f3d1","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924752,"stop":1726217924752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"d5d71a44591962af","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924753,"stop":1726217924753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"decd75e56d355f4f","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924753,"stop":1726217924753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"15115c43ce64880","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924754,"stop":1726217924754,"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":"922d391927121e35","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924754,"stop":1726217924754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"211400f5887a7683","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924754,"stop":1726217924755,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"ffb39a8d1b2d5d15","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924755,"stop":1726217924758,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"3102ce46df784b5a","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924758,"stop":1726217924759,"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":"3228440b0ce36330","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924758,"stop":1726217924758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492448000000 ","uid":"1718215cb2ff9a1b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924759,"stop":1726217924759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492448 ","uid":"a0ec8cc6acacc39a","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924759,"stop":1726217924762,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"c9aa0eb57ad99464","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924763,"stop":1726217924763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"7b0118d58f5347dc","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924763,"stop":1726217924763,"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":"42dec1fcd0756e39","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924764,"stop":1726217924764,"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":"f908971d91c158f9","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924764,"stop":1726217924765,"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":"b84068f23fab0ff6","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924764,"stop":1726217924764,"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":"f0a30040c507c186","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924765,"stop":1726217924765,"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":"75edb88255806c74","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726217924765,"stop":1726217924765,"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":"3d3fcbe2458bcd52","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1726217924766,"stop":1726217924766,"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":"3570f6d576837572","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1726217924766,"stop":1726217924766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"de597dc9fd0f0eae44ef8b68c4f3be7e"},{"name":"Peer Exchange Query","children":[{"name":"less peers than existing","uid":"72b1ee58aa9f58ad","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1726217925015,"stop":1726217925016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"817f965bdef4407f","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1726217925015,"stop":1726217925015,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"6261c0636e1b38eb","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1726217925015,"stop":1726217925015,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"f9a0f8a733a691ea","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1726217925016,"stop":1726217925016,"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":"6387ce7e4e5327f4","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1726217927560,"stop":1726217927560,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"e20376927b185d2a","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1726217927561,"stop":1726217927561,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c09e2f8d01d26e92eda242fa33d69927"},{"name":"Waku Light Push: Single Node","children":[{"name":"Push message with short payload","uid":"88a4957eb6159ad5","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946673,"stop":1726217946674,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"5eabbc224a0e71bd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946674,"stop":1726217946675,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"665413658dfe9f5e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946675,"stop":1726217946676,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"e5713b8a06afbb25","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946676,"stop":1726217946677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"823e7ca7805f944d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946677,"stop":1726217946677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"efe0fa846cbf9c99","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946678,"stop":1726217946678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"f3d3fbf9eafeb69","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946680,"stop":1726217946697,"duration":17},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"a03a7e9813f53881","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946697,"stop":1726217946698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"d71162fe36448aeb","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946699,"stop":1726217946699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"95c639a6bcb02022","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946700,"stop":1726217946705,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"acd2681812c08aa9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946705,"stop":1726217946718,"duration":13},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"76159908ae89d281","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946719,"stop":1726217946719,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"1c1e58c46a692ff1","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946720,"stop":1726217946721,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"1a6b29b2737111e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946720,"stop":1726217946720,"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":"1367842c152bee60","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946721,"stop":1726217946721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"1915a37224b4eead","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946721,"stop":1726217946721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"d2769fccf237d655","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946722,"stop":1726217946722,"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":"f3ecbd401a1a7259","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946722,"stop":1726217946722,"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":"eb443ba2252d774d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946723,"stop":1726217946724,"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":"ee54230ded098042","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946723,"stop":1726217946723,"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":"8718c7049de43c14","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946723,"stop":1726217946723,"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":"63d86311cdb44ca9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946724,"stop":1726217946725,"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":"aa3b33c00932961f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946724,"stop":1726217946724,"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":"4484ab6bc79d4a9a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946725,"stop":1726217946728,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"dd0c3a44300bb4cd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946732,"stop":1726217946732,"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":"822c7391aaeeaf49","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946732,"stop":1726217946733,"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":"215000a5d8469684","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946733,"stop":1726217946733,"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":"f0009605e23d797e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946734,"stop":1726217946735,"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":"fc6cfb471425cb2f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946734,"stop":1726217946734,"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":"538a15730f0478a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946735,"stop":1726217946739,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"d8bc04fa2cad4afe","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946735,"stop":1726217946735,"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":"bb195f127bc23fc3","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946739,"stop":1726217946739,"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":"53bbf43931b3a13e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946740,"stop":1726217946740,"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":"139ea9cdbd201ed8","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946740,"stop":1726217946741,"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":"f5be96194f8f36d4","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946740,"stop":1726217946740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"68d994220f4dfbf0","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946741,"stop":1726217946741,"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":"3a32b0028b9f79ca","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946741,"stop":1726217946741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"fa930ca5f2fb2f33","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946742,"stop":1726217946743,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1695459342715","uid":"6f6b1fae02c86cc6","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946743,"stop":1726217946743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726221342715","uid":"32351918145325f1","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946744,"stop":1726217946744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726214142715","uid":"31c339942342c875","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946744,"stop":1726217946744,"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":"332f95502e32f96e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946745,"stop":1726217946745,"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":"9dbeccb659bd7d14","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726217946745,"stop":1726217946745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7df6540d157bd48a9d3bc8c3f21e93bb"},{"name":"Waku Relay, Interop","children":[{"name":"nwaku subscribes","uid":"6af678b35c2f4a73","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1726217949322,"stop":1726217949323,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"a42c67f43b954f20","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1726217949325,"stop":1726217949325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"1a4990250e98ae5c","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1726217949325,"stop":1726217949326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"b7e60c0b1bbea68e","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1726217949327,"stop":1726217949327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e723c55a01833b835c26f759a08dcc8f"},{"name":"Peer Exchange","children":[{"name":"getPeersByDiscovery","uid":"9931e5fbeb80520f","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1726217955948,"stop":1726217955949,"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":"8632721549e14843","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1726217955949,"stop":1726217955949,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"a974dc35348d8bf9","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1726217955949,"stop":1726217955949,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"d1052525a440082e","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1726217955950,"stop":1726217955950,"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":"9bb30bb1031e3773","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1726217978645,"stop":1726217978645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"155d181d2dd11c63","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1726217978645,"stop":1726217978647,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"4d7ae123f4338ed","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1726217978647,"stop":1726217978649,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"f8a8d04095de31cb","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1726217978650,"stop":1726217978650,"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":"6fe6410a277322c9","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1726217978666,"stop":1726217978666,"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":"de04ba40cdd8c7e7","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1726217978667,"stop":1726217978667,"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":"b70b5bb13275e661","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1726217978667,"stop":1726217978667,"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/2 topic","uid":"32e0d786de989bda","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1726217960211,"stop":1726217960211,"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":"3bf46a1397bddf6","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1726217960211,"stop":1726217960211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"9f6ad9d0a302fa81","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1726217960212,"stop":1726217960212,"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":"ec4f413dbf24196e","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1726217960212,"stop":1726217960212,"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":"d323eb4b7d5f4e3c","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1726217960213,"stop":1726217960213,"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":"c47d8fcb86f012a2","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1726217960213,"stop":1726217960213,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"a59d67651086a0f1","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1726217960214,"stop":1726217960214,"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":"2453f8230b03b9c5","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1726217960214,"stop":1726217960214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"23ea901a8196812bf1a172b866f3c954"},{"name":"Waku Relay, Publish","children":[{"name":"Check publish message containing short","uid":"2ef258ced9393aaf","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976598,"stop":1726217976598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"8d6e3c354c56f675","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976599,"stop":1726217976599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"6ffafc8d8a1c4350","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976599,"stop":1726217976599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"2fab469ec8314fea","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976600,"stop":1726217976601,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"c96d254c26f6fe71","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976600,"stop":1726217976600,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"e66192f75d7908bf","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976600,"stop":1726217976600,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"afc4890543196d66","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976601,"stop":1726217976601,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"872bd653fe613d0","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976601,"stop":1726217976602,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"3f3b65e5e9b4ab34","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976602,"stop":1726217976602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"171f63e0abd388e3","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976602,"stop":1726217976602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"80c89eaf05f4cd9c","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976603,"stop":1726217976604,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"db8561724d375e5f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976603,"stop":1726217976603,"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":"394c68283a7a8ff2","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976603,"stop":1726217976603,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"f110014bb68fc085","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976604,"stop":1726217976606,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"2f19eecf52c8f720","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976606,"stop":1726217976607,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"bd15fb2f524ce2c","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976607,"stop":1726217976608,"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":"55c9f0947a2b5f19","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976608,"stop":1726217976609,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sat Sep 23 2023 08:59:09 GMT+0000 (Coordinated Universal Time)","uid":"39b9911ab7b31593","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976609,"stop":1726217976610,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 13 2024 07:59:09 GMT+0000 (Coordinated Universal Time)","uid":"af31b0df6175fdc1","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976610,"stop":1726217976611,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 13 2024 09:59:09 GMT+0000 (Coordinated Universal Time)","uid":"3aaa244311e0da59","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976611,"stop":1726217976613,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"c44675d18b5bdf00","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976613,"stop":1726217976614,"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":"ecd94d1fd89bec96","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976614,"stop":1726217976615,"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":"406e7760a6b203bf","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976615,"stop":1726217976616,"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":"9eaefe2785f18c04","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976616,"stop":1726217976617,"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":"c4a6c731c5ba181f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976619,"stop":1726217976620,"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":"f67ce95b2517dcfb","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1726217976620,"stop":1726217976621,"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":"52aa7f8c3c7dab29","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1726217976621,"stop":1726217976622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"55a65680c90a88e7","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976622,"stop":1726217976623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"78d71f9d8fa08f9a","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726217976623,"stop":1726217976624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"540857cd9aa465b36ce09e6d7509872d"},{"name":"Waku Relay, Subscribe","children":[{"name":"Mutual subscription","uid":"5f97f03312eb9c3f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980034,"stop":1726217980035,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"8a91252486d89c80","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980035,"stop":1726217980035,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"42f866ea9a68472e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980035,"stop":1726217980036,"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":"aadd29f5cc1cd3e4","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980036,"stop":1726217980036,"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":"d2599ebb63e00009","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980036,"stop":1726217980037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"c213072de9dc0c33","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980036,"stop":1726217980036,"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":"21f717d2eb9962f1","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980037,"stop":1726217980037,"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":"a1bf24b88c56c22f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980037,"stop":1726217980038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"68007f3446635ee8","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1726217980038,"stop":1726217980038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"576b67030db7bb98","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1726217980038,"stop":1726217980038,"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":"a15c15ae6c4cd08f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980039,"stop":1726217980049,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"f625a555b6611ba7","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980039,"stop":1726217980039,"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":"3ceb98ed5f653578","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980039,"stop":1726217980039,"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":"a16ed47e57a9e8be","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980049,"stop":1726217980050,"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":"65777614b69daf42","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980050,"stop":1726217980050,"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":"e671cdb7d273dd53","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980050,"stop":1726217980051,"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":"9fca3a38bf89962b","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980051,"stop":1726217980051,"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":"d5d62e67d9328415","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980052,"stop":1726217980052,"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":"4d824539b4a594dd","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980052,"stop":1726217980053,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"b00c46347845a679","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980052,"stop":1726217980052,"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":"fe089244688f9639","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980053,"stop":1726217980053,"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":"1564355301325361","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980053,"stop":1726217980054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"dde0fd7b88ca5c32","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980054,"stop":1726217980054,"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":"12708546cdcbaea6","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980054,"stop":1726217980055,"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":"af16cec20f846056","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980055,"stop":1726217980055,"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":"3650feca32375c67","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726217980055,"stop":1726217980056,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f44a58f320567307bff944f420349273"},{"name":"Autosharding: Running Nodes","children":[{"name":"Different clusters and topics","children":[{"name":"Cluster ID 0 - Default/Global Cluster","uid":"72a4689f75936f85","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218011622,"stop":1726218011622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"27f30c6a16a7a99e","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218011623,"stop":1726218011623,"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: /app90/6/topic326/proto","uid":"bb50231047495df1","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218011623,"stop":1726218011624,"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: /app95/8/topic808/test.js","uid":"27cd581dbeec6913","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218011623,"stop":1726218011623,"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: /app58/8/topic404/proto","uid":"df834e1ff4e2fc11","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218011624,"stop":1726218011624,"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: /app57/6/topic639/json","uid":"ef2cd6e362cefa22","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218011624,"stop":1726218011625,"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/1/topic193/proto","uid":"ea335f24d619f36b","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218011624,"stop":1726218011624,"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: /app62/7/topic669/test.js","uid":"4f3605b8fe121008","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218011626,"stop":1726218011627,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app24/4/topic447/utf8","uid":"43993ae6688f6977","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218011626,"stop":1726218011626,"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: /app7/3/topic353/xml","uid":"33be19679efe1aaa","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218011626,"stop":1726218011626,"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: /app20/5/topic731/xml","uid":"a746752f6b36bda","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218011627,"stop":1726218011627,"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: /app16/3/topic493/proto","uid":"d1d15cc1f60f49d1","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218011627,"stop":1726218011627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"a3078c24a20db61e","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218011628,"stop":1726218011628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e8b0f6eec77d72e8a8dfd3fa7b06b150"},{"name":"Others","children":[{"name":"configure the node with multiple content topics","uid":"43923558f2068114","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1726218011628,"stop":1726218011628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"ef70294ca0d0caa2","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1726218011629,"stop":1726218011630,"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":"2c6da54044659602","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1726218011629,"stop":1726218011629,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c1298819c2cb74c1497f827790fba312"}],"uid":"81716586629d1440866a32fcb0929685"},{"name":"Waku Light Push: Multiple Nodes: Strict Check: true","children":[{"name":"Push message with short payload","uid":"7218ef37689f8d5c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013688,"stop":1726218013689,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"a19fa9505e421d8b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013689,"stop":1726218013689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"62582c25cfe4c6ae","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013690,"stop":1726218013690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"643a5ef7efb4579f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013690,"stop":1726218013690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"fbdf6fecbd6fa7e4","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013691,"stop":1726218013691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"ff651ac650aa0b69","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013691,"stop":1726218013691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"fdda0479736669ef","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013692,"stop":1726218013693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"48dcbc888136b7ac","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013692,"stop":1726218013692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"a027ff90bfff3b8c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013692,"stop":1726218013692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"8ca8dd69249fc3f5","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013693,"stop":1726218013693,"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":"f46a65f5ec61cbfc","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013693,"stop":1726218013694,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"fdd94729863a5ba0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013694,"stop":1726218013695,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"42e6432cbb5d2993","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013695,"stop":1726218013695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"d05befb19538bf00","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013696,"stop":1726218013696,"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":"ae06513cb133c1b2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013696,"stop":1726218013696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"fa96a3d3c340607a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013697,"stop":1726218013697,"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":"f92f1fd2adc550b5","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013697,"stop":1726218013698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"e0fb4e9e26f6b570","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013697,"stop":1726218013697,"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":"6ba53f6831712367","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013698,"stop":1726218013699,"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":"fee6e504776f4387","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013698,"stop":1726218013698,"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":"569d2a07b0a33503","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013699,"stop":1726218013700,"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":"ea1d44b491181207","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013700,"stop":1726218013700,"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":"f31d496356106eef","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013700,"stop":1726218013700,"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":"9613918c76680899","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013701,"stop":1726218013702,"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":"ed29db7636c0a5e0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013701,"stop":1726218013701,"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":"c68091fa3992f9d9","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013701,"stop":1726218013701,"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":"f974fb36c1ad20d9","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013702,"stop":1726218013712,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"48a92568d4185240","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013712,"stop":1726218013715,"duration":3},"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":"f09ae161289fe6e3","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013716,"stop":1726218013718,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"4cc2b05c7efae3c5","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013718,"stop":1726218013719,"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":"2df5ea4a86c6553b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013719,"stop":1726218013719,"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":"a862455496dd40e8","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013719,"stop":1726218013720,"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":"4c1e3cf0750d78f4","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013719,"stop":1726218013719,"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":"da728877ee37693","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013720,"stop":1726218013723,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"20f7e6a7dca25bdc","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013720,"stop":1726218013720,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"6579233b147dbd27","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013723,"stop":1726218013724,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"f49ed9684cf683da","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013724,"stop":1726218013724,"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":"a8451b5b33d83280","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013724,"stop":1726218013724,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1695459306169","uid":"a532000f3eabde59","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013725,"stop":1726218013725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726214106169","uid":"77af0d3a6df2b44f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013725,"stop":1726218013726,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726221306169","uid":"38800d9b501f4f5b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013726,"stop":1726218013729,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"e12b17f9d8cc7435","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013729,"stop":1726218013730,"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":"3b45aff872bd9d10","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218013730,"stop":1726218013731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0ce4304a5c72aabff181e56ac32d839"},{"name":"Waku Store, cursor","children":[{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"dbb6de40286083ac","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1726218020451,"stop":1726218020453,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"aeba21aec66b684","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1726218020451,"stop":1726218020451,"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":"c4ccced96b1fa86c","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1726218020453,"stop":1726218020454,"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":"2e6e42f34c4e0edf","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1726218020454,"stop":1726218020455,"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":"97e00203451e4ee0","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1726218020455,"stop":1726218020456,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"1ccc6c22d23ddcfb","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1726218020456,"stop":1726218020457,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"e0dbf51dfa7f3528","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1726218020457,"stop":1726218020458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"a6f574173d8b143e","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1726218020458,"stop":1726218020459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"46da2f5652808e97","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1726218020459,"stop":1726218020460,"duration":1},"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":"ad6c71acb1ac96cb","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218039626,"stop":1726218039626,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 517, Shard ID: 180","uid":"594ff4c45895ab89","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218039627,"stop":1726218039628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 813, Shard ID: 4","uid":"9aea3c2c6b14dca0","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218039627,"stop":1726218039627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"e8a0b62e494156e2","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218039627,"stop":1726218039627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 309, Shard ID: 473","uid":"575f5f1a89a5a265","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218039628,"stop":1726218039628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 517, Shard ID: 214","uid":"5691568a6136f845","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218039628,"stop":1726218039628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 39, Shard ID: 679","uid":"1c5928a8bbd66520","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218039629,"stop":1726218039629,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 431, Shard ID: 247","uid":"ecb4dbb01334f29d","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218039629,"stop":1726218039629,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 69, Shard ID: 416","uid":"4c0bef4a99d3c90e","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218039630,"stop":1726218039630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 299, Shard ID: 381","uid":"9fa765fa058e38dc","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218039630,"stop":1726218039630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 340, Shard ID: 336","uid":"45435efc6222a176","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218039631,"stop":1726218039631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 415, Shard ID: 397","uid":"dec0f2a0fa9d8928","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218039631,"stop":1726218039631,"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":"7b13e800fd0cb8b7","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1726218039632,"stop":1726218039632,"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":"48981eb82341f9c8","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1726218039633,"stop":1726218039634,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"ca20990e3405d0fc","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1726218039634,"stop":1726218039635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"55b20afdd36c6a3fe4fbc5148e0b6cb1"}],"uid":"3063c7d8bf33f54fd9a4937c64364a9f"},{"name":"Waku Store, error handling","children":[{"name":"Query Generator, Multiple PubsubTopics","uid":"51795d515438cd82","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218054673,"stop":1726218054683,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"e44df5c108d260a3","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218054673,"stop":1726218054673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"d8dc3fa14fc34a24","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218054683,"stop":1726218054684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"21a181c76e1fbf4f","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218054684,"stop":1726218054684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"369e2e1f3d78afd5","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218054684,"stop":1726218054688,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"2181694ef311d30","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218054691,"stop":1726218054692,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"ddc1d131c50fd5ea","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218054693,"stop":1726218054693,"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":"762bb0d9e02daf8a","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218054693,"stop":1726218054693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"57a626a4a7efd37c","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218054694,"stop":1726218054699,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"af79f35314395695","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218054699,"stop":1726218054700,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"a5ab136b1af82365","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218054700,"stop":1726218054700,"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":"a9a095a31d4342b8","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218054703,"stop":1726218054704,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ce32033953aa49b057348563584e892d"},{"name":"Waku Store, custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"9fa9f67396f2c939","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1726218061971,"stop":1726218061974,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"1703e7f12a78c322","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1726218061974,"stop":1726218061975,"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":"132e1d1713ee8bd7","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1726218061976,"stop":1726218061978,"duration":2},"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":"5d0e1470f935a1dc","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1726218061978,"stop":1726218061979,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"95127b0d06c21192","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1726218061979,"stop":1726218061979,"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":"379d34be8192b129","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1726218061979,"stop":1726218061979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"428961ea17ce9ec744e8e65e6f8c7b4f"},{"name":"Waku Store (named sharding), custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"803d2a4649479cab","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1726218061980,"stop":1726218061980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"e13a13fd6ca5d2ff","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1726218061980,"stop":1726218061981,"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":"860268ee1c290af7","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1726218061981,"stop":1726218061981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8095077130c9514b42ecdfc574bb8f38"},{"name":"Waku Store, order","children":[{"name":"Query Generator - false","uid":"54cfcd81a69d590c","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1726218063101,"stop":1726218063102,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"6df164cff7642ed4","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1726218063101,"stop":1726218063101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"be7ef5cf7a377c0","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1726218063109,"stop":1726218063110,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"55eaa98d05eb2025","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1726218063111,"stop":1726218063111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"21553e4e237cb56a","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1726218063111,"stop":1726218063112,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"7eb4fc37ed00550d","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1726218063114,"stop":1726218063114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7daa13be04411ffb27d8ee7f46d6b87d"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","children":[{"name":"Subscribe and receive messages via lightPush","uid":"82b7499e042a1d6a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066272,"stop":1726218066272,"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":"3a9fb22184aedfe1","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066273,"stop":1726218066274,"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":"f2de25bd91396850","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066273,"stop":1726218066273,"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":"53778240381946b7","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066274,"stop":1726218066274,"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":"a2831c813634ca9b","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066274,"stop":1726218066274,"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":"b6ab9ef98e88147b","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066275,"stop":1726218066276,"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":"846f49de92e30ab6","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066275,"stop":1726218066275,"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":"1980ceed23b18d7c","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066275,"stop":1726218066275,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"f8bc866f15e453c3","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066276,"stop":1726218066277,"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":"9a9afe810157a850","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066276,"stop":1726218066276,"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":"c300ab64ca52bed7","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066277,"stop":1726218066277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c38ff0aa5014373","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066277,"stop":1726218066277,"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":"6d6d264a18014b2c","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066278,"stop":1726218066278,"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":"adfdb59af623b76d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066278,"stop":1726218066278,"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":"6bf5e85ce279ac3","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066278,"stop":1726218066279,"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":"68fe3ac082989074","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066279,"stop":1726218066280,"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":"eb457267617fafac","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066279,"stop":1726218066279,"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":"26db03bcb167e1a6","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066280,"stop":1726218066280,"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":"971f7a4609b7c8bc","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066280,"stop":1726218066280,"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":"4dddbe5feb6cc377","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066281,"stop":1726218066282,"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":"7d6d58bdcb63c947","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066281,"stop":1726218066281,"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":"560149277e959387","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066281,"stop":1726218066281,"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":"18b8b10c8b0ca943","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066282,"stop":1726218066282,"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":"ae619eb282cfba91","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066282,"stop":1726218066282,"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":"da919af74647f023","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066286,"stop":1726218066287,"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":"477edff38104fe68","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066287,"stop":1726218066287,"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":"bf79c5635140e55b","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066287,"stop":1726218066287,"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":"da85895096bc06a8","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066288,"stop":1726218066288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"372da25cb686d3f6","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218066288,"stop":1726218066288,"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":"553f079f1ca8818f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066289,"stop":1726218066289,"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":"2bf564898450397c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066292,"stop":1726218066293,"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":"be2c88b74d3d369c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066295,"stop":1726218066295,"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":"fa2cf113f4c9e79e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066296,"stop":1726218066297,"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":"6cf821e4d277d951","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066296,"stop":1726218066296,"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":"1e3633514e5ee9f7","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066296,"stop":1726218066296,"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":"aa92acb13802c6fd","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066297,"stop":1726218066297,"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":"ba693ab0b047ac50","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066297,"stop":1726218066297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"b0e8224f5deac55d","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066298,"stop":1726218066299,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"37ad5ce9bcc2a248","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066298,"stop":1726218066298,"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":"176c58e700c9d627","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066298,"stop":1726218066298,"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":"b2af5cbce1133d1c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066299,"stop":1726218066300,"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":"1d51ce2f861ce45c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066299,"stop":1726218066299,"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":"c2d387150ef2f747","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066299,"stop":1726218066299,"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":"a1c68e210ca6256","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066302,"stop":1726218066302,"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":"8b556197d3dad9ed","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066303,"stop":1726218066303,"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":"629ac4389cdadbd6","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066303,"stop":1726218066303,"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":"f4046bbb7f92c7c4","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066304,"stop":1726218066305,"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":"be51b96c20f658de","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066305,"stop":1726218066305,"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":"169693eed88d11f4","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066305,"stop":1726218066307,"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":"4ee788b0252cc28","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066307,"stop":1726218066308,"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":"3faae2278630f533","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066308,"stop":1726218066314,"duration":6},"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":"7714348711ee4cdc","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066308,"stop":1726218066308,"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":"486cf7f81ffa6dae","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066314,"stop":1726218066315,"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":"4936de9a881be791","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066315,"stop":1726218066315,"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":"a66bad0317669e01","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066315,"stop":1726218066316,"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":"24f641dc347c7b23","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066316,"stop":1726218066316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"a16c780dae603c7a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066316,"stop":1726218066317,"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":"ef4fede9ecf10770","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218066316,"stop":1726218066316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d2c836997f51e619a3f56fdc380693ce"},{"name":"Waku Store, general","children":[{"name":"Query generator for multiple messages","uid":"73ae9231d7b7f2ea","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1726218071323,"stop":1726218071323,"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":"5a6f8c35e30b3a1e","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1726218071323,"stop":1726218071324,"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":"8f48a3ff0e5f000d","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1726218071324,"stop":1726218071324,"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":"42046d79d859bdb0","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1726218071324,"stop":1726218071324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"f8c949295fb171dd","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1726218071325,"stop":1726218071325,"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":"8be0f273fac9bcc2","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1726218071325,"stop":1726218071325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"630dc2f0f3d5087d","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1726218071325,"stop":1726218071326,"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":"5ecb49d8f2e2a725","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1726218071326,"stop":1726218071349,"duration":23},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"656b33108765eb33","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1726218071349,"stop":1726218071355,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a0593136080d0b3b5899e64d90a01f8"},{"name":"Util: toAsyncIterator: Filter","children":[{"name":"handles multiple messages","uid":"577d01f43f1495bd","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1726218077305,"stop":1726218077305,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"d37f0742a50075a8","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1726218077305,"stop":1726218077305,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"bb3259767a1d0e57","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1726218077306,"stop":1726218077306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bfd91fe70e25365388e9d45e358d893b"},{"name":"Waku Store, sorting","children":[{"name":"Query Generator sorting by timestamp while page direction is false","uid":"ffd4f21d818bc927","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1726218077539,"stop":1726218077540,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"65bfd825d880fe65","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1726218077539,"stop":1726218077539,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"1bade847af628851","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1726218077540,"stop":1726218077540,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"cfa5d2d07f9e9111","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1726218077540,"stop":1726218077540,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82d01d8e33c56eeb9dac68b6546f466e"},{"name":"Waku Store, page size","children":[{"name":"Passing page size 0 when there are 110 messages","uid":"5868e895f3b49a09","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1726218085656,"stop":1726218085657,"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":"7d04536c4dbbbe5c","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1726218085657,"stop":1726218085658,"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":"54b386364d12f4bd","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1726218085658,"stop":1726218085659,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"2540c21096383b3c","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1726218085659,"stop":1726218085660,"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":"85be338cb327deb","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1726218085660,"stop":1726218085661,"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":"f673ab73b2de717c","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1726218085661,"stop":1726218085662,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"1b4d95fa4bd100bd","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1726218085662,"stop":1726218085663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"df2f8c58c95060a5","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1726218085663,"stop":1726218085664,"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":"ed54ac08cbaa7d2f","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1726218090762,"stop":1726218090763,"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":"7c572d9bf118a112","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1726218090763,"stop":1726218090763,"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":"4ba0c2fecbf6b662","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1726218090763,"stop":1726218090763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"59e2028896053828","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1726218090764,"stop":1726218090764,"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":"39de516b6e9147b8","parentUid":"b907953c6834b3b9f5420f211537af83","status":"passed","time":{"start":1726218090764,"stop":1726218090764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b907953c6834b3b9f5420f211537af83"},{"name":"User Agent","children":[{"name":"Sets default value correctly","uid":"e3b51b3103a19e76","parentUid":"3a88c26682cd3a1384f81774b01f867e","status":"passed","time":{"start":1726218090764,"stop":1726218090765,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3a88c26682cd3a1384f81774b01f867e"},{"name":"Waku Store, time filter","children":[{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"b5e82c93652a2236","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1726218091297,"stop":1726218091297,"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":"894b1608ff37670c","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1726218091298,"stop":1726218091298,"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":"c1f0d09bf50e1802","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1726218091298,"stop":1726218091299,"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":"3931030e79a8b866","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1726218091298,"stop":1726218091298,"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":"3789e627bb808812","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1726218091299,"stop":1726218091299,"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":"370620f1406a5b64","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1726218091299,"stop":1726218091299,"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":"4f0dd72dea6ac6cf","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"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":"1c5d67241e843233","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"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":"7f25e3f990a9cdbf","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"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":"c5385358797e053e","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1726218095392,"stop":1726218095393,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"81a6e7263f2db1a4","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1726218095393,"stop":1726218095394,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"b6227468bcb5f2e1","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1726218095393,"stop":1726218095393,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"e29eb799a4dcdfa","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1726218095393,"stop":1726218095393,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"55fd22a56b8d7dbe","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1726218095394,"stop":1726218095395,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"18a81fdc8f640f1b","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1726218095394,"stop":1726218095394,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"350ad1a5f71be573","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1726218095395,"stop":1726218095395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"f591f16c528f3754","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1726218095395,"stop":1726218095395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"c461003765ada517","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1726218095396,"stop":1726218095396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5ef3b407a3400aa42536fba150d9b6e"},{"name":"Static Sharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"1d682ffed4eaeb0a","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1726218139624,"stop":1726218139624,"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":"a2bd097e0388c856","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1726218139625,"stop":1726218139625,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56ddb61839d909e7e3e8912b289076bc"}],"uid":"d7aec3c03737e36caf907314a75924df"},{"name":"Autosharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"157d554266efcd8e","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1726218139625,"stop":1726218139626,"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":"cf8879057b42a0c2","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1726218139626,"stop":1726218139626,"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":"3d4fc7777d0be042","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1726218282696,"stop":1726218282697,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"d457d4c29c1ed37b","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1726218282698,"stop":1726218282698,"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":"a6c4dd3285259e01","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1726218283070,"stop":1726218283070,"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":"61c23ade9774c792","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1726218283071,"stop":1726218283072,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"78092d03690abda","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1726218283071,"stop":1726218283071,"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":"dea7c95588c834a1","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1726218283072,"stop":1726218283072,"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":"abbc18cc02a6594","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1726218283072,"stop":1726218283073,"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":"9c59145315623cdd","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1726218283073,"stop":1726218283073,"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":"3171ebd1f3ad5ef6","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1726218283073,"stop":1726218283074,"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":"319ba275bc35c263","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1726218283074,"stop":1726218283075,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"818c402d33e1d6ed","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1726218283075,"stop":1726218283075,"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":"cab66ddbef3931e5","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726218283076,"stop":1726218283077,"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":"39483524198a56c1","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726218283077,"stop":1726218283077,"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":"ec544f86edaed142","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726218283077,"stop":1726218283082,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"ee0081bbfbfcce8d","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726218283082,"stop":1726218283083,"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":"1b0ec5f9a42dd98f","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726218283083,"stop":1726218283083,"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":"8e3bbb2c8dbe508b","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726218283083,"stop":1726218283083,"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":"242f39cda045a6b5","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726218283084,"stop":1726218283084,"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":"7c4df3568cddd6d0","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726218283084,"stop":1726218283084,"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":"fb7925ccf6ae0157","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726218283084,"stop":1726218283084,"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":"9d29df7796ba2dd1","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726218283085,"stop":1726218283085,"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":"1baa0b027f6e22cd","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726218283085,"stop":1726218283085,"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":"bc22a6d73963c6e7","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726218283085,"stop":1726218283085,"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":"e531ad16ba5f39b8","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726218283086,"stop":1726218283086,"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":"6ceef3fdf5610026","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1726218283086,"stop":1726218283086,"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":"ddaa1cee76844d3","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1726218283087,"stop":1726218283087,"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":"c9706327e62c087b","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1726218283087,"stop":1726218283087,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"f5ed93bacfe25bb0","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1726218283087,"stop":1726218283087,"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":"f61c86bf67f5a4f0","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1726218283088,"stop":1726218283088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"18250addac37a8d4","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1726218283088,"stop":1726218283088,"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":"dd6ffb0cf6e45718","parentUid":"019109a65419887777e599cebbf04c7f","status":"passed","time":{"start":1726218283089,"stop":1726218283089,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"019109a65419887777e599cebbf04c7f"},{"name":"singleShardInfosToShardInfo","children":[{"name":"should throw an error for empty SingleShardInfos array","uid":"2e7e9fb9e46df0f8","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1726218283089,"stop":1726218283090,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"442e4d1e68bb0cc4","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1726218283089,"stop":1726218283089,"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":"43ad251086066ab1","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1726218283090,"stop":1726218283090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"dcb3ccb891ae816766d2261c6433f083"},{"name":"shardInfoToPubsubTopics","children":[{"name":"should convert content topics to PubsubTopics for autosharding","uid":"377ccda8c80955b3","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1726218283090,"stop":1726218283091,"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":"86b54c0284a2774a","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1726218283091,"stop":1726218283091,"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":"29e8574724d47747","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1726218283091,"stop":1726218283091,"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":"22669e80c761df2d","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1726218283091,"stop":1726218283092,"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":"b7b98741c6ff64f2","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1726218283092,"stop":1726218283092,"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":"2843883ccff0aec7","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1726218283092,"stop":1726218283092,"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":"39200fd258aaa858","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1726218283092,"stop":1726218283093,"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":"61f382425504b46a","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1726218283093,"stop":1726218283093,"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":"53dd65ded2366685","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283093,"stop":1726218283093,"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":"3741a4ed93904932","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283094,"stop":1726218283094,"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":"61ce8eee8cbc3e24","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283094,"stop":1726218283095,"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":"7b618163cfb6ed0a","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283094,"stop":1726218283094,"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":"a253f7bc154637cf","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283095,"stop":1726218283096,"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":"38771a52fe4c1f65","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283095,"stop":1726218283095,"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":"963aff1bad69da87","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283095,"stop":1726218283095,"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":"29165dffa2534375","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283096,"stop":1726218283097,"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":"51d33b622e674957","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283096,"stop":1726218283096,"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":"432c761318df8589","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283096,"stop":1726218283096,"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":"918de91f586058ee","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283097,"stop":1726218283097,"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":"fb092e4d29ee67aa","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283097,"stop":1726218283097,"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":"228d3f00c723b625","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283097,"stop":1726218283098,"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":"f0b0b4693a4a4045","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283098,"stop":1726218283098,"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":"496cbaa2c10876ec","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283098,"stop":1726218283099,"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":"6f46be6f6d970a7c","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283098,"stop":1726218283098,"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":"d30510fd52f60d39","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283099,"stop":1726218283099,"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":"651c9e531633893d","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283099,"stop":1726218283100,"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":"6158c1df0e10543d","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283099,"stop":1726218283099,"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":"9bd43529907fa10a","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283100,"stop":1726218283100,"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":"f46c7314d38f09dc","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283100,"stop":1726218283100,"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":"202985609b8c349e","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1726218283101,"stop":1726218283101,"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":"d74e0b507a4ab6e6","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1726218283101,"stop":1726218283101,"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":"d309c12fd2cb7c76","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1726218283101,"stop":1726218283102,"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":"a897a65bf14bac52","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1726218283102,"stop":1726218283102,"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":"8767f6023d93d22c","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1726218283102,"stop":1726218283102,"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":"a33701ae79543e34","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"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":"2fd74dd4a4419bbd","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"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":"2fe3b651b85c342","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"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":"9a88cff180059b47","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5feccc070f611ca5a3a360d1be4e108e"},{"name":"ensureShardingConfigured","children":[{"name":"handles empty contentTopics array correctly","uid":"63960250baa96b55","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1726218283104,"stop":1726218283105,"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":"475a0cc54d7b4c64","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"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":"42207941aaedf54a","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"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":"c373db5dacca5779","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"4bd65ed11b7149a1","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ed63b24f8659343b1d130eb7edd9b4af"},{"name":"contentTopicToPubsubTopic","children":[{"name":"should use the provided clusterId for the pubsub topic","uid":"695cb9b704b63250","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1726218283105,"stop":1726218283105,"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":"691cc1106d76d00d","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1726218283105,"stop":1726218283105,"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":"41b190f6c80d05d4","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1726218283105,"stop":1726218283106,"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":"92b6402ff8053dc2","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1726218283105,"stop":1726218283105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7115ef39d68a6548f7d909112eedbc83"},{"name":"Relay Shard codec","children":[{"name":"should handle a minimal index list","uid":"c519bf1090181949","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1726218283106,"stop":1726218283107,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"3c032a68fc9999e4","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1726218283107,"stop":1726218283107,"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":"55f9fa646e0dd750","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1726218283107,"stop":1726218283107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"6105905ca3426dd","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1726218283107,"stop":1726218283107,"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":"177db12bfa4c0174","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1726218285624,"stop":1726218285625,"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":"ed62c19e4c4fe287","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1726218285626,"stop":1726218285626,"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":"3d2f5e499349faf6","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1726218285626,"stop":1726218285627,"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":"ffbab8e6a283f2e","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1726218285626,"stop":1726218285626,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"8e8fe22c2fec85a3","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1726218285627,"stop":1726218285627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"242c022b987a776e","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1726218285627,"stop":1726218285628,"duration":1},"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":"d67823a119278576","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1726218291074,"stop":1726218291076,"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":"cab8bef1eba4b639","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1726218291076,"stop":1726218291077,"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":"f4de2b05d1b01c4f","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1726218291077,"stop":1726218291077,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"54e7feae9bda1010","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1726218291077,"stop":1726218291078,"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":"b43fa9cf1159f56f","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1726218291078,"stop":1726218291078,"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":"a96b18887e656f30","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1726218291079,"stop":1726218291079,"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":"baf57a9d5101b5a1","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1726218291079,"stop":1726218291079,"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":"b007419bcfd40f9a","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1726218291080,"stop":1726218291080,"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":"5d40a6e80470af0","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1726218291080,"stop":1726218291081,"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":"2d6e14c991b77b56","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1726218291081,"stop":1726218291082,"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":"935540172fe40d69","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1726218291082,"stop":1726218291082,"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":"45ced46f4168b7f6","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1726218291082,"stop":1726218291083,"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":"43ce9e4d18d7722c","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1726218291083,"stop":1726218291083,"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":"d0cd26129df832c2","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1726218291084,"stop":1726218291084,"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":"660070925af87e36","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1726218291084,"stop":1726218291084,"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":"f500c56fdff1f020","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1726218291085,"stop":1726218291085,"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":"f92d8af552c71729","parentUid":"a2221ab58e9529401660d406d60ec8d9","status":"passed","time":{"start":1726218291182,"stop":1726218291182,"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":"e0a64349b5fdd54b","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1726218291265,"stop":1726218291266,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"8e4903234947b101","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1726218291266,"stop":1726218291266,"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":"5f7b643d0c265439","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1726218291657,"stop":1726218291657,"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":"37e7b98ff53b561b","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1726218291658,"stop":1726218291659,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"8dfb836e329d14e1","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1726218291658,"stop":1726218291658,"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":"879b9592f245da41","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1726218291658,"stop":1726218291658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"3635fc44fd8f2555","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1726218291659,"stop":1726218291660,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"1730e8abc22ba6af","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1726218291659,"stop":1726218291659,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"31f5f55f968e9ac0a89f545354014c7b"},{"name":"Verify","children":[{"name":"should throw error - no id","uid":"557f15b86c3817d4","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1726218291660,"stop":1726218291660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"ec0d7bc5a8cc0eda","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1726218291660,"stop":1726218291660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"707d97b279ffa5c0","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1726218291661,"stop":1726218291661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"7e9c238f56610d41","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1726218291661,"stop":1726218291661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"77c7ffaa7eac133cfb8688cd0eec6d74"},{"name":"Static tests","children":[{"name":"should encode/decode to text encoding","uid":"a44b2234134bccdb","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1726218291662,"stop":1726218291663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"51e2196bc0ace9b1","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1726218291662,"stop":1726218291662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"2fa78b257813acca","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1726218291662,"stop":1726218291662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"720993dfc170a8cbd4b1d3944837f0df"},{"name":"Multiaddr getters and setters","children":[{"name":"should get / set TCP multiaddr","uid":"29e401b857c4dab5","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1726218291663,"stop":1726218291664,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"4650472aca951c60","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1726218291663,"stop":1726218291663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2d629193d55cdb3c100d76041795442b"},{"name":"Location multiaddr","children":[{"name":"should properly create location multiaddrs - udp4","uid":"35e2ad0ffd61e6a9","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1726218291667,"stop":1726218291667,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"1926239cbce7fe4c","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1726218291667,"stop":1726218291668,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"b984638101a2885","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1726218291668,"stop":1726218291668,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"ed3233569991489d","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1726218291668,"stop":1726218291668,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"6d951e7eda174203","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1726218291668,"stop":1726218291668,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"e9cda4ced405a4a9","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1726218291669,"stop":1726218291669,"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":"6ce60da307fe11e0","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1726218291669,"stop":1726218291669,"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":"f19a4e0ab55df714","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1726218291669,"stop":1726218291670,"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":"f03729e4a50a0691","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1726218291670,"stop":1726218291671,"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":"dfce94e63411aedf","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1726218291670,"stop":1726218291670,"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":"8717e76113565526","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1726218291670,"stop":1726218291670,"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":"931d0150e1bf0c7e","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1726218291671,"stop":1726218291671,"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":"2754b1350fa4d8a8","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1726218291671,"stop":1726218291671,"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":"45cf3f32838628f8","parentUid":"d38d3c1929a20307dce6c2492f754ae3","status":"passed","time":{"start":1726218291672,"stop":1726218291672,"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":"4adbd818215eeb71","parentUid":"3cec77d065542b34fe56ab412dfd3875","status":"passed","time":{"start":1726218295945,"stop":1726218295947,"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":"e3965ed3e5cf3bc2","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1726218296383,"stop":1726218296384,"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":"495f9ae83ce407e4","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1726218296384,"stop":1726218296385,"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":"4b1dba01c6d98e04","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1726218296385,"stop":1726218296385,"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":"11fda5521108ec17","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1726218296385,"stop":1726218296386,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"432f5df25333b53e52fa9f706980f0ff"},{"name":"Waku Message version 0","children":[{"name":"Round trip binary serialization","uid":"2a078604bad514a4","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1726218296783,"stop":1726218296783,"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":"5be8bc1a2f3bf356","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1726218296784,"stop":1726218296784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"d83dd35444514e57","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1726218296784,"stop":1726218296784,"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 empty string content topic","uid":"892ef1596701a339","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726218296785,"stop":1726218296785,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"20b55f41b8cf225","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726218296785,"stop":1726218296785,"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":"984360b0a1525e5d","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726218296786,"stop":1726218296786,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"df6098d0e12469f2","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726218296786,"stop":1726218296786,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"e96aecb1a53a6bf1","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726218314722,"stop":1726218314722,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"2d499585bbf37519","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726218314723,"stop":1726218314723,"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":"5f9551c5693c1f36","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726218314723,"stop":1726218314723,"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":"d91b108464358a1f","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726218314724,"stop":1726218314724,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"24b5bee9924ef036","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726218316387,"stop":1726218316387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"846aaae332105dd2","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726218316387,"stop":1726218316388,"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":"16ec6ecdc63c5290","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726218316387,"stop":1726218316387,"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":"be45056cdf2bd94e","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1726218316388,"stop":1726218316388,"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":"ae17a515ffbdd9e1","parentUid":"16c91517e17a283bda5303edede9b71d","status":"passed","time":{"start":1726218296786,"stop":1726218296787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"16c91517e17a283bda5303edede9b71d"},{"name":"Discovery","children":[{"name":"returns all values when wanted number matches available values","uid":"767c9dcd579d75ab","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1726218302902,"stop":1726218302903,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"8ff2b856f90d45d7","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1726218302904,"stop":1726218302904,"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":"858368dbe10b1a15","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1726218302904,"stop":1726218302904,"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":"950b7a9803b662ec","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1726218304290,"stop":1726218304291,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"2d506d7b0fe02227","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1726218304291,"stop":1726218304291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"274acc71bc983490","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1726218304291,"stop":1726218304292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"60497c7fddd2b17d","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1726218304292,"stop":1726218304292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"25a8b31b55bc82e7403bfb15b9b86ff1"},{"name":"DNS Node Discovery","children":[{"name":"retrieves a single peer","uid":"ad8a495913a569","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1726218304461,"stop":1726218304462,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"e9e03baf83eac6a4","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1726218304463,"stop":1726218304463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"99a1e3d362e0e353","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1726218304464,"stop":1726218304464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"729a70bf5dcc58ae","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1726218304464,"stop":1726218304465,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"ae8e24c35164dfaa","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1726218304465,"stop":1726218304466,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"b403c454b56be12a","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1726218304467,"stop":1726218304467,"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":"768bcaa9249b2728","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1726218304469,"stop":1726218304469,"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":"e19e7dbaf9afd4d3","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1726218304470,"stop":1726218304470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"79d51a65d0af618d","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1726218304470,"stop":1726218304471,"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":"7a47822857a6188f","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1726218304471,"stop":1726218304472,"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":"472c9da00b75b8e2","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1726218304472,"stop":1726218304473,"duration":1},"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":"709406fe1315a0fe","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1726218304474,"stop":1726218304474,"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":"a561c9cac12a0a10","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1726218304475,"stop":1726218304475,"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":"cdbfb21cda54f7aa","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1726218345037,"stop":1726218345038,"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":"71ba1b692379f2e6","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1726218345042,"stop":1726218345042,"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":"ad03d55176a61ff2","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1726218345043,"stop":1726218345043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37"},{"name":"ENRTree","children":[{"name":"ENRTree (root): should error if DNS root entry is mis-prefixed","uid":"4ff3780af93403cb","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1726218304533,"stop":1726218304534,"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":"b3fbfb47f0e336ee","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1726218304533,"stop":1726218304533,"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":"185105c8754d153e","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1726218304534,"stop":1726218304534,"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":"caec25470d773579","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1726218304534,"stop":1726218304534,"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":"75c50a9372841e04","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1726218304535,"stop":1726218304535,"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":"9eca7d2728ed4c63","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1726218304535,"stop":1726218304535,"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":"147c9ae3a9cc6b85","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1726218304535,"stop":1726218304536,"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":"5c161dc11c4f443c","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1726218304536,"stop":1726218304536,"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":"96e82bf7c76ad986","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1726218304536,"stop":1726218304536,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"aa7d88015081438bead49f7c5b3b8329"},{"name":"Local Storage Discovery","children":[{"name":"Compliance Tests","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"4da3cca465124c20","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1726218308579,"stop":1726218308579,"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":"36f49fe4f270b563","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1726218308580,"stop":1726218308581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"b53274d932426b2f","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1726218308580,"stop":1726218308580,"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":"924b95079e61c63c","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1726218308581,"stop":1726218308582,"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":"cc0f4a1e4bb0e7a8","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1726218308582,"stop":1726218308582,"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":"3dd9ad0003d0faa4","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1726218308582,"stop":1726218308582,"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":"75a3acbad1032ec4","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1726218308583,"stop":1726218308583,"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":"c74d76ee277cb9cf","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1726218308583,"stop":1726218308584,"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":"b94e01803d8ac2bb","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1726218308584,"stop":1726218308585,"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":"ef1ecf501442555d","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1726218308584,"stop":1726218308584,"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":"11bb16190aff82a0","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1726218308584,"stop":1726218308584,"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":"30dbe7a6536b4b79","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1726218314719,"stop":1726218314720,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"9b9e36a8109e7f77","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1726218314721,"stop":1726218314721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"ca68d9aeb4f6c1a0","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1726218314721,"stop":1726218314722,"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":"ca06e059aece7b1f","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1726218315164,"stop":1726218315165,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"593cdf1e3a3e1056","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1726218315165,"stop":1726218315165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"55df71f4ea11c8f8","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1726218315166,"stop":1726218315167,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"9cc8468fc234bdd3","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1726218315166,"stop":1726218315166,"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":"f996d83bb887c01e","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1726218316385,"stop":1726218316386,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"915994120eb75fd1","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1726218316386,"stop":1726218316387,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"847fec84165e9698","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1726218316386,"stop":1726218316386,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b76d4148c410fadc312d44195f3e7298"},{"name":"Message Validator","children":[{"name":"Accepts a valid Waku Message","uid":"bb0d1e713f342e90","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1726218319678,"stop":1726218319679,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"819de4df883467af","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1726218319680,"stop":1726218319680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"eb7616bc06c49f961fb1474764a98fe1"},{"name":"Events","children":[{"name":"peer:discovery","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"bcef34e5657c63f0","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1726218335394,"stop":1726218335400,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"c7bafc8c0ce29fd","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1726218335400,"stop":1726218335400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ffc061ff19a655e7735a14e25eea14f6"},{"name":"peer:connect","children":[{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"550547bdd951ef21","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1726218335401,"stop":1726218335401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"d203c783679f29f9","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1726218335402,"stop":1726218335402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6544551df69db1acdc957afd72f231f3"},{"name":"waku:connection","children":[{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"f8242067814f647e","parentUid":"bd4a9805227b23e8ad19b99668722b63","status":"passed","time":{"start":1726218335403,"stop":1726218335404,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"64523352a822b4d7","parentUid":"bd4a9805227b23e8ad19b99668722b63","status":"passed","time":{"start":1726218335404,"stop":1726218335405,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bd4a9805227b23e8ad19b99668722b63"}],"uid":"dfcd908e41decdae00cc7bae7de5f86f"},{"name":"Dials","children":[{"name":"attemptDial method","children":[{"name":"should be called at least once on all `peer:discovery` events","uid":"670d220e99987e32","parentUid":"182178b203b90571613cbdadd6cad620","status":"passed","time":{"start":1726218342869,"stop":1726218342869,"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":"92fcf1b8602d5bd5","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1726218342870,"stop":1726218342870,"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":"455836d047d869b3","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1726218342870,"stop":1726218342871,"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":"8eb088ee29513b7a","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1726218342871,"stop":1726218342872,"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":"badc7180b5054787","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1726218342872,"stop":1726218342872,"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":"5124b8ffe0fbdb7b","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1726218344913,"stop":1726218344914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"ab98e4248eaf54d4","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1726218344914,"stop":1726218344914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"ef0a83fcfb23aedf","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1726218344914,"stop":1726218344915,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c16a873d7989ffd00126280d154ea408"},{"name":"DNS Discovery: Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"228046c05b3abe0e","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1726218345025,"stop":1726218345026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"9c4f8358d2363793","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1726218345027,"stop":1726218345027,"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":"b97fdb9f6b39411c","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1726218345027,"stop":1726218345029,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"4e3c37ce447f3021","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1726218345033,"stop":1726218345033,"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":"b9e3beb086ba681a","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1726218345034,"stop":1726218345034,"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":"7264ab816db8796","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1726218345035,"stop":1726218345035,"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":"3dae94ad1d9e1fbc","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1726218345035,"stop":1726218345036,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9ace7b1ce0720cefced885412f4c1d52"}],"uid":"675a690e6936e86f2aaf04dae7e0395a"},{"name":"Waku Message Ephemeral field","children":[{"name":"Ephemeral messages are not stored","uid":"3ebcfee765a0247b","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1726218346772,"stop":1726218346772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"1f0ccb15b0d08762","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1726218346773,"stop":1726218346773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"720449b875078c85","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1726218346773,"stop":1726218346774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"834cc8d3e3b354bc","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1726218346774,"stop":1726218346774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82c8df38770cc41a45d4d7c4524f0a7d"},{"name":"Public methods","children":[{"name":"addEventListener with correct event","uid":"21c0013143e20769","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1726218375482,"stop":1726218375483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"5360e733e13a6bb4","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1726218375483,"stop":1726218375484,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"2d9823d6de745ee5","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1726218375484,"stop":1726218375492,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"10fb03eb06175399","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1726218375492,"stop":1726218375492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"1aa1f33b1641a8a4","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1726218375492,"stop":1726218375493,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"790ad79c98d678db","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1726218375493,"stop":1726218375494,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"8ec6782034e406ad","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1726218375494,"stop":1726218375494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"32c9bf2db8e7352a","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1726218375494,"stop":1726218375495,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"2c17fa7af210c2ed","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1726218375495,"stop":1726218375495,"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":"2bdeae87aeaeba31","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1726218382074,"stop":1726218382075,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"6ebe3abec684a7e8","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1726218382075,"stop":1726218382077,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"f8e3fb5b679c9b3a","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1726218382077,"stop":1726218382078,"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":"d7740ad8645ea4bd","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1726218382078,"stop":1726218382079,"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":"95d0b03c21f0a91c","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1726218382079,"stop":1726218382080,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"1b33fcacc7c29926","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1726218382081,"stop":1726218382082,"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":"667597201fc36399","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1726218382082,"stop":1726218382083,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7a9060af0fca2c1da1c9c19d61bd7eb4"},{"name":"Waku Filter V2: Ping","children":[{"name":"Ping on subscribed peer","uid":"33a5c70aa8f6ce59","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1726218397741,"stop":1726218397742,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2a0ae478e5b2ba92","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1726218397742,"stop":1726218397742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"18e1cb705e793ac2","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1726218397743,"stop":1726218397743,"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":"d0dbcd93c1397719","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1726218397743,"stop":1726218397743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a07fd20e93eb0df669117dc0a236161"},{"name":"Waku Filter V2: Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"406731f9a031e25b","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1726218410951,"stop":1726218410952,"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":"23815a0bdbb86387","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1726218410952,"stop":1726218410952,"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":"61be9f993033be95","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1726218410952,"stop":1726218410953,"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":"8e8cb6615ac58252","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1726218410953,"stop":1726218410954,"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":"ae141cb13565e468","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1726218410954,"stop":1726218410954,"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":"7112b51adb4e6712","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1726218410955,"stop":1726218410955,"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":"6ccdb5b9bd5c8332","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1726218410955,"stop":1726218410955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1a4ed0ee63fab288032da5da6369d602"},{"name":"Waku Filter V2 (Named sharding): Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"47f3ae10a0d91128","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1726218410956,"stop":1726218410956,"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":"7964f3640c5430ae","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1726218410956,"stop":1726218410956,"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":"2bbc30f1861c5a1f","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1726218410957,"stop":1726218410957,"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":"7b167a55536c4b63","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1726218410957,"stop":1726218410957,"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 subscribed peer","uid":"bd839a54809cc14c","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1726218412653,"stop":1726218412654,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"e05a1e32810214e8","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1726218412654,"stop":1726218412655,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"9a185ca7e9623f75","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1726218412655,"stop":1726218412655,"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":"d6479dfe9c5fc0df","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1726218412655,"stop":1726218412656,"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":"f1db01fbb7f3b8b","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1726218412656,"stop":1726218412656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"cb589df37055047b","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1726218412656,"stop":1726218412657,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"c2c702fa3f6aab9f","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1726218412657,"stop":1726218412657,"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":"eba258a384c92f41","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1726218412658,"stop":1726218412658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"907e1b78e3bbfb1d734cf2fa0efdb6f6"},{"name":"Waku Filter: Peer Management: E2E","children":[{"name":"Number of peers are maintained correctly","uid":"8ca0c9c76f229215","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1726218447504,"stop":1726218447506,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"acca02ee50027210","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1726218447507,"stop":1726218447507,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"687827e6235d51fd","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1726218447508,"stop":1726218447508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"e4a937ac5fb40ce2","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1726218447509,"stop":1726218447513,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"d0ab136b203326f7","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1726218447513,"stop":1726218447514,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"7a1e19dcd69d002e","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1726218447514,"stop":1726218447514,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"57e714e5f0dbe7db","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1726218447519,"stop":1726218447521,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"e1257e39e3e11b97","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1726218447521,"stop":1726218447522,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"cea680d74165ae8fdc3ee6d5a811cc74"},{"name":"Waku Filter V2: Unsubscribe","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"398784034053f15d","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1726218455968,"stop":1726218455968,"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":"ef3865db254e0efe","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1726218455969,"stop":1726218455970,"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":"1e8a651880521a01","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1726218455969,"stop":1726218455969,"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":"a086eadde719dc9f","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1726218455969,"stop":1726218455969,"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":"935df9109f17e48d","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1726218455970,"stop":1726218455970,"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":"868c589a32757cc7","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1726218455970,"stop":1726218455970,"duration":0},"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":"eb73b67f7b8fbae3","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510968,"stop":1726218510969,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"c867390b75319487","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510969,"stop":1726218510969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"b7dd4fff37b188c9","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510969,"stop":1726218510970,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"681e53653698700f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510970,"stop":1726218510971,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"8b0c253c8b9ce831","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510970,"stop":1726218510970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"f0b0c15bf2cc7b6e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510971,"stop":1726218510972,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"cc2183a62e1d6eec","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510971,"stop":1726218510971,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"95ca8082657bb408","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510972,"stop":1726218510972,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"2ed7a2f20f5842e0","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510976,"stop":1726218510977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"eb52333d1510eb29","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510977,"stop":1726218510977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"2094a66674e669aa","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510978,"stop":1726218510979,"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":"132c3abe100e29c9","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510978,"stop":1726218510978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d3b3be0254f043b5","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510980,"stop":1726218510981,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"db44986040e8162d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510981,"stop":1726218510982,"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":"1fb2bf7d5900190e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510982,"stop":1726218510982,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"e5ae7cf2dffd4dfd","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510982,"stop":1726218510983,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218334519000000 ","uid":"e9acde6759b869f6","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510983,"stop":1726218510983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218334519 ","uid":"49259250f07a1e1e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510984,"stop":1726218510987,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"fb463cb63004426e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510987,"stop":1726218510988,"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":"e9f97a8a2c80b922","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510988,"stop":1726218510988,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a901ab6dd6d36afe","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510988,"stop":1726218510988,"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":"963bce16e4917ff2","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510989,"stop":1726218510989,"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":"70ad196fb3876722","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510989,"stop":1726218510989,"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":"ceb015486f59ea5a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510989,"stop":1726218510990,"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":"5c13409efc28ba3b","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510990,"stop":1726218510990,"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":"5e616a9b7dca2230","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1726218510990,"stop":1726218510991,"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":"a6d39240ee1218dc","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1726218510991,"stop":1726218510991,"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":"a2a9db929b75e827","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1726218510991,"stop":1726218510991,"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":"6204cea0eea6b69f","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1726218523006,"stop":1726218523006,"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":"da47ff61da8a8a8c","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1726218523006,"stop":1726218523008,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"5dd8864a7f1a10d7","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1726218523008,"stop":1726218523009,"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":"36824c297905f874","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1726218523010,"stop":1726218523011,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"2caefeca848c4e4d","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1726218523011,"stop":1726218523012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"2a4880a37eabc43a","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1726218523012,"stop":1726218523013,"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":"47a1dd2c7ca4d653","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1726218523013,"stop":1726218523013,"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":"8c5c61248a434d17","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1726218523013,"stop":1726218523013,"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=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"7520aef96caaa0e1","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1726218523014,"stop":1726218523015,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3887e3f58a5d3f4e","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1726218523014,"stop":1726218523014,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"a2d3c94346709768","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1726218523015,"stop":1726218523016,"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":"adab1d1f20bcc561","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1726218523015,"stop":1726218523015,"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":"361c7d4a52bd7515","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1726218523016,"stop":1726218523016,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5b28b27077275dade6e0658409c39ea7"},{"name":"maxBootstrapPeers=2","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c89c7d79934ee4dd","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1726218523016,"stop":1726218523017,"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":"e6901025ac9b9175","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1726218523017,"stop":1726218523017,"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":"9ec6b4d4412ed8bd","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1726218523017,"stop":1726218523017,"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":"15dbb6dd6b930e16","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1726218523018,"stop":1726218523018,"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":"45515d612b2ad07c","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1726218523018,"stop":1726218523018,"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":"a4cd70fae6049169","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1726218523018,"stop":1726218523019,"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":"35d66046eb6255f0","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1726218523019,"stop":1726218523019,"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":"b28aea2808b126a5","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1726218523020,"stop":1726218523021,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"79a2ee5477479019","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1726218523020,"stop":1726218523020,"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":"14b5e88aa3f92da","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1726218523021,"stop":1726218523021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1aa832f3089f425d29f52f9feb23beea"},{"name":"maxBootstrapPeers=4","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"455df162951c1d4d","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1726218523021,"stop":1726218523022,"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":"3b4062f34987ec05","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1726218523022,"stop":1726218523022,"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":"3cbce1ba325f4009","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1726218523022,"stop":1726218523022,"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":"7d91aeaf8b975730","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1726218523023,"stop":1726218523023,"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":"32e5e4ac50f26cdb","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1726218523023,"stop":1726218523023,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f52be94744a5dedbd6192c0ba976cc4d"},{"name":"maxBootstrapPeers=5","children":[{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"4a05e2b44331be75","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1726218523024,"stop":1726218523025,"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":"f9423b71d9535698","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1726218523024,"stop":1726218523024,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2de119fa43ee1f8a","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1726218523024,"stop":1726218523024,"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":"6fb5aa1d79912791","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1726218523025,"stop":1726218523025,"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":"3435de0fce6427c9","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1726218523025,"stop":1726218523025,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"597876d6dd977119d418c3d12f186803"},{"name":"maxBootstrapPeers=6","children":[{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"3a73c3ca1147f4db","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1726218523026,"stop":1726218523026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ac745da7d2833461","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1726218523026,"stop":1726218523026,"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":"e6599e476169dbb6","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1726218523027,"stop":1726218523027,"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":"81a2f09709e4cfb6","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1726218523027,"stop":1726218523028,"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":"1603de7664729680","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1726218523027,"stop":1726218523027,"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":"d5bf30daee794375","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1726218523028,"stop":1726218523028,"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":"4e9efdc7d457d906","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1726218523028,"stop":1726218523028,"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":"df88029315feed2c","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1726218523029,"stop":1726218523030,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"9e482b09460dc0b8","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1726218523030,"stop":1726218523030,"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":"bc7d6c8ab7df036e","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1726218523030,"stop":1726218523030,"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":"49991af8deb3effe","parentUid":"b8111ecc6b0aef76a3b108ebcf628b79","status":"passed","time":{"start":1726218523031,"stop":1726218523031,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b8111ecc6b0aef76a3b108ebcf628b79"}],"uid":"c3fd0a376e255f07764bc7336980757b"},{"name":"Waku Filter V2: Subscribe: Single Service Node","children":[{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"d00bcdec24b8f361","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551468,"stop":1726218551469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"c58010ac28ca13f1","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551468,"stop":1726218551468,"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":"4f53b845455a3c58","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551469,"stop":1726218551469,"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":"f07822f296fda52a","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551469,"stop":1726218551469,"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":"af31d9ea7c728f8d","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551470,"stop":1726218551477,"duration":7},"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":"579696eadf15424b","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551477,"stop":1726218551478,"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":"2c31a301adb48fd0","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551478,"stop":1726218551478,"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":"9c8b151bd6ba6e79","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551479,"stop":1726218551480,"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":"dc7595f2dc0f2656","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551480,"stop":1726218551481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"e841201c8c73b06d","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551481,"stop":1726218551482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"cbc339e538797e3","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551482,"stop":1726218551482,"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":"20e553b8aba899e6","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551483,"stop":1726218551483,"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":"fe1e0a84badbedc3","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551483,"stop":1726218551484,"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":"887d32d34f6d85e1","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551484,"stop":1726218551485,"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":"96579635c9e42be6","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551485,"stop":1726218551486,"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":"d23ed477b88ff7eb","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551486,"stop":1726218551487,"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":"438633ae63c5c79f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551487,"stop":1726218551487,"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":"b0a6f61c031638c1","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551488,"stop":1726218551489,"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":"146ea6121d55ad75","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551488,"stop":1726218551488,"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":"a043d423d9bcf54","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551489,"stop":1726218551490,"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":"55869f8d4fd64c78","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551490,"stop":1726218551491,"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":"fd993a1418c6f970","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551491,"stop":1726218551492,"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":"799391a6987afda7","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551492,"stop":1726218551493,"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":"e6a1f6705bad2cb0","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551493,"stop":1726218551494,"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":"af16f11846fbef17","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551493,"stop":1726218551493,"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":"9d685fa82d37ede6","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551494,"stop":1726218551495,"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":"f5d2329997709da7","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551495,"stop":1726218551496,"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":"fa14c5ab67fd2c86","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551496,"stop":1726218551497,"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":"3d83c65a0f339ff7","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1726218551497,"stop":1726218551498,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6f94dc37311b4dd500c6fb4f60c93564"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","children":[{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"f9008147b917165c","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1726218563295,"stop":1726218563295,"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":"67d24d342325b5d6","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1726218563295,"stop":1726218563295,"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":"21ea0d4782b9afef","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1726218563296,"stop":1726218563297,"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":"964b8d843fd00f97","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1726218563296,"stop":1726218563296,"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":"51afd52b18ee549e","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1726218563297,"stop":1726218563298,"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":"583971e704940cb2","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1726218563297,"stop":1726218563297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"85ab1e27fbaf95f3f5eb5ecbb27e7348"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"d69800452db5eca8","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1726218563298,"stop":1726218563298,"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":"23b626892948c266","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1726218563299,"stop":1726218563299,"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":"2322ccece2a9d744","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1726218563299,"stop":1726218563299,"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":"c6f40427d2545d48","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1726218563305,"stop":1726218563307,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"9a01de46ec5469aa","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1726218563307,"stop":1726218563307,"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":"7a991b11369e823b","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1726218563307,"stop":1726218563307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d51561a0db8f4679c409581c5ed3e00e"},{"name":"Health Manager","children":[{"name":"Should update the health status for protocols","children":[{"name":"LightPush with 0 connections","uid":"520d90788f19609","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1726218583681,"stop":1726218583681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"5ae26e81ad67ab3e","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1726218583681,"stop":1726218583681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"197912e751f465a8","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1726218583682,"stop":1726218583682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"116568e226d8328d","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1726218583682,"stop":1726218583683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"ba359e866df63c79","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1726218583682,"stop":1726218583682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"c6428c13828c570a","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1726218583683,"stop":1726218583683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"9bb7459fcffe1aaf","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1726218583684,"stop":1726218583684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"b29b3096cb5b3b0d","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1726218583684,"stop":1726218583684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"37c3a9cc325e9c4b75817a554f9cf514"}],"uid":"d3066756c03bf1e444166ae90377dcb1"},{"name":"Waku Light Push: Peer Management: E2E","children":[{"name":"Failed peers are renewed","uid":"395672326b4866ac","parentUid":"b22d635ac2ef96143f8c2857c81d2b43","status":"passed","time":{"start":1726218597911,"stop":1726218597912,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"3a95e720287219e3","parentUid":"b22d635ac2ef96143f8c2857c81d2b43","status":"passed","time":{"start":1726218597911,"stop":1726218597911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b22d635ac2ef96143f8c2857c81d2b43"},{"name":"Waku Light Push : Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"47d06fdcdc1c348e","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1726218651142,"stop":1726218651143,"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":"e0ab9090bd91daec","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1726218651143,"stop":1726218651143,"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":"992c411c2172ec00","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1726218651143,"stop":1726218651144,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e52eee00913614603b5b19434d7c51b2"},{"name":"Waku Light Push (Autosharding): Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"7431e5b235325a1f","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1726218651144,"stop":1726218651145,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"5d1d96fe11841a5c","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1726218651144,"stop":1726218651144,"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":"859fcb18e01f0d5c","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1726218651145,"stop":1726218651145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c38d88c628db61092cac75ccc09fe906"},{"name":"Waku Light Push (named sharding): Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"a097002e98482115","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1726218651146,"stop":1726218651146,"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":"b663367c56a04e4f","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1726218651146,"stop":1726218651146,"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":"3086fdbd690978db","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1726218651147,"stop":1726218651147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"35de3709f31f23da68ece85d4ad444e9"},{"name":"This","children":[{"name":"Is","children":[{"name":"A test","uid":"d47b914c87a04e64","parentUid":"d97a75222c68cb30be8516b31f542691","status":"passed","time":{"start":1726218651433,"stop":1726218651433,"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":"6440c79b717e446e","parentUid":"a6366810953c2e0e3c90e3cb98ee73f7","status":"passed","time":{"start":1726218651433,"stop":1726218651434,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a6366810953c2e0e3c90e3cb98ee73f7"}],"uid":"1825355ae66eca5b17eeac38d11a8f4b"},{"name":"Node Health Status Matrix Tests","children":[{"name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","uid":"3594fe57f9ea49db","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726218669769,"stop":1726218669770,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","uid":"9eb1f368e11c5fde","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726218669770,"stop":1726218669771,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","uid":"32f121014bff52c","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726218669771,"stop":1726218669772,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","uid":"c24daf8d388268bf","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726218669772,"stop":1726218669772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","uid":"c8a95a638719fe75","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726218669772,"stop":1726218669773,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"e012bbea6c8443eb","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726218669773,"stop":1726218669773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","uid":"9ad2d5a74daa8e20","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726218669773,"stop":1726218669773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","uid":"36839293d899a7c1","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726218669774,"stop":1726218669774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","uid":"584cb024dcffc7da","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726218669774,"stop":1726218669775,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"9b1f1bcbf98a7a5d","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726218669775,"stop":1726218669776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"1eeae33ca8c0bfa4","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726218669776,"stop":1726218669776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"9c554a53e44b6523","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726218669777,"stop":1726218669777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"950d8b4e347e809a","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726218669777,"stop":1726218669778,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"cd34ea5d253a44a0","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726218669777,"stop":1726218669777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"25876a1f6fc120b1","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726218669778,"stop":1726218669779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"7369b2cfed18dbc5","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1726218669780,"stop":1726218669781,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b68e89c69b548d79360b3bc3f085612c"},{"name":"multiaddr: dialing","children":[{"name":"can dial TLS multiaddrs","uid":"908d71ba827225ca","parentUid":"ed3199962ddbdce221ebc3aee5f07a71","status":"passed","time":{"start":1726218673575,"stop":1726218673576,"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":"9f7e1b4d077f8ffe","parentUid":"1e048c606fd404a2c44ada77bca3101a","status":"passed","time":{"start":1726218673576,"stop":1726218673576,"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":"c447ef69b898fcf1","parentUid":"b5a4331680bd014f81e396f3a45e3e05","status":"passed","time":{"start":1726218673759,"stop":1726218673759,"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":"b4517f7aac9fffa4","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1726218689003,"stop":1726218689004,"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":"a3ab94adac720b7d","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1726218689004,"stop":1726218689005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connections","children":[{"name":"same cluster, same shard: nodes connect","uid":"c2a98fa084253ee0","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1726218689005,"stop":1726218689006,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"1905aae14897a6fd","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1726218689006,"stop":1726218689007,"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":"1f3ac9f80763ce85","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1726218689007,"stop":1726218689008,"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":"81426c59ed6fd194","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1726218689008,"stop":1726218689010,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"174e48ade251c8de555bd3bc87d61e1f"}],"uid":"efccb8cb58173ebb8b2f79a36781cf1b"},{"name":"Peer Exchange Continuous Discovery","children":[{"name":"Should update shard info","uid":"bce9d5d961aebf2e","parentUid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c","status":"passed","time":{"start":1726218689329,"stop":1726218689329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"14caa117ed72cab5","parentUid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c","status":"passed","time":{"start":1726218689329,"stop":1726218689329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","children":[{"name":"Check received message containing short","uid":"d52d3089909a0a1a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764064,"stop":1726218764066,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"674e32b525603e69","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764067,"stop":1726218764067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"dfc7401d99b6323a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764067,"stop":1726218764080,"duration":13},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"df8171faf052af51","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764081,"stop":1726218764082,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"567793b8bad2a1b2","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764081,"stop":1726218764081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"9b8dbea5d7e69996","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764082,"stop":1726218764083,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"b7520b231335f646","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764083,"stop":1726218764086,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"e3723453c66ff63c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764087,"stop":1726218764088,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"1b5000687e8558a2","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764087,"stop":1726218764087,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"4f6b89127dadb9d3","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764087,"stop":1726218764087,"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":"93f0918bee81e74","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764088,"stop":1726218764088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"eac01216bc0b14a3","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764088,"stop":1726218764088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"3fa30fd104654379","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764089,"stop":1726218764089,"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":"c9d9b8803fa3cdd0","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764094,"stop":1726218764095,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"9b477effba7c0120","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764094,"stop":1726218764094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"1906dad37997d564","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764095,"stop":1726218764095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218335042000000 ","uid":"a3e9fdbc1a78cbd0","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764095,"stop":1726218764096,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"613c1a723fac9563","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764096,"stop":1726218764097,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"44eb3b80a95b39c3","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764096,"stop":1726218764096,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218335042 ","uid":"d4d21241fcfe9e30","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764096,"stop":1726218764096,"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":"3fab50f38a5b2986","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764097,"stop":1726218764097,"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":"62db60a4aeded6f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764097,"stop":1726218764097,"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":"923aae3b3a9413c4","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764098,"stop":1726218764099,"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":"bf80a398e9029248","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764098,"stop":1726218764098,"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":"6f297511b425bfdf","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1726218764098,"stop":1726218764098,"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":"121074442479f866","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1726218764099,"stop":1726218764099,"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":"a94cfcb7f614ba83","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1726218764099,"stop":1726218764099,"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":"8bbd492d1e4af379","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764100,"stop":1726218764101,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"c29173ca9145775e","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764101,"stop":1726218764101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"78c3c06cabb3a069","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764101,"stop":1726218764101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"d91c6ad1ef17a5dc","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764102,"stop":1726218764104,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"e9cf61ea12f74a1","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764104,"stop":1726218764105,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"108f2739a2d0a74c","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764105,"stop":1726218764105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"2ab6b3c7a9eaa6be","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764105,"stop":1726218764106,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"4530e489d7ff9d83","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764106,"stop":1726218764106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"a3065fd072702330","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764106,"stop":1726218764106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"c5cad4d05983b044","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764107,"stop":1726218764107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"89d8e056aa54429a","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764107,"stop":1726218764107,"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":"a50e45a2ccda67c4","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764107,"stop":1726218764107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"659c277ee68838c4","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764108,"stop":1726218764108,"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":"836415f84289161b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764108,"stop":1726218764109,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"535ff8ea095a5e3d","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764108,"stop":1726218764108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218335042 ","uid":"1c759ef12faa662b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764109,"stop":1726218764110,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218335042000000 ","uid":"8bd67832f56d0880","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764109,"stop":1726218764109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b4edf353a788d32c","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764109,"stop":1726218764109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"3217491cb103ac24","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764110,"stop":1726218764110,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"abe09ce20c4fce8f","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764111,"stop":1726218764111,"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":"e9c25c94dbd769c9","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764111,"stop":1726218764111,"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":"956108d6c7f9953c","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764112,"stop":1726218764112,"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":"8bda49ef577380f8","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764112,"stop":1726218764113,"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":"15c087d996447df6","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764113,"stop":1726218764113,"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":"d9fab382e3925698","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1726218764113,"stop":1726218764114,"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":"6e4743b017b62a05","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1726218764114,"stop":1726218764114,"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":"aa7b6e6072f0cdfa","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1726218764114,"stop":1726218764114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"de597dc9fd0f0eae44ef8b68c4f3be7e"},{"name":"Peer Exchange Query","children":[{"name":"connected peers and dial","uid":"cee73cea46d43bf4","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1726218764450,"stop":1726218764451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"42488ac0a4c8f05d","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1726218764451,"stop":1726218764451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"1b6d175a88a9b1","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1726218764451,"stop":1726218764451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"51ef0b3ac9b9029a","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1726218764452,"stop":1726218764452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e7815ed0daad3788f63cfd3be43a4047"},{"name":"Waku Relay","children":[{"name":"Delete observer","uid":"e67318fdb1b033ad","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1726218768115,"stop":1726218768116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"41ba4cd4f9c318e9","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1726218768115,"stop":1726218768115,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c09e2f8d01d26e92eda242fa33d69927"},{"name":"Peer Exchange","children":[{"name":"new peer added after a peer was already found","uid":"61f48ab5e02ae5cf","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1726218777346,"stop":1726218777346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"92d43601f811c44e","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1726218777346,"stop":1726218777346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"6fd7038d9c6972bf","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1726218777347,"stop":1726218777347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"1b33fb2456e66c3f","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1726218777347,"stop":1726218777347,"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":"34a3024e98051e32","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1726218793427,"stop":1726218793428,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"c144b0be3f407985","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1726218793428,"stop":1726218793429,"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":"95fd2ae821f89eba","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1726218793429,"stop":1726218793430,"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":"8fd2716faba41796","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1726218793432,"stop":1726218793433,"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":"cc8e38dc4d948ee6","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1726218793433,"stop":1726218793434,"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":"b24c58d60f2d3742","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1726218793434,"stop":1726218793435,"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":"5c16506b4ab53327","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1726218793435,"stop":1726218793436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cc5ab73acc4c5ec1d118ee40082197b"}],"uid":"1d4f92016a1ebf16e8408eac03783ef8"}],"uid":"f23527635e1474ff854a71912f7cb7ea"},{"name":"Waku Light Push: Single Node","children":[{"name":"Push message with short payload","uid":"163e1cb668f80090","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778173,"stop":1726218778173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"321068e417e1b2b7","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778173,"stop":1726218778174,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"c590568b831649e9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778174,"stop":1726218778184,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"e4f7fe4843bd6df8","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778184,"stop":1726218778185,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"f0ffbfa562b572e4","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778185,"stop":1726218778187,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"a5f75f3e1f62f363","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778187,"stop":1726218778188,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"e9219bcb2526a1ce","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778188,"stop":1726218778188,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"b2b41790c1bfcce6","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778188,"stop":1726218778189,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"4147f4d5e1180d73","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778189,"stop":1726218778189,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"1a753297e170ba22","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778189,"stop":1726218778189,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"7eca4a8a2a006f38","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778190,"stop":1726218778190,"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":"6efe942e8456b3ea","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778190,"stop":1726218778190,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"b14e1ea212a311d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778194,"stop":1726218778195,"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":"be02553425865e11","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778195,"stop":1726218778197,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"7746af7131889f3a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778195,"stop":1726218778195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"27902b6ce484cc0e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778197,"stop":1726218778197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"7f88b88efc26bc79","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778197,"stop":1726218778198,"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":"568bee47aa5f5ca8","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778198,"stop":1726218778218,"duration":20},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"dac8b312ad0a1be4","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778218,"stop":1726218778218,"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":"9416d68d8bc87580","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778219,"stop":1726218778219,"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":"23d1d43cab0eb68e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778223,"stop":1726218778226,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"33ef4c9801e0a51d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778227,"stop":1726218778231,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"7dad575c746875b3","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778227,"stop":1726218778227,"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":"2ad5928be6e6b407","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778231,"stop":1726218778232,"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":"eeafbf1d12887ad9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778233,"stop":1726218778234,"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":"abbfca4a22a97f18","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778233,"stop":1726218778233,"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":"d620215fa6e07241","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778234,"stop":1726218778241,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"9eaa155f85b9a97d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778246,"stop":1726218778250,"duration":4},"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":"5871aede98daa3b7","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778250,"stop":1726218778251,"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":"631303ba99fa9029","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778265,"stop":1726218778270,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"fbc0edc6f6d97f23","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778278,"stop":1726218778281,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"116814b04659d3b9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778282,"stop":1726218778283,"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":"e2142edc0914b7","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778284,"stop":1726218778284,"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":"e7e9d45a8b18dfc","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778284,"stop":1726218778286,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"20215fcba1552091","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778286,"stop":1726218778286,"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":"f39e0ed3816f040d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778287,"stop":1726218778287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"3578b6b775ac898d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778287,"stop":1726218778288,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"810efcac150e5599","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778287,"stop":1726218778287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726214983850","uid":"1a6b2c643474429","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778288,"stop":1726218778291,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1695460183850","uid":"1a400719ce4c6d3e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778288,"stop":1726218778288,"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":"e9ca70e51b96f77c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778291,"stop":1726218778292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726222183850","uid":"d6abc64ab536d92c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778291,"stop":1726218778291,"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":"87908b47f4c629f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1726218778292,"stop":1726218778292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7df6540d157bd48a9d3bc8c3f21e93bb"},{"name":"Waku Relay, multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"32070ae6cab1c299","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1726218788034,"stop":1726218788034,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"d7797eec315560e4","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1726218788034,"stop":1726218788035,"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":"177a53f7c467eb59","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1726218788034,"stop":1726218788034,"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":"dd0f71537a4076a","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1726218788035,"stop":1726218788035,"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":"5e16e97312309652","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1726218788035,"stop":1726218788036,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"900241452f21c45e","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1726218788036,"stop":1726218788036,"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":"50c54db568fe3def","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1726218788036,"stop":1726218788036,"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":"c1cfba753f944e73","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1726218788037,"stop":1726218788037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"23ea901a8196812bf1a172b866f3c954"},{"name":"Waku Relay, Interop","children":[{"name":"nwaku subscribes","uid":"d97da8498cc1a26c","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1726218791621,"stop":1726218791622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"e62d5bd582ce8d02","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1726218791622,"stop":1726218791622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"edec1c0dd4349f42","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1726218791622,"stop":1726218791623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"e6f11950d6329e52","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1726218791623,"stop":1726218791623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e723c55a01833b835c26f759a08dcc8f"},{"name":"Waku Relay, Publish","children":[{"name":"Check publish message containing short","uid":"62b01232520f18e6","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806751,"stop":1726218806751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"d4e86377be60935d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806752,"stop":1726218806752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"342f55d395fcaac2","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806752,"stop":1726218806753,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"cd1571c98e4417b","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806752,"stop":1726218806752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"99f750d6a0db3b00","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806753,"stop":1726218806753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"62f3ede2ea6bb57","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806754,"stop":1726218806754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"651f778519cbe626","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806755,"stop":1726218806755,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"9d8360a9790d6062","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806755,"stop":1726218806755,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"c3c0787846b12f11","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806755,"stop":1726218806756,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"94faa7b3da474197","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806756,"stop":1726218806757,"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":"c111197eafd4e238","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806758,"stop":1726218806758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"c97d5c3e7a55a385","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806758,"stop":1726218806758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"c5eeae2efd1869b2","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806759,"stop":1726218806759,"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":"201ae843cffcaf3a","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806759,"stop":1726218806760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"242792f42b933ae4","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806759,"stop":1726218806759,"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":"9c176a0dbd1f0c77","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806760,"stop":1726218806761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"46bb154674a8ab9f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806760,"stop":1726218806760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 13 2024 08:12:58 GMT+0000 (Coordinated Universal Time)","uid":"278959b5c177d6e4","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806761,"stop":1726218806762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sat Sep 23 2023 09:12:58 GMT+0000 (Coordinated Universal Time)","uid":"e09eb866c9d13283","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806761,"stop":1726218806761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 13 2024 10:12:58 GMT+0000 (Coordinated Universal Time)","uid":"4368215cbf6b665d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806762,"stop":1726218806762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"639db5205748c5f6","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806762,"stop":1726218806762,"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":"1f824598b13afc73","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806763,"stop":1726218806763,"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":"64f8883d1686cf38","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806763,"stop":1726218806764,"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":"b2f914b66bf323b7","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806763,"stop":1726218806763,"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":"ff5d0f5b0be27af7","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806765,"stop":1726218806765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"690d8d2ed75c41be","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806766,"stop":1726218806767,"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":"f759b0eb1907c407","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1726218806766,"stop":1726218806766,"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":"705e34138455fa75","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1726218806766,"stop":1726218806766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"d5c80308ecae3ad5","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1726218806767,"stop":1726218806767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"540857cd9aa465b36ce09e6d7509872d"},{"name":"Waku Relay, Subscribe","children":[{"name":"Mutual subscription","uid":"c718359a42c077c5","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812459,"stop":1726218812462,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"4e4cda8e9155f72a","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812462,"stop":1726218812463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"de1030823bf94604","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812464,"stop":1726218812464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"39814480964ff045","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812465,"stop":1726218812465,"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":"4b2e138054a3a7c0","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812465,"stop":1726218812466,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"94f95c2217d9715","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812466,"stop":1726218812467,"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":"3c567f3b6eeed9c0","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812467,"stop":1726218812468,"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":"529d32a582d345ec","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812468,"stop":1726218812468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"ac7affc6087430f8","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1726218812469,"stop":1726218812470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c4264c5519720650","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1726218812469,"stop":1726218812469,"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":"2ed553b263b77aa","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812470,"stop":1726218812471,"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":"96751cbf414d64f1","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812471,"stop":1726218812471,"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":"69cc063df694685","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812472,"stop":1726218812472,"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":"eb514182afeec34f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812472,"stop":1726218812473,"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":"f0e0e4b95a9693ba","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812474,"stop":1726218812474,"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":"e82c497fda57d01c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812475,"stop":1726218812475,"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":"665c6b744d236b2","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812475,"stop":1726218812476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"756eb1c6d7cc0faa","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812476,"stop":1726218812476,"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":"5c5d603b0351a7b7","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812476,"stop":1726218812476,"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":"972104f0059f8a2d","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812476,"stop":1726218812477,"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":"d4d6264d4aeab97f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812477,"stop":1726218812477,"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":"a7ba43ac4d583af","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812477,"stop":1726218812478,"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":"6d61330a9158f738","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812478,"stop":1726218812481,"duration":3},"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":"d36c938a4929c62b","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812478,"stop":1726218812478,"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":"df1d0806687cc5af","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812481,"stop":1726218812481,"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":"eb26cfa053f83c67","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1726218812481,"stop":1726218812482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f44a58f320567307bff944f420349273"},{"name":"Autosharding: Running Nodes","children":[{"name":"Different clusters and topics","children":[{"name":"Cluster ID 0 - Default/Global Cluster","uid":"4771320b2e2c974e","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218843764,"stop":1726218843764,"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: /app87/8/topic658/proto","uid":"df4f238740304d55","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218843765,"stop":1726218843766,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"715e3f70c8d9def2","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218843765,"stop":1726218843765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app21/8/topic968/test.js","uid":"2cc78035072cefda","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218843765,"stop":1726218843765,"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: /app33/6/topic731/utf8","uid":"6c1f8e98c9aea41e","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218843766,"stop":1726218843767,"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: /app31/4/topic67/utf8","uid":"871f9e21f1d2b33e","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218843766,"stop":1726218843766,"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: /app83/10/topic906/test.js","uid":"7a69937b333bd205","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218843766,"stop":1726218843766,"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: /app24/1/topic797/proto","uid":"c957ba2dabb60e40","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218843767,"stop":1726218843768,"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: /app42/9/topic703/test.js","uid":"f87551eacbaa8c6e","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218843767,"stop":1726218843767,"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: /app57/5/topic252/json","uid":"998e067cc4564f37","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218843768,"stop":1726218843768,"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: /app46/6/topic476/proto","uid":"124b23b67895c646","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218843768,"stop":1726218843768,"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: /app90/4/topic376/test.js","uid":"8b157ba589234ae7","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218843768,"stop":1726218843769,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"3a81a27fba1c86f1","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1726218843769,"stop":1726218843769,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e8b0f6eec77d72e8a8dfd3fa7b06b150"},{"name":"Others","children":[{"name":"configure the node with multiple content topics","uid":"760f7fbf24c8bbfe","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1726218843769,"stop":1726218843770,"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":"eaf720a73ec30f34","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1726218843770,"stop":1726218843770,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"4e786474877154de","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1726218843777,"stop":1726218843779,"duration":2},"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":"d1a6706bc00de689","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1726218851922,"stop":1726218851923,"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":"92dd06b25b4c7015","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1726218851922,"stop":1726218851922,"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":"ca3f24444472b209","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1726218851923,"stop":1726218851924,"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":"ef9020a16e3ff4f8","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1726218851924,"stop":1726218851924,"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":"37c7c2c4bab9ceb8","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1726218851924,"stop":1726218851924,"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":"50df2a52ec8a6288","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1726218851925,"stop":1726218851925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"7731a62b40f6539c","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1726218851925,"stop":1726218851926,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"5dcffabab626862c","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1726218851925,"stop":1726218851925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"62e1583ea7fe58b2","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1726218851926,"stop":1726218851926,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3426cec71b37676cf0be3c0fef80c0a0"},{"name":"Waku Light Push: Multiple Nodes: Strict Check: true","children":[{"name":"Push message with short payload","uid":"2d7e2d5b9fe65653","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218862983,"stop":1726218862984,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"330d8a8e30a1464a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218862984,"stop":1726218862988,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"36a9d65fe8d21203","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218862988,"stop":1726218862989,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"8830b33a86ebd98c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218862989,"stop":1726218862990,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"537aaac81b083674","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218862990,"stop":1726218862991,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"222c55d935d492d6","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218862991,"stop":1726218862992,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"9fd2501d22e62bd","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218862993,"stop":1726218862993,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"9fc5e910df396dc2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218862994,"stop":1726218862994,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"7236d7a09f2b3797","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218862994,"stop":1726218862995,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"2807c4e1554d3f47","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218862995,"stop":1726218862996,"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":"fcff9a7b4784bf5e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218862996,"stop":1726218862997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"87bbe06ff39a661","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218862997,"stop":1726218863001,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"74588ef3ba61f4c2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863002,"stop":1726218863003,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"eec5773f1b7b7b1c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863002,"stop":1726218863002,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"662a7b316fc5f7b7","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863003,"stop":1726218863004,"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":"1a14b0dc50511197","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863003,"stop":1726218863003,"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":"2ef92f3f7fabb637","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863004,"stop":1726218863005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"5e7bb3133c1d4a93","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863004,"stop":1726218863004,"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":"93f3f59f11f1311f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863005,"stop":1726218863005,"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":"b5ecee3b91f65254","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863010,"stop":1726218863011,"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":"24f6afb249936f66","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863011,"stop":1726218863011,"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":"1e101a6df7fe0c99","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863011,"stop":1726218863011,"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":"a8f32348d07a3cd","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863012,"stop":1726218863012,"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":"266bb90f55b69b00","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863012,"stop":1726218863012,"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":"1fa821f300cf720d","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863012,"stop":1726218863013,"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":"dce1bd48bcacab17","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863013,"stop":1726218863013,"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":"d6de5ef0c1aecdef","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863013,"stop":1726218863022,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"30f21201776bf25f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863022,"stop":1726218863027,"duration":5},"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":"1e23971403a9a11e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863027,"stop":1726218863029,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"2f765917896636d8","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863029,"stop":1726218863032,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"ee8a321789cea58","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863032,"stop":1726218863034,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"8a96ed903990d5ba","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863034,"stop":1726218863037,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"be7e300a4a45c6f9","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863038,"stop":1726218863039,"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":"60c1834d0183fdfb","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863039,"stop":1726218863041,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"2d8c4a11b8c0538e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863041,"stop":1726218863043,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"c4ce9dd4347aa0e7","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863043,"stop":1726218863045,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"b408c3c35b17bb79","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863045,"stop":1726218863047,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"5c0d80f73686d629","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863047,"stop":1726218863048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1695460151739","uid":"7d39e9c75b52c617","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863048,"stop":1726218863049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726214951739","uid":"fe3f0cbbe0020de7","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863049,"stop":1726218863050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726222151739","uid":"ab2fae814c5eb696","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863050,"stop":1726218863052,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"b48ef000cdebec5b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863052,"stop":1726218863053,"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":"7c385da43d3b55ef","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1726218863053,"stop":1726218863056,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0ce4304a5c72aabff181e56ac32d839"},{"name":"Static Sharding: Running Nodes","children":[{"name":"Different clusters and shards","children":[{"name":"shard 0","uid":"79818748cd8073b6","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218863176,"stop":1726218863178,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 39, Shard ID: 480","uid":"a0241118c3bc6332","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218863178,"stop":1726218863179,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"f9860711d179c857","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218863178,"stop":1726218863178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 996, Shard ID: 797","uid":"539831bafa494215","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218863179,"stop":1726218863179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 755, Shard ID: 863","uid":"92417dc4a7800a0","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218863179,"stop":1726218863180,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 886, Shard ID: 997","uid":"232cd0d147ba7ed9","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218863180,"stop":1726218863180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 328, Shard ID: 996","uid":"1f1020a5023b9298","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218863180,"stop":1726218863180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 895, Shard ID: 920","uid":"b62bbaf200d2c22a","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218863181,"stop":1726218863182,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 10, Shard ID: 664","uid":"6a21557c0982eeaa","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218863182,"stop":1726218863182,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 810, Shard ID: 32","uid":"bf20f3c9567e362","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218863184,"stop":1726218863184,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 226, Shard ID: 947","uid":"9e0ee157c8556665","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218863184,"stop":1726218863184,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 854, Shard ID: 399","uid":"a70cda482a5dd952","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1726218863185,"stop":1726218863185,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"70f57a908a322d723a1cc74c6af07cc9"},{"name":"Others","children":[{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"a3f025a934aab25b","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1726218863186,"stop":1726218863187,"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":"1d73d598cf6fbc3d","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1726218863186,"stop":1726218863186,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"f7658e514e419878","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1726218863187,"stop":1726218863187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"55b20afdd36c6a3fe4fbc5148e0b6cb1"}],"uid":"3063c7d8bf33f54fd9a4937c64364a9f"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","children":[{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"67490c33c0312537","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879286,"stop":1726218879286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"7287df32d636fb32","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879286,"stop":1726218879286,"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":"db33e516cab46bd0","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879287,"stop":1726218879288,"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":"53988f1145d3cbb6","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879287,"stop":1726218879287,"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":"2cf8b78169da3cf9","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879287,"stop":1726218879287,"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":"3b45b45986eed455","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879288,"stop":1726218879288,"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":"29ed9c662df66fd5","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879288,"stop":1726218879288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"5110d9e8570781ac","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879289,"stop":1726218879292,"duration":3},"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":"ea6e403880636015","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879289,"stop":1726218879289,"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":"258484f6d68aaaf2","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879289,"stop":1726218879289,"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":"b7aa1e471b0a9400","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879292,"stop":1726218879293,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"54e1cbc3916a846c","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879292,"stop":1726218879292,"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":"7c42aead14c0e236","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879293,"stop":1726218879293,"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":"100d5843bbcf901d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879293,"stop":1726218879293,"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":"e2472066eaba930c","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879294,"stop":1726218879294,"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":"e3de853524dbbd72","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879294,"stop":1726218879298,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"da3115bd84df2951","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879298,"stop":1726218879313,"duration":15},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"c264980d0035ff4b","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879314,"stop":1726218879315,"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":"e2f50fdc6756f9a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879315,"stop":1726218879317,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"224a81e76873dffd","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879318,"stop":1726218879320,"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":"666b6ffa76b3ce73","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879320,"stop":1726218879320,"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":"f87597fefdc9c4b","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879321,"stop":1726218879322,"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":"7c9cf4703bdc9691","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879321,"stop":1726218879321,"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":"d3a816832f52cb88","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879322,"stop":1726218879330,"duration":8},"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":"c96819389a086579","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879331,"stop":1726218879331,"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":"2e90ee09a7ffa8b9","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879331,"stop":1726218879331,"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":"b51b5e81cdf9de23","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879332,"stop":1726218879332,"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":"e2c0d30e8b718f94","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879332,"stop":1726218879332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"e1626e82bcffce8f","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1726218879334,"stop":1726218879335,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"79bc21179354d4d696ab0ed95aaefc00"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","children":[{"name":"Subscribe and receive messages via lightPush","uid":"b1a5a22e87f3879a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879335,"stop":1726218879335,"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":"a55a58f746b70daf","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879336,"stop":1726218879336,"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":"bfd8f25679c56313","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879336,"stop":1726218879337,"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":"6e788243042e341e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879336,"stop":1726218879336,"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":"88e35d2cf4c770eb","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879337,"stop":1726218879337,"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":"b90ff6a3ba34e7df","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879337,"stop":1726218879337,"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":"b114c56cb4449fce","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879338,"stop":1726218879338,"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":"8d334c4fb7fb5f77","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879338,"stop":1726218879340,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"7998b9ee7532984b","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879340,"stop":1726218879341,"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":"367baa7872b9c6bc","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879340,"stop":1726218879340,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"6be6a4d847ad8566","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879341,"stop":1726218879342,"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":"11e5f25aebcd7132","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879342,"stop":1726218879348,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"31039f33ceae023","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879351,"stop":1726218879352,"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":"3cfc1ccbb96d7982","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879352,"stop":1726218879352,"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":"2397007bcd832aa6","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879352,"stop":1726218879353,"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":"f924a128b3a5a985","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879359,"stop":1726218879360,"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":"383680d481d5acd4","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879359,"stop":1726218879359,"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":"fd7930b6eebc4ffa","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879360,"stop":1726218879360,"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":"6bff4dc68a6d93ce","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879360,"stop":1726218879361,"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":"63335d5b16db4b99","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879361,"stop":1726218879361,"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":"2e52da3a43f57646","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879361,"stop":1726218879361,"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":"c339f265e3f12f64","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879362,"stop":1726218879362,"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":"3e7a9ea3deffc3a2","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879371,"stop":1726218879372,"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":"9d208b9d5f6a2294","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879372,"stop":1726218879373,"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":"2e2e08bd7e693029","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879373,"stop":1726218879374,"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":"2501ff355c747cd5","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879374,"stop":1726218879376,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"47724909b08677f5","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879376,"stop":1726218879380,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"3bd8b923d50c1685","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879385,"stop":1726218879387,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"97d82777f2931d95","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1726218879387,"stop":1726218879388,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d2c836997f51e619a3f56fdc380693ce"},{"name":"Waku Store, order","children":[{"name":"Query Generator - true","uid":"392f839d4f4769ca","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1726218885487,"stop":1726218885487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"4b00b16336642eb5","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1726218885487,"stop":1726218885488,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"311b699ff5958b9c","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1726218885489,"stop":1726218885489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"e5bfcd69cca79801","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1726218885489,"stop":1726218885489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"3905969d36b25a5c","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1726218885489,"stop":1726218885490,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"c65248be57fd159d","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1726218885490,"stop":1726218885490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7daa13be04411ffb27d8ee7f46d6b87d"},{"name":"Waku Store, error handling","children":[{"name":"Query Generator, Wrong PubsubTopic","uid":"6f855269ae3e689","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218886387,"stop":1726218886390,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"e7a315a1a5957505","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218886390,"stop":1726218886391,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"f3739f783287e1b3","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218886391,"stop":1726218886391,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"8bb735f072f62e81","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218886392,"stop":1726218886392,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"dde3b197bef194a5","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218886392,"stop":1726218886392,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"1c74ae3529f03fcd","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218886392,"stop":1726218886393,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"478125b8fdeb1062","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218886393,"stop":1726218886393,"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":"5bddcdba3a462e9","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218886393,"stop":1726218886395,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"e42a676bd4df1918","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218886395,"stop":1726218886395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"ac87ccec45685311","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218886396,"stop":1726218886396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"4831bf8be021a99d","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218886396,"stop":1726218886396,"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":"779a6d33409ee6bf","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1726218886396,"stop":1726218886396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ce32033953aa49b057348563584e892d"},{"name":"Waku Store, sorting","children":[{"name":"Query Generator sorting by timestamp while page direction is true","uid":"152b75294ea3e72a","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1726218898752,"stop":1726218898752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"2328974317bda28d","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1726218898753,"stop":1726218898753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"8526b933550e1457","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1726218898753,"stop":1726218898753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"71256f7045ae34","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1726218898754,"stop":1726218898754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82d01d8e33c56eeb9dac68b6546f466e"},{"name":"Waku Store, general","children":[{"name":"Query generator for multiple messages","uid":"c279509fd5a114ae","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1726218902965,"stop":1726218902967,"duration":2},"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":"151f42c4d3739391","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1726218902967,"stop":1726218902969,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"47dfe0034edc7346","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1726218902969,"stop":1726218902971,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"5bb67e6dcf90491d","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1726218902972,"stop":1726218902982,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"af9df56f21f5cb03","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1726218902982,"stop":1726218902983,"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":"b3e5963a12f7de49","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1726218902993,"stop":1726218902994,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"19e2562b1616adda","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1726218902994,"stop":1726218903000,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"75f399477ee03636","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1726218903001,"stop":1726218903004,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"673cc6f45d1229df","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1726218903005,"stop":1726218903006,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a0593136080d0b3b5899e64d90a01f8"},{"name":"Waku Store, custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"68339af2b34ebf50","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1726218903390,"stop":1726218903391,"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":"d0c67f1fe9c39695","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1726218903391,"stop":1726218903392,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"77c75080adbf2e9c","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1726218903391,"stop":1726218903391,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"44ef6c8520792f6cdf92ba8b204e42cd"},{"name":"Waku Store (Autosharding), custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"c5ab2e1ce68417d8","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1726218903392,"stop":1726218903392,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"e54237eb4078a173","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1726218903392,"stop":1726218903392,"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":"d3cd4738359e9336","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1726218903393,"stop":1726218903393,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"428961ea17ce9ec744e8e65e6f8c7b4f"},{"name":"Waku Store (named sharding), custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"2c70bdf6d700a2d3","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1726218903393,"stop":1726218903393,"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":"ca9d2067e246b0e8","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1726218903394,"stop":1726218903394,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"bfc04cb0394bb571","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1726218903394,"stop":1726218903394,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8095077130c9514b42ecdfc574bb8f38"},{"name":"Waku Store, page size","children":[{"name":"Passing page size 0 when there are 110 messages","uid":"aae88a19784e5896","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1726218909193,"stop":1726218909194,"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":"d8b866756082785d","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1726218909194,"stop":1726218909194,"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":"59a74889be4cdf9e","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1726218909194,"stop":1726218909195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"42f451cbf07d7de4","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1726218909195,"stop":1726218909195,"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":"4fa4abc3d994c292","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1726218909195,"stop":1726218909195,"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":"4b3d52320de0d794","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1726218909195,"stop":1726218909196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"22ed9590a9a5b255","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1726218909196,"stop":1726218909196,"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":"6bc737fb14abf5c9","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1726218909196,"stop":1726218909196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"90755542dd4fc4702bb1cd6348e4930c"},{"name":"Util: toAsyncIterator: Filter","children":[{"name":"creates an iterator","uid":"df4ce2302cd82c29","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1726218910984,"stop":1726218910985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"bef91994bd59cb08","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1726218910985,"stop":1726218910985,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"ad132ab58d35f0a7","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1726218910985,"stop":1726218910986,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bfd91fe70e25365388e9d45e358d893b"},{"name":"Waku Store, time filter","children":[{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"c36de91d586b3103","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1726218914871,"stop":1726218914871,"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":"f0263a85324abd8b","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1726218914871,"stop":1726218914872,"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":"bcb62b042161b6dc","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1726218914872,"stop":1726218914873,"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":"c4f0787b13d0cf02","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1726218914872,"stop":1726218914872,"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":"e3b3dd6dd177dce6","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1726218914872,"stop":1726218914872,"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":"3d6c66e8ac7880a4","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1726218914873,"stop":1726218914874,"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":"d8ea0ca6f4d5807c","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1726218914873,"stop":1726218914873,"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":"86acbfe66afccb5a","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1726218914874,"stop":1726218914874,"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":"f12194e561c4be75","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1726218914875,"stop":1726218914875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7070f79de099fc32a51b6a8b41c21caa"},{"name":"Waku Dial [node only]","children":[{"name":"Interop: ServiceNode","children":[{"name":"connects to nwaku","uid":"366dffa50af051e4","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1726218917023,"stop":1726218917024,"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":"8d6239220a8a42d3","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1726218917024,"stop":1726218917024,"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":"bb3950b468ed56b7","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1726218917025,"stop":1726218917025,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"4b2036469c5a1bba","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1726218917025,"stop":1726218917025,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9378f5f7ef0de7cc0e97970af1f8370b"}],"uid":"89ea6af94a866de9b7d2054cee4d457f"},{"name":"User Agent","children":[{"name":"Sets default value correctly","uid":"fca31f4368e22336","parentUid":"3a88c26682cd3a1384f81774b01f867e","status":"passed","time":{"start":1726218917026,"stop":1726218917027,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3a88c26682cd3a1384f81774b01f867e"},{"name":"Decryption Keys","children":[{"name":"Used by Waku Relay","uid":"b15a2adab82e743f","parentUid":"b907953c6834b3b9f5420f211537af83","status":"passed","time":{"start":1726218917026,"stop":1726218917026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b907953c6834b3b9f5420f211537af83"},{"name":"Wait for remote peer","children":[{"name":"Relay - dialed after","uid":"8b45d5c131dc7c31","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"6fcad84c00b1720f","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"1203dd6f46a5a9b9","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"f947d2d1700fce9d","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"6832d472335fde69","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1726218926397,"stop":1726218926398,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"93c9492b956e5270","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"27a8bb0444abdbab","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"5a7e75bc5cb280a4","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1726218926398,"stop":1726218926398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"11fe45f887f0e1a1","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1726218926398,"stop":1726218926399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5ef3b407a3400aa42536fba150d9b6e"},{"name":"Static Sharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"be4d20fe809697d1","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1726218956166,"stop":1726218956166,"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":"a0f3c82194f2aa3","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1726218956166,"stop":1726218956167,"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":"685bba1c4f83f405","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1726218956167,"stop":1726218956168,"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":"ea9995e30f4b8f8c","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1726218956168,"stop":1726218956168,"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/7408/data/test-cases/64aba2b1913ac351.json b/7434/data/test-cases/100d5843bbcf901d.json similarity index 92% rename from 7408/data/test-cases/64aba2b1913ac351.json rename to 7434/data/test-cases/100d5843bbcf901d.json index dedb16ef061..79bf045379e 100644 --- a/7408/data/test-cases/64aba2b1913ac351.json +++ b/7434/data/test-cases/100d5843bbcf901d.json @@ -1 +1 @@ -{"uid":"64aba2b1913ac351","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":1725579297959,"stop":1725579297960,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"14ef666491bcfcdb","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/14ef666491bcfcdb","status":"passed","time":{"start":1725578825346,"stop":1725578825347,"duration":1}},{"uid":"aa88ae60b28ae5d4","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/aa88ae60b28ae5d4","status":"passed","time":{"start":1725578516984,"stop":1725578516985,"duration":1}},{"uid":"b4fd20a642000d9d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b4fd20a642000d9d","status":"passed","time":{"start":1725577784905,"stop":1725577784906,"duration":1}},{"uid":"84d3b105f3c9d5d6","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/84d3b105f3c9d5d6","status":"passed","time":{"start":1725577433749,"stop":1725577433751,"duration":2}},{"uid":"d455b9cdd957bd0a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d455b9cdd957bd0a","status":"passed","time":{"start":1725577392043,"stop":1725577392047,"duration":4}},{"uid":"2e191e0fd3ac4b0c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2e191e0fd3ac4b0c","status":"passed","time":{"start":1725576971829,"stop":1725576971829,"duration":0}}]},"tags":[]},"source":"64aba2b1913ac351.json","parameterValues":[]} \ No newline at end of file +{"uid":"100d5843bbcf901d","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":1726218879293,"stop":1726218879293,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f7a66c3c9b072730","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f7a66c3c9b072730","status":"passed","time":{"start":1726218787575,"stop":1726218787575,"duration":0}},{"uid":"6d6d264a18014b2c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d6d264a18014b2c","status":"passed","time":{"start":1726218066278,"stop":1726218066278,"duration":0}},{"uid":"8e85fe0d278c8ea5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e85fe0d278c8ea5","status":"passed","time":{"start":1726217965301,"stop":1726217965302,"duration":1}}]},"tags":[]},"source":"100d5843bbcf901d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/62ee5c008f0e2e1b.json b/7434/data/test-cases/108f2739a2d0a74c.json similarity index 91% rename from 7408/data/test-cases/62ee5c008f0e2e1b.json rename to 7434/data/test-cases/108f2739a2d0a74c.json index e991c70081e..1d0fb9084c4 100644 --- a/7408/data/test-cases/62ee5c008f0e2e1b.json +++ b/7434/data/test-cases/108f2739a2d0a74c.json @@ -1 +1 @@ -{"uid":"62ee5c008f0e2e1b","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":1725579181257,"stop":1725579181257,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"30ef8976f0bf922c","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/30ef8976f0bf922c","status":"passed","time":{"start":1725578712616,"stop":1725578712617,"duration":1}},{"uid":"ed9a7bedb9f471d1","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ed9a7bedb9f471d1","status":"passed","time":{"start":1725578380223,"stop":1725578380223,"duration":0}},{"uid":"6eac05524d721c5e","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6eac05524d721c5e","status":"passed","time":{"start":1725577661454,"stop":1725577661457,"duration":3}},{"uid":"421a6b4942c718cc","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/421a6b4942c718cc","status":"passed","time":{"start":1725577308300,"stop":1725577308300,"duration":0}},{"uid":"81f20213fcd811b7","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/81f20213fcd811b7","status":"passed","time":{"start":1725577255370,"stop":1725577255370,"duration":0}},{"uid":"d9ee739fe7739f61","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d9ee739fe7739f61","status":"passed","time":{"start":1725576839394,"stop":1725576839395,"duration":1}}]},"tags":[]},"source":"62ee5c008f0e2e1b.json","parameterValues":[]} \ No newline at end of file +{"uid":"108f2739a2d0a74c","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":1726218764105,"stop":1726218764105,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"67cee8a0473a3364","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/67cee8a0473a3364","status":"passed","time":{"start":1726218659019,"stop":1726218659019,"duration":0}},{"uid":"7918a4cdcdc715c3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7918a4cdcdc715c3","status":"passed","time":{"start":1726217924746,"stop":1726217924752,"duration":6}},{"uid":"2c4b52074b738580","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2c4b52074b738580","status":"passed","time":{"start":1726217840542,"stop":1726217840543,"duration":1}}]},"tags":[]},"source":"108f2739a2d0a74c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/2ce00fb019cdd682.json b/7434/data/test-cases/10fb03eb06175399.json similarity index 77% rename from 7408/data/test-cases/2ce00fb019cdd682.json rename to 7434/data/test-cases/10fb03eb06175399.json index 45b6a8a8f11..fcc7c24a3be 100644 --- a/7408/data/test-cases/2ce00fb019cdd682.json +++ b/7434/data/test-cases/10fb03eb06175399.json @@ -1 +1 @@ -{"uid":"2ce00fb019cdd682","name":"removeEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with wrong event","historyId":"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578799987,"stop":1725578799987,"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":7,"unknown":0,"total":7},"items":[{"uid":"87c81e79fafb3c19","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/87c81e79fafb3c19","status":"passed","time":{"start":1725578342927,"stop":1725578342928,"duration":1}},{"uid":"2e77bbbd7a0aac37","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2e77bbbd7a0aac37","status":"passed","time":{"start":1725578015553,"stop":1725578015553,"duration":0}},{"uid":"5870552f9f0df9e7","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5870552f9f0df9e7","status":"passed","time":{"start":1725577283442,"stop":1725577283442,"duration":0}},{"uid":"ebc50ef8c179b801","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/ebc50ef8c179b801","status":"passed","time":{"start":1725576930400,"stop":1725576930400,"duration":0}},{"uid":"827beef3082735bb","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/827beef3082735bb","status":"passed","time":{"start":1725576882308,"stop":1725576882309,"duration":1}},{"uid":"c5c9a7f52f9e5c08","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c5c9a7f52f9e5c08","status":"passed","time":{"start":1725576465589,"stop":1725576465589,"duration":0}}]},"tags":[]},"source":"2ce00fb019cdd682.json","parameterValues":[]} \ No newline at end of file +{"uid":"10fb03eb06175399","name":"removeEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with wrong event","historyId":"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218375492,"stop":1726218375492,"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":4,"unknown":0,"total":4},"items":[{"uid":"5d2bb287207eb996","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5d2bb287207eb996","status":"passed","time":{"start":1726218279686,"stop":1726218279687,"duration":1}},{"uid":"175f73d1c21f019b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/175f73d1c21f019b","status":"passed","time":{"start":1726217533046,"stop":1726217533047,"duration":1}},{"uid":"6bbd5a643657f24f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6bbd5a643657f24f","status":"passed","time":{"start":1726217474964,"stop":1726217474964,"duration":0}}]},"tags":[]},"source":"10fb03eb06175399.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/96703ef3cfd0dd9e.json b/7434/data/test-cases/116568e226d8328d.json similarity index 53% rename from 7408/data/test-cases/96703ef3cfd0dd9e.json rename to 7434/data/test-cases/116568e226d8328d.json index c9ac47ff258..6e1bdb8e750 100644 --- a/7408/data/test-cases/96703ef3cfd0dd9e.json +++ b/7434/data/test-cases/116568e226d8328d.json @@ -1 +1 @@ -{"uid":"96703ef3cfd0dd9e","name":"LightPush with 2 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > LightPush with 2 connections","historyId":"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578997629,"stop":1725578997629,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"1457d729b727dc35","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1457d729b727dc35","status":"passed","time":{"start":1725578540375,"stop":1725578540375,"duration":0}},{"uid":"9c63a8950a22671f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9c63a8950a22671f","status":"passed","time":{"start":1725578211878,"stop":1725578211878,"duration":0}},{"uid":"cede061d43e9756a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/cede061d43e9756a","status":"passed","time":{"start":1725577486540,"stop":1725577486541,"duration":1}},{"uid":"1ce2b8d7fa6794b7","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1ce2b8d7fa6794b7","status":"passed","time":{"start":1725577127732,"stop":1725577127732,"duration":0}},{"uid":"35b679c60443e974","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/35b679c60443e974","status":"passed","time":{"start":1725577093280,"stop":1725577093281,"duration":1}},{"uid":"aafa4b5bf478c90f","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/aafa4b5bf478c90f","status":"passed","time":{"start":1725576661953,"stop":1725576661954,"duration":1}}]},"tags":[]},"source":"96703ef3cfd0dd9e.json","parameterValues":[]} \ No newline at end of file +{"uid":"116568e226d8328d","name":"LightPush with 2 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > LightPush with 2 connections","historyId":"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218583682,"stop":1726218583683,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"85abeca5c7b134c5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/85abeca5c7b134c5","status":"passed","time":{"start":1726218469207,"stop":1726218469209,"duration":2}},{"uid":"2174e0c19f9071b4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2174e0c19f9071b4","status":"passed","time":{"start":1726217742498,"stop":1726217742500,"duration":2}},{"uid":"3b933a6fde158daf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3b933a6fde158daf","status":"passed","time":{"start":1726217674285,"stop":1726217674286,"duration":1}}]},"tags":[]},"source":"116568e226d8328d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/74582c811741a747.json b/7434/data/test-cases/116814b04659d3b9.json similarity index 93% rename from 7408/data/test-cases/74582c811741a747.json rename to 7434/data/test-cases/116814b04659d3b9.json index 7a939b21e38..e19176fe3ea 100644 --- a/7408/data/test-cases/74582c811741a747.json +++ b/7434/data/test-cases/116814b04659d3b9.json @@ -1 +1 @@ -{"uid":"74582c811741a747","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":1725579187578,"stop":1725579187579,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"6b6f921e0fdd9116","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/6b6f921e0fdd9116","status":"passed","time":{"start":1725578730897,"stop":1725578730898,"duration":1}},{"uid":"8ff5daf2f031cfb7","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8ff5daf2f031cfb7","status":"passed","time":{"start":1725578399100,"stop":1725578399101,"duration":1}},{"uid":"ce0409ff045be22","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ce0409ff045be22","status":"passed","time":{"start":1725577666286,"stop":1725577666286,"duration":0}},{"uid":"d824337e286bcaff","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d824337e286bcaff","status":"passed","time":{"start":1725577318880,"stop":1725577318880,"duration":0}},{"uid":"8cfba2f541c3b1b4","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8cfba2f541c3b1b4","status":"passed","time":{"start":1725577277105,"stop":1725577277105,"duration":0}},{"uid":"7f38eb97af396d4a","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/7f38eb97af396d4a","status":"passed","time":{"start":1725576853167,"stop":1725576853169,"duration":2}}]},"tags":[]},"source":"74582c811741a747.json","parameterValues":[]} \ No newline at end of file +{"uid":"116814b04659d3b9","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":1726218778282,"stop":1726218778283,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"3bc4ffe3f23e6904","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3bc4ffe3f23e6904","status":"passed","time":{"start":1726218673560,"stop":1726218673561,"duration":1}},{"uid":"bb195f127bc23fc3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb195f127bc23fc3","status":"passed","time":{"start":1726217946739,"stop":1726217946739,"duration":0}},{"uid":"c4226e25790fc1f8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4226e25790fc1f8","status":"passed","time":{"start":1726217862788,"stop":1726217862789,"duration":1}}]},"tags":[]},"source":"116814b04659d3b9.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/af103136a2a65864.json b/7434/data/test-cases/11bb16190aff82a0.json similarity index 64% rename from 7408/data/test-cases/af103136a2a65864.json rename to 7434/data/test-cases/11bb16190aff82a0.json index 94373dcbec1..14b677e695f 100644 --- a/7408/data/test-cases/af103136a2a65864.json +++ b/7434/data/test-cases/11bb16190aff82a0.json @@ -1 +1 @@ -{"uid":"af103136a2a65864","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":1725578734310,"stop":1725578734310,"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":7,"unknown":0,"total":7},"items":[{"uid":"b6f1a52f311a09ae","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b6f1a52f311a09ae","status":"passed","time":{"start":1725578277366,"stop":1725578277366,"duration":0}},{"uid":"e4990c623ff6239b","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/e4990c623ff6239b","status":"passed","time":{"start":1725577949913,"stop":1725577949914,"duration":1}},{"uid":"f95cc14c8f118f25","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f95cc14c8f118f25","status":"passed","time":{"start":1725577217476,"stop":1725577217477,"duration":1}},{"uid":"ebec97a5f1b975b8","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/ebec97a5f1b975b8","status":"passed","time":{"start":1725576864181,"stop":1725576864181,"duration":0}},{"uid":"e862bbb731796644","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e862bbb731796644","status":"passed","time":{"start":1725576817208,"stop":1725576817208,"duration":0}},{"uid":"6ec6e98249f5def","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/6ec6e98249f5def","status":"passed","time":{"start":1725576399278,"stop":1725576399278,"duration":0}}]},"tags":[]},"source":"af103136a2a65864.json","parameterValues":[]} \ No newline at end of file +{"uid":"11bb16190aff82a0","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":1726218308584,"stop":1726218308584,"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":4,"unknown":0,"total":4},"items":[{"uid":"54148a593bb5ec24","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/54148a593bb5ec24","status":"passed","time":{"start":1726218213410,"stop":1726218213411,"duration":1}},{"uid":"2adf33f424ca7d2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2adf33f424ca7d2","status":"passed","time":{"start":1726217466678,"stop":1726217466678,"duration":0}},{"uid":"f4d2dd2b55f4ca31","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f4d2dd2b55f4ca31","status":"passed","time":{"start":1726217408298,"stop":1726217408298,"duration":0}}]},"tags":[]},"source":"11bb16190aff82a0.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9731a12220afd31b.json b/7434/data/test-cases/11e5f25aebcd7132.json similarity index 92% rename from 7408/data/test-cases/9731a12220afd31b.json rename to 7434/data/test-cases/11e5f25aebcd7132.json index c7e5e1ca6fd..50c2f1cba73 100644 --- a/7408/data/test-cases/9731a12220afd31b.json +++ b/7434/data/test-cases/11e5f25aebcd7132.json @@ -1 +1 @@ -{"uid":"9731a12220afd31b","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":1725579297990,"stop":1725579297990,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"847ef65ed0736744","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/847ef65ed0736744","status":"passed","time":{"start":1725578825358,"stop":1725578825359,"duration":1}},{"uid":"85a5b27c1a7fbaeb","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/85a5b27c1a7fbaeb","status":"passed","time":{"start":1725578517017,"stop":1725578517017,"duration":0}},{"uid":"8684bddd1aa93086","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/8684bddd1aa93086","status":"passed","time":{"start":1725577784933,"stop":1725577784934,"duration":1}},{"uid":"e100d3aeb53d6171","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e100d3aeb53d6171","status":"passed","time":{"start":1725577433796,"stop":1725577433796,"duration":0}},{"uid":"2220f3bb5725bcdc","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2220f3bb5725bcdc","status":"passed","time":{"start":1725577392068,"stop":1725577392068,"duration":0}},{"uid":"c057d2b7cb02d89c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c057d2b7cb02d89c","status":"passed","time":{"start":1725576971865,"stop":1725576971865,"duration":0}}]},"tags":[]},"source":"9731a12220afd31b.json","parameterValues":[]} \ No newline at end of file +{"uid":"11e5f25aebcd7132","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":1726218879342,"stop":1726218879348,"duration":6},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f91550e29c3bb35","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1f91550e29c3bb35","status":"passed","time":{"start":1726218787587,"stop":1726218787587,"duration":0}},{"uid":"c2d387150ef2f747","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c2d387150ef2f747","status":"passed","time":{"start":1726218066299,"stop":1726218066299,"duration":0}},{"uid":"6f616b5e22a70bdd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6f616b5e22a70bdd","status":"passed","time":{"start":1726217965319,"stop":1726217965319,"duration":0}}]},"tags":[]},"source":"11e5f25aebcd7132.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/11fda5521108ec17.json b/7434/data/test-cases/11fda5521108ec17.json new file mode 100644 index 00000000000..e3e959129b2 --- /dev/null +++ b/7434/data/test-cases/11fda5521108ec17.json @@ -0,0 +1 @@ +{"uid":"11fda5521108ec17","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":1726218296385,"stop":1726218296386,"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":4,"unknown":0,"total":4},"items":[{"uid":"3e070503dedd992a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e070503dedd992a","status":"passed","time":{"start":1726218201685,"stop":1726218201685,"duration":0}},{"uid":"60217863f75bfaa2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/60217863f75bfaa2","status":"passed","time":{"start":1726217454966,"stop":1726217454966,"duration":0}},{"uid":"45e3db3a793c5b32","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/45e3db3a793c5b32","status":"passed","time":{"start":1726217396432,"stop":1726217396433,"duration":1}}]},"tags":[]},"source":"11fda5521108ec17.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/b1dcc9c77bc85b9a.json b/7434/data/test-cases/11fe45f887f0e1a1.json similarity index 66% rename from 7408/data/test-cases/b1dcc9c77bc85b9a.json rename to 7434/data/test-cases/11fe45f887f0e1a1.json index a640b29105a..4dd3e0fe0c0 100644 --- a/7408/data/test-cases/b1dcc9c77bc85b9a.json +++ b/7434/data/test-cases/11fe45f887f0e1a1.json @@ -1 +1 @@ -{"uid":"b1dcc9c77bc85b9a","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":1725579337067,"stop":1725579337069,"duration":2},"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":7,"unknown":0,"total":7},"items":[{"uid":"7e0fba78ce9edc7d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/7e0fba78ce9edc7d","status":"passed","time":{"start":1725578873504,"stop":1725578873505,"duration":1}},{"uid":"551130212d69a61f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/551130212d69a61f","status":"passed","time":{"start":1725578550477,"stop":1725578550477,"duration":0}},{"uid":"3daf7f176ae31c97","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/3daf7f176ae31c97","status":"passed","time":{"start":1725577813070,"stop":1725577813070,"duration":0}},{"uid":"bddfaba2b1646f23","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/bddfaba2b1646f23","status":"passed","time":{"start":1725577474648,"stop":1725577474648,"duration":0}},{"uid":"de12360ea9f56406","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/de12360ea9f56406","status":"passed","time":{"start":1725577421367,"stop":1725577421367,"duration":0}},{"uid":"a2ee430e7dbbc7e9","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a2ee430e7dbbc7e9","status":"passed","time":{"start":1725577003653,"stop":1725577003653,"duration":0}}]},"tags":[]},"source":"b1dcc9c77bc85b9a.json","parameterValues":[]} \ No newline at end of file +{"uid":"11fe45f887f0e1a1","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":1726218926398,"stop":1726218926399,"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":4,"unknown":0,"total":4},"items":[{"uid":"700f738863a1fdc2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/700f738863a1fdc2","status":"passed","time":{"start":1726218833200,"stop":1726218833201,"duration":1}},{"uid":"c461003765ada517","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c461003765ada517","status":"passed","time":{"start":1726218095396,"stop":1726218095396,"duration":0}},{"uid":"e51e0942fbb34c12","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e51e0942fbb34c12","status":"passed","time":{"start":1726218006963,"stop":1726218006964,"duration":1}}]},"tags":[]},"source":"11fe45f887f0e1a1.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/10e83c980dfd33b2.json b/7434/data/test-cases/1203dd6f46a5a9b9.json similarity index 64% rename from 7408/data/test-cases/10e83c980dfd33b2.json rename to 7434/data/test-cases/1203dd6f46a5a9b9.json index f04e7b92418..8a6214a9099 100644 --- a/7408/data/test-cases/10e83c980dfd33b2.json +++ b/7434/data/test-cases/1203dd6f46a5a9b9.json @@ -1 +1 @@ -{"uid":"10e83c980dfd33b2","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":1725579337064,"stop":1725579337065,"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":7,"unknown":0,"total":7},"items":[{"uid":"8dc0435552480a9b","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8dc0435552480a9b","status":"passed","time":{"start":1725578873501,"stop":1725578873502,"duration":1}},{"uid":"d426141cd3f2f1cc","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d426141cd3f2f1cc","status":"passed","time":{"start":1725578550474,"stop":1725578550474,"duration":0}},{"uid":"ea5ce2abf597d969","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ea5ce2abf597d969","status":"passed","time":{"start":1725577813067,"stop":1725577813068,"duration":1}},{"uid":"16579d8f21749d25","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/16579d8f21749d25","status":"passed","time":{"start":1725577474646,"stop":1725577474646,"duration":0}},{"uid":"ab17689f0a023892","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/ab17689f0a023892","status":"passed","time":{"start":1725577421364,"stop":1725577421364,"duration":0}},{"uid":"ce9c7bf3c93592e5","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ce9c7bf3c93592e5","status":"passed","time":{"start":1725577003650,"stop":1725577003650,"duration":0}}]},"tags":[]},"source":"10e83c980dfd33b2.json","parameterValues":[]} \ No newline at end of file +{"uid":"1203dd6f46a5a9b9","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":1726218926396,"stop":1726218926396,"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":4,"unknown":0,"total":4},"items":[{"uid":"75c22e2f1c1d5dae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/75c22e2f1c1d5dae","status":"passed","time":{"start":1726218833197,"stop":1726218833198,"duration":1}},{"uid":"c5385358797e053e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5385358797e053e","status":"passed","time":{"start":1726218095392,"stop":1726218095393,"duration":1}},{"uid":"bad04791faf1f8e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bad04791faf1f8e7","status":"passed","time":{"start":1726218006961,"stop":1726218006961,"duration":0}}]},"tags":[]},"source":"1203dd6f46a5a9b9.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a44ccf661b6fb20c.json b/7434/data/test-cases/121074442479f866.json similarity index 90% rename from 7408/data/test-cases/a44ccf661b6fb20c.json rename to 7434/data/test-cases/121074442479f866.json index e0eb2999fbb..4d7b0ccb4d8 100644 --- a/7408/data/test-cases/a44ccf661b6fb20c.json +++ b/7434/data/test-cases/121074442479f866.json @@ -1 +1 @@ -{"uid":"a44ccf661b6fb20c","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":1725579181250,"stop":1725579181250,"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":7,"passed":0,"unknown":0,"total":7},"items":[{"uid":"87c2cb3821407b45","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/87c2cb3821407b45","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578712613,"stop":1725578712613,"duration":0}},{"uid":"e7a9b0d316bb8312","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/e7a9b0d316bb8312","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578380217,"stop":1725578380217,"duration":0}},{"uid":"84c8e4e8a1347da","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/84c8e4e8a1347da","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577661450,"stop":1725577661451,"duration":1}},{"uid":"122a7df1cf92a7c9","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/122a7df1cf92a7c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577308296,"stop":1725577308296,"duration":0}},{"uid":"d82330d60865f4a1","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d82330d60865f4a1","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577255367,"stop":1725577255367,"duration":0}},{"uid":"65f1f831794f9456","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/65f1f831794f9456","status":"skipped","statusDetails":"Test ignored","time":{"start":1725576839386,"stop":1725576839386,"duration":0}}]},"tags":[]},"source":"a44ccf661b6fb20c.json","parameterValues":[]} \ No newline at end of file +{"uid":"121074442479f866","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":1726218764099,"stop":1726218764099,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"ab46b998845a4fb7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ab46b998845a4fb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659016,"stop":1726218659016,"duration":0}},{"uid":"71e016fe5642d185","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71e016fe5642d185","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924743,"stop":1726217924743,"duration":0}},{"uid":"e097cfa00a71079c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e097cfa00a71079c","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840517,"stop":1726217840518,"duration":1}}]},"tags":[]},"source":"121074442479f866.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/8a251953b4582050.json b/7434/data/test-cases/124b23b67895c646.json similarity index 93% rename from 7408/data/test-cases/8a251953b4582050.json rename to 7434/data/test-cases/124b23b67895c646.json index 51b30ef7f04..94b2f4e111a 100644 --- a/7408/data/test-cases/8a251953b4582050.json +++ b/7434/data/test-cases/124b23b67895c646.json @@ -1 +1 @@ -{"uid":"8a251953b4582050","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app62/2/topic651/proto","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 5 - Cluster ID: 10, Content Topic: /app62/2/topic651/proto","historyId":"060ef19aa0c24a2f531e24939511e26f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579256763,"stop":1725579256763,"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":"8a251953b4582050.json","parameterValues":[]} \ No newline at end of file +{"uid":"124b23b67895c646","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app46/6/topic476/proto","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 8 - Cluster ID: 10, Content Topic: /app46/6/topic476/proto","historyId":"ad0d8047adf331d42bd29a5d874a8b15:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218843768,"stop":1726218843768,"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":"124b23b67895c646.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5a0bdf8b10cebe3d.json b/7434/data/test-cases/132c3abe100e29c9.json similarity index 90% rename from 7408/data/test-cases/5a0bdf8b10cebe3d.json rename to 7434/data/test-cases/132c3abe100e29c9.json index 19a5975a6e3..7e60d09fd24 100644 --- a/7408/data/test-cases/5a0bdf8b10cebe3d.json +++ b/7434/data/test-cases/132c3abe100e29c9.json @@ -1 +1 @@ -{"uid":"5a0bdf8b10cebe3d","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":1725578940136,"stop":1725578940136,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"5341a1395319b850","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5341a1395319b850","status":"passed","time":{"start":1725578482062,"stop":1725578482062,"duration":0}},{"uid":"3730eb509f2cc79b","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3730eb509f2cc79b","status":"passed","time":{"start":1725578159561,"stop":1725578159561,"duration":0}},{"uid":"c5ece53a6380f7aa","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/c5ece53a6380f7aa","status":"passed","time":{"start":1725577422734,"stop":1725577422734,"duration":0}},{"uid":"46707a55cfdccb33","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/46707a55cfdccb33","status":"passed","time":{"start":1725577067051,"stop":1725577067052,"duration":1}},{"uid":"f071c462edd3c929","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f071c462edd3c929","status":"passed","time":{"start":1725577018830,"stop":1725577018830,"duration":0}},{"uid":"f1ff47692de3f98c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f1ff47692de3f98c","status":"passed","time":{"start":1725576607319,"stop":1725576607320,"duration":1}}]},"tags":[]},"source":"5a0bdf8b10cebe3d.json","parameterValues":[]} \ No newline at end of file +{"uid":"132c3abe100e29c9","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":1726218510978,"stop":1726218510978,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"35e06b2533a3dd2f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35e06b2533a3dd2f","status":"passed","time":{"start":1726218417149,"stop":1726218417150,"duration":1}},{"uid":"cf7aad3341606f02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cf7aad3341606f02","status":"passed","time":{"start":1726217677815,"stop":1726217677820,"duration":5}},{"uid":"e917978781a58057","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e917978781a58057","status":"passed","time":{"start":1726217616841,"stop":1726217616842,"duration":1}}]},"tags":[]},"source":"132c3abe100e29c9.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/42ce40a8afaab5e0.json b/7434/data/test-cases/146ea6121d55ad75.json similarity index 91% rename from 7408/data/test-cases/42ce40a8afaab5e0.json rename to 7434/data/test-cases/146ea6121d55ad75.json index 52b11987ee5..f2680e64ec3 100644 --- a/7408/data/test-cases/42ce40a8afaab5e0.json +++ b/7434/data/test-cases/146ea6121d55ad75.json @@ -1 +1 @@ -{"uid":"42ce40a8afaab5e0","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":1725578970797,"stop":1725578970798,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"43fe33e717aeff26","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/43fe33e717aeff26","status":"passed","time":{"start":1725578514103,"stop":1725578514104,"duration":1}},{"uid":"b96c3f568d934b44","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/b96c3f568d934b44","status":"passed","time":{"start":1725578193141,"stop":1725578193142,"duration":1}},{"uid":"bb7f77a9681ee7fc","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/bb7f77a9681ee7fc","status":"passed","time":{"start":1725577453264,"stop":1725577453265,"duration":1}},{"uid":"fd8ced15480febb7","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/fd8ced15480febb7","status":"passed","time":{"start":1725577097753,"stop":1725577097753,"duration":0}},{"uid":"eaa7b4bd58b60c13","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/eaa7b4bd58b60c13","status":"passed","time":{"start":1725577056979,"stop":1725577056979,"duration":0}},{"uid":"729d8fc7db733c5c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/729d8fc7db733c5c","status":"passed","time":{"start":1725576644003,"stop":1725576644003,"duration":0}}]},"tags":[]},"source":"42ce40a8afaab5e0.json","parameterValues":[]} \ No newline at end of file +{"uid":"146ea6121d55ad75","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":1726218551488,"stop":1726218551488,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"6c85a5c917dee358","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6c85a5c917dee358","status":"passed","time":{"start":1726218459537,"stop":1726218459538,"duration":1}},{"uid":"36015ee5684301e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/36015ee5684301e4","status":"passed","time":{"start":1726217706005,"stop":1726217706006,"duration":1}},{"uid":"f20400e38dded3d8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f20400e38dded3d8","status":"passed","time":{"start":1726217650762,"stop":1726217650763,"duration":1}}]},"tags":[]},"source":"146ea6121d55ad75.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/147c9ae3a9cc6b85.json b/7434/data/test-cases/147c9ae3a9cc6b85.json new file mode 100644 index 00000000000..2c508c0841a --- /dev/null +++ b/7434/data/test-cases/147c9ae3a9cc6b85.json @@ -0,0 +1 @@ +{"uid":"147c9ae3a9cc6b85","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":1726218304535,"stop":1726218304536,"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":4,"unknown":0,"total":4},"items":[{"uid":"825a5346513dab61","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/825a5346513dab61","status":"passed","time":{"start":1726218209373,"stop":1726218209374,"duration":1}},{"uid":"e5d3f2d61b9e7c6b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5d3f2d61b9e7c6b","status":"passed","time":{"start":1726217462336,"stop":1726217462336,"duration":0}},{"uid":"ad85cfb611060aac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ad85cfb611060aac","status":"passed","time":{"start":1726217404188,"stop":1726217404189,"duration":1}}]},"tags":[]},"source":"147c9ae3a9cc6b85.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/14b5e88aa3f92da.json b/7434/data/test-cases/14b5e88aa3f92da.json new file mode 100644 index 00000000000..50f53197e30 --- /dev/null +++ b/7434/data/test-cases/14b5e88aa3f92da.json @@ -0,0 +1 @@ +{"uid":"14b5e88aa3f92da","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":1726218523021,"stop":1726218523021,"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":4,"unknown":0,"total":4},"items":[{"uid":"8bb966dc004370e8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8bb966dc004370e8","status":"passed","time":{"start":1726218422905,"stop":1726218422905,"duration":0}},{"uid":"5c361733fd3667b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5c361733fd3667b5","status":"passed","time":{"start":1726217687428,"stop":1726217687428,"duration":0}},{"uid":"b221113eacfee29f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b221113eacfee29f","status":"passed","time":{"start":1726217604497,"stop":1726217604497,"duration":0}}]},"tags":[]},"source":"14b5e88aa3f92da.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/14caa117ed72cab5.json b/7434/data/test-cases/14caa117ed72cab5.json new file mode 100644 index 00000000000..ce14a30bc22 --- /dev/null +++ b/7434/data/test-cases/14caa117ed72cab5.json @@ -0,0 +1 @@ +{"uid":"14caa117ed72cab5","name":"Should update multiaddrs","fullName":"/tests/peer-exchange/continuous_discovery.spec.ts: Peer Exchange Continuous Discovery > Should update multiaddrs","historyId":"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218689329,"stop":1726218689329,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange Continuous Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange Continuous Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange Continuous Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c81735f6fc3768de","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c81735f6fc3768de","status":"passed","time":{"start":1726218613307,"stop":1726218613307,"duration":0}},{"uid":"d6e7f3d31d0be7a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d6e7f3d31d0be7a8","status":"passed","time":{"start":1726217868893,"stop":1726217868894,"duration":1}},{"uid":"c07ceee06caf5d4c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c07ceee06caf5d4c","status":"passed","time":{"start":1726217785442,"stop":1726217785442,"duration":0}}]},"tags":[]},"source":"14caa117ed72cab5.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/41cca97b83f90c53.json b/7434/data/test-cases/151f42c4d3739391.json similarity index 76% rename from 7408/data/test-cases/41cca97b83f90c53.json rename to 7434/data/test-cases/151f42c4d3739391.json index 704aec61ffd..48da029ca85 100644 --- a/7408/data/test-cases/41cca97b83f90c53.json +++ b/7434/data/test-cases/151f42c4d3739391.json @@ -1 +1 @@ -{"uid":"41cca97b83f90c53","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":1725579310618,"stop":1725579310619,"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":7,"unknown":0,"total":7},"items":[{"uid":"d54dede4aa84e169","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d54dede4aa84e169","status":"passed","time":{"start":1725578851749,"stop":1725578851750,"duration":1}},{"uid":"722f9d3d1891babc","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/722f9d3d1891babc","status":"passed","time":{"start":1725578528318,"stop":1725578528319,"duration":1}},{"uid":"665ddd66e8383089","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/665ddd66e8383089","status":"passed","time":{"start":1725577788024,"stop":1725577788024,"duration":0}},{"uid":"dd3f3384a94c8a62","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/dd3f3384a94c8a62","status":"passed","time":{"start":1725577450853,"stop":1725577450854,"duration":1}},{"uid":"691031a3b6b426","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/691031a3b6b426","status":"passed","time":{"start":1725577393090,"stop":1725577393090,"duration":0}},{"uid":"542fe946114d430c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/542fe946114d430c","status":"passed","time":{"start":1725576982838,"stop":1725576982838,"duration":0}}]},"tags":[]},"source":"41cca97b83f90c53.json","parameterValues":[]} \ No newline at end of file +{"uid":"151f42c4d3739391","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":1726218902967,"stop":1726218902969,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4a8ee79e7e9d2252","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4a8ee79e7e9d2252","status":"passed","time":{"start":1726218814282,"stop":1726218814285,"duration":3}},{"uid":"5a6f8c35e30b3a1e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a6f8c35e30b3a1e","status":"passed","time":{"start":1726218071323,"stop":1726218071324,"duration":1}},{"uid":"60fd29095fb1f86a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/60fd29095fb1f86a","status":"passed","time":{"start":1726217984829,"stop":1726217984830,"duration":1}}]},"tags":[]},"source":"151f42c4d3739391.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4c35756a8e69f42f.json b/7434/data/test-cases/152b75294ea3e72a.json similarity index 64% rename from 7408/data/test-cases/4c35756a8e69f42f.json rename to 7434/data/test-cases/152b75294ea3e72a.json index f2a6f129ed5..5cf8db9458c 100644 --- a/7408/data/test-cases/4c35756a8e69f42f.json +++ b/7434/data/test-cases/152b75294ea3e72a.json @@ -1 +1 @@ -{"uid":"4c35756a8e69f42f","name":"Query Generator sorting by timestamp while page direction is true","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Query Generator sorting by timestamp while page direction is true","historyId":"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579316931,"stop":1725579316931,"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":7,"unknown":0,"total":7},"items":[{"uid":"5d3a4ecc0164db62","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5d3a4ecc0164db62","status":"passed","time":{"start":1725578853001,"stop":1725578853002,"duration":1}},{"uid":"f5e48158ac459061","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f5e48158ac459061","status":"passed","time":{"start":1725578530267,"stop":1725578530267,"duration":0}},{"uid":"ffeeecee9802109c","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ffeeecee9802109c","status":"passed","time":{"start":1725577786739,"stop":1725577786739,"duration":0}},{"uid":"48acc3123b5e49c8","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/48acc3123b5e49c8","status":"passed","time":{"start":1725577447970,"stop":1725577447970,"duration":0}},{"uid":"49f56b432b4df416","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/49f56b432b4df416","status":"passed","time":{"start":1725577400513,"stop":1725577400513,"duration":0}},{"uid":"33914c0cbdb75e2d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/33914c0cbdb75e2d","status":"passed","time":{"start":1725576984758,"stop":1725576984759,"duration":1}}]},"tags":[]},"source":"4c35756a8e69f42f.json","parameterValues":[]} \ No newline at end of file +{"uid":"152b75294ea3e72a","name":"Query Generator sorting by timestamp while page direction is true","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Query Generator sorting by timestamp while page direction is true","historyId":"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218898752,"stop":1726218898752,"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":4,"unknown":0,"total":4},"items":[{"uid":"12dcfb66c273e613","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/12dcfb66c273e613","status":"passed","time":{"start":1726218807210,"stop":1726218807210,"duration":0}},{"uid":"65bfd825d880fe65","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/65bfd825d880fe65","status":"passed","time":{"start":1726218077539,"stop":1726218077539,"duration":0}},{"uid":"34901f27e58bfb51","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/34901f27e58bfb51","status":"passed","time":{"start":1726217979447,"stop":1726217979448,"duration":1}}]},"tags":[]},"source":"152b75294ea3e72a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/efa78ea7db2425a8.json b/7434/data/test-cases/15c087d996447df6.json similarity index 91% rename from 7408/data/test-cases/efa78ea7db2425a8.json rename to 7434/data/test-cases/15c087d996447df6.json index 91bd2f7f433..7bc81456060 100644 --- a/7408/data/test-cases/efa78ea7db2425a8.json +++ b/7434/data/test-cases/15c087d996447df6.json @@ -1 +1 @@ -{"uid":"efa78ea7db2425a8","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":1725579181274,"stop":1725579181274,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"8c246561828495d2","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8c246561828495d2","status":"passed","time":{"start":1725578712624,"stop":1725578712625,"duration":1}},{"uid":"3458335483dfdbd0","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3458335483dfdbd0","status":"passed","time":{"start":1725578380232,"stop":1725578380233,"duration":1}},{"uid":"a384a542532ffade","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a384a542532ffade","status":"passed","time":{"start":1725577661478,"stop":1725577661478,"duration":0}},{"uid":"97e68e0caa843c46","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/97e68e0caa843c46","status":"passed","time":{"start":1725577308315,"stop":1725577308315,"duration":0}},{"uid":"7078ee2831476d60","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/7078ee2831476d60","status":"passed","time":{"start":1725577255393,"stop":1725577255393,"duration":0}},{"uid":"bdf47f9f69035c99","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/bdf47f9f69035c99","status":"passed","time":{"start":1725576839413,"stop":1725576839414,"duration":1}}]},"tags":[]},"source":"efa78ea7db2425a8.json","parameterValues":[]} \ No newline at end of file +{"uid":"15c087d996447df6","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":1726218764113,"stop":1726218764113,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"a699ed89ba2d5a00","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a699ed89ba2d5a00","status":"passed","time":{"start":1726218659028,"stop":1726218659028,"duration":0}},{"uid":"75edb88255806c74","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/75edb88255806c74","status":"passed","time":{"start":1726217924765,"stop":1726217924765,"duration":0}},{"uid":"fc8366e0526b83a0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fc8366e0526b83a0","status":"passed","time":{"start":1726217840569,"stop":1726217840570,"duration":1}}]},"tags":[]},"source":"15c087d996447df6.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/42491c7d2220cd0a.json b/7434/data/test-cases/15dbb6dd6b930e16.json similarity index 67% rename from 7408/data/test-cases/42491c7d2220cd0a.json rename to 7434/data/test-cases/15dbb6dd6b930e16.json index 0f58671518b..d550c579d82 100644 --- a/7408/data/test-cases/42491c7d2220cd0a.json +++ b/7434/data/test-cases/15dbb6dd6b930e16.json @@ -1 +1 @@ -{"uid":"42491c7d2220cd0a","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":1725578943257,"stop":1725578943257,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"e38d74d2f8f3e394","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e38d74d2f8f3e394","status":"passed","time":{"start":1725578482170,"stop":1725578482170,"duration":0}},{"uid":"eec0419627aae330","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/eec0419627aae330","status":"passed","time":{"start":1725578156657,"stop":1725578156657,"duration":0}},{"uid":"8a98eda0af9376ad","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/8a98eda0af9376ad","status":"passed","time":{"start":1725577429922,"stop":1725577429923,"duration":1}},{"uid":"55fd19020402348d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/55fd19020402348d","status":"passed","time":{"start":1725577060140,"stop":1725577060141,"duration":1}},{"uid":"fdbe32fb93358f4","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/fdbe32fb93358f4","status":"passed","time":{"start":1725577040671,"stop":1725577040671,"duration":0}},{"uid":"79112c01be7f805b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/79112c01be7f805b","status":"passed","time":{"start":1725576604959,"stop":1725576604959,"duration":0}}]},"tags":[]},"source":"42491c7d2220cd0a.json","parameterValues":[]} \ No newline at end of file +{"uid":"15dbb6dd6b930e16","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":1726218523018,"stop":1726218523018,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2551ed0bf1cb79e2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2551ed0bf1cb79e2","status":"passed","time":{"start":1726218422901,"stop":1726218422902,"duration":1}},{"uid":"68d7da29c1b04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68d7da29c1b04","status":"passed","time":{"start":1726217687425,"stop":1726217687425,"duration":0}},{"uid":"63cfef560d868e8b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63cfef560d868e8b","status":"passed","time":{"start":1726217604492,"stop":1726217604493,"duration":1}}]},"tags":[]},"source":"15dbb6dd6b930e16.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5f76c74c6e6339e1.json b/7434/data/test-cases/1603de7664729680.json similarity index 67% rename from 7408/data/test-cases/5f76c74c6e6339e1.json rename to 7434/data/test-cases/1603de7664729680.json index e35bd21c43b..6a751c66e9c 100644 --- a/7408/data/test-cases/5f76c74c6e6339e1.json +++ b/7434/data/test-cases/1603de7664729680.json @@ -1 +1 @@ -{"uid":"5f76c74c6e6339e1","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":1725578943275,"stop":1725578943275,"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":7,"unknown":0,"total":7},"items":[{"uid":"8a86adbc4169eeca","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8a86adbc4169eeca","status":"passed","time":{"start":1725578482196,"stop":1725578482197,"duration":1}},{"uid":"aa2c78ee515a98c3","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/aa2c78ee515a98c3","status":"passed","time":{"start":1725578156673,"stop":1725578156673,"duration":0}},{"uid":"7df5de0b42a79ccf","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7df5de0b42a79ccf","status":"passed","time":{"start":1725577429930,"stop":1725577429931,"duration":1}},{"uid":"6c16da768c85e5e3","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6c16da768c85e5e3","status":"passed","time":{"start":1725577060150,"stop":1725577060150,"duration":0}},{"uid":"c4c6e4389cbae36f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c4c6e4389cbae36f","status":"passed","time":{"start":1725577040693,"stop":1725577040693,"duration":0}},{"uid":"bf7576bf78277af2","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/bf7576bf78277af2","status":"passed","time":{"start":1725576604971,"stop":1725576604972,"duration":1}}]},"tags":[]},"source":"5f76c74c6e6339e1.json","parameterValues":[]} \ No newline at end of file +{"uid":"1603de7664729680","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":1726218523027,"stop":1726218523027,"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":4,"unknown":0,"total":4},"items":[{"uid":"b83892cd25317b66","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b83892cd25317b66","status":"passed","time":{"start":1726218422917,"stop":1726218422918,"duration":1}},{"uid":"1454bbe5908cf8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1454bbe5908cf8c","status":"passed","time":{"start":1726217687440,"stop":1726217687441,"duration":1}},{"uid":"ccecf647a189a62c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ccecf647a189a62c","status":"passed","time":{"start":1726217604521,"stop":1726217604523,"duration":2}}]},"tags":[]},"source":"1603de7664729680.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/163e1cb668f80090.json b/7434/data/test-cases/163e1cb668f80090.json new file mode 100644 index 00000000000..9ccdc0c28c2 --- /dev/null +++ b/7434/data/test-cases/163e1cb668f80090.json @@ -0,0 +1 @@ +{"uid":"163e1cb668f80090","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":1726218778173,"stop":1726218778173,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"c55cabc1017649db","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c55cabc1017649db","status":"passed","time":{"start":1726218673540,"stop":1726218673541,"duration":1}},{"uid":"88a4957eb6159ad5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/88a4957eb6159ad5","status":"passed","time":{"start":1726217946673,"stop":1726217946674,"duration":1}},{"uid":"2757dc9662d91a6c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2757dc9662d91a6c","status":"passed","time":{"start":1726217862767,"stop":1726217862767,"duration":0}}]},"tags":[]},"source":"163e1cb668f80090.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/16ec6ecdc63c5290.json b/7434/data/test-cases/16ec6ecdc63c5290.json new file mode 100644 index 00000000000..b5c48951b1d --- /dev/null +++ b/7434/data/test-cases/16ec6ecdc63c5290.json @@ -0,0 +1 @@ +{"uid":"16ec6ecdc63c5290","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":1726218316387,"stop":1726218316387,"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":4,"unknown":0,"total":4},"items":[{"uid":"860698c7e357bbf2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/860698c7e357bbf2","status":"passed","time":{"start":1726218221125,"stop":1726218221126,"duration":1}},{"uid":"c764ddbcab5ac74f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c764ddbcab5ac74f","status":"passed","time":{"start":1726217474515,"stop":1726217474515,"duration":0}},{"uid":"eb69a82b0f484e62","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eb69a82b0f484e62","status":"passed","time":{"start":1726217415842,"stop":1726217415843,"duration":1}}]},"tags":[]},"source":"16ec6ecdc63c5290.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/1730e8abc22ba6af.json b/7434/data/test-cases/1730e8abc22ba6af.json new file mode 100644 index 00000000000..3ed9b3d04f6 --- /dev/null +++ b/7434/data/test-cases/1730e8abc22ba6af.json @@ -0,0 +1 @@ +{"uid":"1730e8abc22ba6af","name":"should throw error - no id","fullName":"/src/enr.spec.ts: ENR > Txt codec > should throw error - no id","historyId":"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218291659,"stop":1726218291659,"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":4,"unknown":0,"total":4},"items":[{"uid":"1f87875257c2be02","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1f87875257c2be02","status":"passed","time":{"start":1726218196997,"stop":1726218196998,"duration":1}},{"uid":"621ee226953d1393","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/621ee226953d1393","status":"passed","time":{"start":1726217450195,"stop":1726217450195,"duration":0}},{"uid":"e4eeff4655c4509","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4eeff4655c4509","status":"passed","time":{"start":1726217391847,"stop":1726217391847,"duration":0}}]},"tags":[]},"source":"1730e8abc22ba6af.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/594585cb1be4efe1.json b/7434/data/test-cases/177a53f7c467eb59.json similarity index 51% rename from 7408/data/test-cases/594585cb1be4efe1.json rename to 7434/data/test-cases/177a53f7c467eb59.json index 597cd7df04c..5d49d602b5e 100644 --- a/7408/data/test-cases/594585cb1be4efe1.json +++ b/7434/data/test-cases/177a53f7c467eb59.json @@ -1 +1 @@ -{"uid":"594585cb1be4efe1","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":1725579198135,"stop":1725579198135,"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":7,"unknown":0,"total":7},"items":[{"uid":"56435923467e22a1","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/56435923467e22a1","status":"passed","time":{"start":1725578741442,"stop":1725578741443,"duration":1}},{"uid":"469cf7e6a2b569d7","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/469cf7e6a2b569d7","status":"passed","time":{"start":1725578410523,"stop":1725578410523,"duration":0}},{"uid":"d76512cb6f94536c","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d76512cb6f94536c","status":"passed","time":{"start":1725577675755,"stop":1725577675755,"duration":0}},{"uid":"93dd4546d329eb2c","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/93dd4546d329eb2c","status":"passed","time":{"start":1725577331186,"stop":1725577331186,"duration":0}},{"uid":"f316844ae9fa9e64","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f316844ae9fa9e64","status":"passed","time":{"start":1725577286898,"stop":1725577286898,"duration":0}},{"uid":"55263230c363bc68","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/55263230c363bc68","status":"passed","time":{"start":1725576865754,"stop":1725576865754,"duration":0}}]},"tags":[]},"source":"594585cb1be4efe1.json","parameterValues":[]} \ No newline at end of file +{"uid":"177a53f7c467eb59","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":1726218788034,"stop":1726218788034,"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":4,"unknown":0,"total":4},"items":[{"uid":"a06ffd0eb0700f3e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a06ffd0eb0700f3e","status":"passed","time":{"start":1726218685050,"stop":1726218685050,"duration":0}},{"uid":"32e0d786de989bda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/32e0d786de989bda","status":"passed","time":{"start":1726217960211,"stop":1726217960211,"duration":0}},{"uid":"2dca1e643fa3e192","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2dca1e643fa3e192","status":"passed","time":{"start":1726217875223,"stop":1726217875224,"duration":1}}]},"tags":[]},"source":"177a53f7c467eb59.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/177db12bfa4c0174.json b/7434/data/test-cases/177db12bfa4c0174.json new file mode 100644 index 00000000000..d400b9be9cd --- /dev/null +++ b/7434/data/test-cases/177db12bfa4c0174.json @@ -0,0 +1 @@ +{"uid":"177db12bfa4c0174","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":1726218285624,"stop":1726218285625,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3f1f1ce2e8fecf89","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3f1f1ce2e8fecf89","status":"passed","time":{"start":1726218191029,"stop":1726218191030,"duration":1}},{"uid":"b9fa5df7d82ab3c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b9fa5df7d82ab3c4","status":"passed","time":{"start":1726217444065,"stop":1726217444066,"duration":1}},{"uid":"8db69694452e21b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8db69694452e21b4","status":"passed","time":{"start":1726217385912,"stop":1726217385913,"duration":1}}]},"tags":[]},"source":"177db12bfa4c0174.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/18250addac37a8d4.json b/7434/data/test-cases/18250addac37a8d4.json new file mode 100644 index 00000000000..f858efc92bc --- /dev/null +++ b/7434/data/test-cases/18250addac37a8d4.json @@ -0,0 +1 @@ +{"uid":"18250addac37a8d4","name":"handles different networkShards values correctly","fullName":"/src/common/sharding/index.spec.ts: contentTopicsByPubsubTopic > handles different networkShards values correctly","historyId":"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283088,"stop":1726218283088,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7a939780ee57c098","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a939780ee57c098","status":"passed","time":{"start":1726218188589,"stop":1726218188589,"duration":0}},{"uid":"ac26df81bb1c1915","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac26df81bb1c1915","status":"passed","time":{"start":1726217441549,"stop":1726217441550,"duration":1}},{"uid":"ce6efc6f93fb3c50","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce6efc6f93fb3c50","status":"passed","time":{"start":1726217383212,"stop":1726217383213,"duration":1}}]},"tags":[]},"source":"18250addac37a8d4.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/185105c8754d153e.json b/7434/data/test-cases/185105c8754d153e.json new file mode 100644 index 00000000000..45bee7303de --- /dev/null +++ b/7434/data/test-cases/185105c8754d153e.json @@ -0,0 +1 @@ +{"uid":"185105c8754d153e","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":1726218304534,"stop":1726218304534,"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":4,"unknown":0,"total":4},"items":[{"uid":"ad0fe761d0d922cc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ad0fe761d0d922cc","status":"passed","time":{"start":1726218209372,"stop":1726218209372,"duration":0}},{"uid":"f31243e4d41b7834","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f31243e4d41b7834","status":"passed","time":{"start":1726217462333,"stop":1726217462333,"duration":0}},{"uid":"3beee02548768e26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3beee02548768e26","status":"passed","time":{"start":1726217404187,"stop":1726217404187,"duration":0}}]},"tags":[]},"source":"185105c8754d153e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d40ba8fd71a3c224.json b/7434/data/test-cases/18e1cb705e793ac2.json similarity index 64% rename from 7408/data/test-cases/d40ba8fd71a3c224.json rename to 7434/data/test-cases/18e1cb705e793ac2.json index 6983c1ffa0b..90960dc8845 100644 --- a/7408/data/test-cases/d40ba8fd71a3c224.json +++ b/7434/data/test-cases/18e1cb705e793ac2.json @@ -1 +1 @@ -{"uid":"d40ba8fd71a3c224","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":1725578821025,"stop":1725578821025,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"4234eb35f37aff16","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/4234eb35f37aff16","status":"passed","time":{"start":1725578364016,"stop":1725578364017,"duration":1}},{"uid":"d86b276d385276b2","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d86b276d385276b2","status":"passed","time":{"start":1725578036034,"stop":1725578036034,"duration":0}},{"uid":"e89bf991b56ee750","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e89bf991b56ee750","status":"passed","time":{"start":1725577305064,"stop":1725577305065,"duration":1}},{"uid":"6050c0a238b9e864","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6050c0a238b9e864","status":"passed","time":{"start":1725576952663,"stop":1725576952664,"duration":1}},{"uid":"31aa4a91203d660e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/31aa4a91203d660e","status":"passed","time":{"start":1725576905954,"stop":1725576905955,"duration":1}},{"uid":"c2bdf08621a14650","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c2bdf08621a14650","status":"passed","time":{"start":1725576488226,"stop":1725576488226,"duration":0}}]},"tags":[]},"source":"d40ba8fd71a3c224.json","parameterValues":[]} \ No newline at end of file +{"uid":"18e1cb705e793ac2","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":1726218397743,"stop":1726218397743,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"152d6d707b22681b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/152d6d707b22681b","status":"passed","time":{"start":1726218303231,"stop":1726218303231,"duration":0}},{"uid":"34987f1e0c4cff7a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34987f1e0c4cff7a","status":"passed","time":{"start":1726217551920,"stop":1726217551920,"duration":0}},{"uid":"a5f309efe06b1e4e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a5f309efe06b1e4e","status":"passed","time":{"start":1726217494760,"stop":1726217494760,"duration":0}}]},"tags":[]},"source":"18e1cb705e793ac2.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/bf894267a7cf951c.json b/7434/data/test-cases/1905aae14897a6fd.json similarity index 62% rename from 7408/data/test-cases/bf894267a7cf951c.json rename to 7434/data/test-cases/1905aae14897a6fd.json index afdc4866c57..3315eed1f96 100644 --- a/7408/data/test-cases/bf894267a7cf951c.json +++ b/7434/data/test-cases/1905aae14897a6fd.json @@ -1 +1 @@ -{"uid":"bf894267a7cf951c","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":1725579104749,"stop":1725579104750,"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":7,"unknown":0,"total":7},"items":[{"uid":"b339fe7b6079072c","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b339fe7b6079072c","status":"passed","time":{"start":1725578640654,"stop":1725578640654,"duration":0}},{"uid":"dc9984b3765424f3","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/dc9984b3765424f3","status":"passed","time":{"start":1725578319127,"stop":1725578319127,"duration":0}},{"uid":"64a248f148e8a90c","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/64a248f148e8a90c","status":"passed","time":{"start":1725577578267,"stop":1725577578268,"duration":1}},{"uid":"f780affa0279ed13","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f780affa0279ed13","status":"passed","time":{"start":1725577243233,"stop":1725577243234,"duration":1}},{"uid":"f86e94896d5ea590","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f86e94896d5ea590","status":"passed","time":{"start":1725577189154,"stop":1725577189156,"duration":2}},{"uid":"46e9eb765a61df84","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/46e9eb765a61df84","status":"passed","time":{"start":1725576769323,"stop":1725576769323,"duration":0}}]},"tags":[]},"source":"bf894267a7cf951c.json","parameterValues":[]} \ No newline at end of file +{"uid":"1905aae14897a6fd","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":1726218689006,"stop":1726218689007,"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":4,"unknown":0,"total":4},"items":[{"uid":"f30cc3e1483304c9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f30cc3e1483304c9","status":"passed","time":{"start":1726218597577,"stop":1726218597577,"duration":0}},{"uid":"65af325e86f9e7c5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/65af325e86f9e7c5","status":"passed","time":{"start":1726217848414,"stop":1726217848415,"duration":1}},{"uid":"b179f75554f78ed7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b179f75554f78ed7","status":"passed","time":{"start":1726217774669,"stop":1726217774669,"duration":0}}]},"tags":[]},"source":"1905aae14897a6fd.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1f8ac3d2fcc50318.json b/7434/data/test-cases/1906dad37997d564.json similarity index 91% rename from 7408/data/test-cases/1f8ac3d2fcc50318.json rename to 7434/data/test-cases/1906dad37997d564.json index 58dee486593..cd8ffc541b9 100644 --- a/7408/data/test-cases/1f8ac3d2fcc50318.json +++ b/7434/data/test-cases/1906dad37997d564.json @@ -1 +1 @@ -{"uid":"1f8ac3d2fcc50318","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":1725579181245,"stop":1725579181245,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"ef4e62986c6faf2","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ef4e62986c6faf2","status":"passed","time":{"start":1725578712609,"stop":1725578712609,"duration":0}},{"uid":"68525485e2dc9d47","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/68525485e2dc9d47","status":"passed","time":{"start":1725578380213,"stop":1725578380213,"duration":0}},{"uid":"af967588b8312237","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/af967588b8312237","status":"passed","time":{"start":1725577661443,"stop":1725577661443,"duration":0}},{"uid":"fb5b247794a5a3a6","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/fb5b247794a5a3a6","status":"passed","time":{"start":1725577308287,"stop":1725577308288,"duration":1}},{"uid":"5aa5dedbe43efc2e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/5aa5dedbe43efc2e","status":"passed","time":{"start":1725577255337,"stop":1725577255337,"duration":0}},{"uid":"aeb38d007d33fed4","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/aeb38d007d33fed4","status":"passed","time":{"start":1725576839382,"stop":1725576839382,"duration":0}}]},"tags":[]},"source":"1f8ac3d2fcc50318.json","parameterValues":[]} \ No newline at end of file +{"uid":"1906dad37997d564","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":1726218764095,"stop":1726218764095,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"f56f0a2dcfbe7b9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f56f0a2dcfbe7b9","status":"passed","time":{"start":1726218659008,"stop":1726218659009,"duration":1}},{"uid":"231d34991ec56653","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/231d34991ec56653","status":"passed","time":{"start":1726217924737,"stop":1726217924738,"duration":1}},{"uid":"298a6686ae76e3cf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/298a6686ae76e3cf","status":"passed","time":{"start":1726217840492,"stop":1726217840503,"duration":11}}]},"tags":[]},"source":"1906dad37997d564.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/1926239cbce7fe4c.json b/7434/data/test-cases/1926239cbce7fe4c.json new file mode 100644 index 00000000000..9c5615249ca --- /dev/null +++ b/7434/data/test-cases/1926239cbce7fe4c.json @@ -0,0 +1 @@ +{"uid":"1926239cbce7fe4c","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":1726218291667,"stop":1726218291668,"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":4,"unknown":0,"total":4},"items":[{"uid":"b17202e41ca93976","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b17202e41ca93976","status":"passed","time":{"start":1726218197006,"stop":1726218197006,"duration":0}},{"uid":"8d36ffff19a47e8b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d36ffff19a47e8b","status":"passed","time":{"start":1726217450204,"stop":1726217450205,"duration":1}},{"uid":"95fb9e8626d21d8f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/95fb9e8626d21d8f","status":"passed","time":{"start":1726217391856,"stop":1726217391856,"duration":0}}]},"tags":[]},"source":"1926239cbce7fe4c.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/197912e751f465a8.json b/7434/data/test-cases/197912e751f465a8.json new file mode 100644 index 00000000000..a8ff8c07260 --- /dev/null +++ b/7434/data/test-cases/197912e751f465a8.json @@ -0,0 +1 @@ +{"uid":"197912e751f465a8","name":"Filter with 1 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > Filter with 1 connections","historyId":"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218583682,"stop":1726218583682,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"349f1700ba86b346","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/349f1700ba86b346","status":"passed","time":{"start":1726218469204,"stop":1726218469207,"duration":3}},{"uid":"34e19b98ba411c0e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34e19b98ba411c0e","status":"passed","time":{"start":1726217742497,"stop":1726217742498,"duration":1}},{"uid":"564d11a24796dc9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/564d11a24796dc9","status":"passed","time":{"start":1726217674283,"stop":1726217674284,"duration":1}}]},"tags":[]},"source":"197912e751f465a8.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a843d8dc50729f7c.json b/7434/data/test-cases/19e2562b1616adda.json similarity index 77% rename from 7408/data/test-cases/a843d8dc50729f7c.json rename to 7434/data/test-cases/19e2562b1616adda.json index 7648cecc27a..a0386a2ae26 100644 --- a/7408/data/test-cases/a843d8dc50729f7c.json +++ b/7434/data/test-cases/19e2562b1616adda.json @@ -1 +1 @@ -{"uid":"a843d8dc50729f7c","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":1725579310634,"stop":1725579310635,"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":7,"unknown":0,"total":7},"items":[{"uid":"cabfcff74a7301d4","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/cabfcff74a7301d4","status":"passed","time":{"start":1725578851753,"stop":1725578851754,"duration":1}},{"uid":"cde2dfad175def3d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/cde2dfad175def3d","status":"passed","time":{"start":1725578528321,"stop":1725578528321,"duration":0}},{"uid":"a85cb7e444dc406c","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a85cb7e444dc406c","status":"passed","time":{"start":1725577788026,"stop":1725577788026,"duration":0}},{"uid":"de3073afce268afe","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/de3073afce268afe","status":"passed","time":{"start":1725577450855,"stop":1725577450856,"duration":1}},{"uid":"929b662a2d988562","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/929b662a2d988562","status":"passed","time":{"start":1725577393098,"stop":1725577393099,"duration":1}},{"uid":"a77b076ef58d8e03","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a77b076ef58d8e03","status":"passed","time":{"start":1725576982840,"stop":1725576982841,"duration":1}}]},"tags":[]},"source":"a843d8dc50729f7c.json","parameterValues":[]} \ No newline at end of file +{"uid":"19e2562b1616adda","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":1726218902994,"stop":1726218903000,"duration":6},"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":4,"unknown":0,"total":4},"items":[{"uid":"51519eb7a441ff8d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/51519eb7a441ff8d","status":"passed","time":{"start":1726218814295,"stop":1726218814296,"duration":1}},{"uid":"630dc2f0f3d5087d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/630dc2f0f3d5087d","status":"passed","time":{"start":1726218071325,"stop":1726218071326,"duration":1}},{"uid":"cdf72e2c28731b82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cdf72e2c28731b82","status":"passed","time":{"start":1726217984831,"stop":1726217984831,"duration":0}}]},"tags":[]},"source":"19e2562b1616adda.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/7aba6631dd103ea0.json b/7434/data/test-cases/1a14b0dc50511197.json similarity index 84% rename from 7408/data/test-cases/7aba6631dd103ea0.json rename to 7434/data/test-cases/1a14b0dc50511197.json index 450965d3d32..9793c97ae0e 100644 --- a/7408/data/test-cases/7aba6631dd103ea0.json +++ b/7434/data/test-cases/1a14b0dc50511197.json @@ -1 +1 @@ -{"uid":"7aba6631dd103ea0","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":1725579272781,"stop":1725579272781,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"5e81758e9cd1f05a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5e81758e9cd1f05a","status":"passed","time":{"start":1725578809260,"stop":1725578809260,"duration":0}},{"uid":"2f38e9af99477ccf","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2f38e9af99477ccf","status":"passed","time":{"start":1725578497026,"stop":1725578497026,"duration":0}},{"uid":"d0ba07ec8f204e3d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d0ba07ec8f204e3d","status":"passed","time":{"start":1725577747292,"stop":1725577747293,"duration":1}},{"uid":"48900a3718801731","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/48900a3718801731","status":"passed","time":{"start":1725577413200,"stop":1725577413200,"duration":0}},{"uid":"e749ae2ae5260669","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e749ae2ae5260669","status":"passed","time":{"start":1725577361995,"stop":1725577361995,"duration":0}},{"uid":"d1e2dae5c22a4eee","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d1e2dae5c22a4eee","status":"passed","time":{"start":1725576938357,"stop":1725576938357,"duration":0}}]},"tags":[]},"source":"7aba6631dd103ea0.json","parameterValues":[]} \ No newline at end of file +{"uid":"1a14b0dc50511197","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":1726218863003,"stop":1726218863003,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"1e0a9cf20a3ab8b2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1e0a9cf20a3ab8b2","status":"passed","time":{"start":1726218781381,"stop":1726218781381,"duration":0}},{"uid":"ae06513cb133c1b2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae06513cb133c1b2","status":"passed","time":{"start":1726218013696,"stop":1726218013696,"duration":0}},{"uid":"310d08a1244c2351","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/310d08a1244c2351","status":"passed","time":{"start":1726217945329,"stop":1726217945330,"duration":1}}]},"tags":[]},"source":"1a14b0dc50511197.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/18e50997c320a0dc.json b/7434/data/test-cases/1a400719ce4c6d3e.json similarity index 98% rename from 7408/data/test-cases/18e50997c320a0dc.json rename to 7434/data/test-cases/1a400719ce4c6d3e.json index 888538da626..1d30b524ee5 100644 --- a/7408/data/test-cases/18e50997c320a0dc.json +++ b/7434/data/test-cases/1a400719ce4c6d3e.json @@ -1 +1 @@ -{"uid":"18e50997c320a0dc","name":"Push message with custom timestamp: 1725575397911","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1725575397911","historyId":"01369bbb22c4eeb4f1312288310ee6ff:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579187582,"stop":1725579187582,"duration":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":"18e50997c320a0dc.json","parameterValues":[]} \ No newline at end of file +{"uid":"1a400719ce4c6d3e","name":"Push message with custom timestamp: 1695460183850","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1695460183850","historyId":"08f86d794127e02952836d6b15147b31:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218778288,"stop":1726218778288,"duration":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":"1a400719ce4c6d3e.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/1a6b2c643474429.json b/7434/data/test-cases/1a6b2c643474429.json new file mode 100644 index 00000000000..232dde274c8 --- /dev/null +++ b/7434/data/test-cases/1a6b2c643474429.json @@ -0,0 +1 @@ +{"uid":"1a6b2c643474429","name":"Push message with custom timestamp: 1726214983850","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1726214983850","historyId":"c8efb9edf9b04dc48246a8128b2a01f5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218778288,"stop":1726218778291,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1a6b2c643474429.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/b1d4b672da41aec5.json b/7434/data/test-cases/1a753297e170ba22.json similarity index 93% rename from 7408/data/test-cases/b1d4b672da41aec5.json rename to 7434/data/test-cases/1a753297e170ba22.json index 04e02dba899..7c6a0b48a9a 100644 --- a/7408/data/test-cases/b1d4b672da41aec5.json +++ b/7434/data/test-cases/1a753297e170ba22.json @@ -1 +1 @@ -{"uid":"b1d4b672da41aec5","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":1725579187569,"stop":1725579187569,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"4f3e8c47b6b935d8","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/4f3e8c47b6b935d8","status":"passed","time":{"start":1725578730888,"stop":1725578730888,"duration":0}},{"uid":"691e8a79866ad9dd","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/691e8a79866ad9dd","status":"passed","time":{"start":1725578399089,"stop":1725578399089,"duration":0}},{"uid":"58db83034b310103","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/58db83034b310103","status":"passed","time":{"start":1725577666261,"stop":1725577666261,"duration":0}},{"uid":"57801dfa50d2fc6a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/57801dfa50d2fc6a","status":"passed","time":{"start":1725577318867,"stop":1725577318868,"duration":1}},{"uid":"41f99ac2299e01ec","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/41f99ac2299e01ec","status":"passed","time":{"start":1725577277096,"stop":1725577277096,"duration":0}},{"uid":"9115ba8a9eb52108","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/9115ba8a9eb52108","status":"passed","time":{"start":1725576853141,"stop":1725576853141,"duration":0}}]},"tags":[]},"source":"b1d4b672da41aec5.json","parameterValues":[]} \ No newline at end of file +{"uid":"1a753297e170ba22","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":1726218778189,"stop":1726218778189,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"28b7968ca062238c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/28b7968ca062238c","status":"passed","time":{"start":1726218673548,"stop":1726218673548,"duration":0}},{"uid":"95c639a6bcb02022","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95c639a6bcb02022","status":"passed","time":{"start":1726217946700,"stop":1726217946705,"duration":5}},{"uid":"a08487edb4173a8f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a08487edb4173a8f","status":"passed","time":{"start":1726217862772,"stop":1726217862772,"duration":0}}]},"tags":[]},"source":"1a753297e170ba22.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/182e53ed8d2487d1.json b/7434/data/test-cases/1aa1f33b1641a8a4.json similarity index 75% rename from 7408/data/test-cases/182e53ed8d2487d1.json rename to 7434/data/test-cases/1aa1f33b1641a8a4.json index d3eed538ece..c2d2ff0b3f8 100644 --- a/7408/data/test-cases/182e53ed8d2487d1.json +++ b/7434/data/test-cases/1aa1f33b1641a8a4.json @@ -1 +1 @@ -{"uid":"182e53ed8d2487d1","name":"getPeersByDiscovery","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > getPeersByDiscovery","historyId":"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578799987,"stop":1725578799987,"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":7,"unknown":0,"total":7},"items":[{"uid":"3a11edbeb7f52a64","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/3a11edbeb7f52a64","status":"passed","time":{"start":1725578342928,"stop":1725578342928,"duration":0}},{"uid":"a98d7bfce1c32dba","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a98d7bfce1c32dba","status":"passed","time":{"start":1725578015553,"stop":1725578015554,"duration":1}},{"uid":"10eda0aa9cad9f23","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/10eda0aa9cad9f23","status":"passed","time":{"start":1725577283442,"stop":1725577283442,"duration":0}},{"uid":"ba91aacaac6ac17e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/ba91aacaac6ac17e","status":"passed","time":{"start":1725576930400,"stop":1725576930400,"duration":0}},{"uid":"dabf130059792cf8","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/dabf130059792cf8","status":"passed","time":{"start":1725576882309,"stop":1725576882309,"duration":0}},{"uid":"52b0acb848b1b484","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/52b0acb848b1b484","status":"passed","time":{"start":1725576465589,"stop":1725576465589,"duration":0}}]},"tags":[]},"source":"182e53ed8d2487d1.json","parameterValues":[]} \ No newline at end of file +{"uid":"1aa1f33b1641a8a4","name":"getPeersByDiscovery","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > getPeersByDiscovery","historyId":"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218375492,"stop":1726218375493,"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":4,"unknown":0,"total":4},"items":[{"uid":"32f4751e790ffea4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/32f4751e790ffea4","status":"passed","time":{"start":1726218279687,"stop":1726218279688,"duration":1}},{"uid":"109a3964ca955f24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/109a3964ca955f24","status":"passed","time":{"start":1726217533047,"stop":1726217533047,"duration":0}},{"uid":"39368d50ce8e8ddd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39368d50ce8e8ddd","status":"passed","time":{"start":1726217474964,"stop":1726217474965,"duration":1}}]},"tags":[]},"source":"1aa1f33b1641a8a4.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/1b0ec5f9a42dd98f.json b/7434/data/test-cases/1b0ec5f9a42dd98f.json new file mode 100644 index 00000000000..77577665a27 --- /dev/null +++ b/7434/data/test-cases/1b0ec5f9a42dd98f.json @@ -0,0 +1 @@ +{"uid":"1b0ec5f9a42dd98f","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /0/statusim/1/community/cbor to shard index 4","historyId":"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283083,"stop":1726218283083,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5755e3557c056626","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5755e3557c056626","status":"passed","time":{"start":1726218188585,"stop":1726218188586,"duration":1}},{"uid":"698cea5946ef0424","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/698cea5946ef0424","status":"passed","time":{"start":1726217441545,"stop":1726217441545,"duration":0}},{"uid":"7ec42da006999a8a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7ec42da006999a8a","status":"passed","time":{"start":1726217383208,"stop":1726217383208,"duration":0}}]},"tags":[]},"source":"1b0ec5f9a42dd98f.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/1b33fb2456e66c3f.json b/7434/data/test-cases/1b33fb2456e66c3f.json new file mode 100644 index 00000000000..8ecb9346046 --- /dev/null +++ b/7434/data/test-cases/1b33fb2456e66c3f.json @@ -0,0 +1 @@ +{"uid":"1b33fb2456e66c3f","name":"wrong wakuPeerExchangeDiscovery pubsub topic","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > wrong wakuPeerExchangeDiscovery pubsub topic","historyId":"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218777347,"stop":1726218777347,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"6579d9669d2f7d91","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6579d9669d2f7d91","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218700176,"stop":1726218700176,"duration":0}},{"uid":"a974dc35348d8bf9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a974dc35348d8bf9","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217955949,"stop":1726217955949,"duration":0}},{"uid":"8ad1e03881eaf158","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8ad1e03881eaf158","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217870055,"stop":1726217870055,"duration":0}}]},"tags":[]},"source":"1b33fb2456e66c3f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/19210219dc0d7c24.json b/7434/data/test-cases/1b33fcacc7c29926.json similarity index 72% rename from 7408/data/test-cases/19210219dc0d7c24.json rename to 7434/data/test-cases/1b33fcacc7c29926.json index 2254a7cdd8c..a75a63c4128 100644 --- a/7408/data/test-cases/19210219dc0d7c24.json +++ b/7434/data/test-cases/1b33fcacc7c29926.json @@ -1 +1 @@ -{"uid":"19210219dc0d7c24","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":1725578809895,"stop":1725578809895,"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":7,"unknown":0,"total":7},"items":[{"uid":"aa3c46bdcb023b9a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/aa3c46bdcb023b9a","status":"passed","time":{"start":1725578356619,"stop":1725578356619,"duration":0}},{"uid":"862233f2b4c92464","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/862233f2b4c92464","status":"passed","time":{"start":1725578030109,"stop":1725578030109,"duration":0}},{"uid":"4f580c92eb1d0e2b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4f580c92eb1d0e2b","status":"passed","time":{"start":1725577295961,"stop":1725577295961,"duration":0}},{"uid":"14917984a9f21b5d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/14917984a9f21b5d","status":"passed","time":{"start":1725576945376,"stop":1725576945376,"duration":0}},{"uid":"de6cb1035486d085","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/de6cb1035486d085","status":"passed","time":{"start":1725576894158,"stop":1725576894158,"duration":0}},{"uid":"e4cfc0fe75d048be","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e4cfc0fe75d048be","status":"passed","time":{"start":1725576479474,"stop":1725576479474,"duration":0}}]},"tags":[]},"source":"19210219dc0d7c24.json","parameterValues":[]} \ No newline at end of file +{"uid":"1b33fcacc7c29926","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":1726218382081,"stop":1726218382082,"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":4,"unknown":0,"total":4},"items":[{"uid":"e3f837b29033cfa9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e3f837b29033cfa9","status":"passed","time":{"start":1726218287814,"stop":1726218287815,"duration":1}},{"uid":"eaa059067b84b910","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eaa059067b84b910","status":"passed","time":{"start":1726217549452,"stop":1726217549453,"duration":1}},{"uid":"bf333114f279da7b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bf333114f279da7b","status":"passed","time":{"start":1726217491289,"stop":1726217491290,"duration":1}}]},"tags":[]},"source":"1b33fcacc7c29926.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c5ebcfb2768179f6.json b/7434/data/test-cases/1b5000687e8558a2.json similarity index 91% rename from 7408/data/test-cases/c5ebcfb2768179f6.json rename to 7434/data/test-cases/1b5000687e8558a2.json index 5d69a53b07b..07f95da0791 100644 --- a/7408/data/test-cases/c5ebcfb2768179f6.json +++ b/7434/data/test-cases/1b5000687e8558a2.json @@ -1 +1 @@ -{"uid":"c5ebcfb2768179f6","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":1725579181241,"stop":1725579181241,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"e03edbc23cad5904","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e03edbc23cad5904","status":"passed","time":{"start":1725578712604,"stop":1725578712605,"duration":1}},{"uid":"f88f523284f163d5","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f88f523284f163d5","status":"passed","time":{"start":1725578380209,"stop":1725578380210,"duration":1}},{"uid":"42176a353c3d4f50","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/42176a353c3d4f50","status":"passed","time":{"start":1725577661437,"stop":1725577661438,"duration":1}},{"uid":"9f3ee8cb42483b91","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9f3ee8cb42483b91","status":"passed","time":{"start":1725577308277,"stop":1725577308278,"duration":1}},{"uid":"7f67c2b9b2e96419","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/7f67c2b9b2e96419","status":"passed","time":{"start":1725577255330,"stop":1725577255331,"duration":1}},{"uid":"db4a3717ad09c6fb","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/db4a3717ad09c6fb","status":"passed","time":{"start":1725576839377,"stop":1725576839377,"duration":0}}]},"tags":[]},"source":"c5ebcfb2768179f6.json","parameterValues":[]} \ No newline at end of file +{"uid":"1b5000687e8558a2","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":1726218764087,"stop":1726218764087,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"6adbaa5601ea73dd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6adbaa5601ea73dd","status":"passed","time":{"start":1726218659003,"stop":1726218659004,"duration":1}},{"uid":"1a1f796910147395","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a1f796910147395","status":"passed","time":{"start":1726217924733,"stop":1726217924733,"duration":0}},{"uid":"f478ff3b555fd3f5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f478ff3b555fd3f5","status":"passed","time":{"start":1726217840473,"stop":1726217840474,"duration":1}}]},"tags":[]},"source":"1b5000687e8558a2.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/1b6d175a88a9b1.json b/7434/data/test-cases/1b6d175a88a9b1.json new file mode 100644 index 00000000000..405a478af99 --- /dev/null +++ b/7434/data/test-cases/1b6d175a88a9b1.json @@ -0,0 +1 @@ +{"uid":"1b6d175a88a9b1","name":"less peers than existing","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > less peers than existing","historyId":"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218764451,"stop":1726218764451,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"9ec50a12a8908027","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9ec50a12a8908027","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659234,"stop":1726218659234,"duration":0}},{"uid":"72b1ee58aa9f58ad","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72b1ee58aa9f58ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925015,"stop":1726217925016,"duration":1}},{"uid":"5e549ec656cda695","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e549ec656cda695","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840807,"stop":1726217840807,"duration":0}}]},"tags":[]},"source":"1b6d175a88a9b1.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/1baa0b027f6e22cd.json b/7434/data/test-cases/1baa0b027f6e22cd.json new file mode 100644 index 00000000000..28389815f91 --- /dev/null +++ b/7434/data/test-cases/1baa0b027f6e22cd.json @@ -0,0 +1 @@ +{"uid":"1baa0b027f6e22cd","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","historyId":"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283085,"stop":1726218283085,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cbd016be3564a752","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cbd016be3564a752","status":"passed","time":{"start":1726218188587,"stop":1726218188587,"duration":0}},{"uid":"7b310b936cdc7140","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b310b936cdc7140","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"duration":0}},{"uid":"ff259d81516008ba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ff259d81516008ba","status":"passed","time":{"start":1726217383210,"stop":1726217383210,"duration":0}}]},"tags":[]},"source":"1baa0b027f6e22cd.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/22034773c4b6c9f2.json b/7434/data/test-cases/1c74ae3529f03fcd.json similarity index 82% rename from 7408/data/test-cases/22034773c4b6c9f2.json rename to 7434/data/test-cases/1c74ae3529f03fcd.json index badc7bc3da2..e97fb676cc2 100644 --- a/7408/data/test-cases/22034773c4b6c9f2.json +++ b/7434/data/test-cases/1c74ae3529f03fcd.json @@ -1 +1 @@ -{"uid":"22034773c4b6c9f2","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":1725579302116,"stop":1725579302117,"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":7,"unknown":0,"total":7},"items":[{"uid":"dbb85bc9fcb285d0","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/dbb85bc9fcb285d0","status":"passed","time":{"start":1725578838717,"stop":1725578838718,"duration":1}},{"uid":"d8e789d28d72c627","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d8e789d28d72c627","status":"passed","time":{"start":1725578498373,"stop":1725578498373,"duration":0}},{"uid":"e0c9ae2ded3c2535","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e0c9ae2ded3c2535","status":"passed","time":{"start":1725577773144,"stop":1725577773145,"duration":1}},{"uid":"105945998ad3c556","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/105945998ad3c556","status":"passed","time":{"start":1725577428838,"stop":1725577428838,"duration":0}},{"uid":"54751e1466595f3d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/54751e1466595f3d","status":"passed","time":{"start":1725577388032,"stop":1725577388033,"duration":1}},{"uid":"cb84d84fd23b577e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/cb84d84fd23b577e","status":"passed","time":{"start":1725576955263,"stop":1725576955263,"duration":0}}]},"tags":[]},"source":"22034773c4b6c9f2.json","parameterValues":[]} \ No newline at end of file +{"uid":"1c74ae3529f03fcd","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":1726218886392,"stop":1726218886393,"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":4,"unknown":0,"total":4},"items":[{"uid":"a0f3d10cd0a20630","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0f3d10cd0a20630","status":"passed","time":{"start":1726218791847,"stop":1726218791847,"duration":0}},{"uid":"2181694ef311d30","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2181694ef311d30","status":"passed","time":{"start":1726218054691,"stop":1726218054692,"duration":1}},{"uid":"362bb8c752412946","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/362bb8c752412946","status":"passed","time":{"start":1726217965431,"stop":1726217965432,"duration":1}}]},"tags":[]},"source":"1c74ae3529f03fcd.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/7d57dcf9d7cb8142.json b/7434/data/test-cases/1c759ef12faa662b.json similarity index 97% rename from 7408/data/test-cases/7d57dcf9d7cb8142.json rename to 7434/data/test-cases/1c759ef12faa662b.json index ec1b034795a..d39197afdf2 100644 --- a/7408/data/test-cases/7d57dcf9d7cb8142.json +++ b/7434/data/test-cases/1c759ef12faa662b.json @@ -1 +1 @@ -{"uid":"7d57dcf9d7cb8142","name":"Check received message with timestamp: 1725578759231 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1725578759231 ","historyId":"53300337363b69e015fad2b5485da5e7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579181271,"stop":1725579181271,"duration":0},"status":"passed","flaky":false,"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":"7d57dcf9d7cb8142.json","parameterValues":[]} \ No newline at end of file +{"uid":"1c759ef12faa662b","name":"Check received message with timestamp: 1726218335042 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1726218335042 ","historyId":"c67c057d0a45f819d3fb031d45e27f26:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218764109,"stop":1726218764110,"duration":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":"1c759ef12faa662b.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/13890c06bd9c21ad.json b/7434/data/test-cases/1d73d598cf6fbc3d.json similarity index 87% rename from 7408/data/test-cases/13890c06bd9c21ad.json rename to 7434/data/test-cases/1d73d598cf6fbc3d.json index a78bcc130a9..f63a598a3c9 100644 --- a/7408/data/test-cases/13890c06bd9c21ad.json +++ b/7434/data/test-cases/1d73d598cf6fbc3d.json @@ -1 +1 @@ -{"uid":"13890c06bd9c21ad","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":1725579281363,"stop":1725579281364,"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":7,"unknown":0,"total":7},"items":[{"uid":"ea6145a4599b4bc6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ea6145a4599b4bc6","status":"passed","time":{"start":1725578819340,"stop":1725578819340,"duration":0}},{"uid":"ad54f37d83f3368b","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ad54f37d83f3368b","status":"passed","time":{"start":1725578492000,"stop":1725578492000,"duration":0}},{"uid":"824a7595beb1faae","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/824a7595beb1faae","status":"passed","time":{"start":1725577749606,"stop":1725577749606,"duration":0}},{"uid":"ead1ead29cb5217f","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/ead1ead29cb5217f","status":"passed","time":{"start":1725577416251,"stop":1725577416251,"duration":0}},{"uid":"2413b88471132c81","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2413b88471132c81","status":"passed","time":{"start":1725577358771,"stop":1725577358771,"duration":0}},{"uid":"e5f9d87ab3a73bfc","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e5f9d87ab3a73bfc","status":"passed","time":{"start":1725576950280,"stop":1725576950280,"duration":0}}]},"tags":[]},"source":"13890c06bd9c21ad.json","parameterValues":[]} \ No newline at end of file +{"uid":"1d73d598cf6fbc3d","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":1726218863186,"stop":1726218863186,"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":4,"unknown":0,"total":4},"items":[{"uid":"7940d4f646ff9e16","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7940d4f646ff9e16","status":"passed","time":{"start":1726218765884,"stop":1726218765884,"duration":0}},{"uid":"7b13e800fd0cb8b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b13e800fd0cb8b7","status":"passed","time":{"start":1726218039632,"stop":1726218039632,"duration":0}},{"uid":"f694b48a9fe5b4fb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f694b48a9fe5b4fb","status":"passed","time":{"start":1726217952886,"stop":1726217952891,"duration":5}}]},"tags":[]},"source":"1d73d598cf6fbc3d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1a6c78b822df01ff.json b/7434/data/test-cases/1e101a6df7fe0c99.json similarity index 93% rename from 7408/data/test-cases/1a6c78b822df01ff.json rename to 7434/data/test-cases/1e101a6df7fe0c99.json index 6d96261bc33..0dd8fd4c013 100644 --- a/7408/data/test-cases/1a6c78b822df01ff.json +++ b/7434/data/test-cases/1e101a6df7fe0c99.json @@ -1 +1 @@ -{"uid":"1a6c78b822df01ff","name":"Push message with custom timestamp: 1725582570946","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1725582570946","historyId":"bac5be787174d47a5c5dc663808e01ff:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579272796,"stop":1725579272796,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","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":"1a6c78b822df01ff.json","parameterValues":[]} \ No newline at end of file +{"uid":"1e101a6df7fe0c99","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":1726218863011,"stop":1726218863011,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"ea50e619a88758a4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ea50e619a88758a4","status":"passed","time":{"start":1726218781384,"stop":1726218781384,"duration":0}},{"uid":"ea1d44b491181207","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ea1d44b491181207","status":"passed","time":{"start":1726218013700,"stop":1726218013700,"duration":0}},{"uid":"1763fb6f44e62fd4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1763fb6f44e62fd4","status":"passed","time":{"start":1726217945333,"stop":1726217945333,"duration":0}}]},"tags":[]},"source":"1e101a6df7fe0c99.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a32b7dcc6897042c.json b/7434/data/test-cases/1e23971403a9a11e.json similarity index 89% rename from 7408/data/test-cases/a32b7dcc6897042c.json rename to 7434/data/test-cases/1e23971403a9a11e.json index d35b473366a..be8b552687c 100644 --- a/7408/data/test-cases/a32b7dcc6897042c.json +++ b/7434/data/test-cases/1e23971403a9a11e.json @@ -1 +1 @@ -{"uid":"a32b7dcc6897042c","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":1725579272786,"stop":1725579272787,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"bad4cd74849b4f0f","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/bad4cd74849b4f0f","status":"passed","time":{"start":1725578809263,"stop":1725578809263,"duration":0}},{"uid":"83a294ad8276b82a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/83a294ad8276b82a","status":"passed","time":{"start":1725578497030,"stop":1725578497030,"duration":0}},{"uid":"6c680c241232a331","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6c680c241232a331","status":"passed","time":{"start":1725577747305,"stop":1725577747306,"duration":1}},{"uid":"abb8b00c2ee792f1","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/abb8b00c2ee792f1","status":"passed","time":{"start":1725577413207,"stop":1725577413207,"duration":0}},{"uid":"99d9470557230daf","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/99d9470557230daf","status":"passed","time":{"start":1725577361999,"stop":1725577361999,"duration":0}},{"uid":"ec0f7f4dd012ad83","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ec0f7f4dd012ad83","status":"passed","time":{"start":1725576938360,"stop":1725576938360,"duration":0}}]},"tags":[]},"source":"a32b7dcc6897042c.json","parameterValues":[]} \ No newline at end of file +{"uid":"1e23971403a9a11e","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":1726218863027,"stop":1726218863029,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"95f242bf72d6ea9b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/95f242bf72d6ea9b","status":"passed","time":{"start":1726218781389,"stop":1726218781389,"duration":0}},{"uid":"f09ae161289fe6e3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f09ae161289fe6e3","status":"passed","time":{"start":1726218013716,"stop":1726218013718,"duration":2}},{"uid":"ef4761e1de7ec8d9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ef4761e1de7ec8d9","status":"passed","time":{"start":1726217945336,"stop":1726217945337,"duration":1}}]},"tags":[]},"source":"1e23971403a9a11e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/629b93258ecfb746.json b/7434/data/test-cases/1e8a651880521a01.json similarity index 71% rename from 7408/data/test-cases/629b93258ecfb746.json rename to 7434/data/test-cases/1e8a651880521a01.json index 751db103a62..d85acf0bc53 100644 --- a/7408/data/test-cases/629b93258ecfb746.json +++ b/7434/data/test-cases/1e8a651880521a01.json @@ -1 +1 @@ -{"uid":"629b93258ecfb746","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":1725578876066,"stop":1725578876066,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"9ed83897f9b71eec","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/9ed83897f9b71eec","status":"passed","time":{"start":1725578412447,"stop":1725578412448,"duration":1}},{"uid":"928321f4c9354d58","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/928321f4c9354d58","status":"passed","time":{"start":1725578089711,"stop":1725578089711,"duration":0}},{"uid":"5195277b9162a46b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5195277b9162a46b","status":"passed","time":{"start":1725577366656,"stop":1725577366656,"duration":0}},{"uid":"f2194e5b2b29ec7a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f2194e5b2b29ec7a","status":"passed","time":{"start":1725577005076,"stop":1725577005077,"duration":1}},{"uid":"235876d1b3f71f22","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/235876d1b3f71f22","status":"passed","time":{"start":1725576959235,"stop":1725576959236,"duration":1}},{"uid":"a6cda7502b909601","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a6cda7502b909601","status":"passed","time":{"start":1725576537504,"stop":1725576537504,"duration":0}}]},"tags":[]},"source":"629b93258ecfb746.json","parameterValues":[]} \ No newline at end of file +{"uid":"1e8a651880521a01","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":1726218455969,"stop":1726218455969,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"810538ca13bf3c73","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/810538ca13bf3c73","status":"passed","time":{"start":1726218357623,"stop":1726218357623,"duration":0}},{"uid":"2a503b6eb9914d20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2a503b6eb9914d20","status":"passed","time":{"start":1726217608002,"stop":1726217608002,"duration":0}},{"uid":"cfa12b8d82ea8213","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cfa12b8d82ea8213","status":"passed","time":{"start":1726217547143,"stop":1726217547143,"duration":0}}]},"tags":[]},"source":"1e8a651880521a01.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4360b17273d18a4e.json b/7434/data/test-cases/1eeae33ca8c0bfa4.json similarity index 70% rename from 7408/data/test-cases/4360b17273d18a4e.json rename to 7434/data/test-cases/1eeae33ca8c0bfa4.json index c3a5a746ac8..0898e053889 100644 --- a/7408/data/test-cases/4360b17273d18a4e.json +++ b/7434/data/test-cases/1eeae33ca8c0bfa4.json @@ -1 +1 @@ -{"uid":"4360b17273d18a4e","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","historyId":"0875eae35c3e6c8a0178a28be0eeb7dc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579102811,"stop":1725579102812,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"ec475b1e8826e790","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ec475b1e8826e790","status":"passed","time":{"start":1725578664272,"stop":1725578664272,"duration":0}},{"uid":"5dd015a2b4f2e231","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/5dd015a2b4f2e231","status":"passed","time":{"start":1725578314149,"stop":1725578314149,"duration":0}},{"uid":"2eed2380464f6503","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2eed2380464f6503","status":"passed","time":{"start":1725577562988,"stop":1725577562988,"duration":0}},{"uid":"372f5dc60a4f84c7","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/372f5dc60a4f84c7","status":"passed","time":{"start":1725577209705,"stop":1725577209706,"duration":1}},{"uid":"65ed1e7526cec6b3","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/65ed1e7526cec6b3","status":"passed","time":{"start":1725577172585,"stop":1725577172585,"duration":0}},{"uid":"412a09b4739cd01f","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/412a09b4739cd01f","status":"passed","time":{"start":1725576779740,"stop":1725576779740,"duration":0}}]},"tags":[]},"source":"4360b17273d18a4e.json","parameterValues":[]} \ No newline at end of file +{"uid":"1eeae33ca8c0bfa4","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","historyId":"0875eae35c3e6c8a0178a28be0eeb7dc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218669776,"stop":1726218669776,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5a2c55a805ce247f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5a2c55a805ce247f","status":"passed","time":{"start":1726218612970,"stop":1726218612971,"duration":1}},{"uid":"90384b357a2fa489","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/90384b357a2fa489","status":"passed","time":{"start":1726217868248,"stop":1726217868249,"duration":1}},{"uid":"1eb2fee7cb0f013a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1eb2fee7cb0f013a","status":"passed","time":{"start":1726217785176,"stop":1726217785177,"duration":1}}]},"tags":[]},"source":"1eeae33ca8c0bfa4.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/3e33d6092d9dc99a.json b/7434/data/test-cases/1f0ccb15b0d08762.json similarity index 62% rename from 7408/data/test-cases/3e33d6092d9dc99a.json rename to 7434/data/test-cases/1f0ccb15b0d08762.json index 29b673d337b..6a490c0b34b 100644 --- a/7408/data/test-cases/3e33d6092d9dc99a.json +++ b/7434/data/test-cases/1f0ccb15b0d08762.json @@ -1 +1 @@ -{"uid":"3e33d6092d9dc99a","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":1725578769504,"stop":1725578769504,"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":7,"unknown":0,"total":7},"items":[{"uid":"1e142e4a515a7438","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1e142e4a515a7438","status":"passed","time":{"start":1725578312715,"stop":1725578312720,"duration":5}},{"uid":"ec8b2267e789d285","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ec8b2267e789d285","status":"passed","time":{"start":1725577984610,"stop":1725577984610,"duration":0}},{"uid":"9036726b1451516","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9036726b1451516","status":"passed","time":{"start":1725577253241,"stop":1725577253241,"duration":0}},{"uid":"59de8e94a6f8b23e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/59de8e94a6f8b23e","status":"passed","time":{"start":1725576900876,"stop":1725576900876,"duration":0}},{"uid":"5c4f91e70899e107","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/5c4f91e70899e107","status":"passed","time":{"start":1725576853655,"stop":1725576853655,"duration":0}},{"uid":"c2e6e76292e6e570","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c2e6e76292e6e570","status":"passed","time":{"start":1725576438904,"stop":1725576438905,"duration":1}}]},"tags":[]},"source":"3e33d6092d9dc99a.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f0ccb15b0d08762","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":1726218346773,"stop":1726218346773,"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":4,"unknown":0,"total":4},"items":[{"uid":"fe40dacaba677356","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fe40dacaba677356","status":"passed","time":{"start":1726218251125,"stop":1726218251125,"duration":0}},{"uid":"5692dc5d47602a81","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5692dc5d47602a81","status":"passed","time":{"start":1726217503655,"stop":1726217503656,"duration":1}},{"uid":"3264a78b206d26df","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3264a78b206d26df","status":"passed","time":{"start":1726217444759,"stop":1726217444759,"duration":0}}]},"tags":[]},"source":"1f0ccb15b0d08762.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/3e98224dcd8b0e38.json b/7434/data/test-cases/1f1020a5023b9298.json similarity index 97% rename from 7408/data/test-cases/3e98224dcd8b0e38.json rename to 7434/data/test-cases/1f1020a5023b9298.json index e6c1cd9f684..94314920f71 100644 --- a/7408/data/test-cases/3e98224dcd8b0e38.json +++ b/7434/data/test-cases/1f1020a5023b9298.json @@ -1 +1 @@ -{"uid":"3e98224dcd8b0e38","name":"random static sharding 5 - Cluster ID: 695, Shard ID: 775","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 5 - Cluster ID: 695, Shard ID: 775","historyId":"98d299f1f164971a952d6ff0d62a69f5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579281351,"stop":1725579281352,"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":"3e98224dcd8b0e38.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f1020a5023b9298","name":"random static sharding 5 - Cluster ID: 328, Shard ID: 996","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 5 - Cluster ID: 328, Shard ID: 996","historyId":"235ce86cf23f13be9b6721011c6e2f2d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218863180,"stop":1726218863180,"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":"1f1020a5023b9298.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/48ac57a0a17745b3.json b/7434/data/test-cases/1f3ac9f80763ce85.json similarity index 63% rename from 7408/data/test-cases/48ac57a0a17745b3.json rename to 7434/data/test-cases/1f3ac9f80763ce85.json index cd0ad290003..f338e7af50b 100644 --- a/7408/data/test-cases/48ac57a0a17745b3.json +++ b/7434/data/test-cases/1f3ac9f80763ce85.json @@ -1 +1 @@ -{"uid":"48ac57a0a17745b3","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":1725579104750,"stop":1725579104750,"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":7,"unknown":0,"total":7},"items":[{"uid":"810147b8ce24bcd1","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/810147b8ce24bcd1","status":"passed","time":{"start":1725578640654,"stop":1725578640654,"duration":0}},{"uid":"ea07e031102993ad","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ea07e031102993ad","status":"passed","time":{"start":1725578319127,"stop":1725578319129,"duration":2}},{"uid":"9341eb6e62601d32","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9341eb6e62601d32","status":"passed","time":{"start":1725577578268,"stop":1725577578268,"duration":0}},{"uid":"dbae3f75e0603d25","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/dbae3f75e0603d25","status":"passed","time":{"start":1725577243234,"stop":1725577243234,"duration":0}},{"uid":"b72518cfc0da9923","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b72518cfc0da9923","status":"passed","time":{"start":1725577189156,"stop":1725577189159,"duration":3}},{"uid":"f4de23ae9b350f15","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f4de23ae9b350f15","status":"passed","time":{"start":1725576769324,"stop":1725576769324,"duration":0}}]},"tags":[]},"source":"48ac57a0a17745b3.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f3ac9f80763ce85","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":1726218689007,"stop":1726218689008,"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":4,"unknown":0,"total":4},"items":[{"uid":"c912027d7e951cfc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c912027d7e951cfc","status":"passed","time":{"start":1726218597577,"stop":1726218597577,"duration":0}},{"uid":"2e5a6f402f793a14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e5a6f402f793a14","status":"passed","time":{"start":1726217848420,"stop":1726217848420,"duration":0}},{"uid":"b20c5ce9c70a87db","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b20c5ce9c70a87db","status":"passed","time":{"start":1726217774669,"stop":1726217774670,"duration":1}}]},"tags":[]},"source":"1f3ac9f80763ce85.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c3b802e7c23cb57f.json b/7434/data/test-cases/1f824598b13afc73.json similarity index 90% rename from 7408/data/test-cases/c3b802e7c23cb57f.json rename to 7434/data/test-cases/1f824598b13afc73.json index 2f9b995246b..b23cee2c492 100644 --- a/7408/data/test-cases/c3b802e7c23cb57f.json +++ b/7434/data/test-cases/1f824598b13afc73.json @@ -1 +1 @@ -{"uid":"c3b802e7c23cb57f","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":1725579219620,"stop":1725579219620,"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":7,"unknown":0,"total":7},"items":[{"uid":"35e9c88beaf6572b","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/35e9c88beaf6572b","status":"passed","time":{"start":1725578761133,"stop":1725578761133,"duration":0}},{"uid":"c4a051e7628eb3f6","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c4a051e7628eb3f6","status":"passed","time":{"start":1725578429989,"stop":1725578429990,"duration":1}},{"uid":"57e81b0f0be44bba","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/57e81b0f0be44bba","status":"passed","time":{"start":1725577692792,"stop":1725577692792,"duration":0}},{"uid":"9b5c8b863fff1506","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9b5c8b863fff1506","status":"passed","time":{"start":1725577353965,"stop":1725577353966,"duration":1}},{"uid":"fb51ac0192f127f2","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/fb51ac0192f127f2","status":"passed","time":{"start":1725577301900,"stop":1725577301900,"duration":0}},{"uid":"d49a30e897df2034","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d49a30e897df2034","status":"passed","time":{"start":1725576895915,"stop":1725576895916,"duration":1}}]},"tags":[]},"source":"c3b802e7c23cb57f.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f824598b13afc73","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":1726218806763,"stop":1726218806763,"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":4,"unknown":0,"total":4},"items":[{"uid":"7af58d232dade5aa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7af58d232dade5aa","status":"passed","time":{"start":1726218706746,"stop":1726218706746,"duration":0}},{"uid":"406e7760a6b203bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/406e7760a6b203bf","status":"passed","time":{"start":1726217976615,"stop":1726217976616,"duration":1}},{"uid":"45194b0bf0fb5752","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/45194b0bf0fb5752","status":"passed","time":{"start":1726217890300,"stop":1726217890301,"duration":1}}]},"tags":[]},"source":"1f824598b13afc73.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e1220f048b1ce9b7.json b/7434/data/test-cases/1fa821f300cf720d.json similarity index 84% rename from 7408/data/test-cases/e1220f048b1ce9b7.json rename to 7434/data/test-cases/1fa821f300cf720d.json index 9eb3523cf07..d592b7eb83a 100644 --- a/7408/data/test-cases/e1220f048b1ce9b7.json +++ b/7434/data/test-cases/1fa821f300cf720d.json @@ -1 +1 @@ -{"uid":"e1220f048b1ce9b7","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":1725579272787,"stop":1725579272787,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"c8d341a2c58319df","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/c8d341a2c58319df","status":"passed","time":{"start":1725578809264,"stop":1725578809264,"duration":0}},{"uid":"979542da744793c4","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/979542da744793c4","status":"passed","time":{"start":1725578497030,"stop":1725578497031,"duration":1}},{"uid":"3db3485fa24a6a48","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/3db3485fa24a6a48","status":"passed","time":{"start":1725577747306,"stop":1725577747307,"duration":1}},{"uid":"9d0710b60de09772","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9d0710b60de09772","status":"passed","time":{"start":1725577413208,"stop":1725577413216,"duration":8}},{"uid":"8aba42798972b41b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8aba42798972b41b","status":"passed","time":{"start":1725577361999,"stop":1725577362000,"duration":1}},{"uid":"6bad79b6861fc1b8","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/6bad79b6861fc1b8","status":"passed","time":{"start":1725576938375,"stop":1725576938381,"duration":6}}]},"tags":[]},"source":"e1220f048b1ce9b7.json","parameterValues":[]} \ No newline at end of file +{"uid":"1fa821f300cf720d","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":1726218863012,"stop":1726218863013,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"f68b6a5ff6f60619","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f68b6a5ff6f60619","status":"passed","time":{"start":1726218781387,"stop":1726218781387,"duration":0}},{"uid":"ed29db7636c0a5e0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed29db7636c0a5e0","status":"passed","time":{"start":1726218013701,"stop":1726218013701,"duration":0}},{"uid":"6a8617ed81ee7ba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a8617ed81ee7ba","status":"passed","time":{"start":1726217945335,"stop":1726217945335,"duration":0}}]},"tags":[]},"source":"1fa821f300cf720d.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/1fb2bf7d5900190e.json b/7434/data/test-cases/1fb2bf7d5900190e.json new file mode 100644 index 00000000000..6d7d413b13a --- /dev/null +++ b/7434/data/test-cases/1fb2bf7d5900190e.json @@ -0,0 +1 @@ +{"uid":"1fb2bf7d5900190e","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":1726218510982,"stop":1726218510982,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"f5c200e25deb505b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f5c200e25deb505b","status":"passed","time":{"start":1726218417151,"stop":1726218417151,"duration":0}},{"uid":"ce59ddecf13507d5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ce59ddecf13507d5","status":"passed","time":{"start":1726217677825,"stop":1726217677826,"duration":1}},{"uid":"a5a4ea136a69f4f4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a5a4ea136a69f4f4","status":"passed","time":{"start":1726217616844,"stop":1726217616844,"duration":0}}]},"tags":[]},"source":"1fb2bf7d5900190e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e6e21fd9ed1f59f6.json b/7434/data/test-cases/201ae843cffcaf3a.json similarity index 90% rename from 7408/data/test-cases/e6e21fd9ed1f59f6.json rename to 7434/data/test-cases/201ae843cffcaf3a.json index e4eebbd01ab..731b1d562bb 100644 --- a/7408/data/test-cases/e6e21fd9ed1f59f6.json +++ b/7434/data/test-cases/201ae843cffcaf3a.json @@ -1 +1 @@ -{"uid":"e6e21fd9ed1f59f6","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":1725579219614,"stop":1725579219614,"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":7,"unknown":0,"total":7},"items":[{"uid":"cbed4dfed93ee990","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/cbed4dfed93ee990","status":"passed","time":{"start":1725578761129,"stop":1725578761130,"duration":1}},{"uid":"fbb890a049e8c4f1","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/fbb890a049e8c4f1","status":"passed","time":{"start":1725578429984,"stop":1725578429985,"duration":1}},{"uid":"7665996c38f20aa3","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7665996c38f20aa3","status":"passed","time":{"start":1725577692784,"stop":1725577692785,"duration":1}},{"uid":"53876ba979846a50","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/53876ba979846a50","status":"passed","time":{"start":1725577353961,"stop":1725577353961,"duration":0}},{"uid":"df1d4386f23d4587","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/df1d4386f23d4587","status":"passed","time":{"start":1725577301897,"stop":1725577301898,"duration":1}},{"uid":"8f8c1276c0d75926","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/8f8c1276c0d75926","status":"passed","time":{"start":1725576895898,"stop":1725576895899,"duration":1}}]},"tags":[]},"source":"e6e21fd9ed1f59f6.json","parameterValues":[]} \ No newline at end of file +{"uid":"201ae843cffcaf3a","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":1726218806759,"stop":1726218806760,"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":4,"unknown":0,"total":4},"items":[{"uid":"792ff4b4abf4ce24","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/792ff4b4abf4ce24","status":"passed","time":{"start":1726218706741,"stop":1726218706741,"duration":0}},{"uid":"2f19eecf52c8f720","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2f19eecf52c8f720","status":"passed","time":{"start":1726217976606,"stop":1726217976607,"duration":1}},{"uid":"7847a607859577a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7847a607859577a6","status":"passed","time":{"start":1726217890296,"stop":1726217890296,"duration":0}}]},"tags":[]},"source":"201ae843cffcaf3a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6ee551c70d6aec81.json b/7434/data/test-cases/20215fcba1552091.json similarity index 94% rename from 7408/data/test-cases/6ee551c70d6aec81.json rename to 7434/data/test-cases/20215fcba1552091.json index 71c1693d28c..b6a66f11a18 100644 --- a/7408/data/test-cases/6ee551c70d6aec81.json +++ b/7434/data/test-cases/20215fcba1552091.json @@ -1 +1 @@ -{"uid":"6ee551c70d6aec81","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":1725579187580,"stop":1725579187580,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"429478c2d043b7dc","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/429478c2d043b7dc","status":"passed","time":{"start":1725578730898,"stop":1725578730899,"duration":1}},{"uid":"38a89bee6d832ef3","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/38a89bee6d832ef3","status":"passed","time":{"start":1725578399104,"stop":1725578399105,"duration":1}},{"uid":"931a008083b2ac4b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/931a008083b2ac4b","status":"passed","time":{"start":1725577666297,"stop":1725577666300,"duration":3}},{"uid":"ccc22d2467dcc3f5","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/ccc22d2467dcc3f5","status":"passed","time":{"start":1725577318882,"stop":1725577318882,"duration":0}},{"uid":"da89dd0e8b43e018","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/da89dd0e8b43e018","status":"passed","time":{"start":1725577277110,"stop":1725577277110,"duration":0}},{"uid":"ccd9ec89128ca65a","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ccd9ec89128ca65a","status":"passed","time":{"start":1725576853192,"stop":1725576853192,"duration":0}}]},"tags":[]},"source":"6ee551c70d6aec81.json","parameterValues":[]} \ No newline at end of file +{"uid":"20215fcba1552091","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":1726218778286,"stop":1726218778286,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"b40be14661fcf4b3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b40be14661fcf4b3","status":"passed","time":{"start":1726218673562,"stop":1726218673562,"duration":0}},{"uid":"139ea9cdbd201ed8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/139ea9cdbd201ed8","status":"passed","time":{"start":1726217946740,"stop":1726217946741,"duration":1}},{"uid":"7b29192afc122e0d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7b29192afc122e0d","status":"passed","time":{"start":1726217862791,"stop":1726217862792,"duration":1}}]},"tags":[]},"source":"20215fcba1552091.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/202985609b8c349e.json b/7434/data/test-cases/202985609b8c349e.json new file mode 100644 index 00000000000..550997b573f --- /dev/null +++ b/7434/data/test-cases/202985609b8c349e.json @@ -0,0 +1 @@ +{"uid":"202985609b8c349e","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/ ","historyId":"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283101,"stop":1726218283101,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ed00d3ef935e0077","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ed00d3ef935e0077","status":"passed","time":{"start":1726218188600,"stop":1726218188600,"duration":0}},{"uid":"8e9c67811b271bd5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8e9c67811b271bd5","status":"passed","time":{"start":1726217441563,"stop":1726217441563,"duration":0}},{"uid":"d6188eb9ee399a44","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d6188eb9ee399a44","status":"passed","time":{"start":1726217383225,"stop":1726217383225,"duration":0}}]},"tags":[]},"source":"202985609b8c349e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/32f68618c7d97924.json b/7434/data/test-cases/2094a66674e669aa.json similarity index 90% rename from 7408/data/test-cases/32f68618c7d97924.json rename to 7434/data/test-cases/2094a66674e669aa.json index b8fd3bd0a00..d03c9630e05 100644 --- a/7408/data/test-cases/32f68618c7d97924.json +++ b/7434/data/test-cases/2094a66674e669aa.json @@ -1 +1 @@ -{"uid":"32f68618c7d97924","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":1725578940137,"stop":1725578940137,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"85fb069978bab9cc","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/85fb069978bab9cc","status":"passed","time":{"start":1725578482063,"stop":1725578482063,"duration":0}},{"uid":"c8ab8a6fc2598e6f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c8ab8a6fc2598e6f","status":"passed","time":{"start":1725578159561,"stop":1725578159562,"duration":1}},{"uid":"49167b9ee025ac2a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/49167b9ee025ac2a","status":"passed","time":{"start":1725577422735,"stop":1725577422735,"duration":0}},{"uid":"85b3a977d889e408","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/85b3a977d889e408","status":"passed","time":{"start":1725577067052,"stop":1725577067053,"duration":1}},{"uid":"d3870d903eeb7369","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d3870d903eeb7369","status":"passed","time":{"start":1725577018832,"stop":1725577018833,"duration":1}},{"uid":"20674b15009e046b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/20674b15009e046b","status":"passed","time":{"start":1725576607325,"stop":1725576607333,"duration":8}}]},"tags":[]},"source":"32f68618c7d97924.json","parameterValues":[]} \ No newline at end of file +{"uid":"2094a66674e669aa","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":1726218510978,"stop":1726218510979,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"baf9b52aaf35a7fa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/baf9b52aaf35a7fa","status":"passed","time":{"start":1726218417150,"stop":1726218417150,"duration":0}},{"uid":"97f2a2592cdf0156","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/97f2a2592cdf0156","status":"passed","time":{"start":1726217677820,"stop":1726217677822,"duration":2}},{"uid":"9b145b80dee22728","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9b145b80dee22728","status":"passed","time":{"start":1726217616842,"stop":1726217616843,"duration":1}}]},"tags":[]},"source":"2094a66674e669aa.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/20b55f41b8cf225.json b/7434/data/test-cases/20b55f41b8cf225.json new file mode 100644 index 00000000000..f9da4cfcc3b --- /dev/null +++ b/7434/data/test-cases/20b55f41b8cf225.json @@ -0,0 +1 @@ +{"uid":"20b55f41b8cf225","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":1726218296785,"stop":1726218296785,"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":4,"unknown":0,"total":4},"items":[{"uid":"fa2de4014b11e278","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fa2de4014b11e278","status":"passed","time":{"start":1726218201912,"stop":1726218201912,"duration":0}},{"uid":"79cfc8a35d80e179","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/79cfc8a35d80e179","status":"passed","time":{"start":1726217455152,"stop":1726217455152,"duration":0}},{"uid":"c8e5a0b8df9824f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c8e5a0b8df9824f2","status":"passed","time":{"start":1726217396841,"stop":1726217396841,"duration":0}}]},"tags":[]},"source":"20b55f41b8cf225.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/577f5a061814384a.json b/7434/data/test-cases/20e553b8aba899e6.json similarity index 91% rename from 7408/data/test-cases/577f5a061814384a.json rename to 7434/data/test-cases/20e553b8aba899e6.json index c16271b9b76..fe1a3d60488 100644 --- a/7408/data/test-cases/577f5a061814384a.json +++ b/7434/data/test-cases/20e553b8aba899e6.json @@ -1 +1 @@ -{"uid":"577f5a061814384a","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":1725578970790,"stop":1725578970791,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"5f777cd25bb2bb27","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5f777cd25bb2bb27","status":"passed","time":{"start":1725578514095,"stop":1725578514096,"duration":1}},{"uid":"43a1e804d7e8b467","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/43a1e804d7e8b467","status":"passed","time":{"start":1725578193138,"stop":1725578193138,"duration":0}},{"uid":"6e158c6c42e773c8","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6e158c6c42e773c8","status":"passed","time":{"start":1725577453233,"stop":1725577453234,"duration":1}},{"uid":"6b3e7e9642d9d394","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6b3e7e9642d9d394","status":"passed","time":{"start":1725577097750,"stop":1725577097750,"duration":0}},{"uid":"f9b1edf14390f9b0","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f9b1edf14390f9b0","status":"passed","time":{"start":1725577056976,"stop":1725577056977,"duration":1}},{"uid":"4299080bc2922a3b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4299080bc2922a3b","status":"passed","time":{"start":1725576643986,"stop":1725576643986,"duration":0}}]},"tags":[]},"source":"577f5a061814384a.json","parameterValues":[]} \ No newline at end of file +{"uid":"20e553b8aba899e6","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":1726218551483,"stop":1726218551483,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"32a3c6e85f2ee981","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/32a3c6e85f2ee981","status":"passed","time":{"start":1726218459535,"stop":1726218459535,"duration":0}},{"uid":"8d35acc5cb6a530b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d35acc5cb6a530b","status":"passed","time":{"start":1726217706000,"stop":1726217706001,"duration":1}},{"uid":"bdb9a6f12e5ea7bb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bdb9a6f12e5ea7bb","status":"passed","time":{"start":1726217650758,"stop":1726217650760,"duration":2}}]},"tags":[]},"source":"20e553b8aba899e6.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/32ecd8194be78756.json b/7434/data/test-cases/216c827b0a16fcb5.json similarity index 77% rename from 7408/data/test-cases/32ecd8194be78756.json rename to 7434/data/test-cases/216c827b0a16fcb5.json index 3ea9d997461..ae553c30096 100644 --- a/7408/data/test-cases/32ecd8194be78756.json +++ b/7434/data/test-cases/216c827b0a16fcb5.json @@ -1 +1 @@ -{"uid":"32ecd8194be78756","name":"should correctly map /toychat/2/huilong/proto to shard index 3","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /toychat/2/huilong/proto to shard index 3","historyId":"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578709076,"stop":1725578709077,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"32ecd8194be78756.json","parameterValues":[]} \ No newline at end of file +{"uid":"216c827b0a16fcb5","name":"should correctly map /toychat/2/huilong/proto to shard index 3","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /toychat/2/huilong/proto to shard index 3","historyId":"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283076,"stop":1726218283076,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"216c827b0a16fcb5.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/94bb343522912197.json b/7434/data/test-cases/21c0013143e20769.json similarity index 77% rename from 7408/data/test-cases/94bb343522912197.json rename to 7434/data/test-cases/21c0013143e20769.json index 5f7b91bedfc..4def826caa5 100644 --- a/7408/data/test-cases/94bb343522912197.json +++ b/7434/data/test-cases/21c0013143e20769.json @@ -1 +1 @@ -{"uid":"94bb343522912197","name":"addEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with correct event","historyId":"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578799985,"stop":1725578799986,"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":7,"unknown":0,"total":7},"items":[{"uid":"9bfdb5ff85b27d47","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/9bfdb5ff85b27d47","status":"passed","time":{"start":1725578342926,"stop":1725578342926,"duration":0}},{"uid":"bfc30132a203c765","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/bfc30132a203c765","status":"passed","time":{"start":1725578015551,"stop":1725578015551,"duration":0}},{"uid":"5233f8976e4f97d1","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5233f8976e4f97d1","status":"passed","time":{"start":1725577283439,"stop":1725577283440,"duration":1}},{"uid":"ad17a42822231bf9","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/ad17a42822231bf9","status":"passed","time":{"start":1725576930398,"stop":1725576930399,"duration":1}},{"uid":"79af7be10ee4f46e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/79af7be10ee4f46e","status":"passed","time":{"start":1725576882305,"stop":1725576882306,"duration":1}},{"uid":"ce8ac419b78ed776","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ce8ac419b78ed776","status":"passed","time":{"start":1725576465587,"stop":1725576465588,"duration":1}}]},"tags":[]},"source":"94bb343522912197.json","parameterValues":[]} \ No newline at end of file +{"uid":"21c0013143e20769","name":"addEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with correct event","historyId":"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218375482,"stop":1726218375483,"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":4,"unknown":0,"total":4},"items":[{"uid":"6712f75ae7e0627c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6712f75ae7e0627c","status":"passed","time":{"start":1726218279679,"stop":1726218279679,"duration":0}},{"uid":"fc737a6fda9c0b6a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc737a6fda9c0b6a","status":"passed","time":{"start":1726217533045,"stop":1726217533045,"duration":0}},{"uid":"e4c34f67d428acc3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4c34f67d428acc3","status":"passed","time":{"start":1726217474962,"stop":1726217474963,"duration":1}}]},"tags":[]},"source":"21c0013143e20769.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/68952760d0f1ec48.json b/7434/data/test-cases/21ea0d4782b9afef.json similarity index 74% rename from 7408/data/test-cases/68952760d0f1ec48.json rename to 7434/data/test-cases/21ea0d4782b9afef.json index a8e6fb28da2..8eb8165b730 100644 --- a/7408/data/test-cases/68952760d0f1ec48.json +++ b/7434/data/test-cases/21ea0d4782b9afef.json @@ -1 +1 @@ -{"uid":"68952760d0f1ec48","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":1725578980000,"stop":1725578980001,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"31ad42d29b02d68e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/31ad42d29b02d68e","status":"passed","time":{"start":1725578503451,"stop":1725578503452,"duration":1}},{"uid":"c52434a980387fa8","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c52434a980387fa8","status":"passed","time":{"start":1725578194562,"stop":1725578194563,"duration":1}},{"uid":"ac5756f0a2fb7047","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ac5756f0a2fb7047","status":"passed","time":{"start":1725577444915,"stop":1725577444916,"duration":1}},{"uid":"fe800848cea37cd7","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/fe800848cea37cd7","status":"passed","time":{"start":1725577120610,"stop":1725577120610,"duration":0}},{"uid":"8e2709b7517fd469","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8e2709b7517fd469","status":"passed","time":{"start":1725577071276,"stop":1725577071277,"duration":1}},{"uid":"244280923def2829","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/244280923def2829","status":"passed","time":{"start":1725576645498,"stop":1725576645498,"duration":0}}]},"tags":[]},"source":"68952760d0f1ec48.json","parameterValues":[]} \ No newline at end of file +{"uid":"21ea0d4782b9afef","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":1726218563296,"stop":1726218563297,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"f9726ee80248e89d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f9726ee80248e89d","status":"passed","time":{"start":1726218471416,"stop":1726218471416,"duration":0}},{"uid":"c7f9038e88742c57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c7f9038e88742c57","status":"passed","time":{"start":1726217724200,"stop":1726217724201,"duration":1}},{"uid":"4defa2acdc298d89","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4defa2acdc298d89","status":"passed","time":{"start":1726217656057,"stop":1726217656057,"duration":0}}]},"tags":[]},"source":"21ea0d4782b9afef.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/bbb7164060873150.json b/7434/data/test-cases/222c55d935d492d6.json similarity index 89% rename from 7408/data/test-cases/bbb7164060873150.json rename to 7434/data/test-cases/222c55d935d492d6.json index 28f453472cc..65bbec677b8 100644 --- a/7408/data/test-cases/bbb7164060873150.json +++ b/7434/data/test-cases/222c55d935d492d6.json @@ -1 +1 @@ -{"uid":"bbb7164060873150","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":1725579272789,"stop":1725579272790,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"185cdfa5af61c739","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/185cdfa5af61c739","status":"passed","time":{"start":1725578809266,"stop":1725578809266,"duration":0}},{"uid":"1b2bd59a5d916714","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/1b2bd59a5d916714","status":"passed","time":{"start":1725578497039,"stop":1725578497040,"duration":1}},{"uid":"9bf463f6fe6c3f6a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9bf463f6fe6c3f6a","status":"passed","time":{"start":1725577747308,"stop":1725577747309,"duration":1}},{"uid":"d2ad74f08e9820e8","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d2ad74f08e9820e8","status":"passed","time":{"start":1725577413221,"stop":1725577413222,"duration":1}},{"uid":"b7314eb738896b1f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b7314eb738896b1f","status":"passed","time":{"start":1725577362001,"stop":1725577362001,"duration":0}},{"uid":"f8e718781da98b43","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f8e718781da98b43","status":"passed","time":{"start":1725576938387,"stop":1725576938388,"duration":1}}]},"tags":[]},"source":"bbb7164060873150.json","parameterValues":[]} \ No newline at end of file +{"uid":"222c55d935d492d6","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":1726218862991,"stop":1726218862992,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"482ac9b613630043","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/482ac9b613630043","status":"passed","time":{"start":1726218781375,"stop":1726218781376,"duration":1}},{"uid":"ff651ac650aa0b69","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ff651ac650aa0b69","status":"passed","time":{"start":1726218013691,"stop":1726218013691,"duration":0}},{"uid":"ce61a19cc4b21d34","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce61a19cc4b21d34","status":"passed","time":{"start":1726217945325,"stop":1726217945325,"duration":0}}]},"tags":[]},"source":"222c55d935d492d6.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ae854385e103538f.json b/7434/data/test-cases/224a81e76873dffd.json similarity index 92% rename from 7408/data/test-cases/ae854385e103538f.json rename to 7434/data/test-cases/224a81e76873dffd.json index ba9f0e8dee0..352352b6bfb 100644 --- a/7408/data/test-cases/ae854385e103538f.json +++ b/7434/data/test-cases/224a81e76873dffd.json @@ -1 +1 @@ -{"uid":"ae854385e103538f","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":1725579297962,"stop":1725579297962,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"1a142bac563eca81","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1a142bac563eca81","status":"passed","time":{"start":1725578825350,"stop":1725578825350,"duration":0}},{"uid":"5c504ac0c32aeb3f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/5c504ac0c32aeb3f","status":"passed","time":{"start":1725578517000,"stop":1725578517000,"duration":0}},{"uid":"41f2b20d733af7a0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/41f2b20d733af7a0","status":"passed","time":{"start":1725577784911,"stop":1725577784913,"duration":2}},{"uid":"872fff251ba36765","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/872fff251ba36765","status":"passed","time":{"start":1725577433761,"stop":1725577433761,"duration":0}},{"uid":"8166d8f189c2b6e8","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8166d8f189c2b6e8","status":"passed","time":{"start":1725577392050,"stop":1725577392050,"duration":0}},{"uid":"4ed7dc062df02439","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4ed7dc062df02439","status":"passed","time":{"start":1725576971832,"stop":1725576971832,"duration":0}}]},"tags":[]},"source":"ae854385e103538f.json","parameterValues":[]} \ No newline at end of file +{"uid":"224a81e76873dffd","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":1726218879318,"stop":1726218879320,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7787eabe31f0f5dd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7787eabe31f0f5dd","status":"passed","time":{"start":1726218787578,"stop":1726218787578,"duration":0}},{"uid":"560149277e959387","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/560149277e959387","status":"passed","time":{"start":1726218066281,"stop":1726218066281,"duration":0}},{"uid":"ba8925d05b6c516b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba8925d05b6c516b","status":"passed","time":{"start":1726217965304,"stop":1726217965307,"duration":3}}]},"tags":[]},"source":"224a81e76873dffd.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/22669e80c761df2d.json b/7434/data/test-cases/22669e80c761df2d.json new file mode 100644 index 00000000000..c6c90b4a0b8 --- /dev/null +++ b/7434/data/test-cases/22669e80c761df2d.json @@ -0,0 +1 @@ +{"uid":"22669e80c761df2d","name":"should handle clusterId, application and version for autosharding with cluster iD 1","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should handle clusterId, application and version for autosharding with cluster iD 1","historyId":"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283091,"stop":1726218283092,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"33d8bd66da1dcedb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/33d8bd66da1dcedb","status":"passed","time":{"start":1726218188592,"stop":1726218188593,"duration":1}},{"uid":"29032cfb5e36730d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29032cfb5e36730d","status":"passed","time":{"start":1726217441553,"stop":1726217441553,"duration":0}},{"uid":"bbd45b53ede387e8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bbd45b53ede387e8","status":"passed","time":{"start":1726217383217,"stop":1726217383217,"duration":0}}]},"tags":[]},"source":"22669e80c761df2d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/3e423d2df58e781d.json b/7434/data/test-cases/228046c05b3abe0e.json similarity index 75% rename from 7408/data/test-cases/3e423d2df58e781d.json rename to 7434/data/test-cases/228046c05b3abe0e.json index 7c87119bc23..c1c019f691a 100644 --- a/7408/data/test-cases/3e423d2df58e781d.json +++ b/7434/data/test-cases/228046c05b3abe0e.json @@ -1 +1 @@ -{"uid":"3e423d2df58e781d","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":1725578769137,"stop":1725578769139,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"1affa3baeaa9aff1","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1affa3baeaa9aff1","status":"passed","time":{"start":1725578314242,"stop":1725578314242,"duration":0}},{"uid":"5ec7d5c55b566d69","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/5ec7d5c55b566d69","status":"passed","time":{"start":1725577984659,"stop":1725577984660,"duration":1}},{"uid":"f4f10bfc06d60973","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f4f10bfc06d60973","status":"passed","time":{"start":1725577260959,"stop":1725577260959,"duration":0}},{"uid":"18886fb091748488","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/18886fb091748488","status":"passed","time":{"start":1725576902850,"stop":1725576902851,"duration":1}},{"uid":"e48d5cc0bca9aa12","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e48d5cc0bca9aa12","status":"passed","time":{"start":1725576855976,"stop":1725576855976,"duration":0}},{"uid":"be013bd196e1df4e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/be013bd196e1df4e","status":"passed","time":{"start":1725576438228,"stop":1725576438229,"duration":1}}]},"tags":[]},"source":"3e423d2df58e781d.json","parameterValues":[]} \ No newline at end of file +{"uid":"228046c05b3abe0e","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":1726218345025,"stop":1726218345026,"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":4,"unknown":0,"total":4},"items":[{"uid":"496376a4f0deaa5a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/496376a4f0deaa5a","status":"passed","time":{"start":1726218250218,"stop":1726218250220,"duration":2}},{"uid":"8fa845975c176d82","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8fa845975c176d82","status":"passed","time":{"start":1726217507037,"stop":1726217507038,"duration":1}},{"uid":"9ad7b6ed4b47a414","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9ad7b6ed4b47a414","status":"passed","time":{"start":1726217445600,"stop":1726217445601,"duration":1}}]},"tags":[]},"source":"228046c05b3abe0e.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/228d3f00c723b625.json b/7434/data/test-cases/228d3f00c723b625.json new file mode 100644 index 00000000000..68cfd7938b9 --- /dev/null +++ b/7434/data/test-cases/228d3f00c723b625.json @@ -0,0 +1 @@ +{"uid":"228d3f00c723b625","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/!/1","historyId":"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283097,"stop":1726218283098,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cbefdcbcfdef8439","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cbefdcbcfdef8439","status":"passed","time":{"start":1726218188598,"stop":1726218188598,"duration":0}},{"uid":"f3f809e51280ffb7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3f809e51280ffb7","status":"passed","time":{"start":1726217441560,"stop":1726217441560,"duration":0}},{"uid":"c9e58754d4cf28e9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c9e58754d4cf28e9","status":"passed","time":{"start":1726217383222,"stop":1726217383222,"duration":0}}]},"tags":[]},"source":"228d3f00c723b625.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d0d3022f1594b710.json b/7434/data/test-cases/22ed9590a9a5b255.json similarity index 75% rename from 7408/data/test-cases/d0d3022f1594b710.json rename to 7434/data/test-cases/22ed9590a9a5b255.json index d3c7adf2cba..119f7d41203 100644 --- a/7408/data/test-cases/d0d3022f1594b710.json +++ b/7434/data/test-cases/22ed9590a9a5b255.json @@ -1 +1 @@ -{"uid":"d0d3022f1594b710","name":"Default pageSize","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Default pageSize","historyId":"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579325582,"stop":1725579325583,"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":7,"unknown":0,"total":7},"items":[{"uid":"c6e7b24ce2944178","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/c6e7b24ce2944178","status":"passed","time":{"start":1725578854532,"stop":1725578854532,"duration":0}},{"uid":"2f939a078c2ca4da","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2f939a078c2ca4da","status":"passed","time":{"start":1725578529213,"stop":1725578529213,"duration":0}},{"uid":"90bab2a35a13f607","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/90bab2a35a13f607","status":"passed","time":{"start":1725577799399,"stop":1725577799400,"duration":1}},{"uid":"1ae05f0a3e3f6c0e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1ae05f0a3e3f6c0e","status":"passed","time":{"start":1725577459058,"stop":1725577459058,"duration":0}},{"uid":"6eccb81ff220d12a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/6eccb81ff220d12a","status":"passed","time":{"start":1725577412500,"stop":1725577412500,"duration":0}},{"uid":"242d0a67e0085cde","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/242d0a67e0085cde","status":"passed","time":{"start":1725576987693,"stop":1725576987693,"duration":0}}]},"tags":[]},"source":"d0d3022f1594b710.json","parameterValues":[]} \ No newline at end of file +{"uid":"22ed9590a9a5b255","name":"Default pageSize","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Default pageSize","historyId":"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218909196,"stop":1726218909196,"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":4,"unknown":0,"total":4},"items":[{"uid":"fb7b9f250681224d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fb7b9f250681224d","status":"passed","time":{"start":1726218818272,"stop":1726218818272,"duration":0}},{"uid":"df2f8c58c95060a5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df2f8c58c95060a5","status":"passed","time":{"start":1726218085663,"stop":1726218085664,"duration":1}},{"uid":"983de1f24e267f0b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/983de1f24e267f0b","status":"passed","time":{"start":1726217996430,"stop":1726217996431,"duration":1}}]},"tags":[]},"source":"22ed9590a9a5b255.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/dbe3656901669f7a.json b/7434/data/test-cases/2322ccece2a9d744.json similarity index 73% rename from 7408/data/test-cases/dbe3656901669f7a.json rename to 7434/data/test-cases/2322ccece2a9d744.json index 62582845660..b92fe7b86b0 100644 --- a/7408/data/test-cases/dbe3656901669f7a.json +++ b/7434/data/test-cases/2322ccece2a9d744.json @@ -1 +1 @@ -{"uid":"dbe3656901669f7a","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":1725578980011,"stop":1725578980011,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"dfc70a25da97cee6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/dfc70a25da97cee6","status":"passed","time":{"start":1725578503461,"stop":1725578503461,"duration":0}},{"uid":"2dce5563629cd185","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2dce5563629cd185","status":"passed","time":{"start":1725578194568,"stop":1725578194569,"duration":1}},{"uid":"59190f42b35f9857","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/59190f42b35f9857","status":"passed","time":{"start":1725577444917,"stop":1725577444918,"duration":1}},{"uid":"4fdaffbaa713ad41","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4fdaffbaa713ad41","status":"passed","time":{"start":1725577120612,"stop":1725577120613,"duration":1}},{"uid":"ac1fa05aa995a134","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/ac1fa05aa995a134","status":"passed","time":{"start":1725577071282,"stop":1725577071283,"duration":1}},{"uid":"6394a2f6bba43a66","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/6394a2f6bba43a66","status":"passed","time":{"start":1725576645500,"stop":1725576645500,"duration":0}}]},"tags":[]},"source":"dbe3656901669f7a.json","parameterValues":[]} \ No newline at end of file +{"uid":"2322ccece2a9d744","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":1726218563299,"stop":1726218563299,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"b1ac87b4d92ef3de","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b1ac87b4d92ef3de","status":"passed","time":{"start":1726218471438,"stop":1726218471438,"duration":0}},{"uid":"af5538879261d242","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af5538879261d242","status":"passed","time":{"start":1726217724226,"stop":1726217724227,"duration":1}},{"uid":"6e10592354984b98","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e10592354984b98","status":"passed","time":{"start":1726217656060,"stop":1726217656060,"duration":0}}]},"tags":[]},"source":"2322ccece2a9d744.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/cef4a380329e201d.json b/7434/data/test-cases/2328974317bda28d.json similarity index 64% rename from 7408/data/test-cases/cef4a380329e201d.json rename to 7434/data/test-cases/2328974317bda28d.json index 2917184d972..598dec430c0 100644 --- a/7408/data/test-cases/cef4a380329e201d.json +++ b/7434/data/test-cases/2328974317bda28d.json @@ -1 +1 @@ -{"uid":"cef4a380329e201d","name":"Query Generator sorting by timestamp while page direction is false","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Query Generator sorting by timestamp while page direction is false","historyId":"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579316931,"stop":1725579316932,"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":7,"unknown":0,"total":7},"items":[{"uid":"bf4f40b63119d874","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/bf4f40b63119d874","status":"passed","time":{"start":1725578853002,"stop":1725578853002,"duration":0}},{"uid":"54d2ddc756404d16","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/54d2ddc756404d16","status":"passed","time":{"start":1725578530268,"stop":1725578530268,"duration":0}},{"uid":"60fa813a0cf11bfb","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/60fa813a0cf11bfb","status":"passed","time":{"start":1725577786739,"stop":1725577786740,"duration":1}},{"uid":"796b78bd29686fa5","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/796b78bd29686fa5","status":"passed","time":{"start":1725577447970,"stop":1725577447970,"duration":0}},{"uid":"cf74e40a6ca966c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/cf74e40a6ca966c","status":"passed","time":{"start":1725577400513,"stop":1725577400513,"duration":0}},{"uid":"a3e931fc089b67b6","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a3e931fc089b67b6","status":"passed","time":{"start":1725576984759,"stop":1725576984759,"duration":0}}]},"tags":[]},"source":"cef4a380329e201d.json","parameterValues":[]} \ No newline at end of file +{"uid":"2328974317bda28d","name":"Query Generator sorting by timestamp while page direction is false","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Query Generator sorting by timestamp while page direction is false","historyId":"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218898753,"stop":1726218898753,"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":4,"unknown":0,"total":4},"items":[{"uid":"e7074d9071436764","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e7074d9071436764","status":"passed","time":{"start":1726218807210,"stop":1726218807210,"duration":0}},{"uid":"ffd4f21d818bc927","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ffd4f21d818bc927","status":"passed","time":{"start":1726218077539,"stop":1726218077540,"duration":1}},{"uid":"be2f505704a383d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/be2f505704a383d7","status":"passed","time":{"start":1726217979448,"stop":1726217979448,"duration":0}}]},"tags":[]},"source":"2328974317bda28d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a710d95be1a0f1da.json b/7434/data/test-cases/232cd0d147ba7ed9.json similarity index 97% rename from 7408/data/test-cases/a710d95be1a0f1da.json rename to 7434/data/test-cases/232cd0d147ba7ed9.json index 8ac330a0719..1add285e463 100644 --- a/7408/data/test-cases/a710d95be1a0f1da.json +++ b/7434/data/test-cases/232cd0d147ba7ed9.json @@ -1 +1 @@ -{"uid":"a710d95be1a0f1da","name":"random static sharding 4 - Cluster ID: 262, Shard ID: 646","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 4 - Cluster ID: 262, Shard ID: 646","historyId":"d282bde31681d967141c0e4708a1d8e0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579281351,"stop":1725579281351,"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":"a710d95be1a0f1da.json","parameterValues":[]} \ No newline at end of file +{"uid":"232cd0d147ba7ed9","name":"random static sharding 4 - Cluster ID: 886, Shard ID: 997","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 4 - Cluster ID: 886, Shard ID: 997","historyId":"eae010ba79fede5e1501c515d8ed8ede:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218863180,"stop":1726218863180,"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":"232cd0d147ba7ed9.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/117ee895e262c0de.json b/7434/data/test-cases/23815a0bdbb86387.json similarity index 60% rename from 7408/data/test-cases/117ee895e262c0de.json rename to 7434/data/test-cases/23815a0bdbb86387.json index cb248368b44..ad9974e9e3c 100644 --- a/7408/data/test-cases/117ee895e262c0de.json +++ b/7434/data/test-cases/23815a0bdbb86387.json @@ -1 +1 @@ -{"uid":"117ee895e262c0de","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":1725578833272,"stop":1725578833273,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"692fbeb513b2c691","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/692fbeb513b2c691","status":"passed","time":{"start":1725578383412,"stop":1725578383412,"duration":0}},{"uid":"faa0fb20a75d3321","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/faa0fb20a75d3321","status":"passed","time":{"start":1725578049897,"stop":1725578049897,"duration":0}},{"uid":"e72bcbb23541a1a0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e72bcbb23541a1a0","status":"passed","time":{"start":1725577334264,"stop":1725577334265,"duration":1}},{"uid":"fa4ab5ade8df76c0","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/fa4ab5ade8df76c0","status":"passed","time":{"start":1725576977264,"stop":1725576977264,"duration":0}},{"uid":"d416b5574f81d8b0","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d416b5574f81d8b0","status":"passed","time":{"start":1725576922755,"stop":1725576922757,"duration":2}},{"uid":"1130a32654a02438","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/1130a32654a02438","status":"passed","time":{"start":1725576508098,"stop":1725576508098,"duration":0}}]},"tags":[]},"source":"117ee895e262c0de.json","parameterValues":[]} \ No newline at end of file +{"uid":"23815a0bdbb86387","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":1726218410952,"stop":1726218410952,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"44413f8c69d6a186","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/44413f8c69d6a186","status":"passed","time":{"start":1726218315925,"stop":1726218315926,"duration":1}},{"uid":"acdbddd856132ef9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/acdbddd856132ef9","status":"passed","time":{"start":1726217577133,"stop":1726217577133,"duration":0}},{"uid":"80415a9623d7452c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/80415a9623d7452c","status":"passed","time":{"start":1726217509411,"stop":1726217509412,"duration":1}}]},"tags":[]},"source":"23815a0bdbb86387.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/2397007bcd832aa6.json b/7434/data/test-cases/2397007bcd832aa6.json new file mode 100644 index 00000000000..77f3cf5cd9b --- /dev/null +++ b/7434/data/test-cases/2397007bcd832aa6.json @@ -0,0 +1 @@ +{"uid":"2397007bcd832aa6","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":1726218879352,"stop":1726218879353,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b8c679955d85ce8d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b8c679955d85ce8d","status":"passed","time":{"start":1726218787588,"stop":1726218787589,"duration":1}},{"uid":"a1c68e210ca6256","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a1c68e210ca6256","status":"passed","time":{"start":1726218066302,"stop":1726218066302,"duration":0}},{"uid":"dd87f4694ba586e9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dd87f4694ba586e9","status":"passed","time":{"start":1726217965320,"stop":1726217965320,"duration":0}}]},"tags":[]},"source":"2397007bcd832aa6.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ce5f4c5679062e6a.json b/7434/data/test-cases/23b626892948c266.json similarity index 73% rename from 7408/data/test-cases/ce5f4c5679062e6a.json rename to 7434/data/test-cases/23b626892948c266.json index cff249d579b..cfc84f0bdc9 100644 --- a/7408/data/test-cases/ce5f4c5679062e6a.json +++ b/7434/data/test-cases/23b626892948c266.json @@ -1 +1 @@ -{"uid":"ce5f4c5679062e6a","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":1725578980010,"stop":1725578980011,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"20409a6c2b9b1206","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/20409a6c2b9b1206","status":"passed","time":{"start":1725578503460,"stop":1725578503461,"duration":1}},{"uid":"230a92c2eced5e50","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/230a92c2eced5e50","status":"passed","time":{"start":1725578194568,"stop":1725578194568,"duration":0}},{"uid":"13c025d0f16f09f3","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/13c025d0f16f09f3","status":"passed","time":{"start":1725577444917,"stop":1725577444917,"duration":0}},{"uid":"5eef3b7acaed705e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/5eef3b7acaed705e","status":"passed","time":{"start":1725577120611,"stop":1725577120612,"duration":1}},{"uid":"c14e356e9fd9c5f1","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c14e356e9fd9c5f1","status":"passed","time":{"start":1725577071281,"stop":1725577071282,"duration":1}},{"uid":"902ebce5e547af00","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/902ebce5e547af00","status":"passed","time":{"start":1725576645499,"stop":1725576645500,"duration":1}}]},"tags":[]},"source":"ce5f4c5679062e6a.json","parameterValues":[]} \ No newline at end of file +{"uid":"23b626892948c266","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":1726218563299,"stop":1726218563299,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"68f5d22291ebae2b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68f5d22291ebae2b","status":"passed","time":{"start":1726218471434,"stop":1726218471438,"duration":4}},{"uid":"7b1be8aea5389366","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b1be8aea5389366","status":"passed","time":{"start":1726217724224,"stop":1726217724224,"duration":0}},{"uid":"58d66dab69ec131f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/58d66dab69ec131f","status":"passed","time":{"start":1726217656059,"stop":1726217656060,"duration":1}}]},"tags":[]},"source":"23b626892948c266.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4d1807555d508629.json b/7434/data/test-cases/23d1d43cab0eb68e.json similarity index 93% rename from 7408/data/test-cases/4d1807555d508629.json rename to 7434/data/test-cases/23d1d43cab0eb68e.json index 4b6b4764047..a263b8d6e97 100644 --- a/7408/data/test-cases/4d1807555d508629.json +++ b/7434/data/test-cases/23d1d43cab0eb68e.json @@ -1 +1 @@ -{"uid":"4d1807555d508629","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":1725579187573,"stop":1725579187573,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"eb15e13452def30a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/eb15e13452def30a","status":"passed","time":{"start":1725578730892,"stop":1725578730892,"duration":0}},{"uid":"9c759f5a63de2925","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9c759f5a63de2925","status":"passed","time":{"start":1725578399096,"stop":1725578399096,"duration":0}},{"uid":"4aaae081e83cf9ca","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4aaae081e83cf9ca","status":"passed","time":{"start":1725577666265,"stop":1725577666266,"duration":1}},{"uid":"3aa1c391f3f470dc","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3aa1c391f3f470dc","status":"passed","time":{"start":1725577318872,"stop":1725577318872,"duration":0}},{"uid":"81aa7c0df08cd884","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/81aa7c0df08cd884","status":"passed","time":{"start":1725577277101,"stop":1725577277101,"duration":0}},{"uid":"110a3c39ade6af03","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/110a3c39ade6af03","status":"passed","time":{"start":1725576853152,"stop":1725576853152,"duration":0}}]},"tags":[]},"source":"4d1807555d508629.json","parameterValues":[]} \ No newline at end of file +{"uid":"23d1d43cab0eb68e","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":1726218778223,"stop":1726218778226,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2f608aa38f7345bf","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2f608aa38f7345bf","status":"passed","time":{"start":1726218673555,"stop":1726218673556,"duration":1}},{"uid":"eb443ba2252d774d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb443ba2252d774d","status":"passed","time":{"start":1726217946723,"stop":1726217946724,"duration":1}},{"uid":"e51a18879e01e27d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e51a18879e01e27d","status":"passed","time":{"start":1726217862779,"stop":1726217862779,"duration":0}}]},"tags":[]},"source":"23d1d43cab0eb68e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d6f859a2d4c07f48.json b/7434/data/test-cases/242792f42b933ae4.json similarity index 90% rename from 7408/data/test-cases/d6f859a2d4c07f48.json rename to 7434/data/test-cases/242792f42b933ae4.json index 81ed408ed94..66e28bb706c 100644 --- a/7408/data/test-cases/d6f859a2d4c07f48.json +++ b/7434/data/test-cases/242792f42b933ae4.json @@ -1 +1 @@ -{"uid":"d6f859a2d4c07f48","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":1725579219613,"stop":1725579219614,"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":7,"unknown":0,"total":7},"items":[{"uid":"f8e54fc1acb52547","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f8e54fc1acb52547","status":"passed","time":{"start":1725578761129,"stop":1725578761129,"duration":0}},{"uid":"ec2b3f4ad8f849f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ec2b3f4ad8f849f","status":"passed","time":{"start":1725578429984,"stop":1725578429984,"duration":0}},{"uid":"80c102a1e997c9f7","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/80c102a1e997c9f7","status":"passed","time":{"start":1725577692783,"stop":1725577692784,"duration":1}},{"uid":"735648c78e15ed27","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/735648c78e15ed27","status":"passed","time":{"start":1725577353960,"stop":1725577353961,"duration":1}},{"uid":"5e81ce1cd60dfad4","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/5e81ce1cd60dfad4","status":"passed","time":{"start":1725577301897,"stop":1725577301897,"duration":0}},{"uid":"3d7707b4f28ac529","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3d7707b4f28ac529","status":"passed","time":{"start":1725576895896,"stop":1725576895897,"duration":1}}]},"tags":[]},"source":"d6f859a2d4c07f48.json","parameterValues":[]} \ No newline at end of file +{"uid":"242792f42b933ae4","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":1726218806759,"stop":1726218806759,"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":4,"unknown":0,"total":4},"items":[{"uid":"af61f5104d355525","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/af61f5104d355525","status":"passed","time":{"start":1726218706741,"stop":1726218706741,"duration":0}},{"uid":"f110014bb68fc085","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f110014bb68fc085","status":"passed","time":{"start":1726217976604,"stop":1726217976606,"duration":2}},{"uid":"bc749b323cb91066","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bc749b323cb91066","status":"passed","time":{"start":1726217890296,"stop":1726217890296,"duration":0}}]},"tags":[]},"source":"242792f42b933ae4.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/242c022b987a776e.json b/7434/data/test-cases/242c022b987a776e.json new file mode 100644 index 00000000000..fc640733cbb --- /dev/null +++ b/7434/data/test-cases/242c022b987a776e.json @@ -0,0 +1 @@ +{"uid":"242c022b987a776e","name":"Waku message hash computation (message is IDecodedMessage)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (message is IDecodedMessage)","historyId":"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218285627,"stop":1726218285628,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"556414831cf3bf1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/556414831cf3bf1","status":"passed","time":{"start":1726218191033,"stop":1726218191033,"duration":0}},{"uid":"55bf81b09feac598","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55bf81b09feac598","status":"passed","time":{"start":1726217444068,"stop":1726217444069,"duration":1}},{"uid":"48ab4e82763ed31d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/48ab4e82763ed31d","status":"passed","time":{"start":1726217385915,"stop":1726217385915,"duration":0}}]},"tags":[]},"source":"242c022b987a776e.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/242f39cda045a6b5.json b/7434/data/test-cases/242f39cda045a6b5.json new file mode 100644 index 00000000000..991aa1053d6 --- /dev/null +++ b/7434/data/test-cases/242f39cda045a6b5.json @@ -0,0 +1 @@ +{"uid":"242f39cda045a6b5","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/22/sometopic/someencoding to shard index 2","historyId":"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283084,"stop":1726218283084,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a372071243be5d62","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a372071243be5d62","status":"passed","time":{"start":1726218188586,"stop":1726218188586,"duration":0}},{"uid":"1bb51afc11f50d7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1bb51afc11f50d7","status":"passed","time":{"start":1726217441545,"stop":1726217441546,"duration":1}},{"uid":"234d52ec7ab3a3cf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/234d52ec7ab3a3cf","status":"passed","time":{"start":1726217383208,"stop":1726217383209,"duration":1}}]},"tags":[]},"source":"242f39cda045a6b5.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/24b5bee9924ef036.json b/7434/data/test-cases/24b5bee9924ef036.json new file mode 100644 index 00000000000..3369134078a --- /dev/null +++ b/7434/data/test-cases/24b5bee9924ef036.json @@ -0,0 +1 @@ +{"uid":"24b5bee9924ef036","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":1726218316387,"stop":1726218316387,"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":4,"unknown":0,"total":4},"items":[{"uid":"21ebd2e7415fd2f9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/21ebd2e7415fd2f9","status":"passed","time":{"start":1726218221125,"stop":1726218221125,"duration":0}},{"uid":"3e3de8fe60b5e45a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3e3de8fe60b5e45a","status":"passed","time":{"start":1726217474514,"stop":1726217474514,"duration":0}},{"uid":"25895e84ffdfc73e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/25895e84ffdfc73e","status":"passed","time":{"start":1726217415842,"stop":1726217415842,"duration":0}}]},"tags":[]},"source":"24b5bee9924ef036.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/66dfc818ced2878f.json b/7434/data/test-cases/24f6afb249936f66.json similarity index 84% rename from 7408/data/test-cases/66dfc818ced2878f.json rename to 7434/data/test-cases/24f6afb249936f66.json index 0a25a79815a..38917afe96e 100644 --- a/7408/data/test-cases/66dfc818ced2878f.json +++ b/7434/data/test-cases/24f6afb249936f66.json @@ -1 +1 @@ -{"uid":"66dfc818ced2878f","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":1725579272785,"stop":1725579272786,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"613b2eab9e4551b3","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/613b2eab9e4551b3","status":"passed","time":{"start":1725578809262,"stop":1725578809263,"duration":1}},{"uid":"3c371616476dafd0","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3c371616476dafd0","status":"passed","time":{"start":1725578497029,"stop":1725578497029,"duration":0}},{"uid":"ebf90ce3a6854b93","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ebf90ce3a6854b93","status":"passed","time":{"start":1725577747304,"stop":1725577747305,"duration":1}},{"uid":"e97c7ef09ab75601","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e97c7ef09ab75601","status":"passed","time":{"start":1725577413203,"stop":1725577413206,"duration":3}},{"uid":"e9b4ee6b28ca2cb8","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e9b4ee6b28ca2cb8","status":"passed","time":{"start":1725577361998,"stop":1725577361998,"duration":0}},{"uid":"ca12eb6dd601b8dd","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ca12eb6dd601b8dd","status":"passed","time":{"start":1725576938359,"stop":1725576938359,"duration":0}}]},"tags":[]},"source":"66dfc818ced2878f.json","parameterValues":[]} \ No newline at end of file +{"uid":"24f6afb249936f66","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":1726218863011,"stop":1726218863011,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"90664283fde38de8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/90664283fde38de8","status":"passed","time":{"start":1726218781383,"stop":1726218781384,"duration":1}},{"uid":"569d2a07b0a33503","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/569d2a07b0a33503","status":"passed","time":{"start":1726218013699,"stop":1726218013700,"duration":1}},{"uid":"30e53cd1a5b7de2c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/30e53cd1a5b7de2c","status":"passed","time":{"start":1726217945332,"stop":1726217945332,"duration":0}}]},"tags":[]},"source":"24f6afb249936f66.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d21f9264abbb8fd1.json b/7434/data/test-cases/2501ff355c747cd5.json similarity index 92% rename from 7408/data/test-cases/d21f9264abbb8fd1.json rename to 7434/data/test-cases/2501ff355c747cd5.json index c301be06b9c..31d8c6014ef 100644 --- a/7408/data/test-cases/d21f9264abbb8fd1.json +++ b/7434/data/test-cases/2501ff355c747cd5.json @@ -1 +1 @@ -{"uid":"d21f9264abbb8fd1","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":1725579297995,"stop":1725579297996,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"22d878fe09a537ca","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/22d878fe09a537ca","status":"passed","time":{"start":1725578825368,"stop":1725578825369,"duration":1}},{"uid":"5dc7d3719c3ada37","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/5dc7d3719c3ada37","status":"passed","time":{"start":1725578517023,"stop":1725578517023,"duration":0}},{"uid":"97e38841e6ddc127","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/97e38841e6ddc127","status":"passed","time":{"start":1725577784964,"stop":1725577784964,"duration":0}},{"uid":"ea07c3916c076872","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/ea07c3916c076872","status":"passed","time":{"start":1725577433803,"stop":1725577433804,"duration":1}},{"uid":"32329f6c0aa21e9f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/32329f6c0aa21e9f","status":"passed","time":{"start":1725577392073,"stop":1725577392073,"duration":0}},{"uid":"7badb4ac42cb505e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/7badb4ac42cb505e","status":"passed","time":{"start":1725576971872,"stop":1725576971873,"duration":1}}]},"tags":[]},"source":"d21f9264abbb8fd1.json","parameterValues":[]} \ No newline at end of file +{"uid":"2501ff355c747cd5","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":1726218879374,"stop":1726218879376,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"55a72087c316fc9e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/55a72087c316fc9e","status":"passed","time":{"start":1726218787593,"stop":1726218787593,"duration":0}},{"uid":"a66bad0317669e01","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a66bad0317669e01","status":"passed","time":{"start":1726218066315,"stop":1726218066316,"duration":1}},{"uid":"fa8fd038ed1d9c07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fa8fd038ed1d9c07","status":"passed","time":{"start":1726217965348,"stop":1726217965349,"duration":1}}]},"tags":[]},"source":"2501ff355c747cd5.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/bcd7ed6a7048a2.json b/7434/data/test-cases/258484f6d68aaaf2.json similarity index 72% rename from 7408/data/test-cases/bcd7ed6a7048a2.json rename to 7434/data/test-cases/258484f6d68aaaf2.json index 7fd15ba32e5..cc2bc524594 100644 --- a/7408/data/test-cases/bcd7ed6a7048a2.json +++ b/7434/data/test-cases/258484f6d68aaaf2.json @@ -1 +1 @@ -{"uid":"bcd7ed6a7048a2","name":"Renews subscription after lossing a connection","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Renews subscription after lossing a connection","historyId":"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579297984,"stop":1725579297984,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"13403c361dfd0986","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/13403c361dfd0986","status":"passed","time":{"start":1725578825353,"stop":1725578825354,"duration":1}},{"uid":"b06f3fe3afceb91e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/b06f3fe3afceb91e","status":"passed","time":{"start":1725578517005,"stop":1725578517006,"duration":1}},{"uid":"2f7d0f54478f1ec","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2f7d0f54478f1ec","status":"passed","time":{"start":1725577784922,"stop":1725577784923,"duration":1}},{"uid":"97c982ad9a251cd6","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/97c982ad9a251cd6","status":"passed","time":{"start":1725577433786,"stop":1725577433787,"duration":1}},{"uid":"5686134610d4262","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/5686134610d4262","status":"passed","time":{"start":1725577392063,"stop":1725577392064,"duration":1}},{"uid":"31729793bcdedf55","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/31729793bcdedf55","status":"passed","time":{"start":1725576971849,"stop":1725576971850,"duration":1}}]},"tags":[]},"source":"bcd7ed6a7048a2.json","parameterValues":[]} \ No newline at end of file +{"uid":"258484f6d68aaaf2","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":1726218879289,"stop":1726218879289,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6c6ad603d5ac4329","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6c6ad603d5ac4329","status":"passed","time":{"start":1726218787573,"stop":1726218787573,"duration":0}},{"uid":"b6ab9ef98e88147b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b6ab9ef98e88147b","status":"passed","time":{"start":1726218066275,"stop":1726218066276,"duration":1}},{"uid":"329b443b028cc1f1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/329b443b028cc1f1","status":"passed","time":{"start":1726217965299,"stop":1726217965299,"duration":0}}]},"tags":[]},"source":"258484f6d68aaaf2.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/947059f3c71bbc57.json b/7434/data/test-cases/25876a1f6fc120b1.json similarity index 70% rename from 7408/data/test-cases/947059f3c71bbc57.json rename to 7434/data/test-cases/25876a1f6fc120b1.json index 2456ae9db0c..2bb03f75fca 100644 --- a/7408/data/test-cases/947059f3c71bbc57.json +++ b/7434/data/test-cases/25876a1f6fc120b1.json @@ -1 +1 @@ -{"uid":"947059f3c71bbc57","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","historyId":"f4c8e5196061be0338c5fe393aeb5daf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579102813,"stop":1725579102813,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"69cb64cb588bfdb9","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/69cb64cb588bfdb9","status":"passed","time":{"start":1725578664274,"stop":1725578664276,"duration":2}},{"uid":"78acc33bbc6bdd4a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/78acc33bbc6bdd4a","status":"passed","time":{"start":1725578314151,"stop":1725578314151,"duration":0}},{"uid":"dea639c18cd461b8","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/dea639c18cd461b8","status":"passed","time":{"start":1725577562989,"stop":1725577562990,"duration":1}},{"uid":"440c4b90d01c8a37","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/440c4b90d01c8a37","status":"passed","time":{"start":1725577209710,"stop":1725577209711,"duration":1}},{"uid":"4622acf46a9e83a9","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/4622acf46a9e83a9","status":"passed","time":{"start":1725577172587,"stop":1725577172587,"duration":0}},{"uid":"a2d2c4837f234947","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a2d2c4837f234947","status":"passed","time":{"start":1725576779746,"stop":1725576779746,"duration":0}}]},"tags":[]},"source":"947059f3c71bbc57.json","parameterValues":[]} \ No newline at end of file +{"uid":"25876a1f6fc120b1","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","historyId":"f4c8e5196061be0338c5fe393aeb5daf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218669778,"stop":1726218669779,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a34df3ba9d03bbe","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1a34df3ba9d03bbe","status":"passed","time":{"start":1726218612986,"stop":1726218612987,"duration":1}},{"uid":"851a5c816053d52","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/851a5c816053d52","status":"passed","time":{"start":1726217868255,"stop":1726217868256,"duration":1}},{"uid":"9a8137d422fe767","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9a8137d422fe767","status":"passed","time":{"start":1726217785180,"stop":1726217785181,"duration":1}}]},"tags":[]},"source":"25876a1f6fc120b1.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/266bb90f55b69b00.json b/7434/data/test-cases/266bb90f55b69b00.json new file mode 100644 index 00000000000..e48d74e16ed --- /dev/null +++ b/7434/data/test-cases/266bb90f55b69b00.json @@ -0,0 +1 @@ +{"uid":"266bb90f55b69b00","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":1726218863012,"stop":1726218863012,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"4ba343f9cbe4ff8b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ba343f9cbe4ff8b","status":"passed","time":{"start":1726218781384,"stop":1726218781386,"duration":2}},{"uid":"f31d496356106eef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f31d496356106eef","status":"passed","time":{"start":1726218013700,"stop":1726218013700,"duration":0}},{"uid":"47ca87ba55fcf4b0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/47ca87ba55fcf4b0","status":"passed","time":{"start":1726217945334,"stop":1726217945334,"duration":0}}]},"tags":[]},"source":"266bb90f55b69b00.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/274acc71bc983490.json b/7434/data/test-cases/274acc71bc983490.json new file mode 100644 index 00000000000..f494cd50008 --- /dev/null +++ b/7434/data/test-cases/274acc71bc983490.json @@ -0,0 +1 @@ +{"uid":"274acc71bc983490","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":1726218304291,"stop":1726218304292,"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":4,"unknown":0,"total":4},"items":[{"uid":"92bed04ff7a3ac5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/92bed04ff7a3ac5f","status":"passed","time":{"start":1726218209341,"stop":1726218209341,"duration":0}},{"uid":"3a2ac4e3859a9ff7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a2ac4e3859a9ff7","status":"passed","time":{"start":1726217462726,"stop":1726217462726,"duration":0}},{"uid":"79fd0a4bbc11142c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/79fd0a4bbc11142c","status":"passed","time":{"start":1726217404276,"stop":1726217404276,"duration":0}}]},"tags":[]},"source":"274acc71bc983490.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/64afe51c277638a1.json b/7434/data/test-cases/2754b1350fa4d8a8.json similarity index 59% rename from 7408/data/test-cases/64afe51c277638a1.json rename to 7434/data/test-cases/2754b1350fa4d8a8.json index f1c532538cb..b576f05a52d 100644 --- a/7408/data/test-cases/64afe51c277638a1.json +++ b/7434/data/test-cases/2754b1350fa4d8a8.json @@ -1 +1 @@ -{"uid":"64afe51c277638a1","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":1725578717746,"stop":1725578717746,"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":7,"unknown":0,"total":7},"items":[{"uid":"e7346edb39e2e9a0","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e7346edb39e2e9a0","status":"passed","time":{"start":1725578261165,"stop":1725578261165,"duration":0}},{"uid":"1796bdada226f5e3","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/1796bdada226f5e3","status":"passed","time":{"start":1725577933625,"stop":1725577933625,"duration":0}},{"uid":"fd1584c3677de2a8","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/fd1584c3677de2a8","status":"passed","time":{"start":1725577201141,"stop":1725577201141,"duration":0}},{"uid":"36f8035cef584ea3","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/36f8035cef584ea3","status":"passed","time":{"start":1725576847747,"stop":1725576847747,"duration":0}},{"uid":"15f22cbb08dd888d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/15f22cbb08dd888d","status":"passed","time":{"start":1725576800738,"stop":1725576800738,"duration":0}},{"uid":"c938606c3517acd3","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c938606c3517acd3","status":"passed","time":{"start":1725576382767,"stop":1725576382767,"duration":0}}]},"tags":[]},"source":"64afe51c277638a1.json","parameterValues":[]} \ No newline at end of file +{"uid":"2754b1350fa4d8a8","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":1726218291671,"stop":1726218291671,"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":4,"unknown":0,"total":4},"items":[{"uid":"6b50bcec817fb390","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6b50bcec817fb390","status":"passed","time":{"start":1726218197010,"stop":1726218197010,"duration":0}},{"uid":"237cae1f86bdbffa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/237cae1f86bdbffa","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"duration":0}},{"uid":"6c53ee0a1a603868","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6c53ee0a1a603868","status":"passed","time":{"start":1726217391860,"stop":1726217391860,"duration":0}}]},"tags":[]},"source":"2754b1350fa4d8a8.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a8b7287edfd8d48b.json b/7434/data/test-cases/278959b5c177d6e4.json similarity index 96% rename from 7408/data/test-cases/a8b7287edfd8d48b.json rename to 7434/data/test-cases/278959b5c177d6e4.json index c43475e56b0..b253b890a95 100644 --- a/7408/data/test-cases/a8b7287edfd8d48b.json +++ b/7434/data/test-cases/278959b5c177d6e4.json @@ -1 +1 @@ -{"uid":"a8b7287edfd8d48b","name":"Publish message with custom timestamp: Fri Sep 06 2024 00:33:13 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Fri Sep 06 2024 00:33:13 GMT+0000 (Coordinated Universal Time)","historyId":"6da1eafb73ed161756f9ad04905840d8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579219619,"stop":1725579219619,"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":"a8b7287edfd8d48b.json","parameterValues":[]} \ No newline at end of file +{"uid":"278959b5c177d6e4","name":"Publish message with custom timestamp: Fri Sep 13 2024 08:12:58 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Fri Sep 13 2024 08:12:58 GMT+0000 (Coordinated Universal Time)","historyId":"79c881da883a11589aa36daf8c434d50:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218806761,"stop":1726218806762,"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":"278959b5c177d6e4.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6343a925c5a8c390.json b/7434/data/test-cases/27902b6ce484cc0e.json similarity index 93% rename from 7408/data/test-cases/6343a925c5a8c390.json rename to 7434/data/test-cases/27902b6ce484cc0e.json index 04f5308c80d..5830cc9f9c2 100644 --- a/7408/data/test-cases/6343a925c5a8c390.json +++ b/7434/data/test-cases/27902b6ce484cc0e.json @@ -1 +1 @@ -{"uid":"6343a925c5a8c390","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":1725579187571,"stop":1725579187571,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"f43f405a95ab1ceb","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f43f405a95ab1ceb","status":"passed","time":{"start":1725578730890,"stop":1725578730890,"duration":0}},{"uid":"aa885822813005e5","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/aa885822813005e5","status":"passed","time":{"start":1725578399093,"stop":1725578399094,"duration":1}},{"uid":"5ebdeb0a1a98e12a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5ebdeb0a1a98e12a","status":"passed","time":{"start":1725577666264,"stop":1725577666264,"duration":0}},{"uid":"94b777458e3a7cf0","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/94b777458e3a7cf0","status":"passed","time":{"start":1725577318870,"stop":1725577318870,"duration":0}},{"uid":"992d83dd3daf6e82","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/992d83dd3daf6e82","status":"passed","time":{"start":1725577277098,"stop":1725577277099,"duration":1}},{"uid":"da5b607835225066","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/da5b607835225066","status":"passed","time":{"start":1725576853148,"stop":1725576853150,"duration":2}}]},"tags":[]},"source":"6343a925c5a8c390.json","parameterValues":[]} \ No newline at end of file +{"uid":"27902b6ce484cc0e","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":1726218778197,"stop":1726218778197,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"8be57116e5cdccb3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8be57116e5cdccb3","status":"passed","time":{"start":1726218673551,"stop":1726218673551,"duration":0}},{"uid":"1915a37224b4eead","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1915a37224b4eead","status":"passed","time":{"start":1726217946721,"stop":1726217946721,"duration":0}},{"uid":"623d30565ba630dc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/623d30565ba630dc","status":"passed","time":{"start":1726217862775,"stop":1726217862775,"duration":0}}]},"tags":[]},"source":"27902b6ce484cc0e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/70873c9f179fcb6e.json b/7434/data/test-cases/27a8bb0444abdbab.json similarity index 64% rename from 7408/data/test-cases/70873c9f179fcb6e.json rename to 7434/data/test-cases/27a8bb0444abdbab.json index f9b788effd9..3e1d9847c86 100644 --- a/7408/data/test-cases/70873c9f179fcb6e.json +++ b/7434/data/test-cases/27a8bb0444abdbab.json @@ -1 +1 @@ -{"uid":"70873c9f179fcb6e","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":1725579337066,"stop":1725579337066,"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":7,"unknown":0,"total":7},"items":[{"uid":"1652b0cc32d66d82","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1652b0cc32d66d82","status":"passed","time":{"start":1725578873502,"stop":1725578873503,"duration":1}},{"uid":"4004de1a70fd0343","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4004de1a70fd0343","status":"passed","time":{"start":1725578550475,"stop":1725578550475,"duration":0}},{"uid":"36287ee2a47af80b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/36287ee2a47af80b","status":"passed","time":{"start":1725577813069,"stop":1725577813069,"duration":0}},{"uid":"89f3b1f97b793ddb","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/89f3b1f97b793ddb","status":"passed","time":{"start":1725577474647,"stop":1725577474647,"duration":0}},{"uid":"b02b18fb315b63ad","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b02b18fb315b63ad","status":"passed","time":{"start":1725577421365,"stop":1725577421365,"duration":0}},{"uid":"4341f094fcf672e9","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4341f094fcf672e9","status":"passed","time":{"start":1725577003651,"stop":1725577003651,"duration":0}}]},"tags":[]},"source":"70873c9f179fcb6e.json","parameterValues":[]} \ No newline at end of file +{"uid":"27a8bb0444abdbab","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":1726218926397,"stop":1726218926397,"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":4,"unknown":0,"total":4},"items":[{"uid":"b568871db81458f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b568871db81458f8","status":"passed","time":{"start":1726218833198,"stop":1726218833199,"duration":1}},{"uid":"81a6e7263f2db1a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/81a6e7263f2db1a4","status":"passed","time":{"start":1726218095393,"stop":1726218095394,"duration":1}},{"uid":"7cf0231cf2274644","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7cf0231cf2274644","status":"passed","time":{"start":1726218006962,"stop":1726218006962,"duration":0}}]},"tags":[]},"source":"27a8bb0444abdbab.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/2a570414453cdc0d.json b/7434/data/test-cases/2807c4e1554d3f47.json similarity index 89% rename from 7408/data/test-cases/2a570414453cdc0d.json rename to 7434/data/test-cases/2807c4e1554d3f47.json index 22036cefffe..1b9400e454b 100644 --- a/7408/data/test-cases/2a570414453cdc0d.json +++ b/7434/data/test-cases/2807c4e1554d3f47.json @@ -1 +1 @@ -{"uid":"2a570414453cdc0d","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":1725579272793,"stop":1725579272794,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"941069a3ab991f8e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/941069a3ab991f8e","status":"passed","time":{"start":1725578809270,"stop":1725578809270,"duration":0}},{"uid":"a33fe4c54b484d9f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a33fe4c54b484d9f","status":"passed","time":{"start":1725578497045,"stop":1725578497046,"duration":1}},{"uid":"28b1891810a708ee","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/28b1891810a708ee","status":"passed","time":{"start":1725577747312,"stop":1725577747312,"duration":0}},{"uid":"83b8a0b9e37602b5","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/83b8a0b9e37602b5","status":"passed","time":{"start":1725577413225,"stop":1725577413225,"duration":0}},{"uid":"ec35a4f9d0941f1c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/ec35a4f9d0941f1c","status":"passed","time":{"start":1725577362003,"stop":1725577362003,"duration":0}},{"uid":"9fd60dfe933b951","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/9fd60dfe933b951","status":"passed","time":{"start":1725576938393,"stop":1725576938394,"duration":1}}]},"tags":[]},"source":"2a570414453cdc0d.json","parameterValues":[]} \ No newline at end of file +{"uid":"2807c4e1554d3f47","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":1726218862995,"stop":1726218862996,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"f3b9afd9f60bc032","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f3b9afd9f60bc032","status":"passed","time":{"start":1726218781378,"stop":1726218781378,"duration":0}},{"uid":"8ca8dd69249fc3f5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8ca8dd69249fc3f5","status":"passed","time":{"start":1726218013693,"stop":1726218013693,"duration":0}},{"uid":"3c32e834a4a3cfa5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3c32e834a4a3cfa5","status":"passed","time":{"start":1726217945327,"stop":1726217945327,"duration":0}}]},"tags":[]},"source":"2807c4e1554d3f47.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/2843883ccff0aec7.json b/7434/data/test-cases/2843883ccff0aec7.json new file mode 100644 index 00000000000..6fe3f55c8b8 --- /dev/null +++ b/7434/data/test-cases/2843883ccff0aec7.json @@ -0,0 +1 @@ +{"uid":"2843883ccff0aec7","name":"should handle clusterId, application and version for autosharding with cluster iD 6","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should handle clusterId, application and version for autosharding with cluster iD 6","historyId":"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283092,"stop":1726218283092,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca06c6a83b692e35","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca06c6a83b692e35","status":"passed","time":{"start":1726218188593,"stop":1726218188593,"duration":0}},{"uid":"15bf405d74da5c22","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15bf405d74da5c22","status":"passed","time":{"start":1726217441553,"stop":1726217441554,"duration":1}},{"uid":"34fa2e9b3ae8112c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/34fa2e9b3ae8112c","status":"passed","time":{"start":1726217383217,"stop":1726217383218,"duration":1}}]},"tags":[]},"source":"2843883ccff0aec7.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/29165dffa2534375.json b/7434/data/test-cases/29165dffa2534375.json new file mode 100644 index 00000000000..3e785475a09 --- /dev/null +++ b/7434/data/test-cases/29165dffa2534375.json @@ -0,0 +1 @@ +{"uid":"29165dffa2534375","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/y","historyId":"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283096,"stop":1726218283097,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cebcde8eb640a4d4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cebcde8eb640a4d4","status":"passed","time":{"start":1726218188597,"stop":1726218188597,"duration":0}},{"uid":"2ea281db3267af3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ea281db3267af3c","status":"passed","time":{"start":1726217441559,"stop":1726217441559,"duration":0}},{"uid":"ecb8c3f1bdc526fa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ecb8c3f1bdc526fa","status":"passed","time":{"start":1726217383221,"stop":1726217383221,"duration":0}}]},"tags":[]},"source":"29165dffa2534375.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/29e401b857c4dab5.json b/7434/data/test-cases/29e401b857c4dab5.json new file mode 100644 index 00000000000..685bd25e3d4 --- /dev/null +++ b/7434/data/test-cases/29e401b857c4dab5.json @@ -0,0 +1 @@ +{"uid":"29e401b857c4dab5","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":1726218291663,"stop":1726218291664,"duration":1},"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":4,"unknown":0,"total":4},"items":[{"uid":"2d7005be79bbf6c7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2d7005be79bbf6c7","status":"passed","time":{"start":1726218197005,"stop":1726218197005,"duration":0}},{"uid":"e15aca594ff4cbfb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e15aca594ff4cbfb","status":"passed","time":{"start":1726217450199,"stop":1726217450203,"duration":4}},{"uid":"e06eb17cfb17c96c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e06eb17cfb17c96c","status":"passed","time":{"start":1726217391851,"stop":1726217391855,"duration":4}}]},"tags":[]},"source":"29e401b857c4dab5.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/29e8574724d47747.json b/7434/data/test-cases/29e8574724d47747.json new file mode 100644 index 00000000000..fe7bd392883 --- /dev/null +++ b/7434/data/test-cases/29e8574724d47747.json @@ -0,0 +1 @@ +{"uid":"29e8574724d47747","name":"should handle clusterId, application and version for autosharding with cluster iD 0","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should handle clusterId, application and version for autosharding with cluster iD 0","historyId":"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283091,"stop":1726218283091,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3fcc822533576088","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3fcc822533576088","status":"passed","time":{"start":1726218188592,"stop":1726218188592,"duration":0}},{"uid":"afefb99825cc86c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/afefb99825cc86c","status":"passed","time":{"start":1726217441553,"stop":1726217441553,"duration":0}},{"uid":"b3d7e6ad3744b2c4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b3d7e6ad3744b2c4","status":"passed","time":{"start":1726217383217,"stop":1726217383217,"duration":0}}]},"tags":[]},"source":"29e8574724d47747.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c49ab38eb66a6ca0.json b/7434/data/test-cases/29ed9c662df66fd5.json similarity index 92% rename from 7408/data/test-cases/c49ab38eb66a6ca0.json rename to 7434/data/test-cases/29ed9c662df66fd5.json index 839fdec81f9..2c2dcd65ff5 100644 --- a/7408/data/test-cases/c49ab38eb66a6ca0.json +++ b/7434/data/test-cases/29ed9c662df66fd5.json @@ -1 +1 @@ -{"uid":"c49ab38eb66a6ca0","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":1725579297957,"stop":1725579297957,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"8c2c721ce93e0af4","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8c2c721ce93e0af4","status":"passed","time":{"start":1725578825343,"stop":1725578825344,"duration":1}},{"uid":"25872299388e6f1e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/25872299388e6f1e","status":"passed","time":{"start":1725578516972,"stop":1725578516973,"duration":1}},{"uid":"e6c9db62b6e26447","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e6c9db62b6e26447","status":"passed","time":{"start":1725577784898,"stop":1725577784899,"duration":1}},{"uid":"41f3f9947003200e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/41f3f9947003200e","status":"passed","time":{"start":1725577433744,"stop":1725577433744,"duration":0}},{"uid":"b84ca01431ed738f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b84ca01431ed738f","status":"passed","time":{"start":1725577392040,"stop":1725577392040,"duration":0}},{"uid":"a29e277d7a6da99d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a29e277d7a6da99d","status":"passed","time":{"start":1725576971822,"stop":1725576971823,"duration":1}}]},"tags":[]},"source":"c49ab38eb66a6ca0.json","parameterValues":[]} \ No newline at end of file +{"uid":"29ed9c662df66fd5","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":1726218879288,"stop":1726218879288,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a8942c01536346d8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a8942c01536346d8","status":"passed","time":{"start":1726218787572,"stop":1726218787573,"duration":1}},{"uid":"846f49de92e30ab6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/846f49de92e30ab6","status":"passed","time":{"start":1726218066275,"stop":1726218066275,"duration":0}},{"uid":"c3cc7a7f1a50d5d0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c3cc7a7f1a50d5d0","status":"passed","time":{"start":1726217965298,"stop":1726217965298,"duration":0}}]},"tags":[]},"source":"29ed9c662df66fd5.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/2a078604bad514a4.json b/7434/data/test-cases/2a078604bad514a4.json new file mode 100644 index 00000000000..7f22eedc32c --- /dev/null +++ b/7434/data/test-cases/2a078604bad514a4.json @@ -0,0 +1 @@ +{"uid":"2a078604bad514a4","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":1726218296783,"stop":1726218296783,"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":4,"unknown":0,"total":4},"items":[{"uid":"4bce17b6a1ab4605","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4bce17b6a1ab4605","status":"passed","time":{"start":1726218201910,"stop":1726218201910,"duration":0}},{"uid":"6097e5c0161a8220","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6097e5c0161a8220","status":"passed","time":{"start":1726217455150,"stop":1726217455151,"duration":1}},{"uid":"8c3fad061c7ba820","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c3fad061c7ba820","status":"passed","time":{"start":1726217396839,"stop":1726217396839,"duration":0}}]},"tags":[]},"source":"2a078604bad514a4.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/efcfd63d037f20af.json b/7434/data/test-cases/2a0ae478e5b2ba92.json similarity index 62% rename from 7408/data/test-cases/efcfd63d037f20af.json rename to 7434/data/test-cases/2a0ae478e5b2ba92.json index 4b8dc33c007..7a680929add 100644 --- a/7408/data/test-cases/efcfd63d037f20af.json +++ b/7434/data/test-cases/2a0ae478e5b2ba92.json @@ -1 +1 @@ -{"uid":"efcfd63d037f20af","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":1725578821024,"stop":1725578821025,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"fe4f0c26d8e3079","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/fe4f0c26d8e3079","status":"passed","time":{"start":1725578364016,"stop":1725578364016,"duration":0}},{"uid":"e9844f9119a73c2f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/e9844f9119a73c2f","status":"passed","time":{"start":1725578036033,"stop":1725578036034,"duration":1}},{"uid":"34f880b9be8b5ee6","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/34f880b9be8b5ee6","status":"passed","time":{"start":1725577305062,"stop":1725577305062,"duration":0}},{"uid":"9535faf86dbbabc","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9535faf86dbbabc","status":"passed","time":{"start":1725576952663,"stop":1725576952663,"duration":0}},{"uid":"63c093782cc08249","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/63c093782cc08249","status":"passed","time":{"start":1725576905954,"stop":1725576905954,"duration":0}},{"uid":"4ae140ff494b260","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4ae140ff494b260","status":"passed","time":{"start":1725576488225,"stop":1725576488226,"duration":1}}]},"tags":[]},"source":"efcfd63d037f20af.json","parameterValues":[]} \ No newline at end of file +{"uid":"2a0ae478e5b2ba92","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":1726218397742,"stop":1726218397742,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"5899c299d2fede6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5899c299d2fede6","status":"passed","time":{"start":1726218303230,"stop":1726218303231,"duration":1}},{"uid":"7098c8b91bda3298","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7098c8b91bda3298","status":"passed","time":{"start":1726217551916,"stop":1726217551920,"duration":4}},{"uid":"3749f320be3c6f19","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3749f320be3c6f19","status":"passed","time":{"start":1726217494760,"stop":1726217494760,"duration":0}}]},"tags":[]},"source":"2a0ae478e5b2ba92.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/7b42a07b10c5f025.json b/7434/data/test-cases/2a4880a37eabc43a.json similarity index 78% rename from 7408/data/test-cases/7b42a07b10c5f025.json rename to 7434/data/test-cases/2a4880a37eabc43a.json index 278bcf921ca..73f12e7c96d 100644 --- a/7408/data/test-cases/7b42a07b10c5f025.json +++ b/7434/data/test-cases/2a4880a37eabc43a.json @@ -1 +1 @@ -{"uid":"7b42a07b10c5f025","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":1725578943246,"stop":1725578943246,"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":7,"unknown":0,"total":7},"items":[{"uid":"542813be41efdcc6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/542813be41efdcc6","status":"passed","time":{"start":1725578482155,"stop":1725578482156,"duration":1}},{"uid":"4dea38b2c7507c2a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4dea38b2c7507c2a","status":"passed","time":{"start":1725578156643,"stop":1725578156644,"duration":1}},{"uid":"ed407e0003482c2e","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ed407e0003482c2e","status":"passed","time":{"start":1725577429913,"stop":1725577429913,"duration":0}},{"uid":"f2720f10511e9e06","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f2720f10511e9e06","status":"passed","time":{"start":1725577060115,"stop":1725577060115,"duration":0}},{"uid":"aa1ac09a50cafc53","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/aa1ac09a50cafc53","status":"passed","time":{"start":1725577040655,"stop":1725577040656,"duration":1}},{"uid":"7b6a310f1ff62ad8","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/7b6a310f1ff62ad8","status":"passed","time":{"start":1725576604953,"stop":1725576604953,"duration":0}}]},"tags":[]},"source":"7b42a07b10c5f025.json","parameterValues":[]} \ No newline at end of file +{"uid":"2a4880a37eabc43a","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":1726218523012,"stop":1726218523013,"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":4,"unknown":0,"total":4},"items":[{"uid":"a0c76727cd367443","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0c76727cd367443","status":"passed","time":{"start":1726218422895,"stop":1726218422895,"duration":0}},{"uid":"bf822a9f7fd0d0a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bf822a9f7fd0d0a4","status":"passed","time":{"start":1726217687417,"stop":1726217687417,"duration":0}},{"uid":"faf32eebe3ac2c5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/faf32eebe3ac2c5","status":"passed","time":{"start":1726217604481,"stop":1726217604482,"duration":1}}]},"tags":[]},"source":"2a4880a37eabc43a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f7d0f9eed4e8c877.json b/7434/data/test-cases/2ab6b3c7a9eaa6be.json similarity index 91% rename from 7408/data/test-cases/f7d0f9eed4e8c877.json rename to 7434/data/test-cases/2ab6b3c7a9eaa6be.json index ed0bedd5599..54c4ce31374 100644 --- a/7408/data/test-cases/f7d0f9eed4e8c877.json +++ b/7434/data/test-cases/2ab6b3c7a9eaa6be.json @@ -1 +1 @@ -{"uid":"f7d0f9eed4e8c877","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":1725579181258,"stop":1725579181258,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"608c9f4940c202be","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/608c9f4940c202be","status":"passed","time":{"start":1725578712617,"stop":1725578712617,"duration":0}},{"uid":"8ff49ec6c9ea0b9b","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8ff49ec6c9ea0b9b","status":"passed","time":{"start":1725578380223,"stop":1725578380224,"duration":1}},{"uid":"d9d524e38f0b2b06","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d9d524e38f0b2b06","status":"passed","time":{"start":1725577661458,"stop":1725577661458,"duration":0}},{"uid":"8f43ec615dc60064","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/8f43ec615dc60064","status":"passed","time":{"start":1725577308301,"stop":1725577308301,"duration":0}},{"uid":"2f830a90bc907ff6","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2f830a90bc907ff6","status":"passed","time":{"start":1725577255370,"stop":1725577255371,"duration":1}},{"uid":"f9e65d76f0d69797","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f9e65d76f0d69797","status":"passed","time":{"start":1725576839395,"stop":1725576839396,"duration":1}}]},"tags":[]},"source":"f7d0f9eed4e8c877.json","parameterValues":[]} \ No newline at end of file +{"uid":"2ab6b3c7a9eaa6be","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":1726218764105,"stop":1726218764106,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"1c47469154557946","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c47469154557946","status":"passed","time":{"start":1726218659020,"stop":1726218659020,"duration":0}},{"uid":"1d87b66ed1f7f3d1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d87b66ed1f7f3d1","status":"passed","time":{"start":1726217924752,"stop":1726217924752,"duration":0}},{"uid":"8023eebb9456ba5e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8023eebb9456ba5e","status":"passed","time":{"start":1726217840543,"stop":1726217840543,"duration":0}}]},"tags":[]},"source":"2ab6b3c7a9eaa6be.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f0a944dfb342bf68.json b/7434/data/test-cases/2ad5928be6e6b407.json similarity index 95% rename from 7408/data/test-cases/f0a944dfb342bf68.json rename to 7434/data/test-cases/2ad5928be6e6b407.json index d9ab3826f68..5572961edec 100644 --- a/7408/data/test-cases/f0a944dfb342bf68.json +++ b/7434/data/test-cases/2ad5928be6e6b407.json @@ -1 +1 @@ -{"uid":"f0a944dfb342bf68","name":"Push message with custom timestamp: 1725582597911","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1725582597911","historyId":"41aa4812acf4ee455bcc664fe9ebaea6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579187583,"stop":1725579187583,"duration":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":"f0a944dfb342bf68.json","parameterValues":[]} \ No newline at end of file +{"uid":"2ad5928be6e6b407","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":1726218778231,"stop":1726218778232,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"38336494d1cf3696","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/38336494d1cf3696","status":"passed","time":{"start":1726218673557,"stop":1726218673557,"duration":0}},{"uid":"4484ab6bc79d4a9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4484ab6bc79d4a9a","status":"passed","time":{"start":1726217946725,"stop":1726217946728,"duration":3}},{"uid":"85e53e783c9e1f27","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85e53e783c9e1f27","status":"passed","time":{"start":1726217862781,"stop":1726217862782,"duration":1}}]},"tags":[]},"source":"2ad5928be6e6b407.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/cdefc9707456dc9d.json b/7434/data/test-cases/2bbc30f1861c5a1f.json similarity index 66% rename from 7408/data/test-cases/cdefc9707456dc9d.json rename to 7434/data/test-cases/2bbc30f1861c5a1f.json index fc1e4a64b33..64e48dddabd 100644 --- a/7408/data/test-cases/cdefc9707456dc9d.json +++ b/7434/data/test-cases/2bbc30f1861c5a1f.json @@ -1 +1 @@ -{"uid":"cdefc9707456dc9d","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":1725578833278,"stop":1725578833278,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"7fc6df4297fa2fac","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/7fc6df4297fa2fac","status":"passed","time":{"start":1725578383419,"stop":1725578383424,"duration":5}},{"uid":"ee40a5ac258b6322","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ee40a5ac258b6322","status":"passed","time":{"start":1725578049901,"stop":1725578049901,"duration":0}},{"uid":"eda4e019e86a05ab","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/eda4e019e86a05ab","status":"passed","time":{"start":1725577334276,"stop":1725577334278,"duration":2}},{"uid":"a66693e2c8f738d8","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a66693e2c8f738d8","status":"passed","time":{"start":1725576977277,"stop":1725576977277,"duration":0}},{"uid":"742c4120cea926a3","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/742c4120cea926a3","status":"passed","time":{"start":1725576922779,"stop":1725576922786,"duration":7}},{"uid":"ebddf698f727e48c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ebddf698f727e48c","status":"passed","time":{"start":1725576508101,"stop":1725576508104,"duration":3}}]},"tags":[]},"source":"cdefc9707456dc9d.json","parameterValues":[]} \ No newline at end of file +{"uid":"2bbc30f1861c5a1f","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":1726218410957,"stop":1726218410957,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"a88179589dad5ff5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a88179589dad5ff5","status":"passed","time":{"start":1726218315931,"stop":1726218315931,"duration":0}},{"uid":"1fe906bfbb24e70","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1fe906bfbb24e70","status":"passed","time":{"start":1726217577153,"stop":1726217577155,"duration":2}},{"uid":"e983aa763507345","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e983aa763507345","status":"passed","time":{"start":1726217509424,"stop":1726217509424,"duration":0}}]},"tags":[]},"source":"2bbc30f1861c5a1f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f798f67d6d1f6c20.json b/7434/data/test-cases/2bdeae87aeaeba31.json similarity index 72% rename from 7408/data/test-cases/f798f67d6d1f6c20.json rename to 7434/data/test-cases/2bdeae87aeaeba31.json index baf060f9f52..fb2c4e43de1 100644 --- a/7408/data/test-cases/f798f67d6d1f6c20.json +++ b/7434/data/test-cases/2bdeae87aeaeba31.json @@ -1 +1 @@ -{"uid":"f798f67d6d1f6c20","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":1725578809892,"stop":1725578809892,"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":7,"unknown":0,"total":7},"items":[{"uid":"56d694eb422e552f","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/56d694eb422e552f","status":"passed","time":{"start":1725578356616,"stop":1725578356616,"duration":0}},{"uid":"de0d42dcdfca2176","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/de0d42dcdfca2176","status":"passed","time":{"start":1725578030107,"stop":1725578030107,"duration":0}},{"uid":"5c32e0f7ab5e8bd1","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5c32e0f7ab5e8bd1","status":"passed","time":{"start":1725577295958,"stop":1725577295959,"duration":1}},{"uid":"e25c4b99868da071","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e25c4b99868da071","status":"passed","time":{"start":1725576945372,"stop":1725576945373,"duration":1}},{"uid":"19bd7651335b80b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/19bd7651335b80b","status":"passed","time":{"start":1725576894155,"stop":1725576894156,"duration":1}},{"uid":"f38b418ea0ce870a","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f38b418ea0ce870a","status":"passed","time":{"start":1725576479471,"stop":1725576479472,"duration":1}}]},"tags":[]},"source":"f798f67d6d1f6c20.json","parameterValues":[]} \ No newline at end of file +{"uid":"2bdeae87aeaeba31","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":1726218382074,"stop":1726218382075,"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":4,"unknown":0,"total":4},"items":[{"uid":"bf6f686611f2a4ee","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf6f686611f2a4ee","status":"passed","time":{"start":1726218287812,"stop":1726218287812,"duration":0}},{"uid":"205b7a3bfc944527","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/205b7a3bfc944527","status":"passed","time":{"start":1726217549448,"stop":1726217549449,"duration":1}},{"uid":"a686222f66d1a0b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a686222f66d1a0b5","status":"passed","time":{"start":1726217491286,"stop":1726217491286,"duration":0}}]},"tags":[]},"source":"2bdeae87aeaeba31.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c387e156c81958e1.json b/7434/data/test-cases/2c17fa7af210c2ed.json similarity index 76% rename from 7408/data/test-cases/c387e156c81958e1.json rename to 7434/data/test-cases/2c17fa7af210c2ed.json index 6752058899f..f7186a3074a 100644 --- a/7408/data/test-cases/c387e156c81958e1.json +++ b/7434/data/test-cases/2c17fa7af210c2ed.json @@ -1 +1 @@ -{"uid":"c387e156c81958e1","name":"stop","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > stop","historyId":"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578799990,"stop":1725578799998,"duration":8},"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":7,"unknown":0,"total":7},"items":[{"uid":"265968a63f9db6b4","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/265968a63f9db6b4","status":"passed","time":{"start":1725578342929,"stop":1725578342930,"duration":1}},{"uid":"e8523a6b6e365aad","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/e8523a6b6e365aad","status":"passed","time":{"start":1725578015555,"stop":1725578015556,"duration":1}},{"uid":"6b78d7bb4f0e0920","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6b78d7bb4f0e0920","status":"passed","time":{"start":1725577283444,"stop":1725577283444,"duration":0}},{"uid":"b3d56abd8e34a5ec","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b3d56abd8e34a5ec","status":"passed","time":{"start":1725576930404,"stop":1725576930404,"duration":0}},{"uid":"9024797ebd729c64","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/9024797ebd729c64","status":"passed","time":{"start":1725576882312,"stop":1725576882313,"duration":1}},{"uid":"fa34f777c0b37288","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/fa34f777c0b37288","status":"passed","time":{"start":1725576465591,"stop":1725576465591,"duration":0}}]},"tags":[]},"source":"c387e156c81958e1.json","parameterValues":[]} \ No newline at end of file +{"uid":"2c17fa7af210c2ed","name":"stop","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > stop","historyId":"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218375495,"stop":1726218375495,"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":4,"unknown":0,"total":4},"items":[{"uid":"e06747fa9baa816a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e06747fa9baa816a","status":"passed","time":{"start":1726218279695,"stop":1726218279705,"duration":10}},{"uid":"c90efd07154d8cdd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c90efd07154d8cdd","status":"passed","time":{"start":1726217533048,"stop":1726217533049,"duration":1}},{"uid":"1f40670a239a2825","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f40670a239a2825","status":"passed","time":{"start":1726217474967,"stop":1726217474967,"duration":0}}]},"tags":[]},"source":"2c17fa7af210c2ed.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/2834af7ef283270a.json b/7434/data/test-cases/2c31a301adb48fd0.json similarity index 91% rename from 7408/data/test-cases/2834af7ef283270a.json rename to 7434/data/test-cases/2c31a301adb48fd0.json index ac259aa3f7b..6a46d05c21b 100644 --- a/7408/data/test-cases/2834af7ef283270a.json +++ b/7434/data/test-cases/2c31a301adb48fd0.json @@ -1 +1 @@ -{"uid":"2834af7ef283270a","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":1725578970786,"stop":1725578970786,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"e503b53c87ece612","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e503b53c87ece612","status":"passed","time":{"start":1725578514090,"stop":1725578514091,"duration":1}},{"uid":"ee080ac3a4e15a96","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ee080ac3a4e15a96","status":"passed","time":{"start":1725578193136,"stop":1725578193136,"duration":0}},{"uid":"d5c8a40937fc8be4","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d5c8a40937fc8be4","status":"passed","time":{"start":1725577453224,"stop":1725577453225,"duration":1}},{"uid":"39d4b7295c8270c5","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/39d4b7295c8270c5","status":"passed","time":{"start":1725577097747,"stop":1725577097748,"duration":1}},{"uid":"f595bc2dd6d72ec2","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f595bc2dd6d72ec2","status":"passed","time":{"start":1725577056974,"stop":1725577056974,"duration":0}},{"uid":"5fd08d0592d6ae1","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5fd08d0592d6ae1","status":"passed","time":{"start":1725576643980,"stop":1725576643980,"duration":0}}]},"tags":[]},"source":"2834af7ef283270a.json","parameterValues":[]} \ No newline at end of file +{"uid":"2c31a301adb48fd0","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":1726218551478,"stop":1726218551478,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"f2885a2213b69d41","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f2885a2213b69d41","status":"passed","time":{"start":1726218459531,"stop":1726218459531,"duration":0}},{"uid":"a2819a7fbc4ccdbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2819a7fbc4ccdbf","status":"passed","time":{"start":1726217705997,"stop":1726217705998,"duration":1}},{"uid":"1f8f20f0d535a894","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f8f20f0d535a894","status":"passed","time":{"start":1726217650748,"stop":1726217650749,"duration":1}}]},"tags":[]},"source":"2c31a301adb48fd0.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/fdaebc90006831dc.json b/7434/data/test-cases/2c70bdf6d700a2d3.json similarity index 60% rename from 7408/data/test-cases/fdaebc90006831dc.json rename to 7434/data/test-cases/2c70bdf6d700a2d3.json index e50ed98c22f..e9baba9b4a8 100644 --- a/7408/data/test-cases/fdaebc90006831dc.json +++ b/7434/data/test-cases/2c70bdf6d700a2d3.json @@ -1 +1 @@ -{"uid":"fdaebc90006831dc","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":1725579312021,"stop":1725579312022,"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":7,"unknown":0,"total":7},"items":[{"uid":"1ce5d884c7e3fb91","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1ce5d884c7e3fb91","status":"passed","time":{"start":1725578849116,"stop":1725578849116,"duration":0}},{"uid":"3c534e2b87b1b63d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3c534e2b87b1b63d","status":"passed","time":{"start":1725578530875,"stop":1725578530875,"duration":0}},{"uid":"950eb40b1124ce26","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/950eb40b1124ce26","status":"passed","time":{"start":1725577787478,"stop":1725577787478,"duration":0}},{"uid":"b40b36fd1064b98a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b40b36fd1064b98a","status":"passed","time":{"start":1725577449703,"stop":1725577449704,"duration":1}},{"uid":"365dc8696a7f16d8","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/365dc8696a7f16d8","status":"passed","time":{"start":1725577395956,"stop":1725577395957,"duration":1}},{"uid":"33c29173a3342053","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/33c29173a3342053","status":"passed","time":{"start":1725576980958,"stop":1725576980958,"duration":0}}]},"tags":[]},"source":"fdaebc90006831dc.json","parameterValues":[]} \ No newline at end of file +{"uid":"2c70bdf6d700a2d3","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":1726218903393,"stop":1726218903393,"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":4,"unknown":0,"total":4},"items":[{"uid":"27f1d4cd1ed5b78d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/27f1d4cd1ed5b78d","status":"passed","time":{"start":1726218807914,"stop":1726218807914,"duration":0}},{"uid":"803d2a4649479cab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/803d2a4649479cab","status":"passed","time":{"start":1726218061980,"stop":1726218061980,"duration":0}},{"uid":"467560c339838d28","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/467560c339838d28","status":"passed","time":{"start":1726217984951,"stop":1726217984951,"duration":0}}]},"tags":[]},"source":"2c70bdf6d700a2d3.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/8e0991496cea0c21.json b/7434/data/test-cases/2caefeca848c4e4d.json similarity index 79% rename from 7408/data/test-cases/8e0991496cea0c21.json rename to 7434/data/test-cases/2caefeca848c4e4d.json index 39fe4ab146a..063c79bbc4b 100644 --- a/7408/data/test-cases/8e0991496cea0c21.json +++ b/7434/data/test-cases/2caefeca848c4e4d.json @@ -1 +1 @@ -{"uid":"8e0991496cea0c21","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":1725578943245,"stop":1725578943246,"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":7,"unknown":0,"total":7},"items":[{"uid":"db1839ab02d82ef6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/db1839ab02d82ef6","status":"passed","time":{"start":1725578482147,"stop":1725578482155,"duration":8}},{"uid":"2c03da173e89f4d3","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2c03da173e89f4d3","status":"passed","time":{"start":1725578156643,"stop":1725578156643,"duration":0}},{"uid":"254109619f51fa99","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/254109619f51fa99","status":"passed","time":{"start":1725577429912,"stop":1725577429913,"duration":1}},{"uid":"e1c550be8760cc04","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e1c550be8760cc04","status":"passed","time":{"start":1725577060114,"stop":1725577060115,"duration":1}},{"uid":"ddbcb0baa0da2cb7","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/ddbcb0baa0da2cb7","status":"passed","time":{"start":1725577040653,"stop":1725577040655,"duration":2}},{"uid":"5d93bd32c14810ac","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5d93bd32c14810ac","status":"passed","time":{"start":1725576604952,"stop":1725576604952,"duration":0}}]},"tags":[]},"source":"8e0991496cea0c21.json","parameterValues":[]} \ No newline at end of file +{"uid":"2caefeca848c4e4d","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":1726218523011,"stop":1726218523012,"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":4,"unknown":0,"total":4},"items":[{"uid":"4502a03d1ad637c7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4502a03d1ad637c7","status":"passed","time":{"start":1726218422894,"stop":1726218422895,"duration":1}},{"uid":"72bb661e74770c35","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72bb661e74770c35","status":"passed","time":{"start":1726217687416,"stop":1726217687416,"duration":0}},{"uid":"d1c83df8ca03676c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d1c83df8ca03676c","status":"passed","time":{"start":1726217604480,"stop":1726217604481,"duration":1}}]},"tags":[]},"source":"2caefeca848c4e4d.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/2cc78035072cefda.json b/7434/data/test-cases/2cc78035072cefda.json new file mode 100644 index 00000000000..af8e4842832 --- /dev/null +++ b/7434/data/test-cases/2cc78035072cefda.json @@ -0,0 +1 @@ +{"uid":"2cc78035072cefda","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app21/8/topic968/test.js","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 1 - Cluster ID: 10, Content Topic: /app21/8/topic968/test.js","historyId":"3e68dda2c50923f5a6ad15ff0a105f99:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218843765,"stop":1726218843765,"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":"2cc78035072cefda.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/7d6d7bd94a10eda6.json b/7434/data/test-cases/2cf8b78169da3cf9.json similarity index 92% rename from 7408/data/test-cases/7d6d7bd94a10eda6.json rename to 7434/data/test-cases/2cf8b78169da3cf9.json index 7cf17a89d19..f538fdd133b 100644 --- a/7408/data/test-cases/7d6d7bd94a10eda6.json +++ b/7434/data/test-cases/2cf8b78169da3cf9.json @@ -1 +1 @@ -{"uid":"7d6d7bd94a10eda6","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":1725579297956,"stop":1725579297956,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"64d7f9e545a4c227","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/64d7f9e545a4c227","status":"passed","time":{"start":1725578825340,"stop":1725578825341,"duration":1}},{"uid":"35ceae84a490fd78","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/35ceae84a490fd78","status":"passed","time":{"start":1725578516968,"stop":1725578516969,"duration":1}},{"uid":"2682d2b001f3fc90","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2682d2b001f3fc90","status":"passed","time":{"start":1725577784896,"stop":1725577784897,"duration":1}},{"uid":"aa20fc7a07ff7905","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/aa20fc7a07ff7905","status":"passed","time":{"start":1725577433743,"stop":1725577433743,"duration":0}},{"uid":"8ea40283b771903d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8ea40283b771903d","status":"passed","time":{"start":1725577392039,"stop":1725577392039,"duration":0}},{"uid":"ad02653c72dfa888","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ad02653c72dfa888","status":"passed","time":{"start":1725576971821,"stop":1725576971822,"duration":1}}]},"tags":[]},"source":"7d6d7bd94a10eda6.json","parameterValues":[]} \ No newline at end of file +{"uid":"2cf8b78169da3cf9","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":1726218879287,"stop":1726218879287,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b7445585c33f8e4a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b7445585c33f8e4a","status":"passed","time":{"start":1726218787572,"stop":1726218787572,"duration":0}},{"uid":"a2831c813634ca9b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2831c813634ca9b","status":"passed","time":{"start":1726218066274,"stop":1726218066274,"duration":0}},{"uid":"eea664d46f79d0a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eea664d46f79d0a4","status":"passed","time":{"start":1726217965297,"stop":1726217965298,"duration":1}}]},"tags":[]},"source":"2cf8b78169da3cf9.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/2d499585bbf37519.json b/7434/data/test-cases/2d499585bbf37519.json new file mode 100644 index 00000000000..a30234a71f6 --- /dev/null +++ b/7434/data/test-cases/2d499585bbf37519.json @@ -0,0 +1 @@ +{"uid":"2d499585bbf37519","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":1726218314723,"stop":1726218314723,"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":4,"unknown":0,"total":4},"items":[{"uid":"cbccf4660ff1e879","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cbccf4660ff1e879","status":"passed","time":{"start":1726218219452,"stop":1726218219452,"duration":0}},{"uid":"f951cc8dcef3d65c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f951cc8dcef3d65c","status":"passed","time":{"start":1726217472856,"stop":1726217472857,"duration":1}},{"uid":"7f3b749a0a4e3c28","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f3b749a0a4e3c28","status":"passed","time":{"start":1726217414159,"stop":1726217414160,"duration":1}}]},"tags":[]},"source":"2d499585bbf37519.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/2d506d7b0fe02227.json b/7434/data/test-cases/2d506d7b0fe02227.json new file mode 100644 index 00000000000..e5e45dbd9e2 --- /dev/null +++ b/7434/data/test-cases/2d506d7b0fe02227.json @@ -0,0 +1 @@ +{"uid":"2d506d7b0fe02227","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":1726218304291,"stop":1726218304291,"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":4,"unknown":0,"total":4},"items":[{"uid":"11e734ddfba0f181","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/11e734ddfba0f181","status":"passed","time":{"start":1726218209340,"stop":1726218209341,"duration":1}},{"uid":"3c6dec6cecbef14e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3c6dec6cecbef14e","status":"passed","time":{"start":1726217462725,"stop":1726217462726,"duration":1}},{"uid":"a261bc7ad7a59e8d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a261bc7ad7a59e8d","status":"passed","time":{"start":1726217404276,"stop":1726217404276,"duration":0}}]},"tags":[]},"source":"2d506d7b0fe02227.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/42b6d9596df80804.json b/7434/data/test-cases/2d6e14c991b77b56.json similarity index 65% rename from 7408/data/test-cases/42b6d9596df80804.json rename to 7434/data/test-cases/2d6e14c991b77b56.json index a9c1b9ba7ad..2d17701e0b5 100644 --- a/7408/data/test-cases/42b6d9596df80804.json +++ b/7434/data/test-cases/2d6e14c991b77b56.json @@ -1 +1 @@ -{"uid":"42b6d9596df80804","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":1725578717086,"stop":1725578717087,"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":7,"unknown":0,"total":7},"items":[{"uid":"87baea176af6a260","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/87baea176af6a260","status":"passed","time":{"start":1725578260519,"stop":1725578260520,"duration":1}},{"uid":"4f2c7a3ebd99928d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4f2c7a3ebd99928d","status":"passed","time":{"start":1725577932898,"stop":1725577932899,"duration":1}},{"uid":"b6b5cddb69c3a653","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b6b5cddb69c3a653","status":"passed","time":{"start":1725577200595,"stop":1725577200595,"duration":0}},{"uid":"4ec418b8a8a48f28","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4ec418b8a8a48f28","status":"passed","time":{"start":1725576847050,"stop":1725576847051,"duration":1}},{"uid":"d392b6debf414b95","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d392b6debf414b95","status":"passed","time":{"start":1725576799929,"stop":1725576799930,"duration":1}},{"uid":"cf35a5c40705438f","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/cf35a5c40705438f","status":"passed","time":{"start":1725576382167,"stop":1725576382167,"duration":0}}]},"tags":[]},"source":"42b6d9596df80804.json","parameterValues":[]} \ No newline at end of file +{"uid":"2d6e14c991b77b56","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":1726218291081,"stop":1726218291082,"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":4,"unknown":0,"total":4},"items":[{"uid":"52674b60407ad7fc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52674b60407ad7fc","status":"passed","time":{"start":1726218196347,"stop":1726218196347,"duration":0}},{"uid":"f4ef8f4fa2874bfe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f4ef8f4fa2874bfe","status":"passed","time":{"start":1726217449479,"stop":1726217449480,"duration":1}},{"uid":"d2ee5840280ce803","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d2ee5840280ce803","status":"passed","time":{"start":1726217391251,"stop":1726217391252,"duration":1}}]},"tags":[]},"source":"2d6e14c991b77b56.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ab8ff5ebbb99a015.json b/7434/data/test-cases/2d7e2d5b9fe65653.json similarity index 89% rename from 7408/data/test-cases/ab8ff5ebbb99a015.json rename to 7434/data/test-cases/2d7e2d5b9fe65653.json index c3fcc19b107..622f315fffb 100644 --- a/7408/data/test-cases/ab8ff5ebbb99a015.json +++ b/7434/data/test-cases/2d7e2d5b9fe65653.json @@ -1 +1 @@ -{"uid":"ab8ff5ebbb99a015","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":1725579272790,"stop":1725579272791,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"f77155ef0fc05ee","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f77155ef0fc05ee","status":"passed","time":{"start":1725578809267,"stop":1725578809268,"duration":1}},{"uid":"86304ab0f5165873","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/86304ab0f5165873","status":"passed","time":{"start":1725578497041,"stop":1725578497042,"duration":1}},{"uid":"6c4a6ff8afa49f5b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6c4a6ff8afa49f5b","status":"passed","time":{"start":1725577747310,"stop":1725577747310,"duration":0}},{"uid":"1faeb6fba53c244b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1faeb6fba53c244b","status":"passed","time":{"start":1725577413223,"stop":1725577413223,"duration":0}},{"uid":"f6139c4fb3555d19","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f6139c4fb3555d19","status":"passed","time":{"start":1725577362001,"stop":1725577362002,"duration":1}},{"uid":"4845b47b0c608784","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4845b47b0c608784","status":"passed","time":{"start":1725576938388,"stop":1725576938389,"duration":1}}]},"tags":[]},"source":"ab8ff5ebbb99a015.json","parameterValues":[]} \ No newline at end of file +{"uid":"2d7e2d5b9fe65653","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":1726218862983,"stop":1726218862984,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"25bad725628c61db","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/25bad725628c61db","status":"passed","time":{"start":1726218781369,"stop":1726218781370,"duration":1}},{"uid":"7218ef37689f8d5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7218ef37689f8d5c","status":"passed","time":{"start":1726218013688,"stop":1726218013689,"duration":1}},{"uid":"ab3767ab4a0b0387","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ab3767ab4a0b0387","status":"passed","time":{"start":1726217945323,"stop":1726217945323,"duration":0}}]},"tags":[]},"source":"2d7e2d5b9fe65653.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d49f48a6a9a8b352.json b/7434/data/test-cases/2d8c4a11b8c0538e.json similarity index 89% rename from 7408/data/test-cases/d49f48a6a9a8b352.json rename to 7434/data/test-cases/2d8c4a11b8c0538e.json index 1f694f34d09..cb46576c316 100644 --- a/7408/data/test-cases/d49f48a6a9a8b352.json +++ b/7434/data/test-cases/2d8c4a11b8c0538e.json @@ -1 +1 @@ -{"uid":"d49f48a6a9a8b352","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":1725579272778,"stop":1725579272778,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"1b395025fae62d8d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1b395025fae62d8d","status":"passed","time":{"start":1725578809257,"stop":1725578809257,"duration":0}},{"uid":"39342410bcec856a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/39342410bcec856a","status":"passed","time":{"start":1725578497021,"stop":1725578497022,"duration":1}},{"uid":"589a22e4c87542b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/589a22e4c87542b","status":"passed","time":{"start":1725577747287,"stop":1725577747287,"duration":0}},{"uid":"4c7df2c34179b954","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4c7df2c34179b954","status":"passed","time":{"start":1725577413197,"stop":1725577413197,"duration":0}},{"uid":"69cda8200537a849","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/69cda8200537a849","status":"passed","time":{"start":1725577361992,"stop":1725577361992,"duration":0}},{"uid":"3fa59076bf4d11dc","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3fa59076bf4d11dc","status":"passed","time":{"start":1725576938348,"stop":1725576938348,"duration":0}}]},"tags":[]},"source":"d49f48a6a9a8b352.json","parameterValues":[]} \ No newline at end of file +{"uid":"2d8c4a11b8c0538e","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":1726218863041,"stop":1726218863043,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3b809cc5074f1bea","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3b809cc5074f1bea","status":"passed","time":{"start":1726218781391,"stop":1726218781391,"duration":0}},{"uid":"da728877ee37693","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da728877ee37693","status":"passed","time":{"start":1726218013720,"stop":1726218013723,"duration":3}},{"uid":"71ce905d69891433","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/71ce905d69891433","status":"passed","time":{"start":1726217945344,"stop":1726217945345,"duration":1}}]},"tags":[]},"source":"2d8c4a11b8c0538e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a76befcc4c74c2f0.json b/7434/data/test-cases/2d9823d6de745ee5.json similarity index 76% rename from 7408/data/test-cases/a76befcc4c74c2f0.json rename to 7434/data/test-cases/2d9823d6de745ee5.json index cfece782359..5d6049980dd 100644 --- a/7408/data/test-cases/a76befcc4c74c2f0.json +++ b/7434/data/test-cases/2d9823d6de745ee5.json @@ -1 +1 @@ -{"uid":"a76befcc4c74c2f0","name":"removeEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with correct event","historyId":"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578799986,"stop":1725578799987,"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":7,"unknown":0,"total":7},"items":[{"uid":"9b96198fdefe4e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/9b96198fdefe4e","status":"passed","time":{"start":1725578342927,"stop":1725578342927,"duration":0}},{"uid":"a9e4eb1ac8079495","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a9e4eb1ac8079495","status":"passed","time":{"start":1725578015552,"stop":1725578015552,"duration":0}},{"uid":"b298269bab4ea28f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b298269bab4ea28f","status":"passed","time":{"start":1725577283440,"stop":1725577283441,"duration":1}},{"uid":"1738b969a3f00e7e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1738b969a3f00e7e","status":"passed","time":{"start":1725576930399,"stop":1725576930400,"duration":1}},{"uid":"a3b682e8c8bc5ed5","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a3b682e8c8bc5ed5","status":"passed","time":{"start":1725576882308,"stop":1725576882308,"duration":0}},{"uid":"8aa8bce76dc07933","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/8aa8bce76dc07933","status":"passed","time":{"start":1725576465588,"stop":1725576465588,"duration":0}}]},"tags":[]},"source":"a76befcc4c74c2f0.json","parameterValues":[]} \ No newline at end of file +{"uid":"2d9823d6de745ee5","name":"removeEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with correct event","historyId":"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218375484,"stop":1726218375492,"duration":8},"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":4,"unknown":0,"total":4},"items":[{"uid":"b7ea1e231a58a9e3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b7ea1e231a58a9e3","status":"passed","time":{"start":1726218279685,"stop":1726218279686,"duration":1}},{"uid":"223cc97ebfa4f915","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/223cc97ebfa4f915","status":"passed","time":{"start":1726217533046,"stop":1726217533046,"duration":0}},{"uid":"acda66de57f470fd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/acda66de57f470fd","status":"passed","time":{"start":1726217474963,"stop":1726217474964,"duration":1}}]},"tags":[]},"source":"2d9823d6de745ee5.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/2de119fa43ee1f8a.json b/7434/data/test-cases/2de119fa43ee1f8a.json new file mode 100644 index 00000000000..c063f247052 --- /dev/null +++ b/7434/data/test-cases/2de119fa43ee1f8a.json @@ -0,0 +1 @@ +{"uid":"2de119fa43ee1f8a","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":1726218523024,"stop":1726218523024,"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":4,"unknown":0,"total":4},"items":[{"uid":"bbb6d5f821e2cf7d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bbb6d5f821e2cf7d","status":"passed","time":{"start":1726218422911,"stop":1726218422914,"duration":3}},{"uid":"927a379b2c157f6e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/927a379b2c157f6e","status":"passed","time":{"start":1726217687432,"stop":1726217687436,"duration":4}},{"uid":"673c9b24f38bc75c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/673c9b24f38bc75c","status":"passed","time":{"start":1726217604510,"stop":1726217604511,"duration":1}}]},"tags":[]},"source":"2de119fa43ee1f8a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d18d6e0d213404c7.json b/7434/data/test-cases/2e2e08bd7e693029.json similarity index 92% rename from 7408/data/test-cases/d18d6e0d213404c7.json rename to 7434/data/test-cases/2e2e08bd7e693029.json index 547387fed6d..f88c32365f0 100644 --- a/7408/data/test-cases/d18d6e0d213404c7.json +++ b/7434/data/test-cases/2e2e08bd7e693029.json @@ -1 +1 @@ -{"uid":"d18d6e0d213404c7","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":1725579297995,"stop":1725579297995,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"57194b7f88514d0a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/57194b7f88514d0a","status":"passed","time":{"start":1725578825367,"stop":1725578825368,"duration":1}},{"uid":"2aa8db64a70d2cdd","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2aa8db64a70d2cdd","status":"passed","time":{"start":1725578517023,"stop":1725578517023,"duration":0}},{"uid":"b5ae67e0ac78963d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b5ae67e0ac78963d","status":"passed","time":{"start":1725577784945,"stop":1725577784953,"duration":8}},{"uid":"f1cda5aa9c6efbba","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f1cda5aa9c6efbba","status":"passed","time":{"start":1725577433803,"stop":1725577433803,"duration":0}},{"uid":"ff499a90e1de475c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/ff499a90e1de475c","status":"passed","time":{"start":1725577392072,"stop":1725577392072,"duration":0}},{"uid":"44de001fad06cecf","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/44de001fad06cecf","status":"passed","time":{"start":1725576971871,"stop":1725576971872,"duration":1}}]},"tags":[]},"source":"d18d6e0d213404c7.json","parameterValues":[]} \ No newline at end of file +{"uid":"2e2e08bd7e693029","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":1726218879373,"stop":1726218879374,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"35b138711a402749","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35b138711a402749","status":"passed","time":{"start":1726218787593,"stop":1726218787593,"duration":0}},{"uid":"4936de9a881be791","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4936de9a881be791","status":"passed","time":{"start":1726218066315,"stop":1726218066315,"duration":0}},{"uid":"115c52a3088a79c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/115c52a3088a79c","status":"passed","time":{"start":1726217965348,"stop":1726217965348,"duration":0}}]},"tags":[]},"source":"2e2e08bd7e693029.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1cbb2c6c68151142.json b/7434/data/test-cases/2e52da3a43f57646.json similarity index 92% rename from 7408/data/test-cases/1cbb2c6c68151142.json rename to 7434/data/test-cases/2e52da3a43f57646.json index 7162f584a49..da7a644e97d 100644 --- a/7408/data/test-cases/1cbb2c6c68151142.json +++ b/7434/data/test-cases/2e52da3a43f57646.json @@ -1 +1 @@ -{"uid":"1cbb2c6c68151142","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":1725579297994,"stop":1725579297994,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"3665b9ea78fc2408","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/3665b9ea78fc2408","status":"passed","time":{"start":1725578825364,"stop":1725578825364,"duration":0}},{"uid":"17a74e92506aa575","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/17a74e92506aa575","status":"passed","time":{"start":1725578517021,"stop":1725578517021,"duration":0}},{"uid":"1567120ecc73c406","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1567120ecc73c406","status":"passed","time":{"start":1725577784941,"stop":1725577784942,"duration":1}},{"uid":"abe9102ab63bb760","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/abe9102ab63bb760","status":"passed","time":{"start":1725577433801,"stop":1725577433802,"duration":1}},{"uid":"863827087e26e897","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/863827087e26e897","status":"passed","time":{"start":1725577392070,"stop":1725577392071,"duration":1}},{"uid":"4e5f974b4ddcb223","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4e5f974b4ddcb223","status":"passed","time":{"start":1725576971869,"stop":1725576971870,"duration":1}}]},"tags":[]},"source":"1cbb2c6c68151142.json","parameterValues":[]} \ No newline at end of file +{"uid":"2e52da3a43f57646","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":1726218879361,"stop":1726218879361,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca311a50fc075c8e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca311a50fc075c8e","status":"passed","time":{"start":1726218787591,"stop":1726218787591,"duration":0}},{"uid":"4ee788b0252cc28","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4ee788b0252cc28","status":"passed","time":{"start":1726218066307,"stop":1726218066308,"duration":1}},{"uid":"30e79808fbddd3cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/30e79808fbddd3cc","status":"passed","time":{"start":1726217965346,"stop":1726217965346,"duration":0}}]},"tags":[]},"source":"2e52da3a43f57646.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/2e7e9fb9e46df0f8.json b/7434/data/test-cases/2e7e9fb9e46df0f8.json new file mode 100644 index 00000000000..82ecaa333d7 --- /dev/null +++ b/7434/data/test-cases/2e7e9fb9e46df0f8.json @@ -0,0 +1 @@ +{"uid":"2e7e9fb9e46df0f8","name":"should throw an error for empty SingleShardInfos array","fullName":"/src/common/sharding/index.spec.ts: singleShardInfosToShardInfo > should throw an error for empty SingleShardInfos array","historyId":"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283089,"stop":1726218283090,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"singleShardInfosToShardInfo"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7b892ddd4cd55528","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7b892ddd4cd55528","status":"passed","time":{"start":1726218188590,"stop":1726218188591,"duration":1}},{"uid":"72842ee5184d92f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72842ee5184d92f8","status":"passed","time":{"start":1726217441551,"stop":1726217441551,"duration":0}},{"uid":"c4201781a8d55a57","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4201781a8d55a57","status":"passed","time":{"start":1726217383214,"stop":1726217383215,"duration":1}}]},"tags":[]},"source":"2e7e9fb9e46df0f8.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5c88f4fec8207cce.json b/7434/data/test-cases/2e90ee09a7ffa8b9.json similarity index 92% rename from 7408/data/test-cases/5c88f4fec8207cce.json rename to 7434/data/test-cases/2e90ee09a7ffa8b9.json index 38c201993f5..e285d081e88 100644 --- a/7408/data/test-cases/5c88f4fec8207cce.json +++ b/7434/data/test-cases/2e90ee09a7ffa8b9.json @@ -1 +1 @@ -{"uid":"5c88f4fec8207cce","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":1725579297982,"stop":1725579297982,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"85286a4c0171210e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/85286a4c0171210e","status":"passed","time":{"start":1725578825352,"stop":1725578825352,"duration":0}},{"uid":"f5f3f47a98e8f6f4","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f5f3f47a98e8f6f4","status":"passed","time":{"start":1725578517004,"stop":1725578517004,"duration":0}},{"uid":"cf8771b73636a106","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/cf8771b73636a106","status":"passed","time":{"start":1725577784919,"stop":1725577784920,"duration":1}},{"uid":"bccc70547eea4ce","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/bccc70547eea4ce","status":"passed","time":{"start":1725577433783,"stop":1725577433784,"duration":1}},{"uid":"3a2f1635d02b2020","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/3a2f1635d02b2020","status":"passed","time":{"start":1725577392058,"stop":1725577392063,"duration":5}},{"uid":"ba7a5f1097ed8832","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ba7a5f1097ed8832","status":"passed","time":{"start":1725576971845,"stop":1725576971847,"duration":2}}]},"tags":[]},"source":"5c88f4fec8207cce.json","parameterValues":[]} \ No newline at end of file +{"uid":"2e90ee09a7ffa8b9","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":1726218879331,"stop":1726218879331,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7bf0737ea916e3f6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7bf0737ea916e3f6","status":"passed","time":{"start":1726218787580,"stop":1726218787581,"duration":1}},{"uid":"bf79c5635140e55b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bf79c5635140e55b","status":"passed","time":{"start":1726218066287,"stop":1726218066287,"duration":0}},{"uid":"1bdcc5c117b2f01c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1bdcc5c117b2f01c","status":"passed","time":{"start":1726217965310,"stop":1726217965310,"duration":0}}]},"tags":[]},"source":"2e90ee09a7ffa8b9.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/2ed553b263b77aa.json b/7434/data/test-cases/2ed553b263b77aa.json new file mode 100644 index 00000000000..7c384ce3cf2 --- /dev/null +++ b/7434/data/test-cases/2ed553b263b77aa.json @@ -0,0 +1 @@ +{"uid":"2ed553b263b77aa","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":1726218812470,"stop":1726218812471,"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":4,"unknown":0,"total":4},"items":[{"uid":"163fb3d9ed95c8ee","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/163fb3d9ed95c8ee","status":"passed","time":{"start":1726218708393,"stop":1726218708393,"duration":0}},{"uid":"3ceb98ed5f653578","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3ceb98ed5f653578","status":"passed","time":{"start":1726217980039,"stop":1726217980039,"duration":0}},{"uid":"e7e2fddc4123a89b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e7e2fddc4123a89b","status":"passed","time":{"start":1726217896500,"stop":1726217896501,"duration":1}}]},"tags":[]},"source":"2ed553b263b77aa.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/23db25e8d9b8655a.json b/7434/data/test-cases/2ed7a2f20f5842e0.json similarity index 90% rename from 7408/data/test-cases/23db25e8d9b8655a.json rename to 7434/data/test-cases/2ed7a2f20f5842e0.json index e794c08c317..805b579fce8 100644 --- a/7408/data/test-cases/23db25e8d9b8655a.json +++ b/7434/data/test-cases/2ed7a2f20f5842e0.json @@ -1 +1 @@ -{"uid":"23db25e8d9b8655a","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":1725578940135,"stop":1725578940136,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"b54bf24b9bcb6f24","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b54bf24b9bcb6f24","status":"passed","time":{"start":1725578482061,"stop":1725578482062,"duration":1}},{"uid":"4cb4faeb2012ce39","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4cb4faeb2012ce39","status":"passed","time":{"start":1725578159560,"stop":1725578159560,"duration":0}},{"uid":"f8aa3c10d5be48e0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f8aa3c10d5be48e0","status":"passed","time":{"start":1725577422731,"stop":1725577422732,"duration":1}},{"uid":"4132c4aae42f0407","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4132c4aae42f0407","status":"passed","time":{"start":1725577067049,"stop":1725577067050,"duration":1}},{"uid":"d47ceefe3aea7c74","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d47ceefe3aea7c74","status":"passed","time":{"start":1725577018829,"stop":1725577018829,"duration":0}},{"uid":"c7b8cf0ef8475015","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c7b8cf0ef8475015","status":"passed","time":{"start":1725576607316,"stop":1725576607318,"duration":2}}]},"tags":[]},"source":"23db25e8d9b8655a.json","parameterValues":[]} \ No newline at end of file +{"uid":"2ed7a2f20f5842e0","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":1726218510976,"stop":1726218510977,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"1ef669d18b84981a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ef669d18b84981a","status":"passed","time":{"start":1726218417149,"stop":1726218417149,"duration":0}},{"uid":"b1c22e5b6524f69e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b1c22e5b6524f69e","status":"passed","time":{"start":1726217677813,"stop":1726217677814,"duration":1}},{"uid":"b87c3b33eabd7f7b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b87c3b33eabd7f7b","status":"passed","time":{"start":1726217616840,"stop":1726217616841,"duration":1}}]},"tags":[]},"source":"2ed7a2f20f5842e0.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5a0883debbf1917f.json b/7434/data/test-cases/2ef92f3f7fabb637.json similarity index 89% rename from 7408/data/test-cases/5a0883debbf1917f.json rename to 7434/data/test-cases/2ef92f3f7fabb637.json index 8ed91f1a3bb..bdfd3a9723f 100644 --- a/7408/data/test-cases/5a0883debbf1917f.json +++ b/7434/data/test-cases/2ef92f3f7fabb637.json @@ -1 +1 @@ -{"uid":"5a0883debbf1917f","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":1725579272789,"stop":1725579272789,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"c81bfd0933b61cc4","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/c81bfd0933b61cc4","status":"passed","time":{"start":1725578809266,"stop":1725578809266,"duration":0}},{"uid":"73bc02b11ecbc8fa","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/73bc02b11ecbc8fa","status":"passed","time":{"start":1725578497032,"stop":1725578497039,"duration":7}},{"uid":"510700b9cb8a327e","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/510700b9cb8a327e","status":"passed","time":{"start":1725577747308,"stop":1725577747308,"duration":0}},{"uid":"874f36e6d3d11044","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/874f36e6d3d11044","status":"passed","time":{"start":1725577413221,"stop":1725577413221,"duration":0}},{"uid":"cf6f6a9f87860b80","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/cf6f6a9f87860b80","status":"passed","time":{"start":1725577362000,"stop":1725577362001,"duration":1}},{"uid":"6813db3d7d7687fb","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/6813db3d7d7687fb","status":"passed","time":{"start":1725576938387,"stop":1725576938387,"duration":0}}]},"tags":[]},"source":"5a0883debbf1917f.json","parameterValues":[]} \ No newline at end of file +{"uid":"2ef92f3f7fabb637","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":1726218863004,"stop":1726218863005,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"4fa4033660f9555f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4fa4033660f9555f","status":"passed","time":{"start":1726218781382,"stop":1726218781382,"duration":0}},{"uid":"f92f1fd2adc550b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f92f1fd2adc550b5","status":"passed","time":{"start":1726218013697,"stop":1726218013698,"duration":1}},{"uid":"f91aa88f23f63695","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f91aa88f23f63695","status":"passed","time":{"start":1726217945331,"stop":1726217945331,"duration":0}}]},"tags":[]},"source":"2ef92f3f7fabb637.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a38b2275dfad1148.json b/7434/data/test-cases/2f765917896636d8.json similarity index 89% rename from 7408/data/test-cases/a38b2275dfad1148.json rename to 7434/data/test-cases/2f765917896636d8.json index 55942ae2e46..caa0657e0d6 100644 --- a/7408/data/test-cases/a38b2275dfad1148.json +++ b/7434/data/test-cases/2f765917896636d8.json @@ -1 +1 @@ -{"uid":"a38b2275dfad1148","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":1725579272779,"stop":1725579272780,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"56f9fb30d0e6ab02","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/56f9fb30d0e6ab02","status":"passed","time":{"start":1725578809258,"stop":1725578809258,"duration":0}},{"uid":"1cd694bb1c01efe2","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/1cd694bb1c01efe2","status":"passed","time":{"start":1725578497024,"stop":1725578497024,"duration":0}},{"uid":"2b194182277c579e","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2b194182277c579e","status":"passed","time":{"start":1725577747288,"stop":1725577747288,"duration":0}},{"uid":"e4ca760eb5ddf230","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e4ca760eb5ddf230","status":"passed","time":{"start":1725577413198,"stop":1725577413199,"duration":1}},{"uid":"2a814c0a0c85c2d3","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2a814c0a0c85c2d3","status":"passed","time":{"start":1725577361993,"stop":1725577361993,"duration":0}},{"uid":"32ac6181b948f32f","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/32ac6181b948f32f","status":"passed","time":{"start":1725576938350,"stop":1725576938350,"duration":0}}]},"tags":[]},"source":"a38b2275dfad1148.json","parameterValues":[]} \ No newline at end of file +{"uid":"2f765917896636d8","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":1726218863029,"stop":1726218863032,"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":4,"unknown":0,"total":4},"items":[{"uid":"6268580b249b1904","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6268580b249b1904","status":"passed","time":{"start":1726218781389,"stop":1726218781389,"duration":0}},{"uid":"4cc2b05c7efae3c5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4cc2b05c7efae3c5","status":"passed","time":{"start":1726218013718,"stop":1726218013719,"duration":1}},{"uid":"1ef1c2205a9ca529","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1ef1c2205a9ca529","status":"passed","time":{"start":1726217945337,"stop":1726217945338,"duration":1}}]},"tags":[]},"source":"2f765917896636d8.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/2fa78b257813acca.json b/7434/data/test-cases/2fa78b257813acca.json new file mode 100644 index 00000000000..dfe3dcfc027 --- /dev/null +++ b/7434/data/test-cases/2fa78b257813acca.json @@ -0,0 +1 @@ +{"uid":"2fa78b257813acca","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":1726218291662,"stop":1726218291662,"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":4,"unknown":0,"total":4},"items":[{"uid":"fbf8f29482b4fb5e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fbf8f29482b4fb5e","status":"passed","time":{"start":1726218197000,"stop":1726218197000,"duration":0}},{"uid":"4025c993a732dd8d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4025c993a732dd8d","status":"passed","time":{"start":1726217450198,"stop":1726217450198,"duration":0}},{"uid":"ff22d5aee87d1fae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ff22d5aee87d1fae","status":"passed","time":{"start":1726217391849,"stop":1726217391850,"duration":1}}]},"tags":[]},"source":"2fa78b257813acca.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/2fd74dd4a4419bbd.json b/7434/data/test-cases/2fd74dd4a4419bbd.json new file mode 100644 index 00000000000..f37792efab2 --- /dev/null +++ b/7434/data/test-cases/2fd74dd4a4419bbd.json @@ -0,0 +1 @@ +{"uid":"2fd74dd4a4419bbd","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","fullName":"/src/common/sharding/index.spec.ts: determinePubsubTopic > should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","historyId":"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"be469ea1093c7476","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/be469ea1093c7476","status":"passed","time":{"start":1726218188603,"stop":1726218188603,"duration":0}},{"uid":"ac5f3dc9d70e5481","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac5f3dc9d70e5481","status":"passed","time":{"start":1726217441566,"stop":1726217441567,"duration":1}},{"uid":"d5ea49a16817f972","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d5ea49a16817f972","status":"passed","time":{"start":1726217383229,"stop":1726217383229,"duration":0}}]},"tags":[]},"source":"2fd74dd4a4419bbd.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/2fe3b651b85c342.json b/7434/data/test-cases/2fe3b651b85c342.json new file mode 100644 index 00000000000..c0589161189 --- /dev/null +++ b/7434/data/test-cases/2fe3b651b85c342.json @@ -0,0 +1 @@ +{"uid":"2fe3b651b85c342","name":"should return a calculated topic if SingleShardInfo is provided","fullName":"/src/common/sharding/index.spec.ts: determinePubsubTopic > should return a calculated topic if SingleShardInfo is provided","historyId":"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"13e1aedf2b7c0649","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/13e1aedf2b7c0649","status":"passed","time":{"start":1726218188602,"stop":1726218188602,"duration":0}},{"uid":"58b99ef2a2ae898b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/58b99ef2a2ae898b","status":"passed","time":{"start":1726217441565,"stop":1726217441566,"duration":1}},{"uid":"72211c52bc57d87c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/72211c52bc57d87c","status":"passed","time":{"start":1726217383228,"stop":1726217383228,"duration":0}}]},"tags":[]},"source":"2fe3b651b85c342.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/910495a617001d61.json b/7434/data/test-cases/3086fdbd690978db.json similarity index 62% rename from 7408/data/test-cases/910495a617001d61.json rename to 7434/data/test-cases/3086fdbd690978db.json index e2ee9a9cad2..315de595faa 100644 --- a/7408/data/test-cases/910495a617001d61.json +++ b/7434/data/test-cases/3086fdbd690978db.json @@ -1 +1 @@ -{"uid":"910495a617001d61","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":1725579061654,"stop":1725579061655,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"f97740781da9ffc1","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f97740781da9ffc1","status":"passed","time":{"start":1725578598315,"stop":1725578598316,"duration":1}},{"uid":"19603e6406099e72","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/19603e6406099e72","status":"passed","time":{"start":1725578273413,"stop":1725578273413,"duration":0}},{"uid":"d6c9cc073f566fcb","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d6c9cc073f566fcb","status":"passed","time":{"start":1725577539375,"stop":1725577539376,"duration":1}},{"uid":"2a250f76e7746f53","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/2a250f76e7746f53","status":"passed","time":{"start":1725577200223,"stop":1725577200223,"duration":0}},{"uid":"a7ee4ef85b892c98","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a7ee4ef85b892c98","status":"passed","time":{"start":1725577150918,"stop":1725577150918,"duration":0}},{"uid":"56f4088a6a5a932b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/56f4088a6a5a932b","status":"passed","time":{"start":1725576726846,"stop":1725576726846,"duration":0}}]},"tags":[]},"source":"910495a617001d61.json","parameterValues":[]} \ No newline at end of file +{"uid":"3086fdbd690978db","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":1726218651147,"stop":1726218651147,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7de2357b9e70c4d8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7de2357b9e70c4d8","status":"passed","time":{"start":1726218550067,"stop":1726218550067,"duration":0}},{"uid":"dd7a24a69db17bec","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd7a24a69db17bec","status":"passed","time":{"start":1726217804582,"stop":1726217804583,"duration":1}},{"uid":"22fb661e12fb929c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/22fb661e12fb929c","status":"passed","time":{"start":1726217733947,"stop":1726217733948,"duration":1}}]},"tags":[]},"source":"3086fdbd690978db.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/30dbe7a6536b4b79.json b/7434/data/test-cases/30dbe7a6536b4b79.json new file mode 100644 index 00000000000..82b098af561 --- /dev/null +++ b/7434/data/test-cases/30dbe7a6536b4b79.json @@ -0,0 +1 @@ +{"uid":"30dbe7a6536b4b79","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":1726218314719,"stop":1726218314720,"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":4,"unknown":0,"total":4},"items":[{"uid":"767030c1715eb24a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/767030c1715eb24a","status":"passed","time":{"start":1726218219447,"stop":1726218219449,"duration":2}},{"uid":"7fd74a0165a35678","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7fd74a0165a35678","status":"passed","time":{"start":1726217472851,"stop":1726217472853,"duration":2}},{"uid":"3db3c4022b20586e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3db3c4022b20586e","status":"passed","time":{"start":1726217414156,"stop":1726217414157,"duration":1}}]},"tags":[]},"source":"30dbe7a6536b4b79.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/57c47f4bcc47794f.json b/7434/data/test-cases/30f21201776bf25f.json similarity index 89% rename from 7408/data/test-cases/57c47f4bcc47794f.json rename to 7434/data/test-cases/30f21201776bf25f.json index fb05e14310c..3071a29d10e 100644 --- a/7408/data/test-cases/57c47f4bcc47794f.json +++ b/7434/data/test-cases/30f21201776bf25f.json @@ -1 +1 @@ -{"uid":"57c47f4bcc47794f","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":1725579272780,"stop":1725579272780,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"61d62f4be7194798","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/61d62f4be7194798","status":"passed","time":{"start":1725578809259,"stop":1725578809259,"duration":0}},{"uid":"8fb03d82f7363689","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8fb03d82f7363689","status":"passed","time":{"start":1725578497025,"stop":1725578497025,"duration":0}},{"uid":"fdcdc7c3c67754fe","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/fdcdc7c3c67754fe","status":"passed","time":{"start":1725577747289,"stop":1725577747289,"duration":0}},{"uid":"b95b8d206e8b65b9","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b95b8d206e8b65b9","status":"passed","time":{"start":1725577413199,"stop":1725577413200,"duration":1}},{"uid":"271a57d9b42ce62b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/271a57d9b42ce62b","status":"passed","time":{"start":1725577361994,"stop":1725577361994,"duration":0}},{"uid":"bbc24e94da0def91","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/bbc24e94da0def91","status":"passed","time":{"start":1725576938352,"stop":1725576938356,"duration":4}}]},"tags":[]},"source":"57c47f4bcc47794f.json","parameterValues":[]} \ No newline at end of file +{"uid":"30f21201776bf25f","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":1726218863022,"stop":1726218863027,"duration":5},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5e95c212fe0fbea","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5e95c212fe0fbea","status":"passed","time":{"start":1726218781388,"stop":1726218781388,"duration":0}},{"uid":"48a92568d4185240","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48a92568d4185240","status":"passed","time":{"start":1726218013712,"stop":1726218013715,"duration":3}},{"uid":"b429f96f1f614cbf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b429f96f1f614cbf","status":"passed","time":{"start":1726217945336,"stop":1726217945336,"duration":0}}]},"tags":[]},"source":"30f21201776bf25f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/eff0af459efe460.json b/7434/data/test-cases/31039f33ceae023.json similarity index 51% rename from 7408/data/test-cases/eff0af459efe460.json rename to 7434/data/test-cases/31039f33ceae023.json index 2f24d983799..70a20a3d8bb 100644 --- a/7408/data/test-cases/eff0af459efe460.json +++ b/7434/data/test-cases/31039f33ceae023.json @@ -1 +1 @@ -{"uid":"eff0af459efe460","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":1725579297991,"stop":1725579297991,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"90d17c3d94cc6fca","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/90d17c3d94cc6fca","status":"passed","time":{"start":1725578825360,"stop":1725578825360,"duration":0}},{"uid":"43bfe8e58e30a2f1","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/43bfe8e58e30a2f1","status":"passed","time":{"start":1725578517018,"stop":1725578517018,"duration":0}},{"uid":"cfcf093a4edaf918","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/cfcf093a4edaf918","status":"passed","time":{"start":1725577784936,"stop":1725577784937,"duration":1}},{"uid":"27bf69d1a3428f9d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/27bf69d1a3428f9d","status":"passed","time":{"start":1725577433798,"stop":1725577433798,"duration":0}},{"uid":"4e10004b30380303","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/4e10004b30380303","status":"passed","time":{"start":1725577392069,"stop":1725577392069,"duration":0}},{"uid":"5dd0eb446e31e4ce","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5dd0eb446e31e4ce","status":"passed","time":{"start":1725576971866,"stop":1725576971866,"duration":0}}]},"tags":[]},"source":"eff0af459efe460.json","parameterValues":[]} \ No newline at end of file +{"uid":"31039f33ceae023","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":1726218879351,"stop":1726218879352,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"258bf1362d8d39c7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/258bf1362d8d39c7","status":"passed","time":{"start":1726218787587,"stop":1726218787588,"duration":1}},{"uid":"1d51ce2f861ce45c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d51ce2f861ce45c","status":"passed","time":{"start":1726218066299,"stop":1726218066299,"duration":0}},{"uid":"3bd8ec53b22231a0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3bd8ec53b22231a0","status":"passed","time":{"start":1726217965319,"stop":1726217965320,"duration":1}}]},"tags":[]},"source":"31039f33ceae023.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c427254ce53fc344.json b/7434/data/test-cases/311b699ff5958b9c.json similarity index 69% rename from 7408/data/test-cases/c427254ce53fc344.json rename to 7434/data/test-cases/311b699ff5958b9c.json index 64b410b530a..3ac618deabd 100644 --- a/7408/data/test-cases/c427254ce53fc344.json +++ b/7434/data/test-cases/311b699ff5958b9c.json @@ -1 +1 @@ -{"uid":"c427254ce53fc344","name":"Promise Callback - false","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - false","historyId":"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579303511,"stop":1725579303511,"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":7,"unknown":0,"total":7},"items":[{"uid":"3322b9f2a46b0e28","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/3322b9f2a46b0e28","status":"passed","time":{"start":1725578839252,"stop":1725578839253,"duration":1}},{"uid":"a7956deddef4ef98","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a7956deddef4ef98","status":"passed","time":{"start":1725578520682,"stop":1725578520682,"duration":0}},{"uid":"e1b86b5f233df545","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e1b86b5f233df545","status":"passed","time":{"start":1725577773276,"stop":1725577773276,"duration":0}},{"uid":"bb1a929afc9e1699","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/bb1a929afc9e1699","status":"passed","time":{"start":1725577437290,"stop":1725577437291,"duration":1}},{"uid":"a1b130d2d15ada7f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a1b130d2d15ada7f","status":"passed","time":{"start":1725577385038,"stop":1725577385038,"duration":0}},{"uid":"2ee7018238ef7bbe","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2ee7018238ef7bbe","status":"passed","time":{"start":1725576970756,"stop":1725576970756,"duration":0}}]},"tags":[]},"source":"c427254ce53fc344.json","parameterValues":[]} \ No newline at end of file +{"uid":"311b699ff5958b9c","name":"Promise Callback - false","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - false","historyId":"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218885489,"stop":1726218885489,"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":4,"unknown":0,"total":4},"items":[{"uid":"aa08653a34b0d021","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/aa08653a34b0d021","status":"passed","time":{"start":1726218803160,"stop":1726218803160,"duration":0}},{"uid":"55eaa98d05eb2025","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55eaa98d05eb2025","status":"passed","time":{"start":1726218063111,"stop":1726218063111,"duration":0}},{"uid":"c62aa91f073ebb26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c62aa91f073ebb26","status":"passed","time":{"start":1726217974422,"stop":1726217974423,"duration":1}}]},"tags":[]},"source":"311b699ff5958b9c.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/3171ebd1f3ad5ef6.json b/7434/data/test-cases/3171ebd1f3ad5ef6.json new file mode 100644 index 00000000000..c85b81461f9 --- /dev/null +++ b/7434/data/test-cases/3171ebd1f3ad5ef6.json @@ -0,0 +1 @@ +{"uid":"3171ebd1f3ad5ef6","name":"throws on content topic with empty version field","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with empty version field","historyId":"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283073,"stop":1726218283074,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"11f0d4e164da36e3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/11f0d4e164da36e3","status":"passed","time":{"start":1726218188576,"stop":1726218188577,"duration":1}},{"uid":"8bb32d7646448924","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8bb32d7646448924","status":"passed","time":{"start":1726217441535,"stop":1726217441535,"duration":0}},{"uid":"c53c09846d2c7774","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c53c09846d2c7774","status":"passed","time":{"start":1726217383196,"stop":1726217383197,"duration":1}}]},"tags":[]},"source":"3171ebd1f3ad5ef6.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/319ba275bc35c263.json b/7434/data/test-cases/319ba275bc35c263.json new file mode 100644 index 00000000000..b9dc5b7c506 --- /dev/null +++ b/7434/data/test-cases/319ba275bc35c263.json @@ -0,0 +1 @@ +{"uid":"319ba275bc35c263","name":"throws on content topic with empty topic name field","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with empty topic name field","historyId":"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283074,"stop":1726218283075,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eb6b72227c566036","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eb6b72227c566036","status":"passed","time":{"start":1726218188577,"stop":1726218188578,"duration":1}},{"uid":"2023ebfaf707bc74","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2023ebfaf707bc74","status":"passed","time":{"start":1726217441536,"stop":1726217441536,"duration":0}},{"uid":"1e87573291508231","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1e87573291508231","status":"passed","time":{"start":1726217383198,"stop":1726217383198,"duration":0}}]},"tags":[]},"source":"319ba275bc35c263.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ae29183dafc43ef2.json b/7434/data/test-cases/32070ae6cab1c299.json similarity index 51% rename from 7408/data/test-cases/ae29183dafc43ef2.json rename to 7434/data/test-cases/32070ae6cab1c299.json index 8a1c684e223..cd15b5b7ae6 100644 --- a/7408/data/test-cases/ae29183dafc43ef2.json +++ b/7434/data/test-cases/32070ae6cab1c299.json @@ -1 +1 @@ -{"uid":"ae29183dafc43ef2","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":1725579198134,"stop":1725579198135,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"7bd52e0d419fdb2f","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/7bd52e0d419fdb2f","status":"passed","time":{"start":1725578741441,"stop":1725578741442,"duration":1}},{"uid":"eaed4fafc8b3ea98","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/eaed4fafc8b3ea98","status":"passed","time":{"start":1725578410522,"stop":1725578410523,"duration":1}},{"uid":"9326260b10053094","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9326260b10053094","status":"passed","time":{"start":1725577675754,"stop":1725577675755,"duration":1}},{"uid":"e202bb53ada7db9a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e202bb53ada7db9a","status":"passed","time":{"start":1725577331186,"stop":1725577331186,"duration":0}},{"uid":"1ada4e3b0c03040c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1ada4e3b0c03040c","status":"passed","time":{"start":1725577286898,"stop":1725577286898,"duration":0}},{"uid":"d69f89b9f4686a5b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d69f89b9f4686a5b","status":"passed","time":{"start":1725576865754,"stop":1725576865754,"duration":0}}]},"tags":[]},"source":"ae29183dafc43ef2.json","parameterValues":[]} \ No newline at end of file +{"uid":"32070ae6cab1c299","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":1726218788034,"stop":1726218788034,"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":4,"unknown":0,"total":4},"items":[{"uid":"a16fc328df816b44","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a16fc328df816b44","status":"passed","time":{"start":1726218685050,"stop":1726218685050,"duration":0}},{"uid":"3bf46a1397bddf6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3bf46a1397bddf6","status":"passed","time":{"start":1726217960211,"stop":1726217960211,"duration":0}},{"uid":"16bc844da4a746a8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/16bc844da4a746a8","status":"passed","time":{"start":1726217875222,"stop":1726217875223,"duration":1}}]},"tags":[]},"source":"32070ae6cab1c299.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/7f65cc846247c3ca.json b/7434/data/test-cases/321068e417e1b2b7.json similarity index 93% rename from 7408/data/test-cases/7f65cc846247c3ca.json rename to 7434/data/test-cases/321068e417e1b2b7.json index 9ec184262f7..5376dc3343c 100644 --- a/7408/data/test-cases/7f65cc846247c3ca.json +++ b/7434/data/test-cases/321068e417e1b2b7.json @@ -1 +1 @@ -{"uid":"7f65cc846247c3ca","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":1725579187565,"stop":1725579187566,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"791ae0b99f7a0dbc","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/791ae0b99f7a0dbc","status":"passed","time":{"start":1725578730883,"stop":1725578730883,"duration":0}},{"uid":"6e1f6030a140e551","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/6e1f6030a140e551","status":"passed","time":{"start":1725578399085,"stop":1725578399085,"duration":0}},{"uid":"573f097867971d82","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/573f097867971d82","status":"passed","time":{"start":1725577666253,"stop":1725577666254,"duration":1}},{"uid":"904efefbf97aaef4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/904efefbf97aaef4","status":"passed","time":{"start":1725577318864,"stop":1725577318864,"duration":0}},{"uid":"a26a0e8eda1a2e9","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a26a0e8eda1a2e9","status":"passed","time":{"start":1725577277084,"stop":1725577277085,"duration":1}},{"uid":"e7d5f9c5f7bb304e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e7d5f9c5f7bb304e","status":"passed","time":{"start":1725576853127,"stop":1725576853128,"duration":1}}]},"tags":[]},"source":"7f65cc846247c3ca.json","parameterValues":[]} \ No newline at end of file +{"uid":"321068e417e1b2b7","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":1726218778173,"stop":1726218778174,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"8036525f0642dbba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8036525f0642dbba","status":"passed","time":{"start":1726218673541,"stop":1726218673542,"duration":1}},{"uid":"5eabbc224a0e71bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5eabbc224a0e71bd","status":"passed","time":{"start":1726217946674,"stop":1726217946675,"duration":1}},{"uid":"a1b664b60a58feef","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a1b664b60a58feef","status":"passed","time":{"start":1726217862767,"stop":1726217862768,"duration":1}}]},"tags":[]},"source":"321068e417e1b2b7.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/be3448fd95301bb1.json b/7434/data/test-cases/3217491cb103ac24.json similarity index 90% rename from 7408/data/test-cases/be3448fd95301bb1.json rename to 7434/data/test-cases/3217491cb103ac24.json index 940e3c6743d..7b90023f3f9 100644 --- a/7408/data/test-cases/be3448fd95301bb1.json +++ b/7434/data/test-cases/3217491cb103ac24.json @@ -1 +1 @@ -{"uid":"be3448fd95301bb1","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":1725579181271,"stop":1725579181272,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"17cbdf192339a168","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/17cbdf192339a168","status":"passed","time":{"start":1725578712622,"stop":1725578712622,"duration":0}},{"uid":"e592405ef16394f8","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/e592405ef16394f8","status":"passed","time":{"start":1725578380228,"stop":1725578380229,"duration":1}},{"uid":"9772e13642645250","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9772e13642645250","status":"passed","time":{"start":1725577661473,"stop":1725577661473,"duration":0}},{"uid":"20cf240777ddb704","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/20cf240777ddb704","status":"passed","time":{"start":1725577308310,"stop":1725577308311,"duration":1}},{"uid":"eeadf954d344b42d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/eeadf954d344b42d","status":"passed","time":{"start":1725577255376,"stop":1725577255376,"duration":0}},{"uid":"abe93b09b84e0820","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/abe93b09b84e0820","status":"passed","time":{"start":1725576839411,"stop":1725576839411,"duration":0}}]},"tags":[]},"source":"be3448fd95301bb1.json","parameterValues":[]} \ No newline at end of file +{"uid":"3217491cb103ac24","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":1726218764110,"stop":1726218764110,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"b2d16ff1ebd5e976","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b2d16ff1ebd5e976","status":"passed","time":{"start":1726218659025,"stop":1726218659025,"duration":0}},{"uid":"7b0118d58f5347dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b0118d58f5347dc","status":"passed","time":{"start":1726217924763,"stop":1726217924763,"duration":0}},{"uid":"289e3cc88a0c0151","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/289e3cc88a0c0151","status":"passed","time":{"start":1726217840566,"stop":1726217840567,"duration":1}}]},"tags":[]},"source":"3217491cb103ac24.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/12af0dc979f461c6.json b/7434/data/test-cases/32c9bf2db8e7352a.json similarity index 75% rename from 7408/data/test-cases/12af0dc979f461c6.json rename to 7434/data/test-cases/32c9bf2db8e7352a.json index 27d33042804..c1c1c0a650d 100644 --- a/7408/data/test-cases/12af0dc979f461c6.json +++ b/7434/data/test-cases/32c9bf2db8e7352a.json @@ -1 +1 @@ -{"uid":"12af0dc979f461c6","name":"safeDispatchEvent","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > safeDispatchEvent","historyId":"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578799990,"stop":1725578799990,"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":7,"unknown":0,"total":7},"items":[{"uid":"db1e1a4da4e6a0c0","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/db1e1a4da4e6a0c0","status":"passed","time":{"start":1725578342929,"stop":1725578342929,"duration":0}},{"uid":"acc850aeb16fe4c1","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/acc850aeb16fe4c1","status":"passed","time":{"start":1725578015555,"stop":1725578015555,"duration":0}},{"uid":"66afc8334ef589eb","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/66afc8334ef589eb","status":"passed","time":{"start":1725577283443,"stop":1725577283444,"duration":1}},{"uid":"bc771ce07466f0d9","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/bc771ce07466f0d9","status":"passed","time":{"start":1725576930403,"stop":1725576930403,"duration":0}},{"uid":"21ef0a80fcf6e835","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/21ef0a80fcf6e835","status":"passed","time":{"start":1725576882312,"stop":1725576882312,"duration":0}},{"uid":"4c9b97221f7e1edd","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4c9b97221f7e1edd","status":"passed","time":{"start":1725576465591,"stop":1725576465591,"duration":0}}]},"tags":[]},"source":"12af0dc979f461c6.json","parameterValues":[]} \ No newline at end of file +{"uid":"32c9bf2db8e7352a","name":"safeDispatchEvent","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > safeDispatchEvent","historyId":"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218375494,"stop":1726218375495,"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":4,"unknown":0,"total":4},"items":[{"uid":"ce6b13f7d2ad14c0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ce6b13f7d2ad14c0","status":"passed","time":{"start":1726218279691,"stop":1726218279695,"duration":4}},{"uid":"9e9273b9c8ce73cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9e9273b9c8ce73cd","status":"passed","time":{"start":1726217533048,"stop":1726217533048,"duration":0}},{"uid":"70c70457ae9c4f0f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/70c70457ae9c4f0f","status":"passed","time":{"start":1726217474966,"stop":1726217474967,"duration":1}}]},"tags":[]},"source":"32c9bf2db8e7352a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/36cef7fdbe21e130.json b/7434/data/test-cases/32e5e4ac50f26cdb.json similarity index 67% rename from 7408/data/test-cases/36cef7fdbe21e130.json rename to 7434/data/test-cases/32e5e4ac50f26cdb.json index 4603843ced7..31025b6c81d 100644 --- a/7408/data/test-cases/36cef7fdbe21e130.json +++ b/7434/data/test-cases/32e5e4ac50f26cdb.json @@ -1 +1 @@ -{"uid":"36cef7fdbe21e130","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":1725578943260,"stop":1725578943260,"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":7,"unknown":0,"total":7},"items":[{"uid":"2c7437447c6dc49e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/2c7437447c6dc49e","status":"passed","time":{"start":1725578482190,"stop":1725578482191,"duration":1}},{"uid":"56c2d408021e091d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/56c2d408021e091d","status":"passed","time":{"start":1725578156662,"stop":1725578156662,"duration":0}},{"uid":"9d6027168aff9dd9","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9d6027168aff9dd9","status":"passed","time":{"start":1725577429926,"stop":1725577429927,"duration":1}},{"uid":"97a92002f1e4d4d7","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/97a92002f1e4d4d7","status":"passed","time":{"start":1725577060145,"stop":1725577060146,"duration":1}},{"uid":"8f80a25aad018d8c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8f80a25aad018d8c","status":"passed","time":{"start":1725577040680,"stop":1725577040681,"duration":1}},{"uid":"6e6824b949b45ad0","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/6e6824b949b45ad0","status":"passed","time":{"start":1725576604967,"stop":1725576604967,"duration":0}}]},"tags":[]},"source":"36cef7fdbe21e130.json","parameterValues":[]} \ No newline at end of file +{"uid":"32e5e4ac50f26cdb","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":1726218523023,"stop":1726218523023,"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":4,"unknown":0,"total":4},"items":[{"uid":"cc6e39bc51be44e2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc6e39bc51be44e2","status":"passed","time":{"start":1726218422909,"stop":1726218422910,"duration":1}},{"uid":"85ca7103e2492eab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/85ca7103e2492eab","status":"passed","time":{"start":1726217687429,"stop":1726217687430,"duration":1}},{"uid":"4259f6e86835781b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4259f6e86835781b","status":"passed","time":{"start":1726217604498,"stop":1726217604499,"duration":1}}]},"tags":[]},"source":"32e5e4ac50f26cdb.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/56250c7a4e18d6f.json b/7434/data/test-cases/32f121014bff52c.json similarity index 61% rename from 7408/data/test-cases/56250c7a4e18d6f.json rename to 7434/data/test-cases/32f121014bff52c.json index 1ca4280d511..32ef0dffaae 100644 --- a/7408/data/test-cases/56250c7a4e18d6f.json +++ b/7434/data/test-cases/32f121014bff52c.json @@ -1 +1 @@ -{"uid":"56250c7a4e18d6f","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","historyId":"2557ec157df35bf6d707685321bea72f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579102809,"stop":1725579102809,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"d4a2e09c0599df09","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d4a2e09c0599df09","status":"passed","time":{"start":1725578664269,"stop":1725578664270,"duration":1}},{"uid":"7ff9c9032bff1af5","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/7ff9c9032bff1af5","status":"passed","time":{"start":1725578314144,"stop":1725578314145,"duration":1}},{"uid":"38a0374d25367b26","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/38a0374d25367b26","status":"passed","time":{"start":1725577562986,"stop":1725577562986,"duration":0}},{"uid":"3ac932d5195442fb","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3ac932d5195442fb","status":"passed","time":{"start":1725577209702,"stop":1725577209702,"duration":0}},{"uid":"81be61c55f689ba9","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/81be61c55f689ba9","status":"passed","time":{"start":1725577172568,"stop":1725577172568,"duration":0}},{"uid":"ba7e580f709fc183","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ba7e580f709fc183","status":"passed","time":{"start":1725576779738,"stop":1725576779738,"duration":0}}]},"tags":[]},"source":"56250c7a4e18d6f.json","parameterValues":[]} \ No newline at end of file +{"uid":"32f121014bff52c","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","historyId":"2b1dd4e975806d76599d997e3099ca66:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218669771,"stop":1726218669772,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"781bfe5de63f83d4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/781bfe5de63f83d4","status":"passed","time":{"start":1726218612952,"stop":1726218612953,"duration":1}},{"uid":"d776aaeeb51f5624","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d776aaeeb51f5624","status":"passed","time":{"start":1726217868232,"stop":1726217868232,"duration":0}},{"uid":"f2a3055cad5c6c52","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f2a3055cad5c6c52","status":"passed","time":{"start":1726217785165,"stop":1726217785166,"duration":1}}]},"tags":[]},"source":"32f121014bff52c.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/330d8a8e30a1464a.json b/7434/data/test-cases/330d8a8e30a1464a.json new file mode 100644 index 00000000000..89d6f87812c --- /dev/null +++ b/7434/data/test-cases/330d8a8e30a1464a.json @@ -0,0 +1 @@ +{"uid":"330d8a8e30a1464a","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":1726218862984,"stop":1726218862988,"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":4,"unknown":0,"total":4},"items":[{"uid":"2f71e9f909a8d56d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2f71e9f909a8d56d","status":"passed","time":{"start":1726218781370,"stop":1726218781371,"duration":1}},{"uid":"a19fa9505e421d8b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a19fa9505e421d8b","status":"passed","time":{"start":1726218013689,"stop":1726218013689,"duration":0}},{"uid":"4befe073dfec3517","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4befe073dfec3517","status":"passed","time":{"start":1726217945323,"stop":1726217945323,"duration":0}}]},"tags":[]},"source":"330d8a8e30a1464a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/80b91c5feed3d096.json b/7434/data/test-cases/33a5c70aa8f6ce59.json similarity index 64% rename from 7408/data/test-cases/80b91c5feed3d096.json rename to 7434/data/test-cases/33a5c70aa8f6ce59.json index 4c61c695721..93155c9f164 100644 --- a/7408/data/test-cases/80b91c5feed3d096.json +++ b/7434/data/test-cases/33a5c70aa8f6ce59.json @@ -1 +1 @@ -{"uid":"80b91c5feed3d096","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":1725578821024,"stop":1725578821024,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"634d2d130a996ae4","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/634d2d130a996ae4","status":"passed","time":{"start":1725578364015,"stop":1725578364016,"duration":1}},{"uid":"4d1422658fed47a1","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4d1422658fed47a1","status":"passed","time":{"start":1725578036033,"stop":1725578036033,"duration":0}},{"uid":"1dff5ff8ae9df3d7","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1dff5ff8ae9df3d7","status":"passed","time":{"start":1725577305061,"stop":1725577305061,"duration":0}},{"uid":"cfd5496cc9751e2a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/cfd5496cc9751e2a","status":"passed","time":{"start":1725576952662,"stop":1725576952663,"duration":1}},{"uid":"cc8412437094794c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/cc8412437094794c","status":"passed","time":{"start":1725576905952,"stop":1725576905953,"duration":1}},{"uid":"8ad6f131bcbd00f5","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/8ad6f131bcbd00f5","status":"passed","time":{"start":1725576488225,"stop":1725576488225,"duration":0}}]},"tags":[]},"source":"80b91c5feed3d096.json","parameterValues":[]} \ No newline at end of file +{"uid":"33a5c70aa8f6ce59","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":1726218397741,"stop":1726218397742,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"911bd0a9fce935ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/911bd0a9fce935ab","status":"passed","time":{"start":1726218303230,"stop":1726218303230,"duration":0}},{"uid":"522f26a6ca24594f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/522f26a6ca24594f","status":"passed","time":{"start":1726217551914,"stop":1726217551914,"duration":0}},{"uid":"fbe1d3ccae91eb9e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fbe1d3ccae91eb9e","status":"passed","time":{"start":1726217494759,"stop":1726217494759,"duration":0}}]},"tags":[]},"source":"33a5c70aa8f6ce59.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/33ef4c9801e0a51d.json b/7434/data/test-cases/33ef4c9801e0a51d.json new file mode 100644 index 00000000000..deb150acf1b --- /dev/null +++ b/7434/data/test-cases/33ef4c9801e0a51d.json @@ -0,0 +1 @@ +{"uid":"33ef4c9801e0a51d","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":1726218778227,"stop":1726218778231,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7679673981e5ba08","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7679673981e5ba08","status":"passed","time":{"start":1726218673556,"stop":1726218673557,"duration":1}},{"uid":"63d86311cdb44ca9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/63d86311cdb44ca9","status":"passed","time":{"start":1726217946724,"stop":1726217946725,"duration":1}},{"uid":"243d1c4aa1924529","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/243d1c4aa1924529","status":"passed","time":{"start":1726217862781,"stop":1726217862781,"duration":0}}]},"tags":[]},"source":"33ef4c9801e0a51d.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/342f55d395fcaac2.json b/7434/data/test-cases/342f55d395fcaac2.json new file mode 100644 index 00000000000..01c46d1241a --- /dev/null +++ b/7434/data/test-cases/342f55d395fcaac2.json @@ -0,0 +1 @@ +{"uid":"342f55d395fcaac2","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":1726218806752,"stop":1726218806753,"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":4,"unknown":0,"total":4},"items":[{"uid":"6fd59e73a16ea7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6fd59e73a16ea7","status":"passed","time":{"start":1726218706736,"stop":1726218706737,"duration":1}},{"uid":"e66192f75d7908bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e66192f75d7908bf","status":"passed","time":{"start":1726217976600,"stop":1726217976600,"duration":0}},{"uid":"e9a1add65d414698","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e9a1add65d414698","status":"passed","time":{"start":1726217890291,"stop":1726217890291,"duration":0}}]},"tags":[]},"source":"342f55d395fcaac2.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c44274a5e6cc7d7d.json b/7434/data/test-cases/3435de0fce6427c9.json similarity index 67% rename from 7408/data/test-cases/c44274a5e6cc7d7d.json rename to 7434/data/test-cases/3435de0fce6427c9.json index 4bddb745877..5deae8a805f 100644 --- a/7408/data/test-cases/c44274a5e6cc7d7d.json +++ b/7434/data/test-cases/3435de0fce6427c9.json @@ -1 +1 @@ -{"uid":"c44274a5e6cc7d7d","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":1725578943274,"stop":1725578943274,"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":7,"unknown":0,"total":7},"items":[{"uid":"a6072e1549b0d72","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a6072e1549b0d72","status":"passed","time":{"start":1725578482194,"stop":1725578482194,"duration":0}},{"uid":"964d2421ac4bc468","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/964d2421ac4bc468","status":"passed","time":{"start":1725578156670,"stop":1725578156671,"duration":1}},{"uid":"ba0572591a098645","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ba0572591a098645","status":"passed","time":{"start":1725577429929,"stop":1725577429929,"duration":0}},{"uid":"d416fb9eff8e4008","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d416fb9eff8e4008","status":"passed","time":{"start":1725577060148,"stop":1725577060148,"duration":0}},{"uid":"f6e5142c186e2ba1","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f6e5142c186e2ba1","status":"passed","time":{"start":1725577040689,"stop":1725577040690,"duration":1}},{"uid":"c09662be8eeccace","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c09662be8eeccace","status":"passed","time":{"start":1725576604969,"stop":1725576604970,"duration":1}}]},"tags":[]},"source":"c44274a5e6cc7d7d.json","parameterValues":[]} \ No newline at end of file +{"uid":"3435de0fce6427c9","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":1726218523025,"stop":1726218523025,"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":4,"unknown":0,"total":4},"items":[{"uid":"9ceb081d67f65492","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9ceb081d67f65492","status":"passed","time":{"start":1726218422916,"stop":1726218422916,"duration":0}},{"uid":"a5449bf876e4d8b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a5449bf876e4d8b5","status":"passed","time":{"start":1726217687438,"stop":1726217687439,"duration":1}},{"uid":"51431c16b3002b30","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/51431c16b3002b30","status":"passed","time":{"start":1726217604515,"stop":1726217604518,"duration":3}}]},"tags":[]},"source":"3435de0fce6427c9.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/24af6fad73d9d53f.json b/7434/data/test-cases/34a3024e98051e32.json similarity index 80% rename from 7408/data/test-cases/24af6fad73d9d53f.json rename to 7434/data/test-cases/34a3024e98051e32.json index 044fe708cb1..f452ba498c9 100644 --- a/7408/data/test-cases/24af6fad73d9d53f.json +++ b/7434/data/test-cases/34a3024e98051e32.json @@ -1 +1 @@ -{"uid":"24af6fad73d9d53f","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":1725579222046,"stop":1725579222047,"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":7,"unknown":0,"total":7},"items":[{"uid":"a3c73b1940673b","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a3c73b1940673b","status":"passed","time":{"start":1725578763701,"stop":1725578763702,"duration":1}},{"uid":"106d2700c02f90a6","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/106d2700c02f90a6","status":"passed","time":{"start":1725578437615,"stop":1725578437616,"duration":1}},{"uid":"e22d8d185a580b9a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e22d8d185a580b9a","status":"passed","time":{"start":1725577679208,"stop":1725577679209,"duration":1}},{"uid":"3e2acb8879e01d8c","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3e2acb8879e01d8c","status":"passed","time":{"start":1725577331514,"stop":1725577331514,"duration":0}},{"uid":"246e11fb670e4cae","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/246e11fb670e4cae","status":"passed","time":{"start":1725577298220,"stop":1725577298220,"duration":0}},{"uid":"dea5ed055a115052","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/dea5ed055a115052","status":"passed","time":{"start":1725576890428,"stop":1725576890428,"duration":0}}]},"tags":[]},"source":"24af6fad73d9d53f.json","parameterValues":[]} \ No newline at end of file +{"uid":"34a3024e98051e32","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":1726218793427,"stop":1726218793428,"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":4,"unknown":0,"total":4},"items":[{"uid":"cc9cf19b454cda14","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc9cf19b454cda14","status":"passed","time":{"start":1726218722075,"stop":1726218722079,"duration":4}},{"uid":"9bb30bb1031e3773","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9bb30bb1031e3773","status":"passed","time":{"start":1726217978645,"stop":1726217978645,"duration":0}},{"uid":"30cc37a09f9dc88c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/30cc37a09f9dc88c","status":"passed","time":{"start":1726217893872,"stop":1726217893872,"duration":0}}]},"tags":[]},"source":"34a3024e98051e32.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c161e94a7a7f61ac.json b/7434/data/test-cases/3578b6b775ac898d.json similarity index 93% rename from 7408/data/test-cases/c161e94a7a7f61ac.json rename to 7434/data/test-cases/3578b6b775ac898d.json index 24ac8afaea3..c04fc4f5bee 100644 --- a/7408/data/test-cases/c161e94a7a7f61ac.json +++ b/7434/data/test-cases/3578b6b775ac898d.json @@ -1 +1 @@ -{"uid":"c161e94a7a7f61ac","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":1725579187581,"stop":1725579187582,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"ddf7f814b1fb147c","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ddf7f814b1fb147c","status":"passed","time":{"start":1725578730900,"stop":1725578730900,"duration":0}},{"uid":"321cac7f2253ebcb","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/321cac7f2253ebcb","status":"passed","time":{"start":1725578399106,"stop":1725578399106,"duration":0}},{"uid":"f8c3add93f51de43","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f8c3add93f51de43","status":"passed","time":{"start":1725577666303,"stop":1725577666308,"duration":5}},{"uid":"bd94f4b024521f7b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/bd94f4b024521f7b","status":"passed","time":{"start":1725577318883,"stop":1725577318883,"duration":0}},{"uid":"b7b56261c7543938","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b7b56261c7543938","status":"passed","time":{"start":1725577277111,"stop":1725577277111,"duration":0}},{"uid":"2a7e2d0a2d0378c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2a7e2d0a2d0378c","status":"passed","time":{"start":1725576853193,"stop":1725576853194,"duration":1}}]},"tags":[]},"source":"c161e94a7a7f61ac.json","parameterValues":[]} \ No newline at end of file +{"uid":"3578b6b775ac898d","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":1726218778287,"stop":1726218778288,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"a14558ea907e34d1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a14558ea907e34d1","status":"passed","time":{"start":1726218673563,"stop":1726218673563,"duration":0}},{"uid":"fa930ca5f2fb2f33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa930ca5f2fb2f33","status":"passed","time":{"start":1726217946742,"stop":1726217946743,"duration":1}},{"uid":"78b15efb9775cbb5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/78b15efb9775cbb5","status":"passed","time":{"start":1726217862798,"stop":1726217862799,"duration":1}}]},"tags":[]},"source":"3578b6b775ac898d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1715680ba11d3035.json b/7434/data/test-cases/3594fe57f9ea49db.json similarity index 71% rename from 7408/data/test-cases/1715680ba11d3035.json rename to 7434/data/test-cases/3594fe57f9ea49db.json index 77951c8e295..e5efd86a56d 100644 --- a/7408/data/test-cases/1715680ba11d3035.json +++ b/7434/data/test-cases/3594fe57f9ea49db.json @@ -1 +1 @@ -{"uid":"1715680ba11d3035","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","historyId":"3158802b7db8fbfb451ab4d676c95192:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579102806,"stop":1725579102807,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"cc11efdefc99fe6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/cc11efdefc99fe6","status":"passed","time":{"start":1725578664267,"stop":1725578664267,"duration":0}},{"uid":"c98d75cce2d5ec00","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c98d75cce2d5ec00","status":"passed","time":{"start":1725578314137,"stop":1725578314137,"duration":0}},{"uid":"d006a54211563df0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d006a54211563df0","status":"passed","time":{"start":1725577562984,"stop":1725577562984,"duration":0}},{"uid":"f3fabbc64c6fad9a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f3fabbc64c6fad9a","status":"passed","time":{"start":1725577209688,"stop":1725577209688,"duration":0}},{"uid":"f2492a7d4aa78328","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f2492a7d4aa78328","status":"passed","time":{"start":1725577172565,"stop":1725577172566,"duration":1}},{"uid":"3a14588e511ccc0a","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3a14588e511ccc0a","status":"passed","time":{"start":1725576779735,"stop":1725576779735,"duration":0}}]},"tags":[]},"source":"1715680ba11d3035.json","parameterValues":[]} \ No newline at end of file +{"uid":"3594fe57f9ea49db","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","historyId":"3158802b7db8fbfb451ab4d676c95192:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218669769,"stop":1726218669770,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a8e36531cc8195c3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a8e36531cc8195c3","status":"passed","time":{"start":1726218612951,"stop":1726218612951,"duration":0}},{"uid":"21d81dc43d92ec0e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21d81dc43d92ec0e","status":"passed","time":{"start":1726217868231,"stop":1726217868231,"duration":0}},{"uid":"b8da419067143d70","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b8da419067143d70","status":"passed","time":{"start":1726217785162,"stop":1726217785163,"duration":1}}]},"tags":[]},"source":"3594fe57f9ea49db.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4bfa0f0e6ce685e5.json b/7434/data/test-cases/35d66046eb6255f0.json similarity index 67% rename from 7408/data/test-cases/4bfa0f0e6ce685e5.json rename to 7434/data/test-cases/35d66046eb6255f0.json index 107b71e02fd..867db7ee85e 100644 --- a/7408/data/test-cases/4bfa0f0e6ce685e5.json +++ b/7434/data/test-cases/35d66046eb6255f0.json @@ -1 +1 @@ -{"uid":"4bfa0f0e6ce685e5","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":1725578943257,"stop":1725578943258,"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":7,"unknown":0,"total":7},"items":[{"uid":"c1519678067af18","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/c1519678067af18","status":"passed","time":{"start":1725578482176,"stop":1725578482177,"duration":1}},{"uid":"58b11f09a4c4311f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/58b11f09a4c4311f","status":"passed","time":{"start":1725578156658,"stop":1725578156658,"duration":0}},{"uid":"2f6f9187dad486a7","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2f6f9187dad486a7","status":"passed","time":{"start":1725577429924,"stop":1725577429924,"duration":0}},{"uid":"4bedf740afb6f23d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4bedf740afb6f23d","status":"passed","time":{"start":1725577060141,"stop":1725577060142,"duration":1}},{"uid":"32a1c22bfce0dd9a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/32a1c22bfce0dd9a","status":"passed","time":{"start":1725577040673,"stop":1725577040674,"duration":1}},{"uid":"78f220aedb95a466","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/78f220aedb95a466","status":"passed","time":{"start":1725576604960,"stop":1725576604960,"duration":0}}]},"tags":[]},"source":"4bfa0f0e6ce685e5.json","parameterValues":[]} \ No newline at end of file +{"uid":"35d66046eb6255f0","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":1726218523019,"stop":1726218523019,"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":4,"unknown":0,"total":4},"items":[{"uid":"3e8a360d4e4d1c62","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e8a360d4e4d1c62","status":"passed","time":{"start":1726218422903,"stop":1726218422904,"duration":1}},{"uid":"b28609a032130aa1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b28609a032130aa1","status":"passed","time":{"start":1726217687426,"stop":1726217687427,"duration":1}},{"uid":"96a93c7dfd1ba75e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96a93c7dfd1ba75e","status":"passed","time":{"start":1726217604495,"stop":1726217604496,"duration":1}}]},"tags":[]},"source":"35d66046eb6255f0.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/35e2ad0ffd61e6a9.json b/7434/data/test-cases/35e2ad0ffd61e6a9.json new file mode 100644 index 00000000000..f6b4c0c4e66 --- /dev/null +++ b/7434/data/test-cases/35e2ad0ffd61e6a9.json @@ -0,0 +1 @@ +{"uid":"35e2ad0ffd61e6a9","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":1726218291667,"stop":1726218291667,"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":4,"unknown":0,"total":4},"items":[{"uid":"47dab09c6930c972","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/47dab09c6930c972","status":"passed","time":{"start":1726218197006,"stop":1726218197006,"duration":0}},{"uid":"b3bfaf07310f90e6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3bfaf07310f90e6","status":"passed","time":{"start":1726217450204,"stop":1726217450204,"duration":0}},{"uid":"92ea33cb90981a21","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/92ea33cb90981a21","status":"passed","time":{"start":1726217391855,"stop":1726217391856,"duration":1}}]},"tags":[]},"source":"35e2ad0ffd61e6a9.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/59602f3be523709a.json b/7434/data/test-cases/361c7d4a52bd7515.json similarity index 67% rename from 7408/data/test-cases/59602f3be523709a.json rename to 7434/data/test-cases/361c7d4a52bd7515.json index d2909713967..04701118c1e 100644 --- a/7408/data/test-cases/59602f3be523709a.json +++ b/7434/data/test-cases/361c7d4a52bd7515.json @@ -1 +1 @@ -{"uid":"59602f3be523709a","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":1725578943255,"stop":1725578943255,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"402c3c90455e13f7","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/402c3c90455e13f7","status":"passed","time":{"start":1725578482164,"stop":1725578482165,"duration":1}},{"uid":"2f6c312f7f3952b3","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2f6c312f7f3952b3","status":"passed","time":{"start":1725578156652,"stop":1725578156653,"duration":1}},{"uid":"3ee08f1ef7d68060","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/3ee08f1ef7d68060","status":"passed","time":{"start":1725577429919,"stop":1725577429919,"duration":0}},{"uid":"4dff58781781a3d4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4dff58781781a3d4","status":"passed","time":{"start":1725577060135,"stop":1725577060136,"duration":1}},{"uid":"a816f3c2bad1aaa","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a816f3c2bad1aaa","status":"passed","time":{"start":1725577040666,"stop":1725577040666,"duration":0}},{"uid":"cab4dd6b8e8b3bb6","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/cab4dd6b8e8b3bb6","status":"passed","time":{"start":1725576604957,"stop":1725576604957,"duration":0}}]},"tags":[]},"source":"59602f3be523709a.json","parameterValues":[]} \ No newline at end of file +{"uid":"361c7d4a52bd7515","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":1726218523016,"stop":1726218523016,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"adb887129de0b0f2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/adb887129de0b0f2","status":"passed","time":{"start":1726218422898,"stop":1726218422898,"duration":0}},{"uid":"6a918a6e973d43a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6a918a6e973d43a0","status":"passed","time":{"start":1726217687423,"stop":1726217687423,"duration":0}},{"uid":"46a98932451d53c0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/46a98932451d53c0","status":"passed","time":{"start":1726217604490,"stop":1726217604490,"duration":0}}]},"tags":[]},"source":"361c7d4a52bd7515.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/3635fc44fd8f2555.json b/7434/data/test-cases/3635fc44fd8f2555.json new file mode 100644 index 00000000000..84ac2a4f46d --- /dev/null +++ b/7434/data/test-cases/3635fc44fd8f2555.json @@ -0,0 +1 @@ +{"uid":"3635fc44fd8f2555","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":1726218291659,"stop":1726218291660,"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":4,"unknown":0,"total":4},"items":[{"uid":"9d43ce8314e1a679","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9d43ce8314e1a679","status":"passed","time":{"start":1726218196998,"stop":1726218196998,"duration":0}},{"uid":"10f9bae00905c9d9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/10f9bae00905c9d9","status":"passed","time":{"start":1726217450195,"stop":1726217450196,"duration":1}},{"uid":"fffd17e4146ca360","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fffd17e4146ca360","status":"passed","time":{"start":1726217391847,"stop":1726217391847,"duration":0}}]},"tags":[]},"source":"3635fc44fd8f2555.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/366dffa50af051e4.json b/7434/data/test-cases/366dffa50af051e4.json new file mode 100644 index 00000000000..d4441b2fb92 --- /dev/null +++ b/7434/data/test-cases/366dffa50af051e4.json @@ -0,0 +1 @@ +{"uid":"366dffa50af051e4","name":"connects to nwaku","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Interop: ServiceNode > connects to nwaku","historyId":"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218917023,"stop":1726218917024,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Dial [node only]"},{"name":"suite","value":"Interop: ServiceNode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"18b3cdb3e716b5ea","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/18b3cdb3e716b5ea","status":"passed","time":{"start":1726218827655,"stop":1726218827655,"duration":0}},{"uid":"ed54ac08cbaa7d2f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed54ac08cbaa7d2f","status":"passed","time":{"start":1726218090762,"stop":1726218090763,"duration":1}},{"uid":"cff0517efef09603","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cff0517efef09603","status":"passed","time":{"start":1726217999475,"stop":1726217999476,"duration":1}}]},"tags":[]},"source":"366dffa50af051e4.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c83122694b1a1d4b.json b/7434/data/test-cases/367baa7872b9c6bc.json similarity index 92% rename from 7408/data/test-cases/c83122694b1a1d4b.json rename to 7434/data/test-cases/367baa7872b9c6bc.json index 8c3bd6a3e9e..f6011369e16 100644 --- a/7408/data/test-cases/c83122694b1a1d4b.json +++ b/7434/data/test-cases/367baa7872b9c6bc.json @@ -1 +1 @@ -{"uid":"c83122694b1a1d4b","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":1725579297988,"stop":1725579297988,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"ebf368a03e05e677","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ebf368a03e05e677","status":"passed","time":{"start":1725578825357,"stop":1725578825357,"duration":0}},{"uid":"9334da150f6fd9fa","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9334da150f6fd9fa","status":"passed","time":{"start":1725578517015,"stop":1725578517016,"duration":1}},{"uid":"efb18ea22ba8d45","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/efb18ea22ba8d45","status":"passed","time":{"start":1725577784930,"stop":1725577784930,"duration":0}},{"uid":"ce54547491ade39e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/ce54547491ade39e","status":"passed","time":{"start":1725577433793,"stop":1725577433793,"duration":0}},{"uid":"9a66cd1ef4732509","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/9a66cd1ef4732509","status":"passed","time":{"start":1725577392067,"stop":1725577392067,"duration":0}},{"uid":"e1a1444402e8b9ef","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e1a1444402e8b9ef","status":"passed","time":{"start":1725576971863,"stop":1725576971864,"duration":1}}]},"tags":[]},"source":"c83122694b1a1d4b.json","parameterValues":[]} \ No newline at end of file +{"uid":"367baa7872b9c6bc","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":1726218879340,"stop":1726218879340,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"760a0b73fd333c10","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/760a0b73fd333c10","status":"passed","time":{"start":1726218787586,"stop":1726218787586,"duration":0}},{"uid":"176c58e700c9d627","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/176c58e700c9d627","status":"passed","time":{"start":1726218066298,"stop":1726218066298,"duration":0}},{"uid":"755019ded38c6117","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/755019ded38c6117","status":"passed","time":{"start":1726217965318,"stop":1726217965318,"duration":0}}]},"tags":[]},"source":"367baa7872b9c6bc.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/8eccc71fc3bc6466.json b/7434/data/test-cases/36824c297905f874.json similarity index 79% rename from 7408/data/test-cases/8eccc71fc3bc6466.json rename to 7434/data/test-cases/36824c297905f874.json index 06f864237f0..64a20ad45da 100644 --- a/7408/data/test-cases/8eccc71fc3bc6466.json +++ b/7434/data/test-cases/36824c297905f874.json @@ -1 +1 @@ -{"uid":"8eccc71fc3bc6466","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":1725578943245,"stop":1725578943245,"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":7,"unknown":0,"total":7},"items":[{"uid":"c024eef310ce7a5b","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/c024eef310ce7a5b","status":"passed","time":{"start":1725578482146,"stop":1725578482147,"duration":1}},{"uid":"8609fe3bb707d12e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8609fe3bb707d12e","status":"passed","time":{"start":1725578156640,"stop":1725578156642,"duration":2}},{"uid":"2f2257197dbbfe1","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2f2257197dbbfe1","status":"passed","time":{"start":1725577429912,"stop":1725577429912,"duration":0}},{"uid":"f27e758bfdd88a06","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f27e758bfdd88a06","status":"passed","time":{"start":1725577060114,"stop":1725577060114,"duration":0}},{"uid":"142b945f2000ad4d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/142b945f2000ad4d","status":"passed","time":{"start":1725577040652,"stop":1725577040653,"duration":1}},{"uid":"fadb93598c7d7403","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/fadb93598c7d7403","status":"passed","time":{"start":1725576604951,"stop":1725576604952,"duration":1}}]},"tags":[]},"source":"8eccc71fc3bc6466.json","parameterValues":[]} \ No newline at end of file +{"uid":"36824c297905f874","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":1726218523010,"stop":1726218523011,"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":4,"unknown":0,"total":4},"items":[{"uid":"b8edefb8edf66da1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b8edefb8edf66da1","status":"passed","time":{"start":1726218422894,"stop":1726218422894,"duration":0}},{"uid":"a8581a6e5485075c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a8581a6e5485075c","status":"passed","time":{"start":1726217687416,"stop":1726217687416,"duration":0}},{"uid":"26af7413f4a7a408","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/26af7413f4a7a408","status":"passed","time":{"start":1726217604479,"stop":1726217604480,"duration":1}}]},"tags":[]},"source":"36824c297905f874.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d8d148b545d78cd2.json b/7434/data/test-cases/36839293d899a7c1.json similarity index 71% rename from 7408/data/test-cases/d8d148b545d78cd2.json rename to 7434/data/test-cases/36839293d899a7c1.json index 49d63f249cb..d1118e3c009 100644 --- a/7408/data/test-cases/d8d148b545d78cd2.json +++ b/7434/data/test-cases/36839293d899a7c1.json @@ -1 +1 @@ -{"uid":"d8d148b545d78cd2","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","historyId":"0594382963bea32e9c8b3542e5bec09d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579102810,"stop":1725579102810,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"dc186f26bb4ee8a7","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/dc186f26bb4ee8a7","status":"passed","time":{"start":1725578664270,"stop":1725578664270,"duration":0}},{"uid":"8c90c02304efde4c","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8c90c02304efde4c","status":"passed","time":{"start":1725578314146,"stop":1725578314147,"duration":1}},{"uid":"7a450043b9f0e6ba","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7a450043b9f0e6ba","status":"passed","time":{"start":1725577562987,"stop":1725577562987,"duration":0}},{"uid":"aff926f7d7cdd4cd","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/aff926f7d7cdd4cd","status":"passed","time":{"start":1725577209703,"stop":1725577209703,"duration":0}},{"uid":"7a8e84ad4ef7810f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/7a8e84ad4ef7810f","status":"passed","time":{"start":1725577172568,"stop":1725577172569,"duration":1}},{"uid":"85e16f48bd3258b6","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/85e16f48bd3258b6","status":"passed","time":{"start":1725576779739,"stop":1725576779739,"duration":0}}]},"tags":[]},"source":"d8d148b545d78cd2.json","parameterValues":[]} \ No newline at end of file +{"uid":"36839293d899a7c1","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","historyId":"0594382963bea32e9c8b3542e5bec09d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218669774,"stop":1726218669774,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"81a43e5ffe88b55f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/81a43e5ffe88b55f","status":"passed","time":{"start":1726218612963,"stop":1726218612965,"duration":2}},{"uid":"b1da881b4a2fd795","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b1da881b4a2fd795","status":"passed","time":{"start":1726217868236,"stop":1726217868237,"duration":1}},{"uid":"ea195893363204c0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ea195893363204c0","status":"passed","time":{"start":1726217785171,"stop":1726217785174,"duration":3}}]},"tags":[]},"source":"36839293d899a7c1.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/27fde91b70425b1e.json b/7434/data/test-cases/36a9d65fe8d21203.json similarity index 89% rename from 7408/data/test-cases/27fde91b70425b1e.json rename to 7434/data/test-cases/36a9d65fe8d21203.json index db112ccf86d..3e7012cf122 100644 --- a/7408/data/test-cases/27fde91b70425b1e.json +++ b/7434/data/test-cases/36a9d65fe8d21203.json @@ -1 +1 @@ -{"uid":"27fde91b70425b1e","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":1725579272783,"stop":1725579272783,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"1e113f6386e758b2","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1e113f6386e758b2","status":"passed","time":{"start":1725578809261,"stop":1725578809261,"duration":0}},{"uid":"8320158f80fc5e27","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8320158f80fc5e27","status":"passed","time":{"start":1725578497027,"stop":1725578497027,"duration":0}},{"uid":"473b7938d0173191","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/473b7938d0173191","status":"passed","time":{"start":1725577747294,"stop":1725577747295,"duration":1}},{"uid":"536304721a7ee907","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/536304721a7ee907","status":"passed","time":{"start":1725577413201,"stop":1725577413202,"duration":1}},{"uid":"e9113cb5fe4f82e2","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e9113cb5fe4f82e2","status":"passed","time":{"start":1725577361995,"stop":1725577361996,"duration":1}},{"uid":"d2daa12447d25c52","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d2daa12447d25c52","status":"passed","time":{"start":1725576938357,"stop":1725576938358,"duration":1}}]},"tags":[]},"source":"27fde91b70425b1e.json","parameterValues":[]} \ No newline at end of file +{"uid":"36a9d65fe8d21203","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":1726218862988,"stop":1726218862989,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"11b86bb42b567e07","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/11b86bb42b567e07","status":"passed","time":{"start":1726218781371,"stop":1726218781373,"duration":2}},{"uid":"643a5ef7efb4579f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/643a5ef7efb4579f","status":"passed","time":{"start":1726218013690,"stop":1726218013690,"duration":0}},{"uid":"571ad5648eabb3b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/571ad5648eabb3b4","status":"passed","time":{"start":1726217945324,"stop":1726217945324,"duration":0}}]},"tags":[]},"source":"36a9d65fe8d21203.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/511619a0f19841ae.json b/7434/data/test-cases/36f49fe4f270b563.json similarity index 84% rename from 7408/data/test-cases/511619a0f19841ae.json rename to 7434/data/test-cases/36f49fe4f270b563.json index 6ac8e41db24..f4c0e78c436 100644 --- a/7408/data/test-cases/511619a0f19841ae.json +++ b/7434/data/test-cases/36f49fe4f270b563.json @@ -1 +1 @@ -{"uid":"511619a0f19841ae","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":1725578734307,"stop":1725578734307,"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":7,"unknown":0,"total":7},"items":[{"uid":"2eef5ca5e88c7ea5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/2eef5ca5e88c7ea5","status":"passed","time":{"start":1725578277363,"stop":1725578277363,"duration":0}},{"uid":"8286ed26da86fa03","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8286ed26da86fa03","status":"passed","time":{"start":1725577949911,"stop":1725577949911,"duration":0}},{"uid":"c7a3a32c46c2b350","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/c7a3a32c46c2b350","status":"passed","time":{"start":1725577217474,"stop":1725577217474,"duration":0}},{"uid":"b941835302c5108e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b941835302c5108e","status":"passed","time":{"start":1725576864178,"stop":1725576864178,"duration":0}},{"uid":"40c4be977451306e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/40c4be977451306e","status":"passed","time":{"start":1725576817204,"stop":1725576817204,"duration":0}},{"uid":"18bef7012b18a45c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/18bef7012b18a45c","status":"passed","time":{"start":1725576399274,"stop":1725576399274,"duration":0}}]},"tags":[]},"source":"511619a0f19841ae.json","parameterValues":[]} \ No newline at end of file +{"uid":"36f49fe4f270b563","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":1726218308580,"stop":1726218308581,"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":4,"unknown":0,"total":4},"items":[{"uid":"36ce9a42654e3261","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/36ce9a42654e3261","status":"passed","time":{"start":1726218213407,"stop":1726218213407,"duration":0}},{"uid":"e526ec3fd1963b8e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e526ec3fd1963b8e","status":"passed","time":{"start":1726217466674,"stop":1726217466675,"duration":1}},{"uid":"206710e8a1c0062e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/206710e8a1c0062e","status":"passed","time":{"start":1726217408295,"stop":1726217408295,"duration":0}}]},"tags":[]},"source":"36f49fe4f270b563.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/3741a4ed93904932.json b/7434/data/test-cases/3741a4ed93904932.json new file mode 100644 index 00000000000..573f6f6c229 --- /dev/null +++ b/7434/data/test-cases/3741a4ed93904932.json @@ -0,0 +1 @@ +{"uid":"3741a4ed93904932","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","historyId":"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283094,"stop":1726218283094,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5171f2c87f5546fb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5171f2c87f5546fb","status":"passed","time":{"start":1726218188595,"stop":1726218188595,"duration":0}},{"uid":"279eecbe50eba447","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/279eecbe50eba447","status":"passed","time":{"start":1726217441556,"stop":1726217441556,"duration":0}},{"uid":"cc3fe74226e417ec","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cc3fe74226e417ec","status":"passed","time":{"start":1726217383219,"stop":1726217383219,"duration":0}}]},"tags":[]},"source":"3741a4ed93904932.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/377ccda8c80955b3.json b/7434/data/test-cases/377ccda8c80955b3.json new file mode 100644 index 00000000000..55a2ce65429 --- /dev/null +++ b/7434/data/test-cases/377ccda8c80955b3.json @@ -0,0 +1 @@ +{"uid":"377ccda8c80955b3","name":"should convert content topics to PubsubTopics for autosharding","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should convert content topics to PubsubTopics for autosharding","historyId":"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283090,"stop":1726218283091,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fd2e10836f7103ed","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fd2e10836f7103ed","status":"passed","time":{"start":1726218188591,"stop":1726218188592,"duration":1}},{"uid":"e91d123d5773b3a9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e91d123d5773b3a9","status":"passed","time":{"start":1726217441552,"stop":1726217441552,"duration":0}},{"uid":"3a2a6e9890fa853f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3a2a6e9890fa853f","status":"passed","time":{"start":1726217383216,"stop":1726217383216,"duration":0}}]},"tags":[]},"source":"377ccda8c80955b3.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d40f6966515ee328.json b/7434/data/test-cases/37c7c2c4bab9ceb8.json similarity index 78% rename from 7408/data/test-cases/d40f6966515ee328.json rename to 7434/data/test-cases/37c7c2c4bab9ceb8.json index 25dd1019feb..d0417798040 100644 --- a/7408/data/test-cases/d40f6966515ee328.json +++ b/7434/data/test-cases/37c7c2c4bab9ceb8.json @@ -1 +1 @@ -{"uid":"d40f6966515ee328","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":1725579261705,"stop":1725579261705,"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":7,"unknown":0,"total":7},"items":[{"uid":"f70a9a4ab0729bec","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f70a9a4ab0729bec","status":"passed","time":{"start":1725578802835,"stop":1725578802836,"duration":1}},{"uid":"a6c44e2c9fce8edd","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a6c44e2c9fce8edd","status":"passed","time":{"start":1725578477404,"stop":1725578477411,"duration":7}},{"uid":"7da9fa48bdd33689","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7da9fa48bdd33689","status":"passed","time":{"start":1725577739574,"stop":1725577739575,"duration":1}},{"uid":"e9be70275e69cfa8","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e9be70275e69cfa8","status":"passed","time":{"start":1725577393702,"stop":1725577393702,"duration":0}},{"uid":"fb468cbb9c5f80ba","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/fb468cbb9c5f80ba","status":"passed","time":{"start":1725577347218,"stop":1725577347219,"duration":1}},{"uid":"124f7d994f04701","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/124f7d994f04701","status":"passed","time":{"start":1725576935081,"stop":1725576935093,"duration":12}}]},"tags":[]},"source":"d40f6966515ee328.json","parameterValues":[]} \ No newline at end of file +{"uid":"37c7c2c4bab9ceb8","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":1726218851924,"stop":1726218851924,"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":4,"unknown":0,"total":4},"items":[{"uid":"7a1f1ab215301204","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a1f1ab215301204","status":"passed","time":{"start":1726218761850,"stop":1726218761850,"duration":0}},{"uid":"2e6e42f34c4e0edf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e6e42f34c4e0edf","status":"passed","time":{"start":1726218020454,"stop":1726218020455,"duration":1}},{"uid":"999443686eab4540","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/999443686eab4540","status":"passed","time":{"start":1726217934111,"stop":1726217934112,"duration":1}}]},"tags":[]},"source":"37c7c2c4bab9ceb8.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/37e7b98ff53b561b.json b/7434/data/test-cases/37e7b98ff53b561b.json new file mode 100644 index 00000000000..303caeec9b2 --- /dev/null +++ b/7434/data/test-cases/37e7b98ff53b561b.json @@ -0,0 +1 @@ +{"uid":"37e7b98ff53b561b","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":1726218291658,"stop":1726218291659,"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":4,"unknown":0,"total":4},"items":[{"uid":"82352953b8d98362","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/82352953b8d98362","status":"passed","time":{"start":1726218196997,"stop":1726218196997,"duration":0}},{"uid":"eed9fd3f4e271512","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eed9fd3f4e271512","status":"passed","time":{"start":1726217450194,"stop":1726217450195,"duration":1}},{"uid":"e4c2ea4663efaacf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4c2ea4663efaacf","status":"passed","time":{"start":1726217391846,"stop":1726217391847,"duration":1}}]},"tags":[]},"source":"37e7b98ff53b561b.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/75a564d711ad9fea.json b/7434/data/test-cases/383680d481d5acd4.json similarity index 92% rename from 7408/data/test-cases/75a564d711ad9fea.json rename to 7434/data/test-cases/383680d481d5acd4.json index 38d6b9be2e8..e5321705fa2 100644 --- a/7408/data/test-cases/75a564d711ad9fea.json +++ b/7434/data/test-cases/383680d481d5acd4.json @@ -1 +1 @@ -{"uid":"75a564d711ad9fea","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":1725579297992,"stop":1725579297992,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"5cda48328c1a206c","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5cda48328c1a206c","status":"passed","time":{"start":1725578825360,"stop":1725578825360,"duration":0}},{"uid":"cf8bb75aadcf8a5a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/cf8bb75aadcf8a5a","status":"passed","time":{"start":1725578517018,"stop":1725578517019,"duration":1}},{"uid":"1a0a2e96ca7cd08b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1a0a2e96ca7cd08b","status":"passed","time":{"start":1725577784937,"stop":1725577784938,"duration":1}},{"uid":"1298e53ceae64fcc","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1298e53ceae64fcc","status":"passed","time":{"start":1725577433798,"stop":1725577433799,"duration":1}},{"uid":"db823d0b3b6aa7f9","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/db823d0b3b6aa7f9","status":"passed","time":{"start":1725577392069,"stop":1725577392069,"duration":0}},{"uid":"2dcc9becc9e6541e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2dcc9becc9e6541e","status":"passed","time":{"start":1725576971866,"stop":1725576971866,"duration":0}}]},"tags":[]},"source":"75a564d711ad9fea.json","parameterValues":[]} \ No newline at end of file +{"uid":"383680d481d5acd4","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":1726218879359,"stop":1726218879359,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c0ad18a5bd15b5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5c0ad18a5bd15b5f","status":"passed","time":{"start":1726218787589,"stop":1726218787589,"duration":0}},{"uid":"629ac4389cdadbd6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/629ac4389cdadbd6","status":"passed","time":{"start":1726218066303,"stop":1726218066303,"duration":0}},{"uid":"7ff5f04fe6ba86e2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7ff5f04fe6ba86e2","status":"passed","time":{"start":1726217965321,"stop":1726217965321,"duration":0}}]},"tags":[]},"source":"383680d481d5acd4.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/38771a52fe4c1f65.json b/7434/data/test-cases/38771a52fe4c1f65.json new file mode 100644 index 00000000000..de763941a4f --- /dev/null +++ b/7434/data/test-cases/38771a52fe4c1f65.json @@ -0,0 +1 @@ +{"uid":"38771a52fe4c1f65","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /waku/2/rs","historyId":"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283095,"stop":1726218283095,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8cf3c9ec695874ca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8cf3c9ec695874ca","status":"passed","time":{"start":1726218188596,"stop":1726218188596,"duration":0}},{"uid":"19980c71b7d1635c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/19980c71b7d1635c","status":"passed","time":{"start":1726217441557,"stop":1726217441557,"duration":0}},{"uid":"a732078360d2600a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a732078360d2600a","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"tags":[]},"source":"38771a52fe4c1f65.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/39a7543589d3d377.json b/7434/data/test-cases/3887e3f58a5d3f4e.json similarity index 68% rename from 7408/data/test-cases/39a7543589d3d377.json rename to 7434/data/test-cases/3887e3f58a5d3f4e.json index 61089117d28..bb10292ad06 100644 --- a/7408/data/test-cases/39a7543589d3d377.json +++ b/7434/data/test-cases/3887e3f58a5d3f4e.json @@ -1 +1 @@ -{"uid":"39a7543589d3d377","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":1725578943248,"stop":1725578943248,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"b2809b951e743433","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b2809b951e743433","status":"passed","time":{"start":1725578482163,"stop":1725578482163,"duration":0}},{"uid":"2dab61fcae0371dc","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2dab61fcae0371dc","status":"passed","time":{"start":1725578156645,"stop":1725578156645,"duration":0}},{"uid":"e97cb075f4a7b37d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e97cb075f4a7b37d","status":"passed","time":{"start":1725577429914,"stop":1725577429915,"duration":1}},{"uid":"3b456863bcc8110e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3b456863bcc8110e","status":"passed","time":{"start":1725577060117,"stop":1725577060117,"duration":0}},{"uid":"45c2f50fd82413ae","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/45c2f50fd82413ae","status":"passed","time":{"start":1725577040662,"stop":1725577040663,"duration":1}},{"uid":"18ef97711050594d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/18ef97711050594d","status":"passed","time":{"start":1725576604955,"stop":1725576604955,"duration":0}}]},"tags":[]},"source":"39a7543589d3d377.json","parameterValues":[]} \ No newline at end of file +{"uid":"3887e3f58a5d3f4e","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":1726218523014,"stop":1726218523014,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7f9f3fc6c438442d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7f9f3fc6c438442d","status":"passed","time":{"start":1726218422896,"stop":1726218422897,"duration":1}},{"uid":"47c004fa0a6df8fb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47c004fa0a6df8fb","status":"passed","time":{"start":1726217687421,"stop":1726217687421,"duration":0}},{"uid":"6a2921fb92be13ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a2921fb92be13ad","status":"passed","time":{"start":1726217604488,"stop":1726217604488,"duration":0}}]},"tags":[]},"source":"3887e3f58a5d3f4e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4c60000f3a64a86c.json b/7434/data/test-cases/3905969d36b25a5c.json similarity index 69% rename from 7408/data/test-cases/4c60000f3a64a86c.json rename to 7434/data/test-cases/3905969d36b25a5c.json index eed1cc1ee0e..b8ad17ab20f 100644 --- a/7408/data/test-cases/4c60000f3a64a86c.json +++ b/7434/data/test-cases/3905969d36b25a5c.json @@ -1 +1 @@ -{"uid":"4c60000f3a64a86c","name":"Ordered Callback - true","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - true","historyId":"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579303511,"stop":1725579303511,"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":7,"unknown":0,"total":7},"items":[{"uid":"93ea56f207f06f4a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/93ea56f207f06f4a","status":"passed","time":{"start":1725578839253,"stop":1725578839254,"duration":1}},{"uid":"35721af58f303a60","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/35721af58f303a60","status":"passed","time":{"start":1725578520682,"stop":1725578520682,"duration":0}},{"uid":"92f112324976685","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/92f112324976685","status":"passed","time":{"start":1725577773276,"stop":1725577773276,"duration":0}},{"uid":"ddd82087fc4cad83","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/ddd82087fc4cad83","status":"passed","time":{"start":1725577437291,"stop":1725577437291,"duration":0}},{"uid":"6dc703c7d565aea1","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/6dc703c7d565aea1","status":"passed","time":{"start":1725577385038,"stop":1725577385038,"duration":0}},{"uid":"b96f3e4c9c0df5ee","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/b96f3e4c9c0df5ee","status":"passed","time":{"start":1725576970761,"stop":1725576970766,"duration":5}}]},"tags":[]},"source":"4c60000f3a64a86c.json","parameterValues":[]} \ No newline at end of file +{"uid":"3905969d36b25a5c","name":"Ordered Callback - true","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - true","historyId":"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218885489,"stop":1726218885490,"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":4,"unknown":0,"total":4},"items":[{"uid":"e7d904886f1eacae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e7d904886f1eacae","status":"passed","time":{"start":1726218803161,"stop":1726218803161,"duration":0}},{"uid":"21553e4e237cb56a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21553e4e237cb56a","status":"passed","time":{"start":1726218063111,"stop":1726218063112,"duration":1}},{"uid":"eeeaceb72831b18b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eeeaceb72831b18b","status":"passed","time":{"start":1726217974423,"stop":1726217974423,"duration":0}}]},"tags":[]},"source":"3905969d36b25a5c.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/39200fd258aaa858.json b/7434/data/test-cases/39200fd258aaa858.json new file mode 100644 index 00000000000..972bacc3767 --- /dev/null +++ b/7434/data/test-cases/39200fd258aaa858.json @@ -0,0 +1 @@ +{"uid":"39200fd258aaa858","name":"should throw an error if shards are undefined for static sharding","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should throw an error if shards are undefined for static sharding","historyId":"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283092,"stop":1726218283093,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d6c57b351ccfbec4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d6c57b351ccfbec4","status":"passed","time":{"start":1726218188593,"stop":1726218188594,"duration":1}},{"uid":"8cc35be5beb2596","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8cc35be5beb2596","status":"passed","time":{"start":1726217441554,"stop":1726217441554,"duration":0}},{"uid":"9f485161fa7a6f67","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9f485161fa7a6f67","status":"passed","time":{"start":1726217383218,"stop":1726217383218,"duration":0}}]},"tags":[]},"source":"39200fd258aaa858.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/235ed92a5e304d90.json b/7434/data/test-cases/392f839d4f4769ca.json similarity index 69% rename from 7408/data/test-cases/235ed92a5e304d90.json rename to 7434/data/test-cases/392f839d4f4769ca.json index 76bcb415cfa..30fc89de5f2 100644 --- a/7408/data/test-cases/235ed92a5e304d90.json +++ b/7434/data/test-cases/392f839d4f4769ca.json @@ -1 +1 @@ -{"uid":"235ed92a5e304d90","name":"Query Generator - true","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - true","historyId":"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579303510,"stop":1725579303510,"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":7,"unknown":0,"total":7},"items":[{"uid":"ea2efb8fcfd64f62","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ea2efb8fcfd64f62","status":"passed","time":{"start":1725578839248,"stop":1725578839249,"duration":1}},{"uid":"8a336f86d98dfc35","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8a336f86d98dfc35","status":"passed","time":{"start":1725578520681,"stop":1725578520681,"duration":0}},{"uid":"f1524f64b1df7b12","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f1524f64b1df7b12","status":"passed","time":{"start":1725577773274,"stop":1725577773274,"duration":0}},{"uid":"1ea94b20cb7a3b1f","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1ea94b20cb7a3b1f","status":"passed","time":{"start":1725577437288,"stop":1725577437288,"duration":0}},{"uid":"aa449e0616793eee","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/aa449e0616793eee","status":"passed","time":{"start":1725577385037,"stop":1725577385037,"duration":0}},{"uid":"bc2c1b196eb53ca9","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/bc2c1b196eb53ca9","status":"passed","time":{"start":1725576970753,"stop":1725576970755,"duration":2}}]},"tags":[]},"source":"235ed92a5e304d90.json","parameterValues":[]} \ No newline at end of file +{"uid":"392f839d4f4769ca","name":"Query Generator - true","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - true","historyId":"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218885487,"stop":1726218885487,"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":4,"unknown":0,"total":4},"items":[{"uid":"2ab5e5d2838af9be","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2ab5e5d2838af9be","status":"passed","time":{"start":1726218803159,"stop":1726218803159,"duration":0}},{"uid":"6df164cff7642ed4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6df164cff7642ed4","status":"passed","time":{"start":1726218063101,"stop":1726218063101,"duration":0}},{"uid":"cafe7f6e3de940f1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cafe7f6e3de940f1","status":"passed","time":{"start":1726217974420,"stop":1726217974421,"duration":1}}]},"tags":[]},"source":"392f839d4f4769ca.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/39483524198a56c1.json b/7434/data/test-cases/39483524198a56c1.json new file mode 100644 index 00000000000..c7a9a162797 --- /dev/null +++ b/7434/data/test-cases/39483524198a56c1.json @@ -0,0 +1 @@ +{"uid":"39483524198a56c1","name":"should correctly map /waku/2/content/test.js to shard index 1","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /waku/2/content/test.js to shard index 1","historyId":"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283077,"stop":1726218283077,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6988e2fc0b4b11d0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6988e2fc0b4b11d0","status":"passed","time":{"start":1726218188579,"stop":1726218188584,"duration":5}},{"uid":"ea09cf19f1ee130c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ea09cf19f1ee130c","status":"passed","time":{"start":1726217441538,"stop":1726217441544,"duration":6}},{"uid":"d44dd78f36eb27c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d44dd78f36eb27c","status":"passed","time":{"start":1726217383206,"stop":1726217383207,"duration":1}}]},"tags":[]},"source":"39483524198a56c1.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/7928fd96e6f2e486.json b/7434/data/test-cases/395672326b4866ac.json similarity index 53% rename from 7408/data/test-cases/7928fd96e6f2e486.json rename to 7434/data/test-cases/395672326b4866ac.json index cab1c9dae0e..ef6b7fde247 100644 --- a/7408/data/test-cases/7928fd96e6f2e486.json +++ b/7434/data/test-cases/395672326b4866ac.json @@ -1 +1 @@ -{"uid":"7928fd96e6f2e486","name":"Failed peers are renewed","fullName":"/tests/light-push/peer_management.spec.ts: Waku Light Push: Peer Management: E2E > Failed peers are renewed","historyId":"b3db2177abad53cafc87450b366491d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579008667,"stop":1725579008667,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"5df5cf4042e6820a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5df5cf4042e6820a","status":"passed","time":{"start":1725578544827,"stop":1725578544828,"duration":1}},{"uid":"826a2e8241cadd6e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/826a2e8241cadd6e","status":"passed","time":{"start":1725578222107,"stop":1725578222108,"duration":1}},{"uid":"b7a761991760e05a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b7a761991760e05a","status":"passed","time":{"start":1725577480289,"stop":1725577480289,"duration":0}},{"uid":"cd3ef1762cac399d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/cd3ef1762cac399d","status":"passed","time":{"start":1725577150169,"stop":1725577150169,"duration":0}},{"uid":"7deb5794eea42d41","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/7deb5794eea42d41","status":"passed","time":{"start":1725577101923,"stop":1725577101923,"duration":0}},{"uid":"dbd293d320e36187","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/dbd293d320e36187","status":"passed","time":{"start":1725576673863,"stop":1725576673864,"duration":1}}]},"tags":[]},"source":"7928fd96e6f2e486.json","parameterValues":[]} \ No newline at end of file +{"uid":"395672326b4866ac","name":"Failed peers are renewed","fullName":"/tests/light-push/peer_management.spec.ts: Waku Light Push: Peer Management: E2E > Failed peers are renewed","historyId":"b3db2177abad53cafc87450b366491d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218597911,"stop":1726218597912,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8a31a73b40003c2e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8a31a73b40003c2e","status":"passed","time":{"start":1726218496829,"stop":1726218496830,"duration":1}},{"uid":"b73f45b7c0342d27","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b73f45b7c0342d27","status":"passed","time":{"start":1726217751144,"stop":1726217751144,"duration":0}},{"uid":"6eba66a7f09fca47","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6eba66a7f09fca47","status":"passed","time":{"start":1726217685251,"stop":1726217685251,"duration":0}}]},"tags":[]},"source":"395672326b4866ac.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5f067437164d25c6.json b/7434/data/test-cases/39814480964ff045.json similarity index 89% rename from 7408/data/test-cases/5f067437164d25c6.json rename to 7434/data/test-cases/39814480964ff045.json index 535d9256ded..4c41a0564d5 100644 --- a/7408/data/test-cases/5f067437164d25c6.json +++ b/7434/data/test-cases/39814480964ff045.json @@ -1 +1 @@ -{"uid":"5f067437164d25c6","name":"Subscribe and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish message","historyId":"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579222580,"stop":1725579222580,"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":7,"unknown":0,"total":7},"items":[{"uid":"60f45a1deab00fa6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/60f45a1deab00fa6","status":"passed","time":{"start":1725578764256,"stop":1725578764256,"duration":0}},{"uid":"c99bae5b428ebdbb","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c99bae5b428ebdbb","status":"passed","time":{"start":1725578435657,"stop":1725578435658,"duration":1}},{"uid":"4c667de51b06448e","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4c667de51b06448e","status":"passed","time":{"start":1725577699989,"stop":1725577699989,"duration":0}},{"uid":"65c7bea94fcb4019","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/65c7bea94fcb4019","status":"passed","time":{"start":1725577356731,"stop":1725577356732,"duration":1}},{"uid":"e1e403327892b5d0","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e1e403327892b5d0","status":"passed","time":{"start":1725577310395,"stop":1725577310395,"duration":0}},{"uid":"3deb8fccf2aa4adf","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3deb8fccf2aa4adf","status":"passed","time":{"start":1725576887792,"stop":1725576887792,"duration":0}}]},"tags":[]},"source":"5f067437164d25c6.json","parameterValues":[]} \ No newline at end of file +{"uid":"39814480964ff045","name":"Subscribe and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish message","historyId":"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218812465,"stop":1726218812465,"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":4,"unknown":0,"total":4},"items":[{"uid":"bbd3a82e04e9fa68","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bbd3a82e04e9fa68","status":"passed","time":{"start":1726218708385,"stop":1726218708389,"duration":4}},{"uid":"c213072de9dc0c33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c213072de9dc0c33","status":"passed","time":{"start":1726217980036,"stop":1726217980036,"duration":0}},{"uid":"ddcf03a87b5a945b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ddcf03a87b5a945b","status":"passed","time":{"start":1726217896498,"stop":1726217896498,"duration":0}}]},"tags":[]},"source":"39814480964ff045.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/717cbe7489793d68.json b/7434/data/test-cases/398784034053f15d.json similarity index 71% rename from 7408/data/test-cases/717cbe7489793d68.json rename to 7434/data/test-cases/398784034053f15d.json index 30f28586650..ff771d865df 100644 --- a/7408/data/test-cases/717cbe7489793d68.json +++ b/7434/data/test-cases/398784034053f15d.json @@ -1 +1 @@ -{"uid":"717cbe7489793d68","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":1725578876065,"stop":1725578876066,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"f07732b9c7db90a9","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f07732b9c7db90a9","status":"passed","time":{"start":1725578412443,"stop":1725578412447,"duration":4}},{"uid":"64453ef7f15f1191","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/64453ef7f15f1191","status":"passed","time":{"start":1725578089710,"stop":1725578089710,"duration":0}},{"uid":"2e5d4b379936c374","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2e5d4b379936c374","status":"passed","time":{"start":1725577366656,"stop":1725577366656,"duration":0}},{"uid":"a54f8126b54eb7be","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a54f8126b54eb7be","status":"passed","time":{"start":1725577005075,"stop":1725577005076,"duration":1}},{"uid":"9595c37bae9cccda","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/9595c37bae9cccda","status":"passed","time":{"start":1725576959235,"stop":1725576959235,"duration":0}},{"uid":"f700a5f9496a0f39","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f700a5f9496a0f39","status":"passed","time":{"start":1725576537503,"stop":1725576537504,"duration":1}}]},"tags":[]},"source":"717cbe7489793d68.json","parameterValues":[]} \ No newline at end of file +{"uid":"398784034053f15d","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":1726218455968,"stop":1726218455968,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"2fdb96e16b101035","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fdb96e16b101035","status":"passed","time":{"start":1726218357623,"stop":1726218357623,"duration":0}},{"uid":"9f598f9ebb5059cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9f598f9ebb5059cb","status":"passed","time":{"start":1726217608001,"stop":1726217608002,"duration":1}},{"uid":"388829911390837e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/388829911390837e","status":"passed","time":{"start":1726217547142,"stop":1726217547143,"duration":1}}]},"tags":[]},"source":"398784034053f15d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e389cb86a5112372.json b/7434/data/test-cases/3a73c3ca1147f4db.json similarity index 67% rename from 7408/data/test-cases/e389cb86a5112372.json rename to 7434/data/test-cases/3a73c3ca1147f4db.json index 73bf7488320..5c71a3faad1 100644 --- a/7408/data/test-cases/e389cb86a5112372.json +++ b/7434/data/test-cases/3a73c3ca1147f4db.json @@ -1 +1 @@ -{"uid":"e389cb86a5112372","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":1725578943275,"stop":1725578943275,"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":7,"unknown":0,"total":7},"items":[{"uid":"b57428ad8d87bebd","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b57428ad8d87bebd","status":"passed","time":{"start":1725578482196,"stop":1725578482196,"duration":0}},{"uid":"9ea36df33d9fd76b","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9ea36df33d9fd76b","status":"passed","time":{"start":1725578156672,"stop":1725578156672,"duration":0}},{"uid":"9c33174b0b52cf21","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9c33174b0b52cf21","status":"passed","time":{"start":1725577429930,"stop":1725577429930,"duration":0}},{"uid":"eb779187fa84ba6a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/eb779187fa84ba6a","status":"passed","time":{"start":1725577060149,"stop":1725577060149,"duration":0}},{"uid":"b2097e6651894581","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b2097e6651894581","status":"passed","time":{"start":1725577040692,"stop":1725577040692,"duration":0}},{"uid":"98837dad748a5e10","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/98837dad748a5e10","status":"passed","time":{"start":1725576604971,"stop":1725576604971,"duration":0}}]},"tags":[]},"source":"e389cb86a5112372.json","parameterValues":[]} \ No newline at end of file +{"uid":"3a73c3ca1147f4db","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":1726218523026,"stop":1726218523026,"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":4,"unknown":0,"total":4},"items":[{"uid":"29be080f0bcb0f6e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/29be080f0bcb0f6e","status":"passed","time":{"start":1726218422917,"stop":1726218422917,"duration":0}},{"uid":"17a03a2b5c401b50","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/17a03a2b5c401b50","status":"passed","time":{"start":1726217687440,"stop":1726217687440,"duration":0}},{"uid":"61785ca82bdaa1e9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/61785ca82bdaa1e9","status":"passed","time":{"start":1726217604520,"stop":1726217604521,"duration":1}}]},"tags":[]},"source":"3a73c3ca1147f4db.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/82d1ac613e4c89ff.json b/7434/data/test-cases/3a81a27fba1c86f1.json similarity index 83% rename from 7408/data/test-cases/82d1ac613e4c89ff.json rename to 7434/data/test-cases/3a81a27fba1c86f1.json index 8974ac72059..5654541b011 100644 --- a/7408/data/test-cases/82d1ac613e4c89ff.json +++ b/7434/data/test-cases/3a81a27fba1c86f1.json @@ -1 +1 @@ -{"uid":"82d1ac613e4c89ff","name":"Wrong topic","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > Wrong topic","historyId":"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579256768,"stop":1725579256768,"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":7,"unknown":0,"total":7},"items":[{"uid":"6575a9d00a87ca78","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/6575a9d00a87ca78","status":"passed","time":{"start":1725578798789,"stop":1725578798789,"duration":0}},{"uid":"d34ecbfd84ec937","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d34ecbfd84ec937","status":"passed","time":{"start":1725578454621,"stop":1725578454621,"duration":0}},{"uid":"1c0542de0500fea9","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1c0542de0500fea9","status":"passed","time":{"start":1725577731203,"stop":1725577731203,"duration":0}},{"uid":"3fcdd37110352935","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3fcdd37110352935","status":"passed","time":{"start":1725577382533,"stop":1725577382533,"duration":0}},{"uid":"e710f5c727d3342b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e710f5c727d3342b","status":"passed","time":{"start":1725577342269,"stop":1725577342270,"duration":1}},{"uid":"2d0b6890ecdc8da1","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2d0b6890ecdc8da1","status":"passed","time":{"start":1725576910267,"stop":1725576910267,"duration":0}}]},"tags":[]},"source":"82d1ac613e4c89ff.json","parameterValues":[]} \ No newline at end of file +{"uid":"3a81a27fba1c86f1","name":"Wrong topic","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > Wrong topic","historyId":"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218843769,"stop":1726218843769,"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":4,"unknown":0,"total":4},"items":[{"uid":"b445325522a0fa46","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b445325522a0fa46","status":"passed","time":{"start":1726218748397,"stop":1726218748397,"duration":0}},{"uid":"a3078c24a20db61e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a3078c24a20db61e","status":"passed","time":{"start":1726218011628,"stop":1726218011628,"duration":0}},{"uid":"5f9b251432bfb20","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5f9b251432bfb20","status":"passed","time":{"start":1726217923184,"stop":1726217923184,"duration":0}}]},"tags":[]},"source":"3a81a27fba1c86f1.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d6fe7b4eb3f53993.json b/7434/data/test-cases/3a95e720287219e3.json similarity index 52% rename from 7408/data/test-cases/d6fe7b4eb3f53993.json rename to 7434/data/test-cases/3a95e720287219e3.json index a62ef49521d..ff9fc029a7b 100644 --- a/7408/data/test-cases/d6fe7b4eb3f53993.json +++ b/7434/data/test-cases/3a95e720287219e3.json @@ -1 +1 @@ -{"uid":"d6fe7b4eb3f53993","name":"Number of peers are maintained correctly","fullName":"/tests/light-push/peer_management.spec.ts: Waku Light Push: Peer Management: E2E > Number of peers are maintained correctly","historyId":"2a2e192bbf0a6bfabf47e1dfd9ca65b0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579008666,"stop":1725579008667,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"4314b8c93161908","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/4314b8c93161908","status":"passed","time":{"start":1725578544827,"stop":1725578544827,"duration":0}},{"uid":"ed95b3e17eeac9dd","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ed95b3e17eeac9dd","status":"passed","time":{"start":1725578222107,"stop":1725578222107,"duration":0}},{"uid":"aef35ef8fd0df6a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/aef35ef8fd0df6a","status":"passed","time":{"start":1725577480288,"stop":1725577480288,"duration":0}},{"uid":"49a8bb2f639a6d22","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/49a8bb2f639a6d22","status":"passed","time":{"start":1725577150168,"stop":1725577150169,"duration":1}},{"uid":"c5844d58e4bafb0d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c5844d58e4bafb0d","status":"passed","time":{"start":1725577101923,"stop":1725577101923,"duration":0}},{"uid":"5b9b795836df7031","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5b9b795836df7031","status":"passed","time":{"start":1725576673863,"stop":1725576673863,"duration":0}}]},"tags":[]},"source":"d6fe7b4eb3f53993.json","parameterValues":[]} \ No newline at end of file +{"uid":"3a95e720287219e3","name":"Number of peers are maintained correctly","fullName":"/tests/light-push/peer_management.spec.ts: Waku Light Push: Peer Management: E2E > Number of peers are maintained correctly","historyId":"2a2e192bbf0a6bfabf47e1dfd9ca65b0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218597911,"stop":1726218597911,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"55092452523faa29","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/55092452523faa29","status":"passed","time":{"start":1726218496829,"stop":1726218496829,"duration":0}},{"uid":"4dd97c30e82ba1c6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4dd97c30e82ba1c6","status":"passed","time":{"start":1726217751144,"stop":1726217751144,"duration":0}},{"uid":"e4306992fe3ad391","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4306992fe3ad391","status":"passed","time":{"start":1726217685251,"stop":1726217685251,"duration":0}}]},"tags":[]},"source":"3a95e720287219e3.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c7e3637d2cec19dc.json b/7434/data/test-cases/3b4062f34987ec05.json similarity index 67% rename from 7408/data/test-cases/c7e3637d2cec19dc.json rename to 7434/data/test-cases/3b4062f34987ec05.json index 5c0a0ebbab3..1e1160b5a01 100644 --- a/7408/data/test-cases/c7e3637d2cec19dc.json +++ b/7434/data/test-cases/3b4062f34987ec05.json @@ -1 +1 @@ -{"uid":"c7e3637d2cec19dc","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":1725578943260,"stop":1725578943260,"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":7,"unknown":0,"total":7},"items":[{"uid":"cf0aa7bf8765a394","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/cf0aa7bf8765a394","status":"passed","time":{"start":1725578482190,"stop":1725578482190,"duration":0}},{"uid":"a69c81beb9ad08e9","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a69c81beb9ad08e9","status":"passed","time":{"start":1725578156662,"stop":1725578156662,"duration":0}},{"uid":"a22280b26944aa0f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a22280b26944aa0f","status":"passed","time":{"start":1725577429926,"stop":1725577429926,"duration":0}},{"uid":"1fbe465faafdf596","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1fbe465faafdf596","status":"passed","time":{"start":1725577060145,"stop":1725577060145,"duration":0}},{"uid":"29958ac606a60928","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/29958ac606a60928","status":"passed","time":{"start":1725577040680,"stop":1725577040680,"duration":0}},{"uid":"b0e5acf840a8b509","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/b0e5acf840a8b509","status":"passed","time":{"start":1725576604966,"stop":1725576604967,"duration":1}}]},"tags":[]},"source":"c7e3637d2cec19dc.json","parameterValues":[]} \ No newline at end of file +{"uid":"3b4062f34987ec05","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":1726218523022,"stop":1726218523022,"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":4,"unknown":0,"total":4},"items":[{"uid":"9acc074040e16f2d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9acc074040e16f2d","status":"passed","time":{"start":1726218422909,"stop":1726218422909,"duration":0}},{"uid":"da6a90a0bb2f5052","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da6a90a0bb2f5052","status":"passed","time":{"start":1726217687429,"stop":1726217687429,"duration":0}},{"uid":"38291434f6c04740","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38291434f6c04740","status":"passed","time":{"start":1726217604498,"stop":1726217604498,"duration":0}}]},"tags":[]},"source":"3b4062f34987ec05.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ae87c52be0f65b9b.json b/7434/data/test-cases/3b45b45986eed455.json similarity index 92% rename from 7408/data/test-cases/ae87c52be0f65b9b.json rename to 7434/data/test-cases/3b45b45986eed455.json index d58709fbf92..530ec7b4800 100644 --- a/7408/data/test-cases/ae87c52be0f65b9b.json +++ b/7434/data/test-cases/3b45b45986eed455.json @@ -1 +1 @@ -{"uid":"ae87c52be0f65b9b","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":1725579297957,"stop":1725579297957,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"66a18f5e678394c3","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/66a18f5e678394c3","status":"passed","time":{"start":1725578825344,"stop":1725578825344,"duration":0}},{"uid":"ec596fd04f9b9db0","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ec596fd04f9b9db0","status":"passed","time":{"start":1725578516973,"stop":1725578516974,"duration":1}},{"uid":"489b887efa86537f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/489b887efa86537f","status":"passed","time":{"start":1725577784899,"stop":1725577784900,"duration":1}},{"uid":"59d628d7bc78e04","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/59d628d7bc78e04","status":"passed","time":{"start":1725577433744,"stop":1725577433745,"duration":1}},{"uid":"189fcc992db6ae6a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/189fcc992db6ae6a","status":"passed","time":{"start":1725577392041,"stop":1725577392041,"duration":0}},{"uid":"a10b481a6cc38b47","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a10b481a6cc38b47","status":"passed","time":{"start":1725576971823,"stop":1725576971823,"duration":0}}]},"tags":[]},"source":"ae87c52be0f65b9b.json","parameterValues":[]} \ No newline at end of file +{"uid":"3b45b45986eed455","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":1726218879288,"stop":1726218879288,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"41841d932f268a7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/41841d932f268a7","status":"passed","time":{"start":1726218787573,"stop":1726218787573,"duration":0}},{"uid":"1980ceed23b18d7c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1980ceed23b18d7c","status":"passed","time":{"start":1726218066275,"stop":1726218066275,"duration":0}},{"uid":"996b3e9130060d82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/996b3e9130060d82","status":"passed","time":{"start":1726217965299,"stop":1726217965299,"duration":0}}]},"tags":[]},"source":"3b45b45986eed455.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/26e5287803e39951.json b/7434/data/test-cases/3bd8b923d50c1685.json similarity index 92% rename from 7408/data/test-cases/26e5287803e39951.json rename to 7434/data/test-cases/3bd8b923d50c1685.json index 09cdf9ef1d0..3bec8d9144b 100644 --- a/7408/data/test-cases/26e5287803e39951.json +++ b/7434/data/test-cases/3bd8b923d50c1685.json @@ -1 +1 @@ -{"uid":"26e5287803e39951","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":1725579297996,"stop":1725579298002,"duration":6},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"f35779ad4c06bd34","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f35779ad4c06bd34","status":"passed","time":{"start":1725578825370,"stop":1725578825371,"duration":1}},{"uid":"1adbaae356e57674","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/1adbaae356e57674","status":"passed","time":{"start":1725578517024,"stop":1725578517024,"duration":0}},{"uid":"a3aef3769a8d46a6","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a3aef3769a8d46a6","status":"passed","time":{"start":1725577784965,"stop":1725577784965,"duration":0}},{"uid":"a692835400576251","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a692835400576251","status":"passed","time":{"start":1725577433804,"stop":1725577433805,"duration":1}},{"uid":"64cfbeb4a3459214","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/64cfbeb4a3459214","status":"passed","time":{"start":1725577392073,"stop":1725577392074,"duration":1}},{"uid":"a338866a9bbd90c4","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a338866a9bbd90c4","status":"passed","time":{"start":1725576971873,"stop":1725576971874,"duration":1}}]},"tags":[]},"source":"26e5287803e39951.json","parameterValues":[]} \ No newline at end of file +{"uid":"3bd8b923d50c1685","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":1726218879385,"stop":1726218879387,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"119c51434d08dcd9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/119c51434d08dcd9","status":"passed","time":{"start":1726218787594,"stop":1726218787594,"duration":0}},{"uid":"ef4fede9ecf10770","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef4fede9ecf10770","status":"passed","time":{"start":1726218066316,"stop":1726218066316,"duration":0}},{"uid":"c4b32caa408026a5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4b32caa408026a5","status":"passed","time":{"start":1726217965349,"stop":1726217965349,"duration":0}}]},"tags":[]},"source":"3bd8b923d50c1685.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/3c032a68fc9999e4.json b/7434/data/test-cases/3c032a68fc9999e4.json new file mode 100644 index 00000000000..f6a3ca5c188 --- /dev/null +++ b/7434/data/test-cases/3c032a68fc9999e4.json @@ -0,0 +1 @@ +{"uid":"3c032a68fc9999e4","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":1726218283107,"stop":1726218283107,"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":4,"unknown":0,"total":4},"items":[{"uid":"ebea1d632aa5b3f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ebea1d632aa5b3f8","status":"passed","time":{"start":1726218188645,"stop":1726218188645,"duration":0}},{"uid":"b47d8a43c7112de1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b47d8a43c7112de1","status":"passed","time":{"start":1726217441572,"stop":1726217441572,"duration":0}},{"uid":"b31b67574490a4d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b31b67574490a4d7","status":"passed","time":{"start":1726217383356,"stop":1726217383356,"duration":0}}]},"tags":[]},"source":"3c032a68fc9999e4.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/151bf5af6b8536b6.json b/7434/data/test-cases/3c567f3b6eeed9c0.json similarity index 89% rename from 7408/data/test-cases/151bf5af6b8536b6.json rename to 7434/data/test-cases/3c567f3b6eeed9c0.json index 8e7591bd598..1f629398a0b 100644 --- a/7408/data/test-cases/151bf5af6b8536b6.json +++ b/7434/data/test-cases/3c567f3b6eeed9c0.json @@ -1 +1 @@ -{"uid":"151bf5af6b8536b6","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":1725579222581,"stop":1725579222582,"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":7,"unknown":0,"total":7},"items":[{"uid":"92eb8d39c6ae2137","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/92eb8d39c6ae2137","status":"passed","time":{"start":1725578764258,"stop":1725578764259,"duration":1}},{"uid":"4b316ed727cac358","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4b316ed727cac358","status":"passed","time":{"start":1725578435661,"stop":1725578435661,"duration":0}},{"uid":"f0c38b208a5bb460","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f0c38b208a5bb460","status":"passed","time":{"start":1725577699990,"stop":1725577699991,"duration":1}},{"uid":"ef0a29d3755ebc59","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/ef0a29d3755ebc59","status":"passed","time":{"start":1725577356733,"stop":1725577356733,"duration":0}},{"uid":"81ef6f854ab72560","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/81ef6f854ab72560","status":"passed","time":{"start":1725577310396,"stop":1725577310396,"duration":0}},{"uid":"beb3170ba5e6c666","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/beb3170ba5e6c666","status":"passed","time":{"start":1725576887793,"stop":1725576887793,"duration":0}}]},"tags":[]},"source":"151bf5af6b8536b6.json","parameterValues":[]} \ No newline at end of file +{"uid":"3c567f3b6eeed9c0","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":1726218812467,"stop":1726218812468,"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":4,"unknown":0,"total":4},"items":[{"uid":"92a3b7bf6719ea10","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/92a3b7bf6719ea10","status":"passed","time":{"start":1726218708391,"stop":1726218708391,"duration":0}},{"uid":"21f717d2eb9962f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21f717d2eb9962f1","status":"passed","time":{"start":1726217980037,"stop":1726217980037,"duration":0}},{"uid":"2eb653165dadfdea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2eb653165dadfdea","status":"passed","time":{"start":1726217896499,"stop":1726217896499,"duration":0}}]},"tags":[]},"source":"3c567f3b6eeed9c0.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/29d1f9452bdc8f93.json b/7434/data/test-cases/3cbce1ba325f4009.json similarity index 67% rename from 7408/data/test-cases/29d1f9452bdc8f93.json rename to 7434/data/test-cases/3cbce1ba325f4009.json index 4f817681d4a..185c8179e1c 100644 --- a/7408/data/test-cases/29d1f9452bdc8f93.json +++ b/7434/data/test-cases/3cbce1ba325f4009.json @@ -1 +1 @@ -{"uid":"29d1f9452bdc8f93","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":1725578943259,"stop":1725578943259,"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":7,"unknown":0,"total":7},"items":[{"uid":"fc93d01d71a943c4","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/fc93d01d71a943c4","status":"passed","time":{"start":1725578482189,"stop":1725578482189,"duration":0}},{"uid":"f2dbdd0689dc41b6","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f2dbdd0689dc41b6","status":"passed","time":{"start":1725578156661,"stop":1725578156662,"duration":1}},{"uid":"885b63d41dc1cbb6","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/885b63d41dc1cbb6","status":"passed","time":{"start":1725577429926,"stop":1725577429926,"duration":0}},{"uid":"67ca25d92fda0ae0","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/67ca25d92fda0ae0","status":"passed","time":{"start":1725577060144,"stop":1725577060144,"duration":0}},{"uid":"d4a0b727330496eb","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d4a0b727330496eb","status":"passed","time":{"start":1725577040679,"stop":1725577040679,"duration":0}},{"uid":"6f5bffb4765991d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/6f5bffb4765991d","status":"passed","time":{"start":1725576604966,"stop":1725576604966,"duration":0}}]},"tags":[]},"source":"29d1f9452bdc8f93.json","parameterValues":[]} \ No newline at end of file +{"uid":"3cbce1ba325f4009","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":1726218523022,"stop":1726218523022,"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":4,"unknown":0,"total":4},"items":[{"uid":"b218b266859849d9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b218b266859849d9","status":"passed","time":{"start":1726218422909,"stop":1726218422909,"duration":0}},{"uid":"fefa5b17b05cc84b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fefa5b17b05cc84b","status":"passed","time":{"start":1726217687429,"stop":1726217687429,"duration":0}},{"uid":"8cd21164abb8a310","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8cd21164abb8a310","status":"passed","time":{"start":1726217604498,"stop":1726217604498,"duration":0}}]},"tags":[]},"source":"3cbce1ba325f4009.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/72c77e6623ec31fe.json b/7434/data/test-cases/3cfc1ccbb96d7982.json similarity index 92% rename from 7408/data/test-cases/72c77e6623ec31fe.json rename to 7434/data/test-cases/3cfc1ccbb96d7982.json index 315c96d5487..032ac0a4ab7 100644 --- a/7408/data/test-cases/72c77e6623ec31fe.json +++ b/7434/data/test-cases/3cfc1ccbb96d7982.json @@ -1 +1 @@ -{"uid":"72c77e6623ec31fe","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":1725579297991,"stop":1725579297991,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"59a270403128ec63","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/59a270403128ec63","status":"passed","time":{"start":1725578825359,"stop":1725578825359,"duration":0}},{"uid":"56d9b15ae0ae404","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/56d9b15ae0ae404","status":"passed","time":{"start":1725578517018,"stop":1725578517018,"duration":0}},{"uid":"3caaf9e54dd432b9","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/3caaf9e54dd432b9","status":"passed","time":{"start":1725577784935,"stop":1725577784936,"duration":1}},{"uid":"d85624f4eb62e149","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d85624f4eb62e149","status":"passed","time":{"start":1725577433797,"stop":1725577433798,"duration":1}},{"uid":"eaa0573f572279c2","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/eaa0573f572279c2","status":"passed","time":{"start":1725577392069,"stop":1725577392069,"duration":0}},{"uid":"b0e3e822b53bebc5","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/b0e3e822b53bebc5","status":"passed","time":{"start":1725576971865,"stop":1725576971866,"duration":1}}]},"tags":[]},"source":"72c77e6623ec31fe.json","parameterValues":[]} \ No newline at end of file +{"uid":"3cfc1ccbb96d7982","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":1726218879352,"stop":1726218879352,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b0dbc988c4fa759","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b0dbc988c4fa759","status":"passed","time":{"start":1726218787588,"stop":1726218787588,"duration":0}},{"uid":"b2af5cbce1133d1c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b2af5cbce1133d1c","status":"passed","time":{"start":1726218066299,"stop":1726218066300,"duration":1}},{"uid":"8927c6198d5d0ac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8927c6198d5d0ac","status":"passed","time":{"start":1726217965320,"stop":1726217965320,"duration":0}}]},"tags":[]},"source":"3cfc1ccbb96d7982.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/3d2f5e499349faf6.json b/7434/data/test-cases/3d2f5e499349faf6.json new file mode 100644 index 00000000000..6cb69f3907e --- /dev/null +++ b/7434/data/test-cases/3d2f5e499349faf6.json @@ -0,0 +1 @@ +{"uid":"3d2f5e499349faf6","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":1726218285626,"stop":1726218285627,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8af5321f4b0a9007","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8af5321f4b0a9007","status":"passed","time":{"start":1726218191032,"stop":1726218191032,"duration":0}},{"uid":"34f44e129050bce6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34f44e129050bce6","status":"passed","time":{"start":1726217444068,"stop":1726217444068,"duration":0}},{"uid":"2b2961797925e65e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2b2961797925e65e","status":"passed","time":{"start":1726217385914,"stop":1726217385914,"duration":0}}]},"tags":[]},"source":"3d2f5e499349faf6.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/3d4fc7777d0be042.json b/7434/data/test-cases/3d4fc7777d0be042.json new file mode 100644 index 00000000000..50683f0648b --- /dev/null +++ b/7434/data/test-cases/3d4fc7777d0be042.json @@ -0,0 +1 @@ +{"uid":"3d4fc7777d0be042","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":1726218282696,"stop":1726218282697,"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":4,"unknown":0,"total":4},"items":[{"uid":"e5d4944f3c51fa86","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e5d4944f3c51fa86","status":"passed","time":{"start":1726218188110,"stop":1726218188111,"duration":1}},{"uid":"fa61d54bb45f8471","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa61d54bb45f8471","status":"passed","time":{"start":1726217441218,"stop":1726217441219,"duration":1}},{"uid":"b47da07da92ccf71","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b47da07da92ccf71","status":"passed","time":{"start":1726217382867,"stop":1726217382868,"duration":1}}]},"tags":[]},"source":"3d4fc7777d0be042.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/3d6c66e8ac7880a4.json b/7434/data/test-cases/3d6c66e8ac7880a4.json new file mode 100644 index 00000000000..805c3b6cd51 --- /dev/null +++ b/7434/data/test-cases/3d6c66e8ac7880a4.json @@ -0,0 +1 @@ +{"uid":"3d6c66e8ac7880a4","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":1726218914873,"stop":1726218914874,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2fe6ddc99451e24","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fe6ddc99451e24","status":"passed","time":{"start":1726218826918,"stop":1726218826919,"duration":1}},{"uid":"7f25e3f990a9cdbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7f25e3f990a9cdbf","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"duration":0}},{"uid":"87c4c9d114c41ff4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/87c4c9d114c41ff4","status":"passed","time":{"start":1726218000391,"stop":1726218000391,"duration":0}}]},"tags":[]},"source":"3d6c66e8ac7880a4.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/dd77180f371c8cdc.json b/7434/data/test-cases/3d83c65a0f339ff7.json similarity index 91% rename from 7408/data/test-cases/dd77180f371c8cdc.json rename to 7434/data/test-cases/3d83c65a0f339ff7.json index 8ad5e02abf8..c6b0b0cbd25 100644 --- a/7408/data/test-cases/dd77180f371c8cdc.json +++ b/7434/data/test-cases/3d83c65a0f339ff7.json @@ -1 +1 @@ -{"uid":"dd77180f371c8cdc","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":1725578970802,"stop":1725578970803,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"d556c5c6f6f12a3a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d556c5c6f6f12a3a","status":"passed","time":{"start":1725578514113,"stop":1725578514113,"duration":0}},{"uid":"a386b4f3aa630d9a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a386b4f3aa630d9a","status":"passed","time":{"start":1725578193153,"stop":1725578193153,"duration":0}},{"uid":"b5fcbd1ba03aaaf2","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b5fcbd1ba03aaaf2","status":"passed","time":{"start":1725577453270,"stop":1725577453271,"duration":1}},{"uid":"c1c7183b0136f244","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/c1c7183b0136f244","status":"passed","time":{"start":1725577097757,"stop":1725577097757,"duration":0}},{"uid":"be4af2eb5291d231","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/be4af2eb5291d231","status":"passed","time":{"start":1725577056984,"stop":1725577056984,"duration":0}},{"uid":"1e1bcbe5a6dba639","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/1e1bcbe5a6dba639","status":"passed","time":{"start":1725576644011,"stop":1725576644011,"duration":0}}]},"tags":[]},"source":"dd77180f371c8cdc.json","parameterValues":[]} \ No newline at end of file +{"uid":"3d83c65a0f339ff7","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":1726218551497,"stop":1726218551498,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"cb28b8043fc17b6d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cb28b8043fc17b6d","status":"passed","time":{"start":1726218459544,"stop":1726218459544,"duration":0}},{"uid":"3041108ccdfd46d4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3041108ccdfd46d4","status":"passed","time":{"start":1726217706012,"stop":1726217706013,"duration":1}},{"uid":"43a79ad29bc4aacb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43a79ad29bc4aacb","status":"passed","time":{"start":1726217650774,"stop":1726217650774,"duration":0}}]},"tags":[]},"source":"3d83c65a0f339ff7.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/2756126de8c781bb.json b/7434/data/test-cases/3dae94ad1d9e1fbc.json similarity index 77% rename from 7408/data/test-cases/2756126de8c781bb.json rename to 7434/data/test-cases/3dae94ad1d9e1fbc.json index 2ef29a58f18..da93331404e 100644 --- a/7408/data/test-cases/2756126de8c781bb.json +++ b/7434/data/test-cases/3dae94ad1d9e1fbc.json @@ -1 +1 @@ -{"uid":"2756126de8c781bb","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":1725578769178,"stop":1725578769179,"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":7,"unknown":0,"total":7},"items":[{"uid":"260263d0f1598f5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/260263d0f1598f5","status":"passed","time":{"start":1725578314256,"stop":1725578314256,"duration":0}},{"uid":"f33f0f96cd86710e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f33f0f96cd86710e","status":"passed","time":{"start":1725577984665,"stop":1725577984665,"duration":0}},{"uid":"59763000b2e99c9f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/59763000b2e99c9f","status":"passed","time":{"start":1725577260963,"stop":1725577260963,"duration":0}},{"uid":"35f4ce5234b1842f","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/35f4ce5234b1842f","status":"passed","time":{"start":1725576902855,"stop":1725576902855,"duration":0}},{"uid":"f2715300cd976005","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f2715300cd976005","status":"passed","time":{"start":1725576855984,"stop":1725576855984,"duration":0}},{"uid":"82099140b5a31e2a","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/82099140b5a31e2a","status":"passed","time":{"start":1725576438233,"stop":1725576438234,"duration":1}}]},"tags":[]},"source":"2756126de8c781bb.json","parameterValues":[]} \ No newline at end of file +{"uid":"3dae94ad1d9e1fbc","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":1726218345035,"stop":1726218345036,"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":4,"unknown":0,"total":4},"items":[{"uid":"d51421b105bf88a4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d51421b105bf88a4","status":"passed","time":{"start":1726218250236,"stop":1726218250237,"duration":1}},{"uid":"ccf176b50888f7ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ccf176b50888f7ea","status":"passed","time":{"start":1726217507042,"stop":1726217507043,"duration":1}},{"uid":"1a11fe7982cc5f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1a11fe7982cc5f6","status":"passed","time":{"start":1726217445624,"stop":1726217445624,"duration":0}}]},"tags":[]},"source":"3dae94ad1d9e1fbc.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/cfefc59f68100740.json b/7434/data/test-cases/3dd9ad0003d0faa4.json similarity index 85% rename from 7408/data/test-cases/cfefc59f68100740.json rename to 7434/data/test-cases/3dd9ad0003d0faa4.json index bfd8598ecec..21a77e48696 100644 --- a/7408/data/test-cases/cfefc59f68100740.json +++ b/7434/data/test-cases/3dd9ad0003d0faa4.json @@ -1 +1 @@ -{"uid":"cfefc59f68100740","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":1725578734308,"stop":1725578734308,"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":7,"unknown":0,"total":7},"items":[{"uid":"d3641859cf3f9982","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d3641859cf3f9982","status":"passed","time":{"start":1725578277364,"stop":1725578277364,"duration":0}},{"uid":"abde4ceba29a41c4","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/abde4ceba29a41c4","status":"passed","time":{"start":1725577949911,"stop":1725577949911,"duration":0}},{"uid":"489fffae89537db8","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/489fffae89537db8","status":"passed","time":{"start":1725577217475,"stop":1725577217475,"duration":0}},{"uid":"acad51cee6fa2074","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/acad51cee6fa2074","status":"passed","time":{"start":1725576864179,"stop":1725576864179,"duration":0}},{"uid":"1a229b298a12409d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1a229b298a12409d","status":"passed","time":{"start":1725576817205,"stop":1725576817205,"duration":0}},{"uid":"2235dbc8fd59df9c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2235dbc8fd59df9c","status":"passed","time":{"start":1725576399275,"stop":1725576399275,"duration":0}}]},"tags":[]},"source":"cfefc59f68100740.json","parameterValues":[]} \ No newline at end of file +{"uid":"3dd9ad0003d0faa4","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":1726218308582,"stop":1726218308582,"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":4,"unknown":0,"total":4},"items":[{"uid":"efc9d33de0d33687","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/efc9d33de0d33687","status":"passed","time":{"start":1726218213408,"stop":1726218213408,"duration":0}},{"uid":"c3d8eb446dfacfe9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3d8eb446dfacfe9","status":"passed","time":{"start":1726217466675,"stop":1726217466676,"duration":1}},{"uid":"8c71f46a7d136f92","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c71f46a7d136f92","status":"passed","time":{"start":1726217408296,"stop":1726217408296,"duration":0}}]},"tags":[]},"source":"3dd9ad0003d0faa4.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/b11f49263c2b77b6.json b/7434/data/test-cases/3e7a9ea3deffc3a2.json similarity index 92% rename from 7408/data/test-cases/b11f49263c2b77b6.json rename to 7434/data/test-cases/3e7a9ea3deffc3a2.json index 60122b21cff..30203931179 100644 --- a/7408/data/test-cases/b11f49263c2b77b6.json +++ b/7434/data/test-cases/3e7a9ea3deffc3a2.json @@ -1 +1 @@ -{"uid":"b11f49263c2b77b6","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":1725579297994,"stop":1725579297995,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"637d93ebe6a48af5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/637d93ebe6a48af5","status":"passed","time":{"start":1725578825365,"stop":1725578825366,"duration":1}},{"uid":"aef708fd017135a4","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/aef708fd017135a4","status":"passed","time":{"start":1725578517022,"stop":1725578517022,"duration":0}},{"uid":"892a234d9cda4856","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/892a234d9cda4856","status":"passed","time":{"start":1725577784943,"stop":1725577784944,"duration":1}},{"uid":"c254399d0339b089","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/c254399d0339b089","status":"passed","time":{"start":1725577433802,"stop":1725577433803,"duration":1}},{"uid":"7cd8e9870801e5be","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/7cd8e9870801e5be","status":"passed","time":{"start":1725577392071,"stop":1725577392072,"duration":1}},{"uid":"4ac8271275247245","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4ac8271275247245","status":"passed","time":{"start":1725576971870,"stop":1725576971871,"duration":1}}]},"tags":[]},"source":"b11f49263c2b77b6.json","parameterValues":[]} \ No newline at end of file +{"uid":"3e7a9ea3deffc3a2","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":1726218879371,"stop":1726218879372,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"84c884540ce76052","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/84c884540ce76052","status":"passed","time":{"start":1726218787592,"stop":1726218787592,"duration":0}},{"uid":"3faae2278630f533","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3faae2278630f533","status":"passed","time":{"start":1726218066308,"stop":1726218066314,"duration":6}},{"uid":"3acbbb541b6ed3a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3acbbb541b6ed3a6","status":"passed","time":{"start":1726217965347,"stop":1726217965347,"duration":0}}]},"tags":[]},"source":"3e7a9ea3deffc3a2.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c2e824b301e2b37d.json b/7434/data/test-cases/3ebcfee765a0247b.json similarity index 64% rename from 7408/data/test-cases/c2e824b301e2b37d.json rename to 7434/data/test-cases/3ebcfee765a0247b.json index 4b5d9f61388..600aefce96d 100644 --- a/7408/data/test-cases/c2e824b301e2b37d.json +++ b/7434/data/test-cases/3ebcfee765a0247b.json @@ -1 +1 @@ -{"uid":"c2e824b301e2b37d","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":1725578769504,"stop":1725578769504,"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":7,"unknown":0,"total":7},"items":[{"uid":"cb9dc9575f16cd9c","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/cb9dc9575f16cd9c","status":"passed","time":{"start":1725578312714,"stop":1725578312715,"duration":1}},{"uid":"92ba782432587370","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/92ba782432587370","status":"passed","time":{"start":1725577984609,"stop":1725577984609,"duration":0}},{"uid":"1e4ff8723bcf5375","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1e4ff8723bcf5375","status":"passed","time":{"start":1725577253240,"stop":1725577253241,"duration":1}},{"uid":"bde44c53e3ff3c9c","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/bde44c53e3ff3c9c","status":"passed","time":{"start":1725576900875,"stop":1725576900876,"duration":1}},{"uid":"d9128cc7d3eeea49","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d9128cc7d3eeea49","status":"passed","time":{"start":1725576853654,"stop":1725576853655,"duration":1}},{"uid":"862146fa722f21d8","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/862146fa722f21d8","status":"passed","time":{"start":1725576438904,"stop":1725576438904,"duration":0}}]},"tags":[]},"source":"c2e824b301e2b37d.json","parameterValues":[]} \ No newline at end of file +{"uid":"3ebcfee765a0247b","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":1726218346772,"stop":1726218346772,"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":4,"unknown":0,"total":4},"items":[{"uid":"68e4035cab8a3d2e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68e4035cab8a3d2e","status":"passed","time":{"start":1726218251123,"stop":1726218251124,"duration":1}},{"uid":"c28be002ac1abbae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c28be002ac1abbae","status":"passed","time":{"start":1726217503654,"stop":1726217503654,"duration":0}},{"uid":"642ae42573525dd3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/642ae42573525dd3","status":"passed","time":{"start":1726217444758,"stop":1726217444759,"duration":1}}]},"tags":[]},"source":"3ebcfee765a0247b.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c643df4c30df1682.json b/7434/data/test-cases/3fa30fd104654379.json similarity index 91% rename from 7408/data/test-cases/c643df4c30df1682.json rename to 7434/data/test-cases/3fa30fd104654379.json index 98969b66f33..8147aa89a68 100644 --- a/7408/data/test-cases/c643df4c30df1682.json +++ b/7434/data/test-cases/3fa30fd104654379.json @@ -1 +1 @@ -{"uid":"c643df4c30df1682","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":1725579181244,"stop":1725579181244,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"edb5f742f29b2fde","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/edb5f742f29b2fde","status":"passed","time":{"start":1725578712608,"stop":1725578712608,"duration":0}},{"uid":"4212da6c7bd60366","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4212da6c7bd60366","status":"passed","time":{"start":1725578380212,"stop":1725578380212,"duration":0}},{"uid":"2a76d2d923bfa482","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2a76d2d923bfa482","status":"passed","time":{"start":1725577661442,"stop":1725577661442,"duration":0}},{"uid":"8555e1cb178839cc","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/8555e1cb178839cc","status":"passed","time":{"start":1725577308286,"stop":1725577308286,"duration":0}},{"uid":"f522828d2d165c1b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f522828d2d165c1b","status":"passed","time":{"start":1725577255334,"stop":1725577255334,"duration":0}},{"uid":"c52d414596fe0ced","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c52d414596fe0ced","status":"passed","time":{"start":1725576839380,"stop":1725576839380,"duration":0}}]},"tags":[]},"source":"c643df4c30df1682.json","parameterValues":[]} \ No newline at end of file +{"uid":"3fa30fd104654379","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":1726218764089,"stop":1726218764089,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"148e70df730b8542","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/148e70df730b8542","status":"passed","time":{"start":1726218659006,"stop":1726218659007,"duration":1}},{"uid":"1b2e1c4a7b630a8f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b2e1c4a7b630a8f","status":"passed","time":{"start":1726217924736,"stop":1726217924736,"duration":0}},{"uid":"93af2f7630c83ca0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/93af2f7630c83ca0","status":"passed","time":{"start":1726217840476,"stop":1726217840476,"duration":0}}]},"tags":[]},"source":"3fa30fd104654379.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/3fab50f38a5b2986.json b/7434/data/test-cases/3fab50f38a5b2986.json new file mode 100644 index 00000000000..d47e4e8ce01 --- /dev/null +++ b/7434/data/test-cases/3fab50f38a5b2986.json @@ -0,0 +1 @@ +{"uid":"3fab50f38a5b2986","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":1726218764097,"stop":1726218764097,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"34b086567c37ee8a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/34b086567c37ee8a","status":"passed","time":{"start":1726218659012,"stop":1726218659013,"duration":1}},{"uid":"db665e1deda8b2a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/db665e1deda8b2a0","status":"passed","time":{"start":1726217924740,"stop":1726217924740,"duration":0}},{"uid":"5c44e57d3ee4e0f1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5c44e57d3ee4e0f1","status":"passed","time":{"start":1726217840515,"stop":1726217840515,"duration":0}}]},"tags":[]},"source":"3fab50f38a5b2986.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c03cfe80d3ad12bc.json b/7434/data/test-cases/406731f9a031e25b.json similarity index 62% rename from 7408/data/test-cases/c03cfe80d3ad12bc.json rename to 7434/data/test-cases/406731f9a031e25b.json index d24c81e7dce..485c7832a21 100644 --- a/7408/data/test-cases/c03cfe80d3ad12bc.json +++ b/7434/data/test-cases/406731f9a031e25b.json @@ -1 +1 @@ -{"uid":"c03cfe80d3ad12bc","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":1725578833271,"stop":1725578833272,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"ae6a84b201758a41","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ae6a84b201758a41","status":"passed","time":{"start":1725578383411,"stop":1725578383411,"duration":0}},{"uid":"ec29d42e796d1d5e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ec29d42e796d1d5e","status":"passed","time":{"start":1725578049896,"stop":1725578049896,"duration":0}},{"uid":"2ad140536c3d248","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2ad140536c3d248","status":"passed","time":{"start":1725577334262,"stop":1725577334264,"duration":2}},{"uid":"3df59083e855424c","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3df59083e855424c","status":"passed","time":{"start":1725576977264,"stop":1725576977264,"duration":0}},{"uid":"1d7c7cc734f647f1","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1d7c7cc734f647f1","status":"passed","time":{"start":1725576922753,"stop":1725576922755,"duration":2}},{"uid":"b13be079276f18e2","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/b13be079276f18e2","status":"passed","time":{"start":1725576508098,"stop":1725576508098,"duration":0}}]},"tags":[]},"source":"c03cfe80d3ad12bc.json","parameterValues":[]} \ No newline at end of file +{"uid":"406731f9a031e25b","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":1726218410951,"stop":1726218410952,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3137af7d122afc72","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3137af7d122afc72","status":"passed","time":{"start":1726218315924,"stop":1726218315925,"duration":1}},{"uid":"7677dfe93a0787f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7677dfe93a0787f7","status":"passed","time":{"start":1726217577132,"stop":1726217577133,"duration":1}},{"uid":"1ff2cbc4eaca8aef","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1ff2cbc4eaca8aef","status":"passed","time":{"start":1726217509411,"stop":1726217509411,"duration":0}}]},"tags":[]},"source":"406731f9a031e25b.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/cf67518bb491ad66.json b/7434/data/test-cases/4147f4d5e1180d73.json similarity index 93% rename from 7408/data/test-cases/cf67518bb491ad66.json rename to 7434/data/test-cases/4147f4d5e1180d73.json index 4f029b64727..1b444c607b8 100644 --- a/7408/data/test-cases/cf67518bb491ad66.json +++ b/7434/data/test-cases/4147f4d5e1180d73.json @@ -1 +1 @@ -{"uid":"cf67518bb491ad66","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":1725579187568,"stop":1725579187569,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"4cf9372f9beacc4e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/4cf9372f9beacc4e","status":"passed","time":{"start":1725578730887,"stop":1725578730888,"duration":1}},{"uid":"cd2defc38b24cc10","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/cd2defc38b24cc10","status":"passed","time":{"start":1725578399088,"stop":1725578399089,"duration":1}},{"uid":"6b8974e7d239cd99","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6b8974e7d239cd99","status":"passed","time":{"start":1725577666260,"stop":1725577666261,"duration":1}},{"uid":"d05dc8d113ca1c7b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d05dc8d113ca1c7b","status":"passed","time":{"start":1725577318867,"stop":1725577318867,"duration":0}},{"uid":"396af9c97c666e81","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/396af9c97c666e81","status":"passed","time":{"start":1725577277095,"stop":1725577277096,"duration":1}},{"uid":"6b9e9ed4b96309bb","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/6b9e9ed4b96309bb","status":"passed","time":{"start":1725576853141,"stop":1725576853141,"duration":0}}]},"tags":[]},"source":"cf67518bb491ad66.json","parameterValues":[]} \ No newline at end of file +{"uid":"4147f4d5e1180d73","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":1726218778189,"stop":1726218778189,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"4b7cd82580148d16","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b7cd82580148d16","status":"passed","time":{"start":1726218673547,"stop":1726218673547,"duration":0}},{"uid":"d71162fe36448aeb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d71162fe36448aeb","status":"passed","time":{"start":1726217946699,"stop":1726217946699,"duration":0}},{"uid":"fd439c7ee7d6c4b7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd439c7ee7d6c4b7","status":"passed","time":{"start":1726217862772,"stop":1726217862772,"duration":0}}]},"tags":[]},"source":"4147f4d5e1180d73.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/41b190f6c80d05d4.json b/7434/data/test-cases/41b190f6c80d05d4.json new file mode 100644 index 00000000000..95351e8f448 --- /dev/null +++ b/7434/data/test-cases/41b190f6c80d05d4.json @@ -0,0 +1 @@ +{"uid":"41b190f6c80d05d4","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","fullName":"/src/common/sharding/index.spec.ts: contentTopicToPubsubTopic > should correctly map a content topic to a pubsub topic for different network shard sizes","historyId":"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283105,"stop":1726218283106,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d690db70ab582a8e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d690db70ab582a8e","status":"passed","time":{"start":1726218188606,"stop":1726218188606,"duration":0}},{"uid":"2b5c279cd9778fa4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2b5c279cd9778fa4","status":"passed","time":{"start":1726217441570,"stop":1726217441570,"duration":0}},{"uid":"bedcd7c846b681fb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bedcd7c846b681fb","status":"passed","time":{"start":1726217383232,"stop":1726217383233,"duration":1}}]},"tags":[]},"source":"41b190f6c80d05d4.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ef1f44b5c195e2c7.json b/7434/data/test-cases/41ba4cd4f9c318e9.json similarity index 50% rename from 7408/data/test-cases/ef1f44b5c195e2c7.json rename to 7434/data/test-cases/41ba4cd4f9c318e9.json index 928665bf565..b988a2833df 100644 --- a/7408/data/test-cases/ef1f44b5c195e2c7.json +++ b/7434/data/test-cases/41ba4cd4f9c318e9.json @@ -1 +1 @@ -{"uid":"ef1f44b5c195e2c7","name":"Decrypt messages","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Decrypt messages","historyId":"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579185225,"stop":1725579185225,"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":7,"unknown":0,"total":7},"items":[{"uid":"60286c617ad39ce8","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/60286c617ad39ce8","status":"passed","time":{"start":1725578715259,"stop":1725578715260,"duration":1}},{"uid":"6dbe2488ac843be8","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/6dbe2488ac843be8","status":"passed","time":{"start":1725578384151,"stop":1725578384151,"duration":0}},{"uid":"15ff3aba6b921e46","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/15ff3aba6b921e46","status":"passed","time":{"start":1725577665253,"stop":1725577665254,"duration":1}},{"uid":"cac3388b931c8693","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/cac3388b931c8693","status":"passed","time":{"start":1725577312392,"stop":1725577312392,"duration":0}},{"uid":"cba2efcbcd722f38","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/cba2efcbcd722f38","status":"passed","time":{"start":1725577259015,"stop":1725577259016,"duration":1}},{"uid":"aa1b77e161ef2a2","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/aa1b77e161ef2a2","status":"passed","time":{"start":1725576843090,"stop":1725576843091,"duration":1}}]},"tags":[]},"source":"ef1f44b5c195e2c7.json","parameterValues":[]} \ No newline at end of file +{"uid":"41ba4cd4f9c318e9","name":"Decrypt messages","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Decrypt messages","historyId":"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218768115,"stop":1726218768115,"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":4,"unknown":0,"total":4},"items":[{"uid":"322f9ba340290768","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/322f9ba340290768","status":"passed","time":{"start":1726218662795,"stop":1726218662796,"duration":1}},{"uid":"6387ce7e4e5327f4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6387ce7e4e5327f4","status":"passed","time":{"start":1726217927560,"stop":1726217927560,"duration":0}},{"uid":"2e2598f77ef7e855","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2e2598f77ef7e855","status":"passed","time":{"start":1726217843352,"stop":1726217843352,"duration":0}}]},"tags":[]},"source":"41ba4cd4f9c318e9.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/42207941aaedf54a.json b/7434/data/test-cases/42207941aaedf54a.json new file mode 100644 index 00000000000..08dfcdf8d5c --- /dev/null +++ b/7434/data/test-cases/42207941aaedf54a.json @@ -0,0 +1 @@ +{"uid":"42207941aaedf54a","name":"should return valid sharding parameters for content topics autosharding","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > should return valid sharding parameters for content topics autosharding","historyId":"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d46e4667e67d3312","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d46e4667e67d3312","status":"passed","time":{"start":1726218188604,"stop":1726218188604,"duration":0}},{"uid":"7ae70dc76b5f53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7ae70dc76b5f53","status":"passed","time":{"start":1726217441567,"stop":1726217441568,"duration":1}},{"uid":"5ebd9ca01adb31d6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5ebd9ca01adb31d6","status":"passed","time":{"start":1726217383230,"stop":1726217383230,"duration":0}}]},"tags":[]},"source":"42207941aaedf54a.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/42488ac0a4c8f05d.json b/7434/data/test-cases/42488ac0a4c8f05d.json new file mode 100644 index 00000000000..01122f672ef --- /dev/null +++ b/7434/data/test-cases/42488ac0a4c8f05d.json @@ -0,0 +1 @@ +{"uid":"42488ac0a4c8f05d","name":"more peers than existing","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > more peers than existing","historyId":"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218764451,"stop":1726218764451,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"f1e23d6c26f9ae5e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f1e23d6c26f9ae5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659234,"stop":1726218659234,"duration":0}},{"uid":"817f965bdef4407f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/817f965bdef4407f","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925015,"stop":1726217925015,"duration":0}},{"uid":"411eecba8399d1b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/411eecba8399d1b5","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840807,"stop":1726217840807,"duration":0}}]},"tags":[]},"source":"42488ac0a4c8f05d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/686f64b7b0da88c5.json b/7434/data/test-cases/42f451cbf07d7de4.json similarity index 75% rename from 7408/data/test-cases/686f64b7b0da88c5.json rename to 7434/data/test-cases/42f451cbf07d7de4.json index 24dfb5afe43..e5fb6dae33c 100644 --- a/7408/data/test-cases/686f64b7b0da88c5.json +++ b/7434/data/test-cases/42f451cbf07d7de4.json @@ -1 +1 @@ -{"uid":"686f64b7b0da88c5","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":1725579325581,"stop":1725579325581,"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":7,"unknown":0,"total":7},"items":[{"uid":"b626763638ff6929","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b626763638ff6929","status":"passed","time":{"start":1725578854530,"stop":1725578854530,"duration":0}},{"uid":"f677119d3d5357b0","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f677119d3d5357b0","status":"passed","time":{"start":1725578529211,"stop":1725578529211,"duration":0}},{"uid":"b5cf640445673fcb","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b5cf640445673fcb","status":"passed","time":{"start":1725577799398,"stop":1725577799398,"duration":0}},{"uid":"d05b3934c7241e63","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d05b3934c7241e63","status":"passed","time":{"start":1725577459056,"stop":1725577459056,"duration":0}},{"uid":"839a309019f7a935","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/839a309019f7a935","status":"passed","time":{"start":1725577412498,"stop":1725577412498,"duration":0}},{"uid":"b606f9796d35105d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/b606f9796d35105d","status":"passed","time":{"start":1725576987692,"stop":1725576987692,"duration":0}}]},"tags":[]},"source":"686f64b7b0da88c5.json","parameterValues":[]} \ No newline at end of file +{"uid":"42f451cbf07d7de4","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":1726218909195,"stop":1726218909195,"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":4,"unknown":0,"total":4},"items":[{"uid":"9488b306eb40c09e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9488b306eb40c09e","status":"passed","time":{"start":1726218818268,"stop":1726218818269,"duration":1}},{"uid":"2540c21096383b3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2540c21096383b3c","status":"passed","time":{"start":1726218085659,"stop":1726218085660,"duration":1}},{"uid":"96ecb5052696d078","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96ecb5052696d078","status":"passed","time":{"start":1726217996429,"stop":1726217996429,"duration":0}}]},"tags":[]},"source":"42f451cbf07d7de4.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/432c761318df8589.json b/7434/data/test-cases/432c761318df8589.json new file mode 100644 index 00000000000..af6abb89f76 --- /dev/null +++ b/7434/data/test-cases/432c761318df8589.json @@ -0,0 +1 @@ +{"uid":"432c761318df8589","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/x","historyId":"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283096,"stop":1726218283096,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eae0fc4ca558e83a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eae0fc4ca558e83a","status":"passed","time":{"start":1726218188597,"stop":1726218188597,"duration":0}},{"uid":"e6c5c29cf1e1f4b0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e6c5c29cf1e1f4b0","status":"passed","time":{"start":1726217441558,"stop":1726217441558,"duration":0}},{"uid":"38f8f641cd2d9d17","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38f8f641cd2d9d17","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"tags":[]},"source":"432c761318df8589.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/385e0634df0347f6.json b/7434/data/test-cases/4368215cbf6b665d.json similarity index 96% rename from 7408/data/test-cases/385e0634df0347f6.json rename to 7434/data/test-cases/4368215cbf6b665d.json index 01609215fd9..f1e761b3886 100644 --- a/7408/data/test-cases/385e0634df0347f6.json +++ b/7434/data/test-cases/4368215cbf6b665d.json @@ -1 +1 @@ -{"uid":"385e0634df0347f6","name":"Publish message with custom timestamp: Thu Sep 05 2024 22:33:13 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Thu Sep 05 2024 22:33:13 GMT+0000 (Coordinated Universal Time)","historyId":"8e3a7564f7190774789863b2afcfc1e5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579219618,"stop":1725579219618,"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":"385e0634df0347f6.json","parameterValues":[]} \ No newline at end of file +{"uid":"4368215cbf6b665d","name":"Publish message with custom timestamp: Fri Sep 13 2024 10:12:58 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Fri Sep 13 2024 10:12:58 GMT+0000 (Coordinated Universal Time)","historyId":"87d2975059f6406d581806dbc1b15584:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218806762,"stop":1726218806762,"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":"4368215cbf6b665d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/73e664acc1e11760.json b/7434/data/test-cases/438633ae63c5c79f.json similarity index 91% rename from 7408/data/test-cases/73e664acc1e11760.json rename to 7434/data/test-cases/438633ae63c5c79f.json index 6421b1468d6..76612e27857 100644 --- a/7408/data/test-cases/73e664acc1e11760.json +++ b/7434/data/test-cases/438633ae63c5c79f.json @@ -1 +1 @@ -{"uid":"73e664acc1e11760","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":1725578970797,"stop":1725578970797,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"bc8883309696825","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/bc8883309696825","status":"passed","time":{"start":1725578514102,"stop":1725578514103,"duration":1}},{"uid":"8754de2f22944ad4","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8754de2f22944ad4","status":"passed","time":{"start":1725578193141,"stop":1725578193141,"duration":0}},{"uid":"e7f7e08ebc2ccf9f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e7f7e08ebc2ccf9f","status":"passed","time":{"start":1725577453251,"stop":1725577453264,"duration":13}},{"uid":"95c4c503d00cbf01","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/95c4c503d00cbf01","status":"passed","time":{"start":1725577097752,"stop":1725577097753,"duration":1}},{"uid":"7442fcd86d5fe4eb","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/7442fcd86d5fe4eb","status":"passed","time":{"start":1725577056978,"stop":1725577056979,"duration":1}},{"uid":"18f14cd711664666","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/18f14cd711664666","status":"passed","time":{"start":1725576644002,"stop":1725576644002,"duration":0}}]},"tags":[]},"source":"73e664acc1e11760.json","parameterValues":[]} \ No newline at end of file +{"uid":"438633ae63c5c79f","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":1726218551487,"stop":1726218551487,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"c094a84bebdfa09c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c094a84bebdfa09c","status":"passed","time":{"start":1726218459537,"stop":1726218459537,"duration":0}},{"uid":"916f4fe4fc4b1b3e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/916f4fe4fc4b1b3e","status":"passed","time":{"start":1726217706005,"stop":1726217706005,"duration":0}},{"uid":"745293e32b41ecf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/745293e32b41ecf","status":"passed","time":{"start":1726217650762,"stop":1726217650762,"duration":0}}]},"tags":[]},"source":"438633ae63c5c79f.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/43ad251086066ab1.json b/7434/data/test-cases/43ad251086066ab1.json new file mode 100644 index 00000000000..2d0c9b43c92 --- /dev/null +++ b/7434/data/test-cases/43ad251086066ab1.json @@ -0,0 +1 @@ +{"uid":"43ad251086066ab1","name":"should throw an error for SingleShardInfos with different clusterIds","fullName":"/src/common/sharding/index.spec.ts: singleShardInfosToShardInfo > should throw an error for SingleShardInfos with different clusterIds","historyId":"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283090,"stop":1726218283090,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"singleShardInfosToShardInfo"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a0214ea9cbf9f836","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0214ea9cbf9f836","status":"passed","time":{"start":1726218188591,"stop":1726218188591,"duration":0}},{"uid":"11b730fb556373f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/11b730fb556373f6","status":"passed","time":{"start":1726217441552,"stop":1726217441552,"duration":0}},{"uid":"eae6a18b13e1fa34","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eae6a18b13e1fa34","status":"passed","time":{"start":1726217383215,"stop":1726217383215,"duration":0}}]},"tags":[]},"source":"43ad251086066ab1.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4a91befae0594f1b.json b/7434/data/test-cases/43ce9e4d18d7722c.json similarity index 65% rename from 7408/data/test-cases/4a91befae0594f1b.json rename to 7434/data/test-cases/43ce9e4d18d7722c.json index 9b641bba089..c59b94ed6f8 100644 --- a/7408/data/test-cases/4a91befae0594f1b.json +++ b/7434/data/test-cases/43ce9e4d18d7722c.json @@ -1 +1 @@ -{"uid":"4a91befae0594f1b","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":1725578717088,"stop":1725578717089,"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":7,"unknown":0,"total":7},"items":[{"uid":"5e4421241890ae72","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5e4421241890ae72","status":"passed","time":{"start":1725578260521,"stop":1725578260522,"duration":1}},{"uid":"6d4f7fdf94bf9328","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/6d4f7fdf94bf9328","status":"passed","time":{"start":1725577932901,"stop":1725577932902,"duration":1}},{"uid":"b089416450784b8f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b089416450784b8f","status":"passed","time":{"start":1725577200596,"stop":1725577200597,"duration":1}},{"uid":"6b50837b59337e1d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6b50837b59337e1d","status":"passed","time":{"start":1725576847053,"stop":1725576847054,"duration":1}},{"uid":"afe0e57bec67925d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/afe0e57bec67925d","status":"passed","time":{"start":1725576799933,"stop":1725576799934,"duration":1}},{"uid":"a9a62f3f628101b0","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a9a62f3f628101b0","status":"passed","time":{"start":1725576382168,"stop":1725576382169,"duration":1}}]},"tags":[]},"source":"4a91befae0594f1b.json","parameterValues":[]} \ No newline at end of file +{"uid":"43ce9e4d18d7722c","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":1726218291083,"stop":1726218291083,"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":4,"unknown":0,"total":4},"items":[{"uid":"3b0b7ab8f0b5f6d4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3b0b7ab8f0b5f6d4","status":"passed","time":{"start":1726218196349,"stop":1726218196349,"duration":0}},{"uid":"9c6f192eeb900cb0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c6f192eeb900cb0","status":"passed","time":{"start":1726217449482,"stop":1726217449482,"duration":0}},{"uid":"b88a87f06050ca3a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b88a87f06050ca3a","status":"passed","time":{"start":1726217391253,"stop":1726217391253,"duration":0}}]},"tags":[]},"source":"43ce9e4d18d7722c.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/442e4d1e68bb0cc4.json b/7434/data/test-cases/442e4d1e68bb0cc4.json new file mode 100644 index 00000000000..8066734404a --- /dev/null +++ b/7434/data/test-cases/442e4d1e68bb0cc4.json @@ -0,0 +1 @@ +{"uid":"442e4d1e68bb0cc4","name":"should aggregate SingleShardInfos into a ShardInfo","fullName":"/src/common/sharding/index.spec.ts: singleShardInfosToShardInfo > should aggregate SingleShardInfos into a ShardInfo","historyId":"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283089,"stop":1726218283089,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"singleShardInfosToShardInfo"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2329b57a6c27551b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2329b57a6c27551b","status":"passed","time":{"start":1726218188590,"stop":1726218188590,"duration":0}},{"uid":"95f93989ecb90b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95f93989ecb90b5","status":"passed","time":{"start":1726217441551,"stop":1726217441551,"duration":0}},{"uid":"d16bf38d7cf51735","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d16bf38d7cf51735","status":"passed","time":{"start":1726217383214,"stop":1726217383214,"duration":0}}]},"tags":[]},"source":"442e4d1e68bb0cc4.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c9d4e58f6ccb098b.json b/7434/data/test-cases/44eb3b80a95b39c3.json similarity index 91% rename from 7408/data/test-cases/c9d4e58f6ccb098b.json rename to 7434/data/test-cases/44eb3b80a95b39c3.json index 03873b195df..3796a7a7a57 100644 --- a/7408/data/test-cases/c9d4e58f6ccb098b.json +++ b/7434/data/test-cases/44eb3b80a95b39c3.json @@ -1 +1 @@ -{"uid":"c9d4e58f6ccb098b","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":1725579181247,"stop":1725579181247,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"4e33aea35cc59448","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/4e33aea35cc59448","status":"passed","time":{"start":1725578712610,"stop":1725578712610,"duration":0}},{"uid":"80287062f8e90a40","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/80287062f8e90a40","status":"passed","time":{"start":1725578380214,"stop":1725578380215,"duration":1}},{"uid":"95d72595afe35f10","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/95d72595afe35f10","status":"passed","time":{"start":1725577661444,"stop":1725577661445,"duration":1}},{"uid":"f8ed13255329aa76","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f8ed13255329aa76","status":"passed","time":{"start":1725577308289,"stop":1725577308289,"duration":0}},{"uid":"dbe37fd6557d1b90","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/dbe37fd6557d1b90","status":"passed","time":{"start":1725577255345,"stop":1725577255346,"duration":1}},{"uid":"7c0a47b7b4a6a4a4","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/7c0a47b7b4a6a4a4","status":"passed","time":{"start":1725576839383,"stop":1725576839383,"duration":0}}]},"tags":[]},"source":"c9d4e58f6ccb098b.json","parameterValues":[]} \ No newline at end of file +{"uid":"44eb3b80a95b39c3","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":1726218764096,"stop":1726218764096,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"fde290e517753ac7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fde290e517753ac7","status":"passed","time":{"start":1726218659011,"stop":1726218659011,"duration":0}},{"uid":"cd6766c4b7272b55","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd6766c4b7272b55","status":"passed","time":{"start":1726217924739,"stop":1726217924739,"duration":0}},{"uid":"5786e99bd094bb69","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5786e99bd094bb69","status":"passed","time":{"start":1726217840506,"stop":1726217840509,"duration":3}}]},"tags":[]},"source":"44eb3b80a95b39c3.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/fc808921bd5df22b.json b/7434/data/test-cases/4530e489d7ff9d83.json similarity index 91% rename from 7408/data/test-cases/fc808921bd5df22b.json rename to 7434/data/test-cases/4530e489d7ff9d83.json index acb417971b3..b4f3dc28420 100644 --- a/7408/data/test-cases/fc808921bd5df22b.json +++ b/7434/data/test-cases/4530e489d7ff9d83.json @@ -1 +1 @@ -{"uid":"fc808921bd5df22b","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":1725579181258,"stop":1725579181259,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"18ce383c2a9a8602","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/18ce383c2a9a8602","status":"passed","time":{"start":1725578712618,"stop":1725578712618,"duration":0}},{"uid":"b3e88b39f8620e4a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/b3e88b39f8620e4a","status":"passed","time":{"start":1725578380224,"stop":1725578380224,"duration":0}},{"uid":"e7e121a0e42a39b9","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e7e121a0e42a39b9","status":"passed","time":{"start":1725577661458,"stop":1725577661459,"duration":1}},{"uid":"1438d548c5fd6e3d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1438d548c5fd6e3d","status":"passed","time":{"start":1725577308302,"stop":1725577308303,"duration":1}},{"uid":"e036cee78cff5eeb","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e036cee78cff5eeb","status":"passed","time":{"start":1725577255371,"stop":1725577255371,"duration":0}},{"uid":"5fe60408d721c4dc","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5fe60408d721c4dc","status":"passed","time":{"start":1725576839398,"stop":1725576839399,"duration":1}}]},"tags":[]},"source":"fc808921bd5df22b.json","parameterValues":[]} \ No newline at end of file +{"uid":"4530e489d7ff9d83","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":1726218764106,"stop":1726218764106,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"857df858501ca9f5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/857df858501ca9f5","status":"passed","time":{"start":1726218659020,"stop":1726218659021,"duration":1}},{"uid":"decd75e56d355f4f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/decd75e56d355f4f","status":"passed","time":{"start":1726217924753,"stop":1726217924753,"duration":0}},{"uid":"74c370988e3ba269","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/74c370988e3ba269","status":"passed","time":{"start":1726217840544,"stop":1726217840544,"duration":0}}]},"tags":[]},"source":"4530e489d7ff9d83.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/bb3ede50b8a06778.json b/7434/data/test-cases/45515d612b2ad07c.json similarity index 67% rename from 7408/data/test-cases/bb3ede50b8a06778.json rename to 7434/data/test-cases/45515d612b2ad07c.json index 8d4aa64c420..c42142ae283 100644 --- a/7408/data/test-cases/bb3ede50b8a06778.json +++ b/7434/data/test-cases/45515d612b2ad07c.json @@ -1 +1 @@ -{"uid":"bb3ede50b8a06778","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":1725578943256,"stop":1725578943256,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"bcfed4026d59352a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/bcfed4026d59352a","status":"passed","time":{"start":1725578482170,"stop":1725578482170,"duration":0}},{"uid":"a3ff72370eb34e15","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a3ff72370eb34e15","status":"passed","time":{"start":1725578156656,"stop":1725578156657,"duration":1}},{"uid":"1a90e5080c76ae08","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1a90e5080c76ae08","status":"passed","time":{"start":1725577429921,"stop":1725577429922,"duration":1}},{"uid":"adeea3ad11630afb","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/adeea3ad11630afb","status":"passed","time":{"start":1725577060140,"stop":1725577060140,"duration":0}},{"uid":"d4db2859304fa5d3","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d4db2859304fa5d3","status":"passed","time":{"start":1725577040670,"stop":1725577040670,"duration":0}},{"uid":"dc6791f3fbe42b97","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/dc6791f3fbe42b97","status":"passed","time":{"start":1725576604959,"stop":1725576604959,"duration":0}}]},"tags":[]},"source":"bb3ede50b8a06778.json","parameterValues":[]} \ No newline at end of file +{"uid":"45515d612b2ad07c","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":1726218523018,"stop":1726218523018,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c1de86bea9705d4c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c1de86bea9705d4c","status":"passed","time":{"start":1726218422900,"stop":1726218422901,"duration":1}},{"uid":"2f5bb894d6388e30","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2f5bb894d6388e30","status":"passed","time":{"start":1726217687425,"stop":1726217687425,"duration":0}},{"uid":"deae1fa860789adb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/deae1fa860789adb","status":"passed","time":{"start":1726217604492,"stop":1726217604492,"duration":0}}]},"tags":[]},"source":"45515d612b2ad07c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5bc5dd02ebd6bf69.json b/7434/data/test-cases/455836d047d869b3.json similarity index 64% rename from 7408/data/test-cases/5bc5dd02ebd6bf69.json rename to 7434/data/test-cases/455836d047d869b3.json index 91471cd3d4c..22a9e7cd83e 100644 --- a/7408/data/test-cases/5bc5dd02ebd6bf69.json +++ b/7434/data/test-cases/455836d047d869b3.json @@ -1 +1 @@ -{"uid":"5bc5dd02ebd6bf69","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":1725578767203,"stop":1725578767204,"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":7,"unknown":0,"total":7},"items":[{"uid":"7b41e49234a37497","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/7b41e49234a37497","status":"passed","time":{"start":1725578310357,"stop":1725578310357,"duration":0}},{"uid":"8d831ef0b68ba35a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8d831ef0b68ba35a","status":"passed","time":{"start":1725577982430,"stop":1725577982431,"duration":1}},{"uid":"4cdd8f79540305c","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4cdd8f79540305c","status":"passed","time":{"start":1725577250321,"stop":1725577250322,"duration":1}},{"uid":"a42c289a9d4beecb","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a42c289a9d4beecb","status":"passed","time":{"start":1725576898038,"stop":1725576898038,"duration":0}},{"uid":"f7e06a0d36e385bc","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f7e06a0d36e385bc","status":"passed","time":{"start":1725576850561,"stop":1725576850562,"duration":1}},{"uid":"9066aff67cd6b3a9","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/9066aff67cd6b3a9","status":"passed","time":{"start":1725576432821,"stop":1725576432822,"duration":1}}]},"tags":[]},"source":"5bc5dd02ebd6bf69.json","parameterValues":[]} \ No newline at end of file +{"uid":"455836d047d869b3","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":1726218342870,"stop":1726218342871,"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":4,"unknown":0,"total":4},"items":[{"uid":"51e04680cf70a6c4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/51e04680cf70a6c4","status":"passed","time":{"start":1726218246382,"stop":1726218246383,"duration":1}},{"uid":"740b35e4ea1f331a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/740b35e4ea1f331a","status":"passed","time":{"start":1726217500288,"stop":1726217500290,"duration":2}},{"uid":"4b396a5a4e78e810","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b396a5a4e78e810","status":"passed","time":{"start":1726217442000,"stop":1726217442000,"duration":0}}]},"tags":[]},"source":"455836d047d869b3.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/10874a67ffb9c0a4.json b/7434/data/test-cases/455df162951c1d4d.json similarity index 68% rename from 7408/data/test-cases/10874a67ffb9c0a4.json rename to 7434/data/test-cases/455df162951c1d4d.json index a5cd9a495e4..9302e3f4c58 100644 --- a/7408/data/test-cases/10874a67ffb9c0a4.json +++ b/7434/data/test-cases/455df162951c1d4d.json @@ -1 +1 @@ -{"uid":"10874a67ffb9c0a4","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":1725578943259,"stop":1725578943259,"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":7,"unknown":0,"total":7},"items":[{"uid":"ec5472da7b7d14ac","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ec5472da7b7d14ac","status":"passed","time":{"start":1725578482189,"stop":1725578482189,"duration":0}},{"uid":"d551de7d6f76da64","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d551de7d6f76da64","status":"passed","time":{"start":1725578156661,"stop":1725578156661,"duration":0}},{"uid":"91a6a823011001f9","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/91a6a823011001f9","status":"passed","time":{"start":1725577429925,"stop":1725577429926,"duration":1}},{"uid":"7e317706e18a6f3a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7e317706e18a6f3a","status":"passed","time":{"start":1725577060144,"stop":1725577060144,"duration":0}},{"uid":"a7181c2a088b2082","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a7181c2a088b2082","status":"passed","time":{"start":1725577040678,"stop":1725577040679,"duration":1}},{"uid":"aa460fb1a3f788e5","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/aa460fb1a3f788e5","status":"passed","time":{"start":1725576604965,"stop":1725576604966,"duration":1}}]},"tags":[]},"source":"10874a67ffb9c0a4.json","parameterValues":[]} \ No newline at end of file +{"uid":"455df162951c1d4d","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":1726218523021,"stop":1726218523022,"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":4,"unknown":0,"total":4},"items":[{"uid":"8046a509db1bb117","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8046a509db1bb117","status":"passed","time":{"start":1726218422906,"stop":1726218422908,"duration":2}},{"uid":"1916a6e15a70987d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1916a6e15a70987d","status":"passed","time":{"start":1726217687428,"stop":1726217687429,"duration":1}},{"uid":"ca059949986c4775","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ca059949986c4775","status":"passed","time":{"start":1726217604497,"stop":1726217604497,"duration":0}}]},"tags":[]},"source":"455df162951c1d4d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e2abffc86df41a45.json b/7434/data/test-cases/45ced46f4168b7f6.json similarity index 65% rename from 7408/data/test-cases/e2abffc86df41a45.json rename to 7434/data/test-cases/45ced46f4168b7f6.json index 92e313058ab..e251b861653 100644 --- a/7408/data/test-cases/e2abffc86df41a45.json +++ b/7434/data/test-cases/45ced46f4168b7f6.json @@ -1 +1 @@ -{"uid":"e2abffc86df41a45","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":1725578717088,"stop":1725578717088,"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":7,"unknown":0,"total":7},"items":[{"uid":"a7ef8dd917d988e6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a7ef8dd917d988e6","status":"passed","time":{"start":1725578260521,"stop":1725578260521,"duration":0}},{"uid":"f530f060fce35031","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f530f060fce35031","status":"passed","time":{"start":1725577932900,"stop":1725577932901,"duration":1}},{"uid":"ead483d6adab0c52","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ead483d6adab0c52","status":"passed","time":{"start":1725577200596,"stop":1725577200596,"duration":0}},{"uid":"1d97a3901839fe60","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1d97a3901839fe60","status":"passed","time":{"start":1725576847052,"stop":1725576847053,"duration":1}},{"uid":"d3e82f4648af8ab1","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d3e82f4648af8ab1","status":"passed","time":{"start":1725576799932,"stop":1725576799933,"duration":1}},{"uid":"3d05d55850beddc0","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3d05d55850beddc0","status":"passed","time":{"start":1725576382168,"stop":1725576382168,"duration":0}}]},"tags":[]},"source":"e2abffc86df41a45.json","parameterValues":[]} \ No newline at end of file +{"uid":"45ced46f4168b7f6","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":1726218291082,"stop":1726218291083,"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":4,"unknown":0,"total":4},"items":[{"uid":"7a5abcd45675397b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a5abcd45675397b","status":"passed","time":{"start":1726218196348,"stop":1726218196349,"duration":1}},{"uid":"90d6244b18cb3998","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/90d6244b18cb3998","status":"passed","time":{"start":1726217449481,"stop":1726217449481,"duration":0}},{"uid":"d72b2267ce904f4c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d72b2267ce904f4c","status":"passed","time":{"start":1726217391253,"stop":1726217391253,"duration":0}}]},"tags":[]},"source":"45ced46f4168b7f6.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/45cf3f32838628f8.json b/7434/data/test-cases/45cf3f32838628f8.json new file mode 100644 index 00000000000..4946711e440 --- /dev/null +++ b/7434/data/test-cases/45cf3f32838628f8.json @@ -0,0 +1 @@ +{"uid":"45cf3f32838628f8","name":"Relay + Store","fullName":"/src/enr.spec.ts: ENR > Waku2 key: decode > Relay + Store","historyId":"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218291672,"stop":1726218291672,"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":4,"unknown":0,"total":4},"items":[{"uid":"4e482fae9ed5ae5e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4e482fae9ed5ae5e","status":"passed","time":{"start":1726218197010,"stop":1726218197011,"duration":1}},{"uid":"eebd79fe645a938e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eebd79fe645a938e","status":"passed","time":{"start":1726217450209,"stop":1726217450209,"duration":0}},{"uid":"c0d6de7b6bf92f59","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c0d6de7b6bf92f59","status":"passed","time":{"start":1726217391860,"stop":1726217391860,"duration":0}}]},"tags":[]},"source":"45cf3f32838628f8.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/4650472aca951c60.json b/7434/data/test-cases/4650472aca951c60.json new file mode 100644 index 00000000000..6c2b6d1cf40 --- /dev/null +++ b/7434/data/test-cases/4650472aca951c60.json @@ -0,0 +1 @@ +{"uid":"4650472aca951c60","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":1726218291663,"stop":1726218291663,"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":4,"unknown":0,"total":4},"items":[{"uid":"e87b7e5380507060","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e87b7e5380507060","status":"passed","time":{"start":1726218197005,"stop":1726218197005,"duration":0}},{"uid":"1be6b513a505eacb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1be6b513a505eacb","status":"passed","time":{"start":1726217450199,"stop":1726217450199,"duration":0}},{"uid":"40fed1f0be5176d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/40fed1f0be5176d","status":"passed","time":{"start":1726217391851,"stop":1726217391851,"duration":0}}]},"tags":[]},"source":"4650472aca951c60.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/b162f24f90cd5863.json b/7434/data/test-cases/46bb154674a8ab9f.json similarity index 90% rename from 7408/data/test-cases/b162f24f90cd5863.json rename to 7434/data/test-cases/46bb154674a8ab9f.json index 2eaf87bf1d6..4113e4b4e24 100644 --- a/7408/data/test-cases/b162f24f90cd5863.json +++ b/7434/data/test-cases/46bb154674a8ab9f.json @@ -1 +1 @@ -{"uid":"b162f24f90cd5863","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":1725579219614,"stop":1725579219614,"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":7,"unknown":0,"total":7},"items":[{"uid":"c751eb63da630efd","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/c751eb63da630efd","status":"passed","time":{"start":1725578761130,"stop":1725578761131,"duration":1}},{"uid":"9085b3aa507ae22","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9085b3aa507ae22","status":"passed","time":{"start":1725578429985,"stop":1725578429986,"duration":1}},{"uid":"7f7b7189941d1ba9","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7f7b7189941d1ba9","status":"passed","time":{"start":1725577692785,"stop":1725577692786,"duration":1}},{"uid":"370578da3ab530d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/370578da3ab530d","status":"passed","time":{"start":1725577353961,"stop":1725577353962,"duration":1}},{"uid":"8e9b27856f098610","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8e9b27856f098610","status":"passed","time":{"start":1725577301898,"stop":1725577301898,"duration":0}},{"uid":"1d4c0b6bac35391","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/1d4c0b6bac35391","status":"passed","time":{"start":1725576895899,"stop":1725576895903,"duration":4}}]},"tags":[]},"source":"b162f24f90cd5863.json","parameterValues":[]} \ No newline at end of file +{"uid":"46bb154674a8ab9f","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":1726218806760,"stop":1726218806760,"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":4,"unknown":0,"total":4},"items":[{"uid":"5209a8cf7eb2c754","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5209a8cf7eb2c754","status":"passed","time":{"start":1726218706741,"stop":1726218706742,"duration":1}},{"uid":"bd15fb2f524ce2c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bd15fb2f524ce2c","status":"passed","time":{"start":1726217976607,"stop":1726217976608,"duration":1}},{"uid":"6005e77114cf1ae9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6005e77114cf1ae9","status":"passed","time":{"start":1726217890296,"stop":1726217890297,"duration":1}}]},"tags":[]},"source":"46bb154674a8ab9f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/51c264e258d6e53f.json b/7434/data/test-cases/472c9da00b75b8e2.json similarity index 55% rename from 7408/data/test-cases/51c264e258d6e53f.json rename to 7434/data/test-cases/472c9da00b75b8e2.json index e0b18080a96..ee3e1af8d88 100644 --- a/7408/data/test-cases/51c264e258d6e53f.json +++ b/7434/data/test-cases/472c9da00b75b8e2.json @@ -1 +1 @@ -{"uid":"51c264e258d6e53f","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":1725578730399,"stop":1725578730400,"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":7,"unknown":0,"total":7},"items":[{"uid":"d76ca31f1274a530","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d76ca31f1274a530","status":"passed","time":{"start":1725578273567,"stop":1725578273568,"duration":1}},{"uid":"8c9fd5b05ed13337","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8c9fd5b05ed13337","status":"passed","time":{"start":1725577945952,"stop":1725577945952,"duration":0}},{"uid":"1a0d8ba926b09d71","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1a0d8ba926b09d71","status":"passed","time":{"start":1725577213598,"stop":1725577213598,"duration":0}},{"uid":"a62b8bc0606088e2","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a62b8bc0606088e2","status":"passed","time":{"start":1725576860206,"stop":1725576860206,"duration":0}},{"uid":"b0b12d14951bbf7d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b0b12d14951bbf7d","status":"passed","time":{"start":1725576813311,"stop":1725576813312,"duration":1}},{"uid":"5b9149f8f8b8592e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5b9149f8f8b8592e","status":"passed","time":{"start":1725576395199,"stop":1725576395199,"duration":0}}]},"tags":[]},"source":"51c264e258d6e53f.json","parameterValues":[]} \ No newline at end of file +{"uid":"472c9da00b75b8e2","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":1726218304472,"stop":1726218304473,"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":4,"unknown":0,"total":4},"items":[{"uid":"436a11bf686a9292","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/436a11bf686a9292","status":"passed","time":{"start":1726218209566,"stop":1726218209567,"duration":1}},{"uid":"c02b8187c0a110aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c02b8187c0a110aa","status":"passed","time":{"start":1726217463042,"stop":1726217463042,"duration":0}},{"uid":"f4d4337770e0d26b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f4d4337770e0d26b","status":"passed","time":{"start":1726217404608,"stop":1726217404608,"duration":0}}]},"tags":[]},"source":"472c9da00b75b8e2.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/475a0cc54d7b4c64.json b/7434/data/test-cases/475a0cc54d7b4c64.json new file mode 100644 index 00000000000..ac9ff48ee21 --- /dev/null +++ b/7434/data/test-cases/475a0cc54d7b4c64.json @@ -0,0 +1 @@ +{"uid":"475a0cc54d7b4c64","name":"should throw an error for missing sharding configuration","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > should throw an error for missing sharding configuration","historyId":"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"651095342cc88836","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/651095342cc88836","status":"passed","time":{"start":1726218188604,"stop":1726218188604,"duration":0}},{"uid":"bd303d1aa9443e74","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bd303d1aa9443e74","status":"passed","time":{"start":1726217441568,"stop":1726217441568,"duration":0}},{"uid":"488634b3e63767f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/488634b3e63767f3","status":"passed","time":{"start":1726217383230,"stop":1726217383230,"duration":0}}]},"tags":[]},"source":"475a0cc54d7b4c64.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/14493cc681746b27.json b/7434/data/test-cases/4771320b2e2c974e.json similarity index 83% rename from 7408/data/test-cases/14493cc681746b27.json rename to 7434/data/test-cases/4771320b2e2c974e.json index a0e01deb603..c3d54e1e7f4 100644 --- a/7408/data/test-cases/14493cc681746b27.json +++ b/7434/data/test-cases/4771320b2e2c974e.json @@ -1 +1 @@ -{"uid":"14493cc681746b27","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":1725579256760,"stop":1725579256761,"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":7,"unknown":0,"total":7},"items":[{"uid":"eaf92185e119c960","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/eaf92185e119c960","status":"passed","time":{"start":1725578798783,"stop":1725578798784,"duration":1}},{"uid":"96679572cf145cd","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/96679572cf145cd","status":"passed","time":{"start":1725578454613,"stop":1725578454614,"duration":1}},{"uid":"11006d58966a76a5","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/11006d58966a76a5","status":"passed","time":{"start":1725577731198,"stop":1725577731198,"duration":0}},{"uid":"6b25b2818a077b7a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6b25b2818a077b7a","status":"passed","time":{"start":1725577382524,"stop":1725577382525,"duration":1}},{"uid":"90e92262ffd2a79f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/90e92262ffd2a79f","status":"passed","time":{"start":1725577342261,"stop":1725577342261,"duration":0}},{"uid":"db365969c0fae9f8","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/db365969c0fae9f8","status":"passed","time":{"start":1725576910256,"stop":1725576910256,"duration":0}}]},"tags":[]},"source":"14493cc681746b27.json","parameterValues":[]} \ No newline at end of file +{"uid":"4771320b2e2c974e","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":1726218843764,"stop":1726218843764,"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":4,"unknown":0,"total":4},"items":[{"uid":"4761f5938ddfc1ad","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4761f5938ddfc1ad","status":"passed","time":{"start":1726218748384,"stop":1726218748385,"duration":1}},{"uid":"72a4689f75936f85","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72a4689f75936f85","status":"passed","time":{"start":1726218011622,"stop":1726218011622,"duration":0}},{"uid":"d303e9ee5e54753e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d303e9ee5e54753e","status":"passed","time":{"start":1726217923176,"stop":1726217923177,"duration":1}}]},"tags":[]},"source":"4771320b2e2c974e.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/47724909b08677f5.json b/7434/data/test-cases/47724909b08677f5.json new file mode 100644 index 00000000000..7b5b45cedb4 --- /dev/null +++ b/7434/data/test-cases/47724909b08677f5.json @@ -0,0 +1 @@ +{"uid":"47724909b08677f5","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":1726218879376,"stop":1726218879380,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c928dbc93bd12a12","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c928dbc93bd12a12","status":"passed","time":{"start":1726218787593,"stop":1726218787594,"duration":1}},{"uid":"24f641dc347c7b23","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/24f641dc347c7b23","status":"passed","time":{"start":1726218066316,"stop":1726218066316,"duration":0}},{"uid":"ef14c8527a366cb2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ef14c8527a366cb2","status":"passed","time":{"start":1726217965349,"stop":1726217965349,"duration":0}}]},"tags":[]},"source":"47724909b08677f5.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/520cbb640b6de5f7.json b/7434/data/test-cases/478125b8fdeb1062.json similarity index 81% rename from 7408/data/test-cases/520cbb640b6de5f7.json rename to 7434/data/test-cases/478125b8fdeb1062.json index ee3d4912ed0..3f1da91c561 100644 --- a/7408/data/test-cases/520cbb640b6de5f7.json +++ b/7434/data/test-cases/478125b8fdeb1062.json @@ -1 +1 @@ -{"uid":"520cbb640b6de5f7","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":1725579302117,"stop":1725579302117,"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":7,"unknown":0,"total":7},"items":[{"uid":"eeee1f9d0efc9ea5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/eeee1f9d0efc9ea5","status":"passed","time":{"start":1725578838719,"stop":1725578838719,"duration":0}},{"uid":"54a72d46a01725b9","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/54a72d46a01725b9","status":"passed","time":{"start":1725578498373,"stop":1725578498374,"duration":1}},{"uid":"42f84aacf73bb0fc","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/42f84aacf73bb0fc","status":"passed","time":{"start":1725577773145,"stop":1725577773148,"duration":3}},{"uid":"bf9568cba97d95a1","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/bf9568cba97d95a1","status":"passed","time":{"start":1725577428838,"stop":1725577428839,"duration":1}},{"uid":"1aea5af57f799fe6","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1aea5af57f799fe6","status":"passed","time":{"start":1725577388033,"stop":1725577388037,"duration":4}},{"uid":"e1fc7b7b66ff119","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e1fc7b7b66ff119","status":"passed","time":{"start":1725576955263,"stop":1725576955264,"duration":1}}]},"tags":[]},"source":"520cbb640b6de5f7.json","parameterValues":[]} \ No newline at end of file +{"uid":"478125b8fdeb1062","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":1726218886393,"stop":1726218886393,"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":4,"unknown":0,"total":4},"items":[{"uid":"562c7722fabc352e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/562c7722fabc352e","status":"passed","time":{"start":1726218791847,"stop":1726218791848,"duration":1}},{"uid":"ddc1d131c50fd5ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ddc1d131c50fd5ea","status":"passed","time":{"start":1726218054693,"stop":1726218054693,"duration":0}},{"uid":"2c6cca9722a2c098","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2c6cca9722a2c098","status":"passed","time":{"start":1726217965432,"stop":1726217965432,"duration":0}}]},"tags":[]},"source":"478125b8fdeb1062.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6a1c8c4349038b74.json b/7434/data/test-cases/47a1dd2c7ca4d653.json similarity index 78% rename from 7408/data/test-cases/6a1c8c4349038b74.json rename to 7434/data/test-cases/47a1dd2c7ca4d653.json index 013aaa8ed07..fa56c30767c 100644 --- a/7408/data/test-cases/6a1c8c4349038b74.json +++ b/7434/data/test-cases/47a1dd2c7ca4d653.json @@ -1 +1 @@ -{"uid":"6a1c8c4349038b74","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":1725578943247,"stop":1725578943247,"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":7,"unknown":0,"total":7},"items":[{"uid":"537adb85d94e8fb","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/537adb85d94e8fb","status":"passed","time":{"start":1725578482157,"stop":1725578482161,"duration":4}},{"uid":"1cfce0bd7bee2aac","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/1cfce0bd7bee2aac","status":"passed","time":{"start":1725578156644,"stop":1725578156645,"duration":1}},{"uid":"a4d62bb3a3ba595b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a4d62bb3a3ba595b","status":"passed","time":{"start":1725577429914,"stop":1725577429914,"duration":0}},{"uid":"b52b3aa1b8342382","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b52b3aa1b8342382","status":"passed","time":{"start":1725577060116,"stop":1725577060116,"duration":0}},{"uid":"78f72a1a87b32b90","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/78f72a1a87b32b90","status":"passed","time":{"start":1725577040659,"stop":1725577040660,"duration":1}},{"uid":"8b6c497a962174d6","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/8b6c497a962174d6","status":"passed","time":{"start":1725576604955,"stop":1725576604955,"duration":0}}]},"tags":[]},"source":"6a1c8c4349038b74.json","parameterValues":[]} \ No newline at end of file +{"uid":"47a1dd2c7ca4d653","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":1726218523013,"stop":1726218523013,"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":4,"unknown":0,"total":4},"items":[{"uid":"9bf3c6335f2b5af9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9bf3c6335f2b5af9","status":"passed","time":{"start":1726218422896,"stop":1726218422896,"duration":0}},{"uid":"d554c82e90c12818","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d554c82e90c12818","status":"passed","time":{"start":1726217687420,"stop":1726217687421,"duration":1}},{"uid":"473edeace670e633","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/473edeace670e633","status":"passed","time":{"start":1726217604486,"stop":1726217604487,"duration":1}}]},"tags":[]},"source":"47a1dd2c7ca4d653.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/56b43ccd240d703a.json b/7434/data/test-cases/47d06fdcdc1c348e.json similarity index 60% rename from 7408/data/test-cases/56b43ccd240d703a.json rename to 7434/data/test-cases/47d06fdcdc1c348e.json index 66abe3ba13c..1b4c64a4e9f 100644 --- a/7408/data/test-cases/56b43ccd240d703a.json +++ b/7434/data/test-cases/47d06fdcdc1c348e.json @@ -1 +1 @@ -{"uid":"56b43ccd240d703a","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":1725579061632,"stop":1725579061635,"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 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":7,"unknown":0,"total":7},"items":[{"uid":"25ae499aae2edc92","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/25ae499aae2edc92","status":"passed","time":{"start":1725578598309,"stop":1725578598310,"duration":1}},{"uid":"b41225361209e9c","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/b41225361209e9c","status":"passed","time":{"start":1725578273408,"stop":1725578273410,"duration":2}},{"uid":"644b5a553ea3dc67","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/644b5a553ea3dc67","status":"passed","time":{"start":1725577539370,"stop":1725577539371,"duration":1}},{"uid":"75265daa17207532","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/75265daa17207532","status":"passed","time":{"start":1725577200215,"stop":1725577200216,"duration":1}},{"uid":"b938343f80ac128a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b938343f80ac128a","status":"passed","time":{"start":1725577150914,"stop":1725577150915,"duration":1}},{"uid":"ecd5b79a1dbc95ad","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ecd5b79a1dbc95ad","status":"passed","time":{"start":1725576726842,"stop":1725576726842,"duration":0}}]},"tags":[]},"source":"56b43ccd240d703a.json","parameterValues":[]} \ No newline at end of file +{"uid":"47d06fdcdc1c348e","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":1726218651142,"stop":1726218651143,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push : Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a17fc38a2bb30997","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a17fc38a2bb30997","status":"passed","time":{"start":1726218550063,"stop":1726218550064,"duration":1}},{"uid":"30f98cd2a9d61481","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/30f98cd2a9d61481","status":"passed","time":{"start":1726217804574,"stop":1726217804574,"duration":0}},{"uid":"497d2249cc2db959","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/497d2249cc2db959","status":"passed","time":{"start":1726217733941,"stop":1726217733941,"duration":0}}]},"tags":[]},"source":"47d06fdcdc1c348e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9dc6a8fb26b8f916.json b/7434/data/test-cases/47dfe0034edc7346.json similarity index 77% rename from 7408/data/test-cases/9dc6a8fb26b8f916.json rename to 7434/data/test-cases/47dfe0034edc7346.json index f6765d1603c..1996f440c4c 100644 --- a/7408/data/test-cases/9dc6a8fb26b8f916.json +++ b/7434/data/test-cases/47dfe0034edc7346.json @@ -1 +1 @@ -{"uid":"9dc6a8fb26b8f916","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":1725579310619,"stop":1725579310620,"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":7,"unknown":0,"total":7},"items":[{"uid":"190b116814db52e1","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/190b116814db52e1","status":"passed","time":{"start":1725578851750,"stop":1725578851750,"duration":0}},{"uid":"b6152ddbd34d232c","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/b6152ddbd34d232c","status":"passed","time":{"start":1725578528319,"stop":1725578528320,"duration":1}},{"uid":"2c2ac841eb1a12d2","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2c2ac841eb1a12d2","status":"passed","time":{"start":1725577788025,"stop":1725577788025,"duration":0}},{"uid":"8de3077d4b87d97f","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/8de3077d4b87d97f","status":"passed","time":{"start":1725577450854,"stop":1725577450854,"duration":0}},{"uid":"df614346294cae45","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/df614346294cae45","status":"passed","time":{"start":1725577393090,"stop":1725577393091,"duration":1}},{"uid":"e288ce5c43c1f0ed","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e288ce5c43c1f0ed","status":"passed","time":{"start":1725576982839,"stop":1725576982839,"duration":0}}]},"tags":[]},"source":"9dc6a8fb26b8f916.json","parameterValues":[]} \ No newline at end of file +{"uid":"47dfe0034edc7346","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":1726218902969,"stop":1726218902971,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"48ed1b838feafe91","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/48ed1b838feafe91","status":"passed","time":{"start":1726218814285,"stop":1726218814288,"duration":3}},{"uid":"42046d79d859bdb0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42046d79d859bdb0","status":"passed","time":{"start":1726218071324,"stop":1726218071324,"duration":0}},{"uid":"24bede9933db2998","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/24bede9933db2998","status":"passed","time":{"start":1726217984830,"stop":1726217984830,"duration":0}}]},"tags":[]},"source":"47dfe0034edc7346.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/55a5ab871752fdcc.json b/7434/data/test-cases/47f3ae10a0d91128.json similarity index 65% rename from 7408/data/test-cases/55a5ab871752fdcc.json rename to 7434/data/test-cases/47f3ae10a0d91128.json index 6ba75b3acbb..d768e2ba666 100644 --- a/7408/data/test-cases/55a5ab871752fdcc.json +++ b/7434/data/test-cases/47f3ae10a0d91128.json @@ -1 +1 @@ -{"uid":"55a5ab871752fdcc","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":1725578833277,"stop":1725578833277,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"8e2573aec1a57993","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8e2573aec1a57993","status":"passed","time":{"start":1725578383418,"stop":1725578383418,"duration":0}},{"uid":"48bacf85f01f7bed","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/48bacf85f01f7bed","status":"passed","time":{"start":1725578049900,"stop":1725578049900,"duration":0}},{"uid":"980e13558b95d6fb","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/980e13558b95d6fb","status":"passed","time":{"start":1725577334274,"stop":1725577334275,"duration":1}},{"uid":"b54b450a4c825ea","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b54b450a4c825ea","status":"passed","time":{"start":1725576977276,"stop":1725576977276,"duration":0}},{"uid":"e25c551729ef8b83","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e25c551729ef8b83","status":"passed","time":{"start":1725576922777,"stop":1725576922777,"duration":0}},{"uid":"e1b3f45db6079ce5","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e1b3f45db6079ce5","status":"passed","time":{"start":1725576508101,"stop":1725576508101,"duration":0}}]},"tags":[]},"source":"55a5ab871752fdcc.json","parameterValues":[]} \ No newline at end of file +{"uid":"47f3ae10a0d91128","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":1726218410956,"stop":1726218410956,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"7b898c2f4e8e699e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7b898c2f4e8e699e","status":"passed","time":{"start":1726218315930,"stop":1726218315930,"duration":0}},{"uid":"c39f1eda8251a907","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c39f1eda8251a907","status":"passed","time":{"start":1726217577151,"stop":1726217577152,"duration":1}},{"uid":"e73321fbfd26fec7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e73321fbfd26fec7","status":"passed","time":{"start":1726217509423,"stop":1726217509424,"duration":1}}]},"tags":[]},"source":"47f3ae10a0d91128.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/215d9d70f18f8932.json b/7434/data/test-cases/4831bf8be021a99d.json similarity index 82% rename from 7408/data/test-cases/215d9d70f18f8932.json rename to 7434/data/test-cases/4831bf8be021a99d.json index 6b6d54bf5c3..14d3b0d3b1b 100644 --- a/7408/data/test-cases/215d9d70f18f8932.json +++ b/7434/data/test-cases/4831bf8be021a99d.json @@ -1 +1 @@ -{"uid":"215d9d70f18f8932","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":1725579302120,"stop":1725579302120,"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":7,"unknown":0,"total":7},"items":[{"uid":"49b59b1b8b9bb2d1","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/49b59b1b8b9bb2d1","status":"passed","time":{"start":1725578838721,"stop":1725578838722,"duration":1}},{"uid":"30dfb37d5b34e3a6","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/30dfb37d5b34e3a6","status":"passed","time":{"start":1725578498375,"stop":1725578498375,"duration":0}},{"uid":"4968b0a7d269c685","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4968b0a7d269c685","status":"passed","time":{"start":1725577773150,"stop":1725577773150,"duration":0}},{"uid":"3991a4d3a02fa087","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3991a4d3a02fa087","status":"passed","time":{"start":1725577428839,"stop":1725577428840,"duration":1}},{"uid":"2442fcbea7cdeefe","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2442fcbea7cdeefe","status":"passed","time":{"start":1725577388039,"stop":1725577388040,"duration":1}},{"uid":"28bbb8651ca28f3a","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/28bbb8651ca28f3a","status":"passed","time":{"start":1725576955265,"stop":1725576955265,"duration":0}}]},"tags":[]},"source":"215d9d70f18f8932.json","parameterValues":[]} \ No newline at end of file +{"uid":"4831bf8be021a99d","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":1726218886396,"stop":1726218886396,"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":4,"unknown":0,"total":4},"items":[{"uid":"6948d33ea4a06750","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6948d33ea4a06750","status":"passed","time":{"start":1726218791849,"stop":1726218791849,"duration":0}},{"uid":"af79f35314395695","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af79f35314395695","status":"passed","time":{"start":1726218054699,"stop":1726218054700,"duration":1}},{"uid":"1b18522081d91900","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1b18522081d91900","status":"passed","time":{"start":1726217965433,"stop":1726217965433,"duration":0}}]},"tags":[]},"source":"4831bf8be021a99d.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/49259250f07a1e1e.json b/7434/data/test-cases/49259250f07a1e1e.json new file mode 100644 index 00000000000..a45b20311c3 --- /dev/null +++ b/7434/data/test-cases/49259250f07a1e1e.json @@ -0,0 +1 @@ +{"uid":"49259250f07a1e1e","name":"Check received message with timestamp: 1726218334519 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1726218334519 ","historyId":"0e65024574e801a9619eb7ccb5bda84f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218510984,"stop":1726218510987,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"49259250f07a1e1e.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/495f9ae83ce407e4.json b/7434/data/test-cases/495f9ae83ce407e4.json new file mode 100644 index 00000000000..aa095983c63 --- /dev/null +++ b/7434/data/test-cases/495f9ae83ce407e4.json @@ -0,0 +1 @@ +{"uid":"495f9ae83ce407e4","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":1726218296384,"stop":1726218296385,"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":4,"unknown":0,"total":4},"items":[{"uid":"f7757ee58b91317c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f7757ee58b91317c","status":"passed","time":{"start":1726218201684,"stop":1726218201684,"duration":0}},{"uid":"f667a9aa18932b1f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f667a9aa18932b1f","status":"passed","time":{"start":1726217454965,"stop":1726217454965,"duration":0}},{"uid":"6e2c89319c8caad9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e2c89319c8caad9","status":"passed","time":{"start":1726217396430,"stop":1726217396431,"duration":1}}]},"tags":[]},"source":"495f9ae83ce407e4.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/496cbaa2c10876ec.json b/7434/data/test-cases/496cbaa2c10876ec.json new file mode 100644 index 00000000000..321313dbf19 --- /dev/null +++ b/7434/data/test-cases/496cbaa2c10876ec.json @@ -0,0 +1 @@ +{"uid":"496cbaa2c10876ec","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/\\","historyId":"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283098,"stop":1726218283099,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"66f7021f9b12fe6c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/66f7021f9b12fe6c","status":"passed","time":{"start":1726218188598,"stop":1726218188598,"duration":0}},{"uid":"c414834a9c5d931","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c414834a9c5d931","status":"passed","time":{"start":1726217441561,"stop":1726217441561,"duration":0}},{"uid":"5e321b15d6edd488","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e321b15d6edd488","status":"passed","time":{"start":1726217383223,"stop":1726217383223,"duration":0}}]},"tags":[]},"source":"496cbaa2c10876ec.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/49991af8deb3effe.json b/7434/data/test-cases/49991af8deb3effe.json new file mode 100644 index 00000000000..56b25fbf0ac --- /dev/null +++ b/7434/data/test-cases/49991af8deb3effe.json @@ -0,0 +1 @@ +{"uid":"49991af8deb3effe","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":1726218523031,"stop":1726218523031,"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":4,"unknown":0,"total":4},"items":[{"uid":"68cda840fc916dc1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68cda840fc916dc1","status":"passed","time":{"start":1726218422921,"stop":1726218422922,"duration":1}},{"uid":"ac8a402fcc401b07","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac8a402fcc401b07","status":"passed","time":{"start":1726217687450,"stop":1726217687451,"duration":1}},{"uid":"361fcc80ad7a4531","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/361fcc80ad7a4531","status":"passed","time":{"start":1726217604538,"stop":1726217604539,"duration":1}}]},"tags":[]},"source":"49991af8deb3effe.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a4ee65606231e9df.json b/7434/data/test-cases/4a05e2b44331be75.json similarity index 67% rename from 7408/data/test-cases/a4ee65606231e9df.json rename to 7434/data/test-cases/4a05e2b44331be75.json index 532bca9001e..ef8763af1ca 100644 --- a/7408/data/test-cases/a4ee65606231e9df.json +++ b/7434/data/test-cases/4a05e2b44331be75.json @@ -1 +1 @@ -{"uid":"a4ee65606231e9df","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":1725578943273,"stop":1725578943273,"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":7,"unknown":0,"total":7},"items":[{"uid":"94149110a662195d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/94149110a662195d","status":"passed","time":{"start":1725578482193,"stop":1725578482193,"duration":0}},{"uid":"9cf16da4941e4baf","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9cf16da4941e4baf","status":"passed","time":{"start":1725578156666,"stop":1725578156667,"duration":1}},{"uid":"e32d1ac37029bbe1","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e32d1ac37029bbe1","status":"passed","time":{"start":1725577429928,"stop":1725577429928,"duration":0}},{"uid":"b72ccb7479462d15","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b72ccb7479462d15","status":"passed","time":{"start":1725577060147,"stop":1725577060148,"duration":1}},{"uid":"508ba92e1e2d580f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/508ba92e1e2d580f","status":"passed","time":{"start":1725577040685,"stop":1725577040688,"duration":3}},{"uid":"d5fc16539ad089df","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d5fc16539ad089df","status":"passed","time":{"start":1725576604969,"stop":1725576604969,"duration":0}}]},"tags":[]},"source":"a4ee65606231e9df.json","parameterValues":[]} \ No newline at end of file +{"uid":"4a05e2b44331be75","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":1726218523024,"stop":1726218523025,"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":4,"unknown":0,"total":4},"items":[{"uid":"d89f9eb2ac90a7c8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d89f9eb2ac90a7c8","status":"passed","time":{"start":1726218422915,"stop":1726218422915,"duration":0}},{"uid":"42a423a055747248","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42a423a055747248","status":"passed","time":{"start":1726217687437,"stop":1726217687437,"duration":0}},{"uid":"e417cd0cfadce428","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e417cd0cfadce428","status":"passed","time":{"start":1726217604512,"stop":1726217604513,"duration":1}}]},"tags":[]},"source":"4a05e2b44331be75.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/4adbd818215eeb71.json b/7434/data/test-cases/4adbd818215eeb71.json new file mode 100644 index 00000000000..3c13a1e911f --- /dev/null +++ b/7434/data/test-cases/4adbd818215eeb71.json @@ -0,0 +1 @@ +{"uid":"4adbd818215eeb71","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":1726218295945,"stop":1726218295947,"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":4,"unknown":0,"total":4},"items":[{"uid":"415651452d591936","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/415651452d591936","status":"passed","time":{"start":1726218201362,"stop":1726218201364,"duration":2}},{"uid":"727385f8bfd63f8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/727385f8bfd63f8c","status":"passed","time":{"start":1726217454407,"stop":1726217454408,"duration":1}},{"uid":"1bb1c4083504454c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1bb1c4083504454c","status":"passed","time":{"start":1726217395940,"stop":1726217395941,"duration":1}}]},"tags":[]},"source":"4adbd818215eeb71.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/11d577271df1c657.json b/7434/data/test-cases/4b00b16336642eb5.json similarity index 69% rename from 7408/data/test-cases/11d577271df1c657.json rename to 7434/data/test-cases/4b00b16336642eb5.json index 119f8cae038..4dcb5156bd5 100644 --- a/7408/data/test-cases/11d577271df1c657.json +++ b/7434/data/test-cases/4b00b16336642eb5.json @@ -1 +1 @@ -{"uid":"11d577271df1c657","name":"Query Generator - false","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - false","historyId":"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579303510,"stop":1725579303510,"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":7,"unknown":0,"total":7},"items":[{"uid":"9cd1bf5b128225d0","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/9cd1bf5b128225d0","status":"passed","time":{"start":1725578839250,"stop":1725578839251,"duration":1}},{"uid":"f84a56cb3750dbb2","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f84a56cb3750dbb2","status":"passed","time":{"start":1725578520681,"stop":1725578520681,"duration":0}},{"uid":"b1938c4ef102bb67","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b1938c4ef102bb67","status":"passed","time":{"start":1725577773274,"stop":1725577773275,"duration":1}},{"uid":"54243f59e67d27ba","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/54243f59e67d27ba","status":"passed","time":{"start":1725577437289,"stop":1725577437289,"duration":0}},{"uid":"b6f605df72d9e144","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b6f605df72d9e144","status":"passed","time":{"start":1725577385037,"stop":1725577385037,"duration":0}},{"uid":"1fb9e949d43627f6","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/1fb9e949d43627f6","status":"passed","time":{"start":1725576970755,"stop":1725576970755,"duration":0}}]},"tags":[]},"source":"11d577271df1c657.json","parameterValues":[]} \ No newline at end of file +{"uid":"4b00b16336642eb5","name":"Query Generator - false","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - false","historyId":"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218885487,"stop":1726218885488,"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":4,"unknown":0,"total":4},"items":[{"uid":"a1c69db00dd6da3e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a1c69db00dd6da3e","status":"passed","time":{"start":1726218803159,"stop":1726218803160,"duration":1}},{"uid":"54cfcd81a69d590c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54cfcd81a69d590c","status":"passed","time":{"start":1726218063101,"stop":1726218063102,"duration":1}},{"uid":"8f0cb96bc5325e72","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8f0cb96bc5325e72","status":"passed","time":{"start":1726217974421,"stop":1726217974421,"duration":0}}]},"tags":[]},"source":"4b00b16336642eb5.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/4b1dba01c6d98e04.json b/7434/data/test-cases/4b1dba01c6d98e04.json new file mode 100644 index 00000000000..bb158ed3c10 --- /dev/null +++ b/7434/data/test-cases/4b1dba01c6d98e04.json @@ -0,0 +1 @@ +{"uid":"4b1dba01c6d98e04","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":1726218296385,"stop":1726218296385,"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":4,"unknown":0,"total":4},"items":[{"uid":"65f7574486bc23aa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/65f7574486bc23aa","status":"passed","time":{"start":1726218201684,"stop":1726218201685,"duration":1}},{"uid":"9103ba8e59f9d0b0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9103ba8e59f9d0b0","status":"passed","time":{"start":1726217454965,"stop":1726217454965,"duration":0}},{"uid":"6ef318248de8f98c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6ef318248de8f98c","status":"passed","time":{"start":1726217396431,"stop":1726217396432,"duration":1}}]},"tags":[]},"source":"4b1dba01c6d98e04.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/4b2036469c5a1bba.json b/7434/data/test-cases/4b2036469c5a1bba.json new file mode 100644 index 00000000000..9f8b6c25574 --- /dev/null +++ b/7434/data/test-cases/4b2036469c5a1bba.json @@ -0,0 +1 @@ +{"uid":"4b2036469c5a1bba","name":"Using a function","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Bootstrap > Using a function","historyId":"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218917025,"stop":1726218917025,"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":4,"unknown":0,"total":4},"items":[{"uid":"1d6983a5717a4c1e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1d6983a5717a4c1e","status":"passed","time":{"start":1726218827656,"stop":1726218827656,"duration":0}},{"uid":"59e2028896053828","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/59e2028896053828","status":"passed","time":{"start":1726218090764,"stop":1726218090764,"duration":0}},{"uid":"d7b68e650d8813cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d7b68e650d8813cd","status":"passed","time":{"start":1726217999477,"stop":1726217999477,"duration":0}}]},"tags":[]},"source":"4b2036469c5a1bba.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e8da14699a87e788.json b/7434/data/test-cases/4b2e138054a3a7c0.json similarity index 89% rename from 7408/data/test-cases/e8da14699a87e788.json rename to 7434/data/test-cases/4b2e138054a3a7c0.json index 06d31a28f5b..6e76e38cce0 100644 --- a/7408/data/test-cases/e8da14699a87e788.json +++ b/7434/data/test-cases/4b2e138054a3a7c0.json @@ -1 +1 @@ -{"uid":"e8da14699a87e788","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":1725579222580,"stop":1725579222580,"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":7,"unknown":0,"total":7},"items":[{"uid":"a1a24e882dd71699","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a1a24e882dd71699","status":"passed","time":{"start":1725578764257,"stop":1725578764257,"duration":0}},{"uid":"1a5553a2e75161a7","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/1a5553a2e75161a7","status":"passed","time":{"start":1725578435658,"stop":1725578435659,"duration":1}},{"uid":"720f7546c1b72157","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/720f7546c1b72157","status":"passed","time":{"start":1725577699990,"stop":1725577699990,"duration":0}},{"uid":"c70912e32f428ce5","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/c70912e32f428ce5","status":"passed","time":{"start":1725577356732,"stop":1725577356732,"duration":0}},{"uid":"83462846f76575cf","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/83462846f76575cf","status":"passed","time":{"start":1725577310395,"stop":1725577310395,"duration":0}},{"uid":"3c4fa5fc0db42e6e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3c4fa5fc0db42e6e","status":"passed","time":{"start":1725576887792,"stop":1725576887792,"duration":0}}]},"tags":[]},"source":"e8da14699a87e788.json","parameterValues":[]} \ No newline at end of file +{"uid":"4b2e138054a3a7c0","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":1726218812465,"stop":1726218812466,"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":4,"unknown":0,"total":4},"items":[{"uid":"8a6ebf86eae896c4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8a6ebf86eae896c4","status":"passed","time":{"start":1726218708390,"stop":1726218708390,"duration":0}},{"uid":"aadd29f5cc1cd3e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aadd29f5cc1cd3e4","status":"passed","time":{"start":1726217980036,"stop":1726217980036,"duration":0}},{"uid":"64b7abb70ef6f9c1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64b7abb70ef6f9c1","status":"passed","time":{"start":1726217896498,"stop":1726217896498,"duration":0}}]},"tags":[]},"source":"4b2e138054a3a7c0.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9a02372909b694c4.json b/7434/data/test-cases/4b3d52320de0d794.json similarity index 75% rename from 7408/data/test-cases/9a02372909b694c4.json rename to 7434/data/test-cases/4b3d52320de0d794.json index 45865ad88f0..588272ce4ef 100644 --- a/7408/data/test-cases/9a02372909b694c4.json +++ b/7434/data/test-cases/4b3d52320de0d794.json @@ -1 +1 @@ -{"uid":"9a02372909b694c4","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":1725579325582,"stop":1725579325582,"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":7,"unknown":0,"total":7},"items":[{"uid":"d09caf1eb8244c11","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d09caf1eb8244c11","status":"passed","time":{"start":1725578854531,"stop":1725578854531,"duration":0}},{"uid":"71dbe5ddd4c1c6be","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/71dbe5ddd4c1c6be","status":"passed","time":{"start":1725578529212,"stop":1725578529212,"duration":0}},{"uid":"a0fafce2f5cc9aaf","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a0fafce2f5cc9aaf","status":"passed","time":{"start":1725577799399,"stop":1725577799399,"duration":0}},{"uid":"b76c0d268f07533c","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b76c0d268f07533c","status":"passed","time":{"start":1725577459057,"stop":1725577459057,"duration":0}},{"uid":"6bb698bfd947631e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/6bb698bfd947631e","status":"passed","time":{"start":1725577412499,"stop":1725577412499,"duration":0}},{"uid":"d78f7fa32c3bd49","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d78f7fa32c3bd49","status":"passed","time":{"start":1725576987692,"stop":1725576987693,"duration":1}}]},"tags":[]},"source":"9a02372909b694c4.json","parameterValues":[]} \ No newline at end of file +{"uid":"4b3d52320de0d794","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":1726218909195,"stop":1726218909196,"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":4,"unknown":0,"total":4},"items":[{"uid":"4cde0b8e2b8516a1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4cde0b8e2b8516a1","status":"passed","time":{"start":1726218818270,"stop":1726218818271,"duration":1}},{"uid":"f673ab73b2de717c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f673ab73b2de717c","status":"passed","time":{"start":1726218085661,"stop":1726218085662,"duration":1}},{"uid":"830a0d966dd4b73e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/830a0d966dd4b73e","status":"passed","time":{"start":1726217996430,"stop":1726217996430,"duration":0}}]},"tags":[]},"source":"4b3d52320de0d794.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/4bd65ed11b7149a1.json b/7434/data/test-cases/4bd65ed11b7149a1.json new file mode 100644 index 00000000000..29251fcc6ed --- /dev/null +++ b/7434/data/test-cases/4bd65ed11b7149a1.json @@ -0,0 +1 @@ +{"uid":"4bd65ed11b7149a1","name":"handles empty shards array correctly","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > handles empty shards array correctly","historyId":"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3e2447c23f4ea66d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e2447c23f4ea66d","status":"passed","time":{"start":1726218188604,"stop":1726218188605,"duration":1}},{"uid":"6f9ab89a4500802d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f9ab89a4500802d","status":"passed","time":{"start":1726217441568,"stop":1726217441568,"duration":0}},{"uid":"873dbaa11183b2e5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/873dbaa11183b2e5","status":"passed","time":{"start":1726217383231,"stop":1726217383231,"duration":0}}]},"tags":[]},"source":"4bd65ed11b7149a1.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/423c71d5d54031a6.json b/7434/data/test-cases/4da3cca465124c20.json similarity index 84% rename from 7408/data/test-cases/423c71d5d54031a6.json rename to 7434/data/test-cases/4da3cca465124c20.json index 549085a5978..1756e3d7546 100644 --- a/7408/data/test-cases/423c71d5d54031a6.json +++ b/7434/data/test-cases/4da3cca465124c20.json @@ -1 +1 @@ -{"uid":"423c71d5d54031a6","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":1725578734306,"stop":1725578734306,"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":7,"unknown":0,"total":7},"items":[{"uid":"cdf662cd5c7c88dc","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/cdf662cd5c7c88dc","status":"passed","time":{"start":1725578277361,"stop":1725578277361,"duration":0}},{"uid":"3af474b54660ef6","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3af474b54660ef6","status":"passed","time":{"start":1725577949909,"stop":1725577949910,"duration":1}},{"uid":"93b243540e82dbb0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/93b243540e82dbb0","status":"passed","time":{"start":1725577217472,"stop":1725577217473,"duration":1}},{"uid":"14a33f4471ab477e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/14a33f4471ab477e","status":"passed","time":{"start":1725576864177,"stop":1725576864177,"duration":0}},{"uid":"edcbab34f381cf05","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/edcbab34f381cf05","status":"passed","time":{"start":1725576817202,"stop":1725576817202,"duration":0}},{"uid":"727c54f6a954c515","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/727c54f6a954c515","status":"passed","time":{"start":1725576399272,"stop":1725576399272,"duration":0}}]},"tags":[]},"source":"423c71d5d54031a6.json","parameterValues":[]} \ No newline at end of file +{"uid":"4da3cca465124c20","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":1726218308579,"stop":1726218308579,"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":4,"unknown":0,"total":4},"items":[{"uid":"9814ae131be286bb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9814ae131be286bb","status":"passed","time":{"start":1726218213405,"stop":1726218213406,"duration":1}},{"uid":"2e56dda219a033fe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e56dda219a033fe","status":"passed","time":{"start":1726217466672,"stop":1726217466673,"duration":1}},{"uid":"80dc6d5a1b9fbbf3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/80dc6d5a1b9fbbf3","status":"passed","time":{"start":1726217408294,"stop":1726217408295,"duration":1}}]},"tags":[]},"source":"4da3cca465124c20.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/65a07ebf7d74e292.json b/7434/data/test-cases/4e3c37ce447f3021.json similarity index 75% rename from 7408/data/test-cases/65a07ebf7d74e292.json rename to 7434/data/test-cases/4e3c37ce447f3021.json index 8de397ec9e0..378c8ccdb7f 100644 --- a/7408/data/test-cases/65a07ebf7d74e292.json +++ b/7434/data/test-cases/4e3c37ce447f3021.json @@ -1 +1 @@ -{"uid":"65a07ebf7d74e292","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":1725578769143,"stop":1725578769145,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"d2a54fd4fe1ef19","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d2a54fd4fe1ef19","status":"passed","time":{"start":1725578314253,"stop":1725578314254,"duration":1}},{"uid":"6cd18c470a8c7c6f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/6cd18c470a8c7c6f","status":"passed","time":{"start":1725577984663,"stop":1725577984664,"duration":1}},{"uid":"ca07b48982e018f8","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ca07b48982e018f8","status":"passed","time":{"start":1725577260962,"stop":1725577260962,"duration":0}},{"uid":"b9fb78839d0ad80","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b9fb78839d0ad80","status":"passed","time":{"start":1725576902853,"stop":1725576902853,"duration":0}},{"uid":"303a7d48b7a61204","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/303a7d48b7a61204","status":"passed","time":{"start":1725576855982,"stop":1725576855983,"duration":1}},{"uid":"91851deaf60183ab","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/91851deaf60183ab","status":"passed","time":{"start":1725576438232,"stop":1725576438232,"duration":0}}]},"tags":[]},"source":"65a07ebf7d74e292.json","parameterValues":[]} \ No newline at end of file +{"uid":"4e3c37ce447f3021","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":1726218345033,"stop":1726218345033,"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":4,"unknown":0,"total":4},"items":[{"uid":"8f7c967e139b8af0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8f7c967e139b8af0","status":"passed","time":{"start":1726218250225,"stop":1726218250232,"duration":7}},{"uid":"f3738760b93fcd0d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3738760b93fcd0d","status":"passed","time":{"start":1726217507040,"stop":1726217507041,"duration":1}},{"uid":"248abc0bfe0a52a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/248abc0bfe0a52a","status":"passed","time":{"start":1726217445616,"stop":1726217445616,"duration":0}}]},"tags":[]},"source":"4e3c37ce447f3021.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/664c5b1b23191d2f.json b/7434/data/test-cases/4e4cda8e9155f72a.json similarity index 89% rename from 7408/data/test-cases/664c5b1b23191d2f.json rename to 7434/data/test-cases/4e4cda8e9155f72a.json index 9a2b26a9c8a..6e50a939632 100644 --- a/7408/data/test-cases/664c5b1b23191d2f.json +++ b/7434/data/test-cases/4e4cda8e9155f72a.json @@ -1 +1 @@ -{"uid":"664c5b1b23191d2f","name":"Register correct protocols","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Register correct protocols","historyId":"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579222578,"stop":1725579222579,"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":7,"unknown":0,"total":7},"items":[{"uid":"75b8c3d7e07353dd","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/75b8c3d7e07353dd","status":"passed","time":{"start":1725578764253,"stop":1725578764254,"duration":1}},{"uid":"8e3441f9724a28bd","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8e3441f9724a28bd","status":"passed","time":{"start":1725578435654,"stop":1725578435655,"duration":1}},{"uid":"ab04a56e22796f4b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ab04a56e22796f4b","status":"passed","time":{"start":1725577699987,"stop":1725577699989,"duration":2}},{"uid":"a388b1652fb262ea","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a388b1652fb262ea","status":"passed","time":{"start":1725577356727,"stop":1725577356727,"duration":0}},{"uid":"fdc4952107a0cafd","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/fdc4952107a0cafd","status":"passed","time":{"start":1725577310394,"stop":1725577310394,"duration":0}},{"uid":"7ccaba82a340a6c0","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/7ccaba82a340a6c0","status":"passed","time":{"start":1725576887791,"stop":1725576887791,"duration":0}}]},"tags":[]},"source":"664c5b1b23191d2f.json","parameterValues":[]} \ No newline at end of file +{"uid":"4e4cda8e9155f72a","name":"Register correct protocols","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Register correct protocols","historyId":"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218812462,"stop":1726218812463,"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":4,"unknown":0,"total":4},"items":[{"uid":"682a70137c029098","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/682a70137c029098","status":"passed","time":{"start":1726218708380,"stop":1726218708382,"duration":2}},{"uid":"8a91252486d89c80","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a91252486d89c80","status":"passed","time":{"start":1726217980035,"stop":1726217980035,"duration":0}},{"uid":"b86c618ab3ad21e6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b86c618ab3ad21e6","status":"passed","time":{"start":1726217896496,"stop":1726217896496,"duration":0}}]},"tags":[]},"source":"4e4cda8e9155f72a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5881382c2256b00c.json b/7434/data/test-cases/4e786474877154de.json similarity index 58% rename from 7408/data/test-cases/5881382c2256b00c.json rename to 7434/data/test-cases/4e786474877154de.json index 97be41f8db0..2170a61a5bd 100644 --- a/7408/data/test-cases/5881382c2256b00c.json +++ b/7434/data/test-cases/4e786474877154de.json @@ -1 +1 @@ -{"uid":"5881382c2256b00c","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":1725579256769,"stop":1725579256770,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"89c5f37cc3bc780","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/89c5f37cc3bc780","status":"passed","time":{"start":1725578798790,"stop":1725578798791,"duration":1}},{"uid":"1c7eaadd3edf8812","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/1c7eaadd3edf8812","status":"passed","time":{"start":1725578454622,"stop":1725578454622,"duration":0}},{"uid":"4c2ac9ae14412c70","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4c2ac9ae14412c70","status":"passed","time":{"start":1725577731205,"stop":1725577731205,"duration":0}},{"uid":"8dd2bce06e5c313e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/8dd2bce06e5c313e","status":"passed","time":{"start":1725577382534,"stop":1725577382534,"duration":0}},{"uid":"7cbaadb72701d1ad","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/7cbaadb72701d1ad","status":"passed","time":{"start":1725577342271,"stop":1725577342271,"duration":0}},{"uid":"7cb3c53681bacdb0","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/7cb3c53681bacdb0","status":"passed","time":{"start":1725576910268,"stop":1725576910268,"duration":0}}]},"tags":[]},"source":"5881382c2256b00c.json","parameterValues":[]} \ No newline at end of file +{"uid":"4e786474877154de","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":1726218843777,"stop":1726218843779,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f7500f65af852c3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1f7500f65af852c3","status":"passed","time":{"start":1726218748398,"stop":1726218748398,"duration":0}},{"uid":"ef70294ca0d0caa2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef70294ca0d0caa2","status":"passed","time":{"start":1726218011629,"stop":1726218011630,"duration":1}},{"uid":"485f5ec32e3e2c13","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/485f5ec32e3e2c13","status":"passed","time":{"start":1726217923185,"stop":1726217923186,"duration":1}}]},"tags":[]},"source":"4e786474877154de.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/3d70611cc3c7f569.json b/7434/data/test-cases/4e9efdc7d457d906.json similarity index 67% rename from 7408/data/test-cases/3d70611cc3c7f569.json rename to 7434/data/test-cases/4e9efdc7d457d906.json index 3fd2a4815d7..4d7f3d14f57 100644 --- a/7408/data/test-cases/3d70611cc3c7f569.json +++ b/7434/data/test-cases/4e9efdc7d457d906.json @@ -1 +1 @@ -{"uid":"3d70611cc3c7f569","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":1725578943277,"stop":1725578943277,"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":7,"unknown":0,"total":7},"items":[{"uid":"a37ec34fef3e6efd","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a37ec34fef3e6efd","status":"passed","time":{"start":1725578482198,"stop":1725578482199,"duration":1}},{"uid":"512e9edadc0a8eb8","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/512e9edadc0a8eb8","status":"passed","time":{"start":1725578156675,"stop":1725578156678,"duration":3}},{"uid":"2e9ad28e5f444491","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2e9ad28e5f444491","status":"passed","time":{"start":1725577429932,"stop":1725577429932,"duration":0}},{"uid":"542968138b763e45","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/542968138b763e45","status":"passed","time":{"start":1725577060153,"stop":1725577060153,"duration":0}},{"uid":"994a0a425fc1b93b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/994a0a425fc1b93b","status":"passed","time":{"start":1725577040697,"stop":1725577040697,"duration":0}},{"uid":"5cf8ca6a0fbd931c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5cf8ca6a0fbd931c","status":"passed","time":{"start":1725576604978,"stop":1725576604978,"duration":0}}]},"tags":[]},"source":"3d70611cc3c7f569.json","parameterValues":[]} \ No newline at end of file +{"uid":"4e9efdc7d457d906","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":1726218523028,"stop":1726218523028,"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":4,"unknown":0,"total":4},"items":[{"uid":"cb3d1b58d6e18482","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cb3d1b58d6e18482","status":"passed","time":{"start":1726218422919,"stop":1726218422920,"duration":1}},{"uid":"26346756a1797bfe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/26346756a1797bfe","status":"passed","time":{"start":1726217687443,"stop":1726217687444,"duration":1}},{"uid":"7a3b9547e6929e88","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7a3b9547e6929e88","status":"passed","time":{"start":1726217604527,"stop":1726217604528,"duration":1}}]},"tags":[]},"source":"4e9efdc7d457d906.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1bba70fc2a8eea33.json b/7434/data/test-cases/4f53b845455a3c58.json similarity index 92% rename from 7408/data/test-cases/1bba70fc2a8eea33.json rename to 7434/data/test-cases/4f53b845455a3c58.json index 1d260622c78..4fc3e59c128 100644 --- a/7408/data/test-cases/1bba70fc2a8eea33.json +++ b/7434/data/test-cases/4f53b845455a3c58.json @@ -1 +1 @@ -{"uid":"1bba70fc2a8eea33","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":1725578970785,"stop":1725578970785,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"12d16574096ac8c2","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/12d16574096ac8c2","status":"passed","time":{"start":1725578514087,"stop":1725578514088,"duration":1}},{"uid":"1215e8d7ede4bcb2","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/1215e8d7ede4bcb2","status":"passed","time":{"start":1725578193135,"stop":1725578193135,"duration":0}},{"uid":"c8ee39214dc84325","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/c8ee39214dc84325","status":"passed","time":{"start":1725577453223,"stop":1725577453223,"duration":0}},{"uid":"3da6493c4286388e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3da6493c4286388e","status":"passed","time":{"start":1725577097735,"stop":1725577097736,"duration":1}},{"uid":"3b5591cd23e14e3","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/3b5591cd23e14e3","status":"passed","time":{"start":1725577056971,"stop":1725577056972,"duration":1}},{"uid":"bfa368e6fb7af16c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/bfa368e6fb7af16c","status":"passed","time":{"start":1725576643979,"stop":1725576643979,"duration":0}}]},"tags":[]},"source":"1bba70fc2a8eea33.json","parameterValues":[]} \ No newline at end of file +{"uid":"4f53b845455a3c58","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":1726218551469,"stop":1726218551469,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"cf5f9d3579a2cd4f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cf5f9d3579a2cd4f","status":"passed","time":{"start":1726218459524,"stop":1726218459524,"duration":0}},{"uid":"888a2fcfd7362efe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/888a2fcfd7362efe","status":"passed","time":{"start":1726217705996,"stop":1726217705996,"duration":0}},{"uid":"8085ca909c9df63b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8085ca909c9df63b","status":"passed","time":{"start":1726217650747,"stop":1726217650747,"duration":0}}]},"tags":[]},"source":"4f53b845455a3c58.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ccc30ed772b6902b.json b/7434/data/test-cases/4f6b89127dadb9d3.json similarity index 91% rename from 7408/data/test-cases/ccc30ed772b6902b.json rename to 7434/data/test-cases/4f6b89127dadb9d3.json index e8299aab354..c426cf49372 100644 --- a/7408/data/test-cases/ccc30ed772b6902b.json +++ b/7434/data/test-cases/4f6b89127dadb9d3.json @@ -1 +1 @@ -{"uid":"ccc30ed772b6902b","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":1725579181241,"stop":1725579181242,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"b92b24bc4c2b37d9","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b92b24bc4c2b37d9","status":"passed","time":{"start":1725578712605,"stop":1725578712605,"duration":0}},{"uid":"60220e10f5e2d0ea","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/60220e10f5e2d0ea","status":"passed","time":{"start":1725578380210,"stop":1725578380210,"duration":0}},{"uid":"4a8a15a15c0be67a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4a8a15a15c0be67a","status":"passed","time":{"start":1725577661438,"stop":1725577661440,"duration":2}},{"uid":"251f4f9e43a12618","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/251f4f9e43a12618","status":"passed","time":{"start":1725577308278,"stop":1725577308278,"duration":0}},{"uid":"ecedb388a1bd24a4","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/ecedb388a1bd24a4","status":"passed","time":{"start":1725577255331,"stop":1725577255332,"duration":1}},{"uid":"36cdd1145bcc1bac","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/36cdd1145bcc1bac","status":"passed","time":{"start":1725576839377,"stop":1725576839378,"duration":1}}]},"tags":[]},"source":"ccc30ed772b6902b.json","parameterValues":[]} \ No newline at end of file +{"uid":"4f6b89127dadb9d3","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":1726218764087,"stop":1726218764087,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"ea53e2f35cf52729","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ea53e2f35cf52729","status":"passed","time":{"start":1726218659004,"stop":1726218659004,"duration":0}},{"uid":"2b19dce128f3f727","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2b19dce128f3f727","status":"passed","time":{"start":1726217924734,"stop":1726217924734,"duration":0}},{"uid":"6122979c23f3399","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6122979c23f3399","status":"passed","time":{"start":1726217840474,"stop":1726217840475,"duration":1}}]},"tags":[]},"source":"4f6b89127dadb9d3.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c47a06b54d053fb5.json b/7434/data/test-cases/4fa4abc3d994c292.json similarity index 75% rename from 7408/data/test-cases/c47a06b54d053fb5.json rename to 7434/data/test-cases/4fa4abc3d994c292.json index a3999b70013..89a203112e5 100644 --- a/7408/data/test-cases/c47a06b54d053fb5.json +++ b/7434/data/test-cases/4fa4abc3d994c292.json @@ -1 +1 @@ -{"uid":"c47a06b54d053fb5","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":1725579325581,"stop":1725579325581,"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":7,"unknown":0,"total":7},"items":[{"uid":"54576c9740d941dd","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/54576c9740d941dd","status":"passed","time":{"start":1725578854530,"stop":1725578854530,"duration":0}},{"uid":"b53278d9a23e35d6","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/b53278d9a23e35d6","status":"passed","time":{"start":1725578529211,"stop":1725578529212,"duration":1}},{"uid":"cf2b267e68fcf4fa","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/cf2b267e68fcf4fa","status":"passed","time":{"start":1725577799398,"stop":1725577799399,"duration":1}},{"uid":"7781a062b05bb1b1","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7781a062b05bb1b1","status":"passed","time":{"start":1725577459056,"stop":1725577459057,"duration":1}},{"uid":"8c173cf94f369e6c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8c173cf94f369e6c","status":"passed","time":{"start":1725577412498,"stop":1725577412498,"duration":0}},{"uid":"85bd544d319973ef","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/85bd544d319973ef","status":"passed","time":{"start":1725576987692,"stop":1725576987692,"duration":0}}]},"tags":[]},"source":"c47a06b54d053fb5.json","parameterValues":[]} \ No newline at end of file +{"uid":"4fa4abc3d994c292","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":1726218909195,"stop":1726218909195,"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":4,"unknown":0,"total":4},"items":[{"uid":"61f823335a190260","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/61f823335a190260","status":"passed","time":{"start":1726218818269,"stop":1726218818270,"duration":1}},{"uid":"85be338cb327deb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/85be338cb327deb","status":"passed","time":{"start":1726218085660,"stop":1726218085661,"duration":1}},{"uid":"f9a70edc5199d964","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f9a70edc5199d964","status":"passed","time":{"start":1726217996429,"stop":1726217996430,"duration":1}}]},"tags":[]},"source":"4fa4abc3d994c292.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/4ff3780af93403cb.json b/7434/data/test-cases/4ff3780af93403cb.json new file mode 100644 index 00000000000..298cdb106b7 --- /dev/null +++ b/7434/data/test-cases/4ff3780af93403cb.json @@ -0,0 +1 @@ +{"uid":"4ff3780af93403cb","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":1726218304533,"stop":1726218304534,"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":4,"unknown":0,"total":4},"items":[{"uid":"525d7cff246021bc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/525d7cff246021bc","status":"passed","time":{"start":1726218209371,"stop":1726218209371,"duration":0}},{"uid":"6f4c9124210afede","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f4c9124210afede","status":"passed","time":{"start":1726217462331,"stop":1726217462332,"duration":1}},{"uid":"2360914abd7e54d0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2360914abd7e54d0","status":"passed","time":{"start":1726217404185,"stop":1726217404186,"duration":1}}]},"tags":[]},"source":"4ff3780af93403cb.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/50c54db568fe3def.json b/7434/data/test-cases/50c54db568fe3def.json new file mode 100644 index 00000000000..e0cf5916193 --- /dev/null +++ b/7434/data/test-cases/50c54db568fe3def.json @@ -0,0 +1 @@ +{"uid":"50c54db568fe3def","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":1726218788036,"stop":1726218788036,"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":4,"unknown":0,"total":4},"items":[{"uid":"e843389c41d12e37","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e843389c41d12e37","status":"passed","time":{"start":1726218685052,"stop":1726218685052,"duration":0}},{"uid":"c47d8fcb86f012a2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c47d8fcb86f012a2","status":"passed","time":{"start":1726217960213,"stop":1726217960213,"duration":0}},{"uid":"fd6c0a1db5f992f7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd6c0a1db5f992f7","status":"passed","time":{"start":1726217875228,"stop":1726217875229,"duration":1}}]},"tags":[]},"source":"50c54db568fe3def.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/50df2a52ec8a6288.json b/7434/data/test-cases/50df2a52ec8a6288.json new file mode 100644 index 00000000000..8e6698606e2 --- /dev/null +++ b/7434/data/test-cases/50df2a52ec8a6288.json @@ -0,0 +1 @@ +{"uid":"50df2a52ec8a6288","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":1726218851925,"stop":1726218851925,"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":4,"unknown":0,"total":4},"items":[{"uid":"55ad640d1b45c29e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/55ad640d1b45c29e","status":"passed","time":{"start":1726218761851,"stop":1726218761851,"duration":0}},{"uid":"1ccc6c22d23ddcfb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1ccc6c22d23ddcfb","status":"passed","time":{"start":1726218020456,"stop":1726218020457,"duration":1}},{"uid":"e8e62c3582e62d2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e8e62c3582e62d2","status":"passed","time":{"start":1726217934115,"stop":1726217934115,"duration":0}}]},"tags":[]},"source":"50df2a52ec8a6288.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/75d7ed3b28f15764.json b/7434/data/test-cases/5110d9e8570781ac.json similarity index 92% rename from 7408/data/test-cases/75d7ed3b28f15764.json rename to 7434/data/test-cases/5110d9e8570781ac.json index 8df6bd1aedc..48436db20c5 100644 --- a/7408/data/test-cases/75d7ed3b28f15764.json +++ b/7434/data/test-cases/5110d9e8570781ac.json @@ -1 +1 @@ -{"uid":"75d7ed3b28f15764","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":1725579297958,"stop":1725579297959,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"7c124825a2b2448a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/7c124825a2b2448a","status":"passed","time":{"start":1725578825345,"stop":1725578825345,"duration":0}},{"uid":"c6997f8e3d210988","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c6997f8e3d210988","status":"passed","time":{"start":1725578516977,"stop":1725578516979,"duration":2}},{"uid":"b6d15849fd8e80d1","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b6d15849fd8e80d1","status":"passed","time":{"start":1725577784902,"stop":1725577784903,"duration":1}},{"uid":"6580a3e01fcbc80b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6580a3e01fcbc80b","status":"passed","time":{"start":1725577433746,"stop":1725577433746,"duration":0}},{"uid":"4884e7c5fcf4a4c7","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/4884e7c5fcf4a4c7","status":"passed","time":{"start":1725577392042,"stop":1725577392042,"duration":0}},{"uid":"a7f740eee7ba0506","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a7f740eee7ba0506","status":"passed","time":{"start":1725576971825,"stop":1725576971825,"duration":0}}]},"tags":[]},"source":"75d7ed3b28f15764.json","parameterValues":[]} \ No newline at end of file +{"uid":"5110d9e8570781ac","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":1726218879289,"stop":1726218879292,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c4f52f9f82cf7f97","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c4f52f9f82cf7f97","status":"passed","time":{"start":1726218787574,"stop":1726218787574,"duration":0}},{"uid":"f8bc866f15e453c3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8bc866f15e453c3","status":"passed","time":{"start":1726218066276,"stop":1726218066277,"duration":1}},{"uid":"a3becd7c1d0d5081","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a3becd7c1d0d5081","status":"passed","time":{"start":1726217965300,"stop":1726217965300,"duration":0}}]},"tags":[]},"source":"5110d9e8570781ac.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/5124b8ffe0fbdb7b.json b/7434/data/test-cases/5124b8ffe0fbdb7b.json new file mode 100644 index 00000000000..ac1cf0dc442 --- /dev/null +++ b/7434/data/test-cases/5124b8ffe0fbdb7b.json @@ -0,0 +1 @@ +{"uid":"5124b8ffe0fbdb7b","name":"Relay","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > Relay","historyId":"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218344913,"stop":1726218344914,"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":4,"unknown":0,"total":4},"items":[{"uid":"1888858eb9c2b814","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1888858eb9c2b814","status":"passed","time":{"start":1726218249119,"stop":1726218249119,"duration":0}},{"uid":"ae4c010ca52a057","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae4c010ca52a057","status":"passed","time":{"start":1726217503858,"stop":1726217503858,"duration":0}},{"uid":"ba7cb378bb83e7cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba7cb378bb83e7cd","status":"passed","time":{"start":1726217442597,"stop":1726217442597,"duration":0}}]},"tags":[]},"source":"5124b8ffe0fbdb7b.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/da3ef79f87fd43fc.json b/7434/data/test-cases/51afd52b18ee549e.json similarity index 74% rename from 7408/data/test-cases/da3ef79f87fd43fc.json rename to 7434/data/test-cases/51afd52b18ee549e.json index ece4d435fbd..ea4f3c0bb23 100644 --- a/7408/data/test-cases/da3ef79f87fd43fc.json +++ b/7434/data/test-cases/51afd52b18ee549e.json @@ -1 +1 @@ -{"uid":"da3ef79f87fd43fc","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":1725578980001,"stop":1725578980009,"duration":8},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"c423a82c04b567e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/c423a82c04b567e","status":"passed","time":{"start":1725578503456,"stop":1725578503457,"duration":1}},{"uid":"dfd8a65abf761d25","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/dfd8a65abf761d25","status":"passed","time":{"start":1725578194565,"stop":1725578194565,"duration":0}},{"uid":"b570e586dd3977fb","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b570e586dd3977fb","status":"passed","time":{"start":1725577444916,"stop":1725577444916,"duration":0}},{"uid":"9210559485846e5c","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9210559485846e5c","status":"passed","time":{"start":1725577120611,"stop":1725577120611,"duration":0}},{"uid":"932f66d107955d70","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/932f66d107955d70","status":"passed","time":{"start":1725577071278,"stop":1725577071279,"duration":1}},{"uid":"a631eb319959fc5d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a631eb319959fc5d","status":"passed","time":{"start":1725576645498,"stop":1725576645499,"duration":1}}]},"tags":[]},"source":"da3ef79f87fd43fc.json","parameterValues":[]} \ No newline at end of file +{"uid":"51afd52b18ee549e","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":1726218563297,"stop":1726218563298,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"f9520fe92b91fb0d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f9520fe92b91fb0d","status":"passed","time":{"start":1726218471416,"stop":1726218471417,"duration":1}},{"uid":"26ae4ffa0f63dc96","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/26ae4ffa0f63dc96","status":"passed","time":{"start":1726217724203,"stop":1726217724203,"duration":0}},{"uid":"ee34befeb8ebfad5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ee34befeb8ebfad5","status":"passed","time":{"start":1726217656058,"stop":1726217656059,"duration":1}}]},"tags":[]},"source":"51afd52b18ee549e.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/51d33b622e674957.json b/7434/data/test-cases/51d33b622e674957.json new file mode 100644 index 00000000000..4fd8f330ade --- /dev/null +++ b/7434/data/test-cases/51d33b622e674957.json @@ -0,0 +1 @@ +{"uid":"51d33b622e674957","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/y/1","historyId":"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283096,"stop":1726218283096,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e7b41be16a4ddf08","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e7b41be16a4ddf08","status":"passed","time":{"start":1726218188597,"stop":1726218188597,"duration":0}},{"uid":"98511c38589bd9e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/98511c38589bd9e","status":"passed","time":{"start":1726217441558,"stop":1726217441558,"duration":0}},{"uid":"f3174f3b5aa558a5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f3174f3b5aa558a5","status":"passed","time":{"start":1726217383220,"stop":1726217383221,"duration":1}}]},"tags":[]},"source":"51d33b622e674957.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/51e2196bc0ace9b1.json b/7434/data/test-cases/51e2196bc0ace9b1.json new file mode 100644 index 00000000000..da6dcd89b91 --- /dev/null +++ b/7434/data/test-cases/51e2196bc0ace9b1.json @@ -0,0 +1 @@ +{"uid":"51e2196bc0ace9b1","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":1726218291662,"stop":1726218291662,"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":4,"unknown":0,"total":4},"items":[{"uid":"bbe53aa0abb2a969","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bbe53aa0abb2a969","status":"passed","time":{"start":1726218197000,"stop":1726218197001,"duration":1}},{"uid":"5fd8962b32122768","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5fd8962b32122768","status":"passed","time":{"start":1726217450198,"stop":1726217450198,"duration":0}},{"uid":"7bbebf0dc21aa7d1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7bbebf0dc21aa7d1","status":"passed","time":{"start":1726217391850,"stop":1726217391850,"duration":0}}]},"tags":[]},"source":"51e2196bc0ace9b1.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/51ef0b3ac9b9029a.json b/7434/data/test-cases/51ef0b3ac9b9029a.json new file mode 100644 index 00000000000..864c990937c --- /dev/null +++ b/7434/data/test-cases/51ef0b3ac9b9029a.json @@ -0,0 +1 @@ +{"uid":"51ef0b3ac9b9029a","name":"non connected peers","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > non connected peers","historyId":"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218764452,"stop":1726218764452,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"9c9eea534635aeb3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9c9eea534635aeb3","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659235,"stop":1726218659235,"duration":0}},{"uid":"f9a0f8a733a691ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f9a0f8a733a691ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925016,"stop":1726217925016,"duration":0}},{"uid":"275cbff2bf48ce37","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/275cbff2bf48ce37","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840807,"stop":1726217840807,"duration":0}}]},"tags":[]},"source":"51ef0b3ac9b9029a.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/520d90788f19609.json b/7434/data/test-cases/520d90788f19609.json new file mode 100644 index 00000000000..4f9f6450739 --- /dev/null +++ b/7434/data/test-cases/520d90788f19609.json @@ -0,0 +1 @@ +{"uid":"520d90788f19609","name":"LightPush with 0 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > LightPush with 0 connections","historyId":"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218583681,"stop":1726218583681,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"67a14469b977aaf0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/67a14469b977aaf0","status":"passed","time":{"start":1726218469196,"stop":1726218469197,"duration":1}},{"uid":"710bc8b5c8768c20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/710bc8b5c8768c20","status":"passed","time":{"start":1726217742496,"stop":1726217742496,"duration":0}},{"uid":"b38762612cdf6a62","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b38762612cdf6a62","status":"passed","time":{"start":1726217674281,"stop":1726217674282,"duration":1}}]},"tags":[]},"source":"520d90788f19609.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/fa1e131195478167.json b/7434/data/test-cases/529d32a582d345ec.json similarity index 89% rename from 7408/data/test-cases/fa1e131195478167.json rename to 7434/data/test-cases/529d32a582d345ec.json index 23b4c322d3d..5be5b20663f 100644 --- a/7408/data/test-cases/fa1e131195478167.json +++ b/7434/data/test-cases/529d32a582d345ec.json @@ -1 +1 @@ -{"uid":"fa1e131195478167","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":1725579222584,"stop":1725579222584,"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":7,"unknown":0,"total":7},"items":[{"uid":"c72e38f52506b636","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/c72e38f52506b636","status":"passed","time":{"start":1725578764266,"stop":1725578764266,"duration":0}},{"uid":"d3c35e15c66ae2bb","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d3c35e15c66ae2bb","status":"passed","time":{"start":1725578435662,"stop":1725578435662,"duration":0}},{"uid":"1416faeb8de29ec8","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1416faeb8de29ec8","status":"passed","time":{"start":1725577699991,"stop":1725577699991,"duration":0}},{"uid":"c1f5d603aa9d48d4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/c1f5d603aa9d48d4","status":"passed","time":{"start":1725577356733,"stop":1725577356734,"duration":1}},{"uid":"2913dd826b4e3226","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2913dd826b4e3226","status":"passed","time":{"start":1725577310396,"stop":1725577310396,"duration":0}},{"uid":"65d97b8b78df59d7","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/65d97b8b78df59d7","status":"passed","time":{"start":1725576887793,"stop":1725576887794,"duration":1}}]},"tags":[]},"source":"fa1e131195478167.json","parameterValues":[]} \ No newline at end of file +{"uid":"529d32a582d345ec","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":1726218812468,"stop":1726218812468,"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":4,"unknown":0,"total":4},"items":[{"uid":"fae54075171853ce","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fae54075171853ce","status":"passed","time":{"start":1726218708392,"stop":1726218708392,"duration":0}},{"uid":"a1bf24b88c56c22f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a1bf24b88c56c22f","status":"passed","time":{"start":1726217980037,"stop":1726217980038,"duration":1}},{"uid":"4dd9dda923e00abe","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4dd9dda923e00abe","status":"passed","time":{"start":1726217896499,"stop":1726217896500,"duration":1}}]},"tags":[]},"source":"529d32a582d345ec.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f9520364cd25e7fd.json b/7434/data/test-cases/535ff8ea095a5e3d.json similarity index 91% rename from 7408/data/test-cases/f9520364cd25e7fd.json rename to 7434/data/test-cases/535ff8ea095a5e3d.json index 1b69bf41553..9c86281a0c8 100644 --- a/7408/data/test-cases/f9520364cd25e7fd.json +++ b/7434/data/test-cases/535ff8ea095a5e3d.json @@ -1 +1 @@ -{"uid":"f9520364cd25e7fd","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":1725579181260,"stop":1725579181260,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"6bf9aa1b4346aa60","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/6bf9aa1b4346aa60","status":"passed","time":{"start":1725578712619,"stop":1725578712620,"duration":1}},{"uid":"2fe86669356c8df2","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2fe86669356c8df2","status":"passed","time":{"start":1725578380226,"stop":1725578380226,"duration":0}},{"uid":"470bbf5ab90f94f9","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/470bbf5ab90f94f9","status":"passed","time":{"start":1725577661460,"stop":1725577661461,"duration":1}},{"uid":"9812c241bf6f931","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9812c241bf6f931","status":"passed","time":{"start":1725577308306,"stop":1725577308307,"duration":1}},{"uid":"20a6f9b2ef2e5197","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/20a6f9b2ef2e5197","status":"passed","time":{"start":1725577255373,"stop":1725577255373,"duration":0}},{"uid":"dad0185529300b63","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/dad0185529300b63","status":"passed","time":{"start":1725576839401,"stop":1725576839401,"duration":0}}]},"tags":[]},"source":"f9520364cd25e7fd.json","parameterValues":[]} \ No newline at end of file +{"uid":"535ff8ea095a5e3d","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":1726218764108,"stop":1726218764108,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"204f7ab14514c760","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/204f7ab14514c760","status":"passed","time":{"start":1726218659022,"stop":1726218659022,"duration":0}},{"uid":"211400f5887a7683","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/211400f5887a7683","status":"passed","time":{"start":1726217924754,"stop":1726217924755,"duration":1}},{"uid":"1a79e401045c9cd7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1a79e401045c9cd7","status":"passed","time":{"start":1726217840559,"stop":1726217840559,"duration":0}}]},"tags":[]},"source":"535ff8ea095a5e3d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/20477cd67da2373a.json b/7434/data/test-cases/5360e733e13a6bb4.json similarity index 77% rename from 7408/data/test-cases/20477cd67da2373a.json rename to 7434/data/test-cases/5360e733e13a6bb4.json index 4241c276393..444a1ca3f7d 100644 --- a/7408/data/test-cases/20477cd67da2373a.json +++ b/7434/data/test-cases/5360e733e13a6bb4.json @@ -1 +1 @@ -{"uid":"20477cd67da2373a","name":"addEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with wrong event","historyId":"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578799986,"stop":1725578799986,"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":7,"unknown":0,"total":7},"items":[{"uid":"d610f9e467e64bb0","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d610f9e467e64bb0","status":"passed","time":{"start":1725578342927,"stop":1725578342927,"duration":0}},{"uid":"863615963c0999c2","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/863615963c0999c2","status":"passed","time":{"start":1725578015551,"stop":1725578015552,"duration":1}},{"uid":"7d26ff473be5f1e9","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7d26ff473be5f1e9","status":"passed","time":{"start":1725577283440,"stop":1725577283440,"duration":0}},{"uid":"dc01b5f87602bd61","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/dc01b5f87602bd61","status":"passed","time":{"start":1725576930399,"stop":1725576930399,"duration":0}},{"uid":"869b7608c9cb8bb5","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/869b7608c9cb8bb5","status":"passed","time":{"start":1725576882306,"stop":1725576882308,"duration":2}},{"uid":"58f670b3ecf1c042","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/58f670b3ecf1c042","status":"passed","time":{"start":1725576465588,"stop":1725576465588,"duration":0}}]},"tags":[]},"source":"20477cd67da2373a.json","parameterValues":[]} \ No newline at end of file +{"uid":"5360e733e13a6bb4","name":"addEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with wrong event","historyId":"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218375483,"stop":1726218375484,"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":4,"unknown":0,"total":4},"items":[{"uid":"814d2d79939008fd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/814d2d79939008fd","status":"passed","time":{"start":1726218279679,"stop":1726218279685,"duration":6}},{"uid":"872c80c1f279eeb4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/872c80c1f279eeb4","status":"passed","time":{"start":1726217533046,"stop":1726217533046,"duration":0}},{"uid":"78e382ccd096e26c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/78e382ccd096e26c","status":"passed","time":{"start":1726217474963,"stop":1726217474963,"duration":0}}]},"tags":[]},"source":"5360e733e13a6bb4.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/526693be9769e5a9.json b/7434/data/test-cases/537aaac81b083674.json similarity index 84% rename from 7408/data/test-cases/526693be9769e5a9.json rename to 7434/data/test-cases/537aaac81b083674.json index 2ca53f0b471..be7e4dbfc9d 100644 --- a/7408/data/test-cases/526693be9769e5a9.json +++ b/7434/data/test-cases/537aaac81b083674.json @@ -1 +1 @@ -{"uid":"526693be9769e5a9","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":1725579272777,"stop":1725579272777,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"f94ba402c1fd8e49","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f94ba402c1fd8e49","status":"passed","time":{"start":1725578809256,"stop":1725578809256,"duration":0}},{"uid":"7014837624fae751","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/7014837624fae751","status":"passed","time":{"start":1725578497020,"stop":1725578497021,"duration":1}},{"uid":"1efd0f531733415a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1efd0f531733415a","status":"passed","time":{"start":1725577747286,"stop":1725577747286,"duration":0}},{"uid":"8e2dd5e93907410b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/8e2dd5e93907410b","status":"passed","time":{"start":1725577413196,"stop":1725577413196,"duration":0}},{"uid":"5e5136d7296ee6a0","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/5e5136d7296ee6a0","status":"passed","time":{"start":1725577361991,"stop":1725577361991,"duration":0}},{"uid":"427942790816cecb","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/427942790816cecb","status":"passed","time":{"start":1725576938346,"stop":1725576938347,"duration":1}}]},"tags":[]},"source":"526693be9769e5a9.json","parameterValues":[]} \ No newline at end of file +{"uid":"537aaac81b083674","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":1726218862990,"stop":1726218862991,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"af6e829bb5358519","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/af6e829bb5358519","status":"passed","time":{"start":1726218781374,"stop":1726218781375,"duration":1}},{"uid":"fbdf6fecbd6fa7e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fbdf6fecbd6fa7e4","status":"passed","time":{"start":1726218013691,"stop":1726218013691,"duration":0}},{"uid":"f9842c14b2cd424d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f9842c14b2cd424d","status":"passed","time":{"start":1726217945324,"stop":1726217945325,"duration":1}}]},"tags":[]},"source":"537aaac81b083674.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4981d1f54f2bdb67.json b/7434/data/test-cases/539831bafa494215.json similarity index 97% rename from 7408/data/test-cases/4981d1f54f2bdb67.json rename to 7434/data/test-cases/539831bafa494215.json index 14381b225a2..01b99b54f16 100644 --- a/7408/data/test-cases/4981d1f54f2bdb67.json +++ b/7434/data/test-cases/539831bafa494215.json @@ -1 +1 @@ -{"uid":"4981d1f54f2bdb67","name":"random static sharding 7 - Cluster ID: 886, Shard ID: 993","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 7 - Cluster ID: 886, Shard ID: 993","historyId":"7fbbaee3b859bb5102a9bf1fd41b4c17:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579281352,"stop":1725579281353,"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":"4981d1f54f2bdb67.json","parameterValues":[]} \ No newline at end of file +{"uid":"539831bafa494215","name":"random static sharding 2 - Cluster ID: 996, Shard ID: 797","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 2 - Cluster ID: 996, Shard ID: 797","historyId":"8dd00e9f3437b188a5273c59e4854204:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218863179,"stop":1726218863179,"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":"539831bafa494215.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5838a2daaebd2253.json b/7434/data/test-cases/53988f1145d3cbb6.json similarity index 92% rename from 7408/data/test-cases/5838a2daaebd2253.json rename to 7434/data/test-cases/53988f1145d3cbb6.json index 7c7cbc4ea89..911346d42c1 100644 --- a/7408/data/test-cases/5838a2daaebd2253.json +++ b/7434/data/test-cases/53988f1145d3cbb6.json @@ -1 +1 @@ -{"uid":"5838a2daaebd2253","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":1725579297946,"stop":1725579297955,"duration":9},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"72036529c447613","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/72036529c447613","status":"passed","time":{"start":1725578825340,"stop":1725578825340,"duration":0}},{"uid":"101f15141960391c","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/101f15141960391c","status":"passed","time":{"start":1725578516968,"stop":1725578516968,"duration":0}},{"uid":"75ed2e61c5a62ede","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/75ed2e61c5a62ede","status":"passed","time":{"start":1725577784895,"stop":1725577784896,"duration":1}},{"uid":"dff639df31585459","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/dff639df31585459","status":"passed","time":{"start":1725577433743,"stop":1725577433743,"duration":0}},{"uid":"1e07494b6c4483b0","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1e07494b6c4483b0","status":"passed","time":{"start":1725577392037,"stop":1725577392039,"duration":2}},{"uid":"fa9808e6ee8b1065","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/fa9808e6ee8b1065","status":"passed","time":{"start":1725576971820,"stop":1725576971821,"duration":1}}]},"tags":[]},"source":"5838a2daaebd2253.json","parameterValues":[]} \ No newline at end of file +{"uid":"53988f1145d3cbb6","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":1726218879287,"stop":1726218879287,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"646573547f17cce8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/646573547f17cce8","status":"passed","time":{"start":1726218787571,"stop":1726218787571,"duration":0}},{"uid":"3a9fb22184aedfe1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a9fb22184aedfe1","status":"passed","time":{"start":1726218066273,"stop":1726218066274,"duration":1}},{"uid":"191730c0ea151f9f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/191730c0ea151f9f","status":"passed","time":{"start":1726217965296,"stop":1726217965297,"duration":1}}]},"tags":[]},"source":"53988f1145d3cbb6.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/53dd65ded2366685.json b/7434/data/test-cases/53dd65ded2366685.json new file mode 100644 index 00000000000..f23bc87809d --- /dev/null +++ b/7434/data/test-cases/53dd65ded2366685.json @@ -0,0 +1 @@ +{"uid":"53dd65ded2366685","name":"should extract SingleShardInfo from a valid PubsubTopic","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should extract SingleShardInfo from a valid PubsubTopic","historyId":"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283093,"stop":1726218283093,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"52542b1e796b9c5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52542b1e796b9c5","status":"passed","time":{"start":1726218188594,"stop":1726218188594,"duration":0}},{"uid":"16b1b3250baad6c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/16b1b3250baad6c1","status":"passed","time":{"start":1726217441555,"stop":1726217441555,"duration":0}},{"uid":"82f5e164299011c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82f5e164299011c","status":"passed","time":{"start":1726217383219,"stop":1726217383219,"duration":0}}]},"tags":[]},"source":"53dd65ded2366685.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/57b2f36a532c2a53.json b/7434/data/test-cases/54e1cbc3916a846c.json similarity index 92% rename from 7408/data/test-cases/57b2f36a532c2a53.json rename to 7434/data/test-cases/54e1cbc3916a846c.json index a45cd3b40a4..4ed477c8e25 100644 --- a/7408/data/test-cases/57b2f36a532c2a53.json +++ b/7434/data/test-cases/54e1cbc3916a846c.json @@ -1 +1 @@ -{"uid":"57b2f36a532c2a53","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":1725579297959,"stop":1725579297959,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"cab335528d6abf1f","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/cab335528d6abf1f","status":"passed","time":{"start":1725578825345,"stop":1725578825346,"duration":1}},{"uid":"c63771565828d478","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c63771565828d478","status":"passed","time":{"start":1725578516980,"stop":1725578516981,"duration":1}},{"uid":"5773c0dd4c91e18d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5773c0dd4c91e18d","status":"passed","time":{"start":1725577784903,"stop":1725577784904,"duration":1}},{"uid":"91c2b2230948e438","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/91c2b2230948e438","status":"passed","time":{"start":1725577433746,"stop":1725577433748,"duration":2}},{"uid":"abeae5fec4f00a48","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/abeae5fec4f00a48","status":"passed","time":{"start":1725577392042,"stop":1725577392042,"duration":0}},{"uid":"e5dcd1e65d605d35","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e5dcd1e65d605d35","status":"passed","time":{"start":1725576971826,"stop":1725576971826,"duration":0}}]},"tags":[]},"source":"57b2f36a532c2a53.json","parameterValues":[]} \ No newline at end of file +{"uid":"54e1cbc3916a846c","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":1726218879292,"stop":1726218879292,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"126d0b6c4a94c1d0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/126d0b6c4a94c1d0","status":"passed","time":{"start":1726218787574,"stop":1726218787575,"duration":1}},{"uid":"c38ff0aa5014373","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c38ff0aa5014373","status":"passed","time":{"start":1726218066277,"stop":1726218066277,"duration":0}},{"uid":"cd5d28a65e22cad0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cd5d28a65e22cad0","status":"passed","time":{"start":1726217965300,"stop":1726217965301,"duration":1}}]},"tags":[]},"source":"54e1cbc3916a846c.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/54e7feae9bda1010.json b/7434/data/test-cases/54e7feae9bda1010.json new file mode 100644 index 00000000000..aa528cc9c7e --- /dev/null +++ b/7434/data/test-cases/54e7feae9bda1010.json @@ -0,0 +1 @@ +{"uid":"54e7feae9bda1010","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":1726218291077,"stop":1726218291078,"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":4,"unknown":0,"total":4},"items":[{"uid":"cea9dab00b10f4c8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cea9dab00b10f4c8","status":"passed","time":{"start":1726218196340,"stop":1726218196341,"duration":1}},{"uid":"8333b452e9956df3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8333b452e9956df3","status":"passed","time":{"start":1726217449468,"stop":1726217449469,"duration":1}},{"uid":"c77c68103351f668","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c77c68103351f668","status":"passed","time":{"start":1726217391247,"stop":1726217391248,"duration":1}}]},"tags":[]},"source":"54e7feae9bda1010.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d478e8bc4943c548.json b/7434/data/test-cases/550547bdd951ef21.json similarity index 51% rename from 7408/data/test-cases/d478e8bc4943c548.json rename to 7434/data/test-cases/550547bdd951ef21.json index cfd6aa57445..012922a35c8 100644 --- a/7408/data/test-cases/d478e8bc4943c548.json +++ b/7434/data/test-cases/550547bdd951ef21.json @@ -1 +1 @@ -{"uid":"d478e8bc4943c548","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":1725578759908,"stop":1725578759909,"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":7,"unknown":0,"total":7},"items":[{"uid":"d7dde5456210a50c","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d7dde5456210a50c","status":"passed","time":{"start":1725578303033,"stop":1725578303034,"duration":1}},{"uid":"ef7e5d89bcf8d499","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ef7e5d89bcf8d499","status":"passed","time":{"start":1725577974920,"stop":1725577974921,"duration":1}},{"uid":"1baa9f79c4b043b9","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1baa9f79c4b043b9","status":"passed","time":{"start":1725577243437,"stop":1725577243437,"duration":0}},{"uid":"1b66683c9240903e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1b66683c9240903e","status":"passed","time":{"start":1725576890592,"stop":1725576890592,"duration":0}},{"uid":"8c9435d531b9fd43","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8c9435d531b9fd43","status":"passed","time":{"start":1725576842904,"stop":1725576842904,"duration":0}},{"uid":"9588c33c90d45cf7","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/9588c33c90d45cf7","status":"passed","time":{"start":1725576425681,"stop":1725576425681,"duration":0}}]},"tags":[]},"source":"d478e8bc4943c548.json","parameterValues":[]} \ No newline at end of file +{"uid":"550547bdd951ef21","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":1726218335401,"stop":1726218335401,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:connect"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aa2fbbc28729b12d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/aa2fbbc28729b12d","status":"passed","time":{"start":1726218239525,"stop":1726218239526,"duration":1}},{"uid":"5179966f57ebbdde","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5179966f57ebbdde","status":"passed","time":{"start":1726217493340,"stop":1726217493341,"duration":1}},{"uid":"660692007901190","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/660692007901190","status":"passed","time":{"start":1726217434835,"stop":1726217434835,"duration":0}}]},"tags":[]},"source":"550547bdd951ef21.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/557f15b86c3817d4.json b/7434/data/test-cases/557f15b86c3817d4.json new file mode 100644 index 00000000000..1ce0d99c92b --- /dev/null +++ b/7434/data/test-cases/557f15b86c3817d4.json @@ -0,0 +1 @@ +{"uid":"557f15b86c3817d4","name":"should throw error - no id","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - no id","historyId":"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218291660,"stop":1726218291660,"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":4,"unknown":0,"total":4},"items":[{"uid":"6bc6cf8a5a6a43b2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6bc6cf8a5a6a43b2","status":"passed","time":{"start":1726218196998,"stop":1726218196998,"duration":0}},{"uid":"42b2760caa093080","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42b2760caa093080","status":"passed","time":{"start":1726217450196,"stop":1726217450196,"duration":0}},{"uid":"56139187f67d6ea0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/56139187f67d6ea0","status":"passed","time":{"start":1726217391848,"stop":1726217391848,"duration":0}}]},"tags":[]},"source":"557f15b86c3817d4.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/505c23a667daee5d.json b/7434/data/test-cases/55869f8d4fd64c78.json similarity index 91% rename from 7408/data/test-cases/505c23a667daee5d.json rename to 7434/data/test-cases/55869f8d4fd64c78.json index 84b9a5fe202..ca4075470ef 100644 --- a/7408/data/test-cases/505c23a667daee5d.json +++ b/7434/data/test-cases/55869f8d4fd64c78.json @@ -1 +1 @@ -{"uid":"505c23a667daee5d","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":1725578970799,"stop":1725578970799,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"14cb78c7da4b4334","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/14cb78c7da4b4334","status":"passed","time":{"start":1725578514106,"stop":1725578514107,"duration":1}},{"uid":"c9882f1365481cd0","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c9882f1365481cd0","status":"passed","time":{"start":1725578193149,"stop":1725578193149,"duration":0}},{"uid":"234a650fda9554e8","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/234a650fda9554e8","status":"passed","time":{"start":1725577453266,"stop":1725577453266,"duration":0}},{"uid":"7d1433f6d769e2f0","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7d1433f6d769e2f0","status":"passed","time":{"start":1725577097754,"stop":1725577097754,"duration":0}},{"uid":"de0ef218858c9977","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/de0ef218858c9977","status":"passed","time":{"start":1725577056980,"stop":1725577056980,"duration":0}},{"uid":"b41d3501bc8dad1f","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/b41d3501bc8dad1f","status":"passed","time":{"start":1725576644007,"stop":1725576644008,"duration":1}}]},"tags":[]},"source":"505c23a667daee5d.json","parameterValues":[]} \ No newline at end of file +{"uid":"55869f8d4fd64c78","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":1726218551490,"stop":1726218551491,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"4ffe543bafefcf83","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ffe543bafefcf83","status":"passed","time":{"start":1726218459539,"stop":1726218459539,"duration":0}},{"uid":"29b51c8671733e33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29b51c8671733e33","status":"passed","time":{"start":1726217706007,"stop":1726217706008,"duration":1}},{"uid":"85d3ef174b907fea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85d3ef174b907fea","status":"passed","time":{"start":1726217650767,"stop":1726217650767,"duration":0}}]},"tags":[]},"source":"55869f8d4fd64c78.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/55df71f4ea11c8f8.json b/7434/data/test-cases/55df71f4ea11c8f8.json new file mode 100644 index 00000000000..e12c80e993b --- /dev/null +++ b/7434/data/test-cases/55df71f4ea11c8f8.json @@ -0,0 +1 @@ +{"uid":"55df71f4ea11c8f8","name":"Sign & Recover","fullName":"/src/encryption.spec.ts: Waku Encryption > Sign & Recover","historyId":"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218315166,"stop":1726218315167,"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":4,"unknown":0,"total":4},"items":[{"uid":"e5037428dd3c7495","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e5037428dd3c7495","status":"passed","time":{"start":1726218219854,"stop":1726218219855,"duration":1}},{"uid":"e3a434d551af9d9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3a434d551af9d9a","status":"passed","time":{"start":1726217473325,"stop":1726217473325,"duration":0}},{"uid":"3d59cfd491d97446","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3d59cfd491d97446","status":"passed","time":{"start":1726217414670,"stop":1726217414670,"duration":0}}]},"tags":[]},"source":"55df71f4ea11c8f8.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/55f9fa646e0dd750.json b/7434/data/test-cases/55f9fa646e0dd750.json new file mode 100644 index 00000000000..411f684840f --- /dev/null +++ b/7434/data/test-cases/55f9fa646e0dd750.json @@ -0,0 +1 @@ +{"uid":"55f9fa646e0dd750","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":1726218283107,"stop":1726218283107,"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":4,"unknown":0,"total":4},"items":[{"uid":"8b9e1b592e19e5b0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8b9e1b592e19e5b0","status":"passed","time":{"start":1726218188645,"stop":1726218188645,"duration":0}},{"uid":"d2133e128eb437a1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2133e128eb437a1","status":"passed","time":{"start":1726217441572,"stop":1726217441572,"duration":0}},{"uid":"59812b2c57870430","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59812b2c57870430","status":"passed","time":{"start":1726217383355,"stop":1726217383355,"duration":0}}]},"tags":[]},"source":"55f9fa646e0dd750.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5efad5e82ec6e536.json b/7434/data/test-cases/567793b8bad2a1b2.json similarity index 91% rename from 7408/data/test-cases/5efad5e82ec6e536.json rename to 7434/data/test-cases/567793b8bad2a1b2.json index 38fff188cc8..a1df3c89f23 100644 --- a/7408/data/test-cases/5efad5e82ec6e536.json +++ b/7434/data/test-cases/567793b8bad2a1b2.json @@ -1 +1 @@ -{"uid":"5efad5e82ec6e536","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":1725579181236,"stop":1725579181240,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"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":7,"unknown":0,"total":7},"items":[{"uid":"9d9d02615e0b2b8e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/9d9d02615e0b2b8e","status":"passed","time":{"start":1725578712603,"stop":1725578712603,"duration":0}},{"uid":"4ffd54407504e663","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4ffd54407504e663","status":"passed","time":{"start":1725578380208,"stop":1725578380208,"duration":0}},{"uid":"41cde709cc1cb803","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/41cde709cc1cb803","status":"passed","time":{"start":1725577661434,"stop":1725577661435,"duration":1}},{"uid":"e2e081115f94830a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e2e081115f94830a","status":"passed","time":{"start":1725577308276,"stop":1725577308276,"duration":0}},{"uid":"705f8af88609837","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/705f8af88609837","status":"passed","time":{"start":1725577255328,"stop":1725577255329,"duration":1}},{"uid":"ea913eb1d88911a8","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ea913eb1d88911a8","status":"passed","time":{"start":1725576839375,"stop":1725576839376,"duration":1}}]},"tags":[]},"source":"5efad5e82ec6e536.json","parameterValues":[]} \ No newline at end of file +{"uid":"567793b8bad2a1b2","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":1726218764081,"stop":1726218764081,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"16f82677ef61285a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/16f82677ef61285a","status":"passed","time":{"start":1726218659001,"stop":1726218659001,"duration":0}},{"uid":"4361aea2bfb11075","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4361aea2bfb11075","status":"passed","time":{"start":1726217924730,"stop":1726217924730,"duration":0}},{"uid":"9592ca86a9c25c83","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9592ca86a9c25c83","status":"passed","time":{"start":1726217840472,"stop":1726217840472,"duration":0}}]},"tags":[]},"source":"567793b8bad2a1b2.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ee5d73264d47336.json b/7434/data/test-cases/568bee47aa5f5ca8.json similarity index 76% rename from 7408/data/test-cases/ee5d73264d47336.json rename to 7434/data/test-cases/568bee47aa5f5ca8.json index 6142c0384b6..1d1a561a374 100644 --- a/7408/data/test-cases/ee5d73264d47336.json +++ b/7434/data/test-cases/568bee47aa5f5ca8.json @@ -1 +1 @@ -{"uid":"ee5d73264d47336","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":1725579187565,"stop":1725579187565,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"ab6d7c2ee9c91d85","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ab6d7c2ee9c91d85","status":"passed","time":{"start":1725578730883,"stop":1725578730883,"duration":0}},{"uid":"6a46d277552da4af","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/6a46d277552da4af","status":"passed","time":{"start":1725578399085,"stop":1725578399085,"duration":0}},{"uid":"613287b0e17efd47","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/613287b0e17efd47","status":"passed","time":{"start":1725577666252,"stop":1725577666253,"duration":1}},{"uid":"962f5793b7681939","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/962f5793b7681939","status":"passed","time":{"start":1725577318863,"stop":1725577318863,"duration":0}},{"uid":"11ad3fb898c128f0","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/11ad3fb898c128f0","status":"passed","time":{"start":1725577277082,"stop":1725577277084,"duration":2}},{"uid":"789d2e5c2c63c04d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/789d2e5c2c63c04d","status":"passed","time":{"start":1725576853126,"stop":1725576853127,"duration":1}}]},"tags":[]},"source":"ee5d73264d47336.json","parameterValues":[]} \ No newline at end of file +{"uid":"568bee47aa5f5ca8","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":1726218778198,"stop":1726218778218,"duration":20},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cd38fa5481fe6944","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cd38fa5481fe6944","status":"passed","time":{"start":1726218673552,"stop":1726218673553,"duration":1}},{"uid":"f3ecbd401a1a7259","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3ecbd401a1a7259","status":"passed","time":{"start":1726217946722,"stop":1726217946722,"duration":0}},{"uid":"959c9cef6e96ec20","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/959c9cef6e96ec20","status":"passed","time":{"start":1726217862776,"stop":1726217862776,"duration":0}}]},"tags":[]},"source":"568bee47aa5f5ca8.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/58369dd16d4467bf.json b/7434/data/test-cases/579696eadf15424b.json similarity index 91% rename from 7408/data/test-cases/58369dd16d4467bf.json rename to 7434/data/test-cases/579696eadf15424b.json index b60109acb52..9708d16344e 100644 --- a/7408/data/test-cases/58369dd16d4467bf.json +++ b/7434/data/test-cases/579696eadf15424b.json @@ -1 +1 @@ -{"uid":"58369dd16d4467bf","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":1725578970786,"stop":1725578970786,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"e1936f02366da48d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e1936f02366da48d","status":"passed","time":{"start":1725578514089,"stop":1725578514089,"duration":0}},{"uid":"f7d91d702a337d4a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f7d91d702a337d4a","status":"passed","time":{"start":1725578193135,"stop":1725578193136,"duration":1}},{"uid":"c764c42f9bcf688a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/c764c42f9bcf688a","status":"passed","time":{"start":1725577453224,"stop":1725577453224,"duration":0}},{"uid":"21634815145ce395","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/21634815145ce395","status":"passed","time":{"start":1725577097745,"stop":1725577097746,"duration":1}},{"uid":"a78bd59c45d1244a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a78bd59c45d1244a","status":"passed","time":{"start":1725577056973,"stop":1725577056974,"duration":1}},{"uid":"3f1af9964f105975","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3f1af9964f105975","status":"passed","time":{"start":1725576643980,"stop":1725576643980,"duration":0}}]},"tags":[]},"source":"58369dd16d4467bf.json","parameterValues":[]} \ No newline at end of file +{"uid":"579696eadf15424b","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":1726218551477,"stop":1726218551478,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"9096d5c2ca8ad26b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9096d5c2ca8ad26b","status":"passed","time":{"start":1726218459526,"stop":1726218459531,"duration":5}},{"uid":"5a1e4b90919f2275","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a1e4b90919f2275","status":"passed","time":{"start":1726217705997,"stop":1726217705997,"duration":0}},{"uid":"ba31fc123cc5ce35","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba31fc123cc5ce35","status":"passed","time":{"start":1726217650748,"stop":1726217650748,"duration":0}}]},"tags":[]},"source":"579696eadf15424b.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9ffc1fdc1d683d64.json b/7434/data/test-cases/57e714e5f0dbe7db.json similarity index 76% rename from 7408/data/test-cases/9ffc1fdc1d683d64.json rename to 7434/data/test-cases/57e714e5f0dbe7db.json index ee004bb3ea6..f1b0348c0f2 100644 --- a/7408/data/test-cases/9ffc1fdc1d683d64.json +++ b/7434/data/test-cases/57e714e5f0dbe7db.json @@ -1 +1 @@ -{"uid":"9ffc1fdc1d683d64","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Maintains correct number of peers after multiple subscribe/unsubscribe cycles","historyId":"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578868805,"stop":1725578868805,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"72661c26db602f3a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/72661c26db602f3a","status":"passed","time":{"start":1725578410051,"stop":1725578410052,"duration":1}},{"uid":"6cf8ae3ee6980a1f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/6cf8ae3ee6980a1f","status":"passed","time":{"start":1725578085229,"stop":1725578085229,"duration":0}},{"uid":"178a2329393bcca5","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/178a2329393bcca5","status":"passed","time":{"start":1725577347349,"stop":1725577347349,"duration":0}},{"uid":"bff2b9067efb8d3","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/bff2b9067efb8d3","status":"passed","time":{"start":1725577004110,"stop":1725577004110,"duration":0}},{"uid":"9c91d53dd739fb29","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/9c91d53dd739fb29","status":"passed","time":{"start":1725576948437,"stop":1725576948437,"duration":0}},{"uid":"391b63bb833698b3","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/391b63bb833698b3","status":"passed","time":{"start":1725576535325,"stop":1725576535325,"duration":0}}]},"tags":[]},"source":"9ffc1fdc1d683d64.json","parameterValues":[]} \ No newline at end of file +{"uid":"57e714e5f0dbe7db","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Maintains correct number of peers after multiple subscribe/unsubscribe cycles","historyId":"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218447519,"stop":1726218447521,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"952c03b2249cfd3c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/952c03b2249cfd3c","status":"passed","time":{"start":1726218356743,"stop":1726218356743,"duration":0}},{"uid":"1f98fc81c2c208f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1f98fc81c2c208f2","status":"passed","time":{"start":1726217603245,"stop":1726217603245,"duration":0}},{"uid":"dbce28a4e37b175a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dbce28a4e37b175a","status":"passed","time":{"start":1726217544018,"stop":1726217544018,"duration":0}}]},"tags":[]},"source":"57e714e5f0dbe7db.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9710e703583715c5.json b/7434/data/test-cases/583971e704940cb2.json similarity index 74% rename from 7408/data/test-cases/9710e703583715c5.json rename to 7434/data/test-cases/583971e704940cb2.json index 26050464f1c..2ecc12da01d 100644 --- a/7408/data/test-cases/9710e703583715c5.json +++ b/7434/data/test-cases/583971e704940cb2.json @@ -1 +1 @@ -{"uid":"9710e703583715c5","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":1725578980001,"stop":1725578980001,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"1425b9513c44e60f","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1425b9513c44e60f","status":"passed","time":{"start":1725578503456,"stop":1725578503456,"duration":0}},{"uid":"845b4f62310a2690","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/845b4f62310a2690","status":"passed","time":{"start":1725578194563,"stop":1725578194564,"duration":1}},{"uid":"344f8683ad22706d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/344f8683ad22706d","status":"passed","time":{"start":1725577444916,"stop":1725577444916,"duration":0}},{"uid":"d35e8a2c17b794c5","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d35e8a2c17b794c5","status":"passed","time":{"start":1725577120610,"stop":1725577120610,"duration":0}},{"uid":"da3c68200746af18","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/da3c68200746af18","status":"passed","time":{"start":1725577071277,"stop":1725577071278,"duration":1}},{"uid":"64508e029367a363","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/64508e029367a363","status":"passed","time":{"start":1725576645498,"stop":1725576645498,"duration":0}}]},"tags":[]},"source":"9710e703583715c5.json","parameterValues":[]} \ No newline at end of file +{"uid":"583971e704940cb2","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":1726218563297,"stop":1726218563297,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"42546293a9bc5c99","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/42546293a9bc5c99","status":"passed","time":{"start":1726218471416,"stop":1726218471416,"duration":0}},{"uid":"f022cd6f33bd5fc7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f022cd6f33bd5fc7","status":"passed","time":{"start":1726217724201,"stop":1726217724202,"duration":1}},{"uid":"65cedf8efcbe7a2b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/65cedf8efcbe7a2b","status":"passed","time":{"start":1726217656057,"stop":1726217656058,"duration":1}}]},"tags":[]},"source":"583971e704940cb2.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/7f1c18ce919436ba.json b/7434/data/test-cases/584cb024dcffc7da.json similarity index 71% rename from 7408/data/test-cases/7f1c18ce919436ba.json rename to 7434/data/test-cases/584cb024dcffc7da.json index e93c3b24fdf..e28cd82c4a1 100644 --- a/7408/data/test-cases/7f1c18ce919436ba.json +++ b/7434/data/test-cases/584cb024dcffc7da.json @@ -1 +1 @@ -{"uid":"7f1c18ce919436ba","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","historyId":"f5de7aeafbb518978d807748208430e4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579102810,"stop":1725579102810,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"770bcddc3c18057d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/770bcddc3c18057d","status":"passed","time":{"start":1725578664271,"stop":1725578664271,"duration":0}},{"uid":"c68c33b0a4bc36ec","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c68c33b0a4bc36ec","status":"passed","time":{"start":1725578314147,"stop":1725578314148,"duration":1}},{"uid":"5328729592dc972e","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5328729592dc972e","status":"passed","time":{"start":1725577562987,"stop":1725577562987,"duration":0}},{"uid":"34e3d90047f77bcd","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/34e3d90047f77bcd","status":"passed","time":{"start":1725577209703,"stop":1725577209703,"duration":0}},{"uid":"69af3be829017737","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/69af3be829017737","status":"passed","time":{"start":1725577172569,"stop":1725577172569,"duration":0}},{"uid":"52a46ff29de69fb8","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/52a46ff29de69fb8","status":"passed","time":{"start":1725576779739,"stop":1725576779739,"duration":0}}]},"tags":[]},"source":"7f1c18ce919436ba.json","parameterValues":[]} \ No newline at end of file +{"uid":"584cb024dcffc7da","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","historyId":"f5de7aeafbb518978d807748208430e4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218669774,"stop":1726218669775,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1bbc777fb5cf8fea","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1bbc777fb5cf8fea","status":"passed","time":{"start":1726218612968,"stop":1726218612968,"duration":0}},{"uid":"22bef30d0160dbfd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/22bef30d0160dbfd","status":"passed","time":{"start":1726217868237,"stop":1726217868246,"duration":9}},{"uid":"4f9fc3aa4f8c1d1b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4f9fc3aa4f8c1d1b","status":"passed","time":{"start":1726217785174,"stop":1726217785175,"duration":1}}]},"tags":[]},"source":"584cb024dcffc7da.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5eda841271ed1e22.json b/7434/data/test-cases/5871aede98daa3b7.json similarity index 93% rename from 7408/data/test-cases/5eda841271ed1e22.json rename to 7434/data/test-cases/5871aede98daa3b7.json index ef6f72e0393..969874a1c3f 100644 --- a/7408/data/test-cases/5eda841271ed1e22.json +++ b/7434/data/test-cases/5871aede98daa3b7.json @@ -1 +1 @@ -{"uid":"5eda841271ed1e22","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":1725579187576,"stop":1725579187577,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"c97f03048229437b","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/c97f03048229437b","status":"passed","time":{"start":1725578730896,"stop":1725578730896,"duration":0}},{"uid":"f948678fb1af91e4","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f948678fb1af91e4","status":"passed","time":{"start":1725578399099,"stop":1725578399100,"duration":1}},{"uid":"d617d7d5e2f24043","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d617d7d5e2f24043","status":"passed","time":{"start":1725577666271,"stop":1725577666271,"duration":0}},{"uid":"7196c025f5bf67fd","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7196c025f5bf67fd","status":"passed","time":{"start":1725577318879,"stop":1725577318879,"duration":0}},{"uid":"84c8608daa0d449b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/84c8608daa0d449b","status":"passed","time":{"start":1725577277104,"stop":1725577277104,"duration":0}},{"uid":"798bd94d6a298692","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/798bd94d6a298692","status":"passed","time":{"start":1725576853159,"stop":1725576853159,"duration":0}}]},"tags":[]},"source":"5eda841271ed1e22.json","parameterValues":[]} \ No newline at end of file +{"uid":"5871aede98daa3b7","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":1726218778250,"stop":1726218778251,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"a649167962bda76","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a649167962bda76","status":"passed","time":{"start":1726218673559,"stop":1726218673559,"duration":0}},{"uid":"f0009605e23d797e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0009605e23d797e","status":"passed","time":{"start":1726217946734,"stop":1726217946735,"duration":1}},{"uid":"b0e030e972feb9b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b0e030e972feb9b4","status":"passed","time":{"start":1726217862786,"stop":1726217862787,"duration":1}}]},"tags":[]},"source":"5871aede98daa3b7.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/593cdf1e3a3e1056.json b/7434/data/test-cases/593cdf1e3a3e1056.json new file mode 100644 index 00000000000..0b8bbeac47e --- /dev/null +++ b/7434/data/test-cases/593cdf1e3a3e1056.json @@ -0,0 +1 @@ +{"uid":"593cdf1e3a3e1056","name":"Symmetric encrypt & Decrypt","fullName":"/src/encryption.spec.ts: Waku Encryption > Symmetric encrypt & Decrypt","historyId":"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218315165,"stop":1726218315165,"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":4,"unknown":0,"total":4},"items":[{"uid":"e0b24cf39e019ff1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e0b24cf39e019ff1","status":"passed","time":{"start":1726218219853,"stop":1726218219853,"duration":0}},{"uid":"7d3b17d07a85675c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d3b17d07a85675c","status":"passed","time":{"start":1726217473323,"stop":1726217473324,"duration":1}},{"uid":"acda141c8837c82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/acda141c8837c82","status":"passed","time":{"start":1726217414668,"stop":1726217414669,"duration":1}}]},"tags":[]},"source":"593cdf1e3a3e1056.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d1f19f41bb6abe98.json b/7434/data/test-cases/59a74889be4cdf9e.json similarity index 75% rename from 7408/data/test-cases/d1f19f41bb6abe98.json rename to 7434/data/test-cases/59a74889be4cdf9e.json index c9abd3503f8..ec9bb0b4c15 100644 --- a/7408/data/test-cases/d1f19f41bb6abe98.json +++ b/7434/data/test-cases/59a74889be4cdf9e.json @@ -1 +1 @@ -{"uid":"d1f19f41bb6abe98","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":1725579325580,"stop":1725579325581,"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":7,"unknown":0,"total":7},"items":[{"uid":"69be12db9a711def","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/69be12db9a711def","status":"passed","time":{"start":1725578854529,"stop":1725578854530,"duration":1}},{"uid":"ac165646263813fa","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ac165646263813fa","status":"passed","time":{"start":1725578529211,"stop":1725578529211,"duration":0}},{"uid":"64cf6b58862573c9","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/64cf6b58862573c9","status":"passed","time":{"start":1725577799397,"stop":1725577799398,"duration":1}},{"uid":"b7fd7b0781ad5370","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b7fd7b0781ad5370","status":"passed","time":{"start":1725577459056,"stop":1725577459056,"duration":0}},{"uid":"bbb420e57356e7ea","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/bbb420e57356e7ea","status":"passed","time":{"start":1725577412497,"stop":1725577412498,"duration":1}},{"uid":"e5021cd3994f8253","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e5021cd3994f8253","status":"passed","time":{"start":1725576987691,"stop":1725576987691,"duration":0}}]},"tags":[]},"source":"d1f19f41bb6abe98.json","parameterValues":[]} \ No newline at end of file +{"uid":"59a74889be4cdf9e","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":1726218909194,"stop":1726218909195,"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":4,"unknown":0,"total":4},"items":[{"uid":"4ddf307cb277ab66","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ddf307cb277ab66","status":"passed","time":{"start":1726218818267,"stop":1726218818268,"duration":1}},{"uid":"54b386364d12f4bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54b386364d12f4bd","status":"passed","time":{"start":1726218085658,"stop":1726218085659,"duration":1}},{"uid":"897d1965ad929ef3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/897d1965ad929ef3","status":"passed","time":{"start":1726217996428,"stop":1726217996429,"duration":1}}]},"tags":[]},"source":"59a74889be4cdf9e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d710c337e9bbbb45.json b/7434/data/test-cases/5a7e75bc5cb280a4.json similarity index 66% rename from 7408/data/test-cases/d710c337e9bbbb45.json rename to 7434/data/test-cases/5a7e75bc5cb280a4.json index 93d70b3c48d..f9eadea42d2 100644 --- a/7408/data/test-cases/d710c337e9bbbb45.json +++ b/7434/data/test-cases/5a7e75bc5cb280a4.json @@ -1 +1 @@ -{"uid":"d710c337e9bbbb45","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":1725579337067,"stop":1725579337067,"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":7,"unknown":0,"total":7},"items":[{"uid":"26abca63f9aad55d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/26abca63f9aad55d","status":"passed","time":{"start":1725578873504,"stop":1725578873504,"duration":0}},{"uid":"a2bd51e56c51187b","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a2bd51e56c51187b","status":"passed","time":{"start":1725578550477,"stop":1725578550477,"duration":0}},{"uid":"d08758ea2caf0926","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d08758ea2caf0926","status":"passed","time":{"start":1725577813070,"stop":1725577813070,"duration":0}},{"uid":"1482f826adbb5622","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1482f826adbb5622","status":"passed","time":{"start":1725577474648,"stop":1725577474648,"duration":0}},{"uid":"f11b7239efd0687","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f11b7239efd0687","status":"passed","time":{"start":1725577421367,"stop":1725577421367,"duration":0}},{"uid":"a3368fd339224463","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a3368fd339224463","status":"passed","time":{"start":1725577003653,"stop":1725577003653,"duration":0}}]},"tags":[]},"source":"d710c337e9bbbb45.json","parameterValues":[]} \ No newline at end of file +{"uid":"5a7e75bc5cb280a4","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":1726218926398,"stop":1726218926398,"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":4,"unknown":0,"total":4},"items":[{"uid":"b4e4482984d50d1f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b4e4482984d50d1f","status":"passed","time":{"start":1726218833200,"stop":1726218833200,"duration":0}},{"uid":"f591f16c528f3754","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f591f16c528f3754","status":"passed","time":{"start":1726218095395,"stop":1726218095395,"duration":0}},{"uid":"412082fe329b88cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/412082fe329b88cc","status":"passed","time":{"start":1726218006963,"stop":1726218006963,"duration":0}}]},"tags":[]},"source":"5a7e75bc5cb280a4.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/7e7362e73f2b3014.json b/7434/data/test-cases/5ae26e81ad67ab3e.json similarity index 53% rename from 7408/data/test-cases/7e7362e73f2b3014.json rename to 7434/data/test-cases/5ae26e81ad67ab3e.json index 57593a88275..d4831adca31 100644 --- a/7408/data/test-cases/7e7362e73f2b3014.json +++ b/7434/data/test-cases/5ae26e81ad67ab3e.json @@ -1 +1 @@ -{"uid":"7e7362e73f2b3014","name":"Filter with 0 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > Filter with 0 connections","historyId":"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578997627,"stop":1725578997628,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"b168c45e6181535a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b168c45e6181535a","status":"passed","time":{"start":1725578540374,"stop":1725578540374,"duration":0}},{"uid":"c969b99b0340b56a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c969b99b0340b56a","status":"passed","time":{"start":1725578211877,"stop":1725578211877,"duration":0}},{"uid":"57744b8ea4b8255a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/57744b8ea4b8255a","status":"passed","time":{"start":1725577486539,"stop":1725577486539,"duration":0}},{"uid":"45953e09ccae0388","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/45953e09ccae0388","status":"passed","time":{"start":1725577127730,"stop":1725577127731,"duration":1}},{"uid":"1aea83d329192b23","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1aea83d329192b23","status":"passed","time":{"start":1725577093279,"stop":1725577093280,"duration":1}},{"uid":"378df74b27f4c2e7","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/378df74b27f4c2e7","status":"passed","time":{"start":1725576661951,"stop":1725576661951,"duration":0}}]},"tags":[]},"source":"7e7362e73f2b3014.json","parameterValues":[]} \ No newline at end of file +{"uid":"5ae26e81ad67ab3e","name":"Filter with 0 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > Filter with 0 connections","historyId":"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218583681,"stop":1726218583681,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"758e216b7db9eb9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/758e216b7db9eb9","status":"passed","time":{"start":1726218469198,"stop":1726218469201,"duration":3}},{"uid":"135264c5abcb468c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/135264c5abcb468c","status":"passed","time":{"start":1726217742497,"stop":1726217742497,"duration":0}},{"uid":"d9421ab2d2d7d2db","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9421ab2d2d7d2db","status":"passed","time":{"start":1726217674282,"stop":1726217674282,"duration":0}}]},"tags":[]},"source":"5ae26e81ad67ab3e.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/5bb67e6dcf90491d.json b/7434/data/test-cases/5bb67e6dcf90491d.json new file mode 100644 index 00000000000..583df07c314 --- /dev/null +++ b/7434/data/test-cases/5bb67e6dcf90491d.json @@ -0,0 +1 @@ +{"uid":"5bb67e6dcf90491d","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":1726218902972,"stop":1726218902982,"duration":10},"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":4,"unknown":0,"total":4},"items":[{"uid":"3a02d197b957c26b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3a02d197b957c26b","status":"passed","time":{"start":1726218814289,"stop":1726218814289,"duration":0}},{"uid":"8f48a3ff0e5f000d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8f48a3ff0e5f000d","status":"passed","time":{"start":1726218071324,"stop":1726218071324,"duration":0}},{"uid":"1855b4c5948adf4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1855b4c5948adf4","status":"passed","time":{"start":1726217984830,"stop":1726217984830,"duration":0}}]},"tags":[]},"source":"5bb67e6dcf90491d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/8d2c779dbc674e0.json b/7434/data/test-cases/5bddcdba3a462e9.json similarity index 80% rename from 7408/data/test-cases/8d2c779dbc674e0.json rename to 7434/data/test-cases/5bddcdba3a462e9.json index 05b8934df73..50321ff0ea1 100644 --- a/7408/data/test-cases/8d2c779dbc674e0.json +++ b/7434/data/test-cases/5bddcdba3a462e9.json @@ -1 +1 @@ -{"uid":"8d2c779dbc674e0","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":1725579302121,"stop":1725579302121,"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":7,"unknown":0,"total":7},"items":[{"uid":"8dfab3249880c9cb","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8dfab3249880c9cb","status":"passed","time":{"start":1725578838723,"stop":1725578838723,"duration":0}},{"uid":"cab191a14c2668f0","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/cab191a14c2668f0","status":"passed","time":{"start":1725578498376,"stop":1725578498376,"duration":0}},{"uid":"8a199fbf15b9a76d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/8a199fbf15b9a76d","status":"passed","time":{"start":1725577773151,"stop":1725577773151,"duration":0}},{"uid":"29aa9f580bc784fd","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/29aa9f580bc784fd","status":"passed","time":{"start":1725577428840,"stop":1725577428840,"duration":0}},{"uid":"7e78a1ba6ca8e06","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/7e78a1ba6ca8e06","status":"passed","time":{"start":1725577388040,"stop":1725577388041,"duration":1}},{"uid":"d5bd7e7087ec62d5","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d5bd7e7087ec62d5","status":"passed","time":{"start":1725576955266,"stop":1725576955266,"duration":0}}]},"tags":[]},"source":"8d2c779dbc674e0.json","parameterValues":[]} \ No newline at end of file +{"uid":"5bddcdba3a462e9","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":1726218886393,"stop":1726218886395,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9b58a6e765a85fae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9b58a6e765a85fae","status":"passed","time":{"start":1726218791848,"stop":1726218791848,"duration":0}},{"uid":"762bb0d9e02daf8a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/762bb0d9e02daf8a","status":"passed","time":{"start":1726218054693,"stop":1726218054693,"duration":0}},{"uid":"6641551754f94d92","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6641551754f94d92","status":"passed","time":{"start":1726217965432,"stop":1726217965432,"duration":0}}]},"tags":[]},"source":"5bddcdba3a462e9.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/5be8bc1a2f3bf356.json b/7434/data/test-cases/5be8bc1a2f3bf356.json new file mode 100644 index 00000000000..0e1a8c83627 --- /dev/null +++ b/7434/data/test-cases/5be8bc1a2f3bf356.json @@ -0,0 +1 @@ +{"uid":"5be8bc1a2f3bf356","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":1726218296784,"stop":1726218296784,"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":4,"unknown":0,"total":4},"items":[{"uid":"c0e2c2308102668c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c0e2c2308102668c","status":"passed","time":{"start":1726218201911,"stop":1726218201911,"duration":0}},{"uid":"13856bd9edcc75aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/13856bd9edcc75aa","status":"passed","time":{"start":1726217455151,"stop":1726217455152,"duration":1}},{"uid":"fad85b3d0a854ebc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fad85b3d0a854ebc","status":"passed","time":{"start":1726217396840,"stop":1726217396840,"duration":0}}]},"tags":[]},"source":"5be8bc1a2f3bf356.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5cfcdc01ed770ae5.json b/7434/data/test-cases/5c0d80f73686d629.json similarity index 89% rename from 7408/data/test-cases/5cfcdc01ed770ae5.json rename to 7434/data/test-cases/5c0d80f73686d629.json index 0d504253fa1..324299b6219 100644 --- a/7408/data/test-cases/5cfcdc01ed770ae5.json +++ b/7434/data/test-cases/5c0d80f73686d629.json @@ -1 +1 @@ -{"uid":"5cfcdc01ed770ae5","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":1725579272784,"stop":1725579272784,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"d21b85a25145a6e3","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d21b85a25145a6e3","status":"passed","time":{"start":1725578809261,"stop":1725578809261,"duration":0}},{"uid":"f0bd824b9da21c5d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f0bd824b9da21c5d","status":"passed","time":{"start":1725578497027,"stop":1725578497027,"duration":0}},{"uid":"9e804fe559d73a1","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9e804fe559d73a1","status":"passed","time":{"start":1725577747295,"stop":1725577747302,"duration":7}},{"uid":"dec4755c759f7b77","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/dec4755c759f7b77","status":"passed","time":{"start":1725577413202,"stop":1725577413202,"duration":0}},{"uid":"d183d3c540adf207","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d183d3c540adf207","status":"passed","time":{"start":1725577361996,"stop":1725577361996,"duration":0}},{"uid":"1fd32a24bbee7c02","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/1fd32a24bbee7c02","status":"passed","time":{"start":1725576938358,"stop":1725576938358,"duration":0}}]},"tags":[]},"source":"5cfcdc01ed770ae5.json","parameterValues":[]} \ No newline at end of file +{"uid":"5c0d80f73686d629","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":1726218863047,"stop":1726218863048,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"254d097028cb017a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/254d097028cb017a","status":"passed","time":{"start":1726218781393,"stop":1726218781393,"duration":0}},{"uid":"f49ed9684cf683da","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f49ed9684cf683da","status":"passed","time":{"start":1726218013724,"stop":1726218013724,"duration":0}},{"uid":"3d2d75311c5524f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3d2d75311c5524f","status":"passed","time":{"start":1726217945349,"stop":1726217945350,"duration":1}}]},"tags":[]},"source":"5c0d80f73686d629.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/b8b8d3ed6d2cd6a3.json b/7434/data/test-cases/5c13409efc28ba3b.json similarity index 90% rename from 7408/data/test-cases/b8b8d3ed6d2cd6a3.json rename to 7434/data/test-cases/5c13409efc28ba3b.json index 65511bae050..9a8500cfd56 100644 --- a/7408/data/test-cases/b8b8d3ed6d2cd6a3.json +++ b/7434/data/test-cases/5c13409efc28ba3b.json @@ -1 +1 @@ -{"uid":"b8b8d3ed6d2cd6a3","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":1725578940171,"stop":1725578940172,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"97810132ade101e4","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/97810132ade101e4","status":"passed","time":{"start":1725578482078,"stop":1725578482078,"duration":0}},{"uid":"b792dd5892789b45","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/b792dd5892789b45","status":"passed","time":{"start":1725578159567,"stop":1725578159567,"duration":0}},{"uid":"be4461623b0cb944","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/be4461623b0cb944","status":"passed","time":{"start":1725577422757,"stop":1725577422757,"duration":0}},{"uid":"efe6895e2ae6217c","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/efe6895e2ae6217c","status":"passed","time":{"start":1725577067110,"stop":1725577067110,"duration":0}},{"uid":"3960c9a869404c52","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/3960c9a869404c52","status":"passed","time":{"start":1725577018871,"stop":1725577018871,"duration":0}},{"uid":"f11d11898cbba2f7","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f11d11898cbba2f7","status":"passed","time":{"start":1725576607342,"stop":1725576607343,"duration":1}}]},"tags":[]},"source":"b8b8d3ed6d2cd6a3.json","parameterValues":[]} \ No newline at end of file +{"uid":"5c13409efc28ba3b","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":1726218510990,"stop":1726218510990,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"f210e8ac58f2da32","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f210e8ac58f2da32","status":"passed","time":{"start":1726218417156,"stop":1726218417156,"duration":0}},{"uid":"53e26649a382515b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53e26649a382515b","status":"passed","time":{"start":1726217677844,"stop":1726217677845,"duration":1}},{"uid":"324bd5ac8a86827c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/324bd5ac8a86827c","status":"passed","time":{"start":1726217616848,"stop":1726217616849,"duration":1}}]},"tags":[]},"source":"5c13409efc28ba3b.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/5c161dc11c4f443c.json b/7434/data/test-cases/5c161dc11c4f443c.json new file mode 100644 index 00000000000..4ef4ecd2b84 --- /dev/null +++ b/7434/data/test-cases/5c161dc11c4f443c.json @@ -0,0 +1 @@ +{"uid":"5c161dc11c4f443c","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":1726218304536,"stop":1726218304536,"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":4,"unknown":0,"total":4},"items":[{"uid":"8208308747a58c70","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8208308747a58c70","status":"passed","time":{"start":1726218209374,"stop":1726218209374,"duration":0}},{"uid":"9d4a31fecbd4c094","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9d4a31fecbd4c094","status":"passed","time":{"start":1726217462337,"stop":1726217462339,"duration":2}},{"uid":"43cf311e065e9a26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43cf311e065e9a26","status":"passed","time":{"start":1726217404189,"stop":1726217404189,"duration":0}}]},"tags":[]},"source":"5c161dc11c4f443c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f8eb2ddc228ef3ff.json b/7434/data/test-cases/5c16506b4ab53327.json similarity index 81% rename from 7408/data/test-cases/f8eb2ddc228ef3ff.json rename to 7434/data/test-cases/5c16506b4ab53327.json index fe3a5b58398..f0192ddaee6 100644 --- a/7408/data/test-cases/f8eb2ddc228ef3ff.json +++ b/7434/data/test-cases/5c16506b4ab53327.json @@ -1 +1 @@ -{"uid":"f8eb2ddc228ef3ff","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":1725579222049,"stop":1725579222050,"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":7,"unknown":0,"total":7},"items":[{"uid":"54256e5d0b43b4e9","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/54256e5d0b43b4e9","status":"passed","time":{"start":1725578763706,"stop":1725578763706,"duration":0}},{"uid":"d9568ec116819755","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d9568ec116819755","status":"passed","time":{"start":1725578437618,"stop":1725578437618,"duration":0}},{"uid":"9d13222712994fec","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9d13222712994fec","status":"passed","time":{"start":1725577679218,"stop":1725577679219,"duration":1}},{"uid":"15150db707cbabdc","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/15150db707cbabdc","status":"passed","time":{"start":1725577331516,"stop":1725577331516,"duration":0}},{"uid":"3e1b896256930ff0","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/3e1b896256930ff0","status":"passed","time":{"start":1725577298223,"stop":1725577298223,"duration":0}},{"uid":"817d1f3c085f9e5a","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/817d1f3c085f9e5a","status":"passed","time":{"start":1725576890431,"stop":1725576890432,"duration":1}}]},"tags":[]},"source":"f8eb2ddc228ef3ff.json","parameterValues":[]} \ No newline at end of file +{"uid":"5c16506b4ab53327","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":1726218793435,"stop":1726218793436,"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":4,"unknown":0,"total":4},"items":[{"uid":"344d07f9ff33434e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/344d07f9ff33434e","status":"passed","time":{"start":1726218722090,"stop":1726218722095,"duration":5}},{"uid":"b70b5bb13275e661","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b70b5bb13275e661","status":"passed","time":{"start":1726217978667,"stop":1726217978667,"duration":0}},{"uid":"48d0a09d9e594971","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/48d0a09d9e594971","status":"passed","time":{"start":1726217893875,"stop":1726217893875,"duration":0}}]},"tags":[]},"source":"5c16506b4ab53327.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/448e82efc070159e.json b/7434/data/test-cases/5c5d603b0351a7b7.json similarity index 89% rename from 7408/data/test-cases/448e82efc070159e.json rename to 7434/data/test-cases/5c5d603b0351a7b7.json index 6fca8d754d9..e4b5bfe29e4 100644 --- a/7408/data/test-cases/448e82efc070159e.json +++ b/7434/data/test-cases/5c5d603b0351a7b7.json @@ -1 +1 @@ -{"uid":"448e82efc070159e","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":1725579222589,"stop":1725579222589,"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":7,"unknown":0,"total":7},"items":[{"uid":"e51ff1bd2870880b","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e51ff1bd2870880b","status":"passed","time":{"start":1725578764296,"stop":1725578764297,"duration":1}},{"uid":"f9ee93b5d6779b7c","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f9ee93b5d6779b7c","status":"passed","time":{"start":1725578435673,"stop":1725578435674,"duration":1}},{"uid":"545ecce96acd2d88","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/545ecce96acd2d88","status":"passed","time":{"start":1725577700009,"stop":1725577700010,"duration":1}},{"uid":"92b8a7ad2b1bff0c","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/92b8a7ad2b1bff0c","status":"passed","time":{"start":1725577356744,"stop":1725577356745,"duration":1}},{"uid":"48e9567ff6c12300","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/48e9567ff6c12300","status":"passed","time":{"start":1725577310402,"stop":1725577310404,"duration":2}},{"uid":"1e4d49406e3be70","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/1e4d49406e3be70","status":"passed","time":{"start":1725576887798,"stop":1725576887798,"duration":0}}]},"tags":[]},"source":"448e82efc070159e.json","parameterValues":[]} \ No newline at end of file +{"uid":"5c5d603b0351a7b7","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":1726218812476,"stop":1726218812476,"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":4,"unknown":0,"total":4},"items":[{"uid":"63d2ba4cda7057a7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/63d2ba4cda7057a7","status":"passed","time":{"start":1726218708449,"stop":1726218708449,"duration":0}},{"uid":"b00c46347845a679","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b00c46347845a679","status":"passed","time":{"start":1726217980052,"stop":1726217980052,"duration":0}},{"uid":"62f3a3c68a9b914d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/62f3a3c68a9b914d","status":"passed","time":{"start":1726217896506,"stop":1726217896507,"duration":1}}]},"tags":[]},"source":"5c5d603b0351a7b7.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f0a649fb9deb6eb1.json b/7434/data/test-cases/5d1d96fe11841a5c.json similarity index 62% rename from 7408/data/test-cases/f0a649fb9deb6eb1.json rename to 7434/data/test-cases/5d1d96fe11841a5c.json index 34b450bbfb1..5f635b45d33 100644 --- a/7408/data/test-cases/f0a649fb9deb6eb1.json +++ b/7434/data/test-cases/5d1d96fe11841a5c.json @@ -1 +1 @@ -{"uid":"f0a649fb9deb6eb1","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":1725579061638,"stop":1725579061639,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"4daa69b53a6cbeeb","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/4daa69b53a6cbeeb","status":"passed","time":{"start":1725578598311,"stop":1725578598311,"duration":0}},{"uid":"7abac9c1cfe33e25","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/7abac9c1cfe33e25","status":"passed","time":{"start":1725578273411,"stop":1725578273411,"duration":0}},{"uid":"1b2b25ef6f87c1c0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1b2b25ef6f87c1c0","status":"passed","time":{"start":1725577539373,"stop":1725577539373,"duration":0}},{"uid":"1c59013ae463ee7f","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1c59013ae463ee7f","status":"passed","time":{"start":1725577200218,"stop":1725577200219,"duration":1}},{"uid":"28a273aad6ddd1d2","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/28a273aad6ddd1d2","status":"passed","time":{"start":1725577150916,"stop":1725577150916,"duration":0}},{"uid":"1626a0db892ad50b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/1626a0db892ad50b","status":"passed","time":{"start":1725576726843,"stop":1725576726844,"duration":1}}]},"tags":[]},"source":"f0a649fb9deb6eb1.json","parameterValues":[]} \ No newline at end of file +{"uid":"5d1d96fe11841a5c","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":1726218651144,"stop":1726218651144,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"874bbff981558827","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/874bbff981558827","status":"passed","time":{"start":1726218550065,"stop":1726218550065,"duration":0}},{"uid":"befb0566995e0530","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/befb0566995e0530","status":"passed","time":{"start":1726217804580,"stop":1726217804580,"duration":0}},{"uid":"291f9c0264f28393","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/291f9c0264f28393","status":"passed","time":{"start":1726217733943,"stop":1726217733943,"duration":0}}]},"tags":[]},"source":"5d1d96fe11841a5c.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/5d40a6e80470af0.json b/7434/data/test-cases/5d40a6e80470af0.json new file mode 100644 index 00000000000..9a51c3987b0 --- /dev/null +++ b/7434/data/test-cases/5d40a6e80470af0.json @@ -0,0 +1 @@ +{"uid":"5d40a6e80470af0","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":1726218291080,"stop":1726218291081,"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":4,"unknown":0,"total":4},"items":[{"uid":"da7e08d40449ae4a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/da7e08d40449ae4a","status":"passed","time":{"start":1726218196346,"stop":1726218196347,"duration":1}},{"uid":"dd3c2fc884ddc6cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd3c2fc884ddc6cf","status":"passed","time":{"start":1726217449477,"stop":1726217449478,"duration":1}},{"uid":"943f1169c3e6538","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/943f1169c3e6538","status":"passed","time":{"start":1726217391250,"stop":1726217391251,"duration":1}}]},"tags":[]},"source":"5d40a6e80470af0.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ea00153af227cafe.json b/7434/data/test-cases/5dcffabab626862c.json similarity index 76% rename from 7408/data/test-cases/ea00153af227cafe.json rename to 7434/data/test-cases/5dcffabab626862c.json index 7ae89ad679f..36adbb8e3d3 100644 --- a/7408/data/test-cases/ea00153af227cafe.json +++ b/7434/data/test-cases/5dcffabab626862c.json @@ -1 +1 @@ -{"uid":"ea00153af227cafe","name":"Reusing cursor across nodes","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Reusing cursor across nodes","historyId":"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579261706,"stop":1725579261707,"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":7,"unknown":0,"total":7},"items":[{"uid":"3959d36fbdf5bbba","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/3959d36fbdf5bbba","status":"passed","time":{"start":1725578802836,"stop":1725578802837,"duration":1}},{"uid":"35e2127d4e566d5a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/35e2127d4e566d5a","status":"passed","time":{"start":1725578477413,"stop":1725578477413,"duration":0}},{"uid":"b3a1f85328e1bcdc","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b3a1f85328e1bcdc","status":"passed","time":{"start":1725577739576,"stop":1725577739576,"duration":0}},{"uid":"e17a44793d1f42ba","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e17a44793d1f42ba","status":"passed","time":{"start":1725577393704,"stop":1725577393704,"duration":0}},{"uid":"1639e267cc6705a1","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1639e267cc6705a1","status":"passed","time":{"start":1725577347220,"stop":1725577347220,"duration":0}},{"uid":"20f9c8e2eeb23be2","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/20f9c8e2eeb23be2","status":"passed","time":{"start":1725576935095,"stop":1725576935095,"duration":0}}]},"tags":[]},"source":"ea00153af227cafe.json","parameterValues":[]} \ No newline at end of file +{"uid":"5dcffabab626862c","name":"Reusing cursor across nodes","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Reusing cursor across nodes","historyId":"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218851925,"stop":1726218851925,"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":4,"unknown":0,"total":4},"items":[{"uid":"c11f5698f4eedb4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c11f5698f4eedb4","status":"passed","time":{"start":1726218761851,"stop":1726218761851,"duration":0}},{"uid":"e0dbf51dfa7f3528","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0dbf51dfa7f3528","status":"passed","time":{"start":1726218020457,"stop":1726218020458,"duration":1}},{"uid":"b91183d533f6d817","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b91183d533f6d817","status":"passed","time":{"start":1726217934115,"stop":1726217934116,"duration":1}}]},"tags":[]},"source":"5dcffabab626862c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/fcb978b3bf827260.json b/7434/data/test-cases/5dd8864a7f1a10d7.json similarity index 78% rename from 7408/data/test-cases/fcb978b3bf827260.json rename to 7434/data/test-cases/5dd8864a7f1a10d7.json index 04e92fc7430..3a1bcb21322 100644 --- a/7408/data/test-cases/fcb978b3bf827260.json +++ b/7434/data/test-cases/5dd8864a7f1a10d7.json @@ -1 +1 @@ -{"uid":"fcb978b3bf827260","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":1725578943239,"stop":1725578943244,"duration":5},"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":7,"unknown":0,"total":7},"items":[{"uid":"123d43123df93817","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/123d43123df93817","status":"passed","time":{"start":1725578482145,"stop":1725578482146,"duration":1}},{"uid":"92f521d129c4f8bf","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/92f521d129c4f8bf","status":"passed","time":{"start":1725578156640,"stop":1725578156640,"duration":0}},{"uid":"bde8f956661b6848","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/bde8f956661b6848","status":"passed","time":{"start":1725577429912,"stop":1725577429912,"duration":0}},{"uid":"6472ddd91b66983b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6472ddd91b66983b","status":"passed","time":{"start":1725577060114,"stop":1725577060114,"duration":0}},{"uid":"120185d25175d525","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/120185d25175d525","status":"passed","time":{"start":1725577040652,"stop":1725577040652,"duration":0}},{"uid":"45db8b955b1eda0","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/45db8b955b1eda0","status":"passed","time":{"start":1725576604950,"stop":1725576604951,"duration":1}}]},"tags":[]},"source":"fcb978b3bf827260.json","parameterValues":[]} \ No newline at end of file +{"uid":"5dd8864a7f1a10d7","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":1726218523008,"stop":1726218523009,"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":4,"unknown":0,"total":4},"items":[{"uid":"2ab26b0c2debb819","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2ab26b0c2debb819","status":"passed","time":{"start":1726218422893,"stop":1726218422894,"duration":1}},{"uid":"749a4fbeb03255c7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/749a4fbeb03255c7","status":"passed","time":{"start":1726217687415,"stop":1726217687415,"duration":0}},{"uid":"4cd2a36fdc9114a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4cd2a36fdc9114a6","status":"passed","time":{"start":1726217604478,"stop":1726217604479,"duration":1}}]},"tags":[]},"source":"5dd8864a7f1a10d7.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/2ab2a43d0bfe0d47.json b/7434/data/test-cases/5e16e97312309652.json similarity index 53% rename from 7408/data/test-cases/2ab2a43d0bfe0d47.json rename to 7434/data/test-cases/5e16e97312309652.json index 49543b81d1d..829f220145d 100644 --- a/7408/data/test-cases/2ab2a43d0bfe0d47.json +++ b/7434/data/test-cases/5e16e97312309652.json @@ -1 +1 @@ -{"uid":"2ab2a43d0bfe0d47","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":1725579198136,"stop":1725579198136,"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":7,"unknown":0,"total":7},"items":[{"uid":"dd4794ade68e2530","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/dd4794ade68e2530","status":"passed","time":{"start":1725578741444,"stop":1725578741444,"duration":0}},{"uid":"3de271a04cf559e8","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3de271a04cf559e8","status":"passed","time":{"start":1725578410524,"stop":1725578410524,"duration":0}},{"uid":"c20abb8dea939a1f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/c20abb8dea939a1f","status":"passed","time":{"start":1725577675756,"stop":1725577675756,"duration":0}},{"uid":"17cef4baeee0f83d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/17cef4baeee0f83d","status":"passed","time":{"start":1725577331188,"stop":1725577331188,"duration":0}},{"uid":"304af4182604fd12","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/304af4182604fd12","status":"passed","time":{"start":1725577286920,"stop":1725577286921,"duration":1}},{"uid":"5876f99223409f42","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5876f99223409f42","status":"passed","time":{"start":1725576865756,"stop":1725576865756,"duration":0}}]},"tags":[]},"source":"2ab2a43d0bfe0d47.json","parameterValues":[]} \ No newline at end of file +{"uid":"5e16e97312309652","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":1726218788035,"stop":1726218788036,"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":4,"unknown":0,"total":4},"items":[{"uid":"88593a1538b9badb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/88593a1538b9badb","status":"passed","time":{"start":1726218685052,"stop":1726218685052,"duration":0}},{"uid":"d323eb4b7d5f4e3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d323eb4b7d5f4e3c","status":"passed","time":{"start":1726217960213,"stop":1726217960213,"duration":0}},{"uid":"3780012abba5457e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3780012abba5457e","status":"passed","time":{"start":1726217875227,"stop":1726217875228,"duration":1}}]},"tags":[]},"source":"5e16e97312309652.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6e98737acbd16dc0.json b/7434/data/test-cases/5e616a9b7dca2230.json similarity index 90% rename from 7408/data/test-cases/6e98737acbd16dc0.json rename to 7434/data/test-cases/5e616a9b7dca2230.json index 514530db0d8..ec1347bbe0a 100644 --- a/7408/data/test-cases/6e98737acbd16dc0.json +++ b/7434/data/test-cases/5e616a9b7dca2230.json @@ -1 +1 @@ -{"uid":"6e98737acbd16dc0","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":1725578940172,"stop":1725578940175,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"aee1d5848912fe38","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/aee1d5848912fe38","status":"passed","time":{"start":1725578482078,"stop":1725578482079,"duration":1}},{"uid":"3d7be9b803c5fe92","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3d7be9b803c5fe92","status":"passed","time":{"start":1725578159567,"stop":1725578159568,"duration":1}},{"uid":"f68515c52038580f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f68515c52038580f","status":"passed","time":{"start":1725577422757,"stop":1725577422758,"duration":1}},{"uid":"d88dd2ef4530caf6","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d88dd2ef4530caf6","status":"passed","time":{"start":1725577067110,"stop":1725577067110,"duration":0}},{"uid":"e368ec0e36f0dc73","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e368ec0e36f0dc73","status":"passed","time":{"start":1725577018871,"stop":1725577018872,"duration":1}},{"uid":"efad388f6be585c2","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/efad388f6be585c2","status":"passed","time":{"start":1725576607345,"stop":1725576607345,"duration":0}}]},"tags":[]},"source":"6e98737acbd16dc0.json","parameterValues":[]} \ No newline at end of file +{"uid":"5e616a9b7dca2230","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":1726218510990,"stop":1726218510991,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"479ac2a3665ce006","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/479ac2a3665ce006","status":"passed","time":{"start":1726218417156,"stop":1726218417156,"duration":0}},{"uid":"e0dd8b9748ec0ef3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0dd8b9748ec0ef3","status":"passed","time":{"start":1726217677845,"stop":1726217677846,"duration":1}},{"uid":"b62a65bcdabc1226","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b62a65bcdabc1226","status":"passed","time":{"start":1726217616849,"stop":1726217616849,"duration":0}}]},"tags":[]},"source":"5e616a9b7dca2230.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/15c1afa500955be6.json b/7434/data/test-cases/5e7bb3133c1d4a93.json similarity index 83% rename from 7408/data/test-cases/15c1afa500955be6.json rename to 7434/data/test-cases/5e7bb3133c1d4a93.json index 92467598588..8454d1e4dcd 100644 --- a/7408/data/test-cases/15c1afa500955be6.json +++ b/7434/data/test-cases/5e7bb3133c1d4a93.json @@ -1 +1 @@ -{"uid":"15c1afa500955be6","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":1725579272781,"stop":1725579272781,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"656595a956932502","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/656595a956932502","status":"passed","time":{"start":1725578809259,"stop":1725578809260,"duration":1}},{"uid":"94d274b2c6317f7f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/94d274b2c6317f7f","status":"passed","time":{"start":1725578497025,"stop":1725578497025,"duration":0}},{"uid":"7278c514feed9621","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7278c514feed9621","status":"passed","time":{"start":1725577747289,"stop":1725577747292,"duration":3}},{"uid":"255a1dc0d9f78f9d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/255a1dc0d9f78f9d","status":"passed","time":{"start":1725577413200,"stop":1725577413200,"duration":0}},{"uid":"3085ccc9000a6082","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/3085ccc9000a6082","status":"passed","time":{"start":1725577361994,"stop":1725577361995,"duration":1}},{"uid":"57488247b3dc7098","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/57488247b3dc7098","status":"passed","time":{"start":1725576938356,"stop":1725576938357,"duration":1}}]},"tags":[]},"source":"15c1afa500955be6.json","parameterValues":[]} \ No newline at end of file +{"uid":"5e7bb3133c1d4a93","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":1726218863004,"stop":1726218863004,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"7dc4c6a9ec178c6a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7dc4c6a9ec178c6a","status":"passed","time":{"start":1726218781382,"stop":1726218781382,"duration":0}},{"uid":"e0fb4e9e26f6b570","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0fb4e9e26f6b570","status":"passed","time":{"start":1726218013697,"stop":1726218013697,"duration":0}},{"uid":"8e9e3b9e5d64fec7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e9e3b9e5d64fec7","status":"passed","time":{"start":1726217945330,"stop":1726217945331,"duration":1}}]},"tags":[]},"source":"5e7bb3133c1d4a93.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/5f7b643d0c265439.json b/7434/data/test-cases/5f7b643d0c265439.json new file mode 100644 index 00000000000..cee235f6349 --- /dev/null +++ b/7434/data/test-cases/5f7b643d0c265439.json @@ -0,0 +1 @@ +{"uid":"5f7b643d0c265439","name":"should encodeTxt and decodeTxt","fullName":"/src/enr.spec.ts: ENR > Txt codec > should encodeTxt and decodeTxt","historyId":"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218291657,"stop":1726218291657,"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":4,"unknown":0,"total":4},"items":[{"uid":"9df5065f91b347a8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9df5065f91b347a8","status":"passed","time":{"start":1726218196995,"stop":1726218196996,"duration":1}},{"uid":"c1d2dd506ddaa322","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1d2dd506ddaa322","status":"passed","time":{"start":1726217450193,"stop":1726217450193,"duration":0}},{"uid":"23da2af5fdbef403","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/23da2af5fdbef403","status":"passed","time":{"start":1726217391845,"stop":1726217391845,"duration":0}}]},"tags":[]},"source":"5f7b643d0c265439.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/5f9551c5693c1f36.json b/7434/data/test-cases/5f9551c5693c1f36.json new file mode 100644 index 00000000000..fe918bc4160 --- /dev/null +++ b/7434/data/test-cases/5f9551c5693c1f36.json @@ -0,0 +1 @@ +{"uid":"5f9551c5693c1f36","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":1726218314723,"stop":1726218314723,"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":4,"unknown":0,"total":4},"items":[{"uid":"c7a45eaccc336ab0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c7a45eaccc336ab0","status":"passed","time":{"start":1726218219451,"stop":1726218219452,"duration":1}},{"uid":"29ecdd5f7363029a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29ecdd5f7363029a","status":"passed","time":{"start":1726217472855,"stop":1726217472856,"duration":1}},{"uid":"2efcdb4e9cc400d4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2efcdb4e9cc400d4","status":"passed","time":{"start":1726217414159,"stop":1726217414159,"duration":0}}]},"tags":[]},"source":"5f9551c5693c1f36.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/60497c7fddd2b17d.json b/7434/data/test-cases/60497c7fddd2b17d.json new file mode 100644 index 00000000000..bde5fd5c6d7 --- /dev/null +++ b/7434/data/test-cases/60497c7fddd2b17d.json @@ -0,0 +1 @@ +{"uid":"60497c7fddd2b17d","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":1726218304292,"stop":1726218304292,"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":4,"unknown":0,"total":4},"items":[{"uid":"94fb52a6b53555e1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/94fb52a6b53555e1","status":"passed","time":{"start":1726218209342,"stop":1726218209342,"duration":0}},{"uid":"bb3400b3c9ba4ffa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb3400b3c9ba4ffa","status":"passed","time":{"start":1726217462726,"stop":1726217462727,"duration":1}},{"uid":"31353af49329286c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/31353af49329286c","status":"passed","time":{"start":1726217404277,"stop":1726217404277,"duration":0}}]},"tags":[]},"source":"60497c7fddd2b17d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4720253181ac9c9a.json b/7434/data/test-cases/60c1834d0183fdfb.json similarity index 84% rename from 7408/data/test-cases/4720253181ac9c9a.json rename to 7434/data/test-cases/60c1834d0183fdfb.json index 74a99f51bde..b8799d01eb8 100644 --- a/7408/data/test-cases/4720253181ac9c9a.json +++ b/7434/data/test-cases/60c1834d0183fdfb.json @@ -1 +1 @@ -{"uid":"4720253181ac9c9a","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":1725579272792,"stop":1725579272792,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"edf1a62e18e912e8","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/edf1a62e18e912e8","status":"passed","time":{"start":1725578809269,"stop":1725578809269,"duration":0}},{"uid":"8cd9b352ecec7182","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8cd9b352ecec7182","status":"passed","time":{"start":1725578497043,"stop":1725578497044,"duration":1}},{"uid":"7be8e41df61dde70","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7be8e41df61dde70","status":"passed","time":{"start":1725577747311,"stop":1725577747312,"duration":1}},{"uid":"1960dab5d03ce981","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1960dab5d03ce981","status":"passed","time":{"start":1725577413224,"stop":1725577413224,"duration":0}},{"uid":"136773c08044da3b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/136773c08044da3b","status":"passed","time":{"start":1725577362002,"stop":1725577362003,"duration":1}},{"uid":"e59207c1c265fd1b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e59207c1c265fd1b","status":"passed","time":{"start":1725576938390,"stop":1725576938390,"duration":0}}]},"tags":[]},"source":"4720253181ac9c9a.json","parameterValues":[]} \ No newline at end of file +{"uid":"60c1834d0183fdfb","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":1726218863039,"stop":1726218863041,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a489e2550cee3fe9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a489e2550cee3fe9","status":"passed","time":{"start":1726218781391,"stop":1726218781391,"duration":0}},{"uid":"20f7e6a7dca25bdc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/20f7e6a7dca25bdc","status":"passed","time":{"start":1726218013720,"stop":1726218013720,"duration":0}},{"uid":"d3456f4f0a91905a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d3456f4f0a91905a","status":"passed","time":{"start":1726217945339,"stop":1726217945342,"duration":3}}]},"tags":[]},"source":"60c1834d0183fdfb.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/6105905ca3426dd.json b/7434/data/test-cases/6105905ca3426dd.json new file mode 100644 index 00000000000..94b87e62778 --- /dev/null +++ b/7434/data/test-cases/6105905ca3426dd.json @@ -0,0 +1 @@ +{"uid":"6105905ca3426dd","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":1726218283107,"stop":1726218283107,"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":4,"unknown":0,"total":4},"items":[{"uid":"9bce9022b43580c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9bce9022b43580c","status":"passed","time":{"start":1726218188644,"stop":1726218188645,"duration":1}},{"uid":"9a0c0f5f94750769","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9a0c0f5f94750769","status":"passed","time":{"start":1726217441571,"stop":1726217441572,"duration":1}},{"uid":"1be307170cd6187a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1be307170cd6187a","status":"passed","time":{"start":1726217383355,"stop":1726217383355,"duration":0}}]},"tags":[]},"source":"6105905ca3426dd.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6964b21cef27366a.json b/7434/data/test-cases/613c1a723fac9563.json similarity index 91% rename from 7408/data/test-cases/6964b21cef27366a.json rename to 7434/data/test-cases/613c1a723fac9563.json index 427cda14dce..6d02c97e56f 100644 --- a/7408/data/test-cases/6964b21cef27366a.json +++ b/7434/data/test-cases/613c1a723fac9563.json @@ -1 +1 @@ -{"uid":"6964b21cef27366a","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":1725579181247,"stop":1725579181247,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"de19a41f3c48078e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/de19a41f3c48078e","status":"passed","time":{"start":1725578712610,"stop":1725578712611,"duration":1}},{"uid":"2b22b841b24498bb","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2b22b841b24498bb","status":"passed","time":{"start":1725578380215,"stop":1725578380215,"duration":0}},{"uid":"7c861985169cd011","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7c861985169cd011","status":"passed","time":{"start":1725577661446,"stop":1725577661447,"duration":1}},{"uid":"3afd71bceeeb5ed","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3afd71bceeeb5ed","status":"passed","time":{"start":1725577308289,"stop":1725577308289,"duration":0}},{"uid":"36e0388da5cbe09c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/36e0388da5cbe09c","status":"passed","time":{"start":1725577255347,"stop":1725577255358,"duration":11}},{"uid":"1a02f74bfe55c9d6","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/1a02f74bfe55c9d6","status":"passed","time":{"start":1725576839383,"stop":1725576839384,"duration":1}}]},"tags":[]},"source":"6964b21cef27366a.json","parameterValues":[]} \ No newline at end of file +{"uid":"613c1a723fac9563","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":1726218764096,"stop":1726218764097,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"b92c56d4600a0830","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b92c56d4600a0830","status":"passed","time":{"start":1726218659011,"stop":1726218659012,"duration":1}},{"uid":"9c248b72f3c6af5e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c248b72f3c6af5e","status":"passed","time":{"start":1726217924740,"stop":1726217924740,"duration":0}},{"uid":"c921b8dea5b134c3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c921b8dea5b134c3","status":"passed","time":{"start":1726217840514,"stop":1726217840514,"duration":0}}]},"tags":[]},"source":"613c1a723fac9563.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/6158c1df0e10543d.json b/7434/data/test-cases/6158c1df0e10543d.json new file mode 100644 index 00000000000..2769e591e6a --- /dev/null +++ b/7434/data/test-cases/6158c1df0e10543d.json @@ -0,0 +1 @@ +{"uid":"6158c1df0e10543d","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/-","historyId":"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283099,"stop":1726218283099,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c75f47abbc06be45","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c75f47abbc06be45","status":"passed","time":{"start":1726218188599,"stop":1726218188599,"duration":0}},{"uid":"80fcc8d8d6627b91","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/80fcc8d8d6627b91","status":"passed","time":{"start":1726217441561,"stop":1726217441562,"duration":1}},{"uid":"6aeaf4e90c55dcbc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6aeaf4e90c55dcbc","status":"passed","time":{"start":1726217383224,"stop":1726217383224,"duration":0}}]},"tags":[]},"source":"6158c1df0e10543d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/bd16c0b3ce51a240.json b/7434/data/test-cases/61be9f993033be95.json similarity index 61% rename from 7408/data/test-cases/bd16c0b3ce51a240.json rename to 7434/data/test-cases/61be9f993033be95.json index 2a2834b468f..543734ba2a7 100644 --- a/7408/data/test-cases/bd16c0b3ce51a240.json +++ b/7434/data/test-cases/61be9f993033be95.json @@ -1 +1 @@ -{"uid":"bd16c0b3ce51a240","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":1725578833274,"stop":1725578833274,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"a7030ee9b92a347b","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a7030ee9b92a347b","status":"passed","time":{"start":1725578383412,"stop":1725578383413,"duration":1}},{"uid":"1d803695f0782405","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/1d803695f0782405","status":"passed","time":{"start":1725578049897,"stop":1725578049898,"duration":1}},{"uid":"dd5591ffd167870a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/dd5591ffd167870a","status":"passed","time":{"start":1725577334265,"stop":1725577334266,"duration":1}},{"uid":"a4916ef2c9850c18","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a4916ef2c9850c18","status":"passed","time":{"start":1725576977265,"stop":1725576977265,"duration":0}},{"uid":"77381d99d6bf080e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/77381d99d6bf080e","status":"passed","time":{"start":1725576922757,"stop":1725576922758,"duration":1}},{"uid":"4664843cddf11a0e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4664843cddf11a0e","status":"passed","time":{"start":1725576508098,"stop":1725576508099,"duration":1}}]},"tags":[]},"source":"bd16c0b3ce51a240.json","parameterValues":[]} \ No newline at end of file +{"uid":"61be9f993033be95","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":1726218410952,"stop":1726218410953,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"54476d7792723d84","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/54476d7792723d84","status":"passed","time":{"start":1726218315926,"stop":1726218315927,"duration":1}},{"uid":"c71b27a676031794","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c71b27a676031794","status":"passed","time":{"start":1726217577133,"stop":1726217577134,"duration":1}},{"uid":"fd1059cec71b0ef8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd1059cec71b0ef8","status":"passed","time":{"start":1726217509412,"stop":1726217509412,"duration":0}}]},"tags":[]},"source":"61be9f993033be95.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/61c23ade9774c792.json b/7434/data/test-cases/61c23ade9774c792.json new file mode 100644 index 00000000000..39ceae4ce6e --- /dev/null +++ b/7434/data/test-cases/61c23ade9774c792.json @@ -0,0 +1 @@ +{"uid":"61c23ade9774c792","name":"throws on content topic with too few or too many fields","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with too few or too many fields","historyId":"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283071,"stop":1726218283072,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ef22eaaa647deae2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ef22eaaa647deae2","status":"passed","time":{"start":1726218188574,"stop":1726218188575,"duration":1}},{"uid":"74663ade5407f68c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/74663ade5407f68c","status":"passed","time":{"start":1726217441532,"stop":1726217441533,"duration":1}},{"uid":"334dadb934d3d937","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/334dadb934d3d937","status":"passed","time":{"start":1726217383192,"stop":1726217383192,"duration":0}}]},"tags":[]},"source":"61c23ade9774c792.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/61ce8eee8cbc3e24.json b/7434/data/test-cases/61ce8eee8cbc3e24.json new file mode 100644 index 00000000000..19e0bcbff05 --- /dev/null +++ b/7434/data/test-cases/61ce8eee8cbc3e24.json @@ -0,0 +1 @@ +{"uid":"61ce8eee8cbc3e24","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /incorrect/format","historyId":"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283094,"stop":1726218283095,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"12f54a22b7d0c46a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/12f54a22b7d0c46a","status":"passed","time":{"start":1726218188595,"stop":1726218188596,"duration":1}},{"uid":"e4a88018a044905","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e4a88018a044905","status":"passed","time":{"start":1726217441556,"stop":1726217441557,"duration":1}},{"uid":"71aa4efb7c2badc5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/71aa4efb7c2badc5","status":"passed","time":{"start":1726217383219,"stop":1726217383220,"duration":1}}]},"tags":[]},"source":"61ce8eee8cbc3e24.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/61f382425504b46a.json b/7434/data/test-cases/61f382425504b46a.json new file mode 100644 index 00000000000..ecdc9dba8ee --- /dev/null +++ b/7434/data/test-cases/61f382425504b46a.json @@ -0,0 +1 @@ +{"uid":"61f382425504b46a","name":"should throw an error for missing required configuration","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should throw an error for missing required configuration","historyId":"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283093,"stop":1726218283093,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"916da0f35dfeb484","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/916da0f35dfeb484","status":"passed","time":{"start":1726218188594,"stop":1726218188594,"duration":0}},{"uid":"1843b00d8f2bd14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1843b00d8f2bd14","status":"passed","time":{"start":1726217441555,"stop":1726217441555,"duration":0}},{"uid":"27d4e6e58837f035","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/27d4e6e58837f035","status":"passed","time":{"start":1726217383218,"stop":1726217383218,"duration":0}}]},"tags":[]},"source":"61f382425504b46a.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/61f48ab5e02ae5cf.json b/7434/data/test-cases/61f48ab5e02ae5cf.json new file mode 100644 index 00000000000..86e064abaa2 --- /dev/null +++ b/7434/data/test-cases/61f48ab5e02ae5cf.json @@ -0,0 +1 @@ +{"uid":"61f48ab5e02ae5cf","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":1726218777346,"stop":1726218777346,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"77363b540786d96e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/77363b540786d96e","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218700175,"stop":1726218700176,"duration":1}},{"uid":"8632721549e14843","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8632721549e14843","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217955949,"stop":1726217955949,"duration":0}},{"uid":"f00a3c2c00dca7bd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f00a3c2c00dca7bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217870053,"stop":1726217870054,"duration":1}}]},"tags":[]},"source":"61f48ab5e02ae5cf.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1669a985ec5b21ad.json b/7434/data/test-cases/6204cea0eea6b69f.json similarity index 77% rename from 7408/data/test-cases/1669a985ec5b21ad.json rename to 7434/data/test-cases/6204cea0eea6b69f.json index 49b51f54eda..53ae820069a 100644 --- a/7408/data/test-cases/1669a985ec5b21ad.json +++ b/7434/data/test-cases/6204cea0eea6b69f.json @@ -1 +1 @@ -{"uid":"1669a985ec5b21ad","name":"same cluster, same shard: nodes connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, same shard: nodes connect","historyId":"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578943232,"stop":1725578943233,"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":7,"unknown":0,"total":7},"items":[{"uid":"59efb5b9ce43be01","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/59efb5b9ce43be01","status":"passed","time":{"start":1725578482145,"stop":1725578482145,"duration":0}},{"uid":"4efac1c02529e823","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4efac1c02529e823","status":"passed","time":{"start":1725578156639,"stop":1725578156639,"duration":0}},{"uid":"b45b453e1f181d37","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b45b453e1f181d37","status":"passed","time":{"start":1725577429910,"stop":1725577429910,"duration":0}},{"uid":"6d800f3ecee0715c","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6d800f3ecee0715c","status":"passed","time":{"start":1725577060112,"stop":1725577060112,"duration":0}},{"uid":"ec944509d02fa41c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/ec944509d02fa41c","status":"passed","time":{"start":1725577040648,"stop":1725577040650,"duration":2}},{"uid":"5035490317e20e9f","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5035490317e20e9f","status":"passed","time":{"start":1725576604948,"stop":1725576604949,"duration":1}}]},"tags":[]},"source":"1669a985ec5b21ad.json","parameterValues":[]} \ No newline at end of file +{"uid":"6204cea0eea6b69f","name":"same cluster, same shard: nodes connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, same shard: nodes connect","historyId":"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218523006,"stop":1726218523006,"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":4,"unknown":0,"total":4},"items":[{"uid":"496aba0b913c7bca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/496aba0b913c7bca","status":"passed","time":{"start":1726218422892,"stop":1726218422892,"duration":0}},{"uid":"274d935c6050d9af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/274d935c6050d9af","status":"passed","time":{"start":1726217687413,"stop":1726217687414,"duration":1}},{"uid":"97107836af0f6dd4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/97107836af0f6dd4","status":"passed","time":{"start":1726217604476,"stop":1726217604477,"duration":1}}]},"tags":[]},"source":"6204cea0eea6b69f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1cd619aa2851efe3.json b/7434/data/test-cases/62b01232520f18e6.json similarity index 90% rename from 7408/data/test-cases/1cd619aa2851efe3.json rename to 7434/data/test-cases/62b01232520f18e6.json index 4a458d7a848..8ed18e4b1b3 100644 --- a/7408/data/test-cases/1cd619aa2851efe3.json +++ b/7434/data/test-cases/62b01232520f18e6.json @@ -1 +1 @@ -{"uid":"1cd619aa2851efe3","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":1725579219605,"stop":1725579219606,"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":7,"unknown":0,"total":7},"items":[{"uid":"8c54b9e118bf3ae7","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8c54b9e118bf3ae7","status":"passed","time":{"start":1725578761122,"stop":1725578761123,"duration":1}},{"uid":"75f1df0d4a3a63b9","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/75f1df0d4a3a63b9","status":"passed","time":{"start":1725578429977,"stop":1725578429977,"duration":0}},{"uid":"85d1f64372da9762","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/85d1f64372da9762","status":"passed","time":{"start":1725577692770,"stop":1725577692771,"duration":1}},{"uid":"4166565049214597","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4166565049214597","status":"passed","time":{"start":1725577353953,"stop":1725577353953,"duration":0}},{"uid":"342e9d8371fa9863","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/342e9d8371fa9863","status":"passed","time":{"start":1725577301892,"stop":1725577301892,"duration":0}},{"uid":"efa7ae0ee41dda77","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/efa7ae0ee41dda77","status":"passed","time":{"start":1725576895883,"stop":1725576895884,"duration":1}}]},"tags":[]},"source":"1cd619aa2851efe3.json","parameterValues":[]} \ No newline at end of file +{"uid":"62b01232520f18e6","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":1726218806751,"stop":1726218806751,"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":4,"unknown":0,"total":4},"items":[{"uid":"690d297821e94fcc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/690d297821e94fcc","status":"passed","time":{"start":1726218706735,"stop":1726218706735,"duration":0}},{"uid":"2ef258ced9393aaf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ef258ced9393aaf","status":"passed","time":{"start":1726217976598,"stop":1726217976598,"duration":0}},{"uid":"2d7e15d03013dacc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2d7e15d03013dacc","status":"passed","time":{"start":1726217890289,"stop":1726217890289,"duration":0}}]},"tags":[]},"source":"62b01232520f18e6.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/62db60a4aeded6f.json b/7434/data/test-cases/62db60a4aeded6f.json new file mode 100644 index 00000000000..bdf8136d6ca --- /dev/null +++ b/7434/data/test-cases/62db60a4aeded6f.json @@ -0,0 +1 @@ +{"uid":"62db60a4aeded6f","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":1726218764097,"stop":1726218764097,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"29f2aecb1187565b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/29f2aecb1187565b","status":"passed","time":{"start":1726218659013,"stop":1726218659014,"duration":1}},{"uid":"a127032ae9eea9cc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a127032ae9eea9cc","status":"passed","time":{"start":1726217924741,"stop":1726217924741,"duration":0}},{"uid":"2d39bf251a87d1a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2d39bf251a87d1a4","status":"passed","time":{"start":1726217840515,"stop":1726217840516,"duration":1}}]},"tags":[]},"source":"62db60a4aeded6f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/124f2b799587536b.json b/7434/data/test-cases/62e1583ea7fe58b2.json similarity index 76% rename from 7408/data/test-cases/124f2b799587536b.json rename to 7434/data/test-cases/62e1583ea7fe58b2.json index 301943aba67..552ea0ec9d5 100644 --- a/7408/data/test-cases/124f2b799587536b.json +++ b/7434/data/test-cases/62e1583ea7fe58b2.json @@ -1 +1 @@ -{"uid":"124f2b799587536b","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":1725579261707,"stop":1725579261708,"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":7,"unknown":0,"total":7},"items":[{"uid":"2a69bf49fd64140","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/2a69bf49fd64140","status":"passed","time":{"start":1725578802837,"stop":1725578802838,"duration":1}},{"uid":"9b32d2be1c3e16dd","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9b32d2be1c3e16dd","status":"passed","time":{"start":1725578477414,"stop":1725578477414,"duration":0}},{"uid":"12a73d06c0853524","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/12a73d06c0853524","status":"passed","time":{"start":1725577739576,"stop":1725577739583,"duration":7}},{"uid":"f4ae61ae3ecf2ff2","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f4ae61ae3ecf2ff2","status":"passed","time":{"start":1725577393720,"stop":1725577393733,"duration":13}},{"uid":"9a4969cde0ac03b8","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/9a4969cde0ac03b8","status":"passed","time":{"start":1725577347221,"stop":1725577347221,"duration":0}},{"uid":"5021d5922d92e2e7","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5021d5922d92e2e7","status":"passed","time":{"start":1725576935096,"stop":1725576935096,"duration":0}}]},"tags":[]},"source":"124f2b799587536b.json","parameterValues":[]} \ No newline at end of file +{"uid":"62e1583ea7fe58b2","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":1726218851926,"stop":1726218851926,"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":4,"unknown":0,"total":4},"items":[{"uid":"86172c428d282407","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/86172c428d282407","status":"passed","time":{"start":1726218761852,"stop":1726218761852,"duration":0}},{"uid":"46da2f5652808e97","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/46da2f5652808e97","status":"passed","time":{"start":1726218020459,"stop":1726218020460,"duration":1}},{"uid":"f85b5ec0bcd4ed22","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f85b5ec0bcd4ed22","status":"passed","time":{"start":1726217934116,"stop":1726217934116,"duration":0}}]},"tags":[]},"source":"62e1583ea7fe58b2.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/757652f278cd2f4.json b/7434/data/test-cases/62f3ede2ea6bb57.json similarity index 69% rename from 7408/data/test-cases/757652f278cd2f4.json rename to 7434/data/test-cases/62f3ede2ea6bb57.json index 79eede0a514..ef31cec02e0 100644 --- a/7408/data/test-cases/757652f278cd2f4.json +++ b/7434/data/test-cases/62f3ede2ea6bb57.json @@ -1 +1 @@ -{"uid":"757652f278cd2f4","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":1725579219609,"stop":1725579219609,"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":7,"unknown":0,"total":7},"items":[{"uid":"e5c66b9842cca700","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e5c66b9842cca700","status":"passed","time":{"start":1725578761124,"stop":1725578761124,"duration":0}},{"uid":"98e06c259062017a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/98e06c259062017a","status":"passed","time":{"start":1725578429979,"stop":1725578429979,"duration":0}},{"uid":"cf92bea745b6cbf","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/cf92bea745b6cbf","status":"passed","time":{"start":1725577692773,"stop":1725577692773,"duration":0}},{"uid":"81c3be5e4dd8d473","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/81c3be5e4dd8d473","status":"passed","time":{"start":1725577353954,"stop":1725577353955,"duration":1}},{"uid":"8bd8dae40b03305","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8bd8dae40b03305","status":"passed","time":{"start":1725577301893,"stop":1725577301893,"duration":0}},{"uid":"ed114d822993c2ad","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ed114d822993c2ad","status":"passed","time":{"start":1725576895886,"stop":1725576895886,"duration":0}}]},"tags":[]},"source":"757652f278cd2f4.json","parameterValues":[]} \ No newline at end of file +{"uid":"62f3ede2ea6bb57","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":1726218806754,"stop":1726218806754,"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":4,"unknown":0,"total":4},"items":[{"uid":"eed56000a554e28a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eed56000a554e28a","status":"passed","time":{"start":1726218706737,"stop":1726218706737,"duration":0}},{"uid":"2fab469ec8314fea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2fab469ec8314fea","status":"passed","time":{"start":1726217976600,"stop":1726217976601,"duration":1}},{"uid":"724105d5d9a84441","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/724105d5d9a84441","status":"passed","time":{"start":1726217890292,"stop":1726217890293,"duration":1}}]},"tags":[]},"source":"62f3ede2ea6bb57.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/61193cb742ae8cff.json b/7434/data/test-cases/631303ba99fa9029.json similarity index 94% rename from 7408/data/test-cases/61193cb742ae8cff.json rename to 7434/data/test-cases/631303ba99fa9029.json index cd6c0df423f..57b08f72ab0 100644 --- a/7408/data/test-cases/61193cb742ae8cff.json +++ b/7434/data/test-cases/631303ba99fa9029.json @@ -1 +1 @@ -{"uid":"61193cb742ae8cff","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":1725579187577,"stop":1725579187578,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"93a8f07bbacb93c5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/93a8f07bbacb93c5","status":"passed","time":{"start":1725578730897,"stop":1725578730897,"duration":0}},{"uid":"2f0b18b1a6835066","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2f0b18b1a6835066","status":"passed","time":{"start":1725578399100,"stop":1725578399100,"duration":0}},{"uid":"5082df0b3de91b53","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5082df0b3de91b53","status":"passed","time":{"start":1725577666271,"stop":1725577666271,"duration":0}},{"uid":"57ec2c7632a29814","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/57ec2c7632a29814","status":"passed","time":{"start":1725577318879,"stop":1725577318879,"duration":0}},{"uid":"beea723cd257aead","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/beea723cd257aead","status":"passed","time":{"start":1725577277104,"stop":1725577277104,"duration":0}},{"uid":"9f2c7dd9da30e6ca","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/9f2c7dd9da30e6ca","status":"passed","time":{"start":1725576853159,"stop":1725576853160,"duration":1}}]},"tags":[]},"source":"61193cb742ae8cff.json","parameterValues":[]} \ No newline at end of file +{"uid":"631303ba99fa9029","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":1726218778265,"stop":1726218778270,"duration":5},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"be75161bce8a0ec1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/be75161bce8a0ec1","status":"passed","time":{"start":1726218673560,"stop":1726218673560,"duration":0}},{"uid":"d8bc04fa2cad4afe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d8bc04fa2cad4afe","status":"passed","time":{"start":1726217946735,"stop":1726217946735,"duration":0}},{"uid":"4b5b5e7a65992b9f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b5b5e7a65992b9f","status":"passed","time":{"start":1726217862787,"stop":1726217862787,"duration":0}}]},"tags":[]},"source":"631303ba99fa9029.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9873ba344d07a505.json b/7434/data/test-cases/63335d5b16db4b99.json similarity index 92% rename from 7408/data/test-cases/9873ba344d07a505.json rename to 7434/data/test-cases/63335d5b16db4b99.json index fc76efc9ada..10e207d337f 100644 --- a/7408/data/test-cases/9873ba344d07a505.json +++ b/7434/data/test-cases/63335d5b16db4b99.json @@ -1 +1 @@ -{"uid":"9873ba344d07a505","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":1725579297993,"stop":1725579297994,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"123fe9cd0f202e3f","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/123fe9cd0f202e3f","status":"passed","time":{"start":1725578825363,"stop":1725578825364,"duration":1}},{"uid":"aaf4b395ce046eb5","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/aaf4b395ce046eb5","status":"passed","time":{"start":1725578517020,"stop":1725578517021,"duration":1}},{"uid":"6ff3f7469fccaa96","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6ff3f7469fccaa96","status":"passed","time":{"start":1725577784940,"stop":1725577784941,"duration":1}},{"uid":"5ad15de3459122c","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/5ad15de3459122c","status":"passed","time":{"start":1725577433801,"stop":1725577433801,"duration":0}},{"uid":"d142cd6fd7f10c0b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d142cd6fd7f10c0b","status":"passed","time":{"start":1725577392070,"stop":1725577392070,"duration":0}},{"uid":"2c9fa601bdd846ee","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2c9fa601bdd846ee","status":"passed","time":{"start":1725576971868,"stop":1725576971869,"duration":1}}]},"tags":[]},"source":"9873ba344d07a505.json","parameterValues":[]} \ No newline at end of file +{"uid":"63335d5b16db4b99","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":1726218879361,"stop":1726218879361,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ae64d0d43e9f2402","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ae64d0d43e9f2402","status":"passed","time":{"start":1726218787590,"stop":1726218787591,"duration":1}},{"uid":"169693eed88d11f4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/169693eed88d11f4","status":"passed","time":{"start":1726218066305,"stop":1726218066307,"duration":2}},{"uid":"43a75977d10a2ca9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43a75977d10a2ca9","status":"passed","time":{"start":1726217965346,"stop":1726217965346,"duration":0}}]},"tags":[]},"source":"63335d5b16db4b99.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/63960250baa96b55.json b/7434/data/test-cases/63960250baa96b55.json new file mode 100644 index 00000000000..66711858fdf --- /dev/null +++ b/7434/data/test-cases/63960250baa96b55.json @@ -0,0 +1 @@ +{"uid":"63960250baa96b55","name":"handles empty contentTopics array correctly","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > handles empty contentTopics array correctly","historyId":"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283104,"stop":1726218283105,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"23d75f3eedb2a7f0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/23d75f3eedb2a7f0","status":"passed","time":{"start":1726218188605,"stop":1726218188605,"duration":0}},{"uid":"1514f7ec7ccf2d5d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1514f7ec7ccf2d5d","status":"passed","time":{"start":1726217441568,"stop":1726217441569,"duration":1}},{"uid":"6c4f34e2bc4bf457","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6c4f34e2bc4bf457","status":"passed","time":{"start":1726217383231,"stop":1726217383231,"duration":0}}]},"tags":[]},"source":"63960250baa96b55.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/2eeab96535bedc10.json b/7434/data/test-cases/639db5205748c5f6.json similarity index 90% rename from 7408/data/test-cases/2eeab96535bedc10.json rename to 7434/data/test-cases/639db5205748c5f6.json index 4ca4368f43d..ea76a056500 100644 --- a/7408/data/test-cases/2eeab96535bedc10.json +++ b/7434/data/test-cases/639db5205748c5f6.json @@ -1 +1 @@ -{"uid":"2eeab96535bedc10","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":1725579219619,"stop":1725579219619,"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":7,"unknown":0,"total":7},"items":[{"uid":"bffbefb2b483b9b2","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/bffbefb2b483b9b2","status":"passed","time":{"start":1725578761132,"stop":1725578761133,"duration":1}},{"uid":"e4a44b334ca1bf3a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/e4a44b334ca1bf3a","status":"passed","time":{"start":1725578429989,"stop":1725578429989,"duration":0}},{"uid":"5166c044f3bba43","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5166c044f3bba43","status":"passed","time":{"start":1725577692790,"stop":1725577692791,"duration":1}},{"uid":"a882cf7aca8fb223","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a882cf7aca8fb223","status":"passed","time":{"start":1725577353964,"stop":1725577353965,"duration":1}},{"uid":"7217aac215096fd7","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/7217aac215096fd7","status":"passed","time":{"start":1725577301899,"stop":1725577301900,"duration":1}},{"uid":"eeb4c45e47b24389","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/eeb4c45e47b24389","status":"passed","time":{"start":1725576895914,"stop":1725576895914,"duration":0}}]},"tags":[]},"source":"2eeab96535bedc10.json","parameterValues":[]} \ No newline at end of file +{"uid":"639db5205748c5f6","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":1726218806762,"stop":1726218806762,"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":4,"unknown":0,"total":4},"items":[{"uid":"3398003093094c39","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3398003093094c39","status":"passed","time":{"start":1726218706745,"stop":1726218706745,"duration":0}},{"uid":"c44675d18b5bdf00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c44675d18b5bdf00","status":"passed","time":{"start":1726217976613,"stop":1726217976614,"duration":1}},{"uid":"e71ad5a6db4665da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e71ad5a6db4665da","status":"passed","time":{"start":1726217890300,"stop":1726217890300,"duration":0}}]},"tags":[]},"source":"639db5205748c5f6.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/6440c79b717e446e.json b/7434/data/test-cases/6440c79b717e446e.json new file mode 100644 index 00000000000..d41b3c55aad --- /dev/null +++ b/7434/data/test-cases/6440c79b717e446e.json @@ -0,0 +1 @@ +{"uid":"6440c79b717e446e","name":"A test","fullName":"/tests/log_file.node.spec.ts: This > Is also > A test","historyId":"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218651433,"stop":1726218651434,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Is also\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"This"},{"name":"suite","value":"Is also"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e062a0ba9ee8eb49","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e062a0ba9ee8eb49","status":"passed","time":{"start":1726218550306,"stop":1726218550311,"duration":5}},{"uid":"577d3f0ec67fefa7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/577d3f0ec67fefa7","status":"passed","time":{"start":1726217804645,"stop":1726217804646,"duration":1}},{"uid":"2f5887b94027987a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f5887b94027987a","status":"passed","time":{"start":1726217734028,"stop":1726217734029,"duration":1}}]},"tags":[]},"source":"6440c79b717e446e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/49180edfd6abb4e1.json b/7434/data/test-cases/64523352a822b4d7.json similarity index 63% rename from 7408/data/test-cases/49180edfd6abb4e1.json rename to 7434/data/test-cases/64523352a822b4d7.json index b9b947086cb..d21dc0db31a 100644 --- a/7408/data/test-cases/49180edfd6abb4e1.json +++ b/7434/data/test-cases/64523352a822b4d7.json @@ -1 +1 @@ -{"uid":"49180edfd6abb4e1","name":"should be online or offline if network state changed","fullName":"/tests/connection-mananger/events.spec.ts: Events > waku:connection > should be online or offline if network state changed","historyId":"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578759911,"stop":1725578759911,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"waku:connection"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"65df292ade948e95","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/65df292ade948e95","status":"passed","time":{"start":1725578303046,"stop":1725578303046,"duration":0}},{"uid":"61332056026ed6b0","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/61332056026ed6b0","status":"passed","time":{"start":1725577974923,"stop":1725577974923,"duration":0}},{"uid":"1a1ecbb8c48597a2","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1a1ecbb8c48597a2","status":"passed","time":{"start":1725577243442,"stop":1725577243445,"duration":3}},{"uid":"9c810a2de80cb2fd","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9c810a2de80cb2fd","status":"passed","time":{"start":1725576890594,"stop":1725576890594,"duration":0}},{"uid":"f604b091379b7b05","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f604b091379b7b05","status":"passed","time":{"start":1725576842906,"stop":1725576842907,"duration":1}},{"uid":"483c28ef2360c696","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/483c28ef2360c696","status":"passed","time":{"start":1725576425683,"stop":1725576425683,"duration":0}}]},"tags":[]},"source":"49180edfd6abb4e1.json","parameterValues":[]} \ No newline at end of file +{"uid":"64523352a822b4d7","name":"should be online or offline if network state changed","fullName":"/tests/connection-mananger/events.spec.ts: Events > waku:connection > should be online or offline if network state changed","historyId":"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218335404,"stop":1726218335405,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"waku:connection"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b1117a8a4a03677","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b1117a8a4a03677","status":"passed","time":{"start":1726218239528,"stop":1726218239540,"duration":12}},{"uid":"583a428500a7a658","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/583a428500a7a658","status":"passed","time":{"start":1726217493343,"stop":1726217493343,"duration":0}},{"uid":"842501b097a4b19b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/842501b097a4b19b","status":"passed","time":{"start":1726217434839,"stop":1726217434839,"duration":0}}]},"tags":[]},"source":"64523352a822b4d7.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e6a02103a903206e.json b/7434/data/test-cases/64f8883d1686cf38.json similarity index 90% rename from 7408/data/test-cases/e6a02103a903206e.json rename to 7434/data/test-cases/64f8883d1686cf38.json index 776d6de3924..14853dbcd7f 100644 --- a/7408/data/test-cases/e6a02103a903206e.json +++ b/7434/data/test-cases/64f8883d1686cf38.json @@ -1 +1 @@ -{"uid":"e6a02103a903206e","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":1725579219620,"stop":1725579219620,"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":7,"unknown":0,"total":7},"items":[{"uid":"a2173f75a4b4a593","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a2173f75a4b4a593","status":"passed","time":{"start":1725578761134,"stop":1725578761134,"duration":0}},{"uid":"330a31f47f88a008","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/330a31f47f88a008","status":"passed","time":{"start":1725578429990,"stop":1725578429990,"duration":0}},{"uid":"ef9a0b5e05e3bc81","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ef9a0b5e05e3bc81","status":"passed","time":{"start":1725577692793,"stop":1725577692793,"duration":0}},{"uid":"b6887ecfd0a63118","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b6887ecfd0a63118","status":"passed","time":{"start":1725577353966,"stop":1725577353967,"duration":1}},{"uid":"556f5066f6fb372f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/556f5066f6fb372f","status":"passed","time":{"start":1725577301900,"stop":1725577301901,"duration":1}},{"uid":"40237e02cbea2d95","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/40237e02cbea2d95","status":"passed","time":{"start":1725576895916,"stop":1725576895921,"duration":5}}]},"tags":[]},"source":"e6a02103a903206e.json","parameterValues":[]} \ No newline at end of file +{"uid":"64f8883d1686cf38","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":1726218806763,"stop":1726218806764,"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":4,"unknown":0,"total":4},"items":[{"uid":"b6cc0091e4fee5d5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b6cc0091e4fee5d5","status":"passed","time":{"start":1726218706746,"stop":1726218706747,"duration":1}},{"uid":"9eaefe2785f18c04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9eaefe2785f18c04","status":"passed","time":{"start":1726217976616,"stop":1726217976617,"duration":1}},{"uid":"cf2db5ad2f50fa99","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cf2db5ad2f50fa99","status":"passed","time":{"start":1726217890301,"stop":1726217890301,"duration":0}}]},"tags":[]},"source":"64f8883d1686cf38.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/651c9e531633893d.json b/7434/data/test-cases/651c9e531633893d.json new file mode 100644 index 00000000000..fd9cb8cf728 --- /dev/null +++ b/7434/data/test-cases/651c9e531633893d.json @@ -0,0 +1 @@ +{"uid":"651c9e531633893d","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs//1","historyId":"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283099,"stop":1726218283100,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6e99989a4933a900","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6e99989a4933a900","status":"passed","time":{"start":1726218188599,"stop":1726218188599,"duration":0}},{"uid":"6b825f0afba9c336","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6b825f0afba9c336","status":"passed","time":{"start":1726217441562,"stop":1726217441562,"duration":0}},{"uid":"aec792643f8d65d2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/aec792643f8d65d2","status":"passed","time":{"start":1726217383224,"stop":1726217383224,"duration":0}}]},"tags":[]},"source":"651c9e531633893d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/13c66e96ed8afeec.json b/7434/data/test-cases/651f778519cbe626.json similarity index 90% rename from 7408/data/test-cases/13c66e96ed8afeec.json rename to 7434/data/test-cases/651f778519cbe626.json index 3ce7a9a59ab..462f1a1d7a5 100644 --- a/7408/data/test-cases/13c66e96ed8afeec.json +++ b/7434/data/test-cases/651f778519cbe626.json @@ -1 +1 @@ -{"uid":"13c66e96ed8afeec","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":1725579219611,"stop":1725579219611,"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":7,"unknown":0,"total":7},"items":[{"uid":"ed53426865d36d88","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ed53426865d36d88","status":"passed","time":{"start":1725578761126,"stop":1725578761126,"duration":0}},{"uid":"3df9ace7a2f39bd1","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3df9ace7a2f39bd1","status":"passed","time":{"start":1725578429980,"stop":1725578429980,"duration":0}},{"uid":"71eb0d99aa171838","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/71eb0d99aa171838","status":"passed","time":{"start":1725577692775,"stop":1725577692776,"duration":1}},{"uid":"6602778dd47cf0d8","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6602778dd47cf0d8","status":"passed","time":{"start":1725577353956,"stop":1725577353956,"duration":0}},{"uid":"3d1393f4a1fbe34c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/3d1393f4a1fbe34c","status":"passed","time":{"start":1725577301894,"stop":1725577301894,"duration":0}},{"uid":"99d3afbd599f06e2","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/99d3afbd599f06e2","status":"passed","time":{"start":1725576895889,"stop":1725576895889,"duration":0}}]},"tags":[]},"source":"13c66e96ed8afeec.json","parameterValues":[]} \ No newline at end of file +{"uid":"651f778519cbe626","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":1726218806755,"stop":1726218806755,"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":4,"unknown":0,"total":4},"items":[{"uid":"84d0fc5d081a1509","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/84d0fc5d081a1509","status":"passed","time":{"start":1726218706738,"stop":1726218706738,"duration":0}},{"uid":"afc4890543196d66","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/afc4890543196d66","status":"passed","time":{"start":1726217976601,"stop":1726217976601,"duration":0}},{"uid":"10e14e2044fd0277","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/10e14e2044fd0277","status":"passed","time":{"start":1726217890293,"stop":1726217890293,"duration":0}}]},"tags":[]},"source":"651f778519cbe626.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/bde29a5905e31d0a.json b/7434/data/test-cases/659c277ee68838c4.json similarity index 90% rename from 7408/data/test-cases/bde29a5905e31d0a.json rename to 7434/data/test-cases/659c277ee68838c4.json index 8ce34816189..4e87e4aa9b6 100644 --- a/7408/data/test-cases/bde29a5905e31d0a.json +++ b/7434/data/test-cases/659c277ee68838c4.json @@ -1 +1 @@ -{"uid":"bde29a5905e31d0a","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":1725579181260,"stop":1725579181261,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"9f861debc17dd0c9","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/9f861debc17dd0c9","status":"passed","time":{"start":1725578712620,"stop":1725578712620,"duration":0}},{"uid":"f5d6c86f5bd4f6c7","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f5d6c86f5bd4f6c7","status":"passed","time":{"start":1725578380226,"stop":1725578380227,"duration":1}},{"uid":"7e253e55007f9f7a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7e253e55007f9f7a","status":"passed","time":{"start":1725577661461,"stop":1725577661461,"duration":0}},{"uid":"5ca6cb313295c4b7","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/5ca6cb313295c4b7","status":"passed","time":{"start":1725577308307,"stop":1725577308307,"duration":0}},{"uid":"4756a7e0dc153e66","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/4756a7e0dc153e66","status":"passed","time":{"start":1725577255374,"stop":1725577255374,"duration":0}},{"uid":"283cd4e98eab160d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/283cd4e98eab160d","status":"passed","time":{"start":1725576839401,"stop":1725576839402,"duration":1}}]},"tags":[]},"source":"bde29a5905e31d0a.json","parameterValues":[]} \ No newline at end of file +{"uid":"659c277ee68838c4","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":1726218764108,"stop":1726218764108,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"939937dc04e01719","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/939937dc04e01719","status":"passed","time":{"start":1726218659022,"stop":1726218659023,"duration":1}},{"uid":"ffb39a8d1b2d5d15","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ffb39a8d1b2d5d15","status":"passed","time":{"start":1726217924755,"stop":1726217924758,"duration":3}},{"uid":"1373912f2517d5a3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1373912f2517d5a3","status":"passed","time":{"start":1726217840559,"stop":1726217840560,"duration":1}}]},"tags":[]},"source":"659c277ee68838c4.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1324a407f91a0350.json b/7434/data/test-cases/660070925af87e36.json similarity index 65% rename from 7408/data/test-cases/1324a407f91a0350.json rename to 7434/data/test-cases/660070925af87e36.json index 643a6027231..7c2a5c5ad7b 100644 --- a/7408/data/test-cases/1324a407f91a0350.json +++ b/7434/data/test-cases/660070925af87e36.json @@ -1 +1 @@ -{"uid":"1324a407f91a0350","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":1725578717089,"stop":1725578717089,"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":7,"unknown":0,"total":7},"items":[{"uid":"e0b6cb5e994d2282","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e0b6cb5e994d2282","status":"passed","time":{"start":1725578260522,"stop":1725578260522,"duration":0}},{"uid":"d256578bd3e8b1d5","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d256578bd3e8b1d5","status":"passed","time":{"start":1725577932902,"stop":1725577932903,"duration":1}},{"uid":"e085f3e45254e8a8","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e085f3e45254e8a8","status":"passed","time":{"start":1725577200597,"stop":1725577200597,"duration":0}},{"uid":"54dc729e401cd8d7","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/54dc729e401cd8d7","status":"passed","time":{"start":1725576847054,"stop":1725576847055,"duration":1}},{"uid":"7589798a0d13d430","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/7589798a0d13d430","status":"passed","time":{"start":1725576799934,"stop":1725576799935,"duration":1}},{"uid":"b857568540243937","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/b857568540243937","status":"passed","time":{"start":1725576382169,"stop":1725576382169,"duration":0}}]},"tags":[]},"source":"1324a407f91a0350.json","parameterValues":[]} \ No newline at end of file +{"uid":"660070925af87e36","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":1726218291084,"stop":1726218291084,"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":4,"unknown":0,"total":4},"items":[{"uid":"8d97ecf4bfd2103d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8d97ecf4bfd2103d","status":"passed","time":{"start":1726218196350,"stop":1726218196350,"duration":0}},{"uid":"5ff22811a93197e9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ff22811a93197e9","status":"passed","time":{"start":1726217449482,"stop":1726217449483,"duration":1}},{"uid":"27abe4f6fd8969e2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/27abe4f6fd8969e2","status":"passed","time":{"start":1726217391254,"stop":1726217391254,"duration":0}}]},"tags":[]},"source":"660070925af87e36.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/3549fc2ea01a0ba1.json b/7434/data/test-cases/662a7b316fc5f7b7.json similarity index 89% rename from 7408/data/test-cases/3549fc2ea01a0ba1.json rename to 7434/data/test-cases/662a7b316fc5f7b7.json index afb00f213ed..7347958c51c 100644 --- a/7408/data/test-cases/3549fc2ea01a0ba1.json +++ b/7434/data/test-cases/662a7b316fc5f7b7.json @@ -1 +1 @@ -{"uid":"3549fc2ea01a0ba1","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":1725579272786,"stop":1725579272786,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"b411bdd61325fe3b","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b411bdd61325fe3b","status":"passed","time":{"start":1725578809263,"stop":1725578809263,"duration":0}},{"uid":"38f1e2eb06f3d854","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/38f1e2eb06f3d854","status":"passed","time":{"start":1725578497029,"stop":1725578497029,"duration":0}},{"uid":"f6a01cef6ffc2f2d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f6a01cef6ffc2f2d","status":"passed","time":{"start":1725577747305,"stop":1725577747305,"duration":0}},{"uid":"a3c824fed2a4b863","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a3c824fed2a4b863","status":"passed","time":{"start":1725577413206,"stop":1725577413207,"duration":1}},{"uid":"33f7d6a7a18b1861","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/33f7d6a7a18b1861","status":"passed","time":{"start":1725577361998,"stop":1725577361998,"duration":0}},{"uid":"7775c7553a5921d1","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/7775c7553a5921d1","status":"passed","time":{"start":1725576938359,"stop":1725576938359,"duration":0}}]},"tags":[]},"source":"3549fc2ea01a0ba1.json","parameterValues":[]} \ No newline at end of file +{"uid":"662a7b316fc5f7b7","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":1726218863003,"stop":1726218863004,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"b5260dc5ae1bff51","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b5260dc5ae1bff51","status":"passed","time":{"start":1726218781381,"stop":1726218781381,"duration":0}},{"uid":"fa96a3d3c340607a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa96a3d3c340607a","status":"passed","time":{"start":1726218013697,"stop":1726218013697,"duration":0}},{"uid":"5e24ca1cf2ad0154","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e24ca1cf2ad0154","status":"passed","time":{"start":1726217945330,"stop":1726217945330,"duration":0}}]},"tags":[]},"source":"662a7b316fc5f7b7.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/665c6b744d236b2.json b/7434/data/test-cases/665c6b744d236b2.json new file mode 100644 index 00000000000..e358be93061 --- /dev/null +++ b/7434/data/test-cases/665c6b744d236b2.json @@ -0,0 +1 @@ +{"uid":"665c6b744d236b2","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":1726218812475,"stop":1726218812476,"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":4,"unknown":0,"total":4},"items":[{"uid":"a0c09350eeead99d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0c09350eeead99d","status":"passed","time":{"start":1726218708413,"stop":1726218708424,"duration":11}},{"uid":"9fca3a38bf89962b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9fca3a38bf89962b","status":"passed","time":{"start":1726217980051,"stop":1726217980051,"duration":0}},{"uid":"48e2672882b28b9a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/48e2672882b28b9a","status":"passed","time":{"start":1726217896505,"stop":1726217896505,"duration":0}}]},"tags":[]},"source":"665c6b744d236b2.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/229c611cfea2ee66.json b/7434/data/test-cases/666b6ffa76b3ce73.json similarity index 76% rename from 7408/data/test-cases/229c611cfea2ee66.json rename to 7434/data/test-cases/666b6ffa76b3ce73.json index 1f85610d18c..82132a2c527 100644 --- a/7408/data/test-cases/229c611cfea2ee66.json +++ b/7434/data/test-cases/666b6ffa76b3ce73.json @@ -1 +1 @@ -{"uid":"229c611cfea2ee66","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":1725579297961,"stop":1725579297962,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"33c5f81bd96f5c44","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/33c5f81bd96f5c44","status":"passed","time":{"start":1725578825349,"stop":1725578825350,"duration":1}},{"uid":"2de4cd7e29fc141","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2de4cd7e29fc141","status":"passed","time":{"start":1725578516999,"stop":1725578516999,"duration":0}},{"uid":"acacb45886af8811","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/acacb45886af8811","status":"passed","time":{"start":1725577784911,"stop":1725577784911,"duration":0}},{"uid":"eefd254614e738ad","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/eefd254614e738ad","status":"passed","time":{"start":1725577433760,"stop":1725577433760,"duration":0}},{"uid":"e16aa6f722183ce8","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e16aa6f722183ce8","status":"passed","time":{"start":1725577392049,"stop":1725577392050,"duration":1}},{"uid":"49662b80528f0375","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/49662b80528f0375","status":"passed","time":{"start":1725576971831,"stop":1725576971832,"duration":1}}]},"tags":[]},"source":"229c611cfea2ee66.json","parameterValues":[]} \ No newline at end of file +{"uid":"666b6ffa76b3ce73","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":1726218879320,"stop":1726218879320,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"987c8073d6addeed","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/987c8073d6addeed","status":"passed","time":{"start":1726218787578,"stop":1726218787579,"duration":1}},{"uid":"7d6d58bdcb63c947","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d6d58bdcb63c947","status":"passed","time":{"start":1726218066281,"stop":1726218066281,"duration":0}},{"uid":"15c476bc6c5d218a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15c476bc6c5d218a","status":"passed","time":{"start":1726217965308,"stop":1726217965308,"duration":0}}]},"tags":[]},"source":"666b6ffa76b3ce73.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/388be2d78b08d152.json b/7434/data/test-cases/667597201fc36399.json similarity index 72% rename from 7408/data/test-cases/388be2d78b08d152.json rename to 7434/data/test-cases/667597201fc36399.json index d5d6b01c520..28a80bffcf3 100644 --- a/7408/data/test-cases/388be2d78b08d152.json +++ b/7434/data/test-cases/667597201fc36399.json @@ -1 +1 @@ -{"uid":"388be2d78b08d152","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":1725578809896,"stop":1725578809896,"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":7,"unknown":0,"total":7},"items":[{"uid":"d09471c52e9790b","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d09471c52e9790b","status":"passed","time":{"start":1725578356619,"stop":1725578356619,"duration":0}},{"uid":"52a063ad6f47852a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/52a063ad6f47852a","status":"passed","time":{"start":1725578030109,"stop":1725578030110,"duration":1}},{"uid":"4b5d2effcdf888a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4b5d2effcdf888a","status":"passed","time":{"start":1725577295961,"stop":1725577295962,"duration":1}},{"uid":"933656a49d86750c","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/933656a49d86750c","status":"passed","time":{"start":1725576945376,"stop":1725576945376,"duration":0}},{"uid":"1f207e246b1367e4","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1f207e246b1367e4","status":"passed","time":{"start":1725576894158,"stop":1725576894159,"duration":1}},{"uid":"e35469e0cd89a7ba","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e35469e0cd89a7ba","status":"passed","time":{"start":1725576479474,"stop":1725576479475,"duration":1}}]},"tags":[]},"source":"388be2d78b08d152.json","parameterValues":[]} \ No newline at end of file +{"uid":"667597201fc36399","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":1726218382082,"stop":1726218382083,"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":4,"unknown":0,"total":4},"items":[{"uid":"d29d6d80a48f4f05","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d29d6d80a48f4f05","status":"passed","time":{"start":1726218287815,"stop":1726218287815,"duration":0}},{"uid":"44eae3fc6d0c681c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/44eae3fc6d0c681c","status":"passed","time":{"start":1726217549453,"stop":1726217549453,"duration":0}},{"uid":"a7a1760b0a8672c3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a7a1760b0a8672c3","status":"passed","time":{"start":1726217491290,"stop":1726217491290,"duration":0}}]},"tags":[]},"source":"667597201fc36399.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/2118f17e5b24512e.json b/7434/data/test-cases/670d220e99987e32.json similarity index 51% rename from 7408/data/test-cases/2118f17e5b24512e.json rename to 7434/data/test-cases/670d220e99987e32.json index d0757af73e2..0a3cb64c7de 100644 --- a/7408/data/test-cases/2118f17e5b24512e.json +++ b/7434/data/test-cases/670d220e99987e32.json @@ -1 +1 @@ -{"uid":"2118f17e5b24512e","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":1725578767201,"stop":1725578767202,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"attemptDial method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"attemptDial method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Dials"},{"name":"suite","value":"attemptDial method"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"3258ca4e94e19be9","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/3258ca4e94e19be9","status":"passed","time":{"start":1725578310353,"stop":1725578310355,"duration":2}},{"uid":"d46191b31d696362","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d46191b31d696362","status":"passed","time":{"start":1725577982428,"stop":1725577982429,"duration":1}},{"uid":"595e7b8a0069d8ab","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/595e7b8a0069d8ab","status":"passed","time":{"start":1725577250318,"stop":1725577250320,"duration":2}},{"uid":"43d17b79e43d532e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/43d17b79e43d532e","status":"passed","time":{"start":1725576898036,"stop":1725576898036,"duration":0}},{"uid":"3a4017c7fdc0de49","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/3a4017c7fdc0de49","status":"passed","time":{"start":1725576850558,"stop":1725576850558,"duration":0}},{"uid":"f1478de8c4917c92","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f1478de8c4917c92","status":"passed","time":{"start":1725576432817,"stop":1725576432818,"duration":1}}]},"tags":[]},"source":"2118f17e5b24512e.json","parameterValues":[]} \ No newline at end of file +{"uid":"670d220e99987e32","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":1726218342869,"stop":1726218342869,"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":4,"unknown":0,"total":4},"items":[{"uid":"521ee442ae780296","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/521ee442ae780296","status":"passed","time":{"start":1726218246380,"stop":1726218246381,"duration":1}},{"uid":"e8a1715df07ca485","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e8a1715df07ca485","status":"passed","time":{"start":1726217500282,"stop":1726217500285,"duration":3}},{"uid":"f1952d222f063439","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f1952d222f063439","status":"passed","time":{"start":1726217441998,"stop":1726217441999,"duration":1}}]},"tags":[]},"source":"670d220e99987e32.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1837f08fe7bd688c.json b/7434/data/test-cases/673cc6f45d1229df.json similarity index 77% rename from 7408/data/test-cases/1837f08fe7bd688c.json rename to 7434/data/test-cases/673cc6f45d1229df.json index 725ef96f59f..f925a939807 100644 --- a/7408/data/test-cases/1837f08fe7bd688c.json +++ b/7434/data/test-cases/673cc6f45d1229df.json @@ -1 +1 @@ -{"uid":"1837f08fe7bd688c","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":1725579310636,"stop":1725579310636,"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":7,"unknown":0,"total":7},"items":[{"uid":"a8ff2fc3bf1349c8","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a8ff2fc3bf1349c8","status":"passed","time":{"start":1725578851755,"stop":1725578851755,"duration":0}},{"uid":"913e70de8d455689","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/913e70de8d455689","status":"passed","time":{"start":1725578528326,"stop":1725578528327,"duration":1}},{"uid":"cf63484fba046683","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/cf63484fba046683","status":"passed","time":{"start":1725577788027,"stop":1725577788027,"duration":0}},{"uid":"f4e52fbd88ddb134","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f4e52fbd88ddb134","status":"passed","time":{"start":1725577450858,"stop":1725577450858,"duration":0}},{"uid":"2910ac35ba489e8d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2910ac35ba489e8d","status":"passed","time":{"start":1725577393100,"stop":1725577393100,"duration":0}},{"uid":"958ae1a13511bc95","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/958ae1a13511bc95","status":"passed","time":{"start":1725576982841,"stop":1725576982841,"duration":0}}]},"tags":[]},"source":"1837f08fe7bd688c.json","parameterValues":[]} \ No newline at end of file +{"uid":"673cc6f45d1229df","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":1726218903005,"stop":1726218903006,"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":4,"unknown":0,"total":4},"items":[{"uid":"665bacaf9d1f8492","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/665bacaf9d1f8492","status":"passed","time":{"start":1726218814298,"stop":1726218814299,"duration":1}},{"uid":"656b33108765eb33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/656b33108765eb33","status":"passed","time":{"start":1726218071349,"stop":1726218071355,"duration":6}},{"uid":"d5356a5fb653719b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d5356a5fb653719b","status":"passed","time":{"start":1726217984832,"stop":1726217984832,"duration":0}}]},"tags":[]},"source":"673cc6f45d1229df.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/684cedcf39a8a3d8.json b/7434/data/test-cases/67490c33c0312537.json similarity index 92% rename from 7408/data/test-cases/684cedcf39a8a3d8.json rename to 7434/data/test-cases/67490c33c0312537.json index 0fa2d10771e..8e63a0eb260 100644 --- a/7408/data/test-cases/684cedcf39a8a3d8.json +++ b/7434/data/test-cases/67490c33c0312537.json @@ -1 +1 @@ -{"uid":"684cedcf39a8a3d8","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":1725579297945,"stop":1725579297946,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"78e1043e4a7eafdf","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/78e1043e4a7eafdf","status":"passed","time":{"start":1725578825339,"stop":1725578825339,"duration":0}},{"uid":"85b57ceeb70ffe33","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/85b57ceeb70ffe33","status":"passed","time":{"start":1725578516967,"stop":1725578516967,"duration":0}},{"uid":"e01c9531b8e708b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e01c9531b8e708b","status":"passed","time":{"start":1725577784894,"stop":1725577784895,"duration":1}},{"uid":"39e9a71b7bf5c337","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/39e9a71b7bf5c337","status":"passed","time":{"start":1725577433742,"stop":1725577433743,"duration":1}},{"uid":"81812c70d6f1f4e7","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/81812c70d6f1f4e7","status":"passed","time":{"start":1725577392035,"stop":1725577392036,"duration":1}},{"uid":"142efe1aa92263f2","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/142efe1aa92263f2","status":"passed","time":{"start":1725576971810,"stop":1725576971811,"duration":1}}]},"tags":[]},"source":"684cedcf39a8a3d8.json","parameterValues":[]} \ No newline at end of file +{"uid":"67490c33c0312537","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":1726218879286,"stop":1726218879286,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5fc59b6c567fcf3b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5fc59b6c567fcf3b","status":"passed","time":{"start":1726218787571,"stop":1726218787571,"duration":0}},{"uid":"f2de25bd91396850","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f2de25bd91396850","status":"passed","time":{"start":1726218066273,"stop":1726218066273,"duration":0}},{"uid":"37c43dc23499bfed","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/37c43dc23499bfed","status":"passed","time":{"start":1726217965295,"stop":1726217965296,"duration":1}}]},"tags":[]},"source":"67490c33c0312537.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/3b1d0e6985568863.json b/7434/data/test-cases/674e32b525603e69.json similarity index 91% rename from 7408/data/test-cases/3b1d0e6985568863.json rename to 7434/data/test-cases/674e32b525603e69.json index 67194361e2e..a250630842f 100644 --- a/7408/data/test-cases/3b1d0e6985568863.json +++ b/7434/data/test-cases/674e32b525603e69.json @@ -1 +1 @@ -{"uid":"3b1d0e6985568863","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":1725579181234,"stop":1725579181235,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"745b31e2c9605e03","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/745b31e2c9605e03","status":"passed","time":{"start":1725578712602,"stop":1725578712602,"duration":0}},{"uid":"5b28eb92a5e71f38","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/5b28eb92a5e71f38","status":"passed","time":{"start":1725578380207,"stop":1725578380207,"duration":0}},{"uid":"12c7bc563e5c1771","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/12c7bc563e5c1771","status":"passed","time":{"start":1725577661433,"stop":1725577661433,"duration":0}},{"uid":"47a33b3596ceb095","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/47a33b3596ceb095","status":"passed","time":{"start":1725577308275,"stop":1725577308275,"duration":0}},{"uid":"5f5b71ac4cb554fc","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/5f5b71ac4cb554fc","status":"passed","time":{"start":1725577255327,"stop":1725577255328,"duration":1}},{"uid":"76217ea5ae8354a5","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/76217ea5ae8354a5","status":"passed","time":{"start":1725576839374,"stop":1725576839374,"duration":0}}]},"tags":[]},"source":"3b1d0e6985568863.json","parameterValues":[]} \ No newline at end of file +{"uid":"674e32b525603e69","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":1726218764067,"stop":1726218764067,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"ffe10bd2be1d1d94","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ffe10bd2be1d1d94","status":"passed","time":{"start":1726218659000,"stop":1726218659000,"duration":0}},{"uid":"ad3d9f69973527b4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad3d9f69973527b4","status":"passed","time":{"start":1726217924729,"stop":1726217924729,"duration":0}},{"uid":"a7b45f94976283cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a7b45f94976283cd","status":"passed","time":{"start":1726217840471,"stop":1726217840471,"duration":0}}]},"tags":[]},"source":"674e32b525603e69.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ff5f6d2a26a681e2.json b/7434/data/test-cases/67d24d342325b5d6.json similarity index 74% rename from 7408/data/test-cases/ff5f6d2a26a681e2.json rename to 7434/data/test-cases/67d24d342325b5d6.json index 7736b82bcd2..a0698d807fe 100644 --- a/7408/data/test-cases/ff5f6d2a26a681e2.json +++ b/7434/data/test-cases/67d24d342325b5d6.json @@ -1 +1 @@ -{"uid":"ff5f6d2a26a681e2","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":1725578979999,"stop":1725578979999,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"2132469acdaa0a56","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/2132469acdaa0a56","status":"passed","time":{"start":1725578503448,"stop":1725578503449,"duration":1}},{"uid":"d4070c1aae69d08d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d4070c1aae69d08d","status":"passed","time":{"start":1725578194559,"stop":1725578194560,"duration":1}},{"uid":"6fdbe8209ebf9fb6","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6fdbe8209ebf9fb6","status":"passed","time":{"start":1725577444914,"stop":1725577444915,"duration":1}},{"uid":"7c7f8975930ae30c","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7c7f8975930ae30c","status":"passed","time":{"start":1725577120608,"stop":1725577120609,"duration":1}},{"uid":"69b1e3eb678e0608","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/69b1e3eb678e0608","status":"passed","time":{"start":1725577071273,"stop":1725577071274,"duration":1}},{"uid":"86c4922e68cb7d7","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/86c4922e68cb7d7","status":"passed","time":{"start":1725576645474,"stop":1725576645495,"duration":21}}]},"tags":[]},"source":"ff5f6d2a26a681e2.json","parameterValues":[]} \ No newline at end of file +{"uid":"67d24d342325b5d6","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":1726218563295,"stop":1726218563295,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"bf61450e410f2c25","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf61450e410f2c25","status":"passed","time":{"start":1726218471414,"stop":1726218471415,"duration":1}},{"uid":"d15ebb9c40f10e66","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d15ebb9c40f10e66","status":"passed","time":{"start":1726217724199,"stop":1726217724199,"duration":0}},{"uid":"bc04856b5626c3d4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bc04856b5626c3d4","status":"passed","time":{"start":1726217656056,"stop":1726217656056,"duration":0}}]},"tags":[]},"source":"67d24d342325b5d6.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5770515615eb7253.json b/7434/data/test-cases/681e53653698700f.json similarity index 90% rename from 7408/data/test-cases/5770515615eb7253.json rename to 7434/data/test-cases/681e53653698700f.json index 9ceceaef302..b9bfc917087 100644 --- a/7408/data/test-cases/5770515615eb7253.json +++ b/7434/data/test-cases/681e53653698700f.json @@ -1 +1 @@ -{"uid":"5770515615eb7253","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":1725578940134,"stop":1725578940134,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"7a365f788ea8f9ad","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/7a365f788ea8f9ad","status":"passed","time":{"start":1725578482059,"stop":1725578482059,"duration":0}},{"uid":"660ce6b09e4de766","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/660ce6b09e4de766","status":"passed","time":{"start":1725578159556,"stop":1725578159557,"duration":1}},{"uid":"1dfe4d40c6de55ef","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1dfe4d40c6de55ef","status":"passed","time":{"start":1725577422728,"stop":1725577422728,"duration":0}},{"uid":"1fd0f7c813ef711e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1fd0f7c813ef711e","status":"passed","time":{"start":1725577067043,"stop":1725577067046,"duration":3}},{"uid":"67177adce56f2135","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/67177adce56f2135","status":"passed","time":{"start":1725577018820,"stop":1725577018820,"duration":0}},{"uid":"5f1b9a94c5cd42e3","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5f1b9a94c5cd42e3","status":"passed","time":{"start":1725576607309,"stop":1725576607309,"duration":0}}]},"tags":[]},"source":"5770515615eb7253.json","parameterValues":[]} \ No newline at end of file +{"uid":"681e53653698700f","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":1726218510970,"stop":1726218510971,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"d4eb4deb1b4c23a1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d4eb4deb1b4c23a1","status":"passed","time":{"start":1726218417147,"stop":1726218417147,"duration":0}},{"uid":"a415ec338168a68","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a415ec338168a68","status":"passed","time":{"start":1726217677797,"stop":1726217677799,"duration":2}},{"uid":"33ac1f45d15bd6fa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/33ac1f45d15bd6fa","status":"passed","time":{"start":1726217616838,"stop":1726217616838,"duration":0}}]},"tags":[]},"source":"681e53653698700f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/933dc6f85086ae59.json b/7434/data/test-cases/6832d472335fde69.json similarity index 64% rename from 7408/data/test-cases/933dc6f85086ae59.json rename to 7434/data/test-cases/6832d472335fde69.json index 0780bf5daae..37b2c3f5899 100644 --- a/7408/data/test-cases/933dc6f85086ae59.json +++ b/7434/data/test-cases/6832d472335fde69.json @@ -1 +1 @@ -{"uid":"933dc6f85086ae59","name":"Filter","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Filter","historyId":"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579337067,"stop":1725579337067,"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":7,"unknown":0,"total":7},"items":[{"uid":"fe7d6f8b3c97961f","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/fe7d6f8b3c97961f","status":"passed","time":{"start":1725578873504,"stop":1725578873504,"duration":0}},{"uid":"2b7543311807a835","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2b7543311807a835","status":"passed","time":{"start":1725578550476,"stop":1725578550477,"duration":1}},{"uid":"cd48926e77bb52f5","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/cd48926e77bb52f5","status":"passed","time":{"start":1725577813069,"stop":1725577813070,"duration":1}},{"uid":"210e516f66279813","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/210e516f66279813","status":"passed","time":{"start":1725577474648,"stop":1725577474648,"duration":0}},{"uid":"db98039a192249b0","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/db98039a192249b0","status":"passed","time":{"start":1725577421366,"stop":1725577421366,"duration":0}},{"uid":"ec902531aae8815d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ec902531aae8815d","status":"passed","time":{"start":1725577003653,"stop":1725577003653,"duration":0}}]},"tags":[]},"source":"933dc6f85086ae59.json","parameterValues":[]} \ No newline at end of file +{"uid":"6832d472335fde69","name":"Filter","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Filter","historyId":"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218926397,"stop":1726218926398,"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":4,"unknown":0,"total":4},"items":[{"uid":"f375dfebd084aa9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f375dfebd084aa9","status":"passed","time":{"start":1726218833200,"stop":1726218833200,"duration":0}},{"uid":"350ad1a5f71be573","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/350ad1a5f71be573","status":"passed","time":{"start":1726218095395,"stop":1726218095395,"duration":0}},{"uid":"9c52da42e1a16043","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9c52da42e1a16043","status":"passed","time":{"start":1726218006963,"stop":1726218006963,"duration":0}}]},"tags":[]},"source":"6832d472335fde69.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5824a3e9b6f50f79.json b/7434/data/test-cases/68339af2b34ebf50.json similarity index 58% rename from 7408/data/test-cases/5824a3e9b6f50f79.json rename to 7434/data/test-cases/68339af2b34ebf50.json index f3e44c02089..bd18e86cf19 100644 --- a/7408/data/test-cases/5824a3e9b6f50f79.json +++ b/7434/data/test-cases/68339af2b34ebf50.json @@ -1 +1 @@ -{"uid":"5824a3e9b6f50f79","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":1725579312007,"stop":1725579312015,"duration":8},"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":7,"unknown":0,"total":7},"items":[{"uid":"e0940c90051c1974","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e0940c90051c1974","status":"passed","time":{"start":1725578849110,"stop":1725578849110,"duration":0}},{"uid":"6c234280f1b0bba","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/6c234280f1b0bba","status":"passed","time":{"start":1725578530872,"stop":1725578530872,"duration":0}},{"uid":"bb86c1d676faec9b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/bb86c1d676faec9b","status":"passed","time":{"start":1725577787473,"stop":1725577787475,"duration":2}},{"uid":"d8d55d4f58a8e0ef","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d8d55d4f58a8e0ef","status":"passed","time":{"start":1725577449694,"stop":1725577449694,"duration":0}},{"uid":"196a04da6628cebd","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/196a04da6628cebd","status":"passed","time":{"start":1725577395954,"stop":1725577395954,"duration":0}},{"uid":"b97cb185f2880cb9","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/b97cb185f2880cb9","status":"passed","time":{"start":1725576980945,"stop":1725576980945,"duration":0}}]},"tags":[]},"source":"5824a3e9b6f50f79.json","parameterValues":[]} \ No newline at end of file +{"uid":"68339af2b34ebf50","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":1726218903390,"stop":1726218903391,"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":4,"unknown":0,"total":4},"items":[{"uid":"853dde8c6aacdce3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/853dde8c6aacdce3","status":"passed","time":{"start":1726218807898,"stop":1726218807899,"duration":1}},{"uid":"9fa9f67396f2c939","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9fa9f67396f2c939","status":"passed","time":{"start":1726218061971,"stop":1726218061974,"duration":3}},{"uid":"a54276e21aeee0b9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a54276e21aeee0b9","status":"passed","time":{"start":1726217984931,"stop":1726217984932,"duration":1}}]},"tags":[]},"source":"68339af2b34ebf50.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4d19fde1cb2d0ede.json b/7434/data/test-cases/685bba1c4f83f405.json similarity index 52% rename from 7408/data/test-cases/4d19fde1cb2d0ede.json rename to 7434/data/test-cases/685bba1c4f83f405.json index 478edda58b5..df150bffc92 100644 --- a/7408/data/test-cases/4d19fde1cb2d0ede.json +++ b/7434/data/test-cases/685bba1c4f83f405.json @@ -1 +1 @@ -{"uid":"4d19fde1cb2d0ede","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":1725579379304,"stop":1725579379304,"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":7,"unknown":0,"total":7},"items":[{"uid":"b8cb3faf789dbfe6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b8cb3faf789dbfe6","status":"passed","time":{"start":1725578922793,"stop":1725578922794,"duration":1}},{"uid":"1e2feaabdee19866","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/1e2feaabdee19866","status":"passed","time":{"start":1725578588915,"stop":1725578588915,"duration":0}},{"uid":"6ab1836f3567504","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6ab1836f3567504","status":"passed","time":{"start":1725577846841,"stop":1725577846841,"duration":0}},{"uid":"584f3516eb7ade45","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/584f3516eb7ade45","status":"passed","time":{"start":1725577495462,"stop":1725577495462,"duration":0}},{"uid":"302962df6d2dc1d2","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/302962df6d2dc1d2","status":"passed","time":{"start":1725577458418,"stop":1725577458418,"duration":0}},{"uid":"dc93820eff2d8830","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/dc93820eff2d8830","status":"passed","time":{"start":1725577048812,"stop":1725577048813,"duration":1}}]},"tags":[]},"source":"4d19fde1cb2d0ede.json","parameterValues":[]} \ No newline at end of file +{"uid":"685bba1c4f83f405","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":1726218956167,"stop":1726218956168,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Peer Management"},{"name":"suite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2b4363fd84b67673","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2b4363fd84b67673","status":"passed","time":{"start":1726218868913,"stop":1726218868914,"duration":1}},{"uid":"157d554266efcd8e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/157d554266efcd8e","status":"passed","time":{"start":1726218139625,"stop":1726218139626,"duration":1}},{"uid":"7ca07c7dde6df74d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7ca07c7dde6df74d","status":"passed","time":{"start":1726218051437,"stop":1726218051437,"duration":0}}]},"tags":[]},"source":"685bba1c4f83f405.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9a62ad6dffd1a20d.json b/7434/data/test-cases/687827e6235d51fd.json similarity index 76% rename from 7408/data/test-cases/9a62ad6dffd1a20d.json rename to 7434/data/test-cases/687827e6235d51fd.json index e393ec1140c..3aba08da83c 100644 --- a/7408/data/test-cases/9a62ad6dffd1a20d.json +++ b/7434/data/test-cases/687827e6235d51fd.json @@ -1 +1 @@ -{"uid":"9a62ad6dffd1a20d","name":"Ping fails for unsubscribed peers","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Ping fails for unsubscribed peers","historyId":"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578868803,"stop":1725578868804,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"19c84b6035d54e00","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/19c84b6035d54e00","status":"passed","time":{"start":1725578410047,"stop":1725578410047,"duration":0}},{"uid":"4d3b4f66af5119a7","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4d3b4f66af5119a7","status":"passed","time":{"start":1725578085227,"stop":1725578085227,"duration":0}},{"uid":"5755c56447bda8a2","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5755c56447bda8a2","status":"passed","time":{"start":1725577347347,"stop":1725577347347,"duration":0}},{"uid":"37b0218702022697","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/37b0218702022697","status":"passed","time":{"start":1725577004108,"stop":1725577004108,"duration":0}},{"uid":"fd8091767ec08165","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/fd8091767ec08165","status":"passed","time":{"start":1725576948434,"stop":1725576948435,"duration":1}},{"uid":"bb612af012203065","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/bb612af012203065","status":"passed","time":{"start":1725576535322,"stop":1725576535323,"duration":1}}]},"tags":[]},"source":"9a62ad6dffd1a20d.json","parameterValues":[]} \ No newline at end of file +{"uid":"687827e6235d51fd","name":"Ping fails for unsubscribed peers","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Ping fails for unsubscribed peers","historyId":"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218447508,"stop":1726218447508,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c9e134f2aca87193","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c9e134f2aca87193","status":"passed","time":{"start":1726218356741,"stop":1726218356741,"duration":0}},{"uid":"9d802fea6ad287d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9d802fea6ad287d6","status":"passed","time":{"start":1726217603237,"stop":1726217603238,"duration":1}},{"uid":"d39a2b478afe8370","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d39a2b478afe8370","status":"passed","time":{"start":1726217544016,"stop":1726217544016,"duration":0}}]},"tags":[]},"source":"687827e6235d51fd.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a529a5862e35dfd3.json b/7434/data/test-cases/690d8d2ed75c41be.json similarity index 90% rename from 7408/data/test-cases/a529a5862e35dfd3.json rename to 7434/data/test-cases/690d8d2ed75c41be.json index a30c1319c53..87ad183b02a 100644 --- a/7408/data/test-cases/a529a5862e35dfd3.json +++ b/7434/data/test-cases/690d8d2ed75c41be.json @@ -1 +1 @@ -{"uid":"a529a5862e35dfd3","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":1725579219626,"stop":1725579219627,"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":7,"unknown":0,"total":7},"items":[{"uid":"72762347c9db215f","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/72762347c9db215f","status":"passed","time":{"start":1725578761136,"stop":1725578761136,"duration":0}},{"uid":"f0dfdb033fb9a9b0","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f0dfdb033fb9a9b0","status":"passed","time":{"start":1725578429992,"stop":1725578429992,"duration":0}},{"uid":"e1f440277effdc9e","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e1f440277effdc9e","status":"passed","time":{"start":1725577692796,"stop":1725577692797,"duration":1}},{"uid":"1450a738f254bd1c","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1450a738f254bd1c","status":"passed","time":{"start":1725577353970,"stop":1725577353971,"duration":1}},{"uid":"ac1cbb572f0dcdb2","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/ac1cbb572f0dcdb2","status":"passed","time":{"start":1725577301902,"stop":1725577301902,"duration":0}},{"uid":"a1080ce02bd01247","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a1080ce02bd01247","status":"passed","time":{"start":1725576895925,"stop":1725576895927,"duration":2}}]},"tags":[]},"source":"a529a5862e35dfd3.json","parameterValues":[]} \ No newline at end of file +{"uid":"690d8d2ed75c41be","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":1726218806766,"stop":1726218806767,"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":4,"unknown":0,"total":4},"items":[{"uid":"42eaf2f28145e2e6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/42eaf2f28145e2e6","status":"passed","time":{"start":1726218706748,"stop":1726218706749,"duration":1}},{"uid":"55a65680c90a88e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55a65680c90a88e7","status":"passed","time":{"start":1726217976622,"stop":1726217976623,"duration":1}},{"uid":"19cb1db945b11e2c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/19cb1db945b11e2c","status":"passed","time":{"start":1726217890303,"stop":1726217890303,"duration":0}}]},"tags":[]},"source":"690d8d2ed75c41be.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/691cc1106d76d00d.json b/7434/data/test-cases/691cc1106d76d00d.json new file mode 100644 index 00000000000..ac061946928 --- /dev/null +++ b/7434/data/test-cases/691cc1106d76d00d.json @@ -0,0 +1 @@ +{"uid":"691cc1106d76d00d","name":"should map different content topics to different pubsub topics based on shard index","fullName":"/src/common/sharding/index.spec.ts: contentTopicToPubsubTopic > should map different content topics to different pubsub topics based on shard index","historyId":"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283105,"stop":1726218283105,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c6a2dd636531d0e8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c6a2dd636531d0e8","status":"passed","time":{"start":1726218188605,"stop":1726218188606,"duration":1}},{"uid":"cdd1ece6942e9482","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cdd1ece6942e9482","status":"passed","time":{"start":1726217441569,"stop":1726217441570,"duration":1}},{"uid":"7e3ecce9b98dd093","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7e3ecce9b98dd093","status":"passed","time":{"start":1726217383232,"stop":1726217383232,"duration":0}}]},"tags":[]},"source":"691cc1106d76d00d.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/695cb9b704b63250.json b/7434/data/test-cases/695cb9b704b63250.json new file mode 100644 index 00000000000..cbb6f1fe5f2 --- /dev/null +++ b/7434/data/test-cases/695cb9b704b63250.json @@ -0,0 +1 @@ +{"uid":"695cb9b704b63250","name":"should use the provided clusterId for the pubsub topic","fullName":"/src/common/sharding/index.spec.ts: contentTopicToPubsubTopic > should use the provided clusterId for the pubsub topic","historyId":"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283105,"stop":1726218283105,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b7ab1beeeaa58cab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b7ab1beeeaa58cab","status":"passed","time":{"start":1726218188606,"stop":1726218188606,"duration":0}},{"uid":"e8c745f9b53e82ff","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e8c745f9b53e82ff","status":"passed","time":{"start":1726217441570,"stop":1726217441570,"duration":0}},{"uid":"63d448c04ee5a59b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63d448c04ee5a59b","status":"passed","time":{"start":1726217383232,"stop":1726217383232,"duration":0}}]},"tags":[]},"source":"695cb9b704b63250.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/69cc063df694685.json b/7434/data/test-cases/69cc063df694685.json new file mode 100644 index 00000000000..5a0501fd080 --- /dev/null +++ b/7434/data/test-cases/69cc063df694685.json @@ -0,0 +1 @@ +{"uid":"69cc063df694685","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":1726218812472,"stop":1726218812472,"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":4,"unknown":0,"total":4},"items":[{"uid":"1a3e6c4a3627d274","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1a3e6c4a3627d274","status":"passed","time":{"start":1726218708394,"stop":1726218708394,"duration":0}},{"uid":"a15c15ae6c4cd08f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a15c15ae6c4cd08f","status":"passed","time":{"start":1726217980039,"stop":1726217980049,"duration":10}},{"uid":"ae0e241297846879","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ae0e241297846879","status":"passed","time":{"start":1726217896502,"stop":1726217896502,"duration":0}}]},"tags":[]},"source":"69cc063df694685.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/fc606155f3c0bd63.json b/7434/data/test-cases/6a21557c0982eeaa.json similarity index 97% rename from 7408/data/test-cases/fc606155f3c0bd63.json rename to 7434/data/test-cases/6a21557c0982eeaa.json index 692ffeb6468..a752128796f 100644 --- a/7408/data/test-cases/fc606155f3c0bd63.json +++ b/7434/data/test-cases/6a21557c0982eeaa.json @@ -1 +1 @@ -{"uid":"fc606155f3c0bd63","name":"random static sharding 2 - Cluster ID: 170, Shard ID: 19","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 2 - Cluster ID: 170, Shard ID: 19","historyId":"8e26c9e7a6fb5f6680c57f623c24e7db:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579281349,"stop":1725579281350,"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":"fc606155f3c0bd63.json","parameterValues":[]} \ No newline at end of file +{"uid":"6a21557c0982eeaa","name":"random static sharding 7 - Cluster ID: 10, Shard ID: 664","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 7 - Cluster ID: 10, Shard ID: 664","historyId":"8abbd5d2341f2ceeb7cda8e686373cdf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218863182,"stop":1726218863182,"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":"6a21557c0982eeaa.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/addee6b4d18d270c.json b/7434/data/test-cases/6bc737fb14abf5c9.json similarity index 75% rename from 7408/data/test-cases/addee6b4d18d270c.json rename to 7434/data/test-cases/6bc737fb14abf5c9.json index 3ad3f25c7a8..361f95d80db 100644 --- a/7408/data/test-cases/addee6b4d18d270c.json +++ b/7434/data/test-cases/6bc737fb14abf5c9.json @@ -1 +1 @@ -{"uid":"addee6b4d18d270c","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":1725579325582,"stop":1725579325582,"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":7,"unknown":0,"total":7},"items":[{"uid":"37417706d67b9f91","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/37417706d67b9f91","status":"passed","time":{"start":1725578854532,"stop":1725578854532,"duration":0}},{"uid":"39321df84af8acda","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/39321df84af8acda","status":"passed","time":{"start":1725578529212,"stop":1725578529212,"duration":0}},{"uid":"aafac50127eef8cc","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/aafac50127eef8cc","status":"passed","time":{"start":1725577799399,"stop":1725577799399,"duration":0}},{"uid":"d853c7e30d3650b4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d853c7e30d3650b4","status":"passed","time":{"start":1725577459057,"stop":1725577459057,"duration":0}},{"uid":"b60dd6901dc71c4b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b60dd6901dc71c4b","status":"passed","time":{"start":1725577412499,"stop":1725577412499,"duration":0}},{"uid":"3971a303f34eca17","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3971a303f34eca17","status":"passed","time":{"start":1725576987693,"stop":1725576987693,"duration":0}}]},"tags":[]},"source":"addee6b4d18d270c.json","parameterValues":[]} \ No newline at end of file +{"uid":"6bc737fb14abf5c9","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":1726218909196,"stop":1726218909196,"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":4,"unknown":0,"total":4},"items":[{"uid":"3e1e5c1a034a01d6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e1e5c1a034a01d6","status":"passed","time":{"start":1726218818271,"stop":1726218818272,"duration":1}},{"uid":"1b4d95fa4bd100bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b4d95fa4bd100bd","status":"passed","time":{"start":1726218085662,"stop":1726218085663,"duration":1}},{"uid":"5b0ef094b90fc95c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5b0ef094b90fc95c","status":"passed","time":{"start":1726217996430,"stop":1726217996430,"duration":0}}]},"tags":[]},"source":"6bc737fb14abf5c9.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9ad83ab54d8ca182.json b/7434/data/test-cases/6be6a4d847ad8566.json similarity index 92% rename from 7408/data/test-cases/9ad83ab54d8ca182.json rename to 7434/data/test-cases/6be6a4d847ad8566.json index 39e416bd6ca..0c1a6e344ca 100644 --- a/7408/data/test-cases/9ad83ab54d8ca182.json +++ b/7434/data/test-cases/6be6a4d847ad8566.json @@ -1 +1 @@ -{"uid":"9ad83ab54d8ca182","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":1725579297990,"stop":1725579297990,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"3b7b730f779ff0cd","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/3b7b730f779ff0cd","status":"passed","time":{"start":1725578825358,"stop":1725578825358,"duration":0}},{"uid":"422b53dc631eda7d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/422b53dc631eda7d","status":"passed","time":{"start":1725578517016,"stop":1725578517016,"duration":0}},{"uid":"339e0131fa2ef02a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/339e0131fa2ef02a","status":"passed","time":{"start":1725577784931,"stop":1725577784933,"duration":2}},{"uid":"4aade227b1e6c46b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4aade227b1e6c46b","status":"passed","time":{"start":1725577433794,"stop":1725577433796,"duration":2}},{"uid":"dd1f06ab94f9327","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/dd1f06ab94f9327","status":"passed","time":{"start":1725577392068,"stop":1725577392068,"duration":0}},{"uid":"cea5547ea583a6d9","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/cea5547ea583a6d9","status":"passed","time":{"start":1725576971864,"stop":1725576971865,"duration":1}}]},"tags":[]},"source":"9ad83ab54d8ca182.json","parameterValues":[]} \ No newline at end of file +{"uid":"6be6a4d847ad8566","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":1726218879341,"stop":1726218879342,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"22be9cf983e8e6ca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/22be9cf983e8e6ca","status":"passed","time":{"start":1726218787587,"stop":1726218787587,"duration":0}},{"uid":"b0e8224f5deac55d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b0e8224f5deac55d","status":"passed","time":{"start":1726218066298,"stop":1726218066299,"duration":1}},{"uid":"46eb463f4202af18","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/46eb463f4202af18","status":"passed","time":{"start":1726217965319,"stop":1726217965319,"duration":0}}]},"tags":[]},"source":"6be6a4d847ad8566.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/7352fdb0dfa11508.json b/7434/data/test-cases/6bff4dc68a6d93ce.json similarity index 92% rename from 7408/data/test-cases/7352fdb0dfa11508.json rename to 7434/data/test-cases/6bff4dc68a6d93ce.json index c865b24ccb6..f748d28eea7 100644 --- a/7408/data/test-cases/7352fdb0dfa11508.json +++ b/7434/data/test-cases/6bff4dc68a6d93ce.json @@ -1 +1 @@ -{"uid":"7352fdb0dfa11508","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":1725579297993,"stop":1725579297993,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"5c0ad589fe0e9191","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5c0ad589fe0e9191","status":"passed","time":{"start":1725578825363,"stop":1725578825363,"duration":0}},{"uid":"c513e894a7fd9fd0","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c513e894a7fd9fd0","status":"passed","time":{"start":1725578517020,"stop":1725578517020,"duration":0}},{"uid":"2ca78bd79f3785bd","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2ca78bd79f3785bd","status":"passed","time":{"start":1725577784939,"stop":1725577784940,"duration":1}},{"uid":"d8eced2ad21825c8","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d8eced2ad21825c8","status":"passed","time":{"start":1725577433801,"stop":1725577433801,"duration":0}},{"uid":"973ec70b6fb6cbd1","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/973ec70b6fb6cbd1","status":"passed","time":{"start":1725577392070,"stop":1725577392070,"duration":0}},{"uid":"9b4370f1ffa1f642","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/9b4370f1ffa1f642","status":"passed","time":{"start":1725576971867,"stop":1725576971868,"duration":1}}]},"tags":[]},"source":"7352fdb0dfa11508.json","parameterValues":[]} \ No newline at end of file +{"uid":"6bff4dc68a6d93ce","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":1726218879360,"stop":1726218879361,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d39df60eed1440d3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d39df60eed1440d3","status":"passed","time":{"start":1726218787590,"stop":1726218787590,"duration":0}},{"uid":"be51b96c20f658de","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be51b96c20f658de","status":"passed","time":{"start":1726218066305,"stop":1726218066305,"duration":0}},{"uid":"3ca0f29456da20b8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3ca0f29456da20b8","status":"passed","time":{"start":1726217965345,"stop":1726217965346,"duration":1}}]},"tags":[]},"source":"6bff4dc68a6d93ce.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/934d49e4e7a4120a.json b/7434/data/test-cases/6c1f8e98c9aea41e.json similarity index 93% rename from 7408/data/test-cases/934d49e4e7a4120a.json rename to 7434/data/test-cases/6c1f8e98c9aea41e.json index 4c47c7105ae..7d1ebae7ea4 100644 --- a/7408/data/test-cases/934d49e4e7a4120a.json +++ b/7434/data/test-cases/6c1f8e98c9aea41e.json @@ -1 +1 @@ -{"uid":"934d49e4e7a4120a","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app66/4/topic443/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 4 - Cluster ID: 10, Content Topic: /app66/4/topic443/json","historyId":"2a1838ebafee3a1e1be17fcbde4ca4ca:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579256762,"stop":1725579256763,"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":"934d49e4e7a4120a.json","parameterValues":[]} \ No newline at end of file +{"uid":"6c1f8e98c9aea41e","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app33/6/topic731/utf8","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 5 - Cluster ID: 10, Content Topic: /app33/6/topic731/utf8","historyId":"30c552632c1cb34d6cc4ded455350bcb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218843766,"stop":1726218843767,"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":"6c1f8e98c9aea41e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/904ab1d08698fbd1.json b/7434/data/test-cases/6ccdb5b9bd5c8332.json similarity index 66% rename from 7408/data/test-cases/904ab1d08698fbd1.json rename to 7434/data/test-cases/6ccdb5b9bd5c8332.json index a5a3fd5cc05..f6cadb389ed 100644 --- a/7408/data/test-cases/904ab1d08698fbd1.json +++ b/7434/data/test-cases/6ccdb5b9bd5c8332.json @@ -1 +1 @@ -{"uid":"904ab1d08698fbd1","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":1725578833276,"stop":1725578833276,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"f9384942e62127e1","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f9384942e62127e1","status":"passed","time":{"start":1725578383417,"stop":1725578383417,"duration":0}},{"uid":"add56875c710a46a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/add56875c710a46a","status":"passed","time":{"start":1725578049899,"stop":1725578049899,"duration":0}},{"uid":"e8ced00a89d332a7","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e8ced00a89d332a7","status":"passed","time":{"start":1725577334271,"stop":1725577334272,"duration":1}},{"uid":"8d589b9131e76199","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/8d589b9131e76199","status":"passed","time":{"start":1725576977275,"stop":1725576977275,"duration":0}},{"uid":"255eef694856bc2d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/255eef694856bc2d","status":"passed","time":{"start":1725576922770,"stop":1725576922772,"duration":2}},{"uid":"8c79a18ca663279e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/8c79a18ca663279e","status":"passed","time":{"start":1725576508100,"stop":1725576508100,"duration":0}}]},"tags":[]},"source":"904ab1d08698fbd1.json","parameterValues":[]} \ No newline at end of file +{"uid":"6ccdb5b9bd5c8332","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":1726218410955,"stop":1726218410955,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"15cb2431301a4319","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/15cb2431301a4319","status":"passed","time":{"start":1726218315929,"stop":1726218315929,"duration":0}},{"uid":"4173215c27f58299","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4173215c27f58299","status":"passed","time":{"start":1726217577138,"stop":1726217577146,"duration":8}},{"uid":"36750f8808705516","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36750f8808705516","status":"passed","time":{"start":1726217509415,"stop":1726217509415,"duration":0}}]},"tags":[]},"source":"6ccdb5b9bd5c8332.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/6ce60da307fe11e0.json b/7434/data/test-cases/6ce60da307fe11e0.json new file mode 100644 index 00000000000..20b806e064b --- /dev/null +++ b/7434/data/test-cases/6ce60da307fe11e0.json @@ -0,0 +1 @@ +{"uid":"6ce60da307fe11e0","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":1726218291669,"stop":1726218291669,"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":4,"unknown":0,"total":4},"items":[{"uid":"b8c3e26fc5e9366d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b8c3e26fc5e9366d","status":"passed","time":{"start":1726218197008,"stop":1726218197008,"duration":0}},{"uid":"18983dd94a18de7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18983dd94a18de7","status":"passed","time":{"start":1726217450206,"stop":1726217450207,"duration":1}},{"uid":"c5ee97c480adcb0b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c5ee97c480adcb0b","status":"passed","time":{"start":1726217391858,"stop":1726217391858,"duration":0}}]},"tags":[]},"source":"6ce60da307fe11e0.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/6ceef3fdf5610026.json b/7434/data/test-cases/6ceef3fdf5610026.json new file mode 100644 index 00000000000..0e59db5d27e --- /dev/null +++ b/7434/data/test-cases/6ceef3fdf5610026.json @@ -0,0 +1 @@ +{"uid":"6ceef3fdf5610026","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","historyId":"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283086,"stop":1726218283086,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d354434a1737d9d6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d354434a1737d9d6","status":"passed","time":{"start":1726218188587,"stop":1726218188587,"duration":0}},{"uid":"3f16e5f1c1705c00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3f16e5f1c1705c00","status":"passed","time":{"start":1726217441548,"stop":1726217441548,"duration":0}},{"uid":"565d0647c6a85aba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/565d0647c6a85aba","status":"passed","time":{"start":1726217383210,"stop":1726217383211,"duration":1}}]},"tags":[]},"source":"6ceef3fdf5610026.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1240670ad8874613.json b/7434/data/test-cases/6d61330a9158f738.json similarity index 89% rename from 7408/data/test-cases/1240670ad8874613.json rename to 7434/data/test-cases/6d61330a9158f738.json index 247cd4ed16c..3c07a0e44ea 100644 --- a/7408/data/test-cases/1240670ad8874613.json +++ b/7434/data/test-cases/6d61330a9158f738.json @@ -1 +1 @@ -{"uid":"1240670ad8874613","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":1725579222591,"stop":1725579222591,"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":7,"unknown":0,"total":7},"items":[{"uid":"cc5611d0f4b8c6bb","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/cc5611d0f4b8c6bb","status":"passed","time":{"start":1725578764298,"stop":1725578764298,"duration":0}},{"uid":"8c0f3334d6087849","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8c0f3334d6087849","status":"passed","time":{"start":1725578435678,"stop":1725578435678,"duration":0}},{"uid":"46005175fff45b3d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/46005175fff45b3d","status":"passed","time":{"start":1725577700014,"stop":1725577700015,"duration":1}},{"uid":"43683763371a4bbb","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/43683763371a4bbb","status":"passed","time":{"start":1725577356755,"stop":1725577356756,"duration":1}},{"uid":"c535c67acbde63e9","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c535c67acbde63e9","status":"passed","time":{"start":1725577310405,"stop":1725577310406,"duration":1}},{"uid":"6325320015dcdb51","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/6325320015dcdb51","status":"passed","time":{"start":1725576887804,"stop":1725576887805,"duration":1}}]},"tags":[]},"source":"1240670ad8874613.json","parameterValues":[]} \ No newline at end of file +{"uid":"6d61330a9158f738","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":1726218812478,"stop":1726218812481,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c5e140f8a63b9ef","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c5e140f8a63b9ef","status":"passed","time":{"start":1726218708458,"stop":1726218708458,"duration":0}},{"uid":"12708546cdcbaea6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/12708546cdcbaea6","status":"passed","time":{"start":1726217980054,"stop":1726217980055,"duration":1}},{"uid":"b1782bfd3f9c4eb4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1782bfd3f9c4eb4","status":"passed","time":{"start":1726217896509,"stop":1726217896509,"duration":0}}]},"tags":[]},"source":"6d61330a9158f738.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/6d951e7eda174203.json b/7434/data/test-cases/6d951e7eda174203.json new file mode 100644 index 00000000000..b8edf9a7a83 --- /dev/null +++ b/7434/data/test-cases/6d951e7eda174203.json @@ -0,0 +1 @@ +{"uid":"6d951e7eda174203","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":1726218291668,"stop":1726218291668,"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":4,"unknown":0,"total":4},"items":[{"uid":"a50c51e3a9811a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a50c51e3a9811a0","status":"passed","time":{"start":1726218197007,"stop":1726218197007,"duration":0}},{"uid":"1dc009d3321749d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1dc009d3321749d6","status":"passed","time":{"start":1726217450205,"stop":1726217450205,"duration":0}},{"uid":"4e6951510494b8bf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4e6951510494b8bf","status":"passed","time":{"start":1726217391856,"stop":1726217391857,"duration":1}}]},"tags":[]},"source":"6d951e7eda174203.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/aa9a1ac7ff24c34e.json b/7434/data/test-cases/6e4743b017b62a05.json similarity index 89% rename from 7408/data/test-cases/aa9a1ac7ff24c34e.json rename to 7434/data/test-cases/6e4743b017b62a05.json index 19a9d1a2206..38d6075a4e0 100644 --- a/7408/data/test-cases/aa9a1ac7ff24c34e.json +++ b/7434/data/test-cases/6e4743b017b62a05.json @@ -1 +1 @@ -{"uid":"aa9a1ac7ff24c34e","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":1725579181275,"stop":1725579181275,"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":7,"passed":0,"unknown":0,"total":7},"items":[{"uid":"c14591d5d656761f","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/c14591d5d656761f","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578712626,"stop":1725578712626,"duration":0}},{"uid":"8ecda458899fb81c","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8ecda458899fb81c","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578380234,"stop":1725578380234,"duration":0}},{"uid":"cea3bcf682de963b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/cea3bcf682de963b","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577661479,"stop":1725577661479,"duration":0}},{"uid":"4943dafbc488eca1","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4943dafbc488eca1","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577308317,"stop":1725577308317,"duration":0}},{"uid":"8c2cff3563b7f92","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8c2cff3563b7f92","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577255394,"stop":1725577255395,"duration":1}},{"uid":"3a7aab018f976f77","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3a7aab018f976f77","status":"skipped","statusDetails":"Test ignored","time":{"start":1725576839418,"stop":1725576839418,"duration":0}}]},"tags":[]},"source":"aa9a1ac7ff24c34e.json","parameterValues":[]} \ No newline at end of file +{"uid":"6e4743b017b62a05","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":1726218764114,"stop":1726218764114,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"5777d4d749df2788","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5777d4d749df2788","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659029,"stop":1726218659029,"duration":0}},{"uid":"3570f6d576837572","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3570f6d576837572","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924766,"stop":1726217924766,"duration":0}},{"uid":"f42e24f71d6b7e1d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f42e24f71d6b7e1d","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840571,"stop":1726217840571,"duration":0}}]},"tags":[]},"source":"6e4743b017b62a05.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6a0e9e43c7544504.json b/7434/data/test-cases/6e788243042e341e.json similarity index 92% rename from 7408/data/test-cases/6a0e9e43c7544504.json rename to 7434/data/test-cases/6e788243042e341e.json index e19410e3e83..3fa36083dea 100644 --- a/7408/data/test-cases/6a0e9e43c7544504.json +++ b/7434/data/test-cases/6e788243042e341e.json @@ -1 +1 @@ -{"uid":"6a0e9e43c7544504","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":1725579297986,"stop":1725579297986,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"4f3e2b13103b9ed7","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/4f3e2b13103b9ed7","status":"passed","time":{"start":1725578825355,"stop":1725578825355,"duration":0}},{"uid":"7095bb4e02353759","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/7095bb4e02353759","status":"passed","time":{"start":1725578517012,"stop":1725578517012,"duration":0}},{"uid":"bf3609b05a13147a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/bf3609b05a13147a","status":"passed","time":{"start":1725577784927,"stop":1725577784927,"duration":0}},{"uid":"bb2586a4be738885","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/bb2586a4be738885","status":"passed","time":{"start":1725577433790,"stop":1725577433790,"duration":0}},{"uid":"3826d580440e068e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/3826d580440e068e","status":"passed","time":{"start":1725577392065,"stop":1725577392065,"duration":0}},{"uid":"aca47a79c0207fde","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/aca47a79c0207fde","status":"passed","time":{"start":1725576971854,"stop":1725576971855,"duration":1}}]},"tags":[]},"source":"6a0e9e43c7544504.json","parameterValues":[]} \ No newline at end of file +{"uid":"6e788243042e341e","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":1726218879336,"stop":1726218879336,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9cbf6dd1ebadb5b7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9cbf6dd1ebadb5b7","status":"passed","time":{"start":1726218787584,"stop":1726218787584,"duration":0}},{"uid":"be2c88b74d3d369c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be2c88b74d3d369c","status":"passed","time":{"start":1726218066295,"stop":1726218066295,"duration":0}},{"uid":"1557d944ad6d4b59","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1557d944ad6d4b59","status":"passed","time":{"start":1726217965313,"stop":1726217965313,"duration":0}}]},"tags":[]},"source":"6e788243042e341e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/2d0ea863dfcad7ed.json b/7434/data/test-cases/6ebe3abec684a7e8.json similarity index 72% rename from 7408/data/test-cases/2d0ea863dfcad7ed.json rename to 7434/data/test-cases/6ebe3abec684a7e8.json index 8979dcf908f..2542d0d5fe0 100644 --- a/7408/data/test-cases/2d0ea863dfcad7ed.json +++ b/7434/data/test-cases/6ebe3abec684a7e8.json @@ -1 +1 @@ -{"uid":"2d0ea863dfcad7ed","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":1725578809892,"stop":1725578809893,"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":7,"unknown":0,"total":7},"items":[{"uid":"592e2b07287722e2","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/592e2b07287722e2","status":"passed","time":{"start":1725578356616,"stop":1725578356617,"duration":1}},{"uid":"17fcaa6617601d78","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/17fcaa6617601d78","status":"passed","time":{"start":1725578030107,"stop":1725578030108,"duration":1}},{"uid":"53d1cc4718188f36","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/53d1cc4718188f36","status":"passed","time":{"start":1725577295959,"stop":1725577295959,"duration":0}},{"uid":"128bd3241f493cd4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/128bd3241f493cd4","status":"passed","time":{"start":1725576945373,"stop":1725576945373,"duration":0}},{"uid":"6b056a3c9e06a0e7","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/6b056a3c9e06a0e7","status":"passed","time":{"start":1725576894156,"stop":1725576894156,"duration":0}},{"uid":"661a0bbcc971f7d1","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/661a0bbcc971f7d1","status":"passed","time":{"start":1725576479472,"stop":1725576479472,"duration":0}}]},"tags":[]},"source":"2d0ea863dfcad7ed.json","parameterValues":[]} \ No newline at end of file +{"uid":"6ebe3abec684a7e8","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":1726218382075,"stop":1726218382077,"duration":2},"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":4,"unknown":0,"total":4},"items":[{"uid":"cfd83ccdcbc659f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cfd83ccdcbc659f","status":"passed","time":{"start":1726218287812,"stop":1726218287813,"duration":1}},{"uid":"dadbfe93219e4e8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dadbfe93219e4e8","status":"passed","time":{"start":1726217549449,"stop":1726217549449,"duration":0}},{"uid":"c3ac570ade92eab","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c3ac570ade92eab","status":"passed","time":{"start":1726217491286,"stop":1726217491286,"duration":0}}]},"tags":[]},"source":"6ebe3abec684a7e8.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/94e2f690b6755de2.json b/7434/data/test-cases/6efe942e8456b3ea.json similarity index 93% rename from 7408/data/test-cases/94e2f690b6755de2.json rename to 7434/data/test-cases/6efe942e8456b3ea.json index 3ac54434fa5..c3320cdacf1 100644 --- a/7408/data/test-cases/94e2f690b6755de2.json +++ b/7434/data/test-cases/6efe942e8456b3ea.json @@ -1 +1 @@ -{"uid":"94e2f690b6755de2","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":1725579187569,"stop":1725579187569,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"b738a30d0d456ac","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b738a30d0d456ac","status":"passed","time":{"start":1725578730888,"stop":1725578730888,"duration":0}},{"uid":"64b90b3958a48585","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/64b90b3958a48585","status":"passed","time":{"start":1725578399089,"stop":1725578399089,"duration":0}},{"uid":"c91f363b99fa4e5b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/c91f363b99fa4e5b","status":"passed","time":{"start":1725577666261,"stop":1725577666261,"duration":0}},{"uid":"3785ea055c2d292b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3785ea055c2d292b","status":"passed","time":{"start":1725577318868,"stop":1725577318868,"duration":0}},{"uid":"e9e5a9258030ad14","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e9e5a9258030ad14","status":"passed","time":{"start":1725577277096,"stop":1725577277097,"duration":1}},{"uid":"dd4a3f7ed55bb1","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/dd4a3f7ed55bb1","status":"passed","time":{"start":1725576853146,"stop":1725576853146,"duration":0}}]},"tags":[]},"source":"94e2f690b6755de2.json","parameterValues":[]} \ No newline at end of file +{"uid":"6efe942e8456b3ea","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":1726218778190,"stop":1726218778190,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"8b32ebb8af654290","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8b32ebb8af654290","status":"passed","time":{"start":1726218673548,"stop":1726218673549,"duration":1}},{"uid":"acd2681812c08aa9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/acd2681812c08aa9","status":"passed","time":{"start":1726217946705,"stop":1726217946718,"duration":13}},{"uid":"97c6497179348830","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/97c6497179348830","status":"passed","time":{"start":1726217862773,"stop":1726217862773,"duration":0}}]},"tags":[]},"source":"6efe942e8456b3ea.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/323d3b767c1eaf5d.json b/7434/data/test-cases/6f297511b425bfdf.json similarity index 91% rename from 7408/data/test-cases/323d3b767c1eaf5d.json rename to 7434/data/test-cases/6f297511b425bfdf.json index 64dd5fd2589..0366a4f7da5 100644 --- a/7408/data/test-cases/323d3b767c1eaf5d.json +++ b/7434/data/test-cases/6f297511b425bfdf.json @@ -1 +1 @@ -{"uid":"323d3b767c1eaf5d","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":1725579181249,"stop":1725579181249,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"9676bd5cf69661a7","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/9676bd5cf69661a7","status":"passed","time":{"start":1725578712612,"stop":1725578712612,"duration":0}},{"uid":"4a0a7dbe740274b","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4a0a7dbe740274b","status":"passed","time":{"start":1725578380216,"stop":1725578380217,"duration":1}},{"uid":"d3dd444d1144331c","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d3dd444d1144331c","status":"passed","time":{"start":1725577661449,"stop":1725577661449,"duration":0}},{"uid":"28ee734966a02da","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/28ee734966a02da","status":"passed","time":{"start":1725577308295,"stop":1725577308295,"duration":0}},{"uid":"da0e9910adb08791","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/da0e9910adb08791","status":"passed","time":{"start":1725577255366,"stop":1725577255366,"duration":0}},{"uid":"6833b1e200b9ba1d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/6833b1e200b9ba1d","status":"passed","time":{"start":1725576839385,"stop":1725576839385,"duration":0}}]},"tags":[]},"source":"323d3b767c1eaf5d.json","parameterValues":[]} \ No newline at end of file +{"uid":"6f297511b425bfdf","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":1726218764098,"stop":1726218764098,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"57cd5ae727a6aeb6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/57cd5ae727a6aeb6","status":"passed","time":{"start":1726218659015,"stop":1726218659015,"duration":0}},{"uid":"8db847d1f97c48e2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8db847d1f97c48e2","status":"passed","time":{"start":1726217924742,"stop":1726217924742,"duration":0}},{"uid":"9ad727592440a8a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9ad727592440a8a4","status":"passed","time":{"start":1726217840517,"stop":1726217840517,"duration":0}}]},"tags":[]},"source":"6f297511b425bfdf.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/6f46be6f6d970a7c.json b/7434/data/test-cases/6f46be6f6d970a7c.json new file mode 100644 index 00000000000..34b26255211 --- /dev/null +++ b/7434/data/test-cases/6f46be6f6d970a7c.json @@ -0,0 +1 @@ +{"uid":"6f46be6f6d970a7c","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/!","historyId":"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283098,"stop":1726218283098,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"942f39f0600fba09","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/942f39f0600fba09","status":"passed","time":{"start":1726218188598,"stop":1726218188598,"duration":0}},{"uid":"5945a44bbf5a9154","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5945a44bbf5a9154","status":"passed","time":{"start":1726217441560,"stop":1726217441560,"duration":0}},{"uid":"a8137ae8619fd051","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a8137ae8619fd051","status":"passed","time":{"start":1726217383222,"stop":1726217383222,"duration":0}}]},"tags":[]},"source":"6f46be6f6d970a7c.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/6f855269ae3e689.json b/7434/data/test-cases/6f855269ae3e689.json new file mode 100644 index 00000000000..13b400c5c70 --- /dev/null +++ b/7434/data/test-cases/6f855269ae3e689.json @@ -0,0 +1 @@ +{"uid":"6f855269ae3e689","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":1726218886387,"stop":1726218886390,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"302304fcd21f8572","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/302304fcd21f8572","status":"passed","time":{"start":1726218791845,"stop":1726218791846,"duration":1}},{"uid":"e44df5c108d260a3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e44df5c108d260a3","status":"passed","time":{"start":1726218054673,"stop":1726218054673,"duration":0}},{"uid":"680f3c0d345cc8da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/680f3c0d345cc8da","status":"passed","time":{"start":1726217965430,"stop":1726217965430,"duration":0}}]},"tags":[]},"source":"6f855269ae3e689.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/7de54e517cfda7e2.json b/7434/data/test-cases/6fb5aa1d79912791.json similarity index 67% rename from 7408/data/test-cases/7de54e517cfda7e2.json rename to 7434/data/test-cases/6fb5aa1d79912791.json index 2833f722fda..f4f688d5230 100644 --- a/7408/data/test-cases/7de54e517cfda7e2.json +++ b/7434/data/test-cases/6fb5aa1d79912791.json @@ -1 +1 @@ -{"uid":"7de54e517cfda7e2","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":1725578943273,"stop":1725578943273,"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":7,"unknown":0,"total":7},"items":[{"uid":"b846541e37632b85","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b846541e37632b85","status":"passed","time":{"start":1725578482193,"stop":1725578482193,"duration":0}},{"uid":"9aa2ef5da8ebb03","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9aa2ef5da8ebb03","status":"passed","time":{"start":1725578156667,"stop":1725578156669,"duration":2}},{"uid":"7d64403d1042ff14","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7d64403d1042ff14","status":"passed","time":{"start":1725577429928,"stop":1725577429929,"duration":1}},{"uid":"170dcfd0e6e49a8b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/170dcfd0e6e49a8b","status":"passed","time":{"start":1725577060148,"stop":1725577060148,"duration":0}},{"uid":"b8ee75e75ba2ee2a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b8ee75e75ba2ee2a","status":"passed","time":{"start":1725577040688,"stop":1725577040689,"duration":1}},{"uid":"b3164696d5b3e6a7","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/b3164696d5b3e6a7","status":"passed","time":{"start":1725576604969,"stop":1725576604969,"duration":0}}]},"tags":[]},"source":"7de54e517cfda7e2.json","parameterValues":[]} \ No newline at end of file +{"uid":"6fb5aa1d79912791","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":1726218523025,"stop":1726218523025,"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":4,"unknown":0,"total":4},"items":[{"uid":"ef90c7e178c9f2a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ef90c7e178c9f2a0","status":"passed","time":{"start":1726218422915,"stop":1726218422916,"duration":1}},{"uid":"9eb1bd1efcf37a35","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9eb1bd1efcf37a35","status":"passed","time":{"start":1726217687438,"stop":1726217687438,"duration":0}},{"uid":"148c5cd5ebada45d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/148c5cd5ebada45d","status":"passed","time":{"start":1726217604514,"stop":1726217604515,"duration":1}}]},"tags":[]},"source":"6fb5aa1d79912791.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/bd6704ebc3a54e0f.json b/7434/data/test-cases/6fcad84c00b1720f.json similarity index 64% rename from 7408/data/test-cases/bd6704ebc3a54e0f.json rename to 7434/data/test-cases/6fcad84c00b1720f.json index f77ece31ebc..f04b4482de8 100644 --- a/7408/data/test-cases/bd6704ebc3a54e0f.json +++ b/7434/data/test-cases/6fcad84c00b1720f.json @@ -1 +1 @@ -{"uid":"bd6704ebc3a54e0f","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":1725579337065,"stop":1725579337066,"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":7,"unknown":0,"total":7},"items":[{"uid":"11dac19a3dd4314e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/11dac19a3dd4314e","status":"passed","time":{"start":1725578873502,"stop":1725578873502,"duration":0}},{"uid":"8d9e38f2df49f620","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8d9e38f2df49f620","status":"passed","time":{"start":1725578550474,"stop":1725578550475,"duration":1}},{"uid":"98df0de4b99ffec6","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/98df0de4b99ffec6","status":"passed","time":{"start":1725577813068,"stop":1725577813068,"duration":0}},{"uid":"112bbccd79f48dcb","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/112bbccd79f48dcb","status":"passed","time":{"start":1725577474646,"stop":1725577474647,"duration":1}},{"uid":"a32a20e19f6681e9","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a32a20e19f6681e9","status":"passed","time":{"start":1725577421365,"stop":1725577421365,"duration":0}},{"uid":"bd8431db3ec0b565","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/bd8431db3ec0b565","status":"passed","time":{"start":1725577003651,"stop":1725577003651,"duration":0}}]},"tags":[]},"source":"bd6704ebc3a54e0f.json","parameterValues":[]} \ No newline at end of file +{"uid":"6fcad84c00b1720f","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":1726218926396,"stop":1726218926396,"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":4,"unknown":0,"total":4},"items":[{"uid":"8dea352bac81e59","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8dea352bac81e59","status":"passed","time":{"start":1726218833198,"stop":1726218833198,"duration":0}},{"uid":"b6227468bcb5f2e1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b6227468bcb5f2e1","status":"passed","time":{"start":1726218095393,"stop":1726218095393,"duration":0}},{"uid":"fb38cffaec3f745e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fb38cffaec3f745e","status":"passed","time":{"start":1726218006962,"stop":1726218006962,"duration":0}}]},"tags":[]},"source":"6fcad84c00b1720f.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/6fd7038d9c6972bf.json b/7434/data/test-cases/6fd7038d9c6972bf.json new file mode 100644 index 00000000000..b2ec132e5a9 --- /dev/null +++ b/7434/data/test-cases/6fd7038d9c6972bf.json @@ -0,0 +1 @@ +{"uid":"6fd7038d9c6972bf","name":"peerDiscovery without wakuPeerExchangeDiscovery","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > peerDiscovery without wakuPeerExchangeDiscovery","historyId":"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218777347,"stop":1726218777347,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a8db58f6087b65d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a8db58f6087b65d","status":"passed","time":{"start":1726218700176,"stop":1726218700177,"duration":1}},{"uid":"d1052525a440082e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d1052525a440082e","status":"passed","time":{"start":1726217955950,"stop":1726217955950,"duration":0}},{"uid":"fe0e9fa05295a6f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fe0e9fa05295a6f0","status":"passed","time":{"start":1726217870055,"stop":1726217870055,"duration":0}}]},"tags":[]},"source":"6fd7038d9c6972bf.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d5989105ea8dee4a.json b/7434/data/test-cases/705e34138455fa75.json similarity index 89% rename from 7408/data/test-cases/d5989105ea8dee4a.json rename to 7434/data/test-cases/705e34138455fa75.json index aeaf5c43b19..2323ae57ac0 100644 --- a/7408/data/test-cases/d5989105ea8dee4a.json +++ b/7434/data/test-cases/705e34138455fa75.json @@ -1 +1 @@ -{"uid":"d5989105ea8dee4a","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":1725579219626,"stop":1725579219626,"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":7,"passed":0,"unknown":0,"total":7},"items":[{"uid":"5cdd202b46fc23d7","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5cdd202b46fc23d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578761136,"stop":1725578761136,"duration":0}},{"uid":"2d08182cdde1c800","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2d08182cdde1c800","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578429992,"stop":1725578429992,"duration":0}},{"uid":"ae26827948238750","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ae26827948238750","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577692796,"stop":1725577692796,"duration":0}},{"uid":"eaf5372adbc4d280","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/eaf5372adbc4d280","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577353970,"stop":1725577353970,"duration":0}},{"uid":"5544940069c4d456","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/5544940069c4d456","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577301902,"stop":1725577301902,"duration":0}},{"uid":"c487fdfdbc1ca13","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c487fdfdbc1ca13","status":"skipped","statusDetails":"Test ignored","time":{"start":1725576895925,"stop":1725576895925,"duration":0}}]},"tags":[]},"source":"d5989105ea8dee4a.json","parameterValues":[]} \ No newline at end of file +{"uid":"705e34138455fa75","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":1726218806766,"stop":1726218806766,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"2fe4671d14a43cc4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fe4671d14a43cc4","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218706748,"stop":1726218706748,"duration":0}},{"uid":"52aa7f8c3c7dab29","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/52aa7f8c3c7dab29","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217976621,"stop":1726217976622,"duration":1}},{"uid":"a47604b2d870268c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a47604b2d870268c","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217890303,"stop":1726217890303,"duration":0}}]},"tags":[]},"source":"705e34138455fa75.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/707d97b279ffa5c0.json b/7434/data/test-cases/707d97b279ffa5c0.json new file mode 100644 index 00000000000..45eebc18d78 --- /dev/null +++ b/7434/data/test-cases/707d97b279ffa5c0.json @@ -0,0 +1 @@ +{"uid":"707d97b279ffa5c0","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":1726218291661,"stop":1726218291661,"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":4,"unknown":0,"total":4},"items":[{"uid":"1ad0f44342bb3168","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ad0f44342bb3168","status":"passed","time":{"start":1726218196999,"stop":1726218196999,"duration":0}},{"uid":"a52ccb718adb577a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a52ccb718adb577a","status":"passed","time":{"start":1726217450197,"stop":1726217450197,"duration":0}},{"uid":"82f0e54a451727da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82f0e54a451727da","status":"passed","time":{"start":1726217391848,"stop":1726217391849,"duration":1}}]},"tags":[]},"source":"707d97b279ffa5c0.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/709406fe1315a0fe.json b/7434/data/test-cases/709406fe1315a0fe.json new file mode 100644 index 00000000000..0c31f1a0b8e --- /dev/null +++ b/7434/data/test-cases/709406fe1315a0fe.json @@ -0,0 +1 @@ +{"uid":"709406fe1315a0fe","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":1726218304474,"stop":1726218304474,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"2b6ae0538300a030","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2b6ae0538300a030","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218209567,"stop":1726218209567,"duration":0}},{"uid":"5bdc3556cf623f84","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5bdc3556cf623f84","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217463043,"stop":1726217463043,"duration":0}},{"uid":"d6c699ee9945660","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d6c699ee9945660","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217404609,"stop":1726217404609,"duration":0}}]},"tags":[]},"source":"709406fe1315a0fe.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/fe20e04c0b7b98e3.json b/7434/data/test-cases/70ad196fb3876722.json similarity index 90% rename from 7408/data/test-cases/fe20e04c0b7b98e3.json rename to 7434/data/test-cases/70ad196fb3876722.json index 3e6ba51903f..8faa13280a9 100644 --- a/7408/data/test-cases/fe20e04c0b7b98e3.json +++ b/7434/data/test-cases/70ad196fb3876722.json @@ -1 +1 @@ -{"uid":"fe20e04c0b7b98e3","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":1725578940163,"stop":1725578940165,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"70d80986799da3ec","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/70d80986799da3ec","status":"passed","time":{"start":1725578482076,"stop":1725578482076,"duration":0}},{"uid":"286a3bd061ec222e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/286a3bd061ec222e","status":"passed","time":{"start":1725578159566,"stop":1725578159566,"duration":0}},{"uid":"8a5191453397f170","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/8a5191453397f170","status":"passed","time":{"start":1725577422739,"stop":1725577422740,"duration":1}},{"uid":"fb92d5a65ebd03c7","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/fb92d5a65ebd03c7","status":"passed","time":{"start":1725577067108,"stop":1725577067108,"duration":0}},{"uid":"f7fff183f95855cb","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f7fff183f95855cb","status":"passed","time":{"start":1725577018865,"stop":1725577018866,"duration":1}},{"uid":"5fa817f4d8c8cd58","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5fa817f4d8c8cd58","status":"passed","time":{"start":1725576607340,"stop":1725576607340,"duration":0}}]},"tags":[]},"source":"fe20e04c0b7b98e3.json","parameterValues":[]} \ No newline at end of file +{"uid":"70ad196fb3876722","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":1726218510989,"stop":1726218510989,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"401c84faeee6d58d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/401c84faeee6d58d","status":"passed","time":{"start":1726218417154,"stop":1726218417154,"duration":0}},{"uid":"f905fc86f8a7bacc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f905fc86f8a7bacc","status":"passed","time":{"start":1726217677843,"stop":1726217677843,"duration":0}},{"uid":"2782606e9b9aa56c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2782606e9b9aa56c","status":"passed","time":{"start":1726217616847,"stop":1726217616847,"duration":0}}]},"tags":[]},"source":"70ad196fb3876722.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/da13fefc9354a024.json b/7434/data/test-cases/7112b51adb4e6712.json similarity index 65% rename from 7408/data/test-cases/da13fefc9354a024.json rename to 7434/data/test-cases/7112b51adb4e6712.json index de1ae9ce1b3..530fc55e998 100644 --- a/7408/data/test-cases/da13fefc9354a024.json +++ b/7434/data/test-cases/7112b51adb4e6712.json @@ -1 +1 @@ -{"uid":"da13fefc9354a024","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":1725578833276,"stop":1725578833277,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"e7233301ce4c92ca","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e7233301ce4c92ca","status":"passed","time":{"start":1725578383417,"stop":1725578383418,"duration":1}},{"uid":"40e8ec4a7195ed37","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/40e8ec4a7195ed37","status":"passed","time":{"start":1725578049899,"stop":1725578049900,"duration":1}},{"uid":"2c89fcb1e0401e42","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2c89fcb1e0401e42","status":"passed","time":{"start":1725577334272,"stop":1725577334273,"duration":1}},{"uid":"e5ca7bb41d15002f","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e5ca7bb41d15002f","status":"passed","time":{"start":1725576977275,"stop":1725576977276,"duration":1}},{"uid":"8959c244fe4f92de","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8959c244fe4f92de","status":"passed","time":{"start":1725576922772,"stop":1725576922773,"duration":1}},{"uid":"a98ffddda0b5c304","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a98ffddda0b5c304","status":"passed","time":{"start":1725576508100,"stop":1725576508100,"duration":0}}]},"tags":[]},"source":"da13fefc9354a024.json","parameterValues":[]} \ No newline at end of file +{"uid":"7112b51adb4e6712","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":1726218410955,"stop":1726218410955,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"d81c4dc5348bcbc8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d81c4dc5348bcbc8","status":"passed","time":{"start":1726218315929,"stop":1726218315929,"duration":0}},{"uid":"780cb6abf9cec399","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/780cb6abf9cec399","status":"passed","time":{"start":1726217577147,"stop":1726217577148,"duration":1}},{"uid":"b81cd478f267589f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b81cd478f267589f","status":"passed","time":{"start":1726217509416,"stop":1726217509416,"duration":0}}]},"tags":[]},"source":"7112b51adb4e6712.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/71256f7045ae34.json b/7434/data/test-cases/71256f7045ae34.json new file mode 100644 index 00000000000..4cce573875a --- /dev/null +++ b/7434/data/test-cases/71256f7045ae34.json @@ -0,0 +1 @@ +{"uid":"71256f7045ae34","name":"Ordered Callback sorting by timestamp while page direction is false","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Ordered Callback sorting by timestamp while page direction is false","historyId":"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218898754,"stop":1726218898754,"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":4,"unknown":0,"total":4},"items":[{"uid":"ca06431b0b3ac83c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca06431b0b3ac83c","status":"passed","time":{"start":1726218807211,"stop":1726218807212,"duration":1}},{"uid":"1bade847af628851","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1bade847af628851","status":"passed","time":{"start":1726218077540,"stop":1726218077540,"duration":0}},{"uid":"cb2d35c22589085b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cb2d35c22589085b","status":"passed","time":{"start":1726217979449,"stop":1726217979449,"duration":0}}]},"tags":[]},"source":"71256f7045ae34.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/afab2fee03a7d70a.json b/7434/data/test-cases/715e3f70c8d9def2.json similarity index 83% rename from 7408/data/test-cases/afab2fee03a7d70a.json rename to 7434/data/test-cases/715e3f70c8d9def2.json index 96bd9b7e59a..2e6cb59c0f2 100644 --- a/7408/data/test-cases/afab2fee03a7d70a.json +++ b/7434/data/test-cases/715e3f70c8d9def2.json @@ -1 +1 @@ -{"uid":"afab2fee03a7d70a","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":1725579256761,"stop":1725579256761,"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":7,"unknown":0,"total":7},"items":[{"uid":"2a1167d7936284f","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/2a1167d7936284f","status":"passed","time":{"start":1725578798784,"stop":1725578798784,"duration":0}},{"uid":"78c8173b46ffe035","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/78c8173b46ffe035","status":"passed","time":{"start":1725578454614,"stop":1725578454614,"duration":0}},{"uid":"6a9205fe96f6225d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6a9205fe96f6225d","status":"passed","time":{"start":1725577731198,"stop":1725577731199,"duration":1}},{"uid":"aa857b813ab6a2a9","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/aa857b813ab6a2a9","status":"passed","time":{"start":1725577382526,"stop":1725577382526,"duration":0}},{"uid":"93b0c207b010e56e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/93b0c207b010e56e","status":"passed","time":{"start":1725577342262,"stop":1725577342262,"duration":0}},{"uid":"790671b671c2824c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/790671b671c2824c","status":"passed","time":{"start":1725576910256,"stop":1725576910257,"duration":1}}]},"tags":[]},"source":"afab2fee03a7d70a.json","parameterValues":[]} \ No newline at end of file +{"uid":"715e3f70c8d9def2","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":1726218843765,"stop":1726218843765,"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":4,"unknown":0,"total":4},"items":[{"uid":"123b24bbf70c56bc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/123b24bbf70c56bc","status":"passed","time":{"start":1726218748385,"stop":1726218748389,"duration":4}},{"uid":"27f30c6a16a7a99e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/27f30c6a16a7a99e","status":"passed","time":{"start":1726218011623,"stop":1726218011623,"duration":0}},{"uid":"1def0d092b574c5a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1def0d092b574c5a","status":"passed","time":{"start":1726217923177,"stop":1726217923178,"duration":1}}]},"tags":[]},"source":"715e3f70c8d9def2.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/71ba1b692379f2e6.json b/7434/data/test-cases/71ba1b692379f2e6.json new file mode 100644 index 00000000000..0a2ef13a350 --- /dev/null +++ b/7434/data/test-cases/71ba1b692379f2e6.json @@ -0,0 +1 @@ +{"uid":"71ba1b692379f2e6","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":1726218345042,"stop":1726218345042,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"9a1a71832fbaedc9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9a1a71832fbaedc9","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218250243,"stop":1726218250243,"duration":0}},{"uid":"920710cda25361bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/920710cda25361bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217507044,"stop":1726217507044,"duration":0}},{"uid":"28e2b086cb76cc97","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/28e2b086cb76cc97","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217445625,"stop":1726217445626,"duration":1}}]},"tags":[]},"source":"71ba1b692379f2e6.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/47142e49def049bc.json b/7434/data/test-cases/720449b875078c85.json similarity index 64% rename from 7408/data/test-cases/47142e49def049bc.json rename to 7434/data/test-cases/720449b875078c85.json index fed54b16d2a..0112d77cd38 100644 --- a/7408/data/test-cases/47142e49def049bc.json +++ b/7434/data/test-cases/720449b875078c85.json @@ -1 +1 @@ -{"uid":"47142e49def049bc","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":1725578769505,"stop":1725578769505,"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":7,"unknown":0,"total":7},"items":[{"uid":"682b3afacdc798da","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/682b3afacdc798da","status":"passed","time":{"start":1725578312721,"stop":1725578312722,"duration":1}},{"uid":"f17286069ecb00bd","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f17286069ecb00bd","status":"passed","time":{"start":1725577984610,"stop":1725577984610,"duration":0}},{"uid":"ea55ba95f9aaed5b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ea55ba95f9aaed5b","status":"passed","time":{"start":1725577253241,"stop":1725577253242,"duration":1}},{"uid":"d27247010cb92df2","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d27247010cb92df2","status":"passed","time":{"start":1725576900876,"stop":1725576900877,"duration":1}},{"uid":"75521f2d90ca74c4","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/75521f2d90ca74c4","status":"passed","time":{"start":1725576853655,"stop":1725576853656,"duration":1}},{"uid":"f1a27c01901deb08","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f1a27c01901deb08","status":"passed","time":{"start":1725576438905,"stop":1725576438905,"duration":0}}]},"tags":[]},"source":"47142e49def049bc.json","parameterValues":[]} \ No newline at end of file +{"uid":"720449b875078c85","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":1726218346773,"stop":1726218346774,"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":4,"unknown":0,"total":4},"items":[{"uid":"89f9bd0aa90710c4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/89f9bd0aa90710c4","status":"passed","time":{"start":1726218251125,"stop":1726218251126,"duration":1}},{"uid":"5a71615e25f1b249","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a71615e25f1b249","status":"passed","time":{"start":1726217503656,"stop":1726217503656,"duration":0}},{"uid":"c0bc33eff040ca11","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c0bc33eff040ca11","status":"passed","time":{"start":1726217444759,"stop":1726217444760,"duration":1}}]},"tags":[]},"source":"720449b875078c85.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/7236d7a09f2b3797.json b/7434/data/test-cases/7236d7a09f2b3797.json new file mode 100644 index 00000000000..e8c2f9cb68b --- /dev/null +++ b/7434/data/test-cases/7236d7a09f2b3797.json @@ -0,0 +1 @@ +{"uid":"7236d7a09f2b3797","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":1726218862994,"stop":1726218862995,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"d1ccdd3ed4cbea35","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d1ccdd3ed4cbea35","status":"passed","time":{"start":1726218781378,"stop":1726218781378,"duration":0}},{"uid":"fdda0479736669ef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fdda0479736669ef","status":"passed","time":{"start":1726218013692,"stop":1726218013693,"duration":1}},{"uid":"f7e625de80add99e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f7e625de80add99e","status":"passed","time":{"start":1726217945326,"stop":1726217945327,"duration":1}}]},"tags":[]},"source":"7236d7a09f2b3797.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/7264ab816db8796.json b/7434/data/test-cases/7264ab816db8796.json new file mode 100644 index 00000000000..f1d6896bd46 --- /dev/null +++ b/7434/data/test-cases/7264ab816db8796.json @@ -0,0 +1 @@ +{"uid":"7264ab816db8796","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":1726218345035,"stop":1726218345035,"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":4,"unknown":0,"total":4},"items":[{"uid":"fd073831cafc6045","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fd073831cafc6045","status":"passed","time":{"start":1726218250234,"stop":1726218250236,"duration":2}},{"uid":"d7744a9a71a89187","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d7744a9a71a89187","status":"passed","time":{"start":1726217507042,"stop":1726217507042,"duration":0}},{"uid":"9aaa8ca2501e5563","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9aaa8ca2501e5563","status":"passed","time":{"start":1726217445621,"stop":1726217445624,"duration":3}}]},"tags":[]},"source":"7264ab816db8796.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c8957e02611814ac.json b/7434/data/test-cases/7287df32d636fb32.json similarity index 92% rename from 7408/data/test-cases/c8957e02611814ac.json rename to 7434/data/test-cases/7287df32d636fb32.json index 84dd3f4acbd..9d183517399 100644 --- a/7408/data/test-cases/c8957e02611814ac.json +++ b/7434/data/test-cases/7287df32d636fb32.json @@ -1 +1 @@ -{"uid":"c8957e02611814ac","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":1725579297945,"stop":1725579297945,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"55a69a5bb21dc40d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/55a69a5bb21dc40d","status":"passed","time":{"start":1725578825339,"stop":1725578825339,"duration":0}},{"uid":"ecfccccbd911735a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ecfccccbd911735a","status":"passed","time":{"start":1725578516965,"stop":1725578516966,"duration":1}},{"uid":"747a4078297e3115","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/747a4078297e3115","status":"passed","time":{"start":1725577784891,"stop":1725577784894,"duration":3}},{"uid":"e76fb6493f192b57","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e76fb6493f192b57","status":"passed","time":{"start":1725577433742,"stop":1725577433742,"duration":0}},{"uid":"93baae1deda63ca5","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/93baae1deda63ca5","status":"passed","time":{"start":1725577392035,"stop":1725577392035,"duration":0}},{"uid":"4fc49b734ad5e785","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4fc49b734ad5e785","status":"passed","time":{"start":1725576971803,"stop":1725576971803,"duration":0}}]},"tags":[]},"source":"c8957e02611814ac.json","parameterValues":[]} \ No newline at end of file +{"uid":"7287df32d636fb32","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":1726218879286,"stop":1726218879286,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"28bb03a41b051575","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/28bb03a41b051575","status":"passed","time":{"start":1726218787570,"stop":1726218787571,"duration":1}},{"uid":"82b7499e042a1d6a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/82b7499e042a1d6a","status":"passed","time":{"start":1726218066272,"stop":1726218066272,"duration":0}},{"uid":"f2e5f934b5060f23","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f2e5f934b5060f23","status":"passed","time":{"start":1726217965294,"stop":1726217965295,"duration":1}}]},"tags":[]},"source":"7287df32d636fb32.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/87eaec0628acc1c3.json b/7434/data/test-cases/729a70bf5dcc58ae.json similarity index 57% rename from 7408/data/test-cases/87eaec0628acc1c3.json rename to 7434/data/test-cases/729a70bf5dcc58ae.json index ab65f9adf8a..2a2abd5bdc1 100644 --- a/7408/data/test-cases/87eaec0628acc1c3.json +++ b/7434/data/test-cases/729a70bf5dcc58ae.json @@ -1 +1 @@ -{"uid":"87eaec0628acc1c3","name":"ignores domain fetching errors","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > ignores domain fetching errors","historyId":"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578730395,"stop":1725578730396,"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":7,"unknown":0,"total":7},"items":[{"uid":"620f2a5c6132a488","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/620f2a5c6132a488","status":"passed","time":{"start":1725578273564,"stop":1725578273565,"duration":1}},{"uid":"3623c0bb74c860db","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3623c0bb74c860db","status":"passed","time":{"start":1725577945949,"stop":1725577945949,"duration":0}},{"uid":"e0bc6f68132bd6b7","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e0bc6f68132bd6b7","status":"passed","time":{"start":1725577213595,"stop":1725577213595,"duration":0}},{"uid":"df44c769e8c71385","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/df44c769e8c71385","status":"passed","time":{"start":1725576860203,"stop":1725576860203,"duration":0}},{"uid":"7b258b5a6b8cc4b7","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/7b258b5a6b8cc4b7","status":"passed","time":{"start":1725576813309,"stop":1725576813309,"duration":0}},{"uid":"57fbcae43b8e323b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/57fbcae43b8e323b","status":"passed","time":{"start":1725576395195,"stop":1725576395196,"duration":1}}]},"tags":[]},"source":"87eaec0628acc1c3.json","parameterValues":[]} \ No newline at end of file +{"uid":"729a70bf5dcc58ae","name":"ignores domain fetching errors","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > ignores domain fetching errors","historyId":"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218304464,"stop":1726218304465,"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":4,"unknown":0,"total":4},"items":[{"uid":"373058ef2b2ce42e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/373058ef2b2ce42e","status":"passed","time":{"start":1726218209564,"stop":1726218209564,"duration":0}},{"uid":"defa396601618ef1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/defa396601618ef1","status":"passed","time":{"start":1726217463039,"stop":1726217463039,"duration":0}},{"uid":"1c500a8e97405278","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1c500a8e97405278","status":"passed","time":{"start":1726217404605,"stop":1726217404605,"duration":0}}]},"tags":[]},"source":"729a70bf5dcc58ae.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/26756c512db43282.json b/7434/data/test-cases/7369b2cfed18dbc5.json similarity index 70% rename from 7408/data/test-cases/26756c512db43282.json rename to 7434/data/test-cases/7369b2cfed18dbc5.json index 3a906545e25..b05b3b01a66 100644 --- a/7408/data/test-cases/26756c512db43282.json +++ b/7434/data/test-cases/7369b2cfed18dbc5.json @@ -1 +1 @@ -{"uid":"26756c512db43282","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","historyId":"3f3fdd0f17e805c2e0f6beef8ccb5084:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579102814,"stop":1725579102814,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"661d5cb7ae23f1a8","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/661d5cb7ae23f1a8","status":"passed","time":{"start":1725578664276,"stop":1725578664278,"duration":2}},{"uid":"62380ed6bd4558dd","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/62380ed6bd4558dd","status":"passed","time":{"start":1725578314151,"stop":1725578314152,"duration":1}},{"uid":"ea6982a07c841106","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ea6982a07c841106","status":"passed","time":{"start":1725577562990,"stop":1725577562990,"duration":0}},{"uid":"e179d4d1c526b823","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e179d4d1c526b823","status":"passed","time":{"start":1725577209711,"stop":1725577209711,"duration":0}},{"uid":"d239fd899223d183","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d239fd899223d183","status":"passed","time":{"start":1725577172601,"stop":1725577172602,"duration":1}},{"uid":"48dc44d21e75561d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/48dc44d21e75561d","status":"passed","time":{"start":1725576779747,"stop":1725576779747,"duration":0}}]},"tags":[]},"source":"26756c512db43282.json","parameterValues":[]} \ No newline at end of file +{"uid":"7369b2cfed18dbc5","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","historyId":"3f3fdd0f17e805c2e0f6beef8ccb5084:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218669780,"stop":1726218669781,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2129598bd46d2821","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2129598bd46d2821","status":"passed","time":{"start":1726218612987,"stop":1726218612988,"duration":1}},{"uid":"f94d798aba06a946","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f94d798aba06a946","status":"passed","time":{"start":1726217868256,"stop":1726217868257,"duration":1}},{"uid":"7a6c2c17b346ba0a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7a6c2c17b346ba0a","status":"passed","time":{"start":1726217785181,"stop":1726217785182,"duration":1}}]},"tags":[]},"source":"7369b2cfed18dbc5.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/88ed9ad966206fc4.json b/7434/data/test-cases/7431e5b235325a1f.json similarity index 61% rename from 7408/data/test-cases/88ed9ad966206fc4.json rename to 7434/data/test-cases/7431e5b235325a1f.json index 704fad91bc9..0237599c251 100644 --- a/7408/data/test-cases/88ed9ad966206fc4.json +++ b/7434/data/test-cases/7431e5b235325a1f.json @@ -1 +1 @@ -{"uid":"88ed9ad966206fc4","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":1725579061639,"stop":1725579061640,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"18fc6fc927dc7b0b","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/18fc6fc927dc7b0b","status":"passed","time":{"start":1725578598311,"stop":1725578598312,"duration":1}},{"uid":"b369fc6c21f7849c","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/b369fc6c21f7849c","status":"passed","time":{"start":1725578273411,"stop":1725578273411,"duration":0}},{"uid":"158cfe5e98e8d2e7","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/158cfe5e98e8d2e7","status":"passed","time":{"start":1725577539374,"stop":1725577539374,"duration":0}},{"uid":"ab5f7b67f37823e4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/ab5f7b67f37823e4","status":"passed","time":{"start":1725577200219,"stop":1725577200219,"duration":0}},{"uid":"e170cb236531ecb1","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e170cb236531ecb1","status":"passed","time":{"start":1725577150916,"stop":1725577150917,"duration":1}},{"uid":"7c9cad065fd8d1cc","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/7c9cad065fd8d1cc","status":"passed","time":{"start":1725576726844,"stop":1725576726844,"duration":0}}]},"tags":[]},"source":"88ed9ad966206fc4.json","parameterValues":[]} \ No newline at end of file +{"uid":"7431e5b235325a1f","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":1726218651144,"stop":1726218651145,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"c6c27c1723a57367","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c6c27c1723a57367","status":"passed","time":{"start":1726218550066,"stop":1726218550066,"duration":0}},{"uid":"4c22b3d5c5aabacb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c22b3d5c5aabacb","status":"passed","time":{"start":1726217804580,"stop":1726217804581,"duration":1}},{"uid":"7b0c09bd5f333c7f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7b0c09bd5f333c7f","status":"passed","time":{"start":1726217733943,"stop":1726217733944,"duration":1}}]},"tags":[]},"source":"7431e5b235325a1f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a1b75438a452f9d3.json b/7434/data/test-cases/74588ef3ba61f4c2.json similarity index 89% rename from 7408/data/test-cases/a1b75438a452f9d3.json rename to 7434/data/test-cases/74588ef3ba61f4c2.json index df08f2e04a5..65e168978ce 100644 --- a/7408/data/test-cases/a1b75438a452f9d3.json +++ b/7434/data/test-cases/74588ef3ba61f4c2.json @@ -1 +1 @@ -{"uid":"a1b75438a452f9d3","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":1725579272800,"stop":1725579272800,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"ae606518900ed118","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ae606518900ed118","status":"passed","time":{"start":1725578809273,"stop":1725578809273,"duration":0}},{"uid":"37562151704b6e95","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/37562151704b6e95","status":"passed","time":{"start":1725578497057,"stop":1725578497057,"duration":0}},{"uid":"ea095e0c0bdbddf5","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ea095e0c0bdbddf5","status":"passed","time":{"start":1725577747315,"stop":1725577747316,"duration":1}},{"uid":"1c96f86631a4ce8a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1c96f86631a4ce8a","status":"passed","time":{"start":1725577413233,"stop":1725577413234,"duration":1}},{"uid":"2453c09b91b5a179","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2453c09b91b5a179","status":"passed","time":{"start":1725577362006,"stop":1725577362006,"duration":0}},{"uid":"38b3b2d02594f681","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/38b3b2d02594f681","status":"passed","time":{"start":1725576938401,"stop":1725576938402,"duration":1}}]},"tags":[]},"source":"a1b75438a452f9d3.json","parameterValues":[]} \ No newline at end of file +{"uid":"74588ef3ba61f4c2","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":1726218863002,"stop":1726218863003,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"9e9c6bbabe93c9ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9e9c6bbabe93c9ae","status":"passed","time":{"start":1726218781380,"stop":1726218781380,"duration":0}},{"uid":"d05befb19538bf00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d05befb19538bf00","status":"passed","time":{"start":1726218013696,"stop":1726218013696,"duration":0}},{"uid":"1f95e15f7771a91c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f95e15f7771a91c","status":"passed","time":{"start":1726217945328,"stop":1726217945329,"duration":1}}]},"tags":[]},"source":"74588ef3ba61f4c2.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4815b8fed3c6361b.json b/7434/data/test-cases/7520aef96caaa0e1.json similarity index 67% rename from 7408/data/test-cases/4815b8fed3c6361b.json rename to 7434/data/test-cases/7520aef96caaa0e1.json index c430c9931c7..cbcb86db63b 100644 --- a/7408/data/test-cases/4815b8fed3c6361b.json +++ b/7434/data/test-cases/7520aef96caaa0e1.json @@ -1 +1 @@ -{"uid":"4815b8fed3c6361b","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":1725578943248,"stop":1725578943254,"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=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":7,"unknown":0,"total":7},"items":[{"uid":"7c33705008b184e3","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/7c33705008b184e3","status":"passed","time":{"start":1725578482163,"stop":1725578482163,"duration":0}},{"uid":"f36988da43ab559e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f36988da43ab559e","status":"passed","time":{"start":1725578156645,"stop":1725578156646,"duration":1}},{"uid":"ad8896c61fc719ea","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ad8896c61fc719ea","status":"passed","time":{"start":1725577429915,"stop":1725577429915,"duration":0}},{"uid":"c9f51b2ae608752d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/c9f51b2ae608752d","status":"passed","time":{"start":1725577060134,"stop":1725577060134,"duration":0}},{"uid":"c465f5e2a63e56bc","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c465f5e2a63e56bc","status":"passed","time":{"start":1725577040663,"stop":1725577040664,"duration":1}},{"uid":"ec7313994f98cdd1","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ec7313994f98cdd1","status":"passed","time":{"start":1725576604956,"stop":1725576604956,"duration":0}}]},"tags":[]},"source":"4815b8fed3c6361b.json","parameterValues":[]} \ No newline at end of file +{"uid":"7520aef96caaa0e1","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":1726218523014,"stop":1726218523015,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b902ae0620d98322","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b902ae0620d98322","status":"passed","time":{"start":1726218422897,"stop":1726218422897,"duration":0}},{"uid":"d104607e2829a325","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d104607e2829a325","status":"passed","time":{"start":1726217687422,"stop":1726217687422,"duration":0}},{"uid":"e9532e3f93f44306","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e9532e3f93f44306","status":"passed","time":{"start":1726217604489,"stop":1726217604489,"duration":0}}]},"tags":[]},"source":"7520aef96caaa0e1.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a3e9876e04a5faa7.json b/7434/data/test-cases/756eb1c6d7cc0faa.json similarity index 89% rename from 7408/data/test-cases/a3e9876e04a5faa7.json rename to 7434/data/test-cases/756eb1c6d7cc0faa.json index e6ae6b9b5db..445ae17122a 100644 --- a/7408/data/test-cases/a3e9876e04a5faa7.json +++ b/7434/data/test-cases/756eb1c6d7cc0faa.json @@ -1 +1 @@ -{"uid":"a3e9876e04a5faa7","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":1725579222588,"stop":1725579222589,"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":7,"unknown":0,"total":7},"items":[{"uid":"d5d696c14e92f994","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d5d696c14e92f994","status":"passed","time":{"start":1725578764296,"stop":1725578764296,"duration":0}},{"uid":"f39c89b1dc40ceef","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f39c89b1dc40ceef","status":"passed","time":{"start":1725578435672,"stop":1725578435673,"duration":1}},{"uid":"d08dcf6aefe37f3","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d08dcf6aefe37f3","status":"passed","time":{"start":1725577700008,"stop":1725577700009,"duration":1}},{"uid":"d911c51551272c61","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d911c51551272c61","status":"passed","time":{"start":1725577356744,"stop":1725577356744,"duration":0}},{"uid":"3aeaf65ed1bd48bf","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/3aeaf65ed1bd48bf","status":"passed","time":{"start":1725577310401,"stop":1725577310402,"duration":1}},{"uid":"caec24986716075f","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/caec24986716075f","status":"passed","time":{"start":1725576887798,"stop":1725576887798,"duration":0}}]},"tags":[]},"source":"a3e9876e04a5faa7.json","parameterValues":[]} \ No newline at end of file +{"uid":"756eb1c6d7cc0faa","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":1726218812476,"stop":1726218812476,"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":4,"unknown":0,"total":4},"items":[{"uid":"385dccad85046253","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/385dccad85046253","status":"passed","time":{"start":1726218708424,"stop":1726218708425,"duration":1}},{"uid":"d5d62e67d9328415","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d5d62e67d9328415","status":"passed","time":{"start":1726217980052,"stop":1726217980052,"duration":0}},{"uid":"6e7d2da28d723c4f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e7d2da28d723c4f","status":"passed","time":{"start":1726217896505,"stop":1726217896506,"duration":1}}]},"tags":[]},"source":"756eb1c6d7cc0faa.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e759c023dac51626.json b/7434/data/test-cases/75a3acbad1032ec4.json similarity index 84% rename from 7408/data/test-cases/e759c023dac51626.json rename to 7434/data/test-cases/75a3acbad1032ec4.json index 8e2e26e4dfe..3bdd4d10a4d 100644 --- a/7408/data/test-cases/e759c023dac51626.json +++ b/7434/data/test-cases/75a3acbad1032ec4.json @@ -1 +1 @@ -{"uid":"e759c023dac51626","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":1725578734308,"stop":1725578734309,"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":7,"unknown":0,"total":7},"items":[{"uid":"5b555c96d3d6d379","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5b555c96d3d6d379","status":"passed","time":{"start":1725578277365,"stop":1725578277365,"duration":0}},{"uid":"30d495c6ce345c50","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/30d495c6ce345c50","status":"passed","time":{"start":1725577949912,"stop":1725577949912,"duration":0}},{"uid":"62b323cda087b9a9","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/62b323cda087b9a9","status":"passed","time":{"start":1725577217475,"stop":1725577217475,"duration":0}},{"uid":"774415db2fb44fe2","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/774415db2fb44fe2","status":"passed","time":{"start":1725576864180,"stop":1725576864180,"duration":0}},{"uid":"ba1e19cb4426119a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/ba1e19cb4426119a","status":"passed","time":{"start":1725576817206,"stop":1725576817206,"duration":0}},{"uid":"fe43f001ed40db86","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/fe43f001ed40db86","status":"passed","time":{"start":1725576399276,"stop":1725576399276,"duration":0}}]},"tags":[]},"source":"e759c023dac51626.json","parameterValues":[]} \ No newline at end of file +{"uid":"75a3acbad1032ec4","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":1726218308583,"stop":1726218308583,"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":4,"unknown":0,"total":4},"items":[{"uid":"5b30cd825e9d9fc8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5b30cd825e9d9fc8","status":"passed","time":{"start":1726218213409,"stop":1726218213409,"duration":0}},{"uid":"8a1610f72c58596f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a1610f72c58596f","status":"passed","time":{"start":1726217466676,"stop":1726217466676,"duration":0}},{"uid":"4117c1a050f69c8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4117c1a050f69c8","status":"passed","time":{"start":1726217408297,"stop":1726217408297,"duration":0}}]},"tags":[]},"source":"75a3acbad1032ec4.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/75c50a9372841e04.json b/7434/data/test-cases/75c50a9372841e04.json new file mode 100644 index 00000000000..9c41bf8bfe8 --- /dev/null +++ b/7434/data/test-cases/75c50a9372841e04.json @@ -0,0 +1 @@ +{"uid":"75c50a9372841e04","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":1726218304535,"stop":1726218304535,"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":4,"unknown":0,"total":4},"items":[{"uid":"16cc5cb2e0f011f1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/16cc5cb2e0f011f1","status":"passed","time":{"start":1726218209373,"stop":1726218209373,"duration":0}},{"uid":"4c9d3cc8fc0fbb19","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c9d3cc8fc0fbb19","status":"passed","time":{"start":1726217462334,"stop":1726217462336,"duration":2}},{"uid":"2f4ff238658c8107","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f4ff238658c8107","status":"passed","time":{"start":1726217404187,"stop":1726217404188,"duration":1}}]},"tags":[]},"source":"75c50a9372841e04.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c6e6ba12ddffb5e4.json b/7434/data/test-cases/75f399477ee03636.json similarity index 76% rename from 7408/data/test-cases/c6e6ba12ddffb5e4.json rename to 7434/data/test-cases/75f399477ee03636.json index c75feeee985..aaaa81801a6 100644 --- a/7408/data/test-cases/c6e6ba12ddffb5e4.json +++ b/7434/data/test-cases/75f399477ee03636.json @@ -1 +1 @@ -{"uid":"c6e6ba12ddffb5e4","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":1725579310635,"stop":1725579310636,"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":7,"unknown":0,"total":7},"items":[{"uid":"a3dcab739f5aacbe","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a3dcab739f5aacbe","status":"passed","time":{"start":1725578851754,"stop":1725578851754,"duration":0}},{"uid":"9fbf13c5f0dba172","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9fbf13c5f0dba172","status":"passed","time":{"start":1725578528324,"stop":1725578528326,"duration":2}},{"uid":"1f96f6e00397090f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1f96f6e00397090f","status":"passed","time":{"start":1725577788026,"stop":1725577788027,"duration":1}},{"uid":"5c433ff097f708dc","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/5c433ff097f708dc","status":"passed","time":{"start":1725577450857,"stop":1725577450858,"duration":1}},{"uid":"8bd65d436b76cb1f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8bd65d436b76cb1f","status":"passed","time":{"start":1725577393099,"stop":1725577393099,"duration":0}},{"uid":"b899562fa1ac5c7d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/b899562fa1ac5c7d","status":"passed","time":{"start":1725576982841,"stop":1725576982841,"duration":0}}]},"tags":[]},"source":"c6e6ba12ddffb5e4.json","parameterValues":[]} \ No newline at end of file +{"uid":"75f399477ee03636","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":1726218903001,"stop":1726218903004,"duration":3},"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":4,"unknown":0,"total":4},"items":[{"uid":"21bab1db873e4131","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/21bab1db873e4131","status":"passed","time":{"start":1726218814297,"stop":1726218814298,"duration":1}},{"uid":"5ecb49d8f2e2a725","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ecb49d8f2e2a725","status":"passed","time":{"start":1726218071326,"stop":1726218071349,"duration":23}},{"uid":"950239a638068e12","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/950239a638068e12","status":"passed","time":{"start":1726217984832,"stop":1726217984832,"duration":0}}]},"tags":[]},"source":"75f399477ee03636.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/3e0ab73114944771.json b/7434/data/test-cases/760f7fbf24c8bbfe.json similarity index 61% rename from 7408/data/test-cases/3e0ab73114944771.json rename to 7434/data/test-cases/760f7fbf24c8bbfe.json index dcfed27349c..aee8b01bc06 100644 --- a/7408/data/test-cases/3e0ab73114944771.json +++ b/7434/data/test-cases/760f7fbf24c8bbfe.json @@ -1 +1 @@ -{"uid":"3e0ab73114944771","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":1725579256768,"stop":1725579256769,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"ce2e428dc6f57c8a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ce2e428dc6f57c8a","status":"passed","time":{"start":1725578798789,"stop":1725578798790,"duration":1}},{"uid":"918b22510d10ade","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/918b22510d10ade","status":"passed","time":{"start":1725578454622,"stop":1725578454622,"duration":0}},{"uid":"12c9b118fcb183c1","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/12c9b118fcb183c1","status":"passed","time":{"start":1725577731204,"stop":1725577731204,"duration":0}},{"uid":"d32933ab8e33c9af","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d32933ab8e33c9af","status":"passed","time":{"start":1725577382533,"stop":1725577382533,"duration":0}},{"uid":"a040a33a25e9463d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a040a33a25e9463d","status":"passed","time":{"start":1725577342270,"stop":1725577342270,"duration":0}},{"uid":"ccf81e12f02c357c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ccf81e12f02c357c","status":"passed","time":{"start":1725576910267,"stop":1725576910268,"duration":1}}]},"tags":[]},"source":"3e0ab73114944771.json","parameterValues":[]} \ No newline at end of file +{"uid":"760f7fbf24c8bbfe","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":1726218843769,"stop":1726218843770,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1cd59f7ff9599778","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1cd59f7ff9599778","status":"passed","time":{"start":1726218748397,"stop":1726218748398,"duration":1}},{"uid":"43923558f2068114","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/43923558f2068114","status":"passed","time":{"start":1726218011628,"stop":1726218011628,"duration":0}},{"uid":"2a084b0a4d475fb2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2a084b0a4d475fb2","status":"passed","time":{"start":1726217923184,"stop":1726217923185,"duration":1}}]},"tags":[]},"source":"760f7fbf24c8bbfe.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/767c9dcd579d75ab.json b/7434/data/test-cases/767c9dcd579d75ab.json new file mode 100644 index 00000000000..5208cb710b8 --- /dev/null +++ b/7434/data/test-cases/767c9dcd579d75ab.json @@ -0,0 +1 @@ +{"uid":"767c9dcd579d75ab","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":1726218302902,"stop":1726218302903,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7668cc5cd7aff91d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7668cc5cd7aff91d","status":"passed","time":{"start":1726218208236,"stop":1726218208237,"duration":1}},{"uid":"47dce93e0c12260d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47dce93e0c12260d","status":"passed","time":{"start":1726217461851,"stop":1726217461852,"duration":1}},{"uid":"12eaa2051bd1aeea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/12eaa2051bd1aeea","status":"passed","time":{"start":1726217403234,"stop":1726217403236,"duration":2}}]},"tags":[]},"source":"767c9dcd579d75ab.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/36244e871017745e.json b/7434/data/test-cases/768bcaa9249b2728.json similarity index 56% rename from 7408/data/test-cases/36244e871017745e.json rename to 7434/data/test-cases/768bcaa9249b2728.json index 1a39aaa8c46..81288ed247f 100644 --- a/7408/data/test-cases/36244e871017745e.json +++ b/7434/data/test-cases/768bcaa9249b2728.json @@ -1 +1 @@ -{"uid":"36244e871017745e","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":1725578730397,"stop":1725578730397,"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":7,"unknown":0,"total":7},"items":[{"uid":"eae1b33be01455a1","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/eae1b33be01455a1","status":"passed","time":{"start":1725578273566,"stop":1725578273566,"duration":0}},{"uid":"7856e3c6b928b270","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/7856e3c6b928b270","status":"passed","time":{"start":1725577945950,"stop":1725577945950,"duration":0}},{"uid":"171e55ff384b38c5","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/171e55ff384b38c5","status":"passed","time":{"start":1725577213596,"stop":1725577213597,"duration":1}},{"uid":"c5286d7faaf20320","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/c5286d7faaf20320","status":"passed","time":{"start":1725576860204,"stop":1725576860205,"duration":1}},{"uid":"87cc8b71f6ffa985","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/87cc8b71f6ffa985","status":"passed","time":{"start":1725576813310,"stop":1725576813310,"duration":0}},{"uid":"71d0e92f1514a065","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/71d0e92f1514a065","status":"passed","time":{"start":1725576395197,"stop":1725576395197,"duration":0}}]},"tags":[]},"source":"36244e871017745e.json","parameterValues":[]} \ No newline at end of file +{"uid":"768bcaa9249b2728","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":1726218304469,"stop":1726218304469,"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":4,"unknown":0,"total":4},"items":[{"uid":"e491e432a8cc1205","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e491e432a8cc1205","status":"passed","time":{"start":1726218209565,"stop":1726218209565,"duration":0}},{"uid":"432d70d9375b9e24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/432d70d9375b9e24","status":"passed","time":{"start":1726217463040,"stop":1726217463040,"duration":0}},{"uid":"f2889d0b60835cc4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f2889d0b60835cc4","status":"passed","time":{"start":1726217404607,"stop":1726217404607,"duration":0}}]},"tags":[]},"source":"768bcaa9249b2728.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c5435e7a39b6f20e.json b/7434/data/test-cases/7731a62b40f6539c.json similarity index 76% rename from 7408/data/test-cases/c5435e7a39b6f20e.json rename to 7434/data/test-cases/7731a62b40f6539c.json index 79fe6649481..96b1efaaceb 100644 --- a/7408/data/test-cases/c5435e7a39b6f20e.json +++ b/7434/data/test-cases/7731a62b40f6539c.json @@ -1 +1 @@ -{"uid":"c5435e7a39b6f20e","name":"Passing invalid cursor","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing invalid cursor","historyId":"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579261707,"stop":1725579261707,"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":7,"unknown":0,"total":7},"items":[{"uid":"51af8fbc81b7420b","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/51af8fbc81b7420b","status":"passed","time":{"start":1725578802837,"stop":1725578802837,"duration":0}},{"uid":"8d0524a2b86dd552","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8d0524a2b86dd552","status":"passed","time":{"start":1725578477414,"stop":1725578477414,"duration":0}},{"uid":"a92e04f3369d5253","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a92e04f3369d5253","status":"passed","time":{"start":1725577739576,"stop":1725577739576,"duration":0}},{"uid":"7758588c1c075886","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7758588c1c075886","status":"passed","time":{"start":1725577393705,"stop":1725577393705,"duration":0}},{"uid":"bd5c2459635ee686","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/bd5c2459635ee686","status":"passed","time":{"start":1725577347220,"stop":1725577347221,"duration":1}},{"uid":"c1799bba4e348f9e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c1799bba4e348f9e","status":"passed","time":{"start":1725576935095,"stop":1725576935095,"duration":0}}]},"tags":[]},"source":"c5435e7a39b6f20e.json","parameterValues":[]} \ No newline at end of file +{"uid":"7731a62b40f6539c","name":"Passing invalid cursor","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing invalid cursor","historyId":"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218851925,"stop":1726218851926,"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":4,"unknown":0,"total":4},"items":[{"uid":"241875bd455ef0b6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/241875bd455ef0b6","status":"passed","time":{"start":1726218761852,"stop":1726218761852,"duration":0}},{"uid":"a6f574173d8b143e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a6f574173d8b143e","status":"passed","time":{"start":1726218020458,"stop":1726218020459,"duration":1}},{"uid":"f58a238233213e7c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f58a238233213e7c","status":"passed","time":{"start":1726217934116,"stop":1726217934116,"duration":0}}]},"tags":[]},"source":"7731a62b40f6539c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1cb4ba42c19d0b3a.json b/7434/data/test-cases/7746af7131889f3a.json similarity index 93% rename from 7408/data/test-cases/1cb4ba42c19d0b3a.json rename to 7434/data/test-cases/7746af7131889f3a.json index 1473908bd4f..da1c6ec593a 100644 --- a/7408/data/test-cases/1cb4ba42c19d0b3a.json +++ b/7434/data/test-cases/7746af7131889f3a.json @@ -1 +1 @@ -{"uid":"1cb4ba42c19d0b3a","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":1725579187570,"stop":1725579187570,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"7d94fa8342afb087","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/7d94fa8342afb087","status":"passed","time":{"start":1725578730889,"stop":1725578730889,"duration":0}},{"uid":"87a07fbacbc4383","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/87a07fbacbc4383","status":"passed","time":{"start":1725578399091,"stop":1725578399092,"duration":1}},{"uid":"d10b0f530b8356ad","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d10b0f530b8356ad","status":"passed","time":{"start":1725577666262,"stop":1725577666262,"duration":0}},{"uid":"2edeb88f7ff7530","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/2edeb88f7ff7530","status":"passed","time":{"start":1725577318869,"stop":1725577318869,"duration":0}},{"uid":"d8f317e662280114","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d8f317e662280114","status":"passed","time":{"start":1725577277098,"stop":1725577277098,"duration":0}},{"uid":"8767c613d09871ea","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/8767c613d09871ea","status":"passed","time":{"start":1725576853147,"stop":1725576853148,"duration":1}}]},"tags":[]},"source":"1cb4ba42c19d0b3a.json","parameterValues":[]} \ No newline at end of file +{"uid":"7746af7131889f3a","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":1726218778195,"stop":1726218778195,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"320050ddaf1433ee","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/320050ddaf1433ee","status":"passed","time":{"start":1726218673550,"stop":1726218673550,"duration":0}},{"uid":"1c1e58c46a692ff1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c1e58c46a692ff1","status":"passed","time":{"start":1726217946720,"stop":1726217946721,"duration":1}},{"uid":"7bdd857a1d0e6c45","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7bdd857a1d0e6c45","status":"passed","time":{"start":1726217862774,"stop":1726217862774,"duration":0}}]},"tags":[]},"source":"7746af7131889f3a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/b98eb3eb66cf7d18.json b/7434/data/test-cases/779a6d33409ee6bf.json similarity index 80% rename from 7408/data/test-cases/b98eb3eb66cf7d18.json rename to 7434/data/test-cases/779a6d33409ee6bf.json index db544534a4b..ffb09e4ac05 100644 --- a/7408/data/test-cases/b98eb3eb66cf7d18.json +++ b/7434/data/test-cases/779a6d33409ee6bf.json @@ -1 +1 @@ -{"uid":"b98eb3eb66cf7d18","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":1725579302117,"stop":1725579302118,"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":7,"unknown":0,"total":7},"items":[{"uid":"c2d276bc1fa78986","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/c2d276bc1fa78986","status":"passed","time":{"start":1725578838720,"stop":1725578838720,"duration":0}},{"uid":"14da6414ab4b52e9","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/14da6414ab4b52e9","status":"passed","time":{"start":1725578498374,"stop":1725578498374,"duration":0}},{"uid":"56888798730f8ef7","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/56888798730f8ef7","status":"passed","time":{"start":1725577773148,"stop":1725577773149,"duration":1}},{"uid":"d6cd91ef5b4becdb","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d6cd91ef5b4becdb","status":"passed","time":{"start":1725577428839,"stop":1725577428839,"duration":0}},{"uid":"917e1598cc266f67","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/917e1598cc266f67","status":"passed","time":{"start":1725577388038,"stop":1725577388038,"duration":0}},{"uid":"fab068685a02f2c6","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/fab068685a02f2c6","status":"passed","time":{"start":1725576955264,"stop":1725576955264,"duration":0}}]},"tags":[]},"source":"b98eb3eb66cf7d18.json","parameterValues":[]} \ No newline at end of file +{"uid":"779a6d33409ee6bf","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":1726218886396,"stop":1726218886396,"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":4,"unknown":0,"total":4},"items":[{"uid":"d040efb5dcb7d689","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d040efb5dcb7d689","status":"passed","time":{"start":1726218791850,"stop":1726218791850,"duration":0}},{"uid":"a9a095a31d4342b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a9a095a31d4342b8","status":"passed","time":{"start":1726218054703,"stop":1726218054704,"duration":1}},{"uid":"b3fabc5777b1fb75","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b3fabc5777b1fb75","status":"passed","time":{"start":1726217965434,"stop":1726217965434,"duration":0}}]},"tags":[]},"source":"779a6d33409ee6bf.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/b37f6f968e4ac86a.json b/7434/data/test-cases/77c75080adbf2e9c.json similarity index 58% rename from 7408/data/test-cases/b37f6f968e4ac86a.json rename to 7434/data/test-cases/77c75080adbf2e9c.json index db95a02ccf7..92ed476edb9 100644 --- a/7408/data/test-cases/b37f6f968e4ac86a.json +++ b/7434/data/test-cases/77c75080adbf2e9c.json @@ -1 +1 @@ -{"uid":"b37f6f968e4ac86a","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":1725579312016,"stop":1725579312016,"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":7,"unknown":0,"total":7},"items":[{"uid":"ce33aff029ca003d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ce33aff029ca003d","status":"passed","time":{"start":1725578849110,"stop":1725578849111,"duration":1}},{"uid":"b87ad377d0543294","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/b87ad377d0543294","status":"passed","time":{"start":1725578530872,"stop":1725578530872,"duration":0}},{"uid":"18dcdd42470f0cb8","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/18dcdd42470f0cb8","status":"passed","time":{"start":1725577787475,"stop":1725577787476,"duration":1}},{"uid":"6e9f60272823439e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6e9f60272823439e","status":"passed","time":{"start":1725577449694,"stop":1725577449695,"duration":1}},{"uid":"8cbf889e2dd367b0","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8cbf889e2dd367b0","status":"passed","time":{"start":1725577395954,"stop":1725577395955,"duration":1}},{"uid":"f7fab0c6bf93ae08","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f7fab0c6bf93ae08","status":"passed","time":{"start":1725576980945,"stop":1725576980953,"duration":8}}]},"tags":[]},"source":"b37f6f968e4ac86a.json","parameterValues":[]} \ No newline at end of file +{"uid":"77c75080adbf2e9c","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":1726218903391,"stop":1726218903391,"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":4,"unknown":0,"total":4},"items":[{"uid":"1ace02e69a8aefda","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ace02e69a8aefda","status":"passed","time":{"start":1726218807899,"stop":1726218807900,"duration":1}},{"uid":"1703e7f12a78c322","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1703e7f12a78c322","status":"passed","time":{"start":1726218061974,"stop":1726218061975,"duration":1}},{"uid":"86a3262b8a7ef6c1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/86a3262b8a7ef6c1","status":"passed","time":{"start":1726217984933,"stop":1726217984935,"duration":2}}]},"tags":[]},"source":"77c75080adbf2e9c.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/78092d03690abda.json b/7434/data/test-cases/78092d03690abda.json new file mode 100644 index 00000000000..4729fb41360 --- /dev/null +++ b/7434/data/test-cases/78092d03690abda.json @@ -0,0 +1 @@ +{"uid":"78092d03690abda","name":"throws on empty content topic","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on empty content topic","historyId":"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283071,"stop":1726218283071,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"50c78b503e7a336a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/50c78b503e7a336a","status":"passed","time":{"start":1726218188574,"stop":1726218188574,"duration":0}},{"uid":"f3e125187d9a3b1b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3e125187d9a3b1b","status":"passed","time":{"start":1726217441532,"stop":1726217441532,"duration":0}},{"uid":"e65387abb0b2523e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e65387abb0b2523e","status":"passed","time":{"start":1726217383191,"stop":1726217383192,"duration":1}}]},"tags":[]},"source":"78092d03690abda.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/701998b54b319f6f.json b/7434/data/test-cases/78c3c06cabb3a069.json similarity index 91% rename from 7408/data/test-cases/701998b54b319f6f.json rename to 7434/data/test-cases/78c3c06cabb3a069.json index 0f2cc4066aa..532d21a6cb9 100644 --- a/7408/data/test-cases/701998b54b319f6f.json +++ b/7434/data/test-cases/78c3c06cabb3a069.json @@ -1 +1 @@ -{"uid":"701998b54b319f6f","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":1725579181253,"stop":1725579181255,"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":7,"unknown":0,"total":7},"items":[{"uid":"fc7bc3c511aaf922","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/fc7bc3c511aaf922","status":"passed","time":{"start":1725578712615,"stop":1725578712615,"duration":0}},{"uid":"ed8261f5cfaed544","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ed8261f5cfaed544","status":"passed","time":{"start":1725578380220,"stop":1725578380221,"duration":1}},{"uid":"4e39650ad4293339","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4e39650ad4293339","status":"passed","time":{"start":1725577661453,"stop":1725577661453,"duration":0}},{"uid":"dc8026bb99e24325","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/dc8026bb99e24325","status":"passed","time":{"start":1725577308298,"stop":1725577308298,"duration":0}},{"uid":"f61306eb12ba5c18","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f61306eb12ba5c18","status":"passed","time":{"start":1725577255369,"stop":1725577255369,"duration":0}},{"uid":"5d512dc0347d7ad0","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5d512dc0347d7ad0","status":"passed","time":{"start":1725576839388,"stop":1725576839388,"duration":0}}]},"tags":[]},"source":"701998b54b319f6f.json","parameterValues":[]} \ No newline at end of file +{"uid":"78c3c06cabb3a069","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":1726218764101,"stop":1726218764101,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"8a163a7db753e7cc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8a163a7db753e7cc","status":"passed","time":{"start":1726218659018,"stop":1726218659018,"duration":0}},{"uid":"7b5216172d8f56f0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b5216172d8f56f0","status":"passed","time":{"start":1726217924745,"stop":1726217924745,"duration":0}},{"uid":"bb2aee7fc7ff4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bb2aee7fc7ff4","status":"passed","time":{"start":1726217840538,"stop":1726217840541,"duration":3}}]},"tags":[]},"source":"78c3c06cabb3a069.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e6e19b1a9bd4015a.json b/7434/data/test-cases/790ad79c98d678db.json similarity index 76% rename from 7408/data/test-cases/e6e19b1a9bd4015a.json rename to 7434/data/test-cases/790ad79c98d678db.json index 7090dc2d1b3..7deaeb43ffa 100644 --- a/7408/data/test-cases/e6e19b1a9bd4015a.json +++ b/7434/data/test-cases/790ad79c98d678db.json @@ -1 +1 @@ -{"uid":"e6e19b1a9bd4015a","name":"listenerCount","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > listenerCount","historyId":"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578799988,"stop":1725578799989,"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":7,"unknown":0,"total":7},"items":[{"uid":"eded20c1f416416","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/eded20c1f416416","status":"passed","time":{"start":1725578342928,"stop":1725578342928,"duration":0}},{"uid":"fb77ff031e01e853","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/fb77ff031e01e853","status":"passed","time":{"start":1725578015554,"stop":1725578015554,"duration":0}},{"uid":"7761253f3cfb8a3e","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7761253f3cfb8a3e","status":"passed","time":{"start":1725577283443,"stop":1725577283443,"duration":0}},{"uid":"3518f3b9ea3c8d56","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3518f3b9ea3c8d56","status":"passed","time":{"start":1725576930401,"stop":1725576930401,"duration":0}},{"uid":"9d9b3c5bbda2eb44","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/9d9b3c5bbda2eb44","status":"passed","time":{"start":1725576882309,"stop":1725576882309,"duration":0}},{"uid":"a72f3f1edb50e03c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a72f3f1edb50e03c","status":"passed","time":{"start":1725576465589,"stop":1725576465590,"duration":1}}]},"tags":[]},"source":"e6e19b1a9bd4015a.json","parameterValues":[]} \ No newline at end of file +{"uid":"790ad79c98d678db","name":"listenerCount","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > listenerCount","historyId":"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218375493,"stop":1726218375494,"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":4,"unknown":0,"total":4},"items":[{"uid":"a752a592c4b32f1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a752a592c4b32f1","status":"passed","time":{"start":1726218279688,"stop":1726218279689,"duration":1}},{"uid":"e63c633194c098e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e63c633194c098e4","status":"passed","time":{"start":1726217533047,"stop":1726217533047,"duration":0}},{"uid":"c1f664ced3070f68","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1f664ced3070f68","status":"passed","time":{"start":1726217474965,"stop":1726217474965,"duration":0}}]},"tags":[]},"source":"790ad79c98d678db.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/80f955be85f8050f.json b/7434/data/test-cases/7964f3640c5430ae.json similarity index 66% rename from 7408/data/test-cases/80f955be85f8050f.json rename to 7434/data/test-cases/7964f3640c5430ae.json index 31c7e2acce4..0f9b1ec26bd 100644 --- a/7408/data/test-cases/80f955be85f8050f.json +++ b/7434/data/test-cases/7964f3640c5430ae.json @@ -1 +1 @@ -{"uid":"80f955be85f8050f","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":1725578833278,"stop":1725578833278,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"9c486d8d07b03293","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/9c486d8d07b03293","status":"passed","time":{"start":1725578383418,"stop":1725578383419,"duration":1}},{"uid":"eca0d90e7398463","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/eca0d90e7398463","status":"passed","time":{"start":1725578049900,"stop":1725578049901,"duration":1}},{"uid":"b1eae835d112896f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b1eae835d112896f","status":"passed","time":{"start":1725577334275,"stop":1725577334276,"duration":1}},{"uid":"5a1007ba38ef90c4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/5a1007ba38ef90c4","status":"passed","time":{"start":1725576977276,"stop":1725576977277,"duration":1}},{"uid":"207bb3528aadf400","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/207bb3528aadf400","status":"passed","time":{"start":1725576922778,"stop":1725576922778,"duration":0}},{"uid":"650d00a1a11335c2","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/650d00a1a11335c2","status":"passed","time":{"start":1725576508101,"stop":1725576508101,"duration":0}}]},"tags":[]},"source":"80f955be85f8050f.json","parameterValues":[]} \ No newline at end of file +{"uid":"7964f3640c5430ae","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":1726218410956,"stop":1726218410956,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"86c1112bbc077b7c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/86c1112bbc077b7c","status":"passed","time":{"start":1726218315930,"stop":1726218315930,"duration":0}},{"uid":"e25eca97863e029e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e25eca97863e029e","status":"passed","time":{"start":1726217577152,"stop":1726217577153,"duration":1}},{"uid":"965acb82035fbb0d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/965acb82035fbb0d","status":"passed","time":{"start":1726217509424,"stop":1726217509424,"duration":0}}]},"tags":[]},"source":"7964f3640c5430ae.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/79818748cd8073b6.json b/7434/data/test-cases/79818748cd8073b6.json new file mode 100644 index 00000000000..ebaaf61db34 --- /dev/null +++ b/7434/data/test-cases/79818748cd8073b6.json @@ -0,0 +1 @@ +{"uid":"79818748cd8073b6","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":1726218863176,"stop":1726218863178,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7722d8823e69c455","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7722d8823e69c455","status":"passed","time":{"start":1726218765874,"stop":1726218765874,"duration":0}},{"uid":"ad6c71acb1ac96cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad6c71acb1ac96cb","status":"passed","time":{"start":1726218039626,"stop":1726218039626,"duration":0}},{"uid":"62218f15b9fe7835","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/62218f15b9fe7835","status":"passed","time":{"start":1726217952878,"stop":1726217952879,"duration":1}}]},"tags":[]},"source":"79818748cd8073b6.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/67e5aa77f0213210.json b/7434/data/test-cases/799391a6987afda7.json similarity index 91% rename from 7408/data/test-cases/67e5aa77f0213210.json rename to 7434/data/test-cases/799391a6987afda7.json index e41be9f2ced..121d950dc75 100644 --- a/7408/data/test-cases/67e5aa77f0213210.json +++ b/7434/data/test-cases/799391a6987afda7.json @@ -1 +1 @@ -{"uid":"67e5aa77f0213210","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":1725578970799,"stop":1725578970800,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"fb167bf76066d86e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/fb167bf76066d86e","status":"passed","time":{"start":1725578514108,"stop":1725578514108,"duration":0}},{"uid":"de6c23e372dae8f1","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/de6c23e372dae8f1","status":"passed","time":{"start":1725578193150,"stop":1725578193151,"duration":1}},{"uid":"bf262e2bb0794e56","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/bf262e2bb0794e56","status":"passed","time":{"start":1725577453267,"stop":1725577453267,"duration":0}},{"uid":"8ddd8cf3f36f9fb6","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/8ddd8cf3f36f9fb6","status":"passed","time":{"start":1725577097755,"stop":1725577097755,"duration":0}},{"uid":"206f00f88c46264c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/206f00f88c46264c","status":"passed","time":{"start":1725577056981,"stop":1725577056981,"duration":0}},{"uid":"b4c0b357b0f1403e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/b4c0b357b0f1403e","status":"passed","time":{"start":1725576644008,"stop":1725576644009,"duration":1}}]},"tags":[]},"source":"67e5aa77f0213210.json","parameterValues":[]} \ No newline at end of file +{"uid":"799391a6987afda7","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":1726218551492,"stop":1726218551493,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"ef1c13f8372addec","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ef1c13f8372addec","status":"passed","time":{"start":1726218459540,"stop":1726218459540,"duration":0}},{"uid":"a626c0c9beabd2fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a626c0c9beabd2fd","status":"passed","time":{"start":1726217706008,"stop":1726217706009,"duration":1}},{"uid":"ddd2d391aa48af76","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ddd2d391aa48af76","status":"passed","time":{"start":1726217650771,"stop":1726217650771,"duration":0}}]},"tags":[]},"source":"799391a6987afda7.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/882782548db30270.json b/7434/data/test-cases/7998b9ee7532984b.json similarity index 92% rename from 7408/data/test-cases/882782548db30270.json rename to 7434/data/test-cases/7998b9ee7532984b.json index 94fd9445736..172dda2d328 100644 --- a/7408/data/test-cases/882782548db30270.json +++ b/7434/data/test-cases/7998b9ee7532984b.json @@ -1 +1 @@ -{"uid":"882782548db30270","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":1725579297989,"stop":1725579297990,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"1bcdcbe3f55bab0d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1bcdcbe3f55bab0d","status":"passed","time":{"start":1725578825358,"stop":1725578825358,"duration":0}},{"uid":"354637e2e03498e6","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/354637e2e03498e6","status":"passed","time":{"start":1725578517016,"stop":1725578517016,"duration":0}},{"uid":"bb17b550d787e3ec","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/bb17b550d787e3ec","status":"passed","time":{"start":1725577784930,"stop":1725577784931,"duration":1}},{"uid":"26391518a5d5c960","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/26391518a5d5c960","status":"passed","time":{"start":1725577433793,"stop":1725577433794,"duration":1}},{"uid":"e2fa6f282a9ed43c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e2fa6f282a9ed43c","status":"passed","time":{"start":1725577392067,"stop":1725577392067,"duration":0}},{"uid":"61543b0fe07a0f3b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/61543b0fe07a0f3b","status":"passed","time":{"start":1725576971864,"stop":1725576971864,"duration":0}}]},"tags":[]},"source":"882782548db30270.json","parameterValues":[]} \ No newline at end of file +{"uid":"7998b9ee7532984b","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":1726218879340,"stop":1726218879341,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6bd0e6d00788536a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6bd0e6d00788536a","status":"passed","time":{"start":1726218787586,"stop":1726218787587,"duration":1}},{"uid":"37ad5ce9bcc2a248","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/37ad5ce9bcc2a248","status":"passed","time":{"start":1726218066298,"stop":1726218066298,"duration":0}},{"uid":"17f127d3cbcdba79","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/17f127d3cbcdba79","status":"passed","time":{"start":1726217965318,"stop":1726217965318,"duration":0}}]},"tags":[]},"source":"7998b9ee7532984b.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4c4d9aa802202b13.json b/7434/data/test-cases/79a2ee5477479019.json similarity index 67% rename from 7408/data/test-cases/4c4d9aa802202b13.json rename to 7434/data/test-cases/79a2ee5477479019.json index 8adbca0d5df..218ada20cb3 100644 --- a/7408/data/test-cases/4c4d9aa802202b13.json +++ b/7434/data/test-cases/79a2ee5477479019.json @@ -1 +1 @@ -{"uid":"4c4d9aa802202b13","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":1725578943258,"stop":1725578943258,"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":7,"unknown":0,"total":7},"items":[{"uid":"f0bf86754b8b0b55","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f0bf86754b8b0b55","status":"passed","time":{"start":1725578482177,"stop":1725578482178,"duration":1}},{"uid":"c445e5dd6dd5b3f1","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c445e5dd6dd5b3f1","status":"passed","time":{"start":1725578156658,"stop":1725578156659,"duration":1}},{"uid":"880520ba1effceab","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/880520ba1effceab","status":"passed","time":{"start":1725577429924,"stop":1725577429924,"duration":0}},{"uid":"83128e6e3c7cb3d6","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/83128e6e3c7cb3d6","status":"passed","time":{"start":1725577060142,"stop":1725577060142,"duration":0}},{"uid":"cb325aaebd893cbc","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/cb325aaebd893cbc","status":"passed","time":{"start":1725577040674,"stop":1725577040675,"duration":1}},{"uid":"ab405623d880d112","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ab405623d880d112","status":"passed","time":{"start":1725576604960,"stop":1725576604962,"duration":2}}]},"tags":[]},"source":"4c4d9aa802202b13.json","parameterValues":[]} \ No newline at end of file +{"uid":"79a2ee5477479019","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":1726218523020,"stop":1726218523020,"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":4,"unknown":0,"total":4},"items":[{"uid":"9e8c6369045118e2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9e8c6369045118e2","status":"passed","time":{"start":1726218422904,"stop":1726218422904,"duration":0}},{"uid":"201539d42c5e9114","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/201539d42c5e9114","status":"passed","time":{"start":1726217687427,"stop":1726217687427,"duration":0}},{"uid":"8d62adaccf741e17","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d62adaccf741e17","status":"passed","time":{"start":1726217604496,"stop":1726217604496,"duration":0}}]},"tags":[]},"source":"79a2ee5477479019.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a22edc2d220ffaed.json b/7434/data/test-cases/79d51a65d0af618d.json similarity index 56% rename from 7408/data/test-cases/a22edc2d220ffaed.json rename to 7434/data/test-cases/79d51a65d0af618d.json index f7e2c8a65d6..f787c585cad 100644 --- a/7408/data/test-cases/a22edc2d220ffaed.json +++ b/7434/data/test-cases/79d51a65d0af618d.json @@ -1 +1 @@ -{"uid":"a22edc2d220ffaed","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":1725578730398,"stop":1725578730398,"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":7,"unknown":0,"total":7},"items":[{"uid":"4ff3ba532be998b7","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/4ff3ba532be998b7","status":"passed","time":{"start":1725578273567,"stop":1725578273567,"duration":0}},{"uid":"22166dec35c171c4","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/22166dec35c171c4","status":"passed","time":{"start":1725577945951,"stop":1725577945951,"duration":0}},{"uid":"466255f2f8698017","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/466255f2f8698017","status":"passed","time":{"start":1725577213597,"stop":1725577213597,"duration":0}},{"uid":"85f042d2a541bcda","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/85f042d2a541bcda","status":"passed","time":{"start":1725576860205,"stop":1725576860205,"duration":0}},{"uid":"4451dd5b28d82e49","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/4451dd5b28d82e49","status":"passed","time":{"start":1725576813311,"stop":1725576813311,"duration":0}},{"uid":"436fdafed3510dc7","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/436fdafed3510dc7","status":"passed","time":{"start":1725576395198,"stop":1725576395198,"duration":0}}]},"tags":[]},"source":"a22edc2d220ffaed.json","parameterValues":[]} \ No newline at end of file +{"uid":"79d51a65d0af618d","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":1726218304470,"stop":1726218304471,"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":4,"unknown":0,"total":4},"items":[{"uid":"804c3d44000fb7fb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/804c3d44000fb7fb","status":"passed","time":{"start":1726218209566,"stop":1726218209566,"duration":0}},{"uid":"8ee44653e7ebaa4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8ee44653e7ebaa4","status":"passed","time":{"start":1726217463041,"stop":1726217463041,"duration":0}},{"uid":"a891081cbad6f300","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a891081cbad6f300","status":"passed","time":{"start":1726217404607,"stop":1726217404608,"duration":1}}]},"tags":[]},"source":"79d51a65d0af618d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/da3442dd917dcb2b.json b/7434/data/test-cases/7a1e19dcd69d002e.json similarity index 76% rename from 7408/data/test-cases/da3442dd917dcb2b.json rename to 7434/data/test-cases/7a1e19dcd69d002e.json index 172bc98e607..62d916d1c15 100644 --- a/7408/data/test-cases/da3442dd917dcb2b.json +++ b/7434/data/test-cases/7a1e19dcd69d002e.json @@ -1 +1 @@ -{"uid":"da3442dd917dcb2b","name":"Tracks peer failures correctly","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Tracks peer failures correctly","historyId":"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578868805,"stop":1725578868805,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"979ff44ecc96dfd1","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/979ff44ecc96dfd1","status":"passed","time":{"start":1725578410051,"stop":1725578410051,"duration":0}},{"uid":"972c6c7717a21876","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/972c6c7717a21876","status":"passed","time":{"start":1725578085229,"stop":1725578085229,"duration":0}},{"uid":"adb753206b528f06","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/adb753206b528f06","status":"passed","time":{"start":1725577347348,"stop":1725577347349,"duration":1}},{"uid":"583d3c72b4c6fb8f","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/583d3c72b4c6fb8f","status":"passed","time":{"start":1725577004109,"stop":1725577004110,"duration":1}},{"uid":"bfc394d5f253c5f0","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/bfc394d5f253c5f0","status":"passed","time":{"start":1725576948436,"stop":1725576948436,"duration":0}},{"uid":"204ab294b49059b3","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/204ab294b49059b3","status":"passed","time":{"start":1725576535325,"stop":1725576535325,"duration":0}}]},"tags":[]},"source":"da3442dd917dcb2b.json","parameterValues":[]} \ No newline at end of file +{"uid":"7a1e19dcd69d002e","name":"Tracks peer failures correctly","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Tracks peer failures correctly","historyId":"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218447514,"stop":1726218447514,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"276a06e11aa0e70f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/276a06e11aa0e70f","status":"passed","time":{"start":1726218356742,"stop":1726218356743,"duration":1}},{"uid":"aadf896afd64389b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aadf896afd64389b","status":"passed","time":{"start":1726217603244,"stop":1726217603245,"duration":1}},{"uid":"553911fb99aedf4c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/553911fb99aedf4c","status":"passed","time":{"start":1726217544017,"stop":1726217544018,"duration":1}}]},"tags":[]},"source":"7a1e19dcd69d002e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1c6d59cc39e96062.json b/7434/data/test-cases/7a47822857a6188f.json similarity index 58% rename from 7408/data/test-cases/1c6d59cc39e96062.json rename to 7434/data/test-cases/7a47822857a6188f.json index 2fc6b4c68b8..0bbab9279bb 100644 --- a/7408/data/test-cases/1c6d59cc39e96062.json +++ b/7434/data/test-cases/7a47822857a6188f.json @@ -1 +1 @@ -{"uid":"1c6d59cc39e96062","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":1725578730399,"stop":1725578730399,"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":7,"unknown":0,"total":7},"items":[{"uid":"e71a1fa4e3c040a6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e71a1fa4e3c040a6","status":"passed","time":{"start":1725578273567,"stop":1725578273567,"duration":0}},{"uid":"ebb916cabe2284c7","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ebb916cabe2284c7","status":"passed","time":{"start":1725577945951,"stop":1725577945952,"duration":1}},{"uid":"a6cd4275f770701c","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a6cd4275f770701c","status":"passed","time":{"start":1725577213598,"stop":1725577213598,"duration":0}},{"uid":"1efd4a60c041c83f","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1efd4a60c041c83f","status":"passed","time":{"start":1725576860205,"stop":1725576860206,"duration":1}},{"uid":"c1834a17da64b17b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c1834a17da64b17b","status":"passed","time":{"start":1725576813311,"stop":1725576813311,"duration":0}},{"uid":"35d58212f713cbba","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/35d58212f713cbba","status":"passed","time":{"start":1725576395198,"stop":1725576395199,"duration":1}}]},"tags":[]},"source":"1c6d59cc39e96062.json","parameterValues":[]} \ No newline at end of file +{"uid":"7a47822857a6188f","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":1726218304471,"stop":1726218304472,"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":4,"unknown":0,"total":4},"items":[{"uid":"1e899f3d23b82450","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1e899f3d23b82450","status":"passed","time":{"start":1726218209566,"stop":1726218209566,"duration":0}},{"uid":"a7a9ce6a75c45cff","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a7a9ce6a75c45cff","status":"passed","time":{"start":1726217463041,"stop":1726217463042,"duration":1}},{"uid":"9413f880c20b36c9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9413f880c20b36c9","status":"passed","time":{"start":1726217404608,"stop":1726217404608,"duration":0}}]},"tags":[]},"source":"7a47822857a6188f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e622764a58a43834.json b/7434/data/test-cases/7a69937b333bd205.json similarity index 93% rename from 7408/data/test-cases/e622764a58a43834.json rename to 7434/data/test-cases/7a69937b333bd205.json index 1ff6a657874..432832950cf 100644 --- a/7408/data/test-cases/e622764a58a43834.json +++ b/7434/data/test-cases/7a69937b333bd205.json @@ -1 +1 @@ -{"uid":"e622764a58a43834","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app81/10/topic953/test.js","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 6 - Cluster ID: 10, Content Topic: /app81/10/topic953/test.js","historyId":"73edd831b2791954ac1220ef5c47c922:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579256763,"stop":1725579256763,"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":"e622764a58a43834.json","parameterValues":[]} \ No newline at end of file +{"uid":"7a69937b333bd205","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app83/10/topic906/test.js","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 4 - Cluster ID: 10, Content Topic: /app83/10/topic906/test.js","historyId":"ddb644912c57ba2d7d8b597759eceef8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218843766,"stop":1726218843766,"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":"7a69937b333bd205.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/2a24180d01421d0e.json b/7434/data/test-cases/7a991b11369e823b.json similarity index 73% rename from 7408/data/test-cases/2a24180d01421d0e.json rename to 7434/data/test-cases/7a991b11369e823b.json index e1ca6ddefd5..1152832621c 100644 --- a/7408/data/test-cases/2a24180d01421d0e.json +++ b/7434/data/test-cases/7a991b11369e823b.json @@ -1 +1 @@ -{"uid":"2a24180d01421d0e","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":1725578980011,"stop":1725578980012,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"1ad0032f23bac3b0","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1ad0032f23bac3b0","status":"passed","time":{"start":1725578503463,"stop":1725578503463,"duration":0}},{"uid":"873a6777133d4c19","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/873a6777133d4c19","status":"passed","time":{"start":1725578194570,"stop":1725578194571,"duration":1}},{"uid":"d933155ec387fcb9","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d933155ec387fcb9","status":"passed","time":{"start":1725577444918,"stop":1725577444918,"duration":0}},{"uid":"5b9c79f50c5d70bc","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/5b9c79f50c5d70bc","status":"passed","time":{"start":1725577120614,"stop":1725577120614,"duration":0}},{"uid":"fd01a60ab52e2d1f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/fd01a60ab52e2d1f","status":"passed","time":{"start":1725577071284,"stop":1725577071285,"duration":1}},{"uid":"3cb67376bdd5b26b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3cb67376bdd5b26b","status":"passed","time":{"start":1725576645507,"stop":1725576645508,"duration":1}}]},"tags":[]},"source":"2a24180d01421d0e.json","parameterValues":[]} \ No newline at end of file +{"uid":"7a991b11369e823b","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":1726218563307,"stop":1726218563307,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"845b4206568b7cb7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/845b4206568b7cb7","status":"passed","time":{"start":1726218471439,"stop":1726218471445,"duration":6}},{"uid":"87bf3e9c0fb36842","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/87bf3e9c0fb36842","status":"passed","time":{"start":1726217724227,"stop":1726217724228,"duration":1}},{"uid":"1dd699877c9ab82d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1dd699877c9ab82d","status":"passed","time":{"start":1726217656060,"stop":1726217656061,"duration":1}}]},"tags":[]},"source":"7a991b11369e823b.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/53f5eb33d1f5ba61.json b/7434/data/test-cases/7b167a55536c4b63.json similarity index 66% rename from 7408/data/test-cases/53f5eb33d1f5ba61.json rename to 7434/data/test-cases/7b167a55536c4b63.json index 0a2d9b2ec2b..851a3518777 100644 --- a/7408/data/test-cases/53f5eb33d1f5ba61.json +++ b/7434/data/test-cases/7b167a55536c4b63.json @@ -1 +1 @@ -{"uid":"53f5eb33d1f5ba61","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":1725578833279,"stop":1725578833279,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"ce47c545868c1c16","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ce47c545868c1c16","status":"passed","time":{"start":1725578383424,"stop":1725578383425,"duration":1}},{"uid":"1ddfdc917bf43ef0","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/1ddfdc917bf43ef0","status":"passed","time":{"start":1725578049901,"stop":1725578049901,"duration":0}},{"uid":"39bc1602f68af442","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/39bc1602f68af442","status":"passed","time":{"start":1725577334278,"stop":1725577334280,"duration":2}},{"uid":"9ccc59b0a6e2fcb1","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9ccc59b0a6e2fcb1","status":"passed","time":{"start":1725576977282,"stop":1725576977282,"duration":0}},{"uid":"b89e31afcfa22209","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b89e31afcfa22209","status":"passed","time":{"start":1725576922787,"stop":1725576922788,"duration":1}},{"uid":"5aa67e1cb20307ba","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5aa67e1cb20307ba","status":"passed","time":{"start":1725576508104,"stop":1725576508112,"duration":8}}]},"tags":[]},"source":"53f5eb33d1f5ba61.json","parameterValues":[]} \ No newline at end of file +{"uid":"7b167a55536c4b63","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":1726218410957,"stop":1726218410957,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"3346891fbad75288","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3346891fbad75288","status":"passed","time":{"start":1726218315931,"stop":1726218315931,"duration":0}},{"uid":"6ad6ef14739be7cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ad6ef14739be7cd","status":"passed","time":{"start":1726217577155,"stop":1726217577155,"duration":0}},{"uid":"8a05136ecdde7c1d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a05136ecdde7c1d","status":"passed","time":{"start":1726217509425,"stop":1726217509425,"duration":0}}]},"tags":[]},"source":"7b167a55536c4b63.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/7b618163cfb6ed0a.json b/7434/data/test-cases/7b618163cfb6ed0a.json new file mode 100644 index 00000000000..d02e0b37b2e --- /dev/null +++ b/7434/data/test-cases/7b618163cfb6ed0a.json @@ -0,0 +1 @@ +{"uid":"7b618163cfb6ed0a","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","historyId":"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283094,"stop":1726218283094,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a1724cab886bc8ed","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a1724cab886bc8ed","status":"passed","time":{"start":1726218188595,"stop":1726218188595,"duration":0}},{"uid":"b19c2b84bd0067f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b19c2b84bd0067f8","status":"passed","time":{"start":1726217441556,"stop":1726217441556,"duration":0}},{"uid":"b835ad178bb2753c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b835ad178bb2753c","status":"passed","time":{"start":1726217383219,"stop":1726217383219,"duration":0}}]},"tags":[]},"source":"7b618163cfb6ed0a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/918561eda97a0695.json b/7434/data/test-cases/7c385da43d3b55ef.json similarity index 89% rename from 7408/data/test-cases/918561eda97a0695.json rename to 7434/data/test-cases/7c385da43d3b55ef.json index 3d017c6d417..f1d87d6c70e 100644 --- a/7408/data/test-cases/918561eda97a0695.json +++ b/7434/data/test-cases/7c385da43d3b55ef.json @@ -1 +1 @@ -{"uid":"918561eda97a0695","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":1725579272775,"stop":1725579272775,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"216f1efdb81867ad","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/216f1efdb81867ad","status":"passed","time":{"start":1725578809254,"stop":1725578809255,"duration":1}},{"uid":"d02bcdd0b7bb6328","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d02bcdd0b7bb6328","status":"passed","time":{"start":1725578497019,"stop":1725578497019,"duration":0}},{"uid":"84a5a37106a1731","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/84a5a37106a1731","status":"passed","time":{"start":1725577747284,"stop":1725577747285,"duration":1}},{"uid":"b26830ee46f401fc","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b26830ee46f401fc","status":"passed","time":{"start":1725577413195,"stop":1725577413195,"duration":0}},{"uid":"88f610e77d19b19","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/88f610e77d19b19","status":"passed","time":{"start":1725577361987,"stop":1725577361990,"duration":3}},{"uid":"5c0918c5827c8cef","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5c0918c5827c8cef","status":"passed","time":{"start":1725576938345,"stop":1725576938345,"duration":0}}]},"tags":[]},"source":"918561eda97a0695.json","parameterValues":[]} \ No newline at end of file +{"uid":"7c385da43d3b55ef","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":1726218863053,"stop":1726218863056,"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":4,"unknown":0,"total":4},"items":[{"uid":"939b26707314b5fa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/939b26707314b5fa","status":"passed","time":{"start":1726218781395,"stop":1726218781395,"duration":0}},{"uid":"3b45aff872bd9d10","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3b45aff872bd9d10","status":"passed","time":{"start":1726218013730,"stop":1726218013731,"duration":1}},{"uid":"5f0c46417f55d5f9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5f0c46417f55d5f9","status":"passed","time":{"start":1726217945359,"stop":1726217945359,"duration":0}}]},"tags":[]},"source":"7c385da43d3b55ef.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9d18229709071c9d.json b/7434/data/test-cases/7c42aead14c0e236.json similarity index 92% rename from 7408/data/test-cases/9d18229709071c9d.json rename to 7434/data/test-cases/7c42aead14c0e236.json index 9220bdc3daf..de959377326 100644 --- a/7408/data/test-cases/9d18229709071c9d.json +++ b/7434/data/test-cases/7c42aead14c0e236.json @@ -1 +1 @@ -{"uid":"9d18229709071c9d","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":1725579297960,"stop":1725579297960,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"78265433b7813043","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/78265433b7813043","status":"passed","time":{"start":1725578825347,"stop":1725578825347,"duration":0}},{"uid":"bf6915ef6d629de9","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/bf6915ef6d629de9","status":"passed","time":{"start":1725578516985,"stop":1725578516986,"duration":1}},{"uid":"a18a7ee83f7bd23c","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a18a7ee83f7bd23c","status":"passed","time":{"start":1725577784906,"stop":1725577784907,"duration":1}},{"uid":"f829121be394cbd3","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f829121be394cbd3","status":"passed","time":{"start":1725577433751,"stop":1725577433752,"duration":1}},{"uid":"738ab154530f67dd","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/738ab154530f67dd","status":"passed","time":{"start":1725577392048,"stop":1725577392048,"duration":0}},{"uid":"97107c39ba6deb8d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/97107c39ba6deb8d","status":"passed","time":{"start":1725576971829,"stop":1725576971830,"duration":1}}]},"tags":[]},"source":"9d18229709071c9d.json","parameterValues":[]} \ No newline at end of file +{"uid":"7c42aead14c0e236","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":1726218879293,"stop":1726218879293,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e08d0336823ad9e8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e08d0336823ad9e8","status":"passed","time":{"start":1726218787576,"stop":1726218787576,"duration":0}},{"uid":"adfdb59af623b76d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/adfdb59af623b76d","status":"passed","time":{"start":1726218066278,"stop":1726218066278,"duration":0}},{"uid":"7fd8d92ea94aafc2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7fd8d92ea94aafc2","status":"passed","time":{"start":1726217965302,"stop":1726217965302,"duration":0}}]},"tags":[]},"source":"7c42aead14c0e236.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/7c4df3568cddd6d0.json b/7434/data/test-cases/7c4df3568cddd6d0.json new file mode 100644 index 00000000000..0d646a8bd2e --- /dev/null +++ b/7434/data/test-cases/7c4df3568cddd6d0.json @@ -0,0 +1 @@ +{"uid":"7c4df3568cddd6d0","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/20/sometopic/someencoding to shard index 7","historyId":"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283084,"stop":1726218283084,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d664df7c696177c2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d664df7c696177c2","status":"passed","time":{"start":1726218188586,"stop":1726218188586,"duration":0}},{"uid":"5e6ed667d6d4e23a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5e6ed667d6d4e23a","status":"passed","time":{"start":1726217441546,"stop":1726217441546,"duration":0}},{"uid":"35984c0e0c9376e3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/35984c0e0c9376e3","status":"passed","time":{"start":1726217383209,"stop":1726217383209,"duration":0}}]},"tags":[]},"source":"7c4df3568cddd6d0.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/897ce9afb994e49f.json b/7434/data/test-cases/7c9cf4703bdc9691.json similarity index 77% rename from 7408/data/test-cases/897ce9afb994e49f.json rename to 7434/data/test-cases/7c9cf4703bdc9691.json index c979c395046..f16248959ae 100644 --- a/7408/data/test-cases/897ce9afb994e49f.json +++ b/7434/data/test-cases/7c9cf4703bdc9691.json @@ -1 +1 @@ -{"uid":"897ce9afb994e49f","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":1725579297976,"stop":1725579297976,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"a67afba6647ec862","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a67afba6647ec862","status":"passed","time":{"start":1725578825351,"stop":1725578825351,"duration":0}},{"uid":"4cdd1310de0a17c3","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4cdd1310de0a17c3","status":"passed","time":{"start":1725578517001,"stop":1725578517001,"duration":0}},{"uid":"801f23552306a61d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/801f23552306a61d","status":"passed","time":{"start":1725577784917,"stop":1725577784917,"duration":0}},{"uid":"cb6a6d992a318d90","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/cb6a6d992a318d90","status":"passed","time":{"start":1725577433779,"stop":1725577433780,"duration":1}},{"uid":"d9b82003a72494d4","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d9b82003a72494d4","status":"passed","time":{"start":1725577392055,"stop":1725577392058,"duration":3}},{"uid":"65d805245ecc605c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/65d805245ecc605c","status":"passed","time":{"start":1725576971835,"stop":1725576971836,"duration":1}}]},"tags":[]},"source":"897ce9afb994e49f.json","parameterValues":[]} \ No newline at end of file +{"uid":"7c9cf4703bdc9691","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":1726218879321,"stop":1726218879321,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"532c18bcb8f43778","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/532c18bcb8f43778","status":"passed","time":{"start":1726218787579,"stop":1726218787579,"duration":0}},{"uid":"4dddbe5feb6cc377","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4dddbe5feb6cc377","status":"passed","time":{"start":1726218066281,"stop":1726218066282,"duration":1}},{"uid":"5d230f2532a209fe","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5d230f2532a209fe","status":"passed","time":{"start":1726217965308,"stop":1726217965308,"duration":0}}]},"tags":[]},"source":"7c9cf4703bdc9691.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/b212244a94a2dc21.json b/7434/data/test-cases/7d39e9c75b52c617.json similarity index 87% rename from 7408/data/test-cases/b212244a94a2dc21.json rename to 7434/data/test-cases/7d39e9c75b52c617.json index 09d03952c41..088657b84d7 100644 --- a/7408/data/test-cases/b212244a94a2dc21.json +++ b/7434/data/test-cases/7d39e9c75b52c617.json @@ -1 +1 @@ -{"uid":"b212244a94a2dc21","name":"Push message with custom timestamp: 1694820570946","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1694820570946","historyId":"4f19a61aaebf63a3177d560182239470:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579272795,"stop":1725579272795,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","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":"b212244a94a2dc21.json","parameterValues":[]} \ No newline at end of file +{"uid":"7d39e9c75b52c617","name":"Push message with custom timestamp: 1695460151739","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1695460151739","historyId":"72fee5969d81b5b9ccbbd506e0a41e67:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218863048,"stop":1726218863049,"duration":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":"7d39e9c75b52c617.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5f2b1b43bd1f77ae.json b/7434/data/test-cases/7d91aeaf8b975730.json similarity index 67% rename from 7408/data/test-cases/5f2b1b43bd1f77ae.json rename to 7434/data/test-cases/7d91aeaf8b975730.json index 4967fbeac32..99e22d448d3 100644 --- a/7408/data/test-cases/5f2b1b43bd1f77ae.json +++ b/7434/data/test-cases/7d91aeaf8b975730.json @@ -1 +1 @@ -{"uid":"5f2b1b43bd1f77ae","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":1725578943260,"stop":1725578943261,"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":7,"unknown":0,"total":7},"items":[{"uid":"703b7b5a34c166dc","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/703b7b5a34c166dc","status":"passed","time":{"start":1725578482191,"stop":1725578482191,"duration":0}},{"uid":"1073179dcfc23418","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/1073179dcfc23418","status":"passed","time":{"start":1725578156663,"stop":1725578156663,"duration":0}},{"uid":"5650efbee7ab7d09","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5650efbee7ab7d09","status":"passed","time":{"start":1725577429927,"stop":1725577429927,"duration":0}},{"uid":"f723502c12b2ed8a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f723502c12b2ed8a","status":"passed","time":{"start":1725577060146,"stop":1725577060146,"duration":0}},{"uid":"dcab67795010cdf","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/dcab67795010cdf","status":"passed","time":{"start":1725577040681,"stop":1725577040682,"duration":1}},{"uid":"ba6769c1530d1830","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ba6769c1530d1830","status":"passed","time":{"start":1725576604967,"stop":1725576604967,"duration":0}}]},"tags":[]},"source":"5f2b1b43bd1f77ae.json","parameterValues":[]} \ No newline at end of file +{"uid":"7d91aeaf8b975730","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":1726218523023,"stop":1726218523023,"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":4,"unknown":0,"total":4},"items":[{"uid":"ee3dd4aa4593939a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ee3dd4aa4593939a","status":"passed","time":{"start":1726218422910,"stop":1726218422910,"duration":0}},{"uid":"5f17a1fd85500929","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f17a1fd85500929","status":"passed","time":{"start":1726217687431,"stop":1726217687432,"duration":1}},{"uid":"c3bb6e1457e716d4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c3bb6e1457e716d4","status":"passed","time":{"start":1726217604499,"stop":1726217604509,"duration":10}}]},"tags":[]},"source":"7d91aeaf8b975730.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f42d33d57ea358eb.json b/7434/data/test-cases/7dad575c746875b3.json similarity index 93% rename from 7408/data/test-cases/f42d33d57ea358eb.json rename to 7434/data/test-cases/7dad575c746875b3.json index 709b1b7bf9c..58f428cb399 100644 --- a/7408/data/test-cases/f42d33d57ea358eb.json +++ b/7434/data/test-cases/7dad575c746875b3.json @@ -1 +1 @@ -{"uid":"f42d33d57ea358eb","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":1725579187573,"stop":1725579187574,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"811e6ae9faf0a221","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/811e6ae9faf0a221","status":"passed","time":{"start":1725578730892,"stop":1725578730893,"duration":1}},{"uid":"7045b36e92446b43","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/7045b36e92446b43","status":"passed","time":{"start":1725578399097,"stop":1725578399097,"duration":0}},{"uid":"b3b13809dad3cff7","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b3b13809dad3cff7","status":"passed","time":{"start":1725577666266,"stop":1725577666266,"duration":0}},{"uid":"8d1c8c51817e3da0","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/8d1c8c51817e3da0","status":"passed","time":{"start":1725577318872,"stop":1725577318873,"duration":1}},{"uid":"8ab28525638db77d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8ab28525638db77d","status":"passed","time":{"start":1725577277101,"stop":1725577277102,"duration":1}},{"uid":"86c1551646bf29be","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/86c1551646bf29be","status":"passed","time":{"start":1725576853152,"stop":1725576853153,"duration":1}}]},"tags":[]},"source":"f42d33d57ea358eb.json","parameterValues":[]} \ No newline at end of file +{"uid":"7dad575c746875b3","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":1726218778227,"stop":1726218778227,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"8cab99bd60602b49","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8cab99bd60602b49","status":"passed","time":{"start":1726218673556,"stop":1726218673556,"duration":0}},{"uid":"aa3b33c00932961f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aa3b33c00932961f","status":"passed","time":{"start":1726217946724,"stop":1726217946724,"duration":0}},{"uid":"8aac035610c4b080","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8aac035610c4b080","status":"passed","time":{"start":1726217862780,"stop":1726217862780,"duration":0}}]},"tags":[]},"source":"7dad575c746875b3.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/7e9c238f56610d41.json b/7434/data/test-cases/7e9c238f56610d41.json new file mode 100644 index 00000000000..8c82d074b0a --- /dev/null +++ b/7434/data/test-cases/7e9c238f56610d41.json @@ -0,0 +1 @@ +{"uid":"7e9c238f56610d41","name":"should return false","fullName":"/src/enr.spec.ts: ENR > Verify > should return false","historyId":"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218291661,"stop":1726218291661,"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":4,"unknown":0,"total":4},"items":[{"uid":"c5f4f0f3d6a189b5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c5f4f0f3d6a189b5","status":"passed","time":{"start":1726218196999,"stop":1726218197000,"duration":1}},{"uid":"f2ea9e5a40036722","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f2ea9e5a40036722","status":"passed","time":{"start":1726217450197,"stop":1726217450197,"duration":0}},{"uid":"39e2bac5e3e389b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39e2bac5e3e389b5","status":"passed","time":{"start":1726217391849,"stop":1726217391849,"duration":0}}]},"tags":[]},"source":"7e9c238f56610d41.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/cbb79a92718a9aa7.json b/7434/data/test-cases/7eca4a8a2a006f38.json similarity index 93% rename from 7408/data/test-cases/cbb79a92718a9aa7.json rename to 7434/data/test-cases/7eca4a8a2a006f38.json index 384be98426b..3c270aeba40 100644 --- a/7408/data/test-cases/cbb79a92718a9aa7.json +++ b/7434/data/test-cases/7eca4a8a2a006f38.json @@ -1 +1 @@ -{"uid":"cbb79a92718a9aa7","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":1725579187570,"stop":1725579187570,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"c2243605198cbecb","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/c2243605198cbecb","status":"passed","time":{"start":1725578730888,"stop":1725578730889,"duration":1}},{"uid":"5f4e711c5d69c00c","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/5f4e711c5d69c00c","status":"passed","time":{"start":1725578399090,"stop":1725578399090,"duration":0}},{"uid":"cab98baf198aac00","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/cab98baf198aac00","status":"passed","time":{"start":1725577666261,"stop":1725577666262,"duration":1}},{"uid":"4adb31d39280574b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4adb31d39280574b","status":"passed","time":{"start":1725577318868,"stop":1725577318868,"duration":0}},{"uid":"dde6110189278a8e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/dde6110189278a8e","status":"passed","time":{"start":1725577277097,"stop":1725577277097,"duration":0}},{"uid":"f27e50942391ed63","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f27e50942391ed63","status":"passed","time":{"start":1725576853147,"stop":1725576853147,"duration":0}}]},"tags":[]},"source":"cbb79a92718a9aa7.json","parameterValues":[]} \ No newline at end of file +{"uid":"7eca4a8a2a006f38","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":1726218778190,"stop":1726218778190,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"cd4ed677c88b6934","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cd4ed677c88b6934","status":"passed","time":{"start":1726218673549,"stop":1726218673549,"duration":0}},{"uid":"76159908ae89d281","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/76159908ae89d281","status":"passed","time":{"start":1726217946719,"stop":1726217946719,"duration":0}},{"uid":"9f7edf15e088bc26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9f7edf15e088bc26","status":"passed","time":{"start":1726217862773,"stop":1726217862773,"duration":0}}]},"tags":[]},"source":"7eca4a8a2a006f38.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1d6b2e1bc67c52a9.json b/7434/data/test-cases/7f88b88efc26bc79.json similarity index 93% rename from 7408/data/test-cases/1d6b2e1bc67c52a9.json rename to 7434/data/test-cases/7f88b88efc26bc79.json index dd6eac43103..8475dd39326 100644 --- a/7408/data/test-cases/1d6b2e1bc67c52a9.json +++ b/7434/data/test-cases/7f88b88efc26bc79.json @@ -1 +1 @@ -{"uid":"1d6b2e1bc67c52a9","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":1725579187571,"stop":1725579187572,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"fbc780545f52cf89","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/fbc780545f52cf89","status":"passed","time":{"start":1725578730890,"stop":1725578730891,"duration":1}},{"uid":"3d616b74e434ec80","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3d616b74e434ec80","status":"passed","time":{"start":1725578399094,"stop":1725578399095,"duration":1}},{"uid":"d72597a75ed2a4b4","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d72597a75ed2a4b4","status":"passed","time":{"start":1725577666264,"stop":1725577666264,"duration":0}},{"uid":"2611ee989b56a9de","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/2611ee989b56a9de","status":"passed","time":{"start":1725577318870,"stop":1725577318871,"duration":1}},{"uid":"76e092bee3382d27","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/76e092bee3382d27","status":"passed","time":{"start":1725577277099,"stop":1725577277099,"duration":0}},{"uid":"e67a1a306f77a44","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e67a1a306f77a44","status":"passed","time":{"start":1725576853150,"stop":1725576853151,"duration":1}}]},"tags":[]},"source":"1d6b2e1bc67c52a9.json","parameterValues":[]} \ No newline at end of file +{"uid":"7f88b88efc26bc79","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":1726218778197,"stop":1726218778198,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"c5c9b19d89cdaa36","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c5c9b19d89cdaa36","status":"passed","time":{"start":1726218673551,"stop":1726218673552,"duration":1}},{"uid":"d2769fccf237d655","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2769fccf237d655","status":"passed","time":{"start":1726217946722,"stop":1726217946722,"duration":0}},{"uid":"f29c55cac5703081","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f29c55cac5703081","status":"passed","time":{"start":1726217862775,"stop":1726217862775,"duration":0}}]},"tags":[]},"source":"7f88b88efc26bc79.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9c42f9d1e312905b.json b/7434/data/test-cases/810efcac150e5599.json similarity index 93% rename from 7408/data/test-cases/9c42f9d1e312905b.json rename to 7434/data/test-cases/810efcac150e5599.json index 34a9b42de58..0b34bdd2fe0 100644 --- a/7408/data/test-cases/9c42f9d1e312905b.json +++ b/7434/data/test-cases/810efcac150e5599.json @@ -1 +1 @@ -{"uid":"9c42f9d1e312905b","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":1725579187580,"stop":1725579187581,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"e5196af0906cb4c7","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e5196af0906cb4c7","status":"passed","time":{"start":1725578730899,"stop":1725578730899,"duration":0}},{"uid":"ae1aad7570999e6d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ae1aad7570999e6d","status":"passed","time":{"start":1725578399105,"stop":1725578399105,"duration":0}},{"uid":"641cdc38fc260be0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/641cdc38fc260be0","status":"passed","time":{"start":1725577666300,"stop":1725577666302,"duration":2}},{"uid":"63bc1f2527dc9bf4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/63bc1f2527dc9bf4","status":"passed","time":{"start":1725577318882,"stop":1725577318882,"duration":0}},{"uid":"af2284cba0cfc329","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/af2284cba0cfc329","status":"passed","time":{"start":1725577277110,"stop":1725577277110,"duration":0}},{"uid":"d252c314e6781fc9","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d252c314e6781fc9","status":"passed","time":{"start":1725576853193,"stop":1725576853193,"duration":0}}]},"tags":[]},"source":"9c42f9d1e312905b.json","parameterValues":[]} \ No newline at end of file +{"uid":"810efcac150e5599","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":1726218778287,"stop":1726218778287,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"19144888d2998b7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/19144888d2998b7","status":"passed","time":{"start":1726218673562,"stop":1726218673563,"duration":1}},{"uid":"68d994220f4dfbf0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68d994220f4dfbf0","status":"passed","time":{"start":1726217946741,"stop":1726217946741,"duration":0}},{"uid":"15daccea994ffebf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15daccea994ffebf","status":"passed","time":{"start":1726217862792,"stop":1726217862793,"duration":1}}]},"tags":[]},"source":"810efcac150e5599.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a5ebc785822a9cd9.json b/7434/data/test-cases/81426c59ed6fd194.json similarity index 63% rename from 7408/data/test-cases/a5ebc785822a9cd9.json rename to 7434/data/test-cases/81426c59ed6fd194.json index 2886fe352e6..ab61452019e 100644 --- a/7408/data/test-cases/a5ebc785822a9cd9.json +++ b/7434/data/test-cases/81426c59ed6fd194.json @@ -1 +1 @@ -{"uid":"a5ebc785822a9cd9","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":1725579104750,"stop":1725579104750,"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":7,"unknown":0,"total":7},"items":[{"uid":"3f1b6ca143501884","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/3f1b6ca143501884","status":"passed","time":{"start":1725578640655,"stop":1725578640655,"duration":0}},{"uid":"824845dc628e6f10","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/824845dc628e6f10","status":"passed","time":{"start":1725578319129,"stop":1725578319130,"duration":1}},{"uid":"42472ba90e4fd8c2","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/42472ba90e4fd8c2","status":"passed","time":{"start":1725577578268,"stop":1725577578268,"duration":0}},{"uid":"b1a7ba3846b5d8ba","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b1a7ba3846b5d8ba","status":"passed","time":{"start":1725577243234,"stop":1725577243234,"duration":0}},{"uid":"fc79b1d9d9eecf2c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/fc79b1d9d9eecf2c","status":"passed","time":{"start":1725577189159,"stop":1725577189161,"duration":2}},{"uid":"5f4f101a9e1cc12e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5f4f101a9e1cc12e","status":"passed","time":{"start":1725576769324,"stop":1725576769324,"duration":0}}]},"tags":[]},"source":"a5ebc785822a9cd9.json","parameterValues":[]} \ No newline at end of file +{"uid":"81426c59ed6fd194","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":1726218689008,"stop":1726218689010,"duration":2},"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":4,"unknown":0,"total":4},"items":[{"uid":"f23f3e1286e55231","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f23f3e1286e55231","status":"passed","time":{"start":1726218597577,"stop":1726218597578,"duration":1}},{"uid":"7a8433e86cab8872","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7a8433e86cab8872","status":"passed","time":{"start":1726217848421,"stop":1726217848421,"duration":0}},{"uid":"67ae3624c9fcfd9a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/67ae3624c9fcfd9a","status":"passed","time":{"start":1726217774671,"stop":1726217774675,"duration":4}}]},"tags":[]},"source":"81426c59ed6fd194.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/818c402d33e1d6ed.json b/7434/data/test-cases/818c402d33e1d6ed.json new file mode 100644 index 00000000000..413de6559fa --- /dev/null +++ b/7434/data/test-cases/818c402d33e1d6ed.json @@ -0,0 +1 @@ +{"uid":"818c402d33e1d6ed","name":"throws on content topic with empty encoding field","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with empty encoding field","historyId":"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283075,"stop":1726218283075,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ac80809dd886eb44","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ac80809dd886eb44","status":"passed","time":{"start":1726218188578,"stop":1726218188578,"duration":0}},{"uid":"c9cd260e858660ef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c9cd260e858660ef","status":"passed","time":{"start":1726217441536,"stop":1726217441537,"duration":1}},{"uid":"5dec734112a3ba72","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5dec734112a3ba72","status":"passed","time":{"start":1726217383198,"stop":1726217383199,"duration":1}}]},"tags":[]},"source":"818c402d33e1d6ed.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/819de4df883467af.json b/7434/data/test-cases/819de4df883467af.json new file mode 100644 index 00000000000..f42682bcc28 --- /dev/null +++ b/7434/data/test-cases/819de4df883467af.json @@ -0,0 +1 @@ +{"uid":"819de4df883467af","name":"Rejects garbage","fullName":"/src/message_validator.spec.ts: Message Validator > Rejects garbage","historyId":"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218319680,"stop":1726218319680,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Message Validator"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f06bcd697f749592","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f06bcd697f749592","status":"passed","time":{"start":1726218224408,"stop":1726218224408,"duration":0}},{"uid":"129712e73ee93a04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/129712e73ee93a04","status":"passed","time":{"start":1726217477826,"stop":1726217477826,"duration":0}},{"uid":"2bf013422fd50d54","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2bf013422fd50d54","status":"passed","time":{"start":1726217419063,"stop":1726217419063,"duration":0}}]},"tags":[]},"source":"819de4df883467af.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d33674362f3fa2d5.json b/7434/data/test-cases/81a2f09709e4cfb6.json similarity index 66% rename from 7408/data/test-cases/d33674362f3fa2d5.json rename to 7434/data/test-cases/81a2f09709e4cfb6.json index 2f71c2467c6..d9ecde0db49 100644 --- a/7408/data/test-cases/d33674362f3fa2d5.json +++ b/7434/data/test-cases/81a2f09709e4cfb6.json @@ -1 +1 @@ -{"uid":"d33674362f3fa2d5","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":1725578943276,"stop":1725578943276,"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":7,"unknown":0,"total":7},"items":[{"uid":"e4417840e4730701","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e4417840e4730701","status":"passed","time":{"start":1725578482197,"stop":1725578482197,"duration":0}},{"uid":"2e63395b17a65746","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2e63395b17a65746","status":"passed","time":{"start":1725578156673,"stop":1725578156674,"duration":1}},{"uid":"da46e7b220cdbe78","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/da46e7b220cdbe78","status":"passed","time":{"start":1725577429931,"stop":1725577429931,"duration":0}},{"uid":"46c3774cf1117878","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/46c3774cf1117878","status":"passed","time":{"start":1725577060150,"stop":1725577060152,"duration":2}},{"uid":"d067923a1e558bdc","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d067923a1e558bdc","status":"passed","time":{"start":1725577040695,"stop":1725577040695,"duration":0}},{"uid":"692a10b3b3216e03","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/692a10b3b3216e03","status":"passed","time":{"start":1725576604972,"stop":1725576604976,"duration":4}}]},"tags":[]},"source":"d33674362f3fa2d5.json","parameterValues":[]} \ No newline at end of file +{"uid":"81a2f09709e4cfb6","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":1726218523027,"stop":1726218523028,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=6"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a6d33bc4280d523a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a6d33bc4280d523a","status":"passed","time":{"start":1726218422918,"stop":1726218422918,"duration":0}},{"uid":"be3b4c77d4d2229d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be3b4c77d4d2229d","status":"passed","time":{"start":1726217687441,"stop":1726217687442,"duration":1}},{"uid":"ac47001a600cf64d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac47001a600cf64d","status":"passed","time":{"start":1726217604524,"stop":1726217604525,"duration":1}}]},"tags":[]},"source":"81a2f09709e4cfb6.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/834cc8d3e3b354bc.json b/7434/data/test-cases/834cc8d3e3b354bc.json new file mode 100644 index 00000000000..44666e33924 --- /dev/null +++ b/7434/data/test-cases/834cc8d3e3b354bc.json @@ -0,0 +1 @@ +{"uid":"834cc8d3e3b354bc","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":1726218346774,"stop":1726218346774,"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":4,"unknown":0,"total":4},"items":[{"uid":"561efe26b6a53b81","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/561efe26b6a53b81","status":"passed","time":{"start":1726218251126,"stop":1726218251129,"duration":3}},{"uid":"ab9dbea0e18daacc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ab9dbea0e18daacc","status":"passed","time":{"start":1726217503657,"stop":1726217503657,"duration":0}},{"uid":"2068013a4a1a6bb6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2068013a4a1a6bb6","status":"passed","time":{"start":1726217444763,"stop":1726217444764,"duration":1}}]},"tags":[]},"source":"834cc8d3e3b354bc.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ebb14a0650645298.json b/7434/data/test-cases/836415f84289161b.json similarity index 91% rename from 7408/data/test-cases/ebb14a0650645298.json rename to 7434/data/test-cases/836415f84289161b.json index e4bdf323641..e03da43cf89 100644 --- a/7408/data/test-cases/ebb14a0650645298.json +++ b/7434/data/test-cases/836415f84289161b.json @@ -1 +1 @@ -{"uid":"ebb14a0650645298","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":1725579181261,"stop":1725579181270,"duration":9},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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":7,"unknown":0,"total":7},"items":[{"uid":"78e337eed14ce5d3","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/78e337eed14ce5d3","status":"passed","time":{"start":1725578712620,"stop":1725578712621,"duration":1}},{"uid":"2137e0756c43c0e9","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2137e0756c43c0e9","status":"passed","time":{"start":1725578380227,"stop":1725578380227,"duration":0}},{"uid":"a97cd0737e945930","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a97cd0737e945930","status":"passed","time":{"start":1725577661462,"stop":1725577661462,"duration":0}},{"uid":"bf290b8eec650a11","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/bf290b8eec650a11","status":"passed","time":{"start":1725577308307,"stop":1725577308307,"duration":0}},{"uid":"48ed83fd2407578f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/48ed83fd2407578f","status":"passed","time":{"start":1725577255374,"stop":1725577255374,"duration":0}},{"uid":"5dc35159c3b57555","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5dc35159c3b57555","status":"passed","time":{"start":1725576839402,"stop":1725576839404,"duration":2}}]},"tags":[]},"source":"ebb14a0650645298.json","parameterValues":[]} \ No newline at end of file +{"uid":"836415f84289161b","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":1726218764108,"stop":1726218764109,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"1c1c0eb7a5943c12","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c1c0eb7a5943c12","status":"passed","time":{"start":1726218659023,"stop":1726218659023,"duration":0}},{"uid":"3228440b0ce36330","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3228440b0ce36330","status":"passed","time":{"start":1726217924758,"stop":1726217924758,"duration":0}},{"uid":"7f121e913dd3a2f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f121e913dd3a2f6","status":"passed","time":{"start":1726217840560,"stop":1726217840560,"duration":0}}]},"tags":[]},"source":"836415f84289161b.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/846aaae332105dd2.json b/7434/data/test-cases/846aaae332105dd2.json new file mode 100644 index 00000000000..9414c56339f --- /dev/null +++ b/7434/data/test-cases/846aaae332105dd2.json @@ -0,0 +1 @@ +{"uid":"846aaae332105dd2","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":1726218316387,"stop":1726218316388,"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":4,"unknown":0,"total":4},"items":[{"uid":"4db848c2ff2d3574","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4db848c2ff2d3574","status":"passed","time":{"start":1726218221126,"stop":1726218221126,"duration":0}},{"uid":"4a4f07f2b8c27639","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4a4f07f2b8c27639","status":"passed","time":{"start":1726217474515,"stop":1726217474515,"duration":0}},{"uid":"95b1e428fe5ec40e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/95b1e428fe5ec40e","status":"passed","time":{"start":1726217415843,"stop":1726217415843,"duration":0}}]},"tags":[]},"source":"846aaae332105dd2.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/847fec84165e9698.json b/7434/data/test-cases/847fec84165e9698.json new file mode 100644 index 00000000000..afcfd53af2e --- /dev/null +++ b/7434/data/test-cases/847fec84165e9698.json @@ -0,0 +1 @@ +{"uid":"847fec84165e9698","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":1726218316386,"stop":1726218316386,"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":4,"unknown":0,"total":4},"items":[{"uid":"85d6945208a76b3b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/85d6945208a76b3b","status":"passed","time":{"start":1726218221124,"stop":1726218221124,"duration":0}},{"uid":"4cfd8602ad53ebb4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4cfd8602ad53ebb4","status":"passed","time":{"start":1726217474513,"stop":1726217474513,"duration":0}},{"uid":"a8a50d42349b509b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a8a50d42349b509b","status":"passed","time":{"start":1726217415841,"stop":1726217415841,"duration":0}}]},"tags":[]},"source":"847fec84165e9698.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d97060c6b85e0ccc.json b/7434/data/test-cases/8526b933550e1457.json similarity index 64% rename from 7408/data/test-cases/d97060c6b85e0ccc.json rename to 7434/data/test-cases/8526b933550e1457.json index 1c0b39fa47f..59516c2ff7a 100644 --- a/7408/data/test-cases/d97060c6b85e0ccc.json +++ b/7434/data/test-cases/8526b933550e1457.json @@ -1 +1 @@ -{"uid":"d97060c6b85e0ccc","name":"Ordered Callback sorting by timestamp while page direction is true","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Ordered Callback sorting by timestamp while page direction is true","historyId":"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579316932,"stop":1725579316932,"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":7,"unknown":0,"total":7},"items":[{"uid":"f4eddec3dfb398d7","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f4eddec3dfb398d7","status":"passed","time":{"start":1725578853002,"stop":1725578853003,"duration":1}},{"uid":"a45f9d3c1c4a9a7f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a45f9d3c1c4a9a7f","status":"passed","time":{"start":1725578530268,"stop":1725578530268,"duration":0}},{"uid":"971bcb9e9f1babef","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/971bcb9e9f1babef","status":"passed","time":{"start":1725577786740,"stop":1725577786740,"duration":0}},{"uid":"484908668ee0ccea","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/484908668ee0ccea","status":"passed","time":{"start":1725577447971,"stop":1725577447971,"duration":0}},{"uid":"a51e43806a5d8aa4","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a51e43806a5d8aa4","status":"passed","time":{"start":1725577400514,"stop":1725577400514,"duration":0}},{"uid":"a11ae6ea79a2936b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a11ae6ea79a2936b","status":"passed","time":{"start":1725576984759,"stop":1725576984759,"duration":0}}]},"tags":[]},"source":"d97060c6b85e0ccc.json","parameterValues":[]} \ No newline at end of file +{"uid":"8526b933550e1457","name":"Ordered Callback sorting by timestamp while page direction is true","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Ordered Callback sorting by timestamp while page direction is true","historyId":"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218898753,"stop":1726218898753,"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":4,"unknown":0,"total":4},"items":[{"uid":"1b05d3699220fed0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1b05d3699220fed0","status":"passed","time":{"start":1726218807211,"stop":1726218807211,"duration":0}},{"uid":"cfa5d2d07f9e9111","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cfa5d2d07f9e9111","status":"passed","time":{"start":1726218077540,"stop":1726218077540,"duration":0}},{"uid":"b6bbc52c6d1b858d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b6bbc52c6d1b858d","status":"passed","time":{"start":1726217979448,"stop":1726217979448,"duration":0}}]},"tags":[]},"source":"8526b933550e1457.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/858368dbe10b1a15.json b/7434/data/test-cases/858368dbe10b1a15.json new file mode 100644 index 00000000000..0ceb5cb956b --- /dev/null +++ b/7434/data/test-cases/858368dbe10b1a15.json @@ -0,0 +1 @@ +{"uid":"858368dbe10b1a15","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":1726218302904,"stop":1726218302904,"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":4,"unknown":0,"total":4},"items":[{"uid":"5a21f4983c8d827f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5a21f4983c8d827f","status":"passed","time":{"start":1726218208238,"stop":1726218208239,"duration":1}},{"uid":"6335709be79bd6f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6335709be79bd6f2","status":"passed","time":{"start":1726217461853,"stop":1726217461854,"duration":1}},{"uid":"6863e70ff9c2e20f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6863e70ff9c2e20f","status":"passed","time":{"start":1726217403237,"stop":1726217403237,"duration":0}}]},"tags":[]},"source":"858368dbe10b1a15.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a50b25861998efa1.json b/7434/data/test-cases/859fcb18e01f0d5c.json similarity index 62% rename from 7408/data/test-cases/a50b25861998efa1.json rename to 7434/data/test-cases/859fcb18e01f0d5c.json index 34bd0cbd616..4b4035f81a8 100644 --- a/7408/data/test-cases/a50b25861998efa1.json +++ b/7434/data/test-cases/859fcb18e01f0d5c.json @@ -1 +1 @@ -{"uid":"a50b25861998efa1","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":1725579061640,"stop":1725579061640,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"f0b9d889f657ef54","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f0b9d889f657ef54","status":"passed","time":{"start":1725578598312,"stop":1725578598313,"duration":1}},{"uid":"cc99ee9146b8ad58","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/cc99ee9146b8ad58","status":"passed","time":{"start":1725578273411,"stop":1725578273412,"duration":1}},{"uid":"521e2f38274c9841","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/521e2f38274c9841","status":"passed","time":{"start":1725577539374,"stop":1725577539374,"duration":0}},{"uid":"321297ddaa945866","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/321297ddaa945866","status":"passed","time":{"start":1725577200221,"stop":1725577200221,"duration":0}},{"uid":"f0efb54cb5db353b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f0efb54cb5db353b","status":"passed","time":{"start":1725577150917,"stop":1725577150917,"duration":0}},{"uid":"1d5e89bdaa7aab97","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/1d5e89bdaa7aab97","status":"passed","time":{"start":1725576726844,"stop":1725576726844,"duration":0}}]},"tags":[]},"source":"a50b25861998efa1.json","parameterValues":[]} \ No newline at end of file +{"uid":"859fcb18e01f0d5c","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":1726218651145,"stop":1726218651145,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"da23991c5f329b57","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/da23991c5f329b57","status":"passed","time":{"start":1726218550066,"stop":1726218550066,"duration":0}},{"uid":"b568e18fceb36b33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b568e18fceb36b33","status":"passed","time":{"start":1726217804581,"stop":1726217804581,"duration":0}},{"uid":"491466b384b3279b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/491466b384b3279b","status":"passed","time":{"start":1726217733944,"stop":1726217733945,"duration":1}}]},"tags":[]},"source":"859fcb18e01f0d5c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/52183aef01154450.json b/7434/data/test-cases/868c589a32757cc7.json similarity index 71% rename from 7408/data/test-cases/52183aef01154450.json rename to 7434/data/test-cases/868c589a32757cc7.json index ca8423e0193..b9f5a4b27d3 100644 --- a/7408/data/test-cases/52183aef01154450.json +++ b/7434/data/test-cases/868c589a32757cc7.json @@ -1 +1 @@ -{"uid":"52183aef01154450","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":1725578876068,"stop":1725578876068,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"c4b0dccdde7ca9e6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/c4b0dccdde7ca9e6","status":"passed","time":{"start":1725578412450,"stop":1725578412451,"duration":1}},{"uid":"6deedb01919c156","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/6deedb01919c156","status":"passed","time":{"start":1725578089713,"stop":1725578089713,"duration":0}},{"uid":"a743c019b3cacbc","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a743c019b3cacbc","status":"passed","time":{"start":1725577366658,"stop":1725577366658,"duration":0}},{"uid":"204dbc7a183eda88","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/204dbc7a183eda88","status":"passed","time":{"start":1725577005079,"stop":1725577005079,"duration":0}},{"uid":"23f1d95675d147b2","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/23f1d95675d147b2","status":"passed","time":{"start":1725576959248,"stop":1725576959248,"duration":0}},{"uid":"3686d76a200bb39d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3686d76a200bb39d","status":"passed","time":{"start":1725576537507,"stop":1725576537507,"duration":0}}]},"tags":[]},"source":"52183aef01154450.json","parameterValues":[]} \ No newline at end of file +{"uid":"868c589a32757cc7","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":1726218455970,"stop":1726218455970,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"7a1db39d50f9ba6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a1db39d50f9ba6","status":"passed","time":{"start":1726218357625,"stop":1726218357626,"duration":1}},{"uid":"2aef1dcc86b612f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2aef1dcc86b612f6","status":"passed","time":{"start":1726217608003,"stop":1726217608004,"duration":1}},{"uid":"8418a9dce2dec4f4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8418a9dce2dec4f4","status":"passed","time":{"start":1726217547146,"stop":1726217547146,"duration":0}}]},"tags":[]},"source":"868c589a32757cc7.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/86acbfe66afccb5a.json b/7434/data/test-cases/86acbfe66afccb5a.json new file mode 100644 index 00000000000..359d1c9edb0 --- /dev/null +++ b/7434/data/test-cases/86acbfe66afccb5a.json @@ -0,0 +1 @@ +{"uid":"86acbfe66afccb5a","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":1726218914874,"stop":1726218914874,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"180eafb3373b97f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/180eafb3373b97f8","status":"passed","time":{"start":1726218826919,"stop":1726218826919,"duration":0}},{"uid":"4f0dd72dea6ac6cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4f0dd72dea6ac6cf","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"duration":0}},{"uid":"5ef0e8e7bd406167","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5ef0e8e7bd406167","status":"passed","time":{"start":1726218000391,"stop":1726218000391,"duration":0}}]},"tags":[]},"source":"86acbfe66afccb5a.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/86b54c0284a2774a.json b/7434/data/test-cases/86b54c0284a2774a.json new file mode 100644 index 00000000000..1ab843605f1 --- /dev/null +++ b/7434/data/test-cases/86b54c0284a2774a.json @@ -0,0 +1 @@ +{"uid":"86b54c0284a2774a","name":"should return unique PubsubTopics for static sharding","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should return unique PubsubTopics for static sharding","historyId":"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283091,"stop":1726218283091,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5dc898db5b354839","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5dc898db5b354839","status":"passed","time":{"start":1726218188592,"stop":1726218188592,"duration":0}},{"uid":"9ea49bf871203caa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9ea49bf871203caa","status":"passed","time":{"start":1726217441552,"stop":1726217441553,"duration":1}},{"uid":"4b682914fdfa1d36","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b682914fdfa1d36","status":"passed","time":{"start":1726217383216,"stop":1726217383216,"duration":0}}]},"tags":[]},"source":"86b54c0284a2774a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/93a53c4fb9c43cc9.json b/7434/data/test-cases/8717e76113565526.json similarity index 59% rename from 7408/data/test-cases/93a53c4fb9c43cc9.json rename to 7434/data/test-cases/8717e76113565526.json index de70286d3a1..f675268d2ec 100644 --- a/7408/data/test-cases/93a53c4fb9c43cc9.json +++ b/7434/data/test-cases/8717e76113565526.json @@ -1 +1 @@ -{"uid":"93a53c4fb9c43cc9","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":1725578717745,"stop":1725578717745,"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":7,"unknown":0,"total":7},"items":[{"uid":"699db154ca47e4f1","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/699db154ca47e4f1","status":"passed","time":{"start":1725578261164,"stop":1725578261164,"duration":0}},{"uid":"e4d8f6dde328deb7","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/e4d8f6dde328deb7","status":"passed","time":{"start":1725577933624,"stop":1725577933624,"duration":0}},{"uid":"a5a31887bcf5ab5d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a5a31887bcf5ab5d","status":"passed","time":{"start":1725577201140,"stop":1725577201140,"duration":0}},{"uid":"eead420babedf9f9","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/eead420babedf9f9","status":"passed","time":{"start":1725576847746,"stop":1725576847746,"duration":0}},{"uid":"1bbef4c1d9bb19de","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1bbef4c1d9bb19de","status":"passed","time":{"start":1725576800737,"stop":1725576800737,"duration":0}},{"uid":"7ec0a4450d841f83","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/7ec0a4450d841f83","status":"passed","time":{"start":1725576382766,"stop":1725576382766,"duration":0}}]},"tags":[]},"source":"93a53c4fb9c43cc9.json","parameterValues":[]} \ No newline at end of file +{"uid":"8717e76113565526","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":1726218291670,"stop":1726218291670,"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":4,"unknown":0,"total":4},"items":[{"uid":"3bb6c4485ad4d870","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3bb6c4485ad4d870","status":"passed","time":{"start":1726218197009,"stop":1726218197009,"duration":0}},{"uid":"16047adab6dc31ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/16047adab6dc31ca","status":"passed","time":{"start":1726217450207,"stop":1726217450208,"duration":1}},{"uid":"a3d0764ee6882ff9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a3d0764ee6882ff9","status":"passed","time":{"start":1726217391859,"stop":1726217391859,"duration":0}}]},"tags":[]},"source":"8717e76113565526.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/61d3be23bd622e78.json b/7434/data/test-cases/871f9e21f1d2b33e.json similarity index 93% rename from 7408/data/test-cases/61d3be23bd622e78.json rename to 7434/data/test-cases/871f9e21f1d2b33e.json index 76001210f4e..e2d839d49d2 100644 --- a/7408/data/test-cases/61d3be23bd622e78.json +++ b/7434/data/test-cases/871f9e21f1d2b33e.json @@ -1 +1 @@ -{"uid":"61d3be23bd622e78","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app71/1/topic21/xml","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 10 - Cluster ID: 10, Content Topic: /app71/1/topic21/xml","historyId":"f7e22417b74a9158ad5e4bb9bc606f66:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579256765,"stop":1725579256768,"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":"61d3be23bd622e78.json","parameterValues":[]} \ No newline at end of file +{"uid":"871f9e21f1d2b33e","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app31/4/topic67/utf8","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 3 - Cluster ID: 10, Content Topic: /app31/4/topic67/utf8","historyId":"a2e285fd5c9ac805c15c8f23b6139809:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218843766,"stop":1726218843766,"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":"871f9e21f1d2b33e.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/8767f6023d93d22c.json b/7434/data/test-cases/8767f6023d93d22c.json new file mode 100644 index 00000000000..2654be44b16 --- /dev/null +++ b/7434/data/test-cases/8767f6023d93d22c.json @@ -0,0 +1 @@ +{"uid":"8767f6023d93d22c","name":"should return the pubsub topic directly if a string is provided","fullName":"/src/common/sharding/index.spec.ts: determinePubsubTopic > should return the pubsub topic directly if a string is provided","historyId":"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283102,"stop":1726218283102,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2e2f249472d28cd7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2e2f249472d28cd7","status":"passed","time":{"start":1726218188602,"stop":1726218188602,"duration":0}},{"uid":"b3ae8490085a1f08","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3ae8490085a1f08","status":"passed","time":{"start":1726217441565,"stop":1726217441565,"duration":0}},{"uid":"805aaf4466474dc7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/805aaf4466474dc7","status":"passed","time":{"start":1726217383228,"stop":1726217383228,"duration":0}}]},"tags":[]},"source":"8767f6023d93d22c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e0ad69a996fc6b6.json b/7434/data/test-cases/87908b47f4c629f.json similarity index 72% rename from 7408/data/test-cases/e0ad69a996fc6b6.json rename to 7434/data/test-cases/87908b47f4c629f.json index 214561abda1..eb25064a010 100644 --- a/7408/data/test-cases/e0ad69a996fc6b6.json +++ b/7434/data/test-cases/87908b47f4c629f.json @@ -1 +1 @@ -{"uid":"e0ad69a996fc6b6","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":1725579187574,"stop":1725579187574,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"5ccd27b08d1a7744","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5ccd27b08d1a7744","status":"passed","time":{"start":1725578730893,"stop":1725578730893,"duration":0}},{"uid":"32afe1de048f41c6","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/32afe1de048f41c6","status":"passed","time":{"start":1725578399097,"stop":1725578399097,"duration":0}},{"uid":"b72c5a90cc946dae","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b72c5a90cc946dae","status":"passed","time":{"start":1725577666266,"stop":1725577666266,"duration":0}},{"uid":"6790f36cbae51e81","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6790f36cbae51e81","status":"passed","time":{"start":1725577318873,"stop":1725577318873,"duration":0}},{"uid":"f90d4f463851d2bb","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f90d4f463851d2bb","status":"passed","time":{"start":1725577277102,"stop":1725577277102,"duration":0}},{"uid":"36a560a2577e97d2","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/36a560a2577e97d2","status":"passed","time":{"start":1725576853153,"stop":1725576853157,"duration":4}}]},"tags":[]},"source":"e0ad69a996fc6b6.json","parameterValues":[]} \ No newline at end of file +{"uid":"87908b47f4c629f","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":1726218778292,"stop":1726218778292,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"1ade9bf7aeb2a147","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ade9bf7aeb2a147","status":"passed","time":{"start":1726218673566,"stop":1726218673566,"duration":0}},{"uid":"9dbeccb659bd7d14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9dbeccb659bd7d14","status":"passed","time":{"start":1726217946745,"stop":1726217946745,"duration":0}},{"uid":"86f14403ebc373c9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/86f14403ebc373c9","status":"passed","time":{"start":1726217862807,"stop":1726217862808,"duration":1}}]},"tags":[]},"source":"87908b47f4c629f.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/879b9592f245da41.json b/7434/data/test-cases/879b9592f245da41.json new file mode 100644 index 00000000000..7abb24063d7 --- /dev/null +++ b/7434/data/test-cases/879b9592f245da41.json @@ -0,0 +1 @@ +{"uid":"879b9592f245da41","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":1726218291658,"stop":1726218291658,"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":4,"unknown":0,"total":4},"items":[{"uid":"457a342776f983a3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/457a342776f983a3","status":"passed","time":{"start":1726218196996,"stop":1726218196997,"duration":1}},{"uid":"666c45e548af8496","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/666c45e548af8496","status":"passed","time":{"start":1726217450194,"stop":1726217450194,"duration":0}},{"uid":"13cf0d32ecb87145","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/13cf0d32ecb87145","status":"passed","time":{"start":1726217391846,"stop":1726217391846,"duration":0}}]},"tags":[]},"source":"879b9592f245da41.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/87bbe06ff39a661.json b/7434/data/test-cases/87bbe06ff39a661.json new file mode 100644 index 00000000000..5563f9e6189 --- /dev/null +++ b/7434/data/test-cases/87bbe06ff39a661.json @@ -0,0 +1 @@ +{"uid":"87bbe06ff39a661","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":1726218862997,"stop":1726218863001,"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":4,"unknown":0,"total":4},"items":[{"uid":"f93ccb626ad874a3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f93ccb626ad874a3","status":"passed","time":{"start":1726218781379,"stop":1726218781379,"duration":0}},{"uid":"fdd94729863a5ba0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fdd94729863a5ba0","status":"passed","time":{"start":1726218013694,"stop":1726218013695,"duration":1}},{"uid":"7402cae749187b38","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7402cae749187b38","status":"passed","time":{"start":1726217945328,"stop":1726217945328,"duration":0}}]},"tags":[]},"source":"87bbe06ff39a661.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/97da612dbcb883a4.json b/7434/data/test-cases/8830b33a86ebd98c.json similarity index 89% rename from 7408/data/test-cases/97da612dbcb883a4.json rename to 7434/data/test-cases/8830b33a86ebd98c.json index 6bfc39f393a..a53476d594e 100644 --- a/7408/data/test-cases/97da612dbcb883a4.json +++ b/7434/data/test-cases/8830b33a86ebd98c.json @@ -1 +1 @@ -{"uid":"97da612dbcb883a4","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":1725579272777,"stop":1725579272777,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"794cd4c3551c25d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/794cd4c3551c25d","status":"passed","time":{"start":1725578809256,"stop":1725578809257,"duration":1}},{"uid":"25d2de5c539ccfa1","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/25d2de5c539ccfa1","status":"passed","time":{"start":1725578497021,"stop":1725578497021,"duration":0}},{"uid":"12dae30a8a5a1fad","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/12dae30a8a5a1fad","status":"passed","time":{"start":1725577747286,"stop":1725577747286,"duration":0}},{"uid":"3a54728d2dd7ad4f","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3a54728d2dd7ad4f","status":"passed","time":{"start":1725577413196,"stop":1725577413197,"duration":1}},{"uid":"96eab06bf0af1343","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/96eab06bf0af1343","status":"passed","time":{"start":1725577361991,"stop":1725577361992,"duration":1}},{"uid":"3c5b12b52df01594","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3c5b12b52df01594","status":"passed","time":{"start":1725576938347,"stop":1725576938347,"duration":0}}]},"tags":[]},"source":"97da612dbcb883a4.json","parameterValues":[]} \ No newline at end of file +{"uid":"8830b33a86ebd98c","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":1726218862989,"stop":1726218862990,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"4978b79034937b59","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4978b79034937b59","status":"passed","time":{"start":1726218781373,"stop":1726218781374,"duration":1}},{"uid":"62582c25cfe4c6ae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/62582c25cfe4c6ae","status":"passed","time":{"start":1726218013690,"stop":1726218013690,"duration":0}},{"uid":"26690e6258870e5d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/26690e6258870e5d","status":"passed","time":{"start":1726217945324,"stop":1726217945324,"duration":0}}]},"tags":[]},"source":"8830b33a86ebd98c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9587c2e43598d7a3.json b/7434/data/test-cases/887d32d34f6d85e1.json similarity index 91% rename from 7408/data/test-cases/9587c2e43598d7a3.json rename to 7434/data/test-cases/887d32d34f6d85e1.json index e5f78ab1fd4..aacfb239800 100644 --- a/7408/data/test-cases/9587c2e43598d7a3.json +++ b/7434/data/test-cases/887d32d34f6d85e1.json @@ -1 +1 @@ -{"uid":"9587c2e43598d7a3","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":1725578970792,"stop":1725578970793,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"58b1ba71d674a0b6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/58b1ba71d674a0b6","status":"passed","time":{"start":1725578514097,"stop":1725578514098,"duration":1}},{"uid":"2e4f0c5434abd83b","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2e4f0c5434abd83b","status":"passed","time":{"start":1725578193139,"stop":1725578193140,"duration":1}},{"uid":"65d0a87b817fe0a6","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/65d0a87b817fe0a6","status":"passed","time":{"start":1725577453245,"stop":1725577453247,"duration":2}},{"uid":"e6bfe34bd2c9ab6a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e6bfe34bd2c9ab6a","status":"passed","time":{"start":1725577097751,"stop":1725577097751,"duration":0}},{"uid":"ab97b9214fe938f3","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/ab97b9214fe938f3","status":"passed","time":{"start":1725577056977,"stop":1725577056977,"duration":0}},{"uid":"ba8c873d7254e623","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ba8c873d7254e623","status":"passed","time":{"start":1725576643991,"stop":1725576643991,"duration":0}}]},"tags":[]},"source":"9587c2e43598d7a3.json","parameterValues":[]} \ No newline at end of file +{"uid":"887d32d34f6d85e1","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":1726218551484,"stop":1726218551485,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"88d98c19b9f0959d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/88d98c19b9f0959d","status":"passed","time":{"start":1726218459536,"stop":1726218459536,"duration":0}},{"uid":"66fba32ce6b56b18","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/66fba32ce6b56b18","status":"passed","time":{"start":1726217706001,"stop":1726217706002,"duration":1}},{"uid":"38ad529a18e57b3f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38ad529a18e57b3f","status":"passed","time":{"start":1726217650760,"stop":1726217650761,"duration":1}}]},"tags":[]},"source":"887d32d34f6d85e1.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a52c9e0d4ff033b2.json b/7434/data/test-cases/88e35d2cf4c770eb.json similarity index 92% rename from 7408/data/test-cases/a52c9e0d4ff033b2.json rename to 7434/data/test-cases/88e35d2cf4c770eb.json index cb8736058e3..7bb1afbcd6d 100644 --- a/7408/data/test-cases/a52c9e0d4ff033b2.json +++ b/7434/data/test-cases/88e35d2cf4c770eb.json @@ -1 +1 @@ -{"uid":"a52c9e0d4ff033b2","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":1725579297986,"stop":1725579297987,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"8f0eb2be5268e637","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8f0eb2be5268e637","status":"passed","time":{"start":1725578825355,"stop":1725578825356,"duration":1}},{"uid":"4d098c081b853262","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4d098c081b853262","status":"passed","time":{"start":1725578517013,"stop":1725578517013,"duration":0}},{"uid":"5b75eb8e69ec1418","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5b75eb8e69ec1418","status":"passed","time":{"start":1725577784928,"stop":1725577784929,"duration":1}},{"uid":"65eb877826321161","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/65eb877826321161","status":"passed","time":{"start":1725577433791,"stop":1725577433791,"duration":0}},{"uid":"6c4dd37172696009","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/6c4dd37172696009","status":"passed","time":{"start":1725577392065,"stop":1725577392066,"duration":1}},{"uid":"6b49a140839fa7ff","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/6b49a140839fa7ff","status":"passed","time":{"start":1725576971856,"stop":1725576971856,"duration":0}}]},"tags":[]},"source":"a52c9e0d4ff033b2.json","parameterValues":[]} \ No newline at end of file +{"uid":"88e35d2cf4c770eb","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":1726218879337,"stop":1726218879337,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d672aadafbcce34e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d672aadafbcce34e","status":"passed","time":{"start":1726218787584,"stop":1726218787585,"duration":1}},{"uid":"1e3633514e5ee9f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1e3633514e5ee9f7","status":"passed","time":{"start":1726218066296,"stop":1726218066296,"duration":0}},{"uid":"3138acea2778f812","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3138acea2778f812","status":"passed","time":{"start":1726217965314,"stop":1726217965314,"duration":0}}]},"tags":[]},"source":"88e35d2cf4c770eb.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/892ef1596701a339.json b/7434/data/test-cases/892ef1596701a339.json new file mode 100644 index 00000000000..a8a06168677 --- /dev/null +++ b/7434/data/test-cases/892ef1596701a339.json @@ -0,0 +1 @@ +{"uid":"892ef1596701a339","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":1726218296785,"stop":1726218296785,"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":4,"unknown":0,"total":4},"items":[{"uid":"4da0092ae338ba46","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4da0092ae338ba46","status":"passed","time":{"start":1726218201912,"stop":1726218201912,"duration":0}},{"uid":"c744444617919633","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c744444617919633","status":"passed","time":{"start":1726217455153,"stop":1726217455153,"duration":0}},{"uid":"911aae9f1ac6b713","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/911aae9f1ac6b713","status":"passed","time":{"start":1726217396841,"stop":1726217396841,"duration":0}}]},"tags":[]},"source":"892ef1596701a339.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/743e272718904fa7.json b/7434/data/test-cases/89d8e056aa54429a.json similarity index 91% rename from 7408/data/test-cases/743e272718904fa7.json rename to 7434/data/test-cases/89d8e056aa54429a.json index 3b62cdab74c..b32fb0ccb02 100644 --- a/7408/data/test-cases/743e272718904fa7.json +++ b/7434/data/test-cases/89d8e056aa54429a.json @@ -1 +1 @@ -{"uid":"743e272718904fa7","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":1725579181259,"stop":1725579181259,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"e279173cf85d4aff","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e279173cf85d4aff","status":"passed","time":{"start":1725578712618,"stop":1725578712618,"duration":0}},{"uid":"2d29ff7adb4f040d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2d29ff7adb4f040d","status":"passed","time":{"start":1725578380225,"stop":1725578380225,"duration":0}},{"uid":"74b3b8e27ae33dd8","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/74b3b8e27ae33dd8","status":"passed","time":{"start":1725577661459,"stop":1725577661459,"duration":0}},{"uid":"f4264bdeceb4f8d5","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f4264bdeceb4f8d5","status":"passed","time":{"start":1725577308303,"stop":1725577308304,"duration":1}},{"uid":"9bbeb17e83c0806","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/9bbeb17e83c0806","status":"passed","time":{"start":1725577255372,"stop":1725577255372,"duration":0}},{"uid":"cc654c44b16c5c09","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/cc654c44b16c5c09","status":"passed","time":{"start":1725576839399,"stop":1725576839399,"duration":0}}]},"tags":[]},"source":"743e272718904fa7.json","parameterValues":[]} \ No newline at end of file +{"uid":"89d8e056aa54429a","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":1726218764107,"stop":1726218764107,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"4979c485ca6eda1d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4979c485ca6eda1d","status":"passed","time":{"start":1726218659021,"stop":1726218659021,"duration":0}},{"uid":"d5d71a44591962af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d5d71a44591962af","status":"passed","time":{"start":1726217924753,"stop":1726217924753,"duration":0}},{"uid":"e7ff051997caaa81","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e7ff051997caaa81","status":"passed","time":{"start":1726217840544,"stop":1726217840558,"duration":14}}]},"tags":[]},"source":"89d8e056aa54429a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/b75d9777112d8a0b.json b/7434/data/test-cases/8a96ed903990d5ba.json similarity index 84% rename from 7408/data/test-cases/b75d9777112d8a0b.json rename to 7434/data/test-cases/8a96ed903990d5ba.json index 30bf19e7190..32d8c9c04f8 100644 --- a/7408/data/test-cases/b75d9777112d8a0b.json +++ b/7434/data/test-cases/8a96ed903990d5ba.json @@ -1 +1 @@ -{"uid":"b75d9777112d8a0b","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":1725579272791,"stop":1725579272791,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"dd93015e6274e6c5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/dd93015e6274e6c5","status":"passed","time":{"start":1725578809268,"stop":1725578809268,"duration":0}},{"uid":"9aa3fe7a7eb25cc7","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9aa3fe7a7eb25cc7","status":"passed","time":{"start":1725578497042,"stop":1725578497042,"duration":0}},{"uid":"8639276240d3f6c9","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/8639276240d3f6c9","status":"passed","time":{"start":1725577747310,"stop":1725577747311,"duration":1}},{"uid":"f9d3bd4331dce3d6","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f9d3bd4331dce3d6","status":"passed","time":{"start":1725577413223,"stop":1725577413223,"duration":0}},{"uid":"74f9ba364dd1a079","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/74f9ba364dd1a079","status":"passed","time":{"start":1725577362002,"stop":1725577362002,"duration":0}},{"uid":"ac0bbb82800fd688","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ac0bbb82800fd688","status":"passed","time":{"start":1725576938389,"stop":1725576938389,"duration":0}}]},"tags":[]},"source":"b75d9777112d8a0b.json","parameterValues":[]} \ No newline at end of file +{"uid":"8a96ed903990d5ba","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":1726218863034,"stop":1726218863037,"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":4,"unknown":0,"total":4},"items":[{"uid":"3e0064a754ba9e64","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e0064a754ba9e64","status":"passed","time":{"start":1726218781390,"stop":1726218781390,"duration":0}},{"uid":"2df5ea4a86c6553b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2df5ea4a86c6553b","status":"passed","time":{"start":1726218013719,"stop":1726218013719,"duration":0}},{"uid":"cdfe9cbb18fe0723","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cdfe9cbb18fe0723","status":"passed","time":{"start":1726217945338,"stop":1726217945339,"duration":1}}]},"tags":[]},"source":"8a96ed903990d5ba.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/8b0c253c8b9ce831.json b/7434/data/test-cases/8b0c253c8b9ce831.json new file mode 100644 index 00000000000..88be2277869 --- /dev/null +++ b/7434/data/test-cases/8b0c253c8b9ce831.json @@ -0,0 +1 @@ +{"uid":"8b0c253c8b9ce831","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":1726218510970,"stop":1726218510970,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"a02a2476d75be331","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a02a2476d75be331","status":"passed","time":{"start":1726218417146,"stop":1726218417147,"duration":1}},{"uid":"e2f9a85bece3da3d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e2f9a85bece3da3d","status":"passed","time":{"start":1726217677792,"stop":1726217677796,"duration":4}},{"uid":"eb4d2e219ed94f94","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eb4d2e219ed94f94","status":"passed","time":{"start":1726217616838,"stop":1726217616838,"duration":0}}]},"tags":[]},"source":"8b0c253c8b9ce831.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/8b157ba589234ae7.json b/7434/data/test-cases/8b157ba589234ae7.json new file mode 100644 index 00000000000..af71c70ca0c --- /dev/null +++ b/7434/data/test-cases/8b157ba589234ae7.json @@ -0,0 +1 @@ +{"uid":"8b157ba589234ae7","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app90/4/topic376/test.js","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 10 - Cluster ID: 10, Content Topic: /app90/4/topic376/test.js","historyId":"4d7ae0aa488e821bdb69363d0faac581:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218843768,"stop":1726218843769,"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":"8b157ba589234ae7.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/8b45d5c131dc7c31.json b/7434/data/test-cases/8b45d5c131dc7c31.json new file mode 100644 index 00000000000..8d3ce01e938 --- /dev/null +++ b/7434/data/test-cases/8b45d5c131dc7c31.json @@ -0,0 +1 @@ +{"uid":"8b45d5c131dc7c31","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":1726218926396,"stop":1726218926396,"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":4,"unknown":0,"total":4},"items":[{"uid":"2fabf43f2aec9bcc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fabf43f2aec9bcc","status":"passed","time":{"start":1726218833198,"stop":1726218833198,"duration":0}},{"uid":"e29eb799a4dcdfa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e29eb799a4dcdfa","status":"passed","time":{"start":1726218095393,"stop":1726218095393,"duration":0}},{"uid":"36aebf635ea253a3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36aebf635ea253a3","status":"passed","time":{"start":1726218006961,"stop":1726218006962,"duration":1}}]},"tags":[]},"source":"8b45d5c131dc7c31.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/134801d534a75457.json b/7434/data/test-cases/8bb735f072f62e81.json similarity index 81% rename from 7408/data/test-cases/134801d534a75457.json rename to 7434/data/test-cases/8bb735f072f62e81.json index 7d6b056047b..d3bef2e4cb0 100644 --- a/7408/data/test-cases/134801d534a75457.json +++ b/7434/data/test-cases/8bb735f072f62e81.json @@ -1 +1 @@ -{"uid":"134801d534a75457","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":1725579302115,"stop":1725579302116,"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":7,"unknown":0,"total":7},"items":[{"uid":"b513bf6a756e5b21","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b513bf6a756e5b21","status":"passed","time":{"start":1725578838717,"stop":1725578838717,"duration":0}},{"uid":"10c5f1cfabb52ce0","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/10c5f1cfabb52ce0","status":"passed","time":{"start":1725578498372,"stop":1725578498373,"duration":1}},{"uid":"244a289c6aea984","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/244a289c6aea984","status":"passed","time":{"start":1725577773142,"stop":1725577773144,"duration":2}},{"uid":"cc1949bddff58989","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/cc1949bddff58989","status":"passed","time":{"start":1725577428838,"stop":1725577428838,"duration":0}},{"uid":"30220f54318034ce","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/30220f54318034ce","status":"passed","time":{"start":1725577388031,"stop":1725577388031,"duration":0}},{"uid":"9ec5442dc50de99a","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/9ec5442dc50de99a","status":"passed","time":{"start":1725576955263,"stop":1725576955263,"duration":0}}]},"tags":[]},"source":"134801d534a75457.json","parameterValues":[]} \ No newline at end of file +{"uid":"8bb735f072f62e81","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":1726218886392,"stop":1726218886392,"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":4,"unknown":0,"total":4},"items":[{"uid":"d5635d5f8588ed52","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d5635d5f8588ed52","status":"passed","time":{"start":1726218791847,"stop":1726218791847,"duration":0}},{"uid":"369e2e1f3d78afd5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/369e2e1f3d78afd5","status":"passed","time":{"start":1726218054684,"stop":1726218054688,"duration":4}},{"uid":"36c5b21697eef943","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36c5b21697eef943","status":"passed","time":{"start":1726217965431,"stop":1726217965431,"duration":0}}]},"tags":[]},"source":"8bb735f072f62e81.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6aad3367b5380194.json b/7434/data/test-cases/8bbd492d1e4af379.json similarity index 91% rename from 7408/data/test-cases/6aad3367b5380194.json rename to 7434/data/test-cases/8bbd492d1e4af379.json index b982c4134ac..a6e378d2d0a 100644 --- a/7408/data/test-cases/6aad3367b5380194.json +++ b/7434/data/test-cases/8bbd492d1e4af379.json @@ -1 +1 @@ -{"uid":"6aad3367b5380194","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":1725579181251,"stop":1725579181251,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"f4e9079a8babafb6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f4e9079a8babafb6","status":"passed","time":{"start":1725578712614,"stop":1725578712614,"duration":0}},{"uid":"4e5d074643f0be71","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4e5d074643f0be71","status":"passed","time":{"start":1725578380218,"stop":1725578380219,"duration":1}},{"uid":"4b482388a4d8dd58","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4b482388a4d8dd58","status":"passed","time":{"start":1725577661452,"stop":1725577661452,"duration":0}},{"uid":"1fe53f610c7ce2c4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1fe53f610c7ce2c4","status":"passed","time":{"start":1725577308297,"stop":1725577308297,"duration":0}},{"uid":"a275449f6ba9e25e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a275449f6ba9e25e","status":"passed","time":{"start":1725577255368,"stop":1725577255368,"duration":0}},{"uid":"e1b1a348184a312b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e1b1a348184a312b","status":"passed","time":{"start":1725576839387,"stop":1725576839387,"duration":0}}]},"tags":[]},"source":"6aad3367b5380194.json","parameterValues":[]} \ No newline at end of file +{"uid":"8bbd492d1e4af379","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":1726218764100,"stop":1726218764101,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"6134514419b9a6ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6134514419b9a6ba","status":"passed","time":{"start":1726218659017,"stop":1726218659017,"duration":0}},{"uid":"f7d584da4a6968f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f7d584da4a6968f7","status":"passed","time":{"start":1726217924744,"stop":1726217924744,"duration":0}},{"uid":"6acceace6a1901b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6acceace6a1901b5","status":"passed","time":{"start":1726217840523,"stop":1726217840524,"duration":1}}]},"tags":[]},"source":"8bbd492d1e4af379.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/b5c7ccf8ad855228.json b/7434/data/test-cases/8bd67832f56d0880.json similarity index 97% rename from 7408/data/test-cases/b5c7ccf8ad855228.json rename to 7434/data/test-cases/8bd67832f56d0880.json index 755a6bcbc9d..6f9d71e058a 100644 --- a/7408/data/test-cases/b5c7ccf8ad855228.json +++ b/7434/data/test-cases/8bd67832f56d0880.json @@ -1 +1 @@ -{"uid":"b5c7ccf8ad855228","name":"Check received message with timestamp: 1725578759231000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1725578759231000000 ","historyId":"e43b83d7497b4e6a08b332bc56913025:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579181270,"stop":1725579181271,"duration":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":"b5c7ccf8ad855228.json","parameterValues":[]} \ No newline at end of file +{"uid":"8bd67832f56d0880","name":"Check received message with timestamp: 1726218335042000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1726218335042000000 ","historyId":"90e6e3a28c999e9774a5554b0b646527:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218764109,"stop":1726218764109,"duration":0},"status":"passed","flaky":false,"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":"8bd67832f56d0880.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/92ae1b44b13c3201.json b/7434/data/test-cases/8bda49ef577380f8.json similarity index 90% rename from 7408/data/test-cases/92ae1b44b13c3201.json rename to 7434/data/test-cases/8bda49ef577380f8.json index b24add0affd..d7ab517b3db 100644 --- a/7408/data/test-cases/92ae1b44b13c3201.json +++ b/7434/data/test-cases/8bda49ef577380f8.json @@ -1 +1 @@ -{"uid":"92ae1b44b13c3201","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":1725579181273,"stop":1725579181273,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"1a5fca888b414512","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1a5fca888b414512","status":"passed","time":{"start":1725578712624,"stop":1725578712624,"duration":0}},{"uid":"6aeb31cd5194ecf8","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/6aeb31cd5194ecf8","status":"passed","time":{"start":1725578380232,"stop":1725578380232,"duration":0}},{"uid":"a1097a2f6ee7b4ae","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a1097a2f6ee7b4ae","status":"passed","time":{"start":1725577661474,"stop":1725577661475,"duration":1}},{"uid":"a54064b511692aae","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a54064b511692aae","status":"passed","time":{"start":1725577308314,"stop":1725577308315,"duration":1}},{"uid":"b235de42e3f009f2","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b235de42e3f009f2","status":"passed","time":{"start":1725577255377,"stop":1725577255378,"duration":1}},{"uid":"5c58875035b7ef2","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5c58875035b7ef2","status":"passed","time":{"start":1725576839413,"stop":1725576839413,"duration":0}}]},"tags":[]},"source":"92ae1b44b13c3201.json","parameterValues":[]} \ No newline at end of file +{"uid":"8bda49ef577380f8","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":1726218764112,"stop":1726218764113,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"bcc7f3bd5a87b5e1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bcc7f3bd5a87b5e1","status":"passed","time":{"start":1726218659027,"stop":1726218659027,"duration":0}},{"uid":"f908971d91c158f9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f908971d91c158f9","status":"passed","time":{"start":1726217924764,"stop":1726217924765,"duration":1}},{"uid":"df95f24bb61f910c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/df95f24bb61f910c","status":"passed","time":{"start":1726217840568,"stop":1726217840569,"duration":1}}]},"tags":[]},"source":"8bda49ef577380f8.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/8c5c61248a434d17.json b/7434/data/test-cases/8c5c61248a434d17.json new file mode 100644 index 00000000000..919b004dfdc --- /dev/null +++ b/7434/data/test-cases/8c5c61248a434d17.json @@ -0,0 +1 @@ +{"uid":"8c5c61248a434d17","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":1726218523013,"stop":1726218523013,"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":4,"unknown":0,"total":4},"items":[{"uid":"c05c82ae52a171ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c05c82ae52a171ba","status":"passed","time":{"start":1726218422895,"stop":1726218422895,"duration":0}},{"uid":"5f8ba8ff9bdc65e6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f8ba8ff9bdc65e6","status":"passed","time":{"start":1726217687417,"stop":1726217687418,"duration":1}},{"uid":"4211afd4c8f5deb5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4211afd4c8f5deb5","status":"passed","time":{"start":1726217604486,"stop":1726217604486,"duration":0}}]},"tags":[]},"source":"8c5c61248a434d17.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/b4478c36d3e8e013.json b/7434/data/test-cases/8ca0c9c76f229215.json similarity index 76% rename from 7408/data/test-cases/b4478c36d3e8e013.json rename to 7434/data/test-cases/8ca0c9c76f229215.json index 8b5c57cc7f0..67f576b0517 100644 --- a/7408/data/test-cases/b4478c36d3e8e013.json +++ b/7434/data/test-cases/8ca0c9c76f229215.json @@ -1 +1 @@ -{"uid":"b4478c36d3e8e013","name":"Number of peers are maintained correctly","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Number of peers are maintained correctly","historyId":"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578868802,"stop":1725578868802,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"22322a6d0250457d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/22322a6d0250457d","status":"passed","time":{"start":1725578410046,"stop":1725578410046,"duration":0}},{"uid":"63bcc5bad51fdce7","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/63bcc5bad51fdce7","status":"passed","time":{"start":1725578085226,"stop":1725578085226,"duration":0}},{"uid":"da40cb15771fcc2f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/da40cb15771fcc2f","status":"passed","time":{"start":1725577347346,"stop":1725577347347,"duration":1}},{"uid":"19b240bad6eb5e2a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/19b240bad6eb5e2a","status":"passed","time":{"start":1725577004107,"stop":1725577004107,"duration":0}},{"uid":"df760d9b6be7494","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/df760d9b6be7494","status":"passed","time":{"start":1725576948432,"stop":1725576948433,"duration":1}},{"uid":"161f53946e74271","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/161f53946e74271","status":"passed","time":{"start":1725576535321,"stop":1725576535322,"duration":1}}]},"tags":[]},"source":"b4478c36d3e8e013.json","parameterValues":[]} \ No newline at end of file +{"uid":"8ca0c9c76f229215","name":"Number of peers are maintained correctly","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Number of peers are maintained correctly","historyId":"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218447504,"stop":1726218447506,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cd3c18e22e7c6c85","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cd3c18e22e7c6c85","status":"passed","time":{"start":1726218356739,"stop":1726218356740,"duration":1}},{"uid":"48b37bb234b8612a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48b37bb234b8612a","status":"passed","time":{"start":1726217603235,"stop":1726217603236,"duration":1}},{"uid":"ce111a5474131428","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce111a5474131428","status":"passed","time":{"start":1726217544015,"stop":1726217544015,"duration":0}}]},"tags":[]},"source":"8ca0c9c76f229215.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/567479a27433327c.json b/7434/data/test-cases/8d334c4fb7fb5f77.json similarity index 92% rename from 7408/data/test-cases/567479a27433327c.json rename to 7434/data/test-cases/8d334c4fb7fb5f77.json index 44a45befac6..342bdbe9740 100644 --- a/7408/data/test-cases/567479a27433327c.json +++ b/7434/data/test-cases/8d334c4fb7fb5f77.json @@ -1 +1 @@ -{"uid":"567479a27433327c","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":1725579297987,"stop":1725579297988,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"5598ede9906b2008","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5598ede9906b2008","status":"passed","time":{"start":1725578825357,"stop":1725578825357,"duration":0}},{"uid":"9e11f7d35cf1b053","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9e11f7d35cf1b053","status":"passed","time":{"start":1725578517014,"stop":1725578517014,"duration":0}},{"uid":"bb08f9acbf786b2b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/bb08f9acbf786b2b","status":"passed","time":{"start":1725577784930,"stop":1725577784930,"duration":0}},{"uid":"63900a7a9668559d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/63900a7a9668559d","status":"passed","time":{"start":1725577433792,"stop":1725577433792,"duration":0}},{"uid":"3c0475e56bd9344a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/3c0475e56bd9344a","status":"passed","time":{"start":1725577392067,"stop":1725577392067,"duration":0}},{"uid":"bc1eb10b62e38d7d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/bc1eb10b62e38d7d","status":"passed","time":{"start":1725576971862,"stop":1725576971863,"duration":1}}]},"tags":[]},"source":"567479a27433327c.json","parameterValues":[]} \ No newline at end of file +{"uid":"8d334c4fb7fb5f77","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":1726218879338,"stop":1726218879340,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5134701b40246c54","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5134701b40246c54","status":"passed","time":{"start":1726218787585,"stop":1726218787586,"duration":1}},{"uid":"aa92acb13802c6fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aa92acb13802c6fd","status":"passed","time":{"start":1726218066297,"stop":1726218066297,"duration":0}},{"uid":"81555d6eeafdabca","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/81555d6eeafdabca","status":"passed","time":{"start":1726217965317,"stop":1726217965318,"duration":1}}]},"tags":[]},"source":"8d334c4fb7fb5f77.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/8d6239220a8a42d3.json b/7434/data/test-cases/8d6239220a8a42d3.json new file mode 100644 index 00000000000..18880274338 --- /dev/null +++ b/7434/data/test-cases/8d6239220a8a42d3.json @@ -0,0 +1 @@ +{"uid":"8d6239220a8a42d3","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":1726218917024,"stop":1726218917024,"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":4,"unknown":0,"total":4},"items":[{"uid":"c286fbdab0bb8317","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c286fbdab0bb8317","status":"passed","time":{"start":1726218827655,"stop":1726218827655,"duration":0}},{"uid":"7c572d9bf118a112","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7c572d9bf118a112","status":"passed","time":{"start":1726218090763,"stop":1726218090763,"duration":0}},{"uid":"7f92eb263570ecc8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f92eb263570ecc8","status":"passed","time":{"start":1726217999476,"stop":1726217999476,"duration":0}}]},"tags":[]},"source":"8d6239220a8a42d3.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/8dfb836e329d14e1.json b/7434/data/test-cases/8dfb836e329d14e1.json new file mode 100644 index 00000000000..025a39d83b9 --- /dev/null +++ b/7434/data/test-cases/8dfb836e329d14e1.json @@ -0,0 +1 @@ +{"uid":"8dfb836e329d14e1","name":"should decode valid enr successfully","fullName":"/src/enr.spec.ts: ENR > Txt codec > should decode valid enr successfully","historyId":"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218291658,"stop":1726218291658,"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":4,"unknown":0,"total":4},"items":[{"uid":"e589d1b2a9bd6e01","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e589d1b2a9bd6e01","status":"passed","time":{"start":1726218196996,"stop":1726218196996,"duration":0}},{"uid":"1e068615d258f85d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1e068615d258f85d","status":"passed","time":{"start":1726217450194,"stop":1726217450194,"duration":0}},{"uid":"c2f946a7d817e89f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c2f946a7d817e89f","status":"passed","time":{"start":1726217391846,"stop":1726217391846,"duration":0}}]},"tags":[]},"source":"8dfb836e329d14e1.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/8e3bbb2c8dbe508b.json b/7434/data/test-cases/8e3bbb2c8dbe508b.json new file mode 100644 index 00000000000..93c298266ed --- /dev/null +++ b/7434/data/test-cases/8e3bbb2c8dbe508b.json @@ -0,0 +1 @@ +{"uid":"8e3bbb2c8dbe508b","name":"should correctly map /statusim/1/community/cbor to shard index 4","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /statusim/1/community/cbor to shard index 4","historyId":"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283083,"stop":1726218283083,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b78a2672be73075b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b78a2672be73075b","status":"passed","time":{"start":1726218188585,"stop":1726218188585,"duration":0}},{"uid":"9219a8190f0ad54f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9219a8190f0ad54f","status":"passed","time":{"start":1726217441545,"stop":1726217441545,"duration":0}},{"uid":"39210557e84cfcbc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39210557e84cfcbc","status":"passed","time":{"start":1726217383207,"stop":1726217383208,"duration":1}}]},"tags":[]},"source":"8e3bbb2c8dbe508b.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/8e4903234947b101.json b/7434/data/test-cases/8e4903234947b101.json new file mode 100644 index 00000000000..d86c2247030 --- /dev/null +++ b/7434/data/test-cases/8e4903234947b101.json @@ -0,0 +1 @@ +{"uid":"8e4903234947b101","name":"udp ip6 address","fullName":"/src/multiaddr_from_fields.spec.ts: Multiaddr from fields > udp ip6 address","historyId":"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218291266,"stop":1726218291266,"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":4,"unknown":0,"total":4},"items":[{"uid":"23c77416f4fbb045","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/23c77416f4fbb045","status":"passed","time":{"start":1726218196280,"stop":1726218196281,"duration":1}},{"uid":"a69db4875b5dc7f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a69db4875b5dc7f7","status":"passed","time":{"start":1726217449568,"stop":1726217449569,"duration":1}},{"uid":"b64e4052a486a081","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b64e4052a486a081","status":"passed","time":{"start":1726217391314,"stop":1726217391315,"duration":1}}]},"tags":[]},"source":"8e4903234947b101.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6238f384f4911686.json b/7434/data/test-cases/8e8cb6615ac58252.json similarity index 65% rename from 7408/data/test-cases/6238f384f4911686.json rename to 7434/data/test-cases/8e8cb6615ac58252.json index 2bddec05f36..dd185388320 100644 --- a/7408/data/test-cases/6238f384f4911686.json +++ b/7434/data/test-cases/8e8cb6615ac58252.json @@ -1 +1 @@ -{"uid":"6238f384f4911686","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":1725578833274,"stop":1725578833275,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"1502de98ffa5b8b9","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1502de98ffa5b8b9","status":"passed","time":{"start":1725578383413,"stop":1725578383414,"duration":1}},{"uid":"a9aedf7b66d86a78","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a9aedf7b66d86a78","status":"passed","time":{"start":1725578049898,"stop":1725578049898,"duration":0}},{"uid":"333b46142b2ba948","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/333b46142b2ba948","status":"passed","time":{"start":1725577334267,"stop":1725577334270,"duration":3}},{"uid":"48fa2ca7718e9adf","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/48fa2ca7718e9adf","status":"passed","time":{"start":1725576977265,"stop":1725576977274,"duration":9}},{"uid":"1e4507755344bafc","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1e4507755344bafc","status":"passed","time":{"start":1725576922760,"stop":1725576922762,"duration":2}},{"uid":"cd11f6cab7441ad4","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/cd11f6cab7441ad4","status":"passed","time":{"start":1725576508099,"stop":1725576508099,"duration":0}}]},"tags":[]},"source":"6238f384f4911686.json","parameterValues":[]} \ No newline at end of file +{"uid":"8e8cb6615ac58252","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":1726218410953,"stop":1726218410954,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"75697fa2b43ab00","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/75697fa2b43ab00","status":"passed","time":{"start":1726218315928,"stop":1726218315928,"duration":0}},{"uid":"4067cf34d373ec31","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4067cf34d373ec31","status":"passed","time":{"start":1726217577134,"stop":1726217577136,"duration":2}},{"uid":"46ffe0895a62da73","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/46ffe0895a62da73","status":"passed","time":{"start":1726217509412,"stop":1726217509413,"duration":1}}]},"tags":[]},"source":"8e8cb6615ac58252.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/8e8fe22c2fec85a3.json b/7434/data/test-cases/8e8fe22c2fec85a3.json new file mode 100644 index 00000000000..7ce08ea2c9e --- /dev/null +++ b/7434/data/test-cases/8e8fe22c2fec85a3.json @@ -0,0 +1 @@ +{"uid":"8e8fe22c2fec85a3","name":"Waku message hash computation (no timestamp)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (no timestamp)","historyId":"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218285627,"stop":1726218285627,"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":4,"unknown":0,"total":4},"items":[{"uid":"27e89c16c5c64e42","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/27e89c16c5c64e42","status":"passed","time":{"start":1726218191032,"stop":1726218191032,"duration":0}},{"uid":"c3bc736879b5085f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3bc736879b5085f","status":"passed","time":{"start":1726217444068,"stop":1726217444068,"duration":0}},{"uid":"a5cfe75f7e8c1514","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a5cfe75f7e8c1514","status":"passed","time":{"start":1726217385914,"stop":1726217385915,"duration":1}}]},"tags":[]},"source":"8e8fe22c2fec85a3.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9f8a268f5d5e10e5.json b/7434/data/test-cases/8eb088ee29513b7a.json similarity index 64% rename from 7408/data/test-cases/9f8a268f5d5e10e5.json rename to 7434/data/test-cases/8eb088ee29513b7a.json index ee6a0ea4e72..3402f04e0a2 100644 --- a/7408/data/test-cases/9f8a268f5d5e10e5.json +++ b/7434/data/test-cases/8eb088ee29513b7a.json @@ -1 +1 @@ -{"uid":"9f8a268f5d5e10e5","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":1725578767205,"stop":1725578767206,"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":7,"unknown":0,"total":7},"items":[{"uid":"6673662e3d3cd933","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/6673662e3d3cd933","status":"passed","time":{"start":1725578310358,"stop":1725578310359,"duration":1}},{"uid":"f54970ea31b148a4","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f54970ea31b148a4","status":"passed","time":{"start":1725577982431,"stop":1725577982431,"duration":0}},{"uid":"6ffeb6154883f202","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6ffeb6154883f202","status":"passed","time":{"start":1725577250322,"stop":1725577250323,"duration":1}},{"uid":"5f14c14773c0d669","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/5f14c14773c0d669","status":"passed","time":{"start":1725576898038,"stop":1725576898039,"duration":1}},{"uid":"20906aaf575d2fcf","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/20906aaf575d2fcf","status":"passed","time":{"start":1725576850562,"stop":1725576850563,"duration":1}},{"uid":"ee95c2e08ec2dd15","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ee95c2e08ec2dd15","status":"passed","time":{"start":1725576432823,"stop":1725576432824,"duration":1}}]},"tags":[]},"source":"9f8a268f5d5e10e5.json","parameterValues":[]} \ No newline at end of file +{"uid":"8eb088ee29513b7a","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":1726218342871,"stop":1726218342872,"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":4,"unknown":0,"total":4},"items":[{"uid":"7b24d0fef83d5547","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7b24d0fef83d5547","status":"passed","time":{"start":1726218246383,"stop":1726218246383,"duration":0}},{"uid":"8d35977b8f25f221","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d35977b8f25f221","status":"passed","time":{"start":1726217500291,"stop":1726217500291,"duration":0}},{"uid":"a0cf462302c9cd20","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a0cf462302c9cd20","status":"passed","time":{"start":1726217442001,"stop":1726217442001,"duration":0}}]},"tags":[]},"source":"8eb088ee29513b7a.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/8ec6782034e406ad.json b/7434/data/test-cases/8ec6782034e406ad.json new file mode 100644 index 00000000000..c4c2f8e3bf7 --- /dev/null +++ b/7434/data/test-cases/8ec6782034e406ad.json @@ -0,0 +1 @@ +{"uid":"8ec6782034e406ad","name":"dispatchEvent via connectionManager","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > dispatchEvent via connectionManager","historyId":"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218375494,"stop":1726218375494,"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":4,"unknown":0,"total":4},"items":[{"uid":"407fa9cb9e3ec05b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/407fa9cb9e3ec05b","status":"passed","time":{"start":1726218279689,"stop":1726218279691,"duration":2}},{"uid":"577ac696c4909848","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/577ac696c4909848","status":"passed","time":{"start":1726217533047,"stop":1726217533048,"duration":1}},{"uid":"c484e3268d70db49","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c484e3268d70db49","status":"passed","time":{"start":1726217474965,"stop":1726217474966,"duration":1}}]},"tags":[]},"source":"8ec6782034e406ad.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/8fd2716faba41796.json b/7434/data/test-cases/8fd2716faba41796.json new file mode 100644 index 00000000000..802ff56a499 --- /dev/null +++ b/7434/data/test-cases/8fd2716faba41796.json @@ -0,0 +1 @@ +{"uid":"8fd2716faba41796","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":1726218793432,"stop":1726218793433,"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":4,"unknown":0,"total":4},"items":[{"uid":"bbb313232bc1ec14","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bbb313232bc1ec14","status":"passed","time":{"start":1726218722081,"stop":1726218722081,"duration":0}},{"uid":"f8a8d04095de31cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8a8d04095de31cb","status":"passed","time":{"start":1726217978650,"stop":1726217978650,"duration":0}},{"uid":"7cf0a25fccb1417a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7cf0a25fccb1417a","status":"passed","time":{"start":1726217893873,"stop":1726217893874,"duration":1}}]},"tags":[]},"source":"8fd2716faba41796.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/8ff2b856f90d45d7.json b/7434/data/test-cases/8ff2b856f90d45d7.json new file mode 100644 index 00000000000..7ebf4014bd9 --- /dev/null +++ b/7434/data/test-cases/8ff2b856f90d45d7.json @@ -0,0 +1 @@ +{"uid":"8ff2b856f90d45d7","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":1726218302904,"stop":1726218302904,"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":4,"unknown":0,"total":4},"items":[{"uid":"9a13ffae45179ec1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9a13ffae45179ec1","status":"passed","time":{"start":1726218208238,"stop":1726218208238,"duration":0}},{"uid":"71d198a213384c02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71d198a213384c02","status":"passed","time":{"start":1726217461853,"stop":1726217461853,"duration":0}},{"uid":"e21b56612f08202d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e21b56612f08202d","status":"passed","time":{"start":1726217403236,"stop":1726217403236,"duration":0}}]},"tags":[]},"source":"8ff2b856f90d45d7.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/900241452f21c45e.json b/7434/data/test-cases/900241452f21c45e.json new file mode 100644 index 00000000000..c55bde4353c --- /dev/null +++ b/7434/data/test-cases/900241452f21c45e.json @@ -0,0 +1 @@ +{"uid":"900241452f21c45e","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":1726218788036,"stop":1726218788036,"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":4,"unknown":0,"total":4},"items":[{"uid":"74e482c886148c4b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/74e482c886148c4b","status":"passed","time":{"start":1726218685052,"stop":1726218685053,"duration":1}},{"uid":"a59d67651086a0f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a59d67651086a0f1","status":"passed","time":{"start":1726217960214,"stop":1726217960214,"duration":0}},{"uid":"3dbf84d1d2b263b9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3dbf84d1d2b263b9","status":"passed","time":{"start":1726217875229,"stop":1726217875230,"duration":1}}]},"tags":[]},"source":"900241452f21c45e.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/908d71ba827225ca.json b/7434/data/test-cases/908d71ba827225ca.json new file mode 100644 index 00000000000..833b3efe3d5 --- /dev/null +++ b/7434/data/test-cases/908d71ba827225ca.json @@ -0,0 +1 @@ +{"uid":"908d71ba827225ca","name":"can dial TLS multiaddrs","fullName":"/tests/multiaddr.node.spec.ts: multiaddr: dialing > can dial TLS multiaddrs","historyId":"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218673575,"stop":1726218673576,"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":4,"unknown":0,"total":4},"items":[{"uid":"5f03a24fa1c679fa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5f03a24fa1c679fa","status":"passed","time":{"start":1726218602429,"stop":1726218602429,"duration":0}},{"uid":"59cdfa21a9801533","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/59cdfa21a9801533","status":"passed","time":{"start":1726217854655,"stop":1726217854655,"duration":0}},{"uid":"19edbf83d9db56ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/19edbf83d9db56ae","status":"passed","time":{"start":1726217779604,"stop":1726217779604,"duration":0}}]},"tags":[]},"source":"908d71ba827225ca.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/915994120eb75fd1.json b/7434/data/test-cases/915994120eb75fd1.json new file mode 100644 index 00000000000..6d7ac734156 --- /dev/null +++ b/7434/data/test-cases/915994120eb75fd1.json @@ -0,0 +1 @@ +{"uid":"915994120eb75fd1","name":"Check meta is set [ecies]","fullName":"/src/ecies.spec.ts: Ecies Encryption > Check meta is set [ecies]","historyId":"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218316386,"stop":1726218316387,"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":4,"unknown":0,"total":4},"items":[{"uid":"13a85bc25fd76054","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/13a85bc25fd76054","status":"passed","time":{"start":1726218221125,"stop":1726218221125,"duration":0}},{"uid":"343ca7315e867332","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/343ca7315e867332","status":"passed","time":{"start":1726217474514,"stop":1726217474514,"duration":0}},{"uid":"250ef08e93449d57","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/250ef08e93449d57","status":"passed","time":{"start":1726217415842,"stop":1726217415842,"duration":0}}]},"tags":[]},"source":"915994120eb75fd1.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/918de91f586058ee.json b/7434/data/test-cases/918de91f586058ee.json new file mode 100644 index 00000000000..0aa7d112f1b --- /dev/null +++ b/7434/data/test-cases/918de91f586058ee.json @@ -0,0 +1 @@ +{"uid":"918de91f586058ee","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/$/1","historyId":"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283097,"stop":1726218283097,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5280638202152d6d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5280638202152d6d","status":"passed","time":{"start":1726218188597,"stop":1726218188597,"duration":0}},{"uid":"7a5babea134bec5a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7a5babea134bec5a","status":"passed","time":{"start":1726217441559,"stop":1726217441559,"duration":0}},{"uid":"774f3b3636ddb7e1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/774f3b3636ddb7e1","status":"passed","time":{"start":1726217383221,"stop":1726217383221,"duration":0}}]},"tags":[]},"source":"918de91f586058ee.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c2d0a334210cd910.json b/7434/data/test-cases/923aae3b3a9413c4.json similarity index 91% rename from 7408/data/test-cases/c2d0a334210cd910.json rename to 7434/data/test-cases/923aae3b3a9413c4.json index a5847b4ff26..38dab5c8ba6 100644 --- a/7408/data/test-cases/c2d0a334210cd910.json +++ b/7434/data/test-cases/923aae3b3a9413c4.json @@ -1 +1 @@ -{"uid":"c2d0a334210cd910","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":1725579181249,"stop":1725579181250,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"d3bece254f11b1d0","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d3bece254f11b1d0","status":"passed","time":{"start":1725578712612,"stop":1725578712613,"duration":1}},{"uid":"5a859cdba1d6c45e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/5a859cdba1d6c45e","status":"passed","time":{"start":1725578380217,"stop":1725578380217,"duration":0}},{"uid":"6933d04dc88678f3","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6933d04dc88678f3","status":"passed","time":{"start":1725577661450,"stop":1725577661450,"duration":0}},{"uid":"f69cacaaa63701a7","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f69cacaaa63701a7","status":"passed","time":{"start":1725577308295,"stop":1725577308295,"duration":0}},{"uid":"18aa25233a3fd464","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/18aa25233a3fd464","status":"passed","time":{"start":1725577255366,"stop":1725577255366,"duration":0}},{"uid":"4a3944dbb1cb3adf","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4a3944dbb1cb3adf","status":"passed","time":{"start":1725576839386,"stop":1725576839386,"duration":0}}]},"tags":[]},"source":"c2d0a334210cd910.json","parameterValues":[]} \ No newline at end of file +{"uid":"923aae3b3a9413c4","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":1726218764098,"stop":1726218764099,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"9fc439ec00ff23ce","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9fc439ec00ff23ce","status":"passed","time":{"start":1726218659015,"stop":1726218659016,"duration":1}},{"uid":"197144ca192231af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/197144ca192231af","status":"passed","time":{"start":1726217924742,"stop":1726217924743,"duration":1}},{"uid":"cc9c4b6d990c7856","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cc9c4b6d990c7856","status":"passed","time":{"start":1726217840517,"stop":1726217840517,"duration":0}}]},"tags":[]},"source":"923aae3b3a9413c4.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4042f4d1e2f30fd.json b/7434/data/test-cases/92417dc4a7800a0.json similarity index 97% rename from 7408/data/test-cases/4042f4d1e2f30fd.json rename to 7434/data/test-cases/92417dc4a7800a0.json index 97eb0593497..e83a904588f 100644 --- a/7408/data/test-cases/4042f4d1e2f30fd.json +++ b/7434/data/test-cases/92417dc4a7800a0.json @@ -1 +1 @@ -{"uid":"4042f4d1e2f30fd","name":"random static sharding 6 - Cluster ID: 981, Shard ID: 382","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 6 - Cluster ID: 981, Shard ID: 382","historyId":"2a819b5cd79df54cddd03ace4fde937b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579281352,"stop":1725579281352,"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":"4042f4d1e2f30fd.json","parameterValues":[]} \ No newline at end of file +{"uid":"92417dc4a7800a0","name":"random static sharding 3 - Cluster ID: 755, Shard ID: 863","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 3 - Cluster ID: 755, Shard ID: 863","historyId":"ac96b5178b1bde30c18bae6c345acf10:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218863179,"stop":1726218863180,"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":"92417dc4a7800a0.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/df80120bf7c33681.json b/7434/data/test-cases/924b95079e61c63c.json similarity index 84% rename from 7408/data/test-cases/df80120bf7c33681.json rename to 7434/data/test-cases/924b95079e61c63c.json index dd276efbf2f..bfa1d0f8a41 100644 --- a/7408/data/test-cases/df80120bf7c33681.json +++ b/7434/data/test-cases/924b95079e61c63c.json @@ -1 +1 @@ -{"uid":"df80120bf7c33681","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":1725578734307,"stop":1725578734308,"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":7,"unknown":0,"total":7},"items":[{"uid":"21a2b61173856cbd","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/21a2b61173856cbd","status":"passed","time":{"start":1725578277363,"stop":1725578277364,"duration":1}},{"uid":"a571836290cd92c0","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a571836290cd92c0","status":"passed","time":{"start":1725577949911,"stop":1725577949911,"duration":0}},{"uid":"5af889cf378502e8","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5af889cf378502e8","status":"passed","time":{"start":1725577217474,"stop":1725577217474,"duration":0}},{"uid":"3113c0cb6f35d56e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3113c0cb6f35d56e","status":"passed","time":{"start":1725576864179,"stop":1725576864179,"duration":0}},{"uid":"4260fa2875a326e6","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/4260fa2875a326e6","status":"passed","time":{"start":1725576817204,"stop":1725576817205,"duration":1}},{"uid":"2919b0c75bc6c515","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2919b0c75bc6c515","status":"passed","time":{"start":1725576399274,"stop":1725576399275,"duration":1}}]},"tags":[]},"source":"df80120bf7c33681.json","parameterValues":[]} \ No newline at end of file +{"uid":"924b95079e61c63c","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":1726218308581,"stop":1726218308582,"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":4,"unknown":0,"total":4},"items":[{"uid":"f95f47f16300f475","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f95f47f16300f475","status":"passed","time":{"start":1726218213408,"stop":1726218213408,"duration":0}},{"uid":"25dbdae7dd1dad37","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/25dbdae7dd1dad37","status":"passed","time":{"start":1726217466675,"stop":1726217466675,"duration":0}},{"uid":"76375116bd58d115","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/76375116bd58d115","status":"passed","time":{"start":1726217408296,"stop":1726217408296,"duration":0}}]},"tags":[]},"source":"924b95079e61c63c.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/92b6402ff8053dc2.json b/7434/data/test-cases/92b6402ff8053dc2.json new file mode 100644 index 00000000000..3f8396ca2b8 --- /dev/null +++ b/7434/data/test-cases/92b6402ff8053dc2.json @@ -0,0 +1 @@ +{"uid":"92b6402ff8053dc2","name":"should correctly map a content topic to a pubsub topic","fullName":"/src/common/sharding/index.spec.ts: contentTopicToPubsubTopic > should correctly map a content topic to a pubsub topic","historyId":"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283105,"stop":1726218283105,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e75e9af442f81402","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e75e9af442f81402","status":"passed","time":{"start":1726218188605,"stop":1726218188605,"duration":0}},{"uid":"495d71f9ea60418a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/495d71f9ea60418a","status":"passed","time":{"start":1726217441569,"stop":1726217441569,"duration":0}},{"uid":"9dbea05081fdcfc7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9dbea05081fdcfc7","status":"passed","time":{"start":1726217383231,"stop":1726217383232,"duration":1}}]},"tags":[]},"source":"92b6402ff8053dc2.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/92d43601f811c44e.json b/7434/data/test-cases/92d43601f811c44e.json new file mode 100644 index 00000000000..223211795b5 --- /dev/null +++ b/7434/data/test-cases/92d43601f811c44e.json @@ -0,0 +1 @@ +{"uid":"92d43601f811c44e","name":"getPeersByDiscovery","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > getPeersByDiscovery","historyId":"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218777346,"stop":1726218777346,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cb995bf8240b7f54","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cb995bf8240b7f54","status":"passed","time":{"start":1726218700175,"stop":1726218700175,"duration":0}},{"uid":"9931e5fbeb80520f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9931e5fbeb80520f","status":"passed","time":{"start":1726217955948,"stop":1726217955949,"duration":1}},{"uid":"ebf33d0c3d2b900d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ebf33d0c3d2b900d","status":"passed","time":{"start":1726217870053,"stop":1726217870053,"duration":0}}]},"tags":[]},"source":"92d43601f811c44e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/eca1ec8b3fc78202.json b/7434/data/test-cases/92dd06b25b4c7015.json similarity index 77% rename from 7408/data/test-cases/eca1ec8b3fc78202.json rename to 7434/data/test-cases/92dd06b25b4c7015.json index bb6e0236d11..b7790aaf9d4 100644 --- a/7408/data/test-cases/eca1ec8b3fc78202.json +++ b/7434/data/test-cases/92dd06b25b4c7015.json @@ -1 +1 @@ -{"uid":"eca1ec8b3fc78202","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":1725579261704,"stop":1725579261704,"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":7,"unknown":0,"total":7},"items":[{"uid":"d7d7ac00f492b50e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d7d7ac00f492b50e","status":"passed","time":{"start":1725578802832,"stop":1725578802832,"duration":0}},{"uid":"e1461146d6b41a64","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/e1461146d6b41a64","status":"passed","time":{"start":1725578477403,"stop":1725578477403,"duration":0}},{"uid":"fbe834b7ab6ac7b5","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/fbe834b7ab6ac7b5","status":"passed","time":{"start":1725577739572,"stop":1725577739573,"duration":1}},{"uid":"daeb9d40830d89b2","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/daeb9d40830d89b2","status":"passed","time":{"start":1725577393700,"stop":1725577393701,"duration":1}},{"uid":"c6cfcee46997f3b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c6cfcee46997f3b","status":"passed","time":{"start":1725577347217,"stop":1725577347217,"duration":0}},{"uid":"a7645c96b127388f","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a7645c96b127388f","status":"passed","time":{"start":1725576935056,"stop":1725576935057,"duration":1}}]},"tags":[]},"source":"eca1ec8b3fc78202.json","parameterValues":[]} \ No newline at end of file +{"uid":"92dd06b25b4c7015","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":1726218851922,"stop":1726218851922,"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":4,"unknown":0,"total":4},"items":[{"uid":"74b7e807be9a5f5b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/74b7e807be9a5f5b","status":"passed","time":{"start":1726218761849,"stop":1726218761849,"duration":0}},{"uid":"aeba21aec66b684","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aeba21aec66b684","status":"passed","time":{"start":1726218020451,"stop":1726218020451,"duration":0}},{"uid":"38107920bd181fdd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38107920bd181fdd","status":"passed","time":{"start":1726217934110,"stop":1726217934110,"duration":0}}]},"tags":[]},"source":"92dd06b25b4c7015.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/92fcf1b8602d5bd5.json b/7434/data/test-cases/92fcf1b8602d5bd5.json new file mode 100644 index 00000000000..81903c98a38 --- /dev/null +++ b/7434/data/test-cases/92fcf1b8602d5bd5.json @@ -0,0 +1 @@ +{"uid":"92fcf1b8602d5bd5","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":1726218342870,"stop":1726218342870,"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":4,"unknown":0,"total":4},"items":[{"uid":"58b5c9d10eac24f1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/58b5c9d10eac24f1","status":"passed","time":{"start":1726218246382,"stop":1726218246382,"duration":0}},{"uid":"96e4f8d648db6854","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/96e4f8d648db6854","status":"passed","time":{"start":1726217500287,"stop":1726217500288,"duration":1}},{"uid":"1de9f3ea6e594f3c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1de9f3ea6e594f3c","status":"passed","time":{"start":1726217441999,"stop":1726217442000,"duration":1}}]},"tags":[]},"source":"92fcf1b8602d5bd5.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/3e213714d318b663.json b/7434/data/test-cases/931d0150e1bf0c7e.json similarity index 59% rename from 7408/data/test-cases/3e213714d318b663.json rename to 7434/data/test-cases/931d0150e1bf0c7e.json index 5ef03d8c05d..d48fd500eb4 100644 --- a/7408/data/test-cases/3e213714d318b663.json +++ b/7434/data/test-cases/931d0150e1bf0c7e.json @@ -1 +1 @@ -{"uid":"3e213714d318b663","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":1725578717746,"stop":1725578717746,"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":7,"unknown":0,"total":7},"items":[{"uid":"f64919609758b970","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f64919609758b970","status":"passed","time":{"start":1725578261165,"stop":1725578261165,"duration":0}},{"uid":"b0f621a5c4d8f77a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/b0f621a5c4d8f77a","status":"passed","time":{"start":1725577933625,"stop":1725577933625,"duration":0}},{"uid":"f20a19dd6a83e6fe","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f20a19dd6a83e6fe","status":"passed","time":{"start":1725577201141,"stop":1725577201141,"duration":0}},{"uid":"bb35cad5bca940e9","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/bb35cad5bca940e9","status":"passed","time":{"start":1725576847747,"stop":1725576847747,"duration":0}},{"uid":"23946911fcfce0be","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/23946911fcfce0be","status":"passed","time":{"start":1725576800737,"stop":1725576800738,"duration":1}},{"uid":"249cf11dfbd5f6c1","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/249cf11dfbd5f6c1","status":"passed","time":{"start":1725576382766,"stop":1725576382767,"duration":1}}]},"tags":[]},"source":"3e213714d318b663.json","parameterValues":[]} \ No newline at end of file +{"uid":"931d0150e1bf0c7e","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":1726218291671,"stop":1726218291671,"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":4,"unknown":0,"total":4},"items":[{"uid":"eae25a2482b6619e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eae25a2482b6619e","status":"passed","time":{"start":1726218197009,"stop":1726218197010,"duration":1}},{"uid":"c496f72c7203b02b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c496f72c7203b02b","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"duration":0}},{"uid":"b1434bbb1f503bfa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1434bbb1f503bfa","status":"passed","time":{"start":1726217391860,"stop":1726217391860,"duration":0}}]},"tags":[]},"source":"931d0150e1bf0c7e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/dda60644fbf833f7.json b/7434/data/test-cases/935540172fe40d69.json similarity index 65% rename from 7408/data/test-cases/dda60644fbf833f7.json rename to 7434/data/test-cases/935540172fe40d69.json index 9fbcbf6cc41..42eec3b5bb7 100644 --- a/7408/data/test-cases/dda60644fbf833f7.json +++ b/7434/data/test-cases/935540172fe40d69.json @@ -1 +1 @@ -{"uid":"dda60644fbf833f7","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":1725578717087,"stop":1725578717087,"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":7,"unknown":0,"total":7},"items":[{"uid":"6efbc4e5b9e8a604","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/6efbc4e5b9e8a604","status":"passed","time":{"start":1725578260520,"stop":1725578260520,"duration":0}},{"uid":"95429b8f5b17ddb","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/95429b8f5b17ddb","status":"passed","time":{"start":1725577932900,"stop":1725577932900,"duration":0}},{"uid":"ebd061b82739d1d9","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ebd061b82739d1d9","status":"passed","time":{"start":1725577200595,"stop":1725577200596,"duration":1}},{"uid":"968a895c5d793089","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/968a895c5d793089","status":"passed","time":{"start":1725576847051,"stop":1725576847052,"duration":1}},{"uid":"dfde368bcfee346","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/dfde368bcfee346","status":"passed","time":{"start":1725576799930,"stop":1725576799931,"duration":1}},{"uid":"9c66d08c0bb4abd8","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/9c66d08c0bb4abd8","status":"passed","time":{"start":1725576382167,"stop":1725576382168,"duration":1}}]},"tags":[]},"source":"dda60644fbf833f7.json","parameterValues":[]} \ No newline at end of file +{"uid":"935540172fe40d69","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":1726218291082,"stop":1726218291082,"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":4,"unknown":0,"total":4},"items":[{"uid":"5348bc661ae29716","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5348bc661ae29716","status":"passed","time":{"start":1726218196348,"stop":1726218196348,"duration":0}},{"uid":"c3d274f4712d5995","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3d274f4712d5995","status":"passed","time":{"start":1726217449480,"stop":1726217449481,"duration":1}},{"uid":"ce9ab3b3dc70ef34","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce9ab3b3dc70ef34","status":"passed","time":{"start":1726217391252,"stop":1726217391252,"duration":0}}]},"tags":[]},"source":"935540172fe40d69.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ce2a3b3c478b3cf2.json b/7434/data/test-cases/935df9109f17e48d.json similarity index 71% rename from 7408/data/test-cases/ce2a3b3c478b3cf2.json rename to 7434/data/test-cases/935df9109f17e48d.json index d8793da2e0d..3d6aff68b61 100644 --- a/7408/data/test-cases/ce2a3b3c478b3cf2.json +++ b/7434/data/test-cases/935df9109f17e48d.json @@ -1 +1 @@ -{"uid":"ce2a3b3c478b3cf2","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":1725578876067,"stop":1725578876067,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"172339c6a3ead45b","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/172339c6a3ead45b","status":"passed","time":{"start":1725578412450,"stop":1725578412450,"duration":0}},{"uid":"9b62ec3d4287d2c6","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9b62ec3d4287d2c6","status":"passed","time":{"start":1725578089712,"stop":1725578089713,"duration":1}},{"uid":"6025f505de08f9f4","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6025f505de08f9f4","status":"passed","time":{"start":1725577366657,"stop":1725577366658,"duration":1}},{"uid":"fec72ebf4482be93","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/fec72ebf4482be93","status":"passed","time":{"start":1725577005078,"stop":1725577005078,"duration":0}},{"uid":"1999ee8a6eb092f2","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1999ee8a6eb092f2","status":"passed","time":{"start":1725576959247,"stop":1725576959247,"duration":0}},{"uid":"37e4894df54bc624","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/37e4894df54bc624","status":"passed","time":{"start":1725576537506,"stop":1725576537507,"duration":1}}]},"tags":[]},"source":"ce2a3b3c478b3cf2.json","parameterValues":[]} \ No newline at end of file +{"uid":"935df9109f17e48d","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":1726218455970,"stop":1726218455970,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"1cfa73e90c257857","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1cfa73e90c257857","status":"passed","time":{"start":1726218357624,"stop":1726218357625,"duration":1}},{"uid":"f0ace057d24b60c7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0ace057d24b60c7","status":"passed","time":{"start":1726217608003,"stop":1726217608003,"duration":0}},{"uid":"e2aa85f7d1865986","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e2aa85f7d1865986","status":"passed","time":{"start":1726217547145,"stop":1726217547145,"duration":0}}]},"tags":[]},"source":"935df9109f17e48d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/38758ed9104420e8.json b/7434/data/test-cases/93c9492b956e5270.json similarity index 64% rename from 7408/data/test-cases/38758ed9104420e8.json rename to 7434/data/test-cases/93c9492b956e5270.json index 8b58d33ee86..79522b9cb05 100644 --- a/7408/data/test-cases/38758ed9104420e8.json +++ b/7434/data/test-cases/93c9492b956e5270.json @@ -1 +1 @@ -{"uid":"38758ed9104420e8","name":"LightPush","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > LightPush","historyId":"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579337066,"stop":1725579337067,"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":7,"unknown":0,"total":7},"items":[{"uid":"35d405379151de5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/35d405379151de5","status":"passed","time":{"start":1725578873503,"stop":1725578873504,"duration":1}},{"uid":"c95fb7f534337ca","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c95fb7f534337ca","status":"passed","time":{"start":1725578550476,"stop":1725578550476,"duration":0}},{"uid":"14d360b71b64bbdd","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/14d360b71b64bbdd","status":"passed","time":{"start":1725577813069,"stop":1725577813069,"duration":0}},{"uid":"d54b0f59f259803a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d54b0f59f259803a","status":"passed","time":{"start":1725577474647,"stop":1725577474648,"duration":1}},{"uid":"a5ca63d1526cd1e2","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a5ca63d1526cd1e2","status":"passed","time":{"start":1725577421366,"stop":1725577421366,"duration":0}},{"uid":"a19dd25beb211d02","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a19dd25beb211d02","status":"passed","time":{"start":1725577003652,"stop":1725577003652,"duration":0}}]},"tags":[]},"source":"38758ed9104420e8.json","parameterValues":[]} \ No newline at end of file +{"uid":"93c9492b956e5270","name":"LightPush","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > LightPush","historyId":"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218926397,"stop":1726218926397,"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":4,"unknown":0,"total":4},"items":[{"uid":"c1bb61d2885af810","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c1bb61d2885af810","status":"passed","time":{"start":1726218833199,"stop":1726218833200,"duration":1}},{"uid":"55fd22a56b8d7dbe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55fd22a56b8d7dbe","status":"passed","time":{"start":1726218095394,"stop":1726218095395,"duration":1}},{"uid":"978b786851cf7c9f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/978b786851cf7c9f","status":"passed","time":{"start":1726218006963,"stop":1726218006963,"duration":0}}]},"tags":[]},"source":"93c9492b956e5270.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/779d5397bcbc094.json b/7434/data/test-cases/93f0918bee81e74.json similarity index 91% rename from 7408/data/test-cases/779d5397bcbc094.json rename to 7434/data/test-cases/93f0918bee81e74.json index 1a6f235d2a2..ada19784740 100644 --- a/7408/data/test-cases/779d5397bcbc094.json +++ b/7434/data/test-cases/93f0918bee81e74.json @@ -1 +1 @@ -{"uid":"779d5397bcbc094","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":1725579181242,"stop":1725579181243,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"ec45cae5bfb391db","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ec45cae5bfb391db","status":"passed","time":{"start":1725578712606,"stop":1725578712607,"duration":1}},{"uid":"9b35f87f418c6340","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9b35f87f418c6340","status":"passed","time":{"start":1725578380211,"stop":1725578380211,"duration":0}},{"uid":"5468b2b7c2584918","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5468b2b7c2584918","status":"passed","time":{"start":1725577661441,"stop":1725577661441,"duration":0}},{"uid":"edaedfd91dc2f058","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/edaedfd91dc2f058","status":"passed","time":{"start":1725577308279,"stop":1725577308284,"duration":5}},{"uid":"c9784a23eb20300","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c9784a23eb20300","status":"passed","time":{"start":1725577255333,"stop":1725577255333,"duration":0}},{"uid":"51bbe57bb11ce9f9","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/51bbe57bb11ce9f9","status":"passed","time":{"start":1725576839378,"stop":1725576839379,"duration":1}}]},"tags":[]},"source":"779d5397bcbc094.json","parameterValues":[]} \ No newline at end of file +{"uid":"93f0918bee81e74","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":1726218764088,"stop":1726218764088,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"da58e62c63de831","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/da58e62c63de831","status":"passed","time":{"start":1726218659005,"stop":1726218659006,"duration":1}},{"uid":"ca635cebc11eec5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca635cebc11eec5c","status":"passed","time":{"start":1726217924735,"stop":1726217924735,"duration":0}},{"uid":"d9ebc2a4e9f2acea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9ebc2a4e9f2acea","status":"passed","time":{"start":1726217840475,"stop":1726217840476,"duration":1}}]},"tags":[]},"source":"93f0918bee81e74.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f4a5c3a8e49493fa.json b/7434/data/test-cases/93f3f59f11f1311f.json similarity index 84% rename from 7408/data/test-cases/f4a5c3a8e49493fa.json rename to 7434/data/test-cases/93f3f59f11f1311f.json index 2d44bd2f80e..a5f00f38cf6 100644 --- a/7408/data/test-cases/f4a5c3a8e49493fa.json +++ b/7434/data/test-cases/93f3f59f11f1311f.json @@ -1 +1 @@ -{"uid":"f4a5c3a8e49493fa","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":1725579272784,"stop":1725579272785,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"5547c81c036fda4","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5547c81c036fda4","status":"passed","time":{"start":1725578809261,"stop":1725578809262,"duration":1}},{"uid":"2058271090e29256","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2058271090e29256","status":"passed","time":{"start":1725578497028,"stop":1725578497028,"duration":0}},{"uid":"617cb9c238f8d9f7","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/617cb9c238f8d9f7","status":"passed","time":{"start":1725577747302,"stop":1725577747304,"duration":2}},{"uid":"2cf0c284d3ec3e26","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/2cf0c284d3ec3e26","status":"passed","time":{"start":1725577413202,"stop":1725577413203,"duration":1}},{"uid":"b295e17786ce99d9","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b295e17786ce99d9","status":"passed","time":{"start":1725577361996,"stop":1725577361996,"duration":0}},{"uid":"95b7c8da1f8adbab","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/95b7c8da1f8adbab","status":"passed","time":{"start":1725576938358,"stop":1725576938358,"duration":0}}]},"tags":[]},"source":"f4a5c3a8e49493fa.json","parameterValues":[]} \ No newline at end of file +{"uid":"93f3f59f11f1311f","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":1726218863005,"stop":1726218863005,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"bd82145e78571b32","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bd82145e78571b32","status":"passed","time":{"start":1726218781383,"stop":1726218781383,"duration":0}},{"uid":"fee6e504776f4387","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fee6e504776f4387","status":"passed","time":{"start":1726218013698,"stop":1726218013698,"duration":0}},{"uid":"523525168b86a996","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/523525168b86a996","status":"passed","time":{"start":1726217945331,"stop":1726217945332,"duration":1}}]},"tags":[]},"source":"93f3f59f11f1311f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/560c9b51aa9d2837.json b/7434/data/test-cases/9416d68d8bc87580.json similarity index 94% rename from 7408/data/test-cases/560c9b51aa9d2837.json rename to 7434/data/test-cases/9416d68d8bc87580.json index 6af68446ead..4b4bc6685fe 100644 --- a/7408/data/test-cases/560c9b51aa9d2837.json +++ b/7434/data/test-cases/9416d68d8bc87580.json @@ -1 +1 @@ -{"uid":"560c9b51aa9d2837","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":1725579187572,"stop":1725579187573,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"c00e855a332224a8","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/c00e855a332224a8","status":"passed","time":{"start":1725578730892,"stop":1725578730892,"duration":0}},{"uid":"7b0cc6550c2cd85c","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/7b0cc6550c2cd85c","status":"passed","time":{"start":1725578399096,"stop":1725578399096,"duration":0}},{"uid":"9b2040f353e568dc","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9b2040f353e568dc","status":"passed","time":{"start":1725577666265,"stop":1725577666265,"duration":0}},{"uid":"d67a34b938f021c1","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d67a34b938f021c1","status":"passed","time":{"start":1725577318872,"stop":1725577318872,"duration":0}},{"uid":"4d14cd8924210362","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/4d14cd8924210362","status":"passed","time":{"start":1725577277101,"stop":1725577277101,"duration":0}},{"uid":"2f1b5d05aecdea10","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2f1b5d05aecdea10","status":"passed","time":{"start":1725576853152,"stop":1725576853152,"duration":0}}]},"tags":[]},"source":"560c9b51aa9d2837.json","parameterValues":[]} \ No newline at end of file +{"uid":"9416d68d8bc87580","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":1726218778219,"stop":1726218778219,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"4ed28731614e4bad","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ed28731614e4bad","status":"passed","time":{"start":1726218673555,"stop":1726218673555,"duration":0}},{"uid":"ee54230ded098042","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ee54230ded098042","status":"passed","time":{"start":1726217946723,"stop":1726217946723,"duration":0}},{"uid":"3539a4fac29b54e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3539a4fac29b54e","status":"passed","time":{"start":1726217862778,"stop":1726217862779,"duration":1}}]},"tags":[]},"source":"9416d68d8bc87580.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/94f95c2217d9715.json b/7434/data/test-cases/94f95c2217d9715.json new file mode 100644 index 00000000000..644dfd947a3 --- /dev/null +++ b/7434/data/test-cases/94f95c2217d9715.json @@ -0,0 +1 @@ +{"uid":"94f95c2217d9715","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":1726218812466,"stop":1726218812467,"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":4,"unknown":0,"total":4},"items":[{"uid":"d8422a90aa328b2d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d8422a90aa328b2d","status":"passed","time":{"start":1726218708391,"stop":1726218708391,"duration":0}},{"uid":"d2599ebb63e00009","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2599ebb63e00009","status":"passed","time":{"start":1726217980036,"stop":1726217980037,"duration":1}},{"uid":"ac980a55db6f9d2c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac980a55db6f9d2c","status":"passed","time":{"start":1726217896498,"stop":1726217896499,"duration":1}}]},"tags":[]},"source":"94f95c2217d9715.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/b6514906f84c904d.json b/7434/data/test-cases/94faa7b3da474197.json similarity index 90% rename from 7408/data/test-cases/b6514906f84c904d.json rename to 7434/data/test-cases/94faa7b3da474197.json index 6a35c877c88..1a458661f68 100644 --- a/7408/data/test-cases/b6514906f84c904d.json +++ b/7434/data/test-cases/94faa7b3da474197.json @@ -1 +1 @@ -{"uid":"b6514906f84c904d","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":1725579219612,"stop":1725579219612,"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":7,"unknown":0,"total":7},"items":[{"uid":"6e181560ddf511cd","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/6e181560ddf511cd","status":"passed","time":{"start":1725578761127,"stop":1725578761128,"duration":1}},{"uid":"badf19ec37ec8743","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/badf19ec37ec8743","status":"passed","time":{"start":1725578429981,"stop":1725578429982,"duration":1}},{"uid":"668330ef77c26af5","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/668330ef77c26af5","status":"passed","time":{"start":1725577692779,"stop":1725577692780,"duration":1}},{"uid":"29d221271777c668","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/29d221271777c668","status":"passed","time":{"start":1725577353958,"stop":1725577353959,"duration":1}},{"uid":"2e26aebd69bc4066","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2e26aebd69bc4066","status":"passed","time":{"start":1725577301895,"stop":1725577301895,"duration":0}},{"uid":"49173c8e1816c9de","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/49173c8e1816c9de","status":"passed","time":{"start":1725576895891,"stop":1725576895892,"duration":1}}]},"tags":[]},"source":"b6514906f84c904d.json","parameterValues":[]} \ No newline at end of file +{"uid":"94faa7b3da474197","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":1726218806756,"stop":1726218806757,"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":4,"unknown":0,"total":4},"items":[{"uid":"484d62a750a017a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/484d62a750a017a0","status":"passed","time":{"start":1726218706739,"stop":1726218706739,"duration":0}},{"uid":"3f3b65e5e9b4ab34","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3f3b65e5e9b4ab34","status":"passed","time":{"start":1726217976602,"stop":1726217976602,"duration":0}},{"uid":"1cc24690c4f601f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1cc24690c4f601f6","status":"passed","time":{"start":1726217890294,"stop":1726217890294,"duration":0}}]},"tags":[]},"source":"94faa7b3da474197.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/950b7a9803b662ec.json b/7434/data/test-cases/950b7a9803b662ec.json new file mode 100644 index 00000000000..ee415c648f4 --- /dev/null +++ b/7434/data/test-cases/950b7a9803b662ec.json @@ -0,0 +1 @@ +{"uid":"950b7a9803b662ec","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":1726218304290,"stop":1726218304291,"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":4,"unknown":0,"total":4},"items":[{"uid":"bc889528de50d9d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bc889528de50d9d","status":"passed","time":{"start":1726218209339,"stop":1726218209340,"duration":1}},{"uid":"e1b4253f18249535","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e1b4253f18249535","status":"passed","time":{"start":1726217462725,"stop":1726217462725,"duration":0}},{"uid":"2351d160e114651e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2351d160e114651e","status":"passed","time":{"start":1726217404275,"stop":1726217404276,"duration":1}}]},"tags":[]},"source":"950b7a9803b662ec.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a87c809aa3e119f8.json b/7434/data/test-cases/950d8b4e347e809a.json similarity index 70% rename from 7408/data/test-cases/a87c809aa3e119f8.json rename to 7434/data/test-cases/950d8b4e347e809a.json index e26defd1da1..019118ad5f8 100644 --- a/7408/data/test-cases/a87c809aa3e119f8.json +++ b/7434/data/test-cases/950d8b4e347e809a.json @@ -1 +1 @@ -{"uid":"a87c809aa3e119f8","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","historyId":"e791e755b2d4497a2709581f61e78d8d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579102813,"stop":1725579102813,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"21328c0318e679db","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/21328c0318e679db","status":"passed","time":{"start":1725578664273,"stop":1725578664273,"duration":0}},{"uid":"14085a2d72451e51","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/14085a2d72451e51","status":"passed","time":{"start":1725578314150,"stop":1725578314151,"duration":1}},{"uid":"3c00aa23ca220d10","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/3c00aa23ca220d10","status":"passed","time":{"start":1725577562989,"stop":1725577562989,"duration":0}},{"uid":"fe9ab4ce1d8c0b19","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/fe9ab4ce1d8c0b19","status":"passed","time":{"start":1725577209710,"stop":1725577209710,"duration":0}},{"uid":"a1da15fc46ef6922","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a1da15fc46ef6922","status":"passed","time":{"start":1725577172586,"stop":1725577172587,"duration":1}},{"uid":"ff5784d1988a9a17","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ff5784d1988a9a17","status":"passed","time":{"start":1725576779741,"stop":1725576779742,"duration":1}}]},"tags":[]},"source":"a87c809aa3e119f8.json","parameterValues":[]} \ No newline at end of file +{"uid":"950d8b4e347e809a","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","historyId":"e791e755b2d4497a2709581f61e78d8d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218669777,"stop":1726218669778,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4c1c66ea5d0d5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4c1c66ea5d0d5f","status":"passed","time":{"start":1726218612973,"stop":1726218612986,"duration":13}},{"uid":"be1491af3b4379e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be1491af3b4379e4","status":"passed","time":{"start":1726217868253,"stop":1726217868255,"duration":2}},{"uid":"ce9cdb87b1d40ce9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce9cdb87b1d40ce9","status":"passed","time":{"start":1726217785179,"stop":1726217785180,"duration":1}}]},"tags":[]},"source":"950d8b4e347e809a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5f318c358019f2ad.json b/7434/data/test-cases/956108d6c7f9953c.json similarity index 91% rename from 7408/data/test-cases/5f318c358019f2ad.json rename to 7434/data/test-cases/956108d6c7f9953c.json index 369b4083d48..e23d6e429c4 100644 --- a/7408/data/test-cases/5f318c358019f2ad.json +++ b/7434/data/test-cases/956108d6c7f9953c.json @@ -1 +1 @@ -{"uid":"5f318c358019f2ad","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":1725579181273,"stop":1725579181273,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"1b8c1ee3afb09dbf","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1b8c1ee3afb09dbf","status":"passed","time":{"start":1725578712623,"stop":1725578712623,"duration":0}},{"uid":"210c234c3ebc3772","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/210c234c3ebc3772","status":"passed","time":{"start":1725578380230,"stop":1725578380232,"duration":2}},{"uid":"eb6b407ee9ed605b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/eb6b407ee9ed605b","status":"passed","time":{"start":1725577661474,"stop":1725577661474,"duration":0}},{"uid":"bf0aebfaec7ac0e0","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/bf0aebfaec7ac0e0","status":"passed","time":{"start":1725577308314,"stop":1725577308314,"duration":0}},{"uid":"23ac9e8509fab0c3","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/23ac9e8509fab0c3","status":"passed","time":{"start":1725577255377,"stop":1725577255377,"duration":0}},{"uid":"7158c623724f4a3e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/7158c623724f4a3e","status":"passed","time":{"start":1725576839412,"stop":1725576839413,"duration":1}}]},"tags":[]},"source":"5f318c358019f2ad.json","parameterValues":[]} \ No newline at end of file +{"uid":"956108d6c7f9953c","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":1726218764112,"stop":1726218764112,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"dbb0106f44d5cd78","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dbb0106f44d5cd78","status":"passed","time":{"start":1726218659026,"stop":1726218659027,"duration":1}},{"uid":"b84068f23fab0ff6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b84068f23fab0ff6","status":"passed","time":{"start":1726217924764,"stop":1726217924764,"duration":0}},{"uid":"f3ebc0755f6e7883","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f3ebc0755f6e7883","status":"passed","time":{"start":1726217840568,"stop":1726217840568,"duration":0}}]},"tags":[]},"source":"956108d6c7f9953c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/65a3d110c95e47fd.json b/7434/data/test-cases/95ca8082657bb408.json similarity index 90% rename from 7408/data/test-cases/65a3d110c95e47fd.json rename to 7434/data/test-cases/95ca8082657bb408.json index f2d96ca42a0..b0d58d7e828 100644 --- a/7408/data/test-cases/65a3d110c95e47fd.json +++ b/7434/data/test-cases/95ca8082657bb408.json @@ -1 +1 @@ -{"uid":"65a3d110c95e47fd","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":1725578940135,"stop":1725578940135,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"852b5b054b8777a2","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/852b5b054b8777a2","status":"passed","time":{"start":1725578482060,"stop":1725578482061,"duration":1}},{"uid":"14da41a2ad7f4897","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/14da41a2ad7f4897","status":"passed","time":{"start":1725578159559,"stop":1725578159560,"duration":1}},{"uid":"92333706849afe01","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/92333706849afe01","status":"passed","time":{"start":1725577422730,"stop":1725577422730,"duration":0}},{"uid":"d2253b957b119bbf","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d2253b957b119bbf","status":"passed","time":{"start":1725577067048,"stop":1725577067049,"duration":1}},{"uid":"50fc0c09ca053d9d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/50fc0c09ca053d9d","status":"passed","time":{"start":1725577018821,"stop":1725577018821,"duration":0}},{"uid":"a6cecdcde566ce1e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a6cecdcde566ce1e","status":"passed","time":{"start":1725576607310,"stop":1725576607316,"duration":6}}]},"tags":[]},"source":"65a3d110c95e47fd.json","parameterValues":[]} \ No newline at end of file +{"uid":"95ca8082657bb408","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":1726218510972,"stop":1726218510972,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"63f8adbe7b945b35","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/63f8adbe7b945b35","status":"passed","time":{"start":1726218417148,"stop":1726218417148,"duration":0}},{"uid":"b96d24654ce58053","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b96d24654ce58053","status":"passed","time":{"start":1726217677812,"stop":1726217677813,"duration":1}},{"uid":"640e15eaca403fad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/640e15eaca403fad","status":"passed","time":{"start":1726217616840,"stop":1726217616840,"duration":0}}]},"tags":[]},"source":"95ca8082657bb408.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/7b0192cf888e1e1b.json b/7434/data/test-cases/95d0b03c21f0a91c.json similarity index 74% rename from 7408/data/test-cases/7b0192cf888e1e1b.json rename to 7434/data/test-cases/95d0b03c21f0a91c.json index 550b0fe7b94..1a2709ca7d4 100644 --- a/7408/data/test-cases/7b0192cf888e1e1b.json +++ b/7434/data/test-cases/95d0b03c21f0a91c.json @@ -1 +1 @@ -{"uid":"7b0192cf888e1e1b","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":1725578809895,"stop":1725578809895,"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":7,"unknown":0,"total":7},"items":[{"uid":"68a61141154c9d83","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/68a61141154c9d83","status":"passed","time":{"start":1725578356618,"stop":1725578356618,"duration":0}},{"uid":"12059db6f021a54a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/12059db6f021a54a","status":"passed","time":{"start":1725578030109,"stop":1725578030109,"duration":0}},{"uid":"d9a2624935fc8748","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d9a2624935fc8748","status":"passed","time":{"start":1725577295960,"stop":1725577295961,"duration":1}},{"uid":"d9df0c6afe0b5373","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d9df0c6afe0b5373","status":"passed","time":{"start":1725576945375,"stop":1725576945375,"duration":0}},{"uid":"9dceb1f53f0f688b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/9dceb1f53f0f688b","status":"passed","time":{"start":1725576894157,"stop":1725576894158,"duration":1}},{"uid":"61a849e293fbfa3","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/61a849e293fbfa3","status":"passed","time":{"start":1725576479473,"stop":1725576479474,"duration":1}}]},"tags":[]},"source":"7b0192cf888e1e1b.json","parameterValues":[]} \ No newline at end of file +{"uid":"95d0b03c21f0a91c","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":1726218382079,"stop":1726218382080,"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":4,"unknown":0,"total":4},"items":[{"uid":"63e9fc2ca10d766a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/63e9fc2ca10d766a","status":"passed","time":{"start":1726218287814,"stop":1726218287814,"duration":0}},{"uid":"ed0498a10a1e8886","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed0498a10a1e8886","status":"passed","time":{"start":1726217549452,"stop":1726217549452,"duration":0}},{"uid":"94adeb6f535afd90","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/94adeb6f535afd90","status":"passed","time":{"start":1726217491289,"stop":1726217491289,"duration":0}}]},"tags":[]},"source":"95d0b03c21f0a91c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/272b416226a1f6cb.json b/7434/data/test-cases/95fd2ae821f89eba.json similarity index 80% rename from 7408/data/test-cases/272b416226a1f6cb.json rename to 7434/data/test-cases/95fd2ae821f89eba.json index 0cee0e14813..5fc41ebf620 100644 --- a/7408/data/test-cases/272b416226a1f6cb.json +++ b/7434/data/test-cases/95fd2ae821f89eba.json @@ -1 +1 @@ -{"uid":"272b416226a1f6cb","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":1725579222048,"stop":1725579222048,"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":7,"unknown":0,"total":7},"items":[{"uid":"bc42dbc30cb2fee6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/bc42dbc30cb2fee6","status":"passed","time":{"start":1725578763704,"stop":1725578763704,"duration":0}},{"uid":"22cf730bd7e961e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/22cf730bd7e961e","status":"passed","time":{"start":1725578437616,"stop":1725578437617,"duration":1}},{"uid":"7e3b2888cf67ab77","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7e3b2888cf67ab77","status":"passed","time":{"start":1725577679211,"stop":1725577679215,"duration":4}},{"uid":"a2a8c0d1d6633cd9","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a2a8c0d1d6633cd9","status":"passed","time":{"start":1725577331515,"stop":1725577331515,"duration":0}},{"uid":"1fbe70be05127760","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1fbe70be05127760","status":"passed","time":{"start":1725577298221,"stop":1725577298221,"duration":0}},{"uid":"ff3a53da1f5813ad","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ff3a53da1f5813ad","status":"passed","time":{"start":1725576890429,"stop":1725576890429,"duration":0}}]},"tags":[]},"source":"272b416226a1f6cb.json","parameterValues":[]} \ No newline at end of file +{"uid":"95fd2ae821f89eba","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":1726218793429,"stop":1726218793430,"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":4,"unknown":0,"total":4},"items":[{"uid":"1d3b88ae0ef1e954","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1d3b88ae0ef1e954","status":"passed","time":{"start":1726218722080,"stop":1726218722080,"duration":0}},{"uid":"4d7ae123f4338ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4d7ae123f4338ed","status":"passed","time":{"start":1726217978647,"stop":1726217978649,"duration":2}},{"uid":"385ce94a11218f10","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/385ce94a11218f10","status":"passed","time":{"start":1726217893873,"stop":1726217893873,"duration":0}}]},"tags":[]},"source":"95fd2ae821f89eba.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/963aff1bad69da87.json b/7434/data/test-cases/963aff1bad69da87.json new file mode 100644 index 00000000000..a4c04f969ad --- /dev/null +++ b/7434/data/test-cases/963aff1bad69da87.json @@ -0,0 +1 @@ +{"uid":"963aff1bad69da87","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","historyId":"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283095,"stop":1726218283095,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e6d0600b5d9f25f4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e6d0600b5d9f25f4","status":"passed","time":{"start":1726218188596,"stop":1726218188596,"duration":0}},{"uid":"a14b3b2df2a62266","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a14b3b2df2a62266","status":"passed","time":{"start":1726217441557,"stop":1726217441557,"duration":0}},{"uid":"a46f48f6c74312b1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a46f48f6c74312b1","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"tags":[]},"source":"963aff1bad69da87.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1db9ffda71aaedb5.json b/7434/data/test-cases/963bce16e4917ff2.json similarity index 90% rename from 7408/data/test-cases/1db9ffda71aaedb5.json rename to 7434/data/test-cases/963bce16e4917ff2.json index 9927f5e956e..58f713fae92 100644 --- a/7408/data/test-cases/1db9ffda71aaedb5.json +++ b/7434/data/test-cases/963bce16e4917ff2.json @@ -1 +1 @@ -{"uid":"1db9ffda71aaedb5","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":1725578940165,"stop":1725578940168,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"c6ce1fecc7e10ef","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/c6ce1fecc7e10ef","status":"passed","time":{"start":1725578482077,"stop":1725578482077,"duration":0}},{"uid":"fd8e6b7a26e1d28e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/fd8e6b7a26e1d28e","status":"passed","time":{"start":1725578159566,"stop":1725578159567,"duration":1}},{"uid":"c7f803ca8f6eea8","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/c7f803ca8f6eea8","status":"passed","time":{"start":1725577422740,"stop":1725577422756,"duration":16}},{"uid":"1a8302fa701fb3fb","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1a8302fa701fb3fb","status":"passed","time":{"start":1725577067108,"stop":1725577067108,"duration":0}},{"uid":"204fcb782b9d9942","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/204fcb782b9d9942","status":"passed","time":{"start":1725577018867,"stop":1725577018868,"duration":1}},{"uid":"1df729e9561f5f73","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/1df729e9561f5f73","status":"passed","time":{"start":1725576607340,"stop":1725576607341,"duration":1}}]},"tags":[]},"source":"1db9ffda71aaedb5.json","parameterValues":[]} \ No newline at end of file +{"uid":"963bce16e4917ff2","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":1726218510989,"stop":1726218510989,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"a93867212b1fffb6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a93867212b1fffb6","status":"passed","time":{"start":1726218417154,"stop":1726218417155,"duration":1}},{"uid":"8b1b47038ecaf847","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8b1b47038ecaf847","status":"passed","time":{"start":1726217677844,"stop":1726217677844,"duration":0}},{"uid":"cb29388f2a9975cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cb29388f2a9975cc","status":"passed","time":{"start":1726217616847,"stop":1726217616848,"duration":1}}]},"tags":[]},"source":"963bce16e4917ff2.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6b14f6bc198b4273.json b/7434/data/test-cases/964b8d843fd00f97.json similarity index 73% rename from 7408/data/test-cases/6b14f6bc198b4273.json rename to 7434/data/test-cases/964b8d843fd00f97.json index 54537d42cad..6bf9f9037a9 100644 --- a/7408/data/test-cases/6b14f6bc198b4273.json +++ b/7434/data/test-cases/964b8d843fd00f97.json @@ -1 +1 @@ -{"uid":"6b14f6bc198b4273","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":1725578980000,"stop":1725578980000,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"d4ea5e9955473928","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d4ea5e9955473928","status":"passed","time":{"start":1725578503450,"stop":1725578503451,"duration":1}},{"uid":"d3a0a26665cf1e35","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d3a0a26665cf1e35","status":"passed","time":{"start":1725578194561,"stop":1725578194562,"duration":1}},{"uid":"2e7a62a9df881312","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2e7a62a9df881312","status":"passed","time":{"start":1725577444915,"stop":1725577444915,"duration":0}},{"uid":"d0081f7fb8dfb801","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d0081f7fb8dfb801","status":"passed","time":{"start":1725577120609,"stop":1725577120610,"duration":1}},{"uid":"e648bdcae56d9b52","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e648bdcae56d9b52","status":"passed","time":{"start":1725577071274,"stop":1725577071276,"duration":2}},{"uid":"ff9ace5a14da7900","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ff9ace5a14da7900","status":"passed","time":{"start":1725576645497,"stop":1725576645497,"duration":0}}]},"tags":[]},"source":"6b14f6bc198b4273.json","parameterValues":[]} \ No newline at end of file +{"uid":"964b8d843fd00f97","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":1726218563296,"stop":1726218563296,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"f6bb8c7aa8af0efc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f6bb8c7aa8af0efc","status":"passed","time":{"start":1726218471415,"stop":1726218471415,"duration":0}},{"uid":"a2d1562737d69c87","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2d1562737d69c87","status":"passed","time":{"start":1726217724200,"stop":1726217724200,"duration":0}},{"uid":"4e03c310e6dac32f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4e03c310e6dac32f","status":"passed","time":{"start":1726217656057,"stop":1726217656057,"duration":0}}]},"tags":[]},"source":"964b8d843fd00f97.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4d8142e55c4a7c99.json b/7434/data/test-cases/96579635c9e42be6.json similarity index 91% rename from 7408/data/test-cases/4d8142e55c4a7c99.json rename to 7434/data/test-cases/96579635c9e42be6.json index f709e33ecf8..f0ef929f0cf 100644 --- a/7408/data/test-cases/4d8142e55c4a7c99.json +++ b/7434/data/test-cases/96579635c9e42be6.json @@ -1 +1 @@ -{"uid":"4d8142e55c4a7c99","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":1725578970793,"stop":1725578970796,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"7c16974eee435090","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/7c16974eee435090","status":"passed","time":{"start":1725578514100,"stop":1725578514101,"duration":1}},{"uid":"99f3c9402480a60e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/99f3c9402480a60e","status":"passed","time":{"start":1725578193140,"stop":1725578193140,"duration":0}},{"uid":"498387dd736cd115","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/498387dd736cd115","status":"passed","time":{"start":1725577453249,"stop":1725577453250,"duration":1}},{"uid":"79c9156782cdd0d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/79c9156782cdd0d","status":"passed","time":{"start":1725577097752,"stop":1725577097752,"duration":0}},{"uid":"f0d5b6aec0551cf8","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f0d5b6aec0551cf8","status":"passed","time":{"start":1725577056978,"stop":1725577056978,"duration":0}},{"uid":"3f890f30e8f9cf46","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3f890f30e8f9cf46","status":"passed","time":{"start":1725576643991,"stop":1725576643992,"duration":1}}]},"tags":[]},"source":"4d8142e55c4a7c99.json","parameterValues":[]} \ No newline at end of file +{"uid":"96579635c9e42be6","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":1726218551485,"stop":1726218551486,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"129de9dd9fce8923","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/129de9dd9fce8923","status":"passed","time":{"start":1726218459536,"stop":1726218459536,"duration":0}},{"uid":"33d7e21774b4b1ef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/33d7e21774b4b1ef","status":"passed","time":{"start":1726217706002,"stop":1726217706004,"duration":2}},{"uid":"bf2ab2540d2bcd77","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bf2ab2540d2bcd77","status":"passed","time":{"start":1726217650761,"stop":1726217650761,"duration":0}}]},"tags":[]},"source":"96579635c9e42be6.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/44cb0ab208d6fee2.json b/7434/data/test-cases/96751cbf414d64f1.json similarity index 89% rename from 7408/data/test-cases/44cb0ab208d6fee2.json rename to 7434/data/test-cases/96751cbf414d64f1.json index 0cc3fcdf4e4..070d01cf067 100644 --- a/7408/data/test-cases/44cb0ab208d6fee2.json +++ b/7434/data/test-cases/96751cbf414d64f1.json @@ -1 +1 @@ -{"uid":"44cb0ab208d6fee2","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":1725579222586,"stop":1725579222586,"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":7,"unknown":0,"total":7},"items":[{"uid":"1422246fb115b7aa","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1422246fb115b7aa","status":"passed","time":{"start":1725578764268,"stop":1725578764268,"duration":0}},{"uid":"4529fac428126888","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4529fac428126888","status":"passed","time":{"start":1725578435665,"stop":1725578435666,"duration":1}},{"uid":"3115c9bcfeb6c1af","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/3115c9bcfeb6c1af","status":"passed","time":{"start":1725577699993,"stop":1725577700002,"duration":9}},{"uid":"7dffbfc0615f39a4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7dffbfc0615f39a4","status":"passed","time":{"start":1725577356738,"stop":1725577356739,"duration":1}},{"uid":"349193f300eeac74","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/349193f300eeac74","status":"passed","time":{"start":1725577310398,"stop":1725577310398,"duration":0}},{"uid":"c98e7bcb306061ec","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c98e7bcb306061ec","status":"passed","time":{"start":1725576887795,"stop":1725576887795,"duration":0}}]},"tags":[]},"source":"44cb0ab208d6fee2.json","parameterValues":[]} \ No newline at end of file +{"uid":"96751cbf414d64f1","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":1726218812471,"stop":1726218812471,"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":4,"unknown":0,"total":4},"items":[{"uid":"1cf89db39cdf67d2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1cf89db39cdf67d2","status":"passed","time":{"start":1726218708393,"stop":1726218708394,"duration":1}},{"uid":"f625a555b6611ba7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f625a555b6611ba7","status":"passed","time":{"start":1726217980039,"stop":1726217980039,"duration":0}},{"uid":"c176c0674742e634","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c176c0674742e634","status":"passed","time":{"start":1726217896501,"stop":1726217896502,"duration":1}}]},"tags":[]},"source":"96751cbf414d64f1.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/96e82bf7c76ad986.json b/7434/data/test-cases/96e82bf7c76ad986.json new file mode 100644 index 00000000000..c2a0ece23c0 --- /dev/null +++ b/7434/data/test-cases/96e82bf7c76ad986.json @@ -0,0 +1 @@ +{"uid":"96e82bf7c76ad986","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":1726218304536,"stop":1726218304536,"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":4,"unknown":0,"total":4},"items":[{"uid":"97822586f13fe846","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/97822586f13fe846","status":"passed","time":{"start":1726218209374,"stop":1726218209374,"duration":0}},{"uid":"33293d8f5b9e8e0f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/33293d8f5b9e8e0f","status":"passed","time":{"start":1726217462339,"stop":1726217462339,"duration":0}},{"uid":"c813756681be6c58","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c813756681be6c58","status":"passed","time":{"start":1726217404189,"stop":1726217404190,"duration":1}}]},"tags":[]},"source":"96e82bf7c76ad986.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/586a03ece25b290c.json b/7434/data/test-cases/972104f0059f8a2d.json similarity index 89% rename from 7408/data/test-cases/586a03ece25b290c.json rename to 7434/data/test-cases/972104f0059f8a2d.json index 6425b58fde1..991ac1db68b 100644 --- a/7408/data/test-cases/586a03ece25b290c.json +++ b/7434/data/test-cases/972104f0059f8a2d.json @@ -1 +1 @@ -{"uid":"586a03ece25b290c","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":1725579222589,"stop":1725579222589,"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":7,"unknown":0,"total":7},"items":[{"uid":"f70e755d34f026e1","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f70e755d34f026e1","status":"passed","time":{"start":1725578764297,"stop":1725578764297,"duration":0}},{"uid":"51fcba9061c200ca","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/51fcba9061c200ca","status":"passed","time":{"start":1725578435674,"stop":1725578435675,"duration":1}},{"uid":"35ed65d0d67415b6","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/35ed65d0d67415b6","status":"passed","time":{"start":1725577700010,"stop":1725577700011,"duration":1}},{"uid":"e12f29141d7dee81","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e12f29141d7dee81","status":"passed","time":{"start":1725577356745,"stop":1725577356745,"duration":0}},{"uid":"a9dbe9713edb683f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a9dbe9713edb683f","status":"passed","time":{"start":1725577310404,"stop":1725577310404,"duration":0}},{"uid":"966be9c4bba1927","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/966be9c4bba1927","status":"passed","time":{"start":1725576887798,"stop":1725576887799,"duration":1}}]},"tags":[]},"source":"586a03ece25b290c.json","parameterValues":[]} \ No newline at end of file +{"uid":"972104f0059f8a2d","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":1726218812476,"stop":1726218812477,"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":4,"unknown":0,"total":4},"items":[{"uid":"6b5ef0b69a5e786e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6b5ef0b69a5e786e","status":"passed","time":{"start":1726218708449,"stop":1726218708455,"duration":6}},{"uid":"4d824539b4a594dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4d824539b4a594dd","status":"passed","time":{"start":1726217980052,"stop":1726217980053,"duration":1}},{"uid":"7f641ab1f9db84ca","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f641ab1f9db84ca","status":"passed","time":{"start":1726217896507,"stop":1726217896507,"duration":0}}]},"tags":[]},"source":"972104f0059f8a2d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4f7d1872e915fbbb.json b/7434/data/test-cases/97d82777f2931d95.json similarity index 92% rename from 7408/data/test-cases/4f7d1872e915fbbb.json rename to 7434/data/test-cases/97d82777f2931d95.json index 2774430cd76..536d7e94562 100644 --- a/7408/data/test-cases/4f7d1872e915fbbb.json +++ b/7434/data/test-cases/97d82777f2931d95.json @@ -1 +1 @@ -{"uid":"4f7d1872e915fbbb","name":"Renews subscription after lossing a connection","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Renews subscription after lossing a connection","historyId":"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579298002,"stop":1725579298002,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"8ef684df65e4b1c7","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8ef684df65e4b1c7","status":"passed","time":{"start":1725578825371,"stop":1725578825372,"duration":1}},{"uid":"9543936129415e81","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9543936129415e81","status":"passed","time":{"start":1725578517024,"stop":1725578517024,"duration":0}},{"uid":"dd78735edf7fe5f1","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/dd78735edf7fe5f1","status":"passed","time":{"start":1725577784967,"stop":1725577784977,"duration":10}},{"uid":"c31c68d92f266350","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/c31c68d92f266350","status":"passed","time":{"start":1725577433805,"stop":1725577433805,"duration":0}},{"uid":"627666c0de52db10","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/627666c0de52db10","status":"passed","time":{"start":1725577392074,"stop":1725577392074,"duration":0}},{"uid":"f150c470dd43679c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f150c470dd43679c","status":"passed","time":{"start":1725576971874,"stop":1725576971874,"duration":0}}]},"tags":[]},"source":"4f7d1872e915fbbb.json","parameterValues":[]} \ No newline at end of file +{"uid":"97d82777f2931d95","name":"Renews subscription after lossing a connection","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Renews subscription after lossing a connection","historyId":"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218879387,"stop":1726218879388,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"20e3bec9bedae091","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/20e3bec9bedae091","status":"passed","time":{"start":1726218787594,"stop":1726218787595,"duration":1}},{"uid":"a16c780dae603c7a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a16c780dae603c7a","status":"passed","time":{"start":1726218066316,"stop":1726218066317,"duration":1}},{"uid":"9a7985c1d444a55a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9a7985c1d444a55a","status":"passed","time":{"start":1726217965350,"stop":1726217965350,"duration":0}}]},"tags":[]},"source":"97d82777f2931d95.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/984360b0a1525e5d.json b/7434/data/test-cases/984360b0a1525e5d.json new file mode 100644 index 00000000000..785f89581b0 --- /dev/null +++ b/7434/data/test-cases/984360b0a1525e5d.json @@ -0,0 +1 @@ +{"uid":"984360b0a1525e5d","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":1726218296786,"stop":1726218296786,"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":4,"unknown":0,"total":4},"items":[{"uid":"4c736802b29687cd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4c736802b29687cd","status":"passed","time":{"start":1726218201913,"stop":1726218201913,"duration":0}},{"uid":"c3f547d681a86a95","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3f547d681a86a95","status":"passed","time":{"start":1726217455153,"stop":1726217455154,"duration":1}},{"uid":"8be712014c9bcc76","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8be712014c9bcc76","status":"passed","time":{"start":1726217396842,"stop":1726217396842,"duration":0}}]},"tags":[]},"source":"984360b0a1525e5d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/11f35a99d91c14af.json b/7434/data/test-cases/992c411c2172ec00.json similarity index 62% rename from 7408/data/test-cases/11f35a99d91c14af.json rename to 7434/data/test-cases/992c411c2172ec00.json index 9257956107e..3fc5fd08ab9 100644 --- a/7408/data/test-cases/11f35a99d91c14af.json +++ b/7434/data/test-cases/992c411c2172ec00.json @@ -1 +1 @@ -{"uid":"11f35a99d91c14af","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":1725579061636,"stop":1725579061637,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push : Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"7972cb57b8b74fc5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/7972cb57b8b74fc5","status":"passed","time":{"start":1725578598310,"stop":1725578598310,"duration":0}},{"uid":"3041fa3b2f56c","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3041fa3b2f56c","status":"passed","time":{"start":1725578273410,"stop":1725578273410,"duration":0}},{"uid":"6cd7ad1cec7179a7","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6cd7ad1cec7179a7","status":"passed","time":{"start":1725577539373,"stop":1725577539373,"duration":0}},{"uid":"df913986623c7ccc","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/df913986623c7ccc","status":"passed","time":{"start":1725577200218,"stop":1725577200218,"duration":0}},{"uid":"7c5392137d6d1e34","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/7c5392137d6d1e34","status":"passed","time":{"start":1725577150915,"stop":1725577150916,"duration":1}},{"uid":"6d93169ff81d3af2","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/6d93169ff81d3af2","status":"passed","time":{"start":1725576726843,"stop":1725576726843,"duration":0}}]},"tags":[]},"source":"11f35a99d91c14af.json","parameterValues":[]} \ No newline at end of file +{"uid":"992c411c2172ec00","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":1726218651143,"stop":1726218651144,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push : Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c3d8edc45085ab12","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c3d8edc45085ab12","status":"passed","time":{"start":1726218550065,"stop":1726218550065,"duration":0}},{"uid":"fdcd25c2971565ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fdcd25c2971565ed","status":"passed","time":{"start":1726217804575,"stop":1726217804576,"duration":1}},{"uid":"59481860ce3678ba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59481860ce3678ba","status":"passed","time":{"start":1726217733942,"stop":1726217733943,"duration":1}}]},"tags":[]},"source":"992c411c2172ec00.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/48fd942e434f6ddc.json b/7434/data/test-cases/998e067cc4564f37.json similarity index 93% rename from 7408/data/test-cases/48fd942e434f6ddc.json rename to 7434/data/test-cases/998e067cc4564f37.json index 13fbbfa77b1..26e6b9ff9e3 100644 --- a/7408/data/test-cases/48fd942e434f6ddc.json +++ b/7434/data/test-cases/998e067cc4564f37.json @@ -1 +1 @@ -{"uid":"48fd942e434f6ddc","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app55/8/topic210/utf8","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 8 - Cluster ID: 10, Content Topic: /app55/8/topic210/utf8","historyId":"898006e4474ac66ce934c77fafb8d35b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579256764,"stop":1725579256764,"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":"48fd942e434f6ddc.json","parameterValues":[]} \ No newline at end of file +{"uid":"998e067cc4564f37","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app57/5/topic252/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 9 - Cluster ID: 10, Content Topic: /app57/5/topic252/json","historyId":"286a6f877f7dadd8a8ffb5623780994d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218843768,"stop":1726218843768,"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":"998e067cc4564f37.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/3d8fcd2063304dd3.json b/7434/data/test-cases/99a1e3d362e0e353.json similarity index 58% rename from 7408/data/test-cases/3d8fcd2063304dd3.json rename to 7434/data/test-cases/99a1e3d362e0e353.json index 7ce8e3434c3..35279839f14 100644 --- a/7408/data/test-cases/3d8fcd2063304dd3.json +++ b/7434/data/test-cases/99a1e3d362e0e353.json @@ -1 +1 @@ -{"uid":"3d8fcd2063304dd3","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":1725578730395,"stop":1725578730395,"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":7,"unknown":0,"total":7},"items":[{"uid":"90a33fa55bbd286c","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/90a33fa55bbd286c","status":"passed","time":{"start":1725578273564,"stop":1725578273564,"duration":0}},{"uid":"f43adfa46751877b","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f43adfa46751877b","status":"passed","time":{"start":1725577945948,"stop":1725577945949,"duration":1}},{"uid":"cb9b103e86b8b96b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/cb9b103e86b8b96b","status":"passed","time":{"start":1725577213595,"stop":1725577213595,"duration":0}},{"uid":"8926895d5b2b89c4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/8926895d5b2b89c4","status":"passed","time":{"start":1725576860203,"stop":1725576860203,"duration":0}},{"uid":"3915a2c4bb3bdaa4","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/3915a2c4bb3bdaa4","status":"passed","time":{"start":1725576813308,"stop":1725576813308,"duration":0}},{"uid":"62453c7d13858004","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/62453c7d13858004","status":"passed","time":{"start":1725576395195,"stop":1725576395195,"duration":0}}]},"tags":[]},"source":"3d8fcd2063304dd3.json","parameterValues":[]} \ No newline at end of file +{"uid":"99a1e3d362e0e353","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":1726218304464,"stop":1726218304464,"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":4,"unknown":0,"total":4},"items":[{"uid":"84e999b624c1288b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/84e999b624c1288b","status":"passed","time":{"start":1726218209563,"stop":1726218209564,"duration":1}},{"uid":"ad6b8bb9b4a1d24a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad6b8bb9b4a1d24a","status":"passed","time":{"start":1726217463038,"stop":1726217463039,"duration":1}},{"uid":"e4ca261ded340ca4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4ca261ded340ca4","status":"passed","time":{"start":1726217404605,"stop":1726217404605,"duration":0}}]},"tags":[]},"source":"99a1e3d362e0e353.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5365f64ca169d6ef.json b/7434/data/test-cases/99f750d6a0db3b00.json similarity index 90% rename from 7408/data/test-cases/5365f64ca169d6ef.json rename to 7434/data/test-cases/99f750d6a0db3b00.json index 9bb38f51df9..5fdaf0087a4 100644 --- a/7408/data/test-cases/5365f64ca169d6ef.json +++ b/7434/data/test-cases/99f750d6a0db3b00.json @@ -1 +1 @@ -{"uid":"5365f64ca169d6ef","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":1725579219609,"stop":1725579219609,"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":7,"unknown":0,"total":7},"items":[{"uid":"dcb689965076387c","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/dcb689965076387c","status":"passed","time":{"start":1725578761125,"stop":1725578761125,"duration":0}},{"uid":"57e9d90be0825b7a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/57e9d90be0825b7a","status":"passed","time":{"start":1725578429979,"stop":1725578429980,"duration":1}},{"uid":"b7518a8a54a34af2","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b7518a8a54a34af2","status":"passed","time":{"start":1725577692774,"stop":1725577692774,"duration":0}},{"uid":"857b67c214c49d39","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/857b67c214c49d39","status":"passed","time":{"start":1725577353955,"stop":1725577353955,"duration":0}},{"uid":"9a5ed58084d91116","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/9a5ed58084d91116","status":"passed","time":{"start":1725577301893,"stop":1725577301894,"duration":1}},{"uid":"35947e797505b974","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/35947e797505b974","status":"passed","time":{"start":1725576895886,"stop":1725576895887,"duration":1}}]},"tags":[]},"source":"5365f64ca169d6ef.json","parameterValues":[]} \ No newline at end of file +{"uid":"99f750d6a0db3b00","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":1726218806753,"stop":1726218806753,"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":4,"unknown":0,"total":4},"items":[{"uid":"a69abbdd48f2195c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a69abbdd48f2195c","status":"passed","time":{"start":1726218706737,"stop":1726218706737,"duration":0}},{"uid":"c96d254c26f6fe71","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c96d254c26f6fe71","status":"passed","time":{"start":1726217976600,"stop":1726217976600,"duration":0}},{"uid":"dd372eb8c80b7b17","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dd372eb8c80b7b17","status":"passed","time":{"start":1726217890291,"stop":1726217890292,"duration":1}}]},"tags":[]},"source":"99f750d6a0db3b00.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/9a01de46ec5469aa.json b/7434/data/test-cases/9a01de46ec5469aa.json new file mode 100644 index 00000000000..e4053c38160 --- /dev/null +++ b/7434/data/test-cases/9a01de46ec5469aa.json @@ -0,0 +1 @@ +{"uid":"9a01de46ec5469aa","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":1726218563307,"stop":1726218563307,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"ca3c31d16d436ca0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca3c31d16d436ca0","status":"passed","time":{"start":1726218471445,"stop":1726218471445,"duration":0}},{"uid":"ee6e93fbf84c3ddc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ee6e93fbf84c3ddc","status":"passed","time":{"start":1726217724228,"stop":1726217724228,"duration":0}},{"uid":"15f1a239e42a8561","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15f1a239e42a8561","status":"passed","time":{"start":1726217656061,"stop":1726217656061,"duration":0}}]},"tags":[]},"source":"9a01de46ec5469aa.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/67b19862964f5170.json b/7434/data/test-cases/9a185ca7e9623f75.json similarity index 66% rename from 7408/data/test-cases/67b19862964f5170.json rename to 7434/data/test-cases/9a185ca7e9623f75.json index d9ccfc6ba08..505a2739668 100644 --- a/7408/data/test-cases/67b19862964f5170.json +++ b/7434/data/test-cases/9a185ca7e9623f75.json @@ -1 +1 @@ -{"uid":"67b19862964f5170","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":1725578843072,"stop":1725578843073,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"30eb397f922c0789","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/30eb397f922c0789","status":"passed","time":{"start":1725578373001,"stop":1725578373002,"duration":1}},{"uid":"de93bd594a0393b6","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/de93bd594a0393b6","status":"passed","time":{"start":1725578055806,"stop":1725578055806,"duration":0}},{"uid":"988c784fc7329234","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/988c784fc7329234","status":"passed","time":{"start":1725577329146,"stop":1725577329147,"duration":1}},{"uid":"52bc8f3bc65474d8","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/52bc8f3bc65474d8","status":"passed","time":{"start":1725576962426,"stop":1725576962426,"duration":0}},{"uid":"8ea2e10b972c5540","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8ea2e10b972c5540","status":"passed","time":{"start":1725576929755,"stop":1725576929756,"duration":1}},{"uid":"1d32d1470537377c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/1d32d1470537377c","status":"passed","time":{"start":1725576499201,"stop":1725576499201,"duration":0}}]},"tags":[]},"source":"67b19862964f5170.json","parameterValues":[]} \ No newline at end of file +{"uid":"9a185ca7e9623f75","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":1726218412655,"stop":1726218412655,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"a912e5c227e9d1a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a912e5c227e9d1a0","status":"passed","time":{"start":1726218318084,"stop":1726218318088,"duration":4}},{"uid":"e5c4025f4cf0c155","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5c4025f4cf0c155","status":"passed","time":{"start":1726217567471,"stop":1726217567472,"duration":1}},{"uid":"8c6599e6cd735051","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c6599e6cd735051","status":"passed","time":{"start":1726217508417,"stop":1726217508418,"duration":1}}]},"tags":[]},"source":"9a185ca7e9623f75.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/9a88cff180059b47.json b/7434/data/test-cases/9a88cff180059b47.json new file mode 100644 index 00000000000..b148b4d808f --- /dev/null +++ b/7434/data/test-cases/9a88cff180059b47.json @@ -0,0 +1 @@ +{"uid":"9a88cff180059b47","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","fullName":"/src/common/sharding/index.spec.ts: determinePubsubTopic > should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","historyId":"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cc600431f2ae4ce9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc600431f2ae4ce9","status":"passed","time":{"start":1726218188602,"stop":1726218188602,"duration":0}},{"uid":"bc6687a77da92d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bc6687a77da92d","status":"passed","time":{"start":1726217441566,"stop":1726217441566,"duration":0}},{"uid":"24b3d91356070529","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/24b3d91356070529","status":"passed","time":{"start":1726217383228,"stop":1726217383229,"duration":1}}]},"tags":[]},"source":"9a88cff180059b47.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/52e61d1de54c609e.json b/7434/data/test-cases/9ad2d5a74daa8e20.json similarity index 70% rename from 7408/data/test-cases/52e61d1de54c609e.json rename to 7434/data/test-cases/9ad2d5a74daa8e20.json index 2c58d70c14e..1ecfc50baaf 100644 --- a/7408/data/test-cases/52e61d1de54c609e.json +++ b/7434/data/test-cases/9ad2d5a74daa8e20.json @@ -1 +1 @@ -{"uid":"52e61d1de54c609e","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","historyId":"d59803a32195ca01a66da1e9c8ad4d2b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579102809,"stop":1725579102810,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"a5f9274861fd3948","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a5f9274861fd3948","status":"passed","time":{"start":1725578664270,"stop":1725578664270,"duration":0}},{"uid":"d750cdf192c63a9f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d750cdf192c63a9f","status":"passed","time":{"start":1725578314145,"stop":1725578314146,"duration":1}},{"uid":"dc3653a979418af","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/dc3653a979418af","status":"passed","time":{"start":1725577562986,"stop":1725577562986,"duration":0}},{"uid":"3f0ca3e620e9a66b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3f0ca3e620e9a66b","status":"passed","time":{"start":1725577209702,"stop":1725577209703,"duration":1}},{"uid":"e48e0e063827aac8","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e48e0e063827aac8","status":"passed","time":{"start":1725577172568,"stop":1725577172568,"duration":0}},{"uid":"30ad541e97e39d7","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/30ad541e97e39d7","status":"passed","time":{"start":1725576779738,"stop":1725576779738,"duration":0}}]},"tags":[]},"source":"52e61d1de54c609e.json","parameterValues":[]} \ No newline at end of file +{"uid":"9ad2d5a74daa8e20","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","historyId":"d59803a32195ca01a66da1e9c8ad4d2b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218669773,"stop":1726218669773,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2351b7934fc46997","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2351b7934fc46997","status":"passed","time":{"start":1726218612963,"stop":1726218612963,"duration":0}},{"uid":"eea280ce78bad141","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eea280ce78bad141","status":"passed","time":{"start":1726217868235,"stop":1726217868236,"duration":1}},{"uid":"2da7be4a86d55835","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2da7be4a86d55835","status":"passed","time":{"start":1726217785169,"stop":1726217785170,"duration":1}}]},"tags":[]},"source":"9ad2d5a74daa8e20.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/726cac5ba7f20efe.json b/7434/data/test-cases/9b1f1bcbf98a7a5d.json similarity index 70% rename from 7408/data/test-cases/726cac5ba7f20efe.json rename to 7434/data/test-cases/9b1f1bcbf98a7a5d.json index e3ec649cdc4..25a8720dddb 100644 --- a/7408/data/test-cases/726cac5ba7f20efe.json +++ b/7434/data/test-cases/9b1f1bcbf98a7a5d.json @@ -1 +1 @@ -{"uid":"726cac5ba7f20efe","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","historyId":"3f0f2dc0913594ac4d27adb61197f584:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579102811,"stop":1725579102811,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"1a0e6f649978dabf","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1a0e6f649978dabf","status":"passed","time":{"start":1725578664271,"stop":1725578664272,"duration":1}},{"uid":"5301c22375948c1c","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/5301c22375948c1c","status":"passed","time":{"start":1725578314148,"stop":1725578314149,"duration":1}},{"uid":"e548463819acb50d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e548463819acb50d","status":"passed","time":{"start":1725577562987,"stop":1725577562988,"duration":1}},{"uid":"8467d69118aca669","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/8467d69118aca669","status":"passed","time":{"start":1725577209704,"stop":1725577209704,"duration":0}},{"uid":"d5cccac3d043f468","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d5cccac3d043f468","status":"passed","time":{"start":1725577172569,"stop":1725577172582,"duration":13}},{"uid":"f2189111e03287db","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f2189111e03287db","status":"passed","time":{"start":1725576779739,"stop":1725576779740,"duration":1}}]},"tags":[]},"source":"726cac5ba7f20efe.json","parameterValues":[]} \ No newline at end of file +{"uid":"9b1f1bcbf98a7a5d","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","historyId":"3f0f2dc0913594ac4d27adb61197f584:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218669775,"stop":1726218669776,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a0cf72a2f6a2f7b0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0cf72a2f6a2f7b0","status":"passed","time":{"start":1726218612969,"stop":1726218612970,"duration":1}},{"uid":"fd07b200094621c3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd07b200094621c3","status":"passed","time":{"start":1726217868247,"stop":1726217868248,"duration":1}},{"uid":"63ac9f7e9d0ed37d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63ac9f7e9d0ed37d","status":"passed","time":{"start":1726217785175,"stop":1726217785176,"duration":1}}]},"tags":[]},"source":"9b1f1bcbf98a7a5d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/cc6ae6ad5e09e869.json b/7434/data/test-cases/9b477effba7c0120.json similarity index 91% rename from 7408/data/test-cases/cc6ae6ad5e09e869.json rename to 7434/data/test-cases/9b477effba7c0120.json index 7754850e21f..e72ac3c9033 100644 --- a/7408/data/test-cases/cc6ae6ad5e09e869.json +++ b/7434/data/test-cases/9b477effba7c0120.json @@ -1 +1 @@ -{"uid":"cc6ae6ad5e09e869","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":1725579181244,"stop":1725579181244,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"f18adf7dc627fba0","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f18adf7dc627fba0","status":"passed","time":{"start":1725578712608,"stop":1725578712608,"duration":0}},{"uid":"bf8c016547799b66","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/bf8c016547799b66","status":"passed","time":{"start":1725578380212,"stop":1725578380213,"duration":1}},{"uid":"f66241cfc81ab398","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f66241cfc81ab398","status":"passed","time":{"start":1725577661442,"stop":1725577661443,"duration":1}},{"uid":"acc2422aaef3d7db","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/acc2422aaef3d7db","status":"passed","time":{"start":1725577308286,"stop":1725577308287,"duration":1}},{"uid":"1760aa860ff078e0","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1760aa860ff078e0","status":"passed","time":{"start":1725577255334,"stop":1725577255335,"duration":1}},{"uid":"25233a2c2a79f1b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/25233a2c2a79f1b","status":"passed","time":{"start":1725576839381,"stop":1725576839381,"duration":0}}]},"tags":[]},"source":"cc6ae6ad5e09e869.json","parameterValues":[]} \ No newline at end of file +{"uid":"9b477effba7c0120","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":1726218764094,"stop":1726218764094,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"244db9a5d696369","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/244db9a5d696369","status":"passed","time":{"start":1726218659007,"stop":1726218659008,"duration":1}},{"uid":"4ebf835b7cb2079b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4ebf835b7cb2079b","status":"passed","time":{"start":1726217924737,"stop":1726217924737,"duration":0}},{"uid":"ba23444a172ad084","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba23444a172ad084","status":"passed","time":{"start":1726217840476,"stop":1726217840491,"duration":15}}]},"tags":[]},"source":"9b477effba7c0120.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ddb14f3210d292a4.json b/7434/data/test-cases/9b8dbea5d7e69996.json similarity index 91% rename from 7408/data/test-cases/ddb14f3210d292a4.json rename to 7434/data/test-cases/9b8dbea5d7e69996.json index d6f3e8295f3..32f5089505c 100644 --- a/7408/data/test-cases/ddb14f3210d292a4.json +++ b/7434/data/test-cases/9b8dbea5d7e69996.json @@ -1 +1 @@ -{"uid":"ddb14f3210d292a4","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":1725579181240,"stop":1725579181240,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"74c5bdac8f75cde0","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/74c5bdac8f75cde0","status":"passed","time":{"start":1725578712603,"stop":1725578712604,"duration":1}},{"uid":"95c7a5dac3c1fb1","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/95c7a5dac3c1fb1","status":"passed","time":{"start":1725578380208,"stop":1725578380209,"duration":1}},{"uid":"ca2975c6a48b69c6","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ca2975c6a48b69c6","status":"passed","time":{"start":1725577661436,"stop":1725577661437,"duration":1}},{"uid":"6fa3772a7054c997","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6fa3772a7054c997","status":"passed","time":{"start":1725577308277,"stop":1725577308277,"duration":0}},{"uid":"697849e200440b07","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/697849e200440b07","status":"passed","time":{"start":1725577255329,"stop":1725577255329,"duration":0}},{"uid":"f9c233bd2415a00f","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f9c233bd2415a00f","status":"passed","time":{"start":1725576839376,"stop":1725576839376,"duration":0}}]},"tags":[]},"source":"ddb14f3210d292a4.json","parameterValues":[]} \ No newline at end of file +{"uid":"9b8dbea5d7e69996","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":1726218764082,"stop":1726218764083,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"2a87e166be51fb2f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2a87e166be51fb2f","status":"passed","time":{"start":1726218659002,"stop":1726218659002,"duration":0}},{"uid":"dc7120f30593480b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dc7120f30593480b","status":"passed","time":{"start":1726217924732,"stop":1726217924732,"duration":0}},{"uid":"49fa55325506f044","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/49fa55325506f044","status":"passed","time":{"start":1726217840473,"stop":1726217840473,"duration":0}}]},"tags":[]},"source":"9b8dbea5d7e69996.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/9b9e36a8109e7f77.json b/7434/data/test-cases/9b9e36a8109e7f77.json new file mode 100644 index 00000000000..94b68ad10a9 --- /dev/null +++ b/7434/data/test-cases/9b9e36a8109e7f77.json @@ -0,0 +1 @@ +{"uid":"9b9e36a8109e7f77","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":1726218314721,"stop":1726218314721,"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":4,"unknown":0,"total":4},"items":[{"uid":"d7d4a1a16c8631ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d7d4a1a16c8631ae","status":"passed","time":{"start":1726218219449,"stop":1726218219450,"duration":1}},{"uid":"4d89793415503f12","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4d89793415503f12","status":"passed","time":{"start":1726217472853,"stop":1726217472853,"duration":0}},{"uid":"d61b996db7356b33","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d61b996db7356b33","status":"passed","time":{"start":1726217414157,"stop":1726217414157,"duration":0}}]},"tags":[]},"source":"9b9e36a8109e7f77.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/265e50b4222d33ce.json b/7434/data/test-cases/9bb7459fcffe1aaf.json similarity index 53% rename from 7408/data/test-cases/265e50b4222d33ce.json rename to 7434/data/test-cases/9bb7459fcffe1aaf.json index 224cf102de6..3db83e7d214 100644 --- a/7408/data/test-cases/265e50b4222d33ce.json +++ b/7434/data/test-cases/9bb7459fcffe1aaf.json @@ -1 +1 @@ -{"uid":"265e50b4222d33ce","name":"Filter with 3 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > Filter with 3 connections","historyId":"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578997630,"stop":1725578997631,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"10abbb6dc532e06d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/10abbb6dc532e06d","status":"passed","time":{"start":1725578540377,"stop":1725578540378,"duration":1}},{"uid":"102e7d5198bfb53d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/102e7d5198bfb53d","status":"passed","time":{"start":1725578211880,"stop":1725578211880,"duration":0}},{"uid":"75b9b9dce904de52","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/75b9b9dce904de52","status":"passed","time":{"start":1725577486544,"stop":1725577486545,"duration":1}},{"uid":"9b9a0cf247924a21","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9b9a0cf247924a21","status":"passed","time":{"start":1725577127733,"stop":1725577127733,"duration":0}},{"uid":"a65de05a94da0173","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a65de05a94da0173","status":"passed","time":{"start":1725577093282,"stop":1725577093282,"duration":0}},{"uid":"a468e9b5dbd4ae05","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a468e9b5dbd4ae05","status":"passed","time":{"start":1725576661955,"stop":1725576661955,"duration":0}}]},"tags":[]},"source":"265e50b4222d33ce.json","parameterValues":[]} \ No newline at end of file +{"uid":"9bb7459fcffe1aaf","name":"Filter with 3 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > Filter with 3 connections","historyId":"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218583684,"stop":1726218583684,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b37fd8eec2bd9d6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b37fd8eec2bd9d6","status":"passed","time":{"start":1726218469214,"stop":1726218469214,"duration":0}},{"uid":"3e414a47fc3062f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3e414a47fc3062f6","status":"passed","time":{"start":1726217742503,"stop":1726217742503,"duration":0}},{"uid":"8a4d1391fc4d7c95","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a4d1391fc4d7c95","status":"passed","time":{"start":1726217674287,"stop":1726217674287,"duration":0}}]},"tags":[]},"source":"9bb7459fcffe1aaf.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/9bd43529907fa10a.json b/7434/data/test-cases/9bd43529907fa10a.json new file mode 100644 index 00000000000..4d5bd7155fc --- /dev/null +++ b/7434/data/test-cases/9bd43529907fa10a.json @@ -0,0 +1 @@ +{"uid":"9bd43529907fa10a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/ /1","historyId":"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283100,"stop":1726218283100,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f3974d8d98325196","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f3974d8d98325196","status":"passed","time":{"start":1726218188600,"stop":1726218188600,"duration":0}},{"uid":"115056d3123b5f7e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/115056d3123b5f7e","status":"passed","time":{"start":1726217441563,"stop":1726217441563,"duration":0}},{"uid":"6506ee75820b23de","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6506ee75820b23de","status":"passed","time":{"start":1726217383225,"stop":1726217383225,"duration":0}}]},"tags":[]},"source":"9bd43529907fa10a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f8ccc9ad63ddacd3.json b/7434/data/test-cases/9c176a0dbd1f0c77.json similarity index 90% rename from 7408/data/test-cases/f8ccc9ad63ddacd3.json rename to 7434/data/test-cases/9c176a0dbd1f0c77.json index b7070519f22..9d9b7b5e6ca 100644 --- a/7408/data/test-cases/f8ccc9ad63ddacd3.json +++ b/7434/data/test-cases/9c176a0dbd1f0c77.json @@ -1 +1 @@ -{"uid":"f8ccc9ad63ddacd3","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":1725579219614,"stop":1725579219615,"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":7,"unknown":0,"total":7},"items":[{"uid":"29b75c2d073b5ca5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/29b75c2d073b5ca5","status":"passed","time":{"start":1725578761131,"stop":1725578761131,"duration":0}},{"uid":"e5e66406701cb10b","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/e5e66406701cb10b","status":"passed","time":{"start":1725578429986,"stop":1725578429987,"duration":1}},{"uid":"f50dcb10bd5099c6","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f50dcb10bd5099c6","status":"passed","time":{"start":1725577692786,"stop":1725577692787,"duration":1}},{"uid":"7fc797f1944a67ce","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7fc797f1944a67ce","status":"passed","time":{"start":1725577353962,"stop":1725577353963,"duration":1}},{"uid":"d7fa8009e1de0521","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d7fa8009e1de0521","status":"passed","time":{"start":1725577301898,"stop":1725577301898,"duration":0}},{"uid":"476d0e19a99a9b6b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/476d0e19a99a9b6b","status":"passed","time":{"start":1725576895903,"stop":1725576895904,"duration":1}}]},"tags":[]},"source":"f8ccc9ad63ddacd3.json","parameterValues":[]} \ No newline at end of file +{"uid":"9c176a0dbd1f0c77","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":1726218806760,"stop":1726218806761,"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":4,"unknown":0,"total":4},"items":[{"uid":"323b9aaf2418cd84","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/323b9aaf2418cd84","status":"passed","time":{"start":1726218706743,"stop":1726218706743,"duration":0}},{"uid":"55c9f0947a2b5f19","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55c9f0947a2b5f19","status":"passed","time":{"start":1726217976608,"stop":1726217976609,"duration":1}},{"uid":"96d29535e0548579","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96d29535e0548579","status":"passed","time":{"start":1726217890297,"stop":1726217890297,"duration":0}}]},"tags":[]},"source":"9c176a0dbd1f0c77.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4e982ae7c10e274b.json b/7434/data/test-cases/9c4f8358d2363793.json similarity index 76% rename from 7408/data/test-cases/4e982ae7c10e274b.json rename to 7434/data/test-cases/9c4f8358d2363793.json index cf8e737cd6e..d121ee90c71 100644 --- a/7408/data/test-cases/4e982ae7c10e274b.json +++ b/7434/data/test-cases/9c4f8358d2363793.json @@ -1 +1 @@ -{"uid":"4e982ae7c10e274b","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":1725578769139,"stop":1725578769142,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"3a787efd9b7559a5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/3a787efd9b7559a5","status":"passed","time":{"start":1725578314242,"stop":1725578314243,"duration":1}},{"uid":"3bfa0c9fb3aa7793","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3bfa0c9fb3aa7793","status":"passed","time":{"start":1725577984662,"stop":1725577984663,"duration":1}},{"uid":"71d38242af14df6","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/71d38242af14df6","status":"passed","time":{"start":1725577260959,"stop":1725577260960,"duration":1}},{"uid":"fbc1fa384ca7a5f6","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/fbc1fa384ca7a5f6","status":"passed","time":{"start":1725576902851,"stop":1725576902852,"duration":1}},{"uid":"4788fcab43f49eda","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/4788fcab43f49eda","status":"passed","time":{"start":1725576855978,"stop":1725576855978,"duration":0}},{"uid":"4d4b402624b7a85d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4d4b402624b7a85d","status":"passed","time":{"start":1725576438229,"stop":1725576438230,"duration":1}}]},"tags":[]},"source":"4e982ae7c10e274b.json","parameterValues":[]} \ No newline at end of file +{"uid":"9c4f8358d2363793","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":1726218345027,"stop":1726218345027,"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":4,"unknown":0,"total":4},"items":[{"uid":"4476aacf55f00e07","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4476aacf55f00e07","status":"passed","time":{"start":1726218250220,"stop":1726218250221,"duration":1}},{"uid":"94ea7fb02ebdb117","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/94ea7fb02ebdb117","status":"passed","time":{"start":1726217507038,"stop":1726217507039,"duration":1}},{"uid":"da1d47c70226dd7b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/da1d47c70226dd7b","status":"passed","time":{"start":1726217445601,"stop":1726217445615,"duration":14}}]},"tags":[]},"source":"9c4f8358d2363793.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/b7c92ede59ef69a5.json b/7434/data/test-cases/9c554a53e44b6523.json similarity index 71% rename from 7408/data/test-cases/b7c92ede59ef69a5.json rename to 7434/data/test-cases/9c554a53e44b6523.json index e633e4b4240..714b6b18d00 100644 --- a/7408/data/test-cases/b7c92ede59ef69a5.json +++ b/7434/data/test-cases/9c554a53e44b6523.json @@ -1 +1 @@ -{"uid":"b7c92ede59ef69a5","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","historyId":"f4f881c2782d3268a6f52ca6ca8df6ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579102812,"stop":1725579102812,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"51b99aa8b082e3b7","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/51b99aa8b082e3b7","status":"passed","time":{"start":1725578664273,"stop":1725578664273,"duration":0}},{"uid":"9aac9aa0f2d52218","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9aac9aa0f2d52218","status":"passed","time":{"start":1725578314150,"stop":1725578314150,"duration":0}},{"uid":"8efd48b51b15d632","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/8efd48b51b15d632","status":"passed","time":{"start":1725577562989,"stop":1725577562989,"duration":0}},{"uid":"e4e8f2247a5fdd9a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e4e8f2247a5fdd9a","status":"passed","time":{"start":1725577209707,"stop":1725577209708,"duration":1}},{"uid":"6b2bf4f445b68ee4","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/6b2bf4f445b68ee4","status":"passed","time":{"start":1725577172586,"stop":1725577172586,"duration":0}},{"uid":"3ea425be60910e0f","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3ea425be60910e0f","status":"passed","time":{"start":1725576779740,"stop":1725576779741,"duration":1}}]},"tags":[]},"source":"b7c92ede59ef69a5.json","parameterValues":[]} \ No newline at end of file +{"uid":"9c554a53e44b6523","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","historyId":"f4f881c2782d3268a6f52ca6ca8df6ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218669777,"stop":1726218669777,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":3,"unknown":0,"total":4},"items":[{"uid":"a18f09f5e826df98","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a18f09f5e826df98","status":"passed","time":{"start":1726218612973,"stop":1726218612973,"duration":0}},{"uid":"12289a79c2e77653","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/12289a79c2e77653","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1726217868252,"stop":1726217868253,"duration":1}},{"uid":"bdb3557163ccc51","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bdb3557163ccc51","status":"passed","time":{"start":1726217785179,"stop":1726217785179,"duration":0}}]},"tags":[]},"source":"9c554a53e44b6523.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/9c59145315623cdd.json b/7434/data/test-cases/9c59145315623cdd.json new file mode 100644 index 00000000000..216c20d76fd --- /dev/null +++ b/7434/data/test-cases/9c59145315623cdd.json @@ -0,0 +1 @@ +{"uid":"9c59145315623cdd","name":"throws on content topic with empty application field","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with empty application field","historyId":"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283073,"stop":1726218283073,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bf55afbe014873c0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf55afbe014873c0","status":"passed","time":{"start":1726218188576,"stop":1726218188576,"duration":0}},{"uid":"f941842a26999549","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f941842a26999549","status":"passed","time":{"start":1726217441534,"stop":1726217441535,"duration":1}},{"uid":"df69313152fd21d0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/df69313152fd21d0","status":"passed","time":{"start":1726217383194,"stop":1726217383195,"duration":1}}]},"tags":[]},"source":"9c59145315623cdd.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c067506213d5ee82.json b/7434/data/test-cases/9c8b151bd6ba6e79.json similarity index 91% rename from 7408/data/test-cases/c067506213d5ee82.json rename to 7434/data/test-cases/9c8b151bd6ba6e79.json index f911d91dc20..0a895222bde 100644 --- a/7408/data/test-cases/c067506213d5ee82.json +++ b/7434/data/test-cases/9c8b151bd6ba6e79.json @@ -1 +1 @@ -{"uid":"c067506213d5ee82","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":1725578970786,"stop":1725578970787,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"5a732fde75fc91ec","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5a732fde75fc91ec","status":"passed","time":{"start":1725578514091,"stop":1725578514092,"duration":1}},{"uid":"a0ead41bc181a2be","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a0ead41bc181a2be","status":"passed","time":{"start":1725578193136,"stop":1725578193137,"duration":1}},{"uid":"5470a2b23df9c285","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5470a2b23df9c285","status":"passed","time":{"start":1725577453225,"stop":1725577453227,"duration":2}},{"uid":"426833641a25233","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/426833641a25233","status":"passed","time":{"start":1725577097748,"stop":1725577097748,"duration":0}},{"uid":"2e2434169ced2c01","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2e2434169ced2c01","status":"passed","time":{"start":1725577056974,"stop":1725577056975,"duration":1}},{"uid":"4eff91a010dd025d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4eff91a010dd025d","status":"passed","time":{"start":1725576643981,"stop":1725576643981,"duration":0}}]},"tags":[]},"source":"c067506213d5ee82.json","parameterValues":[]} \ No newline at end of file +{"uid":"9c8b151bd6ba6e79","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":1726218551479,"stop":1726218551480,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"6ba453b37b6703b9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6ba453b37b6703b9","status":"passed","time":{"start":1726218459532,"stop":1726218459532,"duration":0}},{"uid":"c0a4ddd8a07af88b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c0a4ddd8a07af88b","status":"passed","time":{"start":1726217705998,"stop":1726217705998,"duration":0}},{"uid":"6f6c748295e71146","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6f6c748295e71146","status":"passed","time":{"start":1726217650749,"stop":1726217650753,"duration":4}}]},"tags":[]},"source":"9c8b151bd6ba6e79.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/9cc8468fc234bdd3.json b/7434/data/test-cases/9cc8468fc234bdd3.json new file mode 100644 index 00000000000..f32da51e8e8 --- /dev/null +++ b/7434/data/test-cases/9cc8468fc234bdd3.json @@ -0,0 +1 @@ +{"uid":"9cc8468fc234bdd3","name":"pre and post cipher","fullName":"/src/encryption.spec.ts: Waku Encryption > pre and post cipher","historyId":"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218315166,"stop":1726218315166,"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":4,"unknown":0,"total":4},"items":[{"uid":"f7be479bd028421c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f7be479bd028421c","status":"passed","time":{"start":1726218219854,"stop":1726218219854,"duration":0}},{"uid":"a3859a2c7815d1c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a3859a2c7815d1c1","status":"passed","time":{"start":1726217473324,"stop":1726217473325,"duration":1}},{"uid":"db83b4b6921b6665","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/db83b4b6921b6665","status":"passed","time":{"start":1726217414669,"stop":1726217414670,"duration":1}}]},"tags":[]},"source":"9cc8468fc234bdd3.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/67e30fd5776466ae.json b/7434/data/test-cases/9d208b9d5f6a2294.json similarity index 92% rename from 7408/data/test-cases/67e30fd5776466ae.json rename to 7434/data/test-cases/9d208b9d5f6a2294.json index 98a4840d4ec..60709e237eb 100644 --- a/7408/data/test-cases/67e30fd5776466ae.json +++ b/7434/data/test-cases/9d208b9d5f6a2294.json @@ -1 +1 @@ -{"uid":"67e30fd5776466ae","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":1725579297995,"stop":1725579297995,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"af3818632ec0ef08","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/af3818632ec0ef08","status":"passed","time":{"start":1725578825366,"stop":1725578825367,"duration":1}},{"uid":"134f755a1aabb549","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/134f755a1aabb549","status":"passed","time":{"start":1725578517022,"stop":1725578517022,"duration":0}},{"uid":"2ebb0a3a23d3f541","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2ebb0a3a23d3f541","status":"passed","time":{"start":1725577784944,"stop":1725577784945,"duration":1}},{"uid":"cc721f4032c918d2","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/cc721f4032c918d2","status":"passed","time":{"start":1725577433803,"stop":1725577433803,"duration":0}},{"uid":"6ef24568e54c5b47","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/6ef24568e54c5b47","status":"passed","time":{"start":1725577392072,"stop":1725577392072,"duration":0}},{"uid":"a4573dfe4b0a7f0c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a4573dfe4b0a7f0c","status":"passed","time":{"start":1725576971871,"stop":1725576971871,"duration":0}}]},"tags":[]},"source":"67e30fd5776466ae.json","parameterValues":[]} \ No newline at end of file +{"uid":"9d208b9d5f6a2294","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":1726218879372,"stop":1726218879373,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"96ded1b4c5d154ac","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/96ded1b4c5d154ac","status":"passed","time":{"start":1726218787592,"stop":1726218787592,"duration":0}},{"uid":"486cf7f81ffa6dae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/486cf7f81ffa6dae","status":"passed","time":{"start":1726218066314,"stop":1726218066315,"duration":1}},{"uid":"c322bce9d685314c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c322bce9d685314c","status":"passed","time":{"start":1726217965347,"stop":1726217965348,"duration":1}}]},"tags":[]},"source":"9d208b9d5f6a2294.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/9d29df7796ba2dd1.json b/7434/data/test-cases/9d29df7796ba2dd1.json new file mode 100644 index 00000000000..cfdd26c7dbf --- /dev/null +++ b/7434/data/test-cases/9d29df7796ba2dd1.json @@ -0,0 +1 @@ +{"uid":"9d29df7796ba2dd1","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/29/sometopic/someencoding to shard index 6","historyId":"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283085,"stop":1726218283085,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"575fc5cdf290d0ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/575fc5cdf290d0ae","status":"passed","time":{"start":1726218188587,"stop":1726218188587,"duration":0}},{"uid":"1d554dbaaf5affb8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d554dbaaf5affb8","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"duration":0}},{"uid":"ac827ce0014e7894","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac827ce0014e7894","status":"passed","time":{"start":1726217383209,"stop":1726217383210,"duration":1}}]},"tags":[]},"source":"9d29df7796ba2dd1.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/fcb34704907f92af.json b/7434/data/test-cases/9d685fa82d37ede6.json similarity index 91% rename from 7408/data/test-cases/fcb34704907f92af.json rename to 7434/data/test-cases/9d685fa82d37ede6.json index 4e81d4e58c2..172f0e72c25 100644 --- a/7408/data/test-cases/fcb34704907f92af.json +++ b/7434/data/test-cases/9d685fa82d37ede6.json @@ -1 +1 @@ -{"uid":"fcb34704907f92af","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":1725578970801,"stop":1725578970801,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"d07abf566863f778","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d07abf566863f778","status":"passed","time":{"start":1725578514110,"stop":1725578514111,"duration":1}},{"uid":"584fbff517c9b397","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/584fbff517c9b397","status":"passed","time":{"start":1725578193152,"stop":1725578193152,"duration":0}},{"uid":"90fb70ee8136bdd8","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/90fb70ee8136bdd8","status":"passed","time":{"start":1725577453269,"stop":1725577453269,"duration":0}},{"uid":"e8ac18119bb38ca5","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e8ac18119bb38ca5","status":"passed","time":{"start":1725577097756,"stop":1725577097756,"duration":0}},{"uid":"6558e2e760ef5255","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/6558e2e760ef5255","status":"passed","time":{"start":1725577056982,"stop":1725577056983,"duration":1}},{"uid":"2e568168f3a548bb","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2e568168f3a548bb","status":"passed","time":{"start":1725576644010,"stop":1725576644010,"duration":0}}]},"tags":[]},"source":"fcb34704907f92af.json","parameterValues":[]} \ No newline at end of file +{"uid":"9d685fa82d37ede6","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":1726218551494,"stop":1726218551495,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"17ecbd5539b80f5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/17ecbd5539b80f5","status":"passed","time":{"start":1726218459541,"stop":1726218459541,"duration":0}},{"uid":"3c6d35273bb5d2bc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3c6d35273bb5d2bc","status":"passed","time":{"start":1726217706010,"stop":1726217706011,"duration":1}},{"uid":"699a500ef887c476","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/699a500ef887c476","status":"passed","time":{"start":1726217650772,"stop":1726217650773,"duration":1}}]},"tags":[]},"source":"9d685fa82d37ede6.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c531566b73051ea8.json b/7434/data/test-cases/9d8360a9790d6062.json similarity index 90% rename from 7408/data/test-cases/c531566b73051ea8.json rename to 7434/data/test-cases/9d8360a9790d6062.json index 145eff263d7..f0720dd0283 100644 --- a/7408/data/test-cases/c531566b73051ea8.json +++ b/7434/data/test-cases/9d8360a9790d6062.json @@ -1 +1 @@ -{"uid":"c531566b73051ea8","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":1725579219611,"stop":1725579219611,"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":7,"unknown":0,"total":7},"items":[{"uid":"3d2b28d482fc3084","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/3d2b28d482fc3084","status":"passed","time":{"start":1725578761126,"stop":1725578761127,"duration":1}},{"uid":"6b9a77bca4f577a2","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/6b9a77bca4f577a2","status":"passed","time":{"start":1725578429981,"stop":1725578429981,"duration":0}},{"uid":"4531cdbc0ceb20f8","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4531cdbc0ceb20f8","status":"passed","time":{"start":1725577692777,"stop":1725577692778,"duration":1}},{"uid":"e62ea9cf05072c57","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e62ea9cf05072c57","status":"passed","time":{"start":1725577353957,"stop":1725577353957,"duration":0}},{"uid":"6e1c75f6b1707c7a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/6e1c75f6b1707c7a","status":"passed","time":{"start":1725577301895,"stop":1725577301895,"duration":0}},{"uid":"27c387670bdd139a","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/27c387670bdd139a","status":"passed","time":{"start":1725576895890,"stop":1725576895890,"duration":0}}]},"tags":[]},"source":"c531566b73051ea8.json","parameterValues":[]} \ No newline at end of file +{"uid":"9d8360a9790d6062","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":1726218806755,"stop":1726218806755,"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":4,"unknown":0,"total":4},"items":[{"uid":"326ab9f810a3f233","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/326ab9f810a3f233","status":"passed","time":{"start":1726218706738,"stop":1726218706738,"duration":0}},{"uid":"872bd653fe613d0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/872bd653fe613d0","status":"passed","time":{"start":1726217976601,"stop":1726217976602,"duration":1}},{"uid":"e421d8df76926ece","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e421d8df76926ece","status":"passed","time":{"start":1726217890293,"stop":1726217890293,"duration":0}}]},"tags":[]},"source":"9d8360a9790d6062.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/76eff5f03bb36161.json b/7434/data/test-cases/9e0ee157c8556665.json similarity index 97% rename from 7408/data/test-cases/76eff5f03bb36161.json rename to 7434/data/test-cases/9e0ee157c8556665.json index 515dac3adc3..6ed8149d331 100644 --- a/7408/data/test-cases/76eff5f03bb36161.json +++ b/7434/data/test-cases/9e0ee157c8556665.json @@ -1 +1 @@ -{"uid":"76eff5f03bb36161","name":"random static sharding 1 - Cluster ID: 986, Shard ID: 919","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 1 - Cluster ID: 986, Shard ID: 919","historyId":"d8c09a509cbec6447f12c79e1acf5243:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579281346,"stop":1725579281349,"duration":3},"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":"76eff5f03bb36161.json","parameterValues":[]} \ No newline at end of file +{"uid":"9e0ee157c8556665","name":"random static sharding 8 - Cluster ID: 226, Shard ID: 947","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 8 - Cluster ID: 226, Shard ID: 947","historyId":"f45d19bbbb413bad450fc4cd5ef69216:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218863184,"stop":1726218863184,"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":"9e0ee157c8556665.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f0a3b697f0f00089.json b/7434/data/test-cases/9e482b09460dc0b8.json similarity index 67% rename from 7408/data/test-cases/f0a3b697f0f00089.json rename to 7434/data/test-cases/9e482b09460dc0b8.json index 64a898536a6..6d947f7d53a 100644 --- a/7408/data/test-cases/f0a3b697f0f00089.json +++ b/7434/data/test-cases/9e482b09460dc0b8.json @@ -1 +1 @@ -{"uid":"f0a3b697f0f00089","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":1725578943278,"stop":1725578943278,"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":7,"unknown":0,"total":7},"items":[{"uid":"8324b45b479fc4e8","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8324b45b479fc4e8","status":"passed","time":{"start":1725578482200,"stop":1725578482200,"duration":0}},{"uid":"71e3f30a756973cc","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/71e3f30a756973cc","status":"passed","time":{"start":1725578156679,"stop":1725578156680,"duration":1}},{"uid":"b5c457b2f2130e28","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b5c457b2f2130e28","status":"passed","time":{"start":1725577429932,"stop":1725577429933,"duration":1}},{"uid":"c170f997511f321b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/c170f997511f321b","status":"passed","time":{"start":1725577060153,"stop":1725577060154,"duration":1}},{"uid":"3f37bdc22394e75d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/3f37bdc22394e75d","status":"passed","time":{"start":1725577040698,"stop":1725577040698,"duration":0}},{"uid":"2b5ed9607bb83cb0","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2b5ed9607bb83cb0","status":"passed","time":{"start":1725576604979,"stop":1725576604980,"duration":1}}]},"tags":[]},"source":"f0a3b697f0f00089.json","parameterValues":[]} \ No newline at end of file +{"uid":"9e482b09460dc0b8","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":1726218523030,"stop":1726218523030,"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":4,"unknown":0,"total":4},"items":[{"uid":"4b35bbaffbbedd38","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b35bbaffbbedd38","status":"passed","time":{"start":1726218422920,"stop":1726218422921,"duration":1}},{"uid":"4e023238762566f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4e023238762566f1","status":"passed","time":{"start":1726217687447,"stop":1726217687449,"duration":2}},{"uid":"7da0db01f0218b84","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7da0db01f0218b84","status":"passed","time":{"start":1726217604529,"stop":1726217604530,"duration":1}}]},"tags":[]},"source":"9e482b09460dc0b8.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/915f2b622a4e2033.json b/7434/data/test-cases/9eaa155f85b9a97d.json similarity index 94% rename from 7408/data/test-cases/915f2b622a4e2033.json rename to 7434/data/test-cases/9eaa155f85b9a97d.json index 54fe1360628..f905cc2a474 100644 --- a/7408/data/test-cases/915f2b622a4e2033.json +++ b/7434/data/test-cases/9eaa155f85b9a97d.json @@ -1 +1 @@ -{"uid":"915f2b622a4e2033","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":1725579187576,"stop":1725579187576,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"5310013293a3af3d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5310013293a3af3d","status":"passed","time":{"start":1725578730896,"stop":1725578730896,"duration":0}},{"uid":"cace2cf6c8debf1f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/cace2cf6c8debf1f","status":"passed","time":{"start":1725578399099,"stop":1725578399099,"duration":0}},{"uid":"43bb1b20210d0ada","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/43bb1b20210d0ada","status":"passed","time":{"start":1725577666270,"stop":1725577666271,"duration":1}},{"uid":"ad0ca01c5c3b6b65","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/ad0ca01c5c3b6b65","status":"passed","time":{"start":1725577318878,"stop":1725577318878,"duration":0}},{"uid":"8d617f5c86c3c215","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8d617f5c86c3c215","status":"passed","time":{"start":1725577277103,"stop":1725577277104,"duration":1}},{"uid":"a793a64c1df80a4","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a793a64c1df80a4","status":"passed","time":{"start":1725576853159,"stop":1725576853159,"duration":0}}]},"tags":[]},"source":"915f2b622a4e2033.json","parameterValues":[]} \ No newline at end of file +{"uid":"9eaa155f85b9a97d","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":1726218778246,"stop":1726218778250,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"97465f08a28ea33e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/97465f08a28ea33e","status":"passed","time":{"start":1726218673559,"stop":1726218673559,"duration":0}},{"uid":"fc6cfb471425cb2f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc6cfb471425cb2f","status":"passed","time":{"start":1726217946734,"stop":1726217946734,"duration":0}},{"uid":"8af5250b0c77bedf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8af5250b0c77bedf","status":"passed","time":{"start":1726217862785,"stop":1726217862786,"duration":1}}]},"tags":[]},"source":"9eaa155f85b9a97d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/cc12cc4747af0d7f.json b/7434/data/test-cases/9eb1f368e11c5fde.json similarity index 71% rename from 7408/data/test-cases/cc12cc4747af0d7f.json rename to 7434/data/test-cases/9eb1f368e11c5fde.json index 9ba8035a128..1ce5e9f2312 100644 --- a/7408/data/test-cases/cc12cc4747af0d7f.json +++ b/7434/data/test-cases/9eb1f368e11c5fde.json @@ -1 +1 @@ -{"uid":"cc12cc4747af0d7f","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","historyId":"c2365eda06fd7fa9ba7217cee5e48a26:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579102807,"stop":1725579102807,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"98038fc00c3c3868","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/98038fc00c3c3868","status":"passed","time":{"start":1725578664267,"stop":1725578664268,"duration":1}},{"uid":"d99ae07e0967f5e8","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d99ae07e0967f5e8","status":"passed","time":{"start":1725578314137,"stop":1725578314138,"duration":1}},{"uid":"e14c681585be0bc","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e14c681585be0bc","status":"passed","time":{"start":1725577562984,"stop":1725577562984,"duration":0}},{"uid":"9feca7f2f9307f90","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9feca7f2f9307f90","status":"passed","time":{"start":1725577209688,"stop":1725577209688,"duration":0}},{"uid":"aa264073471deb4","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/aa264073471deb4","status":"passed","time":{"start":1725577172566,"stop":1725577172566,"duration":0}},{"uid":"5329f3d2c23b45a7","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5329f3d2c23b45a7","status":"passed","time":{"start":1725576779735,"stop":1725576779736,"duration":1}}]},"tags":[]},"source":"cc12cc4747af0d7f.json","parameterValues":[]} \ No newline at end of file +{"uid":"9eb1f368e11c5fde","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","historyId":"c2365eda06fd7fa9ba7217cee5e48a26:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218669770,"stop":1726218669771,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d2431992ee5c0881","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d2431992ee5c0881","status":"passed","time":{"start":1726218612952,"stop":1726218612952,"duration":0}},{"uid":"fd1b79a5dfd61553","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd1b79a5dfd61553","status":"passed","time":{"start":1726217868232,"stop":1726217868232,"duration":0}},{"uid":"c6babc253f7c99c4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c6babc253f7c99c4","status":"passed","time":{"start":1726217785163,"stop":1726217785164,"duration":1}}]},"tags":[]},"source":"9eb1f368e11c5fde.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/40121ab6b75d30c4.json b/7434/data/test-cases/9ec6b4d4412ed8bd.json similarity index 67% rename from 7408/data/test-cases/40121ab6b75d30c4.json rename to 7434/data/test-cases/9ec6b4d4412ed8bd.json index fe6cb629319..1e664582cbc 100644 --- a/7408/data/test-cases/40121ab6b75d30c4.json +++ b/7434/data/test-cases/9ec6b4d4412ed8bd.json @@ -1 +1 @@ -{"uid":"40121ab6b75d30c4","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":1725578943256,"stop":1725578943256,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"277cc3ce5abe10e0","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/277cc3ce5abe10e0","status":"passed","time":{"start":1725578482169,"stop":1725578482169,"duration":0}},{"uid":"60023a1632fe6ed5","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/60023a1632fe6ed5","status":"passed","time":{"start":1725578156655,"stop":1725578156655,"duration":0}},{"uid":"9ed3c7fc6946dcd4","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9ed3c7fc6946dcd4","status":"passed","time":{"start":1725577429921,"stop":1725577429921,"duration":0}},{"uid":"d192d318240f0815","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d192d318240f0815","status":"passed","time":{"start":1725577060138,"stop":1725577060138,"duration":0}},{"uid":"4a97b0f2db115cfb","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/4a97b0f2db115cfb","status":"passed","time":{"start":1725577040668,"stop":1725577040669,"duration":1}},{"uid":"827aa03960e4189e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/827aa03960e4189e","status":"passed","time":{"start":1725576604958,"stop":1725576604958,"duration":0}}]},"tags":[]},"source":"40121ab6b75d30c4.json","parameterValues":[]} \ No newline at end of file +{"uid":"9ec6b4d4412ed8bd","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":1726218523017,"stop":1726218523017,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f4f209cd1d3180a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f4f209cd1d3180a0","status":"passed","time":{"start":1726218422900,"stop":1726218422900,"duration":0}},{"uid":"6cc886dceb5d32a7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6cc886dceb5d32a7","status":"passed","time":{"start":1726217687424,"stop":1726217687424,"duration":0}},{"uid":"d9dd44d94d730470","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9dd44d94d730470","status":"passed","time":{"start":1726217604491,"stop":1726217604491,"duration":0}}]},"tags":[]},"source":"9ec6b4d4412ed8bd.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/9eca7d2728ed4c63.json b/7434/data/test-cases/9eca7d2728ed4c63.json new file mode 100644 index 00000000000..45a37121584 --- /dev/null +++ b/7434/data/test-cases/9eca7d2728ed4c63.json @@ -0,0 +1 @@ +{"uid":"9eca7d2728ed4c63","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":1726218304535,"stop":1726218304535,"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":4,"unknown":0,"total":4},"items":[{"uid":"5ce37af141394995","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5ce37af141394995","status":"passed","time":{"start":1726218209372,"stop":1726218209373,"duration":1}},{"uid":"b84d47afcf81a38","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b84d47afcf81a38","status":"passed","time":{"start":1726217462333,"stop":1726217462334,"duration":1}},{"uid":"7242e02bec452068","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7242e02bec452068","status":"passed","time":{"start":1726217404187,"stop":1726217404187,"duration":0}}]},"tags":[]},"source":"9eca7d2728ed4c63.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/dde8056f3ed5e248.json b/7434/data/test-cases/9f7e1b4d077f8ffe.json similarity index 52% rename from 7408/data/test-cases/dde8056f3ed5e248.json rename to 7434/data/test-cases/9f7e1b4d077f8ffe.json index f8967a6966d..3790150af85 100644 --- a/7408/data/test-cases/dde8056f3ed5e248.json +++ b/7434/data/test-cases/9f7e1b4d077f8ffe.json @@ -1 +1 @@ -{"uid":"dde8056f3ed5e248","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":1725579108188,"stop":1725579108189,"duration":1},"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":7,"unknown":0,"total":7},"items":[{"uid":"8633baa02acbeb63","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8633baa02acbeb63","status":"passed","time":{"start":1725578645920,"stop":1725578645921,"duration":1}},{"uid":"68d5a035734ac897","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/68d5a035734ac897","status":"passed","time":{"start":1725578320153,"stop":1725578320154,"duration":1}},{"uid":"24fecbe2e9292550","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/24fecbe2e9292550","status":"passed","time":{"start":1725577566858,"stop":1725577566858,"duration":0}},{"uid":"d27406c1fef8b5b4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d27406c1fef8b5b4","status":"passed","time":{"start":1725577213797,"stop":1725577213797,"duration":0}},{"uid":"aeb78c6efcc9fdfe","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/aeb78c6efcc9fdfe","status":"passed","time":{"start":1725577178697,"stop":1725577178697,"duration":0}},{"uid":"b3923d2b127c2cf3","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/b3923d2b127c2cf3","status":"passed","time":{"start":1725576774975,"stop":1725576774976,"duration":1}}]},"tags":[]},"source":"dde8056f3ed5e248.json","parameterValues":[]} \ No newline at end of file +{"uid":"9f7e1b4d077f8ffe","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":1726218673576,"stop":1726218673576,"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":4,"unknown":0,"total":4},"items":[{"uid":"28aabda8aeb0dbac","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/28aabda8aeb0dbac","status":"passed","time":{"start":1726218602429,"stop":1726218602430,"duration":1}},{"uid":"2c65730fb3d4bf3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2c65730fb3d4bf3c","status":"passed","time":{"start":1726217854655,"stop":1726217854656,"duration":1}},{"uid":"cf517e461c1ff596","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cf517e461c1ff596","status":"passed","time":{"start":1726217779605,"stop":1726217779605,"duration":0}}]},"tags":[]},"source":"9f7e1b4d077f8ffe.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5f423f6862ab71c3.json b/7434/data/test-cases/9fc5e910df396dc2.json similarity index 89% rename from 7408/data/test-cases/5f423f6862ab71c3.json rename to 7434/data/test-cases/9fc5e910df396dc2.json index e13e18d1717..269a0036c12 100644 --- a/7408/data/test-cases/5f423f6862ab71c3.json +++ b/7434/data/test-cases/9fc5e910df396dc2.json @@ -1 +1 @@ -{"uid":"5f423f6862ab71c3","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":1725579272778,"stop":1725579272779,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"b61b6797a8fc3d12","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b61b6797a8fc3d12","status":"passed","time":{"start":1725578809257,"stop":1725578809258,"duration":1}},{"uid":"1699ffba8a26604c","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/1699ffba8a26604c","status":"passed","time":{"start":1725578497022,"stop":1725578497022,"duration":0}},{"uid":"b788e4ca27ca19ff","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b788e4ca27ca19ff","status":"passed","time":{"start":1725577747287,"stop":1725577747287,"duration":0}},{"uid":"9ceb7ba75ebf2ddd","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9ceb7ba75ebf2ddd","status":"passed","time":{"start":1725577413198,"stop":1725577413198,"duration":0}},{"uid":"27fbd5b980ffab19","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/27fbd5b980ffab19","status":"passed","time":{"start":1725577361993,"stop":1725577361993,"duration":0}},{"uid":"bf3a47b9d6af14d5","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/bf3a47b9d6af14d5","status":"passed","time":{"start":1725576938348,"stop":1725576938348,"duration":0}}]},"tags":[]},"source":"5f423f6862ab71c3.json","parameterValues":[]} \ No newline at end of file +{"uid":"9fc5e910df396dc2","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":1726218862994,"stop":1726218862994,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"8b16f19d3463d11a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8b16f19d3463d11a","status":"passed","time":{"start":1726218781376,"stop":1726218781377,"duration":1}},{"uid":"a027ff90bfff3b8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a027ff90bfff3b8c","status":"passed","time":{"start":1726218013692,"stop":1726218013692,"duration":0}},{"uid":"e4014f04e46ec219","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4014f04e46ec219","status":"passed","time":{"start":1726217945326,"stop":1726217945326,"duration":0}}]},"tags":[]},"source":"9fc5e910df396dc2.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/9fd2501d22e62bd.json b/7434/data/test-cases/9fd2501d22e62bd.json new file mode 100644 index 00000000000..932cdeaa0c2 --- /dev/null +++ b/7434/data/test-cases/9fd2501d22e62bd.json @@ -0,0 +1 @@ +{"uid":"9fd2501d22e62bd","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":1726218862993,"stop":1726218862993,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"68b3d4fb221db66","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68b3d4fb221db66","status":"passed","time":{"start":1726218781376,"stop":1726218781376,"duration":0}},{"uid":"48dcbc888136b7ac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48dcbc888136b7ac","status":"passed","time":{"start":1726218013692,"stop":1726218013692,"duration":0}},{"uid":"89cbb441bea871a9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/89cbb441bea871a9","status":"passed","time":{"start":1726217945325,"stop":1726217945326,"duration":1}}]},"tags":[]},"source":"9fd2501d22e62bd.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/842d5484a9f81985.json b/7434/data/test-cases/a0241118c3bc6332.json similarity index 97% rename from 7408/data/test-cases/842d5484a9f81985.json rename to 7434/data/test-cases/a0241118c3bc6332.json index 544c3367802..8efc03b5caf 100644 --- a/7408/data/test-cases/842d5484a9f81985.json +++ b/7434/data/test-cases/a0241118c3bc6332.json @@ -1 +1 @@ -{"uid":"842d5484a9f81985","name":"random static sharding 9 - Cluster ID: 503, Shard ID: 81","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 9 - Cluster ID: 503, Shard ID: 81","historyId":"0714604ac6e000405fea0f6825f90222:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579281362,"stop":1725579281362,"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":"842d5484a9f81985.json","parameterValues":[]} \ No newline at end of file +{"uid":"a0241118c3bc6332","name":"random static sharding 1 - Cluster ID: 39, Shard ID: 480","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 1 - Cluster ID: 39, Shard ID: 480","historyId":"c920e0fed4eb2bed40b99198a5d2ce9d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218863178,"stop":1726218863179,"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":"a0241118c3bc6332.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/a043d423d9bcf54.json b/7434/data/test-cases/a043d423d9bcf54.json new file mode 100644 index 00000000000..7dedb054509 --- /dev/null +++ b/7434/data/test-cases/a043d423d9bcf54.json @@ -0,0 +1 @@ +{"uid":"a043d423d9bcf54","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":1726218551489,"stop":1726218551490,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"bc216d160575bc5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bc216d160575bc5f","status":"passed","time":{"start":1726218459538,"stop":1726218459539,"duration":1}},{"uid":"bda7487f80b65a24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bda7487f80b65a24","status":"passed","time":{"start":1726217706007,"stop":1726217706007,"duration":0}},{"uid":"463716b98e9a23f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/463716b98e9a23f0","status":"passed","time":{"start":1726217650764,"stop":1726217650764,"duration":0}}]},"tags":[]},"source":"a043d423d9bcf54.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/3ca5094bbd855157.json b/7434/data/test-cases/a086eadde719dc9f.json similarity index 71% rename from 7408/data/test-cases/3ca5094bbd855157.json rename to 7434/data/test-cases/a086eadde719dc9f.json index 56a52240717..e3f7d0b4272 100644 --- a/7408/data/test-cases/3ca5094bbd855157.json +++ b/7434/data/test-cases/a086eadde719dc9f.json @@ -1 +1 @@ -{"uid":"3ca5094bbd855157","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":1725578876066,"stop":1725578876067,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"5024b125084fbd8b","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5024b125084fbd8b","status":"passed","time":{"start":1725578412449,"stop":1725578412449,"duration":0}},{"uid":"c081e3d6d9c388ba","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c081e3d6d9c388ba","status":"passed","time":{"start":1725578089711,"stop":1725578089712,"duration":1}},{"uid":"f280780a1e3c35e1","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f280780a1e3c35e1","status":"passed","time":{"start":1725577366657,"stop":1725577366657,"duration":0}},{"uid":"f405adc6a7193824","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f405adc6a7193824","status":"passed","time":{"start":1725577005077,"stop":1725577005077,"duration":0}},{"uid":"a04ede55e1858beb","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a04ede55e1858beb","status":"passed","time":{"start":1725576959236,"stop":1725576959237,"duration":1}},{"uid":"2a65ea43c46ce632","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2a65ea43c46ce632","status":"passed","time":{"start":1725576537505,"stop":1725576537506,"duration":1}}]},"tags":[]},"source":"3ca5094bbd855157.json","parameterValues":[]} \ No newline at end of file +{"uid":"a086eadde719dc9f","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":1726218455969,"stop":1726218455969,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"8f6106fffa2e4d5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8f6106fffa2e4d5f","status":"passed","time":{"start":1726218357623,"stop":1726218357624,"duration":1}},{"uid":"45cac4c7fa658491","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/45cac4c7fa658491","status":"passed","time":{"start":1726217608002,"stop":1726217608003,"duration":1}},{"uid":"2c2aaa6d4e36e902","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2c2aaa6d4e36e902","status":"passed","time":{"start":1726217547143,"stop":1726217547143,"duration":0}}]},"tags":[]},"source":"a086eadde719dc9f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5a0c1e743f1e19ae.json b/7434/data/test-cases/a097002e98482115.json similarity index 63% rename from 7408/data/test-cases/5a0c1e743f1e19ae.json rename to 7434/data/test-cases/a097002e98482115.json index 28b2371d34c..f7dd3b63f50 100644 --- a/7408/data/test-cases/5a0c1e743f1e19ae.json +++ b/7434/data/test-cases/a097002e98482115.json @@ -1 +1 @@ -{"uid":"5a0c1e743f1e19ae","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":1725579061652,"stop":1725579061652,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"9ed704f608193590","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/9ed704f608193590","status":"passed","time":{"start":1725578598314,"stop":1725578598315,"duration":1}},{"uid":"40ca818229ba2b6a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/40ca818229ba2b6a","status":"passed","time":{"start":1725578273412,"stop":1725578273412,"duration":0}},{"uid":"9a17ce43c2a55ae0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9a17ce43c2a55ae0","status":"passed","time":{"start":1725577539374,"stop":1725577539375,"duration":1}},{"uid":"85a782e7d9035866","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/85a782e7d9035866","status":"passed","time":{"start":1725577200222,"stop":1725577200222,"duration":0}},{"uid":"e6a5e3be0e50094c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e6a5e3be0e50094c","status":"passed","time":{"start":1725577150917,"stop":1725577150918,"duration":1}},{"uid":"ca6520965bf0e161","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ca6520965bf0e161","status":"passed","time":{"start":1725576726845,"stop":1725576726845,"duration":0}}]},"tags":[]},"source":"5a0c1e743f1e19ae.json","parameterValues":[]} \ No newline at end of file +{"uid":"a097002e98482115","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":1726218651146,"stop":1726218651146,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"693c2cf47602774b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/693c2cf47602774b","status":"passed","time":{"start":1726218550066,"stop":1726218550067,"duration":1}},{"uid":"cdad8f4cad202d44","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cdad8f4cad202d44","status":"passed","time":{"start":1726217804581,"stop":1726217804582,"duration":1}},{"uid":"11b38217de5883ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/11b38217de5883ad","status":"passed","time":{"start":1726217733945,"stop":1726217733946,"duration":1}}]},"tags":[]},"source":"a097002e98482115.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/a0f3c82194f2aa3.json b/7434/data/test-cases/a0f3c82194f2aa3.json new file mode 100644 index 00000000000..3af29f50ea5 --- /dev/null +++ b/7434/data/test-cases/a0f3c82194f2aa3.json @@ -0,0 +1 @@ +{"uid":"a0f3c82194f2aa3","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":1726218956166,"stop":1726218956167,"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":4,"unknown":0,"total":4},"items":[{"uid":"6ea3c03c79b191ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6ea3c03c79b191ab","status":"passed","time":{"start":1726218868913,"stop":1726218868913,"duration":0}},{"uid":"a2bd097e0388c856","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2bd097e0388c856","status":"passed","time":{"start":1726218139625,"stop":1726218139625,"duration":0}},{"uid":"ae3327f57b9c051f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ae3327f57b9c051f","status":"passed","time":{"start":1726218051436,"stop":1726218051436,"duration":0}}]},"tags":[]},"source":"a0f3c82194f2aa3.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/a253f7bc154637cf.json b/7434/data/test-cases/a253f7bc154637cf.json new file mode 100644 index 00000000000..a0f6240c436 --- /dev/null +++ b/7434/data/test-cases/a253f7bc154637cf.json @@ -0,0 +1 @@ +{"uid":"a253f7bc154637cf","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/x/1","historyId":"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283095,"stop":1726218283096,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6728ad029a1f327f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6728ad029a1f327f","status":"passed","time":{"start":1726218188596,"stop":1726218188597,"duration":1}},{"uid":"975f4fb8028c7ea0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/975f4fb8028c7ea0","status":"passed","time":{"start":1726217441557,"stop":1726217441558,"duration":1}},{"uid":"fce156ea6c5fde60","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fce156ea6c5fde60","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"tags":[]},"source":"a253f7bc154637cf.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f4df46aac2a13ed5.json b/7434/data/test-cases/a2a9db929b75e827.json similarity index 89% rename from 7408/data/test-cases/f4df46aac2a13ed5.json rename to 7434/data/test-cases/a2a9db929b75e827.json index dec687ecc7b..4e0be885b5b 100644 --- a/7408/data/test-cases/f4df46aac2a13ed5.json +++ b/7434/data/test-cases/a2a9db929b75e827.json @@ -1 +1 @@ -{"uid":"f4df46aac2a13ed5","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":1725578940179,"stop":1725578940179,"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":7,"passed":0,"unknown":0,"total":7},"items":[{"uid":"cf3115abb1a4d0f4","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/cf3115abb1a4d0f4","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578482079,"stop":1725578482079,"duration":0}},{"uid":"259666affd267e93","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/259666affd267e93","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578159568,"stop":1725578159568,"duration":0}},{"uid":"4a03923727d1ad68","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4a03923727d1ad68","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577422758,"stop":1725577422759,"duration":1}},{"uid":"b0f4b0511bf6494a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b0f4b0511bf6494a","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577067116,"stop":1725577067130,"duration":14}},{"uid":"3d3aa5506f7851d0","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/3d3aa5506f7851d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577018872,"stop":1725577018872,"duration":0}},{"uid":"ce9eee1ea35bc65","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ce9eee1ea35bc65","status":"skipped","statusDetails":"Test ignored","time":{"start":1725576607346,"stop":1725576607346,"duration":0}}]},"tags":[]},"source":"f4df46aac2a13ed5.json","parameterValues":[]} \ No newline at end of file +{"uid":"a2a9db929b75e827","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":1726218510991,"stop":1726218510991,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"fe6f9eaa16803cc5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fe6f9eaa16803cc5","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218417157,"stop":1726218417157,"duration":0}},{"uid":"5b9f28d79360d323","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5b9f28d79360d323","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217677846,"stop":1726217677846,"duration":0}},{"uid":"8cd3e78438f7faa0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8cd3e78438f7faa0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217616850,"stop":1726217616850,"duration":0}}]},"tags":[]},"source":"a2a9db929b75e827.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9393afddb1aacdb5.json b/7434/data/test-cases/a2d3c94346709768.json similarity index 67% rename from 7408/data/test-cases/9393afddb1aacdb5.json rename to 7434/data/test-cases/a2d3c94346709768.json index 33bf0d43941..e3dbb2f6f5b 100644 --- a/7408/data/test-cases/9393afddb1aacdb5.json +++ b/7434/data/test-cases/a2d3c94346709768.json @@ -1 +1 @@ -{"uid":"9393afddb1aacdb5","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":1725578943254,"stop":1725578943255,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"6d7661ffbf285010","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/6d7661ffbf285010","status":"passed","time":{"start":1725578482164,"stop":1725578482164,"duration":0}},{"uid":"2b99d6431b8dbc27","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2b99d6431b8dbc27","status":"passed","time":{"start":1725578156646,"stop":1725578156652,"duration":6}},{"uid":"97ea041b619b01bb","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/97ea041b619b01bb","status":"passed","time":{"start":1725577429919,"stop":1725577429919,"duration":0}},{"uid":"abbcbb5a171ddb1e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/abbcbb5a171ddb1e","status":"passed","time":{"start":1725577060135,"stop":1725577060135,"duration":0}},{"uid":"5fa8410a088192f9","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/5fa8410a088192f9","status":"passed","time":{"start":1725577040665,"stop":1725577040666,"duration":1}},{"uid":"d5991729435c4c60","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d5991729435c4c60","status":"passed","time":{"start":1725576604956,"stop":1725576604956,"duration":0}}]},"tags":[]},"source":"9393afddb1aacdb5.json","parameterValues":[]} \ No newline at end of file +{"uid":"a2d3c94346709768","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":1726218523015,"stop":1726218523016,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"33f1ac606a06beed","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/33f1ac606a06beed","status":"passed","time":{"start":1726218422898,"stop":1726218422898,"duration":0}},{"uid":"76243581b1758426","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/76243581b1758426","status":"passed","time":{"start":1726217687423,"stop":1726217687423,"duration":0}},{"uid":"fd96c4d9359361c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd96c4d9359361c","status":"passed","time":{"start":1726217604490,"stop":1726217604490,"duration":0}}]},"tags":[]},"source":"a2d3c94346709768.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/26eb900470e06763.json b/7434/data/test-cases/a3065fd072702330.json similarity index 91% rename from 7408/data/test-cases/26eb900470e06763.json rename to 7434/data/test-cases/a3065fd072702330.json index 45d3b768d3e..b64e6cd0e5f 100644 --- a/7408/data/test-cases/26eb900470e06763.json +++ b/7434/data/test-cases/a3065fd072702330.json @@ -1 +1 @@ -{"uid":"26eb900470e06763","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":1725579181258,"stop":1725579181258,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"13597c0f43327f10","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/13597c0f43327f10","status":"passed","time":{"start":1725578712617,"stop":1725578712617,"duration":0}},{"uid":"3bfe3cfa6fbfe509","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3bfe3cfa6fbfe509","status":"passed","time":{"start":1725578380224,"stop":1725578380224,"duration":0}},{"uid":"e194e67bff396c3c","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e194e67bff396c3c","status":"passed","time":{"start":1725577661458,"stop":1725577661458,"duration":0}},{"uid":"2697d4e63cf2161e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/2697d4e63cf2161e","status":"passed","time":{"start":1725577308301,"stop":1725577308302,"duration":1}},{"uid":"14b753e81adb693e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/14b753e81adb693e","status":"passed","time":{"start":1725577255371,"stop":1725577255371,"duration":0}},{"uid":"3588587cb33b9347","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3588587cb33b9347","status":"passed","time":{"start":1725576839397,"stop":1725576839397,"duration":0}}]},"tags":[]},"source":"26eb900470e06763.json","parameterValues":[]} \ No newline at end of file +{"uid":"a3065fd072702330","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":1726218764106,"stop":1726218764106,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"79681848b41073b2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79681848b41073b2","status":"passed","time":{"start":1726218659020,"stop":1726218659020,"duration":0}},{"uid":"30ddbc056644a158","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/30ddbc056644a158","status":"passed","time":{"start":1726217924752,"stop":1726217924752,"duration":0}},{"uid":"5300ca9f6a2c416c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5300ca9f6a2c416c","status":"passed","time":{"start":1726217840543,"stop":1726217840543,"duration":0}}]},"tags":[]},"source":"a3065fd072702330.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/a33701ae79543e34.json b/7434/data/test-cases/a33701ae79543e34.json new file mode 100644 index 00000000000..ffc48998264 --- /dev/null +++ b/7434/data/test-cases/a33701ae79543e34.json @@ -0,0 +1 @@ +{"uid":"a33701ae79543e34","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","fullName":"/src/common/sharding/index.spec.ts: determinePubsubTopic > should process correctly when SingleShardInfo has no clusterId but has a shard","historyId":"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"973974f13acf3ddb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/973974f13acf3ddb","status":"passed","time":{"start":1726218188603,"stop":1726218188603,"duration":0}},{"uid":"af0348ae06699822","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af0348ae06699822","status":"passed","time":{"start":1726217441566,"stop":1726217441566,"duration":0}},{"uid":"b720cdd1d400acd6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b720cdd1d400acd6","status":"passed","time":{"start":1726217383229,"stop":1726217383229,"duration":0}}]},"tags":[]},"source":"a33701ae79543e34.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/66f6f549bdea9c70.json b/7434/data/test-cases/a3ab94adac720b7d.json similarity index 50% rename from 7408/data/test-cases/66f6f549bdea9c70.json rename to 7434/data/test-cases/a3ab94adac720b7d.json index 700879e6e7e..0346daac7b1 100644 --- a/7408/data/test-cases/66f6f549bdea9c70.json +++ b/7434/data/test-cases/a3ab94adac720b7d.json @@ -1 +1 @@ -{"uid":"66f6f549bdea9c70","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":1725579104749,"stop":1725579104749,"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":7,"unknown":0,"total":7},"items":[{"uid":"18c5dab58c76c610","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/18c5dab58c76c610","status":"passed","time":{"start":1725578640653,"stop":1725578640653,"duration":0}},{"uid":"8617fa919d1397dd","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8617fa919d1397dd","status":"passed","time":{"start":1725578319126,"stop":1725578319126,"duration":0}},{"uid":"605e8a7da5d5e76c","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/605e8a7da5d5e76c","status":"passed","time":{"start":1725577578266,"stop":1725577578267,"duration":1}},{"uid":"9ffa106a5e39989d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9ffa106a5e39989d","status":"passed","time":{"start":1725577243232,"stop":1725577243233,"duration":1}},{"uid":"ca7f84db92b4b58e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/ca7f84db92b4b58e","status":"passed","time":{"start":1725577189147,"stop":1725577189150,"duration":3}},{"uid":"ecf6363ba1ed684b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ecf6363ba1ed684b","status":"passed","time":{"start":1725576769322,"stop":1725576769322,"duration":0}}]},"tags":[]},"source":"66f6f549bdea9c70.json","parameterValues":[]} \ No newline at end of file +{"uid":"a3ab94adac720b7d","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":1726218689004,"stop":1726218689005,"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":4,"unknown":0,"total":4},"items":[{"uid":"dceab7e09d1d8c03","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dceab7e09d1d8c03","status":"passed","time":{"start":1726218597576,"stop":1726218597576,"duration":0}},{"uid":"8a062336079246fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a062336079246fd","status":"passed","time":{"start":1726217848413,"stop":1726217848414,"duration":1}},{"uid":"b85a93587b2896f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b85a93587b2896f2","status":"passed","time":{"start":1726217774668,"stop":1726217774668,"duration":0}}]},"tags":[]},"source":"a3ab94adac720b7d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9f6282c3fe5f25a1.json b/7434/data/test-cases/a3e9fdbc1a78cbd0.json similarity index 97% rename from 7408/data/test-cases/9f6282c3fe5f25a1.json rename to 7434/data/test-cases/a3e9fdbc1a78cbd0.json index 8d8b92d1082..d7f6ca7fc44 100644 --- a/7408/data/test-cases/9f6282c3fe5f25a1.json +++ b/7434/data/test-cases/a3e9fdbc1a78cbd0.json @@ -1 +1 @@ -{"uid":"9f6282c3fe5f25a1","name":"Check received message with timestamp: 1725578759231000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1725578759231000000 ","historyId":"d57ccbf2605f25e3dd6c2e71bee459ad:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579181245,"stop":1725579181245,"duration":0},"status":"passed","flaky":false,"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":"9f6282c3fe5f25a1.json","parameterValues":[]} \ No newline at end of file +{"uid":"a3e9fdbc1a78cbd0","name":"Check received message with timestamp: 1726218335042000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1726218335042000000 ","historyId":"b539a6e04275dd8da2b54392a44302be:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218764095,"stop":1726218764096,"duration":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":"a3e9fdbc1a78cbd0.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6de677cb48de3295.json b/7434/data/test-cases/a3f025a934aab25b.json similarity index 87% rename from 7408/data/test-cases/6de677cb48de3295.json rename to 7434/data/test-cases/a3f025a934aab25b.json index c6a934c8e8d..a0352e53d6e 100644 --- a/7408/data/test-cases/6de677cb48de3295.json +++ b/7434/data/test-cases/a3f025a934aab25b.json @@ -1 +1 @@ -{"uid":"6de677cb48de3295","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":1725579281364,"stop":1725579281364,"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":7,"unknown":0,"total":7},"items":[{"uid":"93c25301c48c255d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/93c25301c48c255d","status":"passed","time":{"start":1725578819341,"stop":1725578819341,"duration":0}},{"uid":"ee75a835dc4d4ba1","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ee75a835dc4d4ba1","status":"passed","time":{"start":1725578492001,"stop":1725578492001,"duration":0}},{"uid":"61e1d5d3b621fd57","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/61e1d5d3b621fd57","status":"passed","time":{"start":1725577749606,"stop":1725577749607,"duration":1}},{"uid":"b9117aefd3624e8f","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b9117aefd3624e8f","status":"passed","time":{"start":1725577416251,"stop":1725577416251,"duration":0}},{"uid":"11fdf83e3d3b97de","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/11fdf83e3d3b97de","status":"passed","time":{"start":1725577358772,"stop":1725577358772,"duration":0}},{"uid":"95896f32ec674784","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/95896f32ec674784","status":"passed","time":{"start":1725576950281,"stop":1725576950281,"duration":0}}]},"tags":[]},"source":"6de677cb48de3295.json","parameterValues":[]} \ No newline at end of file +{"uid":"a3f025a934aab25b","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":1726218863186,"stop":1726218863187,"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":4,"unknown":0,"total":4},"items":[{"uid":"82e60bc1ebbd3276","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/82e60bc1ebbd3276","status":"passed","time":{"start":1726218765885,"stop":1726218765885,"duration":0}},{"uid":"48981eb82341f9c8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48981eb82341f9c8","status":"passed","time":{"start":1726218039633,"stop":1726218039634,"duration":1}},{"uid":"95c3d0944be5587e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/95c3d0944be5587e","status":"passed","time":{"start":1726217952892,"stop":1726217952893,"duration":1}}]},"tags":[]},"source":"a3f025a934aab25b.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/a44b2234134bccdb.json b/7434/data/test-cases/a44b2234134bccdb.json new file mode 100644 index 00000000000..ecb27cba305 --- /dev/null +++ b/7434/data/test-cases/a44b2234134bccdb.json @@ -0,0 +1 @@ +{"uid":"a44b2234134bccdb","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":1726218291662,"stop":1726218291663,"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":4,"unknown":0,"total":4},"items":[{"uid":"894d90f1b5f496bd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/894d90f1b5f496bd","status":"passed","time":{"start":1726218197001,"stop":1726218197004,"duration":3}},{"uid":"922b257d671f8e2b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/922b257d671f8e2b","status":"passed","time":{"start":1726217450198,"stop":1726217450199,"duration":1}},{"uid":"59918777f4061001","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59918777f4061001","status":"passed","time":{"start":1726217391850,"stop":1726217391851,"duration":1}}]},"tags":[]},"source":"a44b2234134bccdb.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/2e694fd6daf36d94.json b/7434/data/test-cases/a4cd70fae6049169.json similarity index 68% rename from 7408/data/test-cases/2e694fd6daf36d94.json rename to 7434/data/test-cases/a4cd70fae6049169.json index 347b7ff7fec..bf9667a9dfd 100644 --- a/7408/data/test-cases/2e694fd6daf36d94.json +++ b/7434/data/test-cases/a4cd70fae6049169.json @@ -1 +1 @@ -{"uid":"2e694fd6daf36d94","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":1725578943257,"stop":1725578943257,"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":7,"unknown":0,"total":7},"items":[{"uid":"99e29fd096a8998e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/99e29fd096a8998e","status":"passed","time":{"start":1725578482171,"stop":1725578482175,"duration":4}},{"uid":"3689234a593658a5","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3689234a593658a5","status":"passed","time":{"start":1725578156657,"stop":1725578156658,"duration":1}},{"uid":"4d530c4069de2072","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4d530c4069de2072","status":"passed","time":{"start":1725577429923,"stop":1725577429924,"duration":1}},{"uid":"71faaf6db06d7745","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/71faaf6db06d7745","status":"passed","time":{"start":1725577060141,"stop":1725577060141,"duration":0}},{"uid":"79a2fc7866202502","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/79a2fc7866202502","status":"passed","time":{"start":1725577040672,"stop":1725577040673,"duration":1}},{"uid":"65cf943163b2327e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/65cf943163b2327e","status":"passed","time":{"start":1725576604960,"stop":1725576604960,"duration":0}}]},"tags":[]},"source":"2e694fd6daf36d94.json","parameterValues":[]} \ No newline at end of file +{"uid":"a4cd70fae6049169","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":1726218523018,"stop":1726218523019,"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":4,"unknown":0,"total":4},"items":[{"uid":"30fd48552b43f4a9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/30fd48552b43f4a9","status":"passed","time":{"start":1726218422903,"stop":1726218422903,"duration":0}},{"uid":"5006e955dc9c9c9f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5006e955dc9c9c9f","status":"passed","time":{"start":1726217687426,"stop":1726217687426,"duration":0}},{"uid":"9918fe9c2194f93a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9918fe9c2194f93a","status":"passed","time":{"start":1726217604493,"stop":1726217604495,"duration":2}}]},"tags":[]},"source":"a4cd70fae6049169.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6be4cb1fb5984ab6.json b/7434/data/test-cases/a50e45a2ccda67c4.json similarity index 91% rename from 7408/data/test-cases/6be4cb1fb5984ab6.json rename to 7434/data/test-cases/a50e45a2ccda67c4.json index 98fe1daeb62..15e4da54344 100644 --- a/7408/data/test-cases/6be4cb1fb5984ab6.json +++ b/7434/data/test-cases/a50e45a2ccda67c4.json @@ -1 +1 @@ -{"uid":"6be4cb1fb5984ab6","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":1725579181259,"stop":1725579181259,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"e728a57fb04e0a83","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e728a57fb04e0a83","status":"passed","time":{"start":1725578712618,"stop":1725578712619,"duration":1}},{"uid":"920a8ba9d5656dcb","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/920a8ba9d5656dcb","status":"passed","time":{"start":1725578380225,"stop":1725578380225,"duration":0}},{"uid":"1aea998d369716ea","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1aea998d369716ea","status":"passed","time":{"start":1725577661459,"stop":1725577661460,"duration":1}},{"uid":"c3bf3f63ac2a1ed4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/c3bf3f63ac2a1ed4","status":"passed","time":{"start":1725577308304,"stop":1725577308305,"duration":1}},{"uid":"3b85d3b234ec5e1e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/3b85d3b234ec5e1e","status":"passed","time":{"start":1725577255372,"stop":1725577255372,"duration":0}},{"uid":"9211ebc92cf0d7e0","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/9211ebc92cf0d7e0","status":"passed","time":{"start":1725576839399,"stop":1725576839400,"duration":1}}]},"tags":[]},"source":"6be4cb1fb5984ab6.json","parameterValues":[]} \ No newline at end of file +{"uid":"a50e45a2ccda67c4","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":1726218764107,"stop":1726218764107,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"2229fce2116d067f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2229fce2116d067f","status":"passed","time":{"start":1726218659021,"stop":1726218659021,"duration":0}},{"uid":"922d391927121e35","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/922d391927121e35","status":"passed","time":{"start":1726217924754,"stop":1726217924754,"duration":0}},{"uid":"a3ea3a7ce76ab27b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a3ea3a7ce76ab27b","status":"passed","time":{"start":1726217840558,"stop":1726217840558,"duration":0}}]},"tags":[]},"source":"a50e45a2ccda67c4.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/a55a58f746b70daf.json b/7434/data/test-cases/a55a58f746b70daf.json new file mode 100644 index 00000000000..6d7c0614030 --- /dev/null +++ b/7434/data/test-cases/a55a58f746b70daf.json @@ -0,0 +1 @@ +{"uid":"a55a58f746b70daf","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":1726218879336,"stop":1726218879336,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b0f54316a10b03b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b0f54316a10b03b","status":"passed","time":{"start":1726218787583,"stop":1726218787583,"duration":0}},{"uid":"2bf564898450397c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2bf564898450397c","status":"passed","time":{"start":1726218066292,"stop":1726218066293,"duration":1}},{"uid":"f6e7e757c3a621e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f6e7e757c3a621e7","status":"passed","time":{"start":1726217965312,"stop":1726217965312,"duration":0}}]},"tags":[]},"source":"a55a58f746b70daf.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/a561c9cac12a0a10.json b/7434/data/test-cases/a561c9cac12a0a10.json new file mode 100644 index 00000000000..75f1e5a7087 --- /dev/null +++ b/7434/data/test-cases/a561c9cac12a0a10.json @@ -0,0 +1 @@ +{"uid":"a561c9cac12a0a10","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":1726218304475,"stop":1726218304475,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"9e074eacdf415529","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9e074eacdf415529","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218209567,"stop":1726218209567,"duration":0}},{"uid":"c575faf23badb7e0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c575faf23badb7e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217463043,"stop":1726217463043,"duration":0}},{"uid":"5317929a38210517","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5317929a38210517","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217404609,"stop":1726217404609,"duration":0}}]},"tags":[]},"source":"a561c9cac12a0a10.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/39f8facbcb5ead4d.json b/7434/data/test-cases/a5f75f3e1f62f363.json similarity index 93% rename from 7408/data/test-cases/39f8facbcb5ead4d.json rename to 7434/data/test-cases/a5f75f3e1f62f363.json index bb829f81ebb..44fdc568395 100644 --- a/7408/data/test-cases/39f8facbcb5ead4d.json +++ b/7434/data/test-cases/a5f75f3e1f62f363.json @@ -1 +1 @@ -{"uid":"39f8facbcb5ead4d","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":1725579187567,"stop":1725579187568,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"455bb7a9a9c9175f","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/455bb7a9a9c9175f","status":"passed","time":{"start":1725578730886,"stop":1725578730886,"duration":0}},{"uid":"cbf51bc7b66eccc","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/cbf51bc7b66eccc","status":"passed","time":{"start":1725578399087,"stop":1725578399087,"duration":0}},{"uid":"6821ffe90d820b9e","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6821ffe90d820b9e","status":"passed","time":{"start":1725577666259,"stop":1725577666259,"duration":0}},{"uid":"faaba25841f7d476","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/faaba25841f7d476","status":"passed","time":{"start":1725577318866,"stop":1725577318866,"duration":0}},{"uid":"8b82121122536c0f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8b82121122536c0f","status":"passed","time":{"start":1725577277090,"stop":1725577277093,"duration":3}},{"uid":"d681092adf65d85c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d681092adf65d85c","status":"passed","time":{"start":1725576853139,"stop":1725576853140,"duration":1}}]},"tags":[]},"source":"39f8facbcb5ead4d.json","parameterValues":[]} \ No newline at end of file +{"uid":"a5f75f3e1f62f363","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":1726218778187,"stop":1726218778188,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"26084c67f81bd0f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/26084c67f81bd0f8","status":"passed","time":{"start":1726218673545,"stop":1726218673546,"duration":1}},{"uid":"efe0fa846cbf9c99","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/efe0fa846cbf9c99","status":"passed","time":{"start":1726217946678,"stop":1726217946678,"duration":0}},{"uid":"68f84576bf4152f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/68f84576bf4152f6","status":"passed","time":{"start":1726217862769,"stop":1726217862770,"duration":1}}]},"tags":[]},"source":"a5f75f3e1f62f363.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/a6c4dd3285259e01.json b/7434/data/test-cases/a6c4dd3285259e01.json new file mode 100644 index 00000000000..091466f8ed3 --- /dev/null +++ b/7434/data/test-cases/a6c4dd3285259e01.json @@ -0,0 +1 @@ +{"uid":"a6c4dd3285259e01","name":"does not throw on valid cases","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > does not throw on valid cases","historyId":"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283070,"stop":1726218283070,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"68a8f1af5234759d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68a8f1af5234759d","status":"passed","time":{"start":1726218188573,"stop":1726218188573,"duration":0}},{"uid":"8a53fe670213405a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a53fe670213405a","status":"passed","time":{"start":1726217441531,"stop":1726217441531,"duration":0}},{"uid":"557dd9aeb3492c36","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/557dd9aeb3492c36","status":"passed","time":{"start":1726217383191,"stop":1726217383191,"duration":0}}]},"tags":[]},"source":"a6c4dd3285259e01.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ee7829fb5b1969a6.json b/7434/data/test-cases/a6d39240ee1218dc.json similarity index 89% rename from 7408/data/test-cases/ee7829fb5b1969a6.json rename to 7434/data/test-cases/a6d39240ee1218dc.json index 8034dd50ad8..af01aace615 100644 --- a/7408/data/test-cases/ee7829fb5b1969a6.json +++ b/7434/data/test-cases/a6d39240ee1218dc.json @@ -1 +1 @@ -{"uid":"ee7829fb5b1969a6","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":1725578940178,"stop":1725578940178,"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":7,"passed":0,"unknown":0,"total":7},"items":[{"uid":"48e8649ea1c787d1","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/48e8649ea1c787d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578482079,"stop":1725578482079,"duration":0}},{"uid":"b99def7c91963cfe","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/b99def7c91963cfe","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578159568,"stop":1725578159568,"duration":0}},{"uid":"1daf27c2b0dc8f1e","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1daf27c2b0dc8f1e","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577422758,"stop":1725577422758,"duration":0}},{"uid":"ececa5b3abc64f8f","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/ececa5b3abc64f8f","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577067110,"stop":1725577067116,"duration":6}},{"uid":"5e1c66d0b938083e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/5e1c66d0b938083e","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577018872,"stop":1725577018872,"duration":0}},{"uid":"56807892505ce091","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/56807892505ce091","status":"skipped","statusDetails":"Test ignored","time":{"start":1725576607346,"stop":1725576607346,"duration":0}}]},"tags":[]},"source":"ee7829fb5b1969a6.json","parameterValues":[]} \ No newline at end of file +{"uid":"a6d39240ee1218dc","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":1726218510991,"stop":1726218510991,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"cbbbca0ada53944b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cbbbca0ada53944b","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218417157,"stop":1726218417157,"duration":0}},{"uid":"512770156df70bbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/512770156df70bbf","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217677846,"stop":1726217677846,"duration":0}},{"uid":"65583bbba889e67e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/65583bbba889e67e","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217616849,"stop":1726217616850,"duration":1}}]},"tags":[]},"source":"a6d39240ee1218dc.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/bb6597dcc289530b.json b/7434/data/test-cases/a70cda482a5dd952.json similarity index 97% rename from 7408/data/test-cases/bb6597dcc289530b.json rename to 7434/data/test-cases/a70cda482a5dd952.json index d6362575a7a..c8c21ad4c6f 100644 --- a/7408/data/test-cases/bb6597dcc289530b.json +++ b/7434/data/test-cases/a70cda482a5dd952.json @@ -1 +1 @@ -{"uid":"bb6597dcc289530b","name":"random static sharding 10 - Cluster ID: 716, Shard ID: 469","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 10 - Cluster ID: 716, Shard ID: 469","historyId":"ef626ae8215981757c2c95e453f49b32:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579281362,"stop":1725579281363,"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":"bb6597dcc289530b.json","parameterValues":[]} \ No newline at end of file +{"uid":"a70cda482a5dd952","name":"random static sharding 10 - Cluster ID: 854, Shard ID: 399","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 10 - Cluster ID: 854, Shard ID: 399","historyId":"9030f45d098600e429e864cbfb84895d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218863185,"stop":1726218863185,"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":"a70cda482a5dd952.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/a7ba43ac4d583af.json b/7434/data/test-cases/a7ba43ac4d583af.json new file mode 100644 index 00000000000..8b4d4411165 --- /dev/null +++ b/7434/data/test-cases/a7ba43ac4d583af.json @@ -0,0 +1 @@ +{"uid":"a7ba43ac4d583af","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":1726218812477,"stop":1726218812478,"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":4,"unknown":0,"total":4},"items":[{"uid":"4ebc27f209cdc742","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ebc27f209cdc742","status":"passed","time":{"start":1726218708455,"stop":1726218708456,"duration":1}},{"uid":"1564355301325361","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1564355301325361","status":"passed","time":{"start":1726217980053,"stop":1726217980054,"duration":1}},{"uid":"8a6a33f24f4f6c07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a6a33f24f4f6c07","status":"passed","time":{"start":1726217896508,"stop":1726217896508,"duration":0}}]},"tags":[]},"source":"a7ba43ac4d583af.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/a897a65bf14bac52.json b/7434/data/test-cases/a897a65bf14bac52.json new file mode 100644 index 00000000000..d065f11b3cc --- /dev/null +++ b/7434/data/test-cases/a897a65bf14bac52.json @@ -0,0 +1 @@ +{"uid":"a897a65bf14bac52","name":"should throw an error for an unconfigured topic","fullName":"/src/common/sharding/index.spec.ts: ensurePubsubTopicIsConfigured > should throw an error for an unconfigured topic","historyId":"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283102,"stop":1726218283102,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensurePubsubTopicIsConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"17c3e8b182d97fab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/17c3e8b182d97fab","status":"passed","time":{"start":1726218188601,"stop":1726218188601,"duration":0}},{"uid":"ae26a49564ed8291","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae26a49564ed8291","status":"passed","time":{"start":1726217441564,"stop":1726217441565,"duration":1}},{"uid":"b1ee3110aff6b62b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1ee3110aff6b62b","status":"passed","time":{"start":1726217383227,"stop":1726217383227,"duration":0}}]},"tags":[]},"source":"a897a65bf14bac52.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/a8f32348d07a3cd.json b/7434/data/test-cases/a8f32348d07a3cd.json new file mode 100644 index 00000000000..19e673b9167 --- /dev/null +++ b/7434/data/test-cases/a8f32348d07a3cd.json @@ -0,0 +1 @@ +{"uid":"a8f32348d07a3cd","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":1726218863012,"stop":1726218863012,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"6d9b79b5c142366e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6d9b79b5c142366e","status":"passed","time":{"start":1726218781387,"stop":1726218781387,"duration":0}},{"uid":"c68091fa3992f9d9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c68091fa3992f9d9","status":"passed","time":{"start":1726218013701,"stop":1726218013701,"duration":0}},{"uid":"679040e4bec8700a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/679040e4bec8700a","status":"passed","time":{"start":1726217945334,"stop":1726217945334,"duration":0}}]},"tags":[]},"source":"a8f32348d07a3cd.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/84fb8025c4becc87.json b/7434/data/test-cases/a901ab6dd6d36afe.json similarity index 90% rename from 7408/data/test-cases/84fb8025c4becc87.json rename to 7434/data/test-cases/a901ab6dd6d36afe.json index db0cc906b8a..8cd82457ab8 100644 --- a/7408/data/test-cases/84fb8025c4becc87.json +++ b/7434/data/test-cases/a901ab6dd6d36afe.json @@ -1 +1 @@ -{"uid":"84fb8025c4becc87","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":1725578940161,"stop":1725578940162,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"1abf44e9be564821","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1abf44e9be564821","status":"passed","time":{"start":1725578482068,"stop":1725578482069,"duration":1}},{"uid":"67d4aebb7266f786","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/67d4aebb7266f786","status":"passed","time":{"start":1725578159565,"stop":1725578159565,"duration":0}},{"uid":"336195b15048343e","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/336195b15048343e","status":"passed","time":{"start":1725577422739,"stop":1725577422739,"duration":0}},{"uid":"aa9243a5c267dfd5","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/aa9243a5c267dfd5","status":"passed","time":{"start":1725577067098,"stop":1725577067099,"duration":1}},{"uid":"90a01dba8ed9f036","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/90a01dba8ed9f036","status":"passed","time":{"start":1725577018858,"stop":1725577018859,"duration":1}},{"uid":"6541224d0516cffd","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/6541224d0516cffd","status":"passed","time":{"start":1725576607339,"stop":1725576607339,"duration":0}}]},"tags":[]},"source":"84fb8025c4becc87.json","parameterValues":[]} \ No newline at end of file +{"uid":"a901ab6dd6d36afe","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":1726218510988,"stop":1726218510988,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"771034211c2d9177","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/771034211c2d9177","status":"passed","time":{"start":1726218417153,"stop":1726218417153,"duration":0}},{"uid":"1102e1245bfc0d12","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1102e1245bfc0d12","status":"passed","time":{"start":1726217677841,"stop":1726217677842,"duration":1}},{"uid":"657aaa3c304985ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/657aaa3c304985ae","status":"passed","time":{"start":1726217616846,"stop":1726217616846,"duration":0}}]},"tags":[]},"source":"a901ab6dd6d36afe.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f522ebe04bdd66d3.json b/7434/data/test-cases/a94cfcb7f614ba83.json similarity index 90% rename from 7408/data/test-cases/f522ebe04bdd66d3.json rename to 7434/data/test-cases/a94cfcb7f614ba83.json index b07615bb19c..e16b5ada03b 100644 --- a/7408/data/test-cases/f522ebe04bdd66d3.json +++ b/7434/data/test-cases/a94cfcb7f614ba83.json @@ -1 +1 @@ -{"uid":"f522ebe04bdd66d3","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":1725579181250,"stop":1725579181250,"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":7,"passed":0,"unknown":0,"total":7},"items":[{"uid":"58836e483e96fc9d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/58836e483e96fc9d","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578712613,"stop":1725578712613,"duration":0}},{"uid":"da57f3185e67b6a8","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/da57f3185e67b6a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578380217,"stop":1725578380218,"duration":1}},{"uid":"ff5a35148ac6333b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ff5a35148ac6333b","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577661451,"stop":1725577661451,"duration":0}},{"uid":"4410845b5db938bc","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4410845b5db938bc","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577308296,"stop":1725577308296,"duration":0}},{"uid":"583d8172d91bd204","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/583d8172d91bd204","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577255367,"stop":1725577255367,"duration":0}},{"uid":"acf723f1d7aed8df","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/acf723f1d7aed8df","status":"skipped","statusDetails":"Test ignored","time":{"start":1725576839386,"stop":1725576839387,"duration":1}}]},"tags":[]},"source":"f522ebe04bdd66d3.json","parameterValues":[]} \ No newline at end of file +{"uid":"a94cfcb7f614ba83","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":1726218764099,"stop":1726218764099,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"62c2b0b030cec343","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/62c2b0b030cec343","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659016,"stop":1726218659016,"duration":0}},{"uid":"1d4bc9192dedefcc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d4bc9192dedefcc","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924743,"stop":1726217924743,"duration":0}},{"uid":"c60459773ff5c0ed","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c60459773ff5c0ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840523,"stop":1726217840523,"duration":0}}]},"tags":[]},"source":"a94cfcb7f614ba83.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/96befa7116e8443e.json b/7434/data/test-cases/a96b18887e656f30.json similarity index 66% rename from 7408/data/test-cases/96befa7116e8443e.json rename to 7434/data/test-cases/a96b18887e656f30.json index 6ae3ccf00fd..2eb4eff2f60 100644 --- a/7408/data/test-cases/96befa7116e8443e.json +++ b/7434/data/test-cases/a96b18887e656f30.json @@ -1 +1 @@ -{"uid":"96befa7116e8443e","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":1725578717083,"stop":1725578717084,"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":7,"unknown":0,"total":7},"items":[{"uid":"9621679c274f9976","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/9621679c274f9976","status":"passed","time":{"start":1725578260516,"stop":1725578260517,"duration":1}},{"uid":"d5e6ff6624d770fa","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d5e6ff6624d770fa","status":"passed","time":{"start":1725577932895,"stop":1725577932896,"duration":1}},{"uid":"c65b317f7f5577b0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/c65b317f7f5577b0","status":"passed","time":{"start":1725577200592,"stop":1725577200592,"duration":0}},{"uid":"e41d650a17ff9193","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e41d650a17ff9193","status":"passed","time":{"start":1725576847045,"stop":1725576847045,"duration":0}},{"uid":"effad5473596fbe9","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/effad5473596fbe9","status":"passed","time":{"start":1725576799923,"stop":1725576799924,"duration":1}},{"uid":"523640d423246ee4","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/523640d423246ee4","status":"passed","time":{"start":1725576382164,"stop":1725576382164,"duration":0}}]},"tags":[]},"source":"96befa7116e8443e.json","parameterValues":[]} \ No newline at end of file +{"uid":"a96b18887e656f30","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":1726218291079,"stop":1726218291079,"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":4,"unknown":0,"total":4},"items":[{"uid":"d669f18092acb7c9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d669f18092acb7c9","status":"passed","time":{"start":1726218196343,"stop":1726218196344,"duration":1}},{"uid":"be63cfdb366bc3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be63cfdb366bc3c","status":"passed","time":{"start":1726217449471,"stop":1726217449474,"duration":3}},{"uid":"39104b30aee71bbd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39104b30aee71bbd","status":"passed","time":{"start":1726217391249,"stop":1726217391249,"duration":0}}]},"tags":[]},"source":"a96b18887e656f30.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9639a02125e10338.json b/7434/data/test-cases/aa7b6e6072f0cdfa.json similarity index 89% rename from 7408/data/test-cases/9639a02125e10338.json rename to 7434/data/test-cases/aa7b6e6072f0cdfa.json index a4164215e7c..48d42fd1487 100644 --- a/7408/data/test-cases/9639a02125e10338.json +++ b/7434/data/test-cases/aa7b6e6072f0cdfa.json @@ -1 +1 @@ -{"uid":"9639a02125e10338","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":1725579181275,"stop":1725579181275,"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":7,"passed":0,"unknown":0,"total":7},"items":[{"uid":"9cc543ed864a106","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/9cc543ed864a106","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578712625,"stop":1725578712625,"duration":0}},{"uid":"ddc7d4fc58d635f3","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ddc7d4fc58d635f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578380233,"stop":1725578380233,"duration":0}},{"uid":"3145bae3292584c1","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/3145bae3292584c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577661479,"stop":1725577661479,"duration":0}},{"uid":"faa600a5d31d4107","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/faa600a5d31d4107","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577308316,"stop":1725577308316,"duration":0}},{"uid":"c7ba114239967571","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c7ba114239967571","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577255394,"stop":1725577255394,"duration":0}},{"uid":"2a1610cbc5debc59","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2a1610cbc5debc59","status":"skipped","statusDetails":"Test ignored","time":{"start":1725576839417,"stop":1725576839418,"duration":1}}]},"tags":[]},"source":"9639a02125e10338.json","parameterValues":[]} \ No newline at end of file +{"uid":"aa7b6e6072f0cdfa","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":1726218764114,"stop":1726218764114,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"4a8770ed1f534365","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4a8770ed1f534365","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659028,"stop":1726218659029,"duration":1}},{"uid":"3d3fcbe2458bcd52","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3d3fcbe2458bcd52","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924766,"stop":1726217924766,"duration":0}},{"uid":"11820fd6010e9c63","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/11820fd6010e9c63","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840570,"stop":1726217840570,"duration":0}}]},"tags":[]},"source":"aa7b6e6072f0cdfa.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4c6a4d7def93337f.json b/7434/data/test-cases/aae88a19784e5896.json similarity index 75% rename from 7408/data/test-cases/4c6a4d7def93337f.json rename to 7434/data/test-cases/aae88a19784e5896.json index aafea628f30..d5604d7975b 100644 --- a/7408/data/test-cases/4c6a4d7def93337f.json +++ b/7434/data/test-cases/aae88a19784e5896.json @@ -1 +1 @@ -{"uid":"4c6a4d7def93337f","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":1725579325579,"stop":1725579325580,"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":7,"unknown":0,"total":7},"items":[{"uid":"dddea829a9ac524e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/dddea829a9ac524e","status":"passed","time":{"start":1725578854529,"stop":1725578854529,"duration":0}},{"uid":"63ecf2be75c9ea9","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/63ecf2be75c9ea9","status":"passed","time":{"start":1725578529210,"stop":1725578529210,"duration":0}},{"uid":"222a22049e9498ab","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/222a22049e9498ab","status":"passed","time":{"start":1725577799396,"stop":1725577799397,"duration":1}},{"uid":"2ebd7d259b6d200d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/2ebd7d259b6d200d","status":"passed","time":{"start":1725577459055,"stop":1725577459055,"duration":0}},{"uid":"81bbb3067e565ab3","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/81bbb3067e565ab3","status":"passed","time":{"start":1725577412496,"stop":1725577412497,"duration":1}},{"uid":"d55cbe6be6f324c7","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d55cbe6be6f324c7","status":"passed","time":{"start":1725576987690,"stop":1725576987691,"duration":1}}]},"tags":[]},"source":"4c6a4d7def93337f.json","parameterValues":[]} \ No newline at end of file +{"uid":"aae88a19784e5896","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":1726218909193,"stop":1726218909194,"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":4,"unknown":0,"total":4},"items":[{"uid":"b6af511727ba8974","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b6af511727ba8974","status":"passed","time":{"start":1726218818264,"stop":1726218818265,"duration":1}},{"uid":"5868e895f3b49a09","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5868e895f3b49a09","status":"passed","time":{"start":1726218085656,"stop":1726218085657,"duration":1}},{"uid":"23dd5a7087c76a6d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/23dd5a7087c76a6d","status":"passed","time":{"start":1726217996427,"stop":1726217996427,"duration":0}}]},"tags":[]},"source":"aae88a19784e5896.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/8428a3212d4cd9b7.json b/7434/data/test-cases/ab2fae814c5eb696.json similarity index 83% rename from 7408/data/test-cases/8428a3212d4cd9b7.json rename to 7434/data/test-cases/ab2fae814c5eb696.json index 1805d9ebf1d..5651292ba89 100644 --- a/7408/data/test-cases/8428a3212d4cd9b7.json +++ b/7434/data/test-cases/ab2fae814c5eb696.json @@ -1 +1 @@ -{"uid":"8428a3212d4cd9b7","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":1725579272799,"stop":1725579272800,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"6470648117602f07","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/6470648117602f07","status":"passed","time":{"start":1725578809273,"stop":1725578809273,"duration":0}},{"uid":"378d056f2b88ff16","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/378d056f2b88ff16","status":"passed","time":{"start":1725578497056,"stop":1725578497057,"duration":1}},{"uid":"28d1e4d6d2357402","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/28d1e4d6d2357402","status":"passed","time":{"start":1725577747315,"stop":1725577747315,"duration":0}},{"uid":"dfb942da033f8c05","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/dfb942da033f8c05","status":"passed","time":{"start":1725577413232,"stop":1725577413233,"duration":1}},{"uid":"2e8e5fe3b613699f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2e8e5fe3b613699f","status":"passed","time":{"start":1725577362006,"stop":1725577362006,"duration":0}},{"uid":"af582738f3107c9e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/af582738f3107c9e","status":"passed","time":{"start":1725576938401,"stop":1725576938401,"duration":0}}]},"tags":[]},"source":"8428a3212d4cd9b7.json","parameterValues":[]} \ No newline at end of file +{"uid":"ab2fae814c5eb696","name":"Push message with custom timestamp: 1726222151739","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1726222151739","historyId":"e32cadba24df483d7615561d82bbe946:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218863050,"stop":1726218863052,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"ab2fae814c5eb696.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/ab98e4248eaf54d4.json b/7434/data/test-cases/ab98e4248eaf54d4.json new file mode 100644 index 00000000000..379eeb7275c --- /dev/null +++ b/7434/data/test-cases/ab98e4248eaf54d4.json @@ -0,0 +1 @@ +{"uid":"ab98e4248eaf54d4","name":"Relay + Store","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > Relay + Store","historyId":"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218344914,"stop":1726218344914,"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":4,"unknown":0,"total":4},"items":[{"uid":"f446c58c4903bcef","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f446c58c4903bcef","status":"passed","time":{"start":1726218249120,"stop":1726218249120,"duration":0}},{"uid":"d60bf22b87acb74f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d60bf22b87acb74f","status":"passed","time":{"start":1726217503858,"stop":1726217503859,"duration":1}},{"uid":"77f99ee8a2ec8c92","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/77f99ee8a2ec8c92","status":"passed","time":{"start":1726217442597,"stop":1726217442598,"duration":1}}]},"tags":[]},"source":"ab98e4248eaf54d4.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/abbc18cc02a6594.json b/7434/data/test-cases/abbc18cc02a6594.json new file mode 100644 index 00000000000..51ec4c4b3e0 --- /dev/null +++ b/7434/data/test-cases/abbc18cc02a6594.json @@ -0,0 +1 @@ +{"uid":"abbc18cc02a6594","name":"throws on content topic with generation field greater than 0","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with generation field greater than 0","historyId":"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283072,"stop":1726218283073,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dc918db30c2a41ad","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dc918db30c2a41ad","status":"passed","time":{"start":1726218188575,"stop":1726218188576,"duration":1}},{"uid":"767c98813a5e97be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/767c98813a5e97be","status":"passed","time":{"start":1726217441534,"stop":1726217441534,"duration":0}},{"uid":"886cc12e05fbbc1f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/886cc12e05fbbc1f","status":"passed","time":{"start":1726217383193,"stop":1726217383193,"duration":0}}]},"tags":[]},"source":"abbc18cc02a6594.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1976d98d3f735d13.json b/7434/data/test-cases/abbfca4a22a97f18.json similarity index 93% rename from 7408/data/test-cases/1976d98d3f735d13.json rename to 7434/data/test-cases/abbfca4a22a97f18.json index 9fe0fe63dc8..8f30b554243 100644 --- a/7408/data/test-cases/1976d98d3f735d13.json +++ b/7434/data/test-cases/abbfca4a22a97f18.json @@ -1 +1 @@ -{"uid":"1976d98d3f735d13","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":1725579187575,"stop":1725579187575,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"eeb91d2d753f18fa","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/eeb91d2d753f18fa","status":"passed","time":{"start":1725578730895,"stop":1725578730895,"duration":0}},{"uid":"b5ffe859d9c5c740","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/b5ffe859d9c5c740","status":"passed","time":{"start":1725578399098,"stop":1725578399098,"duration":0}},{"uid":"197d873ba2d9e05d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/197d873ba2d9e05d","status":"passed","time":{"start":1725577666267,"stop":1725577666267,"duration":0}},{"uid":"a615b981a4f8f94d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a615b981a4f8f94d","status":"passed","time":{"start":1725577318877,"stop":1725577318877,"duration":0}},{"uid":"a8d26db54dcaf3af","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a8d26db54dcaf3af","status":"passed","time":{"start":1725577277102,"stop":1725577277103,"duration":1}},{"uid":"bd9b3800b3e9272d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/bd9b3800b3e9272d","status":"passed","time":{"start":1725576853158,"stop":1725576853158,"duration":0}}]},"tags":[]},"source":"1976d98d3f735d13.json","parameterValues":[]} \ No newline at end of file +{"uid":"abbfca4a22a97f18","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":1726218778233,"stop":1726218778233,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"ab65afa3d8e3bd36","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ab65afa3d8e3bd36","status":"passed","time":{"start":1726218673558,"stop":1726218673558,"duration":0}},{"uid":"dd0c3a44300bb4cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd0c3a44300bb4cd","status":"passed","time":{"start":1726217946732,"stop":1726217946732,"duration":0}},{"uid":"7913f16f726c6df0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7913f16f726c6df0","status":"passed","time":{"start":1726217862782,"stop":1726217862783,"duration":1}}]},"tags":[]},"source":"abbfca4a22a97f18.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/dd42bce9f9c14c69.json b/7434/data/test-cases/abe09ce20c4fce8f.json similarity index 91% rename from 7408/data/test-cases/dd42bce9f9c14c69.json rename to 7434/data/test-cases/abe09ce20c4fce8f.json index f805d862efa..0db09d25acd 100644 --- a/7408/data/test-cases/dd42bce9f9c14c69.json +++ b/7434/data/test-cases/abe09ce20c4fce8f.json @@ -1 +1 @@ -{"uid":"dd42bce9f9c14c69","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":1725579181272,"stop":1725579181272,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"d99f07e7d6816e51","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d99f07e7d6816e51","status":"passed","time":{"start":1725578712622,"stop":1725578712623,"duration":1}},{"uid":"642a75329ba13365","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/642a75329ba13365","status":"passed","time":{"start":1725578380229,"stop":1725578380229,"duration":0}},{"uid":"93cbc3e4958e94f8","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/93cbc3e4958e94f8","status":"passed","time":{"start":1725577661473,"stop":1725577661473,"duration":0}},{"uid":"1bf81b281950da82","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1bf81b281950da82","status":"passed","time":{"start":1725577308311,"stop":1725577308313,"duration":2}},{"uid":"7513b2876a83be16","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/7513b2876a83be16","status":"passed","time":{"start":1725577255376,"stop":1725577255376,"duration":0}},{"uid":"5b46eb6744201b2b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5b46eb6744201b2b","status":"passed","time":{"start":1725576839411,"stop":1725576839412,"duration":1}}]},"tags":[]},"source":"dd42bce9f9c14c69.json","parameterValues":[]} \ No newline at end of file +{"uid":"abe09ce20c4fce8f","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":1726218764111,"stop":1726218764111,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"9312515a66c2125d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9312515a66c2125d","status":"passed","time":{"start":1726218659025,"stop":1726218659025,"duration":0}},{"uid":"c9aa0eb57ad99464","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c9aa0eb57ad99464","status":"passed","time":{"start":1726217924763,"stop":1726217924763,"duration":0}},{"uid":"a1a89c59a8225c74","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a1a89c59a8225c74","status":"passed","time":{"start":1726217840567,"stop":1726217840567,"duration":0}}]},"tags":[]},"source":"abe09ce20c4fce8f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/56dbbdac4429e392.json b/7434/data/test-cases/ac745da7d2833461.json similarity index 68% rename from 7408/data/test-cases/56dbbdac4429e392.json rename to 7434/data/test-cases/ac745da7d2833461.json index 2d6f2fb647c..fff61b75678 100644 --- a/7408/data/test-cases/56dbbdac4429e392.json +++ b/7434/data/test-cases/ac745da7d2833461.json @@ -1 +1 @@ -{"uid":"56dbbdac4429e392","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":1725578943274,"stop":1725578943274,"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":7,"unknown":0,"total":7},"items":[{"uid":"acd80b03fe5da4a7","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/acd80b03fe5da4a7","status":"passed","time":{"start":1725578482194,"stop":1725578482196,"duration":2}},{"uid":"4c2c1bc266ebdbec","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4c2c1bc266ebdbec","status":"passed","time":{"start":1725578156671,"stop":1725578156672,"duration":1}},{"uid":"a7dfbd1d82d537e5","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a7dfbd1d82d537e5","status":"passed","time":{"start":1725577429930,"stop":1725577429930,"duration":0}},{"uid":"1deae57622ce314","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1deae57622ce314","status":"passed","time":{"start":1725577060149,"stop":1725577060149,"duration":0}},{"uid":"d28d534ce81adb46","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d28d534ce81adb46","status":"passed","time":{"start":1725577040691,"stop":1725577040692,"duration":1}},{"uid":"e0afd7fadc69f6d5","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e0afd7fadc69f6d5","status":"passed","time":{"start":1725576604971,"stop":1725576604971,"duration":0}}]},"tags":[]},"source":"56dbbdac4429e392.json","parameterValues":[]} \ No newline at end of file +{"uid":"ac745da7d2833461","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":1726218523026,"stop":1726218523026,"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":4,"unknown":0,"total":4},"items":[{"uid":"9afbc5548cc963a5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9afbc5548cc963a5","status":"passed","time":{"start":1726218422917,"stop":1726218422917,"duration":0}},{"uid":"ca68ae3dc8e86300","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca68ae3dc8e86300","status":"passed","time":{"start":1726217687439,"stop":1726217687439,"duration":0}},{"uid":"47e96d991d2a2832","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/47e96d991d2a2832","status":"passed","time":{"start":1726217604519,"stop":1726217604520,"duration":1}}]},"tags":[]},"source":"ac745da7d2833461.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/939a501090c21920.json b/7434/data/test-cases/ac7affc6087430f8.json similarity index 88% rename from 7408/data/test-cases/939a501090c21920.json rename to 7434/data/test-cases/ac7affc6087430f8.json index dad70f89d10..763f0d168f8 100644 --- a/7408/data/test-cases/939a501090c21920.json +++ b/7434/data/test-cases/ac7affc6087430f8.json @@ -1 +1 @@ -{"uid":"939a501090c21920","name":"Overlapping topic subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Overlapping topic subscription","historyId":"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579222585,"stop":1725579222585,"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":7,"passed":0,"unknown":0,"total":7},"items":[{"uid":"4453456fcb3e6770","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/4453456fcb3e6770","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578764267,"stop":1725578764267,"duration":0}},{"uid":"2c3ff283b84e82fb","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2c3ff283b84e82fb","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578435664,"stop":1725578435664,"duration":0}},{"uid":"e1178d26238008ae","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e1178d26238008ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577699992,"stop":1725577699992,"duration":0}},{"uid":"253b223c97da6cfd","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/253b223c97da6cfd","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577356735,"stop":1725577356735,"duration":0}},{"uid":"26fb09b77993ca46","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/26fb09b77993ca46","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577310396,"stop":1725577310397,"duration":1}},{"uid":"74e2f2f920913208","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/74e2f2f920913208","status":"skipped","statusDetails":"Test ignored","time":{"start":1725576887794,"stop":1725576887794,"duration":0}}]},"tags":[]},"source":"939a501090c21920.json","parameterValues":[]} \ No newline at end of file +{"uid":"ac7affc6087430f8","name":"Overlapping topic subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Overlapping topic subscription","historyId":"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218812469,"stop":1726218812470,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"e5437062e980bfc0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e5437062e980bfc0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218708392,"stop":1726218708393,"duration":1}},{"uid":"576b67030db7bb98","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/576b67030db7bb98","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217980038,"stop":1726217980038,"duration":0}},{"uid":"1196fc98124c7e50","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1196fc98124c7e50","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217896500,"stop":1726217896500,"duration":0}}]},"tags":[]},"source":"ac7affc6087430f8.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/2c9a42b1e3d752b6.json b/7434/data/test-cases/ac87ccec45685311.json similarity index 81% rename from 7408/data/test-cases/2c9a42b1e3d752b6.json rename to 7434/data/test-cases/ac87ccec45685311.json index 4dc9e2a9d22..e6ee3ef2f81 100644 --- a/7408/data/test-cases/2c9a42b1e3d752b6.json +++ b/7434/data/test-cases/ac87ccec45685311.json @@ -1 +1 @@ -{"uid":"2c9a42b1e3d752b6","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":1725579302120,"stop":1725579302121,"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":7,"unknown":0,"total":7},"items":[{"uid":"5971caab5251d0dc","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5971caab5251d0dc","status":"passed","time":{"start":1725578838722,"stop":1725578838723,"duration":1}},{"uid":"9662d40ddd069a47","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9662d40ddd069a47","status":"passed","time":{"start":1725578498375,"stop":1725578498375,"duration":0}},{"uid":"4c79909f7723dd36","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4c79909f7723dd36","status":"passed","time":{"start":1725577773150,"stop":1725577773151,"duration":1}},{"uid":"2f54af7f080a2479","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/2f54af7f080a2479","status":"passed","time":{"start":1725577428840,"stop":1725577428840,"duration":0}},{"uid":"c4951b89565409f2","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c4951b89565409f2","status":"passed","time":{"start":1725577388040,"stop":1725577388040,"duration":0}},{"uid":"283fb0c9ade50ad9","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/283fb0c9ade50ad9","status":"passed","time":{"start":1725576955265,"stop":1725576955265,"duration":0}}]},"tags":[]},"source":"2c9a42b1e3d752b6.json","parameterValues":[]} \ No newline at end of file +{"uid":"ac87ccec45685311","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":1726218886396,"stop":1726218886396,"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":4,"unknown":0,"total":4},"items":[{"uid":"d360f138e4e440b4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d360f138e4e440b4","status":"passed","time":{"start":1726218791849,"stop":1726218791850,"duration":1}},{"uid":"a5ab136b1af82365","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a5ab136b1af82365","status":"passed","time":{"start":1726218054700,"stop":1726218054700,"duration":0}},{"uid":"d076e7c769a2480d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d076e7c769a2480d","status":"passed","time":{"start":1726217965433,"stop":1726217965434,"duration":1}}]},"tags":[]},"source":"ac87ccec45685311.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4ef96b1c7b3e80a8.json b/7434/data/test-cases/acca02ee50027210.json similarity index 76% rename from 7408/data/test-cases/4ef96b1c7b3e80a8.json rename to 7434/data/test-cases/acca02ee50027210.json index 3a662dda7ea..cf225976730 100644 --- a/7408/data/test-cases/4ef96b1c7b3e80a8.json +++ b/7434/data/test-cases/acca02ee50027210.json @@ -1 +1 @@ -{"uid":"4ef96b1c7b3e80a8","name":"Ping succeeds for all connected peers","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Ping succeeds for all connected peers","historyId":"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578868803,"stop":1725578868803,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"bacab971ec2105e9","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/bacab971ec2105e9","status":"passed","time":{"start":1725578410046,"stop":1725578410046,"duration":0}},{"uid":"2562af04ec4748f4","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2562af04ec4748f4","status":"passed","time":{"start":1725578085226,"stop":1725578085226,"duration":0}},{"uid":"141e3f5081618870","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/141e3f5081618870","status":"passed","time":{"start":1725577347347,"stop":1725577347347,"duration":0}},{"uid":"57027e5d503cb31","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/57027e5d503cb31","status":"passed","time":{"start":1725577004107,"stop":1725577004108,"duration":1}},{"uid":"5300afbc3788ab84","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/5300afbc3788ab84","status":"passed","time":{"start":1725576948433,"stop":1725576948434,"duration":1}},{"uid":"545c7c045266a922","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/545c7c045266a922","status":"passed","time":{"start":1725576535322,"stop":1725576535322,"duration":0}}]},"tags":[]},"source":"4ef96b1c7b3e80a8.json","parameterValues":[]} \ No newline at end of file +{"uid":"acca02ee50027210","name":"Ping succeeds for all connected peers","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Ping succeeds for all connected peers","historyId":"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218447507,"stop":1726218447507,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6793731cfc874034","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6793731cfc874034","status":"passed","time":{"start":1726218356740,"stop":1726218356741,"duration":1}},{"uid":"7c8671cbf4e0b7e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7c8671cbf4e0b7e7","status":"passed","time":{"start":1726217603236,"stop":1726217603237,"duration":1}},{"uid":"22b71e7f58a7678c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/22b71e7f58a7678c","status":"passed","time":{"start":1726217544015,"stop":1726217544016,"duration":1}}]},"tags":[]},"source":"acca02ee50027210.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/ad03d55176a61ff2.json b/7434/data/test-cases/ad03d55176a61ff2.json new file mode 100644 index 00000000000..3ca17f1680c --- /dev/null +++ b/7434/data/test-cases/ad03d55176a61ff2.json @@ -0,0 +1 @@ +{"uid":"ad03d55176a61ff2","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":1726218345043,"stop":1726218345043,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"d270dbd0607b4d56","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d270dbd0607b4d56","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218250244,"stop":1726218250244,"duration":0}},{"uid":"d2b9f5b0f8c8699d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2b9f5b0f8c8699d","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217507044,"stop":1726217507044,"duration":0}},{"uid":"5613864c255307a0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5613864c255307a0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217445626,"stop":1726217445626,"duration":0}}]},"tags":[]},"source":"ad03d55176a61ff2.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/685bec23ba3c6691.json b/7434/data/test-cases/ad132ab58d35f0a7.json similarity index 58% rename from 7408/data/test-cases/685bec23ba3c6691.json rename to 7434/data/test-cases/ad132ab58d35f0a7.json index b787b1c1e1e..619d7ca138c 100644 --- a/7408/data/test-cases/685bec23ba3c6691.json +++ b/7434/data/test-cases/ad132ab58d35f0a7.json @@ -1 +1 @@ -{"uid":"685bec23ba3c6691","name":"unsubscribes","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > unsubscribes","historyId":"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579322035,"stop":1725579322035,"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":7,"unknown":0,"total":7},"items":[{"uid":"f2a97d54d0edeec6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f2a97d54d0edeec6","status":"passed","time":{"start":1725578858920,"stop":1725578858920,"duration":0}},{"uid":"fbc1e3d3a78304aa","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/fbc1e3d3a78304aa","status":"passed","time":{"start":1725578536955,"stop":1725578536955,"duration":0}},{"uid":"3a3344d1ccb97a01","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/3a3344d1ccb97a01","status":"passed","time":{"start":1725577795814,"stop":1725577795814,"duration":0}},{"uid":"5e431337c525a6bd","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/5e431337c525a6bd","status":"passed","time":{"start":1725577459954,"stop":1725577459954,"duration":0}},{"uid":"de7b0de2d5340d73","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/de7b0de2d5340d73","status":"passed","time":{"start":1725577403914,"stop":1725577403914,"duration":0}},{"uid":"9d8b3fef6966157f","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/9d8b3fef6966157f","status":"passed","time":{"start":1725576990719,"stop":1725576990719,"duration":0}}]},"tags":[]},"source":"685bec23ba3c6691.json","parameterValues":[]} \ No newline at end of file +{"uid":"ad132ab58d35f0a7","name":"unsubscribes","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > unsubscribes","historyId":"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218910985,"stop":1726218910986,"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":4,"unknown":0,"total":4},"items":[{"uid":"afabe385347ac399","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/afabe385347ac399","status":"passed","time":{"start":1726218817595,"stop":1726218817595,"duration":0}},{"uid":"bb3259767a1d0e57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb3259767a1d0e57","status":"passed","time":{"start":1726218077306,"stop":1726218077306,"duration":0}},{"uid":"51fbdf9449c15f71","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/51fbdf9449c15f71","status":"passed","time":{"start":1726217991632,"stop":1726217991634,"duration":2}}]},"tags":[]},"source":"ad132ab58d35f0a7.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/ad8a495913a569.json b/7434/data/test-cases/ad8a495913a569.json new file mode 100644 index 00000000000..a3d80b5eff5 --- /dev/null +++ b/7434/data/test-cases/ad8a495913a569.json @@ -0,0 +1 @@ +{"uid":"ad8a495913a569","name":"retrieves a single peer","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > retrieves a single peer","historyId":"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218304461,"stop":1726218304462,"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":4,"unknown":0,"total":4},"items":[{"uid":"581f4fe4fae5f66c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/581f4fe4fae5f66c","status":"passed","time":{"start":1726218209562,"stop":1726218209563,"duration":1}},{"uid":"992102610aab72b6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/992102610aab72b6","status":"passed","time":{"start":1726217463037,"stop":1726217463038,"duration":1}},{"uid":"8019d6c7a142477e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8019d6c7a142477e","status":"passed","time":{"start":1726217404604,"stop":1726217404604,"duration":0}}]},"tags":[]},"source":"ad8a495913a569.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/60c4d7407c8064bd.json b/7434/data/test-cases/adab1d1f20bcc561.json similarity index 67% rename from 7408/data/test-cases/60c4d7407c8064bd.json rename to 7434/data/test-cases/adab1d1f20bcc561.json index 3fadaea961a..e25d4160f51 100644 --- a/7408/data/test-cases/60c4d7407c8064bd.json +++ b/7434/data/test-cases/adab1d1f20bcc561.json @@ -1 +1 @@ -{"uid":"60c4d7407c8064bd","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":1725578943254,"stop":1725578943254,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"beb093643bac2f24","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/beb093643bac2f24","status":"passed","time":{"start":1725578482163,"stop":1725578482164,"duration":1}},{"uid":"861dd13b1baac44d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/861dd13b1baac44d","status":"passed","time":{"start":1725578156646,"stop":1725578156646,"duration":0}},{"uid":"995cc64e1ccced0c","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/995cc64e1ccced0c","status":"passed","time":{"start":1725577429915,"stop":1725577429919,"duration":4}},{"uid":"3c6eb7e096e5733b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3c6eb7e096e5733b","status":"passed","time":{"start":1725577060134,"stop":1725577060135,"duration":1}},{"uid":"5bcea3082300f80f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/5bcea3082300f80f","status":"passed","time":{"start":1725577040664,"stop":1725577040665,"duration":1}},{"uid":"faa4c25b445898ad","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/faa4c25b445898ad","status":"passed","time":{"start":1725576604956,"stop":1725576604956,"duration":0}}]},"tags":[]},"source":"60c4d7407c8064bd.json","parameterValues":[]} \ No newline at end of file +{"uid":"adab1d1f20bcc561","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":1726218523015,"stop":1726218523015,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"80c6de79fea9ca05","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/80c6de79fea9ca05","status":"passed","time":{"start":1726218422897,"stop":1726218422898,"duration":1}},{"uid":"bbeb1f06bb1cc096","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bbeb1f06bb1cc096","status":"passed","time":{"start":1726217687422,"stop":1726217687422,"duration":0}},{"uid":"b415dd63f7c240cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b415dd63f7c240cc","status":"passed","time":{"start":1726217604489,"stop":1726217604490,"duration":1}}]},"tags":[]},"source":"adab1d1f20bcc561.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1766992fc820c769.json b/7434/data/test-cases/ae141cb13565e468.json similarity index 65% rename from 7408/data/test-cases/1766992fc820c769.json rename to 7434/data/test-cases/ae141cb13565e468.json index b3e3b31adba..d63eaf94b23 100644 --- a/7408/data/test-cases/1766992fc820c769.json +++ b/7434/data/test-cases/ae141cb13565e468.json @@ -1 +1 @@ -{"uid":"1766992fc820c769","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":1725578833275,"stop":1725578833276,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"f2ce744e33119fe","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f2ce744e33119fe","status":"passed","time":{"start":1725578383414,"stop":1725578383417,"duration":3}},{"uid":"459c891402fe6810","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/459c891402fe6810","status":"passed","time":{"start":1725578049899,"stop":1725578049899,"duration":0}},{"uid":"eb461776688937e0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/eb461776688937e0","status":"passed","time":{"start":1725577334270,"stop":1725577334271,"duration":1}},{"uid":"951151857550e5d3","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/951151857550e5d3","status":"passed","time":{"start":1725576977274,"stop":1725576977275,"duration":1}},{"uid":"1f8c488ea93b4fd4","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1f8c488ea93b4fd4","status":"passed","time":{"start":1725576922762,"stop":1725576922770,"duration":8}},{"uid":"faca6a837a292041","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/faca6a837a292041","status":"passed","time":{"start":1725576508099,"stop":1725576508100,"duration":1}}]},"tags":[]},"source":"1766992fc820c769.json","parameterValues":[]} \ No newline at end of file +{"uid":"ae141cb13565e468","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":1726218410954,"stop":1726218410954,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"c62e21034b7fb6d4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c62e21034b7fb6d4","status":"passed","time":{"start":1726218315928,"stop":1726218315928,"duration":0}},{"uid":"1595ee22a856bad","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1595ee22a856bad","status":"passed","time":{"start":1726217577137,"stop":1726217577137,"duration":0}},{"uid":"3b22c65b3b6b79b9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3b22c65b3b6b79b9","status":"passed","time":{"start":1726217509414,"stop":1726217509415,"duration":1}}]},"tags":[]},"source":"ae141cb13565e468.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/ae17a515ffbdd9e1.json b/7434/data/test-cases/ae17a515ffbdd9e1.json new file mode 100644 index 00000000000..993a68274e3 --- /dev/null +++ b/7434/data/test-cases/ae17a515ffbdd9e1.json @@ -0,0 +1 @@ +{"uid":"ae17a515ffbdd9e1","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":1726218296786,"stop":1726218296787,"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":4,"unknown":0,"total":4},"items":[{"uid":"505ca3dd7a50bfc4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/505ca3dd7a50bfc4","status":"passed","time":{"start":1726218201913,"stop":1726218201914,"duration":1}},{"uid":"100487c0b35a722e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/100487c0b35a722e","status":"passed","time":{"start":1726217455154,"stop":1726217455154,"duration":0}},{"uid":"40b2c280d2738746","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/40b2c280d2738746","status":"passed","time":{"start":1726217396843,"stop":1726217396843,"duration":0}}]},"tags":[]},"source":"ae17a515ffbdd9e1.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/11fe339a36df6c9e.json b/7434/data/test-cases/ae8e24c35164dfaa.json similarity index 58% rename from 7408/data/test-cases/11fe339a36df6c9e.json rename to 7434/data/test-cases/ae8e24c35164dfaa.json index 94acd15e99d..6cf6e82aff6 100644 --- a/7408/data/test-cases/11fe339a36df6c9e.json +++ b/7434/data/test-cases/ae8e24c35164dfaa.json @@ -1 +1 @@ -{"uid":"11fe339a36df6c9e","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":1725578730396,"stop":1725578730396,"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":7,"unknown":0,"total":7},"items":[{"uid":"2ed7f19bd74d90d3","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/2ed7f19bd74d90d3","status":"passed","time":{"start":1725578273565,"stop":1725578273565,"duration":0}},{"uid":"7ffecea19e3fe72d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/7ffecea19e3fe72d","status":"passed","time":{"start":1725577945949,"stop":1725577945949,"duration":0}},{"uid":"55990b3cc63c8d30","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/55990b3cc63c8d30","status":"passed","time":{"start":1725577213595,"stop":1725577213596,"duration":1}},{"uid":"f4ce2708e8566420","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f4ce2708e8566420","status":"passed","time":{"start":1725576860204,"stop":1725576860204,"duration":0}},{"uid":"34ad22ce27dc29","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/34ad22ce27dc29","status":"passed","time":{"start":1725576813309,"stop":1725576813309,"duration":0}},{"uid":"36b21e697ab196b6","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/36b21e697ab196b6","status":"passed","time":{"start":1725576395196,"stop":1725576395196,"duration":0}}]},"tags":[]},"source":"11fe339a36df6c9e.json","parameterValues":[]} \ No newline at end of file +{"uid":"ae8e24c35164dfaa","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":1726218304465,"stop":1726218304466,"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":4,"unknown":0,"total":4},"items":[{"uid":"9383d0e5b2b74b3f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9383d0e5b2b74b3f","status":"passed","time":{"start":1726218209564,"stop":1726218209564,"duration":0}},{"uid":"15f57851aa315469","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15f57851aa315469","status":"passed","time":{"start":1726217463039,"stop":1726217463039,"duration":0}},{"uid":"7fad153c2f2df61f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7fad153c2f2df61f","status":"passed","time":{"start":1726217404606,"stop":1726217404606,"duration":0}}]},"tags":[]},"source":"ae8e24c35164dfaa.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a819132c19a7fae5.json b/7434/data/test-cases/af16f11846fbef17.json similarity index 91% rename from 7408/data/test-cases/a819132c19a7fae5.json rename to 7434/data/test-cases/af16f11846fbef17.json index 0ac576b2fbf..9b58fd1c6db 100644 --- a/7408/data/test-cases/a819132c19a7fae5.json +++ b/7434/data/test-cases/af16f11846fbef17.json @@ -1 +1 @@ -{"uid":"a819132c19a7fae5","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":1725578970800,"stop":1725578970800,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"14f8b71967d908cc","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/14f8b71967d908cc","status":"passed","time":{"start":1725578514108,"stop":1725578514109,"duration":1}},{"uid":"a4dda3a14048842","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a4dda3a14048842","status":"passed","time":{"start":1725578193151,"stop":1725578193151,"duration":0}},{"uid":"e74aaf54beccf707","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e74aaf54beccf707","status":"passed","time":{"start":1725577453268,"stop":1725577453269,"duration":1}},{"uid":"6420df777ef7863a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6420df777ef7863a","status":"passed","time":{"start":1725577097755,"stop":1725577097755,"duration":0}},{"uid":"f47598057d6d36ee","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f47598057d6d36ee","status":"passed","time":{"start":1725577056981,"stop":1725577056981,"duration":0}},{"uid":"f6ff1fd58d3034f","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f6ff1fd58d3034f","status":"passed","time":{"start":1725576644009,"stop":1725576644009,"duration":0}}]},"tags":[]},"source":"a819132c19a7fae5.json","parameterValues":[]} \ No newline at end of file +{"uid":"af16f11846fbef17","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":1726218551493,"stop":1726218551493,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"750e997b031bf5d2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/750e997b031bf5d2","status":"passed","time":{"start":1726218459540,"stop":1726218459540,"duration":0}},{"uid":"b3c2e11c53c4563","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3c2e11c53c4563","status":"passed","time":{"start":1726217706009,"stop":1726217706009,"duration":0}},{"uid":"427450721688d2ac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/427450721688d2ac","status":"passed","time":{"start":1726217650771,"stop":1726217650772,"duration":1}}]},"tags":[]},"source":"af16f11846fbef17.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a1ad0489c482688c.json b/7434/data/test-cases/af31d9ea7c728f8d.json similarity index 91% rename from 7408/data/test-cases/a1ad0489c482688c.json rename to 7434/data/test-cases/af31d9ea7c728f8d.json index 455b04f5f05..e29032ed240 100644 --- a/7408/data/test-cases/a1ad0489c482688c.json +++ b/7434/data/test-cases/af31d9ea7c728f8d.json @@ -1 +1 @@ -{"uid":"a1ad0489c482688c","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":1725578970785,"stop":1725578970785,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"28ff0f975d023bea","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/28ff0f975d023bea","status":"passed","time":{"start":1725578514088,"stop":1725578514089,"duration":1}},{"uid":"e5c119a82a50a931","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/e5c119a82a50a931","status":"passed","time":{"start":1725578193135,"stop":1725578193135,"duration":0}},{"uid":"be56aec9863cdb48","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/be56aec9863cdb48","status":"passed","time":{"start":1725577453223,"stop":1725577453224,"duration":1}},{"uid":"e1742e6afb949aa1","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e1742e6afb949aa1","status":"passed","time":{"start":1725577097736,"stop":1725577097745,"duration":9}},{"uid":"ada1586fb1b849df","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/ada1586fb1b849df","status":"passed","time":{"start":1725577056972,"stop":1725577056973,"duration":1}},{"uid":"6f8380f1bd2b204c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/6f8380f1bd2b204c","status":"passed","time":{"start":1725576643979,"stop":1725576643980,"duration":1}}]},"tags":[]},"source":"a1ad0489c482688c.json","parameterValues":[]} \ No newline at end of file +{"uid":"af31d9ea7c728f8d","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":1726218551470,"stop":1726218551477,"duration":7},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook 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":4,"unknown":0,"total":4},"items":[{"uid":"d9c8623eddfd7446","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d9c8623eddfd7446","status":"passed","time":{"start":1726218459525,"stop":1726218459526,"duration":1}},{"uid":"93d80f22374b0110","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/93d80f22374b0110","status":"passed","time":{"start":1726217705997,"stop":1726217705997,"duration":0}},{"uid":"4fdd571e1a88c43d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4fdd571e1a88c43d","status":"passed","time":{"start":1726217650747,"stop":1726217650747,"duration":0}}]},"tags":[]},"source":"af31d9ea7c728f8d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ff3597ae8e94c614.json b/7434/data/test-cases/af9df56f21f5cb03.json similarity index 75% rename from 7408/data/test-cases/ff3597ae8e94c614.json rename to 7434/data/test-cases/af9df56f21f5cb03.json index af510b4ad60..c0843a66309 100644 --- a/7408/data/test-cases/ff3597ae8e94c614.json +++ b/7434/data/test-cases/af9df56f21f5cb03.json @@ -1 +1 @@ -{"uid":"ff3597ae8e94c614","name":"Callback on promise","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Callback on promise","historyId":"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579310623,"stop":1725579310624,"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":7,"unknown":0,"total":7},"items":[{"uid":"601f466456632b4a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/601f466456632b4a","status":"passed","time":{"start":1725578851751,"stop":1725578851752,"duration":1}},{"uid":"58c48d4c66e9d8e5","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/58c48d4c66e9d8e5","status":"passed","time":{"start":1725578528320,"stop":1725578528320,"duration":0}},{"uid":"2c0f1f38936f9947","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2c0f1f38936f9947","status":"passed","time":{"start":1725577788025,"stop":1725577788026,"duration":1}},{"uid":"13680a06b92f9cca","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/13680a06b92f9cca","status":"passed","time":{"start":1725577450855,"stop":1725577450855,"duration":0}},{"uid":"f0b23a4ac508a547","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f0b23a4ac508a547","status":"passed","time":{"start":1725577393092,"stop":1725577393092,"duration":0}},{"uid":"b7db3469f9ed97e7","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/b7db3469f9ed97e7","status":"passed","time":{"start":1725576982840,"stop":1725576982840,"duration":0}}]},"tags":[]},"source":"ff3597ae8e94c614.json","parameterValues":[]} \ No newline at end of file +{"uid":"af9df56f21f5cb03","name":"Callback on promise","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Callback on promise","historyId":"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218902982,"stop":1726218902983,"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":4,"unknown":0,"total":4},"items":[{"uid":"98de0e8b5b161e89","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/98de0e8b5b161e89","status":"passed","time":{"start":1726218814290,"stop":1726218814291,"duration":1}},{"uid":"f8c949295fb171dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8c949295fb171dd","status":"passed","time":{"start":1726218071325,"stop":1726218071325,"duration":0}},{"uid":"8d243418998fed8e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d243418998fed8e","status":"passed","time":{"start":1726217984830,"stop":1726217984831,"duration":1}}]},"tags":[]},"source":"af9df56f21f5cb03.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/90143137d8e35920.json b/7434/data/test-cases/b007419bcfd40f9a.json similarity index 62% rename from 7408/data/test-cases/90143137d8e35920.json rename to 7434/data/test-cases/b007419bcfd40f9a.json index bb5d1c2e6bb..769a089be96 100644 --- a/7408/data/test-cases/90143137d8e35920.json +++ b/7434/data/test-cases/b007419bcfd40f9a.json @@ -1 +1 @@ -{"uid":"90143137d8e35920","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":1725578717085,"stop":1725578717085,"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":7,"unknown":0,"total":7},"items":[{"uid":"4dd268f009a99229","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/4dd268f009a99229","status":"passed","time":{"start":1725578260518,"stop":1725578260518,"duration":0}},{"uid":"92e74655dcce9ee4","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/92e74655dcce9ee4","status":"passed","time":{"start":1725577932896,"stop":1725577932897,"duration":1}},{"uid":"160b5241a967894b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/160b5241a967894b","status":"passed","time":{"start":1725577200593,"stop":1725577200594,"duration":1}},{"uid":"2b2651dcde19c54e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/2b2651dcde19c54e","status":"passed","time":{"start":1725576847047,"stop":1725576847047,"duration":0}},{"uid":"907b6e2d1021b271","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/907b6e2d1021b271","status":"passed","time":{"start":1725576799925,"stop":1725576799926,"duration":1}},{"uid":"4c8e5061e971c095","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4c8e5061e971c095","status":"passed","time":{"start":1725576382165,"stop":1725576382166,"duration":1}}]},"tags":[]},"source":"90143137d8e35920.json","parameterValues":[]} \ No newline at end of file +{"uid":"b007419bcfd40f9a","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":1726218291080,"stop":1726218291080,"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":4,"unknown":0,"total":4},"items":[{"uid":"c62203f6a4dcd6fa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c62203f6a4dcd6fa","status":"passed","time":{"start":1726218196345,"stop":1726218196346,"duration":1}},{"uid":"47d333d62e7c116d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47d333d62e7c116d","status":"passed","time":{"start":1726217449475,"stop":1726217449476,"duration":1}},{"uid":"ca227a677b9e27d3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ca227a677b9e27d3","status":"passed","time":{"start":1726217391250,"stop":1726217391250,"duration":0}}]},"tags":[]},"source":"b007419bcfd40f9a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/640ea34a365649f7.json b/7434/data/test-cases/b0a6f61c031638c1.json similarity index 91% rename from 7408/data/test-cases/640ea34a365649f7.json rename to 7434/data/test-cases/b0a6f61c031638c1.json index 251a827ce71..a3d67a6fa42 100644 --- a/7408/data/test-cases/640ea34a365649f7.json +++ b/7434/data/test-cases/b0a6f61c031638c1.json @@ -1 +1 @@ -{"uid":"640ea34a365649f7","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":1725578970798,"stop":1725578970798,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"ecf13673f70e3468","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ecf13673f70e3468","status":"passed","time":{"start":1725578514104,"stop":1725578514105,"duration":1}},{"uid":"fb264dcce5bda6d5","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/fb264dcce5bda6d5","status":"passed","time":{"start":1725578193146,"stop":1725578193148,"duration":2}},{"uid":"f6fe11a4503748f0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f6fe11a4503748f0","status":"passed","time":{"start":1725577453265,"stop":1725577453265,"duration":0}},{"uid":"60f4d8e8b1a25646","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/60f4d8e8b1a25646","status":"passed","time":{"start":1725577097753,"stop":1725577097753,"duration":0}},{"uid":"acf4248ccf3047b9","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/acf4248ccf3047b9","status":"passed","time":{"start":1725577056979,"stop":1725577056979,"duration":0}},{"uid":"dd9b722419490636","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/dd9b722419490636","status":"passed","time":{"start":1725576644004,"stop":1725576644004,"duration":0}}]},"tags":[]},"source":"640ea34a365649f7.json","parameterValues":[]} \ No newline at end of file +{"uid":"b0a6f61c031638c1","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":1726218551488,"stop":1726218551489,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"ba3a180a97334ba0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ba3a180a97334ba0","status":"passed","time":{"start":1726218459538,"stop":1726218459538,"duration":0}},{"uid":"f6fcbf6ede1545b6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f6fcbf6ede1545b6","status":"passed","time":{"start":1726217706006,"stop":1726217706006,"duration":0}},{"uid":"9494e9dc05c50a55","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9494e9dc05c50a55","status":"passed","time":{"start":1726217650763,"stop":1726217650763,"duration":0}}]},"tags":[]},"source":"b0a6f61c031638c1.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/67bfdd787e81679d.json b/7434/data/test-cases/b114c56cb4449fce.json similarity index 92% rename from 7408/data/test-cases/67bfdd787e81679d.json rename to 7434/data/test-cases/b114c56cb4449fce.json index d0f7fae2cc8..54925b8ecd7 100644 --- a/7408/data/test-cases/67bfdd787e81679d.json +++ b/7434/data/test-cases/b114c56cb4449fce.json @@ -1 +1 @@ -{"uid":"67bfdd787e81679d","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":1725579297987,"stop":1725579297987,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"a7ad9ad939c0f7be","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a7ad9ad939c0f7be","status":"passed","time":{"start":1725578825356,"stop":1725578825357,"duration":1}},{"uid":"3a2055a914df5d80","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3a2055a914df5d80","status":"passed","time":{"start":1725578517014,"stop":1725578517014,"duration":0}},{"uid":"1554acc4764fc4cf","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1554acc4764fc4cf","status":"passed","time":{"start":1725577784929,"stop":1725577784930,"duration":1}},{"uid":"21c764989d9bb331","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/21c764989d9bb331","status":"passed","time":{"start":1725577433792,"stop":1725577433792,"duration":0}},{"uid":"a4c95d93d1d31b0c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a4c95d93d1d31b0c","status":"passed","time":{"start":1725577392066,"stop":1725577392067,"duration":1}},{"uid":"5043042195e22544","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5043042195e22544","status":"passed","time":{"start":1725576971861,"stop":1725576971862,"duration":1}}]},"tags":[]},"source":"67bfdd787e81679d.json","parameterValues":[]} \ No newline at end of file +{"uid":"b114c56cb4449fce","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":1726218879338,"stop":1726218879338,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3ad503da8b5a193f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3ad503da8b5a193f","status":"passed","time":{"start":1726218787585,"stop":1726218787585,"duration":0}},{"uid":"ba693ab0b047ac50","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ba693ab0b047ac50","status":"passed","time":{"start":1726218066297,"stop":1726218066297,"duration":0}},{"uid":"9f09cd9ce3373fc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9f09cd9ce3373fc","status":"passed","time":{"start":1726217965317,"stop":1726217965317,"duration":0}}]},"tags":[]},"source":"b114c56cb4449fce.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/b14e1ea212a311d.json b/7434/data/test-cases/b14e1ea212a311d.json new file mode 100644 index 00000000000..cb16af6a55e --- /dev/null +++ b/7434/data/test-cases/b14e1ea212a311d.json @@ -0,0 +1 @@ +{"uid":"b14e1ea212a311d","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":1726218778194,"stop":1726218778195,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"a46a0f9cbcdc6f6a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a46a0f9cbcdc6f6a","status":"passed","time":{"start":1726218673550,"stop":1726218673550,"duration":0}},{"uid":"1a6b29b2737111e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a6b29b2737111e","status":"passed","time":{"start":1726217946720,"stop":1726217946720,"duration":0}},{"uid":"e6cf251b51164348","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e6cf251b51164348","status":"passed","time":{"start":1726217862773,"stop":1726217862774,"duration":1}}]},"tags":[]},"source":"b14e1ea212a311d.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/b15a2adab82e743f.json b/7434/data/test-cases/b15a2adab82e743f.json new file mode 100644 index 00000000000..2396ca3cd01 --- /dev/null +++ b/7434/data/test-cases/b15a2adab82e743f.json @@ -0,0 +1 @@ +{"uid":"b15a2adab82e743f","name":"Used by Waku Relay","fullName":"/tests/waku.node.spec.ts: Decryption Keys > Used by Waku Relay","historyId":"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218917026,"stop":1726218917026,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Decryption Keys\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Decryption Keys\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Decryption Keys\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Decryption Keys"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"81a54aa059ef6a65","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/81a54aa059ef6a65","status":"passed","time":{"start":1726218827657,"stop":1726218827657,"duration":0}},{"uid":"39de516b6e9147b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39de516b6e9147b8","status":"passed","time":{"start":1726218090764,"stop":1726218090764,"duration":0}},{"uid":"9ae736d2d6fa05de","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9ae736d2d6fa05de","status":"passed","time":{"start":1726217999477,"stop":1726217999478,"duration":1}}]},"tags":[]},"source":"b15a2adab82e743f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1a6ac05873eafcc7.json b/7434/data/test-cases/b1a5a22e87f3879a.json similarity index 92% rename from 7408/data/test-cases/1a6ac05873eafcc7.json rename to 7434/data/test-cases/b1a5a22e87f3879a.json index a0262503643..4be499a378b 100644 --- a/7408/data/test-cases/1a6ac05873eafcc7.json +++ b/7434/data/test-cases/b1a5a22e87f3879a.json @@ -1 +1 @@ -{"uid":"1a6ac05873eafcc7","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":1725579297985,"stop":1725579297985,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"b85405eb94ae459f","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b85405eb94ae459f","status":"passed","time":{"start":1725578825354,"stop":1725578825354,"duration":0}},{"uid":"3fb08f99b539d0a4","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3fb08f99b539d0a4","status":"passed","time":{"start":1725578517006,"stop":1725578517010,"duration":4}},{"uid":"6a6bf24052be5aef","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6a6bf24052be5aef","status":"passed","time":{"start":1725577784926,"stop":1725577784926,"duration":0}},{"uid":"9400404464181a8c","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9400404464181a8c","status":"passed","time":{"start":1725577433788,"stop":1725577433789,"duration":1}},{"uid":"12acba63195659a6","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/12acba63195659a6","status":"passed","time":{"start":1725577392064,"stop":1725577392064,"duration":0}},{"uid":"d96f7df1892fb811","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d96f7df1892fb811","status":"passed","time":{"start":1725576971852,"stop":1725576971853,"duration":1}}]},"tags":[]},"source":"1a6ac05873eafcc7.json","parameterValues":[]} \ No newline at end of file +{"uid":"b1a5a22e87f3879a","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":1726218879335,"stop":1726218879335,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"36e71919b51b36e4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/36e71919b51b36e4","status":"passed","time":{"start":1726218787583,"stop":1726218787583,"duration":0}},{"uid":"553f079f1ca8818f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/553f079f1ca8818f","status":"passed","time":{"start":1726218066289,"stop":1726218066289,"duration":0}},{"uid":"565556363d3805da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/565556363d3805da","status":"passed","time":{"start":1726217965312,"stop":1726217965312,"duration":0}}]},"tags":[]},"source":"b1a5a22e87f3879a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6dbd724c76fcdd2f.json b/7434/data/test-cases/b24c58d60f2d3742.json similarity index 80% rename from 7408/data/test-cases/6dbd724c76fcdd2f.json rename to 7434/data/test-cases/b24c58d60f2d3742.json index 66963837522..c26a8b65a03 100644 --- a/7408/data/test-cases/6dbd724c76fcdd2f.json +++ b/7434/data/test-cases/b24c58d60f2d3742.json @@ -1 +1 @@ -{"uid":"6dbd724c76fcdd2f","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":1725579222049,"stop":1725579222049,"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":7,"unknown":0,"total":7},"items":[{"uid":"1e7cb9c33fa795ad","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1e7cb9c33fa795ad","status":"passed","time":{"start":1725578763705,"stop":1725578763706,"duration":1}},{"uid":"90e3808c7b3fc2a8","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/90e3808c7b3fc2a8","status":"passed","time":{"start":1725578437618,"stop":1725578437618,"duration":0}},{"uid":"349632afd8934398","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/349632afd8934398","status":"passed","time":{"start":1725577679217,"stop":1725577679218,"duration":1}},{"uid":"6d78e5ad0dbdbc64","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6d78e5ad0dbdbc64","status":"passed","time":{"start":1725577331516,"stop":1725577331516,"duration":0}},{"uid":"caa15a13b86ae2c3","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/caa15a13b86ae2c3","status":"passed","time":{"start":1725577298222,"stop":1725577298223,"duration":1}},{"uid":"791e071f74d9e8f1","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/791e071f74d9e8f1","status":"passed","time":{"start":1725576890430,"stop":1725576890431,"duration":1}}]},"tags":[]},"source":"6dbd724c76fcdd2f.json","parameterValues":[]} \ No newline at end of file +{"uid":"b24c58d60f2d3742","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":1726218793434,"stop":1726218793435,"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":4,"unknown":0,"total":4},"items":[{"uid":"ce87c6746af7b866","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ce87c6746af7b866","status":"passed","time":{"start":1726218722089,"stop":1726218722089,"duration":0}},{"uid":"de04ba40cdd8c7e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/de04ba40cdd8c7e7","status":"passed","time":{"start":1726217978667,"stop":1726217978667,"duration":0}},{"uid":"dc1d8392079992b6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dc1d8392079992b6","status":"passed","time":{"start":1726217893875,"stop":1726217893875,"duration":0}}]},"tags":[]},"source":"b24c58d60f2d3742.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a153a5502cc6d8fa.json b/7434/data/test-cases/b28aea2808b126a5.json similarity index 67% rename from 7408/data/test-cases/a153a5502cc6d8fa.json rename to 7434/data/test-cases/b28aea2808b126a5.json index 32c080c9dd6..ad8b6e7d834 100644 --- a/7408/data/test-cases/a153a5502cc6d8fa.json +++ b/7434/data/test-cases/b28aea2808b126a5.json @@ -1 +1 @@ -{"uid":"a153a5502cc6d8fa","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":1725578943258,"stop":1725578943258,"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":7,"unknown":0,"total":7},"items":[{"uid":"320fdc7df489ab02","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/320fdc7df489ab02","status":"passed","time":{"start":1725578482178,"stop":1725578482179,"duration":1}},{"uid":"e36695da2aa77af1","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/e36695da2aa77af1","status":"passed","time":{"start":1725578156659,"stop":1725578156659,"duration":0}},{"uid":"393fa9ec1f4525db","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/393fa9ec1f4525db","status":"passed","time":{"start":1725577429924,"stop":1725577429925,"duration":1}},{"uid":"fcd8ea401c499155","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/fcd8ea401c499155","status":"passed","time":{"start":1725577060142,"stop":1725577060143,"duration":1}},{"uid":"66c329bc074dabf6","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/66c329bc074dabf6","status":"passed","time":{"start":1725577040675,"stop":1725577040676,"duration":1}},{"uid":"babde90c26eff5a1","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/babde90c26eff5a1","status":"passed","time":{"start":1725576604962,"stop":1725576604962,"duration":0}}]},"tags":[]},"source":"a153a5502cc6d8fa.json","parameterValues":[]} \ No newline at end of file +{"uid":"b28aea2808b126a5","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":1726218523020,"stop":1726218523021,"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":4,"unknown":0,"total":4},"items":[{"uid":"c0f40d6af96ec692","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c0f40d6af96ec692","status":"passed","time":{"start":1726218422904,"stop":1726218422905,"duration":1}},{"uid":"925b1c919a4ad23d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/925b1c919a4ad23d","status":"passed","time":{"start":1726217687427,"stop":1726217687428,"duration":1}},{"uid":"9cb50416fac1c0a2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9cb50416fac1c0a2","status":"passed","time":{"start":1726217604496,"stop":1726217604496,"duration":0}}]},"tags":[]},"source":"b28aea2808b126a5.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9cd262da2878d3d3.json b/7434/data/test-cases/b29b3096cb5b3b0d.json similarity index 53% rename from 7408/data/test-cases/9cd262da2878d3d3.json rename to 7434/data/test-cases/b29b3096cb5b3b0d.json index eaf7cd40c9e..9c1f803eb31 100644 --- a/7408/data/test-cases/9cd262da2878d3d3.json +++ b/7434/data/test-cases/b29b3096cb5b3b0d.json @@ -1 +1 @@ -{"uid":"9cd262da2878d3d3","name":"LightPush with 3 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > LightPush with 3 connections","historyId":"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578997630,"stop":1725578997630,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"22cf1e2b3fb8ca33","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/22cf1e2b3fb8ca33","status":"passed","time":{"start":1725578540376,"stop":1725578540377,"duration":1}},{"uid":"c9f8975cb053a88f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c9f8975cb053a88f","status":"passed","time":{"start":1725578211879,"stop":1725578211879,"duration":0}},{"uid":"4a8feaded47c3d2e","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4a8feaded47c3d2e","status":"passed","time":{"start":1725577486542,"stop":1725577486543,"duration":1}},{"uid":"b75840c34b820bef","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b75840c34b820bef","status":"passed","time":{"start":1725577127732,"stop":1725577127733,"duration":1}},{"uid":"c7e373df86b76db5","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c7e373df86b76db5","status":"passed","time":{"start":1725577093282,"stop":1725577093282,"duration":0}},{"uid":"adacaeca3b9a312d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/adacaeca3b9a312d","status":"passed","time":{"start":1725576661954,"stop":1725576661955,"duration":1}}]},"tags":[]},"source":"9cd262da2878d3d3.json","parameterValues":[]} \ No newline at end of file +{"uid":"b29b3096cb5b3b0d","name":"LightPush with 3 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > LightPush with 3 connections","historyId":"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218583684,"stop":1726218583684,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"43548bf5fd09aa68","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/43548bf5fd09aa68","status":"passed","time":{"start":1726218469213,"stop":1726218469213,"duration":0}},{"uid":"face8bb30fdbac53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/face8bb30fdbac53","status":"passed","time":{"start":1726217742503,"stop":1726217742503,"duration":0}},{"uid":"8e0259f0dabfc336","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e0259f0dabfc336","status":"passed","time":{"start":1726217674286,"stop":1726217674287,"duration":1}}]},"tags":[]},"source":"b29b3096cb5b3b0d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4933e283d1ac6b81.json b/7434/data/test-cases/b2b41790c1bfcce6.json similarity index 93% rename from 7408/data/test-cases/4933e283d1ac6b81.json rename to 7434/data/test-cases/b2b41790c1bfcce6.json index 0850adcad4d..1b3fb7a672f 100644 --- a/7408/data/test-cases/4933e283d1ac6b81.json +++ b/7434/data/test-cases/b2b41790c1bfcce6.json @@ -1 +1 @@ -{"uid":"4933e283d1ac6b81","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":1725579187568,"stop":1725579187568,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"a530451dcc3f5bf","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a530451dcc3f5bf","status":"passed","time":{"start":1725578730887,"stop":1725578730887,"duration":0}},{"uid":"2929ede7d61c37c9","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2929ede7d61c37c9","status":"passed","time":{"start":1725578399088,"stop":1725578399088,"duration":0}},{"uid":"e6751d5ac16c8ce8","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e6751d5ac16c8ce8","status":"passed","time":{"start":1725577666260,"stop":1725577666260,"duration":0}},{"uid":"b5fe26b87a02d4c0","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b5fe26b87a02d4c0","status":"passed","time":{"start":1725577318866,"stop":1725577318867,"duration":1}},{"uid":"9c361aeff6a4fde7","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/9c361aeff6a4fde7","status":"passed","time":{"start":1725577277095,"stop":1725577277095,"duration":0}},{"uid":"379d29c3ede907b7","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/379d29c3ede907b7","status":"passed","time":{"start":1725576853140,"stop":1725576853141,"duration":1}}]},"tags":[]},"source":"4933e283d1ac6b81.json","parameterValues":[]} \ No newline at end of file +{"uid":"b2b41790c1bfcce6","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":1726218778188,"stop":1726218778189,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"ccbee51feb6752e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ccbee51feb6752e","status":"passed","time":{"start":1726218673547,"stop":1726218673547,"duration":0}},{"uid":"a03a7e9813f53881","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a03a7e9813f53881","status":"passed","time":{"start":1726217946697,"stop":1726217946698,"duration":1}},{"uid":"4ea38de8a16579ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4ea38de8a16579ae","status":"passed","time":{"start":1726217862771,"stop":1726217862771,"duration":0}}]},"tags":[]},"source":"b2b41790c1bfcce6.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/121865b2778ddb69.json b/7434/data/test-cases/b2f914b66bf323b7.json similarity index 90% rename from 7408/data/test-cases/121865b2778ddb69.json rename to 7434/data/test-cases/b2f914b66bf323b7.json index 1e352958e4e..034afbd9108 100644 --- a/7408/data/test-cases/121865b2778ddb69.json +++ b/7434/data/test-cases/b2f914b66bf323b7.json @@ -1 +1 @@ -{"uid":"121865b2778ddb69","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":1725579219619,"stop":1725579219620,"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":7,"unknown":0,"total":7},"items":[{"uid":"3b1cb0d2a75f6cd4","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/3b1cb0d2a75f6cd4","status":"passed","time":{"start":1725578761133,"stop":1725578761133,"duration":0}},{"uid":"405453042e9fb359","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/405453042e9fb359","status":"passed","time":{"start":1725578429989,"stop":1725578429989,"duration":0}},{"uid":"f7d34a8fe0a732f4","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f7d34a8fe0a732f4","status":"passed","time":{"start":1725577692791,"stop":1725577692791,"duration":0}},{"uid":"c9ba6b736060a092","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/c9ba6b736060a092","status":"passed","time":{"start":1725577353965,"stop":1725577353965,"duration":0}},{"uid":"85305472a1b92557","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/85305472a1b92557","status":"passed","time":{"start":1725577301900,"stop":1725577301900,"duration":0}},{"uid":"e297e087b6f4cdae","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e297e087b6f4cdae","status":"passed","time":{"start":1725576895914,"stop":1725576895915,"duration":1}}]},"tags":[]},"source":"121865b2778ddb69.json","parameterValues":[]} \ No newline at end of file +{"uid":"b2f914b66bf323b7","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":1726218806763,"stop":1726218806763,"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":4,"unknown":0,"total":4},"items":[{"uid":"2cf34a60d6e06741","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2cf34a60d6e06741","status":"passed","time":{"start":1726218706745,"stop":1726218706746,"duration":1}},{"uid":"ecd94d1fd89bec96","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ecd94d1fd89bec96","status":"passed","time":{"start":1726217976614,"stop":1726217976615,"duration":1}},{"uid":"8118d404c11e3a27","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8118d404c11e3a27","status":"passed","time":{"start":1726217890300,"stop":1726217890300,"duration":0}}]},"tags":[]},"source":"b2f914b66bf323b7.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/b3e5963a12f7de49.json b/7434/data/test-cases/b3e5963a12f7de49.json new file mode 100644 index 00000000000..1b0c880b388 --- /dev/null +++ b/7434/data/test-cases/b3e5963a12f7de49.json @@ -0,0 +1 @@ +{"uid":"b3e5963a12f7de49","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":1726218902993,"stop":1726218902994,"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":4,"unknown":0,"total":4},"items":[{"uid":"f81ea6876a7c80ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f81ea6876a7c80ba","status":"passed","time":{"start":1726218814291,"stop":1726218814295,"duration":4}},{"uid":"8be0f273fac9bcc2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8be0f273fac9bcc2","status":"passed","time":{"start":1726218071325,"stop":1726218071325,"duration":0}},{"uid":"998001bc08c44414","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/998001bc08c44414","status":"passed","time":{"start":1726217984831,"stop":1726217984831,"duration":0}}]},"tags":[]},"source":"b3e5963a12f7de49.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/b3fbfb47f0e336ee.json b/7434/data/test-cases/b3fbfb47f0e336ee.json new file mode 100644 index 00000000000..dcdf58d619d --- /dev/null +++ b/7434/data/test-cases/b3fbfb47f0e336ee.json @@ -0,0 +1 @@ +{"uid":"b3fbfb47f0e336ee","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":1726218304533,"stop":1726218304533,"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":4,"unknown":0,"total":4},"items":[{"uid":"402e5ee826a94d79","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/402e5ee826a94d79","status":"passed","time":{"start":1726218209370,"stop":1726218209370,"duration":0}},{"uid":"3929a8bfc16361f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3929a8bfc16361f2","status":"passed","time":{"start":1726217462331,"stop":1726217462331,"duration":0}},{"uid":"82f0424e36bb33a2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82f0424e36bb33a2","status":"passed","time":{"start":1726217404185,"stop":1726217404185,"duration":0}}]},"tags":[]},"source":"b3fbfb47f0e336ee.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/831e6fbb828053c2.json b/7434/data/test-cases/b403c454b56be12a.json similarity index 58% rename from 7408/data/test-cases/831e6fbb828053c2.json rename to 7434/data/test-cases/b403c454b56be12a.json index 7d14a362685..700f3c0ec11 100644 --- a/7408/data/test-cases/831e6fbb828053c2.json +++ b/7434/data/test-cases/b403c454b56be12a.json @@ -1 +1 @@ -{"uid":"831e6fbb828053c2","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":1725578730396,"stop":1725578730397,"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":7,"unknown":0,"total":7},"items":[{"uid":"f4f826693638d808","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f4f826693638d808","status":"passed","time":{"start":1725578273565,"stop":1725578273565,"duration":0}},{"uid":"7e98be02db3ee72f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/7e98be02db3ee72f","status":"passed","time":{"start":1725577945949,"stop":1725577945950,"duration":1}},{"uid":"a45f11d6cd60958f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a45f11d6cd60958f","status":"passed","time":{"start":1725577213596,"stop":1725577213596,"duration":0}},{"uid":"97bb05af0704509a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/97bb05af0704509a","status":"passed","time":{"start":1725576860204,"stop":1725576860204,"duration":0}},{"uid":"fc585fc27f7b3c9f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/fc585fc27f7b3c9f","status":"passed","time":{"start":1725576813309,"stop":1725576813309,"duration":0}},{"uid":"2da4e71c86118345","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2da4e71c86118345","status":"passed","time":{"start":1725576395196,"stop":1725576395197,"duration":1}}]},"tags":[]},"source":"831e6fbb828053c2.json","parameterValues":[]} \ No newline at end of file +{"uid":"b403c454b56be12a","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":1726218304467,"stop":1726218304467,"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":4,"unknown":0,"total":4},"items":[{"uid":"446930c4ded7dd7b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/446930c4ded7dd7b","status":"passed","time":{"start":1726218209564,"stop":1726218209565,"duration":1}},{"uid":"9105181f4f7af9b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9105181f4f7af9b8","status":"passed","time":{"start":1726217463039,"stop":1726217463040,"duration":1}},{"uid":"74cd736096102c3a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/74cd736096102c3a","status":"passed","time":{"start":1726217404606,"stop":1726217404606,"duration":0}}]},"tags":[]},"source":"b403c454b56be12a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/86593636ce5bf768.json b/7434/data/test-cases/b408c3c35b17bb79.json similarity index 89% rename from 7408/data/test-cases/86593636ce5bf768.json rename to 7434/data/test-cases/b408c3c35b17bb79.json index b1c2a6c9a6e..49589fd7c67 100644 --- a/7408/data/test-cases/86593636ce5bf768.json +++ b/7434/data/test-cases/b408c3c35b17bb79.json @@ -1 +1 @@ -{"uid":"86593636ce5bf768","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":1725579272780,"stop":1725579272780,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"aafac5663d81a378","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/aafac5663d81a378","status":"passed","time":{"start":1725578809259,"stop":1725578809259,"duration":0}},{"uid":"384fb78a5a3326ea","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/384fb78a5a3326ea","status":"passed","time":{"start":1725578497024,"stop":1725578497024,"duration":0}},{"uid":"e5bd27d571c58a47","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e5bd27d571c58a47","status":"passed","time":{"start":1725577747288,"stop":1725577747289,"duration":1}},{"uid":"58ba39f505d9a220","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/58ba39f505d9a220","status":"passed","time":{"start":1725577413199,"stop":1725577413199,"duration":0}},{"uid":"48658a8c14070326","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/48658a8c14070326","status":"passed","time":{"start":1725577361994,"stop":1725577361994,"duration":0}},{"uid":"ca3ed2dbdf149aa7","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ca3ed2dbdf149aa7","status":"passed","time":{"start":1725576938350,"stop":1725576938350,"duration":0}}]},"tags":[]},"source":"86593636ce5bf768.json","parameterValues":[]} \ No newline at end of file +{"uid":"b408c3c35b17bb79","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":1726218863045,"stop":1726218863047,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4d5cf58b9b9a2983","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4d5cf58b9b9a2983","status":"passed","time":{"start":1726218781392,"stop":1726218781392,"duration":0}},{"uid":"a8451b5b33d83280","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a8451b5b33d83280","status":"passed","time":{"start":1726218013724,"stop":1726218013724,"duration":0}},{"uid":"77a76007c081c8f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/77a76007c081c8f3","status":"passed","time":{"start":1726217945349,"stop":1726217945349,"duration":0}}]},"tags":[]},"source":"b408c3c35b17bb79.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/314efb32f147dbfa.json b/7434/data/test-cases/b43fa9cf1159f56f.json similarity index 65% rename from 7408/data/test-cases/314efb32f147dbfa.json rename to 7434/data/test-cases/b43fa9cf1159f56f.json index 9b0da2b75cb..492091bee80 100644 --- a/7408/data/test-cases/314efb32f147dbfa.json +++ b/7434/data/test-cases/b43fa9cf1159f56f.json @@ -1 +1 @@ -{"uid":"314efb32f147dbfa","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":1725578717083,"stop":1725578717083,"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":7,"unknown":0,"total":7},"items":[{"uid":"8ab789b8479d9840","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8ab789b8479d9840","status":"passed","time":{"start":1725578260516,"stop":1725578260516,"duration":0}},{"uid":"cef69e79e3b27dd4","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/cef69e79e3b27dd4","status":"passed","time":{"start":1725577932894,"stop":1725577932895,"duration":1}},{"uid":"3897078965152958","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/3897078965152958","status":"passed","time":{"start":1725577200591,"stop":1725577200592,"duration":1}},{"uid":"67ed9a16b0673039","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/67ed9a16b0673039","status":"passed","time":{"start":1725576847044,"stop":1725576847045,"duration":1}},{"uid":"c7a2b849d1f254fe","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c7a2b849d1f254fe","status":"passed","time":{"start":1725576799922,"stop":1725576799923,"duration":1}},{"uid":"ac5368d6fb12fe29","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ac5368d6fb12fe29","status":"passed","time":{"start":1725576382163,"stop":1725576382164,"duration":1}}]},"tags":[]},"source":"314efb32f147dbfa.json","parameterValues":[]} \ No newline at end of file +{"uid":"b43fa9cf1159f56f","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":1726218291078,"stop":1726218291078,"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":4,"unknown":0,"total":4},"items":[{"uid":"38f1e42b90639d5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/38f1e42b90639d5","status":"passed","time":{"start":1726218196342,"stop":1726218196343,"duration":1}},{"uid":"9462b0b80a038304","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9462b0b80a038304","status":"passed","time":{"start":1726217449470,"stop":1726217449471,"duration":1}},{"uid":"38629a3420edf57a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38629a3420edf57a","status":"passed","time":{"start":1726217391248,"stop":1726217391248,"duration":0}}]},"tags":[]},"source":"b43fa9cf1159f56f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5d037902111dc321.json b/7434/data/test-cases/b4517f7aac9fffa4.json similarity index 54% rename from 7408/data/test-cases/5d037902111dc321.json rename to 7434/data/test-cases/b4517f7aac9fffa4.json index fdf569c101e..3de8b72d2d6 100644 --- a/7408/data/test-cases/5d037902111dc321.json +++ b/7434/data/test-cases/b4517f7aac9fffa4.json @@ -1 +1 @@ -{"uid":"5d037902111dc321","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":1725579104748,"stop":1725579104748,"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":7,"unknown":0,"total":7},"items":[{"uid":"6d55f77409080ddd","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/6d55f77409080ddd","status":"passed","time":{"start":1725578640652,"stop":1725578640653,"duration":1}},{"uid":"94acbdcb458aa576","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/94acbdcb458aa576","status":"passed","time":{"start":1725578319125,"stop":1725578319125,"duration":0}},{"uid":"de3e0303052aa638","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/de3e0303052aa638","status":"passed","time":{"start":1725577578266,"stop":1725577578266,"duration":0}},{"uid":"e37e234f4ac436d8","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e37e234f4ac436d8","status":"passed","time":{"start":1725577243232,"stop":1725577243232,"duration":0}},{"uid":"296a29407feb0369","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/296a29407feb0369","status":"passed","time":{"start":1725577189142,"stop":1725577189142,"duration":0}},{"uid":"6a1b10bd7a957369","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/6a1b10bd7a957369","status":"passed","time":{"start":1725576769322,"stop":1725576769322,"duration":0}}]},"tags":[]},"source":"5d037902111dc321.json","parameterValues":[]} \ No newline at end of file +{"uid":"b4517f7aac9fffa4","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":1726218689003,"stop":1726218689004,"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":4,"unknown":0,"total":4},"items":[{"uid":"c03d31830288a482","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c03d31830288a482","status":"passed","time":{"start":1726218597575,"stop":1726218597576,"duration":1}},{"uid":"b4e30054e64f672","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b4e30054e64f672","status":"passed","time":{"start":1726217848413,"stop":1726217848413,"duration":0}},{"uid":"1e7a760b7ced0fb4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1e7a760b7ced0fb4","status":"passed","time":{"start":1726217774667,"stop":1726217774667,"duration":0}}]},"tags":[]},"source":"b4517f7aac9fffa4.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/bcb8e73b3598abc4.json b/7434/data/test-cases/b48ef000cdebec5b.json similarity index 89% rename from 7408/data/test-cases/bcb8e73b3598abc4.json rename to 7434/data/test-cases/b48ef000cdebec5b.json index 726a941874e..3458528e578 100644 --- a/7408/data/test-cases/bcb8e73b3598abc4.json +++ b/7434/data/test-cases/b48ef000cdebec5b.json @@ -1 +1 @@ -{"uid":"bcb8e73b3598abc4","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":1725579272794,"stop":1725579272795,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"ee571ee119656ec0","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ee571ee119656ec0","status":"passed","time":{"start":1725578809271,"stop":1725578809271,"duration":0}},{"uid":"87ab5540b8ab7d5a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/87ab5540b8ab7d5a","status":"passed","time":{"start":1725578497054,"stop":1725578497054,"duration":0}},{"uid":"f3eb7e5d041c2e9c","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f3eb7e5d041c2e9c","status":"passed","time":{"start":1725577747313,"stop":1725577747313,"duration":0}},{"uid":"92cdeb7a2010066","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/92cdeb7a2010066","status":"passed","time":{"start":1725577413226,"stop":1725577413226,"duration":0}},{"uid":"7517589d70bab8a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/7517589d70bab8a","status":"passed","time":{"start":1725577362004,"stop":1725577362004,"duration":0}},{"uid":"8364e4830e5c925e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/8364e4830e5c925e","status":"passed","time":{"start":1725576938396,"stop":1725576938397,"duration":1}}]},"tags":[]},"source":"bcb8e73b3598abc4.json","parameterValues":[]} \ No newline at end of file +{"uid":"b48ef000cdebec5b","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":1726218863052,"stop":1726218863053,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"b13977e2f503c873","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b13977e2f503c873","status":"passed","time":{"start":1726218781395,"stop":1726218781395,"duration":0}},{"uid":"e12b17f9d8cc7435","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e12b17f9d8cc7435","status":"passed","time":{"start":1726218013729,"stop":1726218013730,"duration":1}},{"uid":"4ffc107112c452a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4ffc107112c452a4","status":"passed","time":{"start":1726217945358,"stop":1726217945358,"duration":0}}]},"tags":[]},"source":"b48ef000cdebec5b.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/2c0e2d875dd171c6.json b/7434/data/test-cases/b4edf353a788d32c.json similarity index 91% rename from 7408/data/test-cases/2c0e2d875dd171c6.json rename to 7434/data/test-cases/b4edf353a788d32c.json index 8ee8870f20d..09c20db2cf7 100644 --- a/7408/data/test-cases/2c0e2d875dd171c6.json +++ b/7434/data/test-cases/b4edf353a788d32c.json @@ -1 +1 @@ -{"uid":"2c0e2d875dd171c6","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":1725579181270,"stop":1725579181270,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"d86e0234681fc75e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d86e0234681fc75e","status":"passed","time":{"start":1725578712621,"stop":1725578712621,"duration":0}},{"uid":"61f33fb6aead2026","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/61f33fb6aead2026","status":"passed","time":{"start":1725578380227,"stop":1725578380227,"duration":0}},{"uid":"5d84f9e9e2b0b4ea","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5d84f9e9e2b0b4ea","status":"passed","time":{"start":1725577661462,"stop":1725577661472,"duration":10}},{"uid":"b077c27926178b6b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b077c27926178b6b","status":"passed","time":{"start":1725577308308,"stop":1725577308308,"duration":0}},{"uid":"628fd447c76d3146","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/628fd447c76d3146","status":"passed","time":{"start":1725577255374,"stop":1725577255375,"duration":1}},{"uid":"a3cb08c569a5200c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a3cb08c569a5200c","status":"passed","time":{"start":1725576839404,"stop":1725576839410,"duration":6}}]},"tags":[]},"source":"2c0e2d875dd171c6.json","parameterValues":[]} \ No newline at end of file +{"uid":"b4edf353a788d32c","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":1726218764109,"stop":1726218764109,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"be48352549806fa3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/be48352549806fa3","status":"passed","time":{"start":1726218659023,"stop":1726218659023,"duration":0}},{"uid":"3102ce46df784b5a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3102ce46df784b5a","status":"passed","time":{"start":1726217924758,"stop":1726217924759,"duration":1}},{"uid":"fb75925c82415f3b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fb75925c82415f3b","status":"passed","time":{"start":1726217840560,"stop":1726217840562,"duration":2}}]},"tags":[]},"source":"b4edf353a788d32c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ce41473cef74a232.json b/7434/data/test-cases/b51b5e81cdf9de23.json similarity index 92% rename from 7408/data/test-cases/ce41473cef74a232.json rename to 7434/data/test-cases/b51b5e81cdf9de23.json index 095e8048863..6cd552fe7dd 100644 --- a/7408/data/test-cases/ce41473cef74a232.json +++ b/7434/data/test-cases/b51b5e81cdf9de23.json @@ -1 +1 @@ -{"uid":"ce41473cef74a232","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":1725579297983,"stop":1725579297983,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"a88c4f4524bf7596","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a88c4f4524bf7596","status":"passed","time":{"start":1725578825353,"stop":1725578825353,"duration":0}},{"uid":"7f3c19b508e6da63","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/7f3c19b508e6da63","status":"passed","time":{"start":1725578517005,"stop":1725578517005,"duration":0}},{"uid":"e7d7beb83142eb99","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e7d7beb83142eb99","status":"passed","time":{"start":1725577784921,"stop":1725577784922,"duration":1}},{"uid":"6788609e4ba83f22","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6788609e4ba83f22","status":"passed","time":{"start":1725577433785,"stop":1725577433786,"duration":1}},{"uid":"cfd4231c7d794d5a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/cfd4231c7d794d5a","status":"passed","time":{"start":1725577392063,"stop":1725577392063,"duration":0}},{"uid":"5e5cde6eca930397","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5e5cde6eca930397","status":"passed","time":{"start":1725576971848,"stop":1725576971849,"duration":1}}]},"tags":[]},"source":"ce41473cef74a232.json","parameterValues":[]} \ No newline at end of file +{"uid":"b51b5e81cdf9de23","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":1726218879332,"stop":1726218879332,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"de48ad716cf61862","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/de48ad716cf61862","status":"passed","time":{"start":1726218787581,"stop":1726218787581,"duration":0}},{"uid":"da85895096bc06a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da85895096bc06a8","status":"passed","time":{"start":1726218066288,"stop":1726218066288,"duration":0}},{"uid":"2b1bafeddad747ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2b1bafeddad747ae","status":"passed","time":{"start":1726217965311,"stop":1726217965311,"duration":0}}]},"tags":[]},"source":"b51b5e81cdf9de23.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/bee8ad32b69399dc.json b/7434/data/test-cases/b53274d932426b2f.json similarity index 84% rename from 7408/data/test-cases/bee8ad32b69399dc.json rename to 7434/data/test-cases/b53274d932426b2f.json index de206a5dc07..c7f24152a3f 100644 --- a/7408/data/test-cases/bee8ad32b69399dc.json +++ b/7434/data/test-cases/b53274d932426b2f.json @@ -1 +1 @@ -{"uid":"bee8ad32b69399dc","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":1725578734306,"stop":1725578734307,"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":7,"unknown":0,"total":7},"items":[{"uid":"db35bfe0bcbd044e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/db35bfe0bcbd044e","status":"passed","time":{"start":1725578277362,"stop":1725578277363,"duration":1}},{"uid":"fd89f3c4a9ea7427","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/fd89f3c4a9ea7427","status":"passed","time":{"start":1725577949910,"stop":1725577949910,"duration":0}},{"uid":"5f53169e92059091","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5f53169e92059091","status":"passed","time":{"start":1725577217473,"stop":1725577217474,"duration":1}},{"uid":"4660be7ca315e6fa","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4660be7ca315e6fa","status":"passed","time":{"start":1725576864177,"stop":1725576864178,"duration":1}},{"uid":"2ebc7fc79f2c3281","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2ebc7fc79f2c3281","status":"passed","time":{"start":1725576817203,"stop":1725576817204,"duration":1}},{"uid":"99882f4b7476a325","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/99882f4b7476a325","status":"passed","time":{"start":1725576399273,"stop":1725576399274,"duration":1}}]},"tags":[]},"source":"bee8ad32b69399dc.json","parameterValues":[]} \ No newline at end of file +{"uid":"b53274d932426b2f","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":1726218308580,"stop":1726218308580,"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":4,"unknown":0,"total":4},"items":[{"uid":"f3c903e3bc4277f6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f3c903e3bc4277f6","status":"passed","time":{"start":1726218213406,"stop":1726218213407,"duration":1}},{"uid":"7bb613c59fad5aa5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7bb613c59fad5aa5","status":"passed","time":{"start":1726217466673,"stop":1726217466674,"duration":1}},{"uid":"dca9ccc68d7dabe1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dca9ccc68d7dabe1","status":"passed","time":{"start":1726217408295,"stop":1726217408295,"duration":0}}]},"tags":[]},"source":"b53274d932426b2f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1bbd11aa23b837b0.json b/7434/data/test-cases/b5ecee3b91f65254.json similarity index 84% rename from 7408/data/test-cases/1bbd11aa23b837b0.json rename to 7434/data/test-cases/b5ecee3b91f65254.json index b70d426fffe..84971d53265 100644 --- a/7408/data/test-cases/1bbd11aa23b837b0.json +++ b/7434/data/test-cases/b5ecee3b91f65254.json @@ -1 +1 @@ -{"uid":"1bbd11aa23b837b0","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":1725579272785,"stop":1725579272785,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"38c0b92bfc27f52d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/38c0b92bfc27f52d","status":"passed","time":{"start":1725578809262,"stop":1725578809262,"duration":0}},{"uid":"6e8827a7b2fa0beb","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/6e8827a7b2fa0beb","status":"passed","time":{"start":1725578497028,"stop":1725578497029,"duration":1}},{"uid":"4c9de47e339d2aee","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4c9de47e339d2aee","status":"passed","time":{"start":1725577747304,"stop":1725577747304,"duration":0}},{"uid":"b8005053c32f9fff","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b8005053c32f9fff","status":"passed","time":{"start":1725577413203,"stop":1725577413203,"duration":0}},{"uid":"eef64a9f829322ff","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/eef64a9f829322ff","status":"passed","time":{"start":1725577361996,"stop":1725577361998,"duration":2}},{"uid":"c05573f5ba473f57","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c05573f5ba473f57","status":"passed","time":{"start":1725576938359,"stop":1725576938359,"duration":0}}]},"tags":[]},"source":"1bbd11aa23b837b0.json","parameterValues":[]} \ No newline at end of file +{"uid":"b5ecee3b91f65254","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":1726218863010,"stop":1726218863011,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"253082a34933cd39","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/253082a34933cd39","status":"passed","time":{"start":1726218781383,"stop":1726218781383,"duration":0}},{"uid":"6ba53f6831712367","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ba53f6831712367","status":"passed","time":{"start":1726218013698,"stop":1726218013699,"duration":1}},{"uid":"82fcc8185e54f7a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82fcc8185e54f7a6","status":"passed","time":{"start":1726217945332,"stop":1726217945332,"duration":0}}]},"tags":[]},"source":"b5ecee3b91f65254.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/b62bbaf200d2c22a.json b/7434/data/test-cases/b62bbaf200d2c22a.json new file mode 100644 index 00000000000..ffc648b022d --- /dev/null +++ b/7434/data/test-cases/b62bbaf200d2c22a.json @@ -0,0 +1 @@ +{"uid":"b62bbaf200d2c22a","name":"random static sharding 6 - Cluster ID: 895, Shard ID: 920","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 6 - Cluster ID: 895, Shard ID: 920","historyId":"362a0f31a553140107c5b56b426cc0bf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218863181,"stop":1726218863182,"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":"b62bbaf200d2c22a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/35637c20f3696fe5.json b/7434/data/test-cases/b663367c56a04e4f.json similarity index 61% rename from 7408/data/test-cases/35637c20f3696fe5.json rename to 7434/data/test-cases/b663367c56a04e4f.json index 7ba020b3cd3..a0c3d5ef886 100644 --- a/7408/data/test-cases/35637c20f3696fe5.json +++ b/7434/data/test-cases/b663367c56a04e4f.json @@ -1 +1 @@ -{"uid":"35637c20f3696fe5","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":1725579061653,"stop":1725579061654,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"f5797d30e8b8c89a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f5797d30e8b8c89a","status":"passed","time":{"start":1725578598315,"stop":1725578598315,"duration":0}},{"uid":"6921eb70485e4c75","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/6921eb70485e4c75","status":"passed","time":{"start":1725578273412,"stop":1725578273412,"duration":0}},{"uid":"42ec28e5b86d358f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/42ec28e5b86d358f","status":"passed","time":{"start":1725577539375,"stop":1725577539375,"duration":0}},{"uid":"3f4a5950afc08efd","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3f4a5950afc08efd","status":"passed","time":{"start":1725577200222,"stop":1725577200223,"duration":1}},{"uid":"e88543db69fbeca4","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e88543db69fbeca4","status":"passed","time":{"start":1725577150918,"stop":1725577150918,"duration":0}},{"uid":"14ce43a9c190b059","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/14ce43a9c190b059","status":"passed","time":{"start":1725576726845,"stop":1725576726845,"duration":0}}]},"tags":[]},"source":"35637c20f3696fe5.json","parameterValues":[]} \ No newline at end of file +{"uid":"b663367c56a04e4f","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":1726218651146,"stop":1726218651146,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9c015b63961bbfde","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9c015b63961bbfde","status":"passed","time":{"start":1726218550067,"stop":1726218550067,"duration":0}},{"uid":"2f1b962b50f38baf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2f1b962b50f38baf","status":"passed","time":{"start":1726217804582,"stop":1726217804582,"duration":0}},{"uid":"85568377c3b37755","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85568377c3b37755","status":"passed","time":{"start":1726217733946,"stop":1726217733947,"duration":1}}]},"tags":[]},"source":"b663367c56a04e4f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/824ec5c4cace4010.json b/7434/data/test-cases/b7520b231335f646.json similarity index 91% rename from 7408/data/test-cases/824ec5c4cace4010.json rename to 7434/data/test-cases/b7520b231335f646.json index 49baf9abce6..68a3302dfde 100644 --- a/7408/data/test-cases/824ec5c4cace4010.json +++ b/7434/data/test-cases/b7520b231335f646.json @@ -1 +1 @@ -{"uid":"824ec5c4cace4010","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":1725579181241,"stop":1725579181241,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"a54d1049f4eaee7b","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a54d1049f4eaee7b","status":"passed","time":{"start":1725578712604,"stop":1725578712604,"duration":0}},{"uid":"7aa582359bc7ff1a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/7aa582359bc7ff1a","status":"passed","time":{"start":1725578380209,"stop":1725578380209,"duration":0}},{"uid":"a1b09058a64edd71","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a1b09058a64edd71","status":"passed","time":{"start":1725577661437,"stop":1725577661437,"duration":0}},{"uid":"a1c7fbb77fd693fc","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a1c7fbb77fd693fc","status":"passed","time":{"start":1725577308277,"stop":1725577308277,"duration":0}},{"uid":"35a65c9db4bf82c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/35a65c9db4bf82c","status":"passed","time":{"start":1725577255329,"stop":1725577255330,"duration":1}},{"uid":"d99d2d7b5efe5627","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d99d2d7b5efe5627","status":"passed","time":{"start":1725576839377,"stop":1725576839377,"duration":0}}]},"tags":[]},"source":"824ec5c4cace4010.json","parameterValues":[]} \ No newline at end of file +{"uid":"b7520b231335f646","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":1726218764083,"stop":1726218764086,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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":4,"unknown":0,"total":4},"items":[{"uid":"e6521eaa17b6d9c2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e6521eaa17b6d9c2","status":"passed","time":{"start":1726218659002,"stop":1726218659003,"duration":1}},{"uid":"bbe9ae1e986de0af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bbe9ae1e986de0af","status":"passed","time":{"start":1726217924732,"stop":1726217924733,"duration":1}},{"uid":"ce6a3d020cc99a3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce6a3d020cc99a3","status":"passed","time":{"start":1726217840473,"stop":1726217840473,"duration":0}}]},"tags":[]},"source":"b7520b231335f646.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f48ddfeb7318a1ca.json b/7434/data/test-cases/b7aa1e471b0a9400.json similarity index 92% rename from 7408/data/test-cases/f48ddfeb7318a1ca.json rename to 7434/data/test-cases/b7aa1e471b0a9400.json index a7d23cecdca..3deedccbeac 100644 --- a/7408/data/test-cases/f48ddfeb7318a1ca.json +++ b/7434/data/test-cases/b7aa1e471b0a9400.json @@ -1 +1 @@ -{"uid":"f48ddfeb7318a1ca","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":1725579297959,"stop":1725579297959,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"d7f3ac88821d6ffd","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d7f3ac88821d6ffd","status":"passed","time":{"start":1725578825346,"stop":1725578825346,"duration":0}},{"uid":"8095351b7cb5e395","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8095351b7cb5e395","status":"passed","time":{"start":1725578516982,"stop":1725578516983,"duration":1}},{"uid":"5088aaf4c338a5c7","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5088aaf4c338a5c7","status":"passed","time":{"start":1725577784904,"stop":1725577784904,"duration":0}},{"uid":"a52331c5510a37d2","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a52331c5510a37d2","status":"passed","time":{"start":1725577433748,"stop":1725577433748,"duration":0}},{"uid":"66a9911495fee816","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/66a9911495fee816","status":"passed","time":{"start":1725577392042,"stop":1725577392043,"duration":1}},{"uid":"bcb1fa5a8efeefb7","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/bcb1fa5a8efeefb7","status":"passed","time":{"start":1725576971827,"stop":1725576971829,"duration":2}}]},"tags":[]},"source":"f48ddfeb7318a1ca.json","parameterValues":[]} \ No newline at end of file +{"uid":"b7aa1e471b0a9400","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":1726218879292,"stop":1726218879293,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e0a3afc093a9755","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8e0a3afc093a9755","status":"passed","time":{"start":1726218787575,"stop":1726218787575,"duration":0}},{"uid":"c300ab64ca52bed7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c300ab64ca52bed7","status":"passed","time":{"start":1726218066277,"stop":1726218066277,"duration":0}},{"uid":"b2360f014a54720e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b2360f014a54720e","status":"passed","time":{"start":1726217965301,"stop":1726217965301,"duration":0}}]},"tags":[]},"source":"b7aa1e471b0a9400.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/b7b98741c6ff64f2.json b/7434/data/test-cases/b7b98741c6ff64f2.json new file mode 100644 index 00000000000..6d51219ed21 --- /dev/null +++ b/7434/data/test-cases/b7b98741c6ff64f2.json @@ -0,0 +1 @@ +{"uid":"b7b98741c6ff64f2","name":"should return empty list for no shard","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should return empty list for no shard","historyId":"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283092,"stop":1726218283092,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"57e890607baf3461","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/57e890607baf3461","status":"passed","time":{"start":1726218188593,"stop":1726218188593,"duration":0}},{"uid":"955ebc19b1334d1e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/955ebc19b1334d1e","status":"passed","time":{"start":1726217441554,"stop":1726217441554,"duration":0}},{"uid":"4cd97ceb977402ac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4cd97ceb977402ac","status":"passed","time":{"start":1726217383218,"stop":1726217383218,"duration":0}}]},"tags":[]},"source":"b7b98741c6ff64f2.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/84a404057aabe30b.json b/7434/data/test-cases/b7dd4fff37b188c9.json similarity index 90% rename from 7408/data/test-cases/84a404057aabe30b.json rename to 7434/data/test-cases/b7dd4fff37b188c9.json index 418471c0c66..5432d5abfa2 100644 --- a/7408/data/test-cases/84a404057aabe30b.json +++ b/7434/data/test-cases/b7dd4fff37b188c9.json @@ -1 +1 @@ -{"uid":"84a404057aabe30b","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":1725578940133,"stop":1725578940133,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"5d7f62e434e46fba","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5d7f62e434e46fba","status":"passed","time":{"start":1725578482058,"stop":1725578482058,"duration":0}},{"uid":"b73b10ccd4891683","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/b73b10ccd4891683","status":"passed","time":{"start":1725578159555,"stop":1725578159555,"duration":0}},{"uid":"46046abc27b06814","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/46046abc27b06814","status":"passed","time":{"start":1725577422726,"stop":1725577422727,"duration":1}},{"uid":"1ff4b92204b05983","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1ff4b92204b05983","status":"passed","time":{"start":1725577067030,"stop":1725577067031,"duration":1}},{"uid":"b5a4efa5fe53ac97","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b5a4efa5fe53ac97","status":"passed","time":{"start":1725577018819,"stop":1725577018820,"duration":1}},{"uid":"5dfa668eb2a63d11","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5dfa668eb2a63d11","status":"passed","time":{"start":1725576607308,"stop":1725576607308,"duration":0}}]},"tags":[]},"source":"84a404057aabe30b.json","parameterValues":[]} \ No newline at end of file +{"uid":"b7dd4fff37b188c9","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":1726218510969,"stop":1726218510970,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"b9dfb471cf1306b8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b9dfb471cf1306b8","status":"passed","time":{"start":1726218417145,"stop":1726218417146,"duration":1}},{"uid":"1ad2f552633eef1a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1ad2f552633eef1a","status":"passed","time":{"start":1726217677791,"stop":1726217677792,"duration":1}},{"uid":"88106fd07980b1c5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/88106fd07980b1c5","status":"passed","time":{"start":1726217616837,"stop":1726217616837,"duration":0}}]},"tags":[]},"source":"b7dd4fff37b188c9.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/2de7739850c8be9b.json b/7434/data/test-cases/b90ff6a3ba34e7df.json similarity index 92% rename from 7408/data/test-cases/2de7739850c8be9b.json rename to 7434/data/test-cases/b90ff6a3ba34e7df.json index a72deb479ca..8b039e0d05d 100644 --- a/7408/data/test-cases/2de7739850c8be9b.json +++ b/7434/data/test-cases/b90ff6a3ba34e7df.json @@ -1 +1 @@ -{"uid":"2de7739850c8be9b","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":1725579297987,"stop":1725579297987,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"596451605c6a93aa","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/596451605c6a93aa","status":"passed","time":{"start":1725578825356,"stop":1725578825356,"duration":0}},{"uid":"19747b69f7dd3892","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/19747b69f7dd3892","status":"passed","time":{"start":1725578517013,"stop":1725578517014,"duration":1}},{"uid":"a3e00eb535560397","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a3e00eb535560397","status":"passed","time":{"start":1725577784929,"stop":1725577784929,"duration":0}},{"uid":"aa98b3e0218eb127","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/aa98b3e0218eb127","status":"passed","time":{"start":1725577433791,"stop":1725577433792,"duration":1}},{"uid":"342ddd3067fdba66","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/342ddd3067fdba66","status":"passed","time":{"start":1725577392066,"stop":1725577392066,"duration":0}},{"uid":"c6e381f219c90769","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c6e381f219c90769","status":"passed","time":{"start":1725576971859,"stop":1725576971859,"duration":0}}]},"tags":[]},"source":"2de7739850c8be9b.json","parameterValues":[]} \ No newline at end of file +{"uid":"b90ff6a3ba34e7df","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":1726218879337,"stop":1726218879337,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b99f762157413da8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b99f762157413da8","status":"passed","time":{"start":1726218787585,"stop":1726218787585,"duration":0}},{"uid":"fa2cf113f4c9e79e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa2cf113f4c9e79e","status":"passed","time":{"start":1726218066296,"stop":1726218066297,"duration":1}},{"uid":"5b5c335e2fd8314d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5b5c335e2fd8314d","status":"passed","time":{"start":1726217965316,"stop":1726217965317,"duration":1}}]},"tags":[]},"source":"b90ff6a3ba34e7df.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f643160ead4c8598.json b/7434/data/test-cases/b94e01803d8ac2bb.json similarity index 63% rename from 7408/data/test-cases/f643160ead4c8598.json rename to 7434/data/test-cases/b94e01803d8ac2bb.json index 1bbeb15fc4e..8f7270cc808 100644 --- a/7408/data/test-cases/f643160ead4c8598.json +++ b/7434/data/test-cases/b94e01803d8ac2bb.json @@ -1 +1 @@ -{"uid":"f643160ead4c8598","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":1725578734310,"stop":1725578734310,"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":7,"unknown":0,"total":7},"items":[{"uid":"93978bd03c7b5e78","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/93978bd03c7b5e78","status":"passed","time":{"start":1725578277366,"stop":1725578277367,"duration":1}},{"uid":"4b6a74d81182be4","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4b6a74d81182be4","status":"passed","time":{"start":1725577949914,"stop":1725577949914,"duration":0}},{"uid":"1fb9875e868a2dae","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1fb9875e868a2dae","status":"passed","time":{"start":1725577217477,"stop":1725577217477,"duration":0}},{"uid":"d510b806ab1494c4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d510b806ab1494c4","status":"passed","time":{"start":1725576864181,"stop":1725576864182,"duration":1}},{"uid":"39e67dc23f402b7f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/39e67dc23f402b7f","status":"passed","time":{"start":1725576817208,"stop":1725576817209,"duration":1}},{"uid":"87ab3dffdb9ee01","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/87ab3dffdb9ee01","status":"passed","time":{"start":1725576399278,"stop":1725576399278,"duration":0}}]},"tags":[]},"source":"f643160ead4c8598.json","parameterValues":[]} \ No newline at end of file +{"uid":"b94e01803d8ac2bb","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":1726218308584,"stop":1726218308585,"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":4,"unknown":0,"total":4},"items":[{"uid":"b5bf38ecff96eadb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b5bf38ecff96eadb","status":"passed","time":{"start":1726218213411,"stop":1726218213411,"duration":0}},{"uid":"6d63ae885f0671ee","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d63ae885f0671ee","status":"passed","time":{"start":1726217466678,"stop":1726217466678,"duration":0}},{"uid":"ba37ce57a6f363a8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba37ce57a6f363a8","status":"passed","time":{"start":1726217408298,"stop":1726217408298,"duration":0}}]},"tags":[]},"source":"b94e01803d8ac2bb.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/31298c08b9ce778c.json b/7434/data/test-cases/b97fdb9f6b39411c.json similarity index 75% rename from 7408/data/test-cases/31298c08b9ce778c.json rename to 7434/data/test-cases/b97fdb9f6b39411c.json index e935e55670a..9eddd3184f3 100644 --- a/7408/data/test-cases/31298c08b9ce778c.json +++ b/7434/data/test-cases/b97fdb9f6b39411c.json @@ -1 +1 @@ -{"uid":"31298c08b9ce778c","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":1725578769142,"stop":1725578769143,"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":7,"unknown":0,"total":7},"items":[{"uid":"2f4bc8f11feab986","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/2f4bc8f11feab986","status":"passed","time":{"start":1725578314243,"stop":1725578314243,"duration":0}},{"uid":"1787cb151aa813f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/1787cb151aa813f","status":"passed","time":{"start":1725577984663,"stop":1725577984663,"duration":0}},{"uid":"73a65d44ffd59cbf","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/73a65d44ffd59cbf","status":"passed","time":{"start":1725577260960,"stop":1725577260960,"duration":0}},{"uid":"3eb6726825e55f17","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3eb6726825e55f17","status":"passed","time":{"start":1725576902852,"stop":1725576902853,"duration":1}},{"uid":"2399b8d19d5703b6","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2399b8d19d5703b6","status":"passed","time":{"start":1725576855978,"stop":1725576855978,"duration":0}},{"uid":"9b4109ad4b806dc1","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/9b4109ad4b806dc1","status":"passed","time":{"start":1725576438230,"stop":1725576438230,"duration":0}}]},"tags":[]},"source":"31298c08b9ce778c.json","parameterValues":[]} \ No newline at end of file +{"uid":"b97fdb9f6b39411c","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":1726218345027,"stop":1726218345029,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2e6330dd503df386","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2e6330dd503df386","status":"passed","time":{"start":1726218250221,"stop":1726218250225,"duration":4}},{"uid":"57ba563e6eb3f53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/57ba563e6eb3f53","status":"passed","time":{"start":1726217507039,"stop":1726217507040,"duration":1}},{"uid":"b89b82f04127f893","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b89b82f04127f893","status":"passed","time":{"start":1726217445616,"stop":1726217445616,"duration":0}}]},"tags":[]},"source":"b97fdb9f6b39411c.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/b984638101a2885.json b/7434/data/test-cases/b984638101a2885.json new file mode 100644 index 00000000000..5d2fdbf08e4 --- /dev/null +++ b/7434/data/test-cases/b984638101a2885.json @@ -0,0 +1 @@ +{"uid":"b984638101a2885","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":1726218291668,"stop":1726218291668,"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":4,"unknown":0,"total":4},"items":[{"uid":"1ac63df63e2cada8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ac63df63e2cada8","status":"passed","time":{"start":1726218197006,"stop":1726218197006,"duration":0}},{"uid":"833526ba1cdb55de","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/833526ba1cdb55de","status":"passed","time":{"start":1726217450205,"stop":1726217450205,"duration":0}},{"uid":"ac7986a7243e720f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac7986a7243e720f","status":"passed","time":{"start":1726217391856,"stop":1726217391856,"duration":0}}]},"tags":[]},"source":"b984638101a2885.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/b9e3beb086ba681a.json b/7434/data/test-cases/b9e3beb086ba681a.json new file mode 100644 index 00000000000..8958c31c542 --- /dev/null +++ b/7434/data/test-cases/b9e3beb086ba681a.json @@ -0,0 +1 @@ +{"uid":"b9e3beb086ba681a","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":1726218345034,"stop":1726218345034,"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":4,"unknown":0,"total":4},"items":[{"uid":"e0bbe2689648e7e1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e0bbe2689648e7e1","status":"passed","time":{"start":1726218250233,"stop":1726218250234,"duration":1}},{"uid":"62e29705231e7abb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/62e29705231e7abb","status":"passed","time":{"start":1726217507041,"stop":1726217507042,"duration":1}},{"uid":"839c9f31caf642ab","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/839c9f31caf642ab","status":"passed","time":{"start":1726217445616,"stop":1726217445620,"duration":4}}]},"tags":[]},"source":"b9e3beb086ba681a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/afde7e99218ca220.json b/7434/data/test-cases/ba359e866df63c79.json similarity index 53% rename from 7408/data/test-cases/afde7e99218ca220.json rename to 7434/data/test-cases/ba359e866df63c79.json index ffc711ac747..515fd3d83aa 100644 --- a/7408/data/test-cases/afde7e99218ca220.json +++ b/7434/data/test-cases/ba359e866df63c79.json @@ -1 +1 @@ -{"uid":"afde7e99218ca220","name":"LightPush with 1 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > LightPush with 1 connections","historyId":"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578997628,"stop":1725578997628,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"317519c0057c5072","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/317519c0057c5072","status":"passed","time":{"start":1725578540374,"stop":1725578540375,"duration":1}},{"uid":"5a97a8c1e9fda80d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/5a97a8c1e9fda80d","status":"passed","time":{"start":1725578211877,"stop":1725578211878,"duration":1}},{"uid":"3986ea2415e780ab","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/3986ea2415e780ab","status":"passed","time":{"start":1725577486540,"stop":1725577486540,"duration":0}},{"uid":"b064bb1a00368cd6","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b064bb1a00368cd6","status":"passed","time":{"start":1725577127731,"stop":1725577127731,"duration":0}},{"uid":"eea9fea85d8a7cce","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/eea9fea85d8a7cce","status":"passed","time":{"start":1725577093280,"stop":1725577093280,"duration":0}},{"uid":"106878c6aec63cf6","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/106878c6aec63cf6","status":"passed","time":{"start":1725576661951,"stop":1725576661952,"duration":1}}]},"tags":[]},"source":"afde7e99218ca220.json","parameterValues":[]} \ No newline at end of file +{"uid":"ba359e866df63c79","name":"LightPush with 1 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > LightPush with 1 connections","historyId":"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218583682,"stop":1726218583682,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"33b13e0e6ba5159f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/33b13e0e6ba5159f","status":"passed","time":{"start":1726218469201,"stop":1726218469204,"duration":3}},{"uid":"c1ec88ed8f3bfe0a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1ec88ed8f3bfe0a","status":"passed","time":{"start":1726217742497,"stop":1726217742497,"duration":0}},{"uid":"bee2ca595ebc5a0c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bee2ca595ebc5a0c","status":"passed","time":{"start":1726217674282,"stop":1726217674283,"duration":1}}]},"tags":[]},"source":"ba359e866df63c79.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/18b507b506dd338e.json b/7434/data/test-cases/badc7180b5054787.json similarity index 65% rename from 7408/data/test-cases/18b507b506dd338e.json rename to 7434/data/test-cases/badc7180b5054787.json index a273718e2d6..a341266d868 100644 --- a/7408/data/test-cases/18b507b506dd338e.json +++ b/7434/data/test-cases/badc7180b5054787.json @@ -1 +1 @@ -{"uid":"18b507b506dd338e","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":1725578767206,"stop":1725578767206,"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":7,"unknown":0,"total":7},"items":[{"uid":"690c5429d26f80d8","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/690c5429d26f80d8","status":"passed","time":{"start":1725578310359,"stop":1725578310360,"duration":1}},{"uid":"83fa1b27f6cf0a86","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/83fa1b27f6cf0a86","status":"passed","time":{"start":1725577982433,"stop":1725577982433,"duration":0}},{"uid":"4c6b05e6e3c584d9","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4c6b05e6e3c584d9","status":"passed","time":{"start":1725577250323,"stop":1725577250324,"duration":1}},{"uid":"a977fc6b5356536b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a977fc6b5356536b","status":"passed","time":{"start":1725576898039,"stop":1725576898039,"duration":0}},{"uid":"2f58d57fc79b4a5e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2f58d57fc79b4a5e","status":"passed","time":{"start":1725576850563,"stop":1725576850563,"duration":0}},{"uid":"c1ad3296cf2afc28","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c1ad3296cf2afc28","status":"passed","time":{"start":1725576432824,"stop":1725576432825,"duration":1}}]},"tags":[]},"source":"18b507b506dd338e.json","parameterValues":[]} \ No newline at end of file +{"uid":"badc7180b5054787","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":1726218342872,"stop":1726218342872,"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":4,"unknown":0,"total":4},"items":[{"uid":"416c45f701a5aa9e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/416c45f701a5aa9e","status":"passed","time":{"start":1726218246384,"stop":1726218246384,"duration":0}},{"uid":"c6a0aaa5fd2f1950","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c6a0aaa5fd2f1950","status":"passed","time":{"start":1726217500291,"stop":1726217500292,"duration":1}},{"uid":"9fc18cd37afd70da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9fc18cd37afd70da","status":"passed","time":{"start":1726217442001,"stop":1726217442001,"duration":0}}]},"tags":[]},"source":"badc7180b5054787.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/90aceec2b723b2a6.json b/7434/data/test-cases/baf57a9d5101b5a1.json similarity index 63% rename from 7408/data/test-cases/90aceec2b723b2a6.json rename to 7434/data/test-cases/baf57a9d5101b5a1.json index 007b28428e0..cfd07aab5f8 100644 --- a/7408/data/test-cases/90aceec2b723b2a6.json +++ b/7434/data/test-cases/baf57a9d5101b5a1.json @@ -1 +1 @@ -{"uid":"90aceec2b723b2a6","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":1725578717084,"stop":1725578717085,"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":7,"unknown":0,"total":7},"items":[{"uid":"14bd4744324677b5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/14bd4744324677b5","status":"passed","time":{"start":1725578260517,"stop":1725578260518,"duration":1}},{"uid":"ab560eb8d05e9f26","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ab560eb8d05e9f26","status":"passed","time":{"start":1725577932896,"stop":1725577932896,"duration":0}},{"uid":"4a8460d643e48755","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4a8460d643e48755","status":"passed","time":{"start":1725577200593,"stop":1725577200593,"duration":0}},{"uid":"ddcdb7e0206f0d3f","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/ddcdb7e0206f0d3f","status":"passed","time":{"start":1725576847046,"stop":1725576847046,"duration":0}},{"uid":"d4350dae3b042278","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d4350dae3b042278","status":"passed","time":{"start":1725576799924,"stop":1725576799925,"duration":1}},{"uid":"bc7f00177640e804","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/bc7f00177640e804","status":"passed","time":{"start":1725576382165,"stop":1725576382165,"duration":0}}]},"tags":[]},"source":"90aceec2b723b2a6.json","parameterValues":[]} \ No newline at end of file +{"uid":"baf57a9d5101b5a1","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":1726218291079,"stop":1726218291079,"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":4,"unknown":0,"total":4},"items":[{"uid":"1d6396f7a8c0572a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1d6396f7a8c0572a","status":"passed","time":{"start":1726218196344,"stop":1726218196345,"duration":1}},{"uid":"1c540980b93f4667","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c540980b93f4667","status":"passed","time":{"start":1726217449474,"stop":1726217449475,"duration":1}},{"uid":"c1a334cb4fa73e68","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1a334cb4fa73e68","status":"passed","time":{"start":1726217391249,"stop":1726217391250,"duration":1}}]},"tags":[]},"source":"baf57a9d5101b5a1.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/bb0d1e713f342e90.json b/7434/data/test-cases/bb0d1e713f342e90.json new file mode 100644 index 00000000000..5b22420910e --- /dev/null +++ b/7434/data/test-cases/bb0d1e713f342e90.json @@ -0,0 +1 @@ +{"uid":"bb0d1e713f342e90","name":"Accepts a valid Waku Message","fullName":"/src/message_validator.spec.ts: Message Validator > Accepts a valid Waku Message","historyId":"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218319678,"stop":1726218319679,"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":4,"unknown":0,"total":4},"items":[{"uid":"44a4ff8d7b9959c7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/44a4ff8d7b9959c7","status":"passed","time":{"start":1726218224407,"stop":1726218224408,"duration":1}},{"uid":"7eea67dd54ca44a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7eea67dd54ca44a6","status":"passed","time":{"start":1726217477824,"stop":1726217477825,"duration":1}},{"uid":"d79e3638db06fec","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d79e3638db06fec","status":"passed","time":{"start":1726217419062,"stop":1726217419063,"duration":1}}]},"tags":[]},"source":"bb0d1e713f342e90.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/bb3950b468ed56b7.json b/7434/data/test-cases/bb3950b468ed56b7.json new file mode 100644 index 00000000000..1423e18b5f8 --- /dev/null +++ b/7434/data/test-cases/bb3950b468ed56b7.json @@ -0,0 +1 @@ +{"uid":"bb3950b468ed56b7","name":"Passing an array","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Bootstrap > Passing an array","historyId":"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218917025,"stop":1726218917025,"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":4,"unknown":0,"total":4},"items":[{"uid":"a3c1647162fd7bbb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a3c1647162fd7bbb","status":"passed","time":{"start":1726218827656,"stop":1726218827656,"duration":0}},{"uid":"4ba0c2fecbf6b662","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4ba0c2fecbf6b662","status":"passed","time":{"start":1726218090763,"stop":1726218090763,"duration":0}},{"uid":"465472260a810ff6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/465472260a810ff6","status":"passed","time":{"start":1726217999476,"stop":1726217999477,"duration":1}}]},"tags":[]},"source":"bb3950b468ed56b7.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/bc22a6d73963c6e7.json b/7434/data/test-cases/bc22a6d73963c6e7.json new file mode 100644 index 00000000000..d0e28410765 --- /dev/null +++ b/7434/data/test-cases/bc22a6d73963c6e7.json @@ -0,0 +1 @@ +{"uid":"bc22a6d73963c6e7","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","historyId":"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283085,"stop":1726218283085,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fba8e224a1c49d99","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fba8e224a1c49d99","status":"passed","time":{"start":1726218188587,"stop":1726218188587,"duration":0}},{"uid":"1d685cd8bbeb331d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d685cd8bbeb331d","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"duration":0}},{"uid":"85fc9a212486fb4b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85fc9a212486fb4b","status":"passed","time":{"start":1726217383210,"stop":1726217383210,"duration":0}}]},"tags":[]},"source":"bc22a6d73963c6e7.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/be34a452c0b1b049.json b/7434/data/test-cases/bc7d6c8ab7df036e.json similarity index 66% rename from 7408/data/test-cases/be34a452c0b1b049.json rename to 7434/data/test-cases/bc7d6c8ab7df036e.json index 47ec95e6649..de0b9332cbb 100644 --- a/7408/data/test-cases/be34a452c0b1b049.json +++ b/7434/data/test-cases/bc7d6c8ab7df036e.json @@ -1 +1 @@ -{"uid":"be34a452c0b1b049","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":1725578943278,"stop":1725578943278,"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":7,"unknown":0,"total":7},"items":[{"uid":"683936234fba25da","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/683936234fba25da","status":"passed","time":{"start":1725578482200,"stop":1725578482201,"duration":1}},{"uid":"abeae6c4855cbc08","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/abeae6c4855cbc08","status":"passed","time":{"start":1725578156680,"stop":1725578156681,"duration":1}},{"uid":"e498a6a52a42b0c4","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e498a6a52a42b0c4","status":"passed","time":{"start":1725577429933,"stop":1725577429933,"duration":0}},{"uid":"f407bd78a44d3498","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f407bd78a44d3498","status":"passed","time":{"start":1725577060154,"stop":1725577060154,"duration":0}},{"uid":"a23611805885d53c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a23611805885d53c","status":"passed","time":{"start":1725577040698,"stop":1725577040698,"duration":0}},{"uid":"8c9fc742d6801dc9","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/8c9fc742d6801dc9","status":"passed","time":{"start":1725576604980,"stop":1725576604981,"duration":1}}]},"tags":[]},"source":"be34a452c0b1b049.json","parameterValues":[]} \ No newline at end of file +{"uid":"bc7d6c8ab7df036e","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":1726218523030,"stop":1726218523030,"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":4,"unknown":0,"total":4},"items":[{"uid":"c67304556100f378","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c67304556100f378","status":"passed","time":{"start":1726218422921,"stop":1726218422921,"duration":0}},{"uid":"2e63e0cbccc2a075","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e63e0cbccc2a075","status":"passed","time":{"start":1726217687449,"stop":1726217687450,"duration":1}},{"uid":"de56a992437121a7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/de56a992437121a7","status":"passed","time":{"start":1726217604530,"stop":1726217604536,"duration":6}}]},"tags":[]},"source":"bc7d6c8ab7df036e.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/bcb62b042161b6dc.json b/7434/data/test-cases/bcb62b042161b6dc.json new file mode 100644 index 00000000000..0dc9ad655e2 --- /dev/null +++ b/7434/data/test-cases/bcb62b042161b6dc.json @@ -0,0 +1 @@ +{"uid":"bcb62b042161b6dc","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":1726218914872,"stop":1726218914873,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dbe41f2e20cc659f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dbe41f2e20cc659f","status":"passed","time":{"start":1726218826917,"stop":1726218826917,"duration":0}},{"uid":"370620f1406a5b64","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/370620f1406a5b64","status":"passed","time":{"start":1726218091299,"stop":1726218091299,"duration":0}},{"uid":"9494e77e473de648","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9494e77e473de648","status":"passed","time":{"start":1726218000390,"stop":1726218000390,"duration":0}}]},"tags":[]},"source":"bcb62b042161b6dc.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/bce9d5d961aebf2e.json b/7434/data/test-cases/bce9d5d961aebf2e.json new file mode 100644 index 00000000000..6fb7ad8dbc0 --- /dev/null +++ b/7434/data/test-cases/bce9d5d961aebf2e.json @@ -0,0 +1 @@ +{"uid":"bce9d5d961aebf2e","name":"Should update shard info","fullName":"/tests/peer-exchange/continuous_discovery.spec.ts: Peer Exchange Continuous Discovery > Should update shard info","historyId":"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218689329,"stop":1726218689329,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange Continuous Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange Continuous Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange Continuous Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"763f4ce0f60d4f23","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/763f4ce0f60d4f23","status":"passed","time":{"start":1726218613307,"stop":1726218613309,"duration":2}},{"uid":"5ce0d52363880cf8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ce0d52363880cf8","status":"passed","time":{"start":1726217868894,"stop":1726217868894,"duration":0}},{"uid":"c68e7774ba3265b3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c68e7774ba3265b3","status":"passed","time":{"start":1726217785443,"stop":1726217785443,"duration":0}}]},"tags":[]},"source":"bce9d5d961aebf2e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5b2cda2a55a5adc4.json b/7434/data/test-cases/bcef34e5657c63f0.json similarity index 51% rename from 7408/data/test-cases/5b2cda2a55a5adc4.json rename to 7434/data/test-cases/bcef34e5657c63f0.json index 87e09a666cc..73952296f4a 100644 --- a/7408/data/test-cases/5b2cda2a55a5adc4.json +++ b/7434/data/test-cases/bcef34e5657c63f0.json @@ -1 +1 @@ -{"uid":"5b2cda2a55a5adc4","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":1725578759906,"stop":1725578759907,"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":7,"unknown":0,"total":7},"items":[{"uid":"6072e906c83c915d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/6072e906c83c915d","status":"passed","time":{"start":1725578303030,"stop":1725578303032,"duration":2}},{"uid":"28866f52901765c","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/28866f52901765c","status":"passed","time":{"start":1725577974901,"stop":1725577974907,"duration":6}},{"uid":"1f17c6f360e95678","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1f17c6f360e95678","status":"passed","time":{"start":1725577243431,"stop":1725577243435,"duration":4}},{"uid":"78d3aa147042efcb","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/78d3aa147042efcb","status":"passed","time":{"start":1725576890588,"stop":1725576890590,"duration":2}},{"uid":"6abbaad1a75aa1c6","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/6abbaad1a75aa1c6","status":"passed","time":{"start":1725576842900,"stop":1725576842902,"duration":2}},{"uid":"9cc130a83745c33b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/9cc130a83745c33b","status":"passed","time":{"start":1725576425677,"stop":1725576425679,"duration":2}}]},"tags":[]},"source":"5b2cda2a55a5adc4.json","parameterValues":[]} \ No newline at end of file +{"uid":"bcef34e5657c63f0","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":1726218335394,"stop":1726218335400,"duration":6},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"745087d25e81f758","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/745087d25e81f758","status":"passed","time":{"start":1726218239516,"stop":1726218239523,"duration":7}},{"uid":"fb5b042bce7a7630","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fb5b042bce7a7630","status":"passed","time":{"start":1726217493336,"stop":1726217493338,"duration":2}},{"uid":"5b43ceb9800757a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5b43ceb9800757a4","status":"passed","time":{"start":1726217434831,"stop":1726217434833,"duration":2}}]},"tags":[]},"source":"bcef34e5657c63f0.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/dcad716d1487d988.json b/7434/data/test-cases/bd839a54809cc14c.json similarity index 66% rename from 7408/data/test-cases/dcad716d1487d988.json rename to 7434/data/test-cases/bd839a54809cc14c.json index 22f3280800d..a571578370c 100644 --- a/7408/data/test-cases/dcad716d1487d988.json +++ b/7434/data/test-cases/bd839a54809cc14c.json @@ -1 +1 @@ -{"uid":"dcad716d1487d988","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":1725578843070,"stop":1725578843071,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"5085601ad7cd05a2","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5085601ad7cd05a2","status":"passed","time":{"start":1725578373000,"stop":1725578373000,"duration":0}},{"uid":"cf55845c20dc6da6","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/cf55845c20dc6da6","status":"passed","time":{"start":1725578055805,"stop":1725578055805,"duration":0}},{"uid":"46b52cdf4a1eaa4b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/46b52cdf4a1eaa4b","status":"passed","time":{"start":1725577329145,"stop":1725577329145,"duration":0}},{"uid":"be357b8e7ed40eaf","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/be357b8e7ed40eaf","status":"passed","time":{"start":1725576962425,"stop":1725576962425,"duration":0}},{"uid":"4d7df4a2954a8c54","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/4d7df4a2954a8c54","status":"passed","time":{"start":1725576929754,"stop":1725576929754,"duration":0}},{"uid":"a5cfe8abe4fc01ce","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a5cfe8abe4fc01ce","status":"passed","time":{"start":1725576499199,"stop":1725576499200,"duration":1}}]},"tags":[]},"source":"dcad716d1487d988.json","parameterValues":[]} \ No newline at end of file +{"uid":"bd839a54809cc14c","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":1726218412653,"stop":1726218412654,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"f0265f826b6996e5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f0265f826b6996e5","status":"passed","time":{"start":1726218318073,"stop":1726218318078,"duration":5}},{"uid":"95af17ba7cffbe1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95af17ba7cffbe1","status":"passed","time":{"start":1726217567469,"stop":1726217567470,"duration":1}},{"uid":"5bb956806b86ecc9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5bb956806b86ecc9","status":"passed","time":{"start":1726217508416,"stop":1726217508416,"duration":0}}]},"tags":[]},"source":"bd839a54809cc14c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/527441b44577cbdb.json b/7434/data/test-cases/be02553425865e11.json similarity index 93% rename from 7408/data/test-cases/527441b44577cbdb.json rename to 7434/data/test-cases/be02553425865e11.json index 6c0e03ea018..286d30fb605 100644 --- a/7408/data/test-cases/527441b44577cbdb.json +++ b/7434/data/test-cases/be02553425865e11.json @@ -1 +1 @@ -{"uid":"527441b44577cbdb","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":1725579187571,"stop":1725579187571,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"5315839c40a922d4","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5315839c40a922d4","status":"passed","time":{"start":1725578730890,"stop":1725578730890,"duration":0}},{"uid":"62f6413c3a8678cd","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/62f6413c3a8678cd","status":"passed","time":{"start":1725578399093,"stop":1725578399093,"duration":0}},{"uid":"583e481d40d9d394","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/583e481d40d9d394","status":"passed","time":{"start":1725577666263,"stop":1725577666264,"duration":1}},{"uid":"382313a6204a0c7b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/382313a6204a0c7b","status":"passed","time":{"start":1725577318869,"stop":1725577318870,"duration":1}},{"uid":"c225f23cd9b90b32","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c225f23cd9b90b32","status":"passed","time":{"start":1725577277098,"stop":1725577277098,"duration":0}},{"uid":"2d9be8d97d2846d4","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2d9be8d97d2846d4","status":"passed","time":{"start":1725576853148,"stop":1725576853148,"duration":0}}]},"tags":[]},"source":"527441b44577cbdb.json","parameterValues":[]} \ No newline at end of file +{"uid":"be02553425865e11","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":1726218778195,"stop":1726218778197,"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":4,"unknown":0,"total":4},"items":[{"uid":"20bce3b73a9f4081","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/20bce3b73a9f4081","status":"passed","time":{"start":1726218673550,"stop":1726218673551,"duration":1}},{"uid":"1367842c152bee60","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1367842c152bee60","status":"passed","time":{"start":1726217946721,"stop":1726217946721,"duration":0}},{"uid":"eaa719d4375c1255","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eaa719d4375c1255","status":"passed","time":{"start":1726217862774,"stop":1726217862775,"duration":1}}]},"tags":[]},"source":"be02553425865e11.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/be45056cdf2bd94e.json b/7434/data/test-cases/be45056cdf2bd94e.json new file mode 100644 index 00000000000..50c059508af --- /dev/null +++ b/7434/data/test-cases/be45056cdf2bd94e.json @@ -0,0 +1 @@ +{"uid":"be45056cdf2bd94e","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":1726218316388,"stop":1726218316388,"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":4,"unknown":0,"total":4},"items":[{"uid":"bced28c954e3994f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bced28c954e3994f","status":"passed","time":{"start":1726218221126,"stop":1726218221126,"duration":0}},{"uid":"f636d4713111fb9c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f636d4713111fb9c","status":"passed","time":{"start":1726217474515,"stop":1726217474516,"duration":1}},{"uid":"682a9cfb36612db5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/682a9cfb36612db5","status":"passed","time":{"start":1726217415843,"stop":1726217415843,"duration":0}}]},"tags":[]},"source":"be45056cdf2bd94e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e1571dc240eee714.json b/7434/data/test-cases/be4d20fe809697d1.json similarity index 52% rename from 7408/data/test-cases/e1571dc240eee714.json rename to 7434/data/test-cases/be4d20fe809697d1.json index 6e7579c2ab4..f3079ae5186 100644 --- a/7408/data/test-cases/e1571dc240eee714.json +++ b/7434/data/test-cases/be4d20fe809697d1.json @@ -1 +1 @@ -{"uid":"e1571dc240eee714","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":1725579379303,"stop":1725579379303,"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":7,"unknown":0,"total":7},"items":[{"uid":"2d1e1e6ead304cfa","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/2d1e1e6ead304cfa","status":"passed","time":{"start":1725578922792,"stop":1725578922793,"duration":1}},{"uid":"42d88093b4d7e821","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/42d88093b4d7e821","status":"passed","time":{"start":1725578588914,"stop":1725578588914,"duration":0}},{"uid":"e7b4d130140cbaa2","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e7b4d130140cbaa2","status":"passed","time":{"start":1725577846840,"stop":1725577846840,"duration":0}},{"uid":"e1b58051d616bca0","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e1b58051d616bca0","status":"passed","time":{"start":1725577495460,"stop":1725577495460,"duration":0}},{"uid":"ae93ab410768da48","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/ae93ab410768da48","status":"passed","time":{"start":1725577458417,"stop":1725577458417,"duration":0}},{"uid":"896e901191c91720","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/896e901191c91720","status":"passed","time":{"start":1725577048811,"stop":1725577048811,"duration":0}}]},"tags":[]},"source":"e1571dc240eee714.json","parameterValues":[]} \ No newline at end of file +{"uid":"be4d20fe809697d1","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":1726218956166,"stop":1726218956166,"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":4,"unknown":0,"total":4},"items":[{"uid":"35b7e7343f01b96c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35b7e7343f01b96c","status":"passed","time":{"start":1726218868912,"stop":1726218868912,"duration":0}},{"uid":"1d682ffed4eaeb0a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d682ffed4eaeb0a","status":"passed","time":{"start":1726218139624,"stop":1726218139624,"duration":0}},{"uid":"39a58fe703389805","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39a58fe703389805","status":"passed","time":{"start":1726218051435,"stop":1726218051436,"duration":1}}]},"tags":[]},"source":"be4d20fe809697d1.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/fe683be69a5365ce.json b/7434/data/test-cases/be7e300a4a45c6f9.json similarity index 84% rename from 7408/data/test-cases/fe683be69a5365ce.json rename to 7434/data/test-cases/be7e300a4a45c6f9.json index f0b9399ede2..47149a1771a 100644 --- a/7408/data/test-cases/fe683be69a5365ce.json +++ b/7434/data/test-cases/be7e300a4a45c6f9.json @@ -1 +1 @@ -{"uid":"fe683be69a5365ce","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":1725579272791,"stop":1725579272792,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"36e95c0046922afe","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/36e95c0046922afe","status":"passed","time":{"start":1725578809268,"stop":1725578809269,"duration":1}},{"uid":"a122b67703a07cef","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a122b67703a07cef","status":"passed","time":{"start":1725578497043,"stop":1725578497043,"duration":0}},{"uid":"7563efaf7693ddde","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7563efaf7693ddde","status":"passed","time":{"start":1725577747311,"stop":1725577747311,"duration":0}},{"uid":"a6d6037315d7d693","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a6d6037315d7d693","status":"passed","time":{"start":1725577413223,"stop":1725577413224,"duration":1}},{"uid":"e70e8e7c589be895","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e70e8e7c589be895","status":"passed","time":{"start":1725577362002,"stop":1725577362002,"duration":0}},{"uid":"2e2929ac0c99c392","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2e2929ac0c99c392","status":"passed","time":{"start":1725576938389,"stop":1725576938389,"duration":0}}]},"tags":[]},"source":"fe683be69a5365ce.json","parameterValues":[]} \ No newline at end of file +{"uid":"be7e300a4a45c6f9","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":1726218863038,"stop":1726218863039,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"1dec82b22b133b48","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1dec82b22b133b48","status":"passed","time":{"start":1726218781390,"stop":1726218781391,"duration":1}},{"uid":"a862455496dd40e8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a862455496dd40e8","status":"passed","time":{"start":1726218013719,"stop":1726218013720,"duration":1}},{"uid":"201b53beba704dae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/201b53beba704dae","status":"passed","time":{"start":1726217945339,"stop":1726217945339,"duration":0}}]},"tags":[]},"source":"be7e300a4a45c6f9.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5f72959380f8cfcc.json b/7434/data/test-cases/bef91994bd59cb08.json similarity index 57% rename from 7408/data/test-cases/5f72959380f8cfcc.json rename to 7434/data/test-cases/bef91994bd59cb08.json index 043029a9ff7..d1ca3a9db27 100644 --- a/7408/data/test-cases/5f72959380f8cfcc.json +++ b/7434/data/test-cases/bef91994bd59cb08.json @@ -1 +1 @@ -{"uid":"5f72959380f8cfcc","name":"handles multiple messages","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > handles multiple messages","historyId":"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579322034,"stop":1725579322035,"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":7,"unknown":0,"total":7},"items":[{"uid":"8475be9fa3c801a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8475be9fa3c801a","status":"passed","time":{"start":1725578858920,"stop":1725578858920,"duration":0}},{"uid":"1d0a4c38ca30d1e3","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/1d0a4c38ca30d1e3","status":"passed","time":{"start":1725578536954,"stop":1725578536955,"duration":1}},{"uid":"4c7846e541320224","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4c7846e541320224","status":"passed","time":{"start":1725577795814,"stop":1725577795814,"duration":0}},{"uid":"ce92d171c9b978ca","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/ce92d171c9b978ca","status":"passed","time":{"start":1725577459954,"stop":1725577459954,"duration":0}},{"uid":"2beed4347da6d727","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2beed4347da6d727","status":"passed","time":{"start":1725577403913,"stop":1725577403913,"duration":0}},{"uid":"81397407f160dbe","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/81397407f160dbe","status":"passed","time":{"start":1725576990718,"stop":1725576990719,"duration":1}}]},"tags":[]},"source":"5f72959380f8cfcc.json","parameterValues":[]} \ No newline at end of file +{"uid":"bef91994bd59cb08","name":"handles multiple messages","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > handles multiple messages","historyId":"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218910985,"stop":1726218910985,"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":4,"unknown":0,"total":4},"items":[{"uid":"aeea75deebb55466","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/aeea75deebb55466","status":"passed","time":{"start":1726218817594,"stop":1726218817595,"duration":1}},{"uid":"577d01f43f1495bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/577d01f43f1495bd","status":"passed","time":{"start":1726218077305,"stop":1726218077305,"duration":0}},{"uid":"5a349e38129dc3be","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5a349e38129dc3be","status":"passed","time":{"start":1726217991631,"stop":1726217991631,"duration":0}}]},"tags":[]},"source":"bef91994bd59cb08.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5ded318137a07e42.json b/7434/data/test-cases/bf20f3c9567e362.json similarity index 70% rename from 7408/data/test-cases/5ded318137a07e42.json rename to 7434/data/test-cases/bf20f3c9567e362.json index 60c068a35f0..53387a683a3 100644 --- a/7408/data/test-cases/5ded318137a07e42.json +++ b/7434/data/test-cases/bf20f3c9567e362.json @@ -1 +1 @@ -{"uid":"5ded318137a07e42","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":1725579281322,"stop":1725579281335,"duration":13},"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":7,"unknown":0,"total":7},"items":[{"uid":"dab33640e4f14a77","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/dab33640e4f14a77","status":"passed","time":{"start":1725578819328,"stop":1725578819329,"duration":1}},{"uid":"c28b4dad1798d427","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c28b4dad1798d427","status":"passed","time":{"start":1725578491992,"stop":1725578491992,"duration":0}},{"uid":"d7ba4721dbaff176","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d7ba4721dbaff176","status":"passed","time":{"start":1725577749580,"stop":1725577749581,"duration":1}},{"uid":"3d296603ba9f713b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3d296603ba9f713b","status":"passed","time":{"start":1725577416239,"stop":1725577416240,"duration":1}},{"uid":"b569dbf07a88d9d4","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b569dbf07a88d9d4","status":"passed","time":{"start":1725577358763,"stop":1725577358764,"duration":1}},{"uid":"1e268dacc64298d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/1e268dacc64298d","status":"passed","time":{"start":1725576950264,"stop":1725576950264,"duration":0}}]},"tags":[]},"source":"5ded318137a07e42.json","parameterValues":[]} \ No newline at end of file +{"uid":"bf20f3c9567e362","name":"random static sharding 9 - Cluster ID: 810, Shard ID: 32","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 9 - Cluster ID: 810, Shard ID: 32","historyId":"ae7a5a3ee5d454b41af9ad34deb4c4d9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218863184,"stop":1726218863184,"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":"bf20f3c9567e362.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d5bcbcf6626e2f1b.json b/7434/data/test-cases/bf80a398e9029248.json similarity index 91% rename from 7408/data/test-cases/d5bcbcf6626e2f1b.json rename to 7434/data/test-cases/bf80a398e9029248.json index 3eff3b34e5d..ad2129ea8c2 100644 --- a/7408/data/test-cases/d5bcbcf6626e2f1b.json +++ b/7434/data/test-cases/bf80a398e9029248.json @@ -1 +1 @@ -{"uid":"d5bcbcf6626e2f1b","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":1725579181248,"stop":1725579181249,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"8643cc3e3844a5af","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8643cc3e3844a5af","status":"passed","time":{"start":1725578712612,"stop":1725578712612,"duration":0}},{"uid":"e5c084111d9228e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/e5c084111d9228e","status":"passed","time":{"start":1725578380216,"stop":1725578380216,"duration":0}},{"uid":"5682cbff817aedd0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5682cbff817aedd0","status":"passed","time":{"start":1725577661449,"stop":1725577661449,"duration":0}},{"uid":"6234845fa963abf8","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6234845fa963abf8","status":"passed","time":{"start":1725577308294,"stop":1725577308295,"duration":1}},{"uid":"dad83cf8d9ad839a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/dad83cf8d9ad839a","status":"passed","time":{"start":1725577255365,"stop":1725577255365,"duration":0}},{"uid":"f2079b9f259a0dab","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f2079b9f259a0dab","status":"passed","time":{"start":1725576839385,"stop":1725576839385,"duration":0}}]},"tags":[]},"source":"d5bcbcf6626e2f1b.json","parameterValues":[]} \ No newline at end of file +{"uid":"bf80a398e9029248","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":1726218764098,"stop":1726218764098,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"e43a8d9947ffa59a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e43a8d9947ffa59a","status":"passed","time":{"start":1726218659014,"stop":1726218659015,"duration":1}},{"uid":"f364e6439b37a847","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f364e6439b37a847","status":"passed","time":{"start":1726217924741,"stop":1726217924742,"duration":1}},{"uid":"e93c51c685cc0364","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e93c51c685cc0364","status":"passed","time":{"start":1726217840516,"stop":1726217840516,"duration":0}}]},"tags":[]},"source":"bf80a398e9029248.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/be8543a9ca9dc5f3.json b/7434/data/test-cases/bfc04cb0394bb571.json similarity index 59% rename from 7408/data/test-cases/be8543a9ca9dc5f3.json rename to 7434/data/test-cases/bfc04cb0394bb571.json index 8839e098853..d11d3a2ef17 100644 --- a/7408/data/test-cases/be8543a9ca9dc5f3.json +++ b/7434/data/test-cases/bfc04cb0394bb571.json @@ -1 +1 @@ -{"uid":"be8543a9ca9dc5f3","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":1725579312022,"stop":1725579312023,"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":7,"unknown":0,"total":7},"items":[{"uid":"7a5fbf9ab0599b8f","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/7a5fbf9ab0599b8f","status":"passed","time":{"start":1725578849121,"stop":1725578849122,"duration":1}},{"uid":"bc1ebc6bae01f834","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/bc1ebc6bae01f834","status":"passed","time":{"start":1725578530875,"stop":1725578530876,"duration":1}},{"uid":"c2b99042555e7b56","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/c2b99042555e7b56","status":"passed","time":{"start":1725577787478,"stop":1725577787478,"duration":0}},{"uid":"6a3d2b8a47e03b24","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6a3d2b8a47e03b24","status":"passed","time":{"start":1725577449704,"stop":1725577449704,"duration":0}},{"uid":"313b474396422c5","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/313b474396422c5","status":"passed","time":{"start":1725577395957,"stop":1725577395958,"duration":1}},{"uid":"3aac999858bf72e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3aac999858bf72e","status":"passed","time":{"start":1725576980958,"stop":1725576980958,"duration":0}}]},"tags":[]},"source":"be8543a9ca9dc5f3.json","parameterValues":[]} \ No newline at end of file +{"uid":"bfc04cb0394bb571","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":1726218903394,"stop":1726218903394,"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":4,"unknown":0,"total":4},"items":[{"uid":"cfddf4ff812d0a06","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cfddf4ff812d0a06","status":"passed","time":{"start":1726218807914,"stop":1726218807914,"duration":0}},{"uid":"e13a13fd6ca5d2ff","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e13a13fd6ca5d2ff","status":"passed","time":{"start":1726218061980,"stop":1726218061981,"duration":1}},{"uid":"ca33e588df997c8e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ca33e588df997c8e","status":"passed","time":{"start":1726217984951,"stop":1726217984951,"duration":0}}]},"tags":[]},"source":"bfc04cb0394bb571.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/dfa5566857f14cea.json b/7434/data/test-cases/bfd8f25679c56313.json similarity index 92% rename from 7408/data/test-cases/dfa5566857f14cea.json rename to 7434/data/test-cases/bfd8f25679c56313.json index 0ee906bbbf9..24b145f78ec 100644 --- a/7408/data/test-cases/dfa5566857f14cea.json +++ b/7434/data/test-cases/bfd8f25679c56313.json @@ -1 +1 @@ -{"uid":"dfa5566857f14cea","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":1725579297986,"stop":1725579297986,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"43320012c4c11662","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/43320012c4c11662","status":"passed","time":{"start":1725578825355,"stop":1725578825355,"duration":0}},{"uid":"ebb75d7f5fafc763","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ebb75d7f5fafc763","status":"passed","time":{"start":1725578517012,"stop":1725578517013,"duration":1}},{"uid":"3f7f1b4bac73079e","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/3f7f1b4bac73079e","status":"passed","time":{"start":1725577784928,"stop":1725577784928,"duration":0}},{"uid":"1a5a4415522cc3c6","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1a5a4415522cc3c6","status":"passed","time":{"start":1725577433790,"stop":1725577433791,"duration":1}},{"uid":"296f2bc7c2754e0e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/296f2bc7c2754e0e","status":"passed","time":{"start":1725577392065,"stop":1725577392065,"duration":0}},{"uid":"13312135cf7aa222","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/13312135cf7aa222","status":"passed","time":{"start":1725576971855,"stop":1725576971856,"duration":1}}]},"tags":[]},"source":"dfa5566857f14cea.json","parameterValues":[]} \ No newline at end of file +{"uid":"bfd8f25679c56313","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":1726218879336,"stop":1726218879337,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"35628a2aa1c5dd7a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35628a2aa1c5dd7a","status":"passed","time":{"start":1726218787584,"stop":1726218787584,"duration":0}},{"uid":"6cf821e4d277d951","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6cf821e4d277d951","status":"passed","time":{"start":1726218066296,"stop":1726218066296,"duration":0}},{"uid":"59eb4e4eaca8d4c1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59eb4e4eaca8d4c1","status":"passed","time":{"start":1726217965313,"stop":1726217965314,"duration":1}}]},"tags":[]},"source":"bfd8f25679c56313.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d484dfc57a807c01.json b/7434/data/test-cases/c111197eafd4e238.json similarity index 90% rename from 7408/data/test-cases/d484dfc57a807c01.json rename to 7434/data/test-cases/c111197eafd4e238.json index a6a7190a128..e216bdef347 100644 --- a/7408/data/test-cases/d484dfc57a807c01.json +++ b/7434/data/test-cases/c111197eafd4e238.json @@ -1 +1 @@ -{"uid":"d484dfc57a807c01","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":1725579219612,"stop":1725579219612,"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":7,"unknown":0,"total":7},"items":[{"uid":"ccd244cc2c2fdd7a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ccd244cc2c2fdd7a","status":"passed","time":{"start":1725578761128,"stop":1725578761128,"duration":0}},{"uid":"53cc870a8f0dcfdd","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/53cc870a8f0dcfdd","status":"passed","time":{"start":1725578429982,"stop":1725578429983,"duration":1}},{"uid":"9c137fd81a2c35eb","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9c137fd81a2c35eb","status":"passed","time":{"start":1725577692780,"stop":1725577692781,"duration":1}},{"uid":"25beffaa0ba60a64","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/25beffaa0ba60a64","status":"passed","time":{"start":1725577353959,"stop":1725577353959,"duration":0}},{"uid":"9eb1ce081b2d046c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/9eb1ce081b2d046c","status":"passed","time":{"start":1725577301896,"stop":1725577301896,"duration":0}},{"uid":"947b7e92ad2c2254","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/947b7e92ad2c2254","status":"passed","time":{"start":1725576895892,"stop":1725576895893,"duration":1}}]},"tags":[]},"source":"d484dfc57a807c01.json","parameterValues":[]} \ No newline at end of file +{"uid":"c111197eafd4e238","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":1726218806758,"stop":1726218806758,"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":4,"unknown":0,"total":4},"items":[{"uid":"91c5e272853c115e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/91c5e272853c115e","status":"passed","time":{"start":1726218706739,"stop":1726218706740,"duration":1}},{"uid":"394c68283a7a8ff2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/394c68283a7a8ff2","status":"passed","time":{"start":1726217976603,"stop":1726217976603,"duration":0}},{"uid":"47641b259b8df41c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/47641b259b8df41c","status":"passed","time":{"start":1726217890294,"stop":1726217890295,"duration":1}}]},"tags":[]},"source":"c111197eafd4e238.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/bf21b4826945bf34.json b/7434/data/test-cases/c144b0be3f407985.json similarity index 81% rename from 7408/data/test-cases/bf21b4826945bf34.json rename to 7434/data/test-cases/c144b0be3f407985.json index f927457cb62..73b167970cf 100644 --- a/7408/data/test-cases/bf21b4826945bf34.json +++ b/7434/data/test-cases/c144b0be3f407985.json @@ -1 +1 @@ -{"uid":"bf21b4826945bf34","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":1725579222047,"stop":1725579222048,"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":7,"unknown":0,"total":7},"items":[{"uid":"dfb9ec64fdb0edb6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/dfb9ec64fdb0edb6","status":"passed","time":{"start":1725578763702,"stop":1725578763704,"duration":2}},{"uid":"423021d1009eb531","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/423021d1009eb531","status":"passed","time":{"start":1725578437616,"stop":1725578437616,"duration":0}},{"uid":"2ef979e159561d93","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2ef979e159561d93","status":"passed","time":{"start":1725577679209,"stop":1725577679210,"duration":1}},{"uid":"efe7f9f085984062","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/efe7f9f085984062","status":"passed","time":{"start":1725577331514,"stop":1725577331515,"duration":1}},{"uid":"eeb19ab44a751dd0","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/eeb19ab44a751dd0","status":"passed","time":{"start":1725577298220,"stop":1725577298221,"duration":1}},{"uid":"219618a462a6639e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/219618a462a6639e","status":"passed","time":{"start":1725576890429,"stop":1725576890429,"duration":0}}]},"tags":[]},"source":"bf21b4826945bf34.json","parameterValues":[]} \ No newline at end of file +{"uid":"c144b0be3f407985","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":1726218793428,"stop":1726218793429,"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":4,"unknown":0,"total":4},"items":[{"uid":"a5230315de8418cc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a5230315de8418cc","status":"passed","time":{"start":1726218722080,"stop":1726218722080,"duration":0}},{"uid":"155d181d2dd11c63","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/155d181d2dd11c63","status":"passed","time":{"start":1726217978645,"stop":1726217978647,"duration":2}},{"uid":"aefe7dc1af3e1a56","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/aefe7dc1af3e1a56","status":"passed","time":{"start":1726217893872,"stop":1726217893873,"duration":1}}]},"tags":[]},"source":"c144b0be3f407985.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/327cbe034f01d825.json b/7434/data/test-cases/c1cfba753f944e73.json similarity index 54% rename from 7408/data/test-cases/327cbe034f01d825.json rename to 7434/data/test-cases/c1cfba753f944e73.json index c58c9f32f5e..129f10b4f7a 100644 --- a/7408/data/test-cases/327cbe034f01d825.json +++ b/7434/data/test-cases/c1cfba753f944e73.json @@ -1 +1 @@ -{"uid":"327cbe034f01d825","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":1725579198137,"stop":1725579198138,"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":7,"unknown":0,"total":7},"items":[{"uid":"a007a2e4fe682a35","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a007a2e4fe682a35","status":"passed","time":{"start":1725578741445,"stop":1725578741446,"duration":1}},{"uid":"3d269f5dbe990c49","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3d269f5dbe990c49","status":"passed","time":{"start":1725578410525,"stop":1725578410525,"duration":0}},{"uid":"3222d7187d1907ee","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/3222d7187d1907ee","status":"passed","time":{"start":1725577675757,"stop":1725577675757,"duration":0}},{"uid":"f89e4d604f85c664","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f89e4d604f85c664","status":"passed","time":{"start":1725577331189,"stop":1725577331189,"duration":0}},{"uid":"23d6e3cfd2a71259","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/23d6e3cfd2a71259","status":"passed","time":{"start":1725577286941,"stop":1725577286942,"duration":1}},{"uid":"dd981355c6381c10","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/dd981355c6381c10","status":"passed","time":{"start":1725576865757,"stop":1725576865757,"duration":0}}]},"tags":[]},"source":"327cbe034f01d825.json","parameterValues":[]} \ No newline at end of file +{"uid":"c1cfba753f944e73","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":1726218788037,"stop":1726218788037,"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":4,"unknown":0,"total":4},"items":[{"uid":"bf50fa3e33cc1978","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf50fa3e33cc1978","status":"passed","time":{"start":1726218685053,"stop":1726218685054,"duration":1}},{"uid":"2453f8230b03b9c5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2453f8230b03b9c5","status":"passed","time":{"start":1726217960214,"stop":1726217960214,"duration":0}},{"uid":"f79fda6e1a99f34b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f79fda6e1a99f34b","status":"passed","time":{"start":1726217875230,"stop":1726217875230,"duration":0}}]},"tags":[]},"source":"c1cfba753f944e73.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/18c0cec03f43c760.json b/7434/data/test-cases/c24daf8d388268bf.json similarity index 71% rename from 7408/data/test-cases/18c0cec03f43c760.json rename to 7434/data/test-cases/c24daf8d388268bf.json index 6264f99cb27..38897e43e0b 100644 --- a/7408/data/test-cases/18c0cec03f43c760.json +++ b/7434/data/test-cases/c24daf8d388268bf.json @@ -1 +1 @@ -{"uid":"18c0cec03f43c760","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","historyId":"6f5db8f8f13c830c7e59f3146489be59:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579102808,"stop":1725579102808,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"df25ea0378f65067","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/df25ea0378f65067","status":"passed","time":{"start":1725578664268,"stop":1725578664269,"duration":1}},{"uid":"86748323730d670b","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/86748323730d670b","status":"passed","time":{"start":1725578314139,"stop":1725578314140,"duration":1}},{"uid":"797abf0e477f6a9b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/797abf0e477f6a9b","status":"passed","time":{"start":1725577562985,"stop":1725577562985,"duration":0}},{"uid":"609553e7f6863a00","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/609553e7f6863a00","status":"passed","time":{"start":1725577209701,"stop":1725577209702,"duration":1}},{"uid":"9ba615860955af75","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/9ba615860955af75","status":"passed","time":{"start":1725577172567,"stop":1725577172567,"duration":0}},{"uid":"ec5eaf56620fe521","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ec5eaf56620fe521","status":"passed","time":{"start":1725576779737,"stop":1725576779737,"duration":0}}]},"tags":[]},"source":"18c0cec03f43c760.json","parameterValues":[]} \ No newline at end of file +{"uid":"c24daf8d388268bf","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","historyId":"6f5db8f8f13c830c7e59f3146489be59:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218669772,"stop":1726218669772,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d1f97d2963b4edc9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d1f97d2963b4edc9","status":"passed","time":{"start":1726218612959,"stop":1726218612960,"duration":1}},{"uid":"c5cc9eb2b2619f9d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5cc9eb2b2619f9d","status":"passed","time":{"start":1726217868233,"stop":1726217868233,"duration":0}},{"uid":"c2c050b31c2e1a89","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c2c050b31c2e1a89","status":"passed","time":{"start":1726217785166,"stop":1726217785167,"duration":1}}]},"tags":[]},"source":"c24daf8d388268bf.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f52e63dc073d2bba.json b/7434/data/test-cases/c264980d0035ff4b.json similarity index 92% rename from 7408/data/test-cases/f52e63dc073d2bba.json rename to 7434/data/test-cases/c264980d0035ff4b.json index 7675866a595..e981df7e474 100644 --- a/7408/data/test-cases/f52e63dc073d2bba.json +++ b/7434/data/test-cases/c264980d0035ff4b.json @@ -1 +1 @@ -{"uid":"f52e63dc073d2bba","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":1725579297961,"stop":1725579297961,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"b4adcb33f3809e59","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b4adcb33f3809e59","status":"passed","time":{"start":1725578825348,"stop":1725578825349,"duration":1}},{"uid":"85f373d3af581a05","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/85f373d3af581a05","status":"passed","time":{"start":1725578516999,"stop":1725578516999,"duration":0}},{"uid":"9394f2c24e05668","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9394f2c24e05668","status":"passed","time":{"start":1725577784910,"stop":1725577784910,"duration":0}},{"uid":"9f81296b15758bf9","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9f81296b15758bf9","status":"passed","time":{"start":1725577433760,"stop":1725577433760,"duration":0}},{"uid":"ab90758b6c9c42b5","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/ab90758b6c9c42b5","status":"passed","time":{"start":1725577392049,"stop":1725577392049,"duration":0}},{"uid":"2704e5f1f1a8190c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2704e5f1f1a8190c","status":"passed","time":{"start":1725576971831,"stop":1725576971831,"duration":0}}]},"tags":[]},"source":"f52e63dc073d2bba.json","parameterValues":[]} \ No newline at end of file +{"uid":"c264980d0035ff4b","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":1726218879314,"stop":1726218879315,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dc2623382528f3ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dc2623382528f3ab","status":"passed","time":{"start":1726218787577,"stop":1726218787577,"duration":0}},{"uid":"26db03bcb167e1a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/26db03bcb167e1a6","status":"passed","time":{"start":1726218066280,"stop":1726218066280,"duration":0}},{"uid":"606562d6b1c1a634","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/606562d6b1c1a634","status":"passed","time":{"start":1726217965303,"stop":1726217965304,"duration":1}}]},"tags":[]},"source":"c264980d0035ff4b.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6714575b2e360daa.json b/7434/data/test-cases/c279509fd5a114ae.json similarity index 76% rename from 7408/data/test-cases/6714575b2e360daa.json rename to 7434/data/test-cases/c279509fd5a114ae.json index 4e4d95754be..43c93b07425 100644 --- a/7408/data/test-cases/6714575b2e360daa.json +++ b/7434/data/test-cases/c279509fd5a114ae.json @@ -1 +1 @@ -{"uid":"6714575b2e360daa","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":1725579310611,"stop":1725579310618,"duration":7},"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":7,"unknown":0,"total":7},"items":[{"uid":"62b19918f5ab37e1","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/62b19918f5ab37e1","status":"passed","time":{"start":1725578851748,"stop":1725578851749,"duration":1}},{"uid":"13322293a807d32b","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/13322293a807d32b","status":"passed","time":{"start":1725578528318,"stop":1725578528318,"duration":0}},{"uid":"1e4522f9edd7f84a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1e4522f9edd7f84a","status":"passed","time":{"start":1725577788024,"stop":1725577788024,"duration":0}},{"uid":"653d7869fdcc2bbf","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/653d7869fdcc2bbf","status":"passed","time":{"start":1725577450853,"stop":1725577450853,"duration":0}},{"uid":"545d8f90bc7975f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/545d8f90bc7975f","status":"passed","time":{"start":1725577393089,"stop":1725577393090,"duration":1}},{"uid":"2f80984b085c5d10","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2f80984b085c5d10","status":"passed","time":{"start":1725576982838,"stop":1725576982838,"duration":0}}]},"tags":[]},"source":"6714575b2e360daa.json","parameterValues":[]} \ No newline at end of file +{"uid":"c279509fd5a114ae","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":1726218902965,"stop":1726218902967,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bc5c137519ba4c13","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bc5c137519ba4c13","status":"passed","time":{"start":1726218814280,"stop":1726218814281,"duration":1}},{"uid":"73ae9231d7b7f2ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/73ae9231d7b7f2ea","status":"passed","time":{"start":1726218071323,"stop":1726218071323,"duration":0}},{"uid":"6ffa90e10a45e120","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6ffa90e10a45e120","status":"passed","time":{"start":1726217984828,"stop":1726217984828,"duration":0}}]},"tags":[]},"source":"c279509fd5a114ae.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f2e067f8a1821fd5.json b/7434/data/test-cases/c29173ca9145775e.json similarity index 91% rename from 7408/data/test-cases/f2e067f8a1821fd5.json rename to 7434/data/test-cases/c29173ca9145775e.json index cf80b7fa530..7568df5a411 100644 --- a/7408/data/test-cases/f2e067f8a1821fd5.json +++ b/7434/data/test-cases/c29173ca9145775e.json @@ -1 +1 @@ -{"uid":"f2e067f8a1821fd5","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":1725579181252,"stop":1725579181252,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"1af717829ca0c6d0","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1af717829ca0c6d0","status":"passed","time":{"start":1725578712614,"stop":1725578712614,"duration":0}},{"uid":"a8b960df64644eee","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a8b960df64644eee","status":"passed","time":{"start":1725578380219,"stop":1725578380220,"duration":1}},{"uid":"6e7c3638a5600c92","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6e7c3638a5600c92","status":"passed","time":{"start":1725577661452,"stop":1725577661453,"duration":1}},{"uid":"7aa3c325850c09a9","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7aa3c325850c09a9","status":"passed","time":{"start":1725577308297,"stop":1725577308298,"duration":1}},{"uid":"c6951b7d33d9edf","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c6951b7d33d9edf","status":"passed","time":{"start":1725577255368,"stop":1725577255369,"duration":1}},{"uid":"ad89630e60e89b8f","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ad89630e60e89b8f","status":"passed","time":{"start":1725576839387,"stop":1725576839388,"duration":1}}]},"tags":[]},"source":"f2e067f8a1821fd5.json","parameterValues":[]} \ No newline at end of file +{"uid":"c29173ca9145775e","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":1726218764101,"stop":1726218764101,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"82e85afd49b7976a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/82e85afd49b7976a","status":"passed","time":{"start":1726218659018,"stop":1726218659018,"duration":0}},{"uid":"cd9aa96cbafd7868","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd9aa96cbafd7868","status":"passed","time":{"start":1726217924744,"stop":1726217924744,"duration":0}},{"uid":"603a77c63548144a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/603a77c63548144a","status":"passed","time":{"start":1726217840524,"stop":1726217840538,"duration":14}}]},"tags":[]},"source":"c29173ca9145775e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/792256dd618c4ed6.json b/7434/data/test-cases/c2a98fa084253ee0.json similarity index 62% rename from 7408/data/test-cases/792256dd618c4ed6.json rename to 7434/data/test-cases/c2a98fa084253ee0.json index 62305ef77ea..fb09d2e2030 100644 --- a/7408/data/test-cases/792256dd618c4ed6.json +++ b/7434/data/test-cases/c2a98fa084253ee0.json @@ -1 +1 @@ -{"uid":"792256dd618c4ed6","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":1725579104749,"stop":1725579104749,"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":7,"unknown":0,"total":7},"items":[{"uid":"d876f26761c2b664","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d876f26761c2b664","status":"passed","time":{"start":1725578640653,"stop":1725578640654,"duration":1}},{"uid":"ce0686fa53786bfc","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ce0686fa53786bfc","status":"passed","time":{"start":1725578319126,"stop":1725578319126,"duration":0}},{"uid":"bee5df8e47c6cef0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/bee5df8e47c6cef0","status":"passed","time":{"start":1725577578267,"stop":1725577578267,"duration":0}},{"uid":"8c1da849fcf5e567","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/8c1da849fcf5e567","status":"passed","time":{"start":1725577243233,"stop":1725577243233,"duration":0}},{"uid":"e83739d346357711","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e83739d346357711","status":"passed","time":{"start":1725577189151,"stop":1725577189153,"duration":2}},{"uid":"bb74ed8b4bec7fc9","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/bb74ed8b4bec7fc9","status":"passed","time":{"start":1725576769323,"stop":1725576769323,"duration":0}}]},"tags":[]},"source":"792256dd618c4ed6.json","parameterValues":[]} \ No newline at end of file +{"uid":"c2a98fa084253ee0","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":1726218689005,"stop":1726218689006,"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":4,"unknown":0,"total":4},"items":[{"uid":"d4708d07fb0c9831","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d4708d07fb0c9831","status":"passed","time":{"start":1726218597576,"stop":1726218597576,"duration":0}},{"uid":"1c0ce4e0a62a37cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c0ce4e0a62a37cf","status":"passed","time":{"start":1726217848414,"stop":1726217848414,"duration":0}},{"uid":"6e47f2d8bbcfe4cb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e47f2d8bbcfe4cb","status":"passed","time":{"start":1726217774668,"stop":1726217774668,"duration":0}}]},"tags":[]},"source":"c2a98fa084253ee0.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/12cb8d27958c596a.json b/7434/data/test-cases/c2c702fa3f6aab9f.json similarity index 65% rename from 7408/data/test-cases/12cb8d27958c596a.json rename to 7434/data/test-cases/c2c702fa3f6aab9f.json index 9b7f316d59c..8be919d4a05 100644 --- a/7408/data/test-cases/12cb8d27958c596a.json +++ b/7434/data/test-cases/c2c702fa3f6aab9f.json @@ -1 +1 @@ -{"uid":"12cb8d27958c596a","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":1725578843074,"stop":1725578843074,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"ff07a7ef3ad2d89e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ff07a7ef3ad2d89e","status":"passed","time":{"start":1725578373037,"stop":1725578373037,"duration":0}},{"uid":"31124f59bfdf3826","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/31124f59bfdf3826","status":"passed","time":{"start":1725578055807,"stop":1725578055809,"duration":2}},{"uid":"cdbe1959681670e5","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/cdbe1959681670e5","status":"passed","time":{"start":1725577329149,"stop":1725577329149,"duration":0}},{"uid":"dd1bebbc35287a26","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/dd1bebbc35287a26","status":"passed","time":{"start":1725576962428,"stop":1725576962428,"duration":0}},{"uid":"ab3da156538cd3ca","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/ab3da156538cd3ca","status":"passed","time":{"start":1725576929758,"stop":1725576929758,"duration":0}},{"uid":"ff0bdc323f380c1e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ff0bdc323f380c1e","status":"passed","time":{"start":1725576499202,"stop":1725576499203,"duration":1}}]},"tags":[]},"source":"12cb8d27958c596a.json","parameterValues":[]} \ No newline at end of file +{"uid":"c2c702fa3f6aab9f","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":1726218412657,"stop":1726218412657,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"a01ca0a329f9e26d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a01ca0a329f9e26d","status":"passed","time":{"start":1726218318090,"stop":1726218318091,"duration":1}},{"uid":"eb47fc8409a0adbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb47fc8409a0adbf","status":"passed","time":{"start":1726217567474,"stop":1726217567475,"duration":1}},{"uid":"ea17d5a58b727f1c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ea17d5a58b727f1c","status":"passed","time":{"start":1726217508420,"stop":1726217508420,"duration":0}}]},"tags":[]},"source":"c2c702fa3f6aab9f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/50f12e401781140b.json b/7434/data/test-cases/c339f265e3f12f64.json similarity index 92% rename from 7408/data/test-cases/50f12e401781140b.json rename to 7434/data/test-cases/c339f265e3f12f64.json index fcbaae534f5..f6d878836be 100644 --- a/7408/data/test-cases/50f12e401781140b.json +++ b/7434/data/test-cases/c339f265e3f12f64.json @@ -1 +1 @@ -{"uid":"50f12e401781140b","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":1725579297994,"stop":1725579297994,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"2e20631beabbb9cf","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/2e20631beabbb9cf","status":"passed","time":{"start":1725578825364,"stop":1725578825365,"duration":1}},{"uid":"23cbfc632d33e027","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/23cbfc632d33e027","status":"passed","time":{"start":1725578517021,"stop":1725578517022,"duration":1}},{"uid":"fa2ddc28a17ebc7f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/fa2ddc28a17ebc7f","status":"passed","time":{"start":1725577784942,"stop":1725577784943,"duration":1}},{"uid":"7f3a4424443428aa","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7f3a4424443428aa","status":"passed","time":{"start":1725577433802,"stop":1725577433802,"duration":0}},{"uid":"32e4eaac0c09f0e5","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/32e4eaac0c09f0e5","status":"passed","time":{"start":1725577392071,"stop":1725577392071,"duration":0}},{"uid":"27c3ba746b7d4eb9","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/27c3ba746b7d4eb9","status":"passed","time":{"start":1725576971870,"stop":1725576971870,"duration":0}}]},"tags":[]},"source":"50f12e401781140b.json","parameterValues":[]} \ No newline at end of file +{"uid":"c339f265e3f12f64","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":1726218879362,"stop":1726218879362,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d20372c93c9be97d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d20372c93c9be97d","status":"passed","time":{"start":1726218787591,"stop":1726218787591,"duration":0}},{"uid":"7714348711ee4cdc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7714348711ee4cdc","status":"passed","time":{"start":1726218066308,"stop":1726218066308,"duration":0}},{"uid":"4626e1f4be562b0c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4626e1f4be562b0c","status":"passed","time":{"start":1726217965347,"stop":1726217965347,"duration":0}}]},"tags":[]},"source":"c339f265e3f12f64.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/c36de91d586b3103.json b/7434/data/test-cases/c36de91d586b3103.json new file mode 100644 index 00000000000..9e1ae8b985b --- /dev/null +++ b/7434/data/test-cases/c36de91d586b3103.json @@ -0,0 +1 @@ +{"uid":"c36de91d586b3103","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":1726218914871,"stop":1726218914871,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7858fece9783fbcd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7858fece9783fbcd","status":"passed","time":{"start":1726218826915,"stop":1726218826915,"duration":0}},{"uid":"b5e82c93652a2236","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b5e82c93652a2236","status":"passed","time":{"start":1726218091297,"stop":1726218091297,"duration":0}},{"uid":"36b05fb9e8f0cf1c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36b05fb9e8f0cf1c","status":"passed","time":{"start":1726218000388,"stop":1726218000389,"duration":1}}]},"tags":[]},"source":"c36de91d586b3103.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/c373db5dacca5779.json b/7434/data/test-cases/c373db5dacca5779.json new file mode 100644 index 00000000000..7b160f1b15c --- /dev/null +++ b/7434/data/test-cases/c373db5dacca5779.json @@ -0,0 +1 @@ +{"uid":"c373db5dacca5779","name":"should return valid sharding parameters for static sharding","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > should return valid sharding parameters for static sharding","historyId":"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"38e60818ceaf1ea0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/38e60818ceaf1ea0","status":"passed","time":{"start":1726218188603,"stop":1726218188604,"duration":1}},{"uid":"10d81350469b1ad2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/10d81350469b1ad2","status":"passed","time":{"start":1726217441567,"stop":1726217441567,"duration":0}},{"uid":"968fce7d9d4bc86c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/968fce7d9d4bc86c","status":"passed","time":{"start":1726217383229,"stop":1726217383230,"duration":1}}]},"tags":[]},"source":"c373db5dacca5779.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5be5236ae056d19b.json b/7434/data/test-cases/c3c0787846b12f11.json similarity index 90% rename from 7408/data/test-cases/5be5236ae056d19b.json rename to 7434/data/test-cases/c3c0787846b12f11.json index 35196a5afdc..769dd90dbe6 100644 --- a/7408/data/test-cases/5be5236ae056d19b.json +++ b/7434/data/test-cases/c3c0787846b12f11.json @@ -1 +1 @@ -{"uid":"5be5236ae056d19b","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":1725579219611,"stop":1725579219612,"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":7,"unknown":0,"total":7},"items":[{"uid":"863fb4d22f6332e2","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/863fb4d22f6332e2","status":"passed","time":{"start":1725578761127,"stop":1725578761127,"duration":0}},{"uid":"f726ff4bd6892d7e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f726ff4bd6892d7e","status":"passed","time":{"start":1725578429981,"stop":1725578429981,"duration":0}},{"uid":"419d9366b562d710","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/419d9366b562d710","status":"passed","time":{"start":1725577692778,"stop":1725577692779,"duration":1}},{"uid":"d93375506930c131","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d93375506930c131","status":"passed","time":{"start":1725577353958,"stop":1725577353958,"duration":0}},{"uid":"e77f0ec854cfdf73","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e77f0ec854cfdf73","status":"passed","time":{"start":1725577301895,"stop":1725577301895,"duration":0}},{"uid":"f8869e7f75e57950","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f8869e7f75e57950","status":"passed","time":{"start":1725576895891,"stop":1725576895891,"duration":0}}]},"tags":[]},"source":"5be5236ae056d19b.json","parameterValues":[]} \ No newline at end of file +{"uid":"c3c0787846b12f11","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":1726218806755,"stop":1726218806756,"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":4,"unknown":0,"total":4},"items":[{"uid":"7754c5558e62ac87","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7754c5558e62ac87","status":"passed","time":{"start":1726218706738,"stop":1726218706739,"duration":1}},{"uid":"171f63e0abd388e3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/171f63e0abd388e3","status":"passed","time":{"start":1726217976602,"stop":1726217976602,"duration":0}},{"uid":"1ddc9b5b6fdbfece","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1ddc9b5b6fdbfece","status":"passed","time":{"start":1726217890294,"stop":1726217890294,"duration":0}}]},"tags":[]},"source":"c3c0787846b12f11.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/45a39102840e1c73.json b/7434/data/test-cases/c4264c5519720650.json similarity index 87% rename from 7408/data/test-cases/45a39102840e1c73.json rename to 7434/data/test-cases/c4264c5519720650.json index d4aa0aec4e6..d470e342c1e 100644 --- a/7408/data/test-cases/45a39102840e1c73.json +++ b/7434/data/test-cases/c4264c5519720650.json @@ -1 +1 @@ -{"uid":"45a39102840e1c73","name":"Refresh subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Refresh subscription","historyId":"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579222585,"stop":1725579222585,"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":7,"passed":0,"unknown":0,"total":7},"items":[{"uid":"e3f6eeff345e1cb5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e3f6eeff345e1cb5","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578764266,"stop":1725578764267,"duration":1}},{"uid":"5b763b1ab4294e19","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/5b763b1ab4294e19","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578435663,"stop":1725578435663,"duration":0}},{"uid":"6851d36f7a7ce80d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6851d36f7a7ce80d","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577699991,"stop":1725577699992,"duration":1}},{"uid":"1dcf6e3c6acbdd84","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1dcf6e3c6acbdd84","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577356734,"stop":1725577356734,"duration":0}},{"uid":"cbb158c768e22e65","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/cbb158c768e22e65","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577310396,"stop":1725577310396,"duration":0}},{"uid":"2540dae45c52ded8","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2540dae45c52ded8","status":"skipped","statusDetails":"Test ignored","time":{"start":1725576887794,"stop":1725576887794,"duration":0}}]},"tags":[]},"source":"45a39102840e1c73.json","parameterValues":[]} \ No newline at end of file +{"uid":"c4264c5519720650","name":"Refresh subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Refresh subscription","historyId":"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218812469,"stop":1726218812469,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"eda56a0b15c2fea3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eda56a0b15c2fea3","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218708392,"stop":1726218708392,"duration":0}},{"uid":"68007f3446635ee8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68007f3446635ee8","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217980038,"stop":1726217980038,"duration":0}},{"uid":"9773de5d14797f65","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9773de5d14797f65","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217896500,"stop":1726217896500,"duration":0}}]},"tags":[]},"source":"c4264c5519720650.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/c447ef69b898fcf1.json b/7434/data/test-cases/c447ef69b898fcf1.json new file mode 100644 index 00000000000..6982a545c8f --- /dev/null +++ b/7434/data/test-cases/c447ef69b898fcf1.json @@ -0,0 +1 @@ +{"uid":"c447ef69b898fcf1","name":"Correctly serialized arguments","fullName":"/tests/nwaku.node.spec.ts: nwaku > Correctly serialized arguments","historyId":"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218673759,"stop":1726218673759,"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":4,"unknown":0,"total":4},"items":[{"uid":"543b365beaec8dcb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/543b365beaec8dcb","status":"passed","time":{"start":1726218602653,"stop":1726218602653,"duration":0}},{"uid":"28ae9f8ebb0f9a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/28ae9f8ebb0f9a0","status":"passed","time":{"start":1726217854778,"stop":1726217854779,"duration":1}},{"uid":"d660c2e2a7766a54","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d660c2e2a7766a54","status":"passed","time":{"start":1726217779657,"stop":1726217779658,"duration":1}}]},"tags":[]},"source":"c447ef69b898fcf1.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/bc350f96e51b495c.json b/7434/data/test-cases/c4ce9dd4347aa0e7.json similarity index 89% rename from 7408/data/test-cases/bc350f96e51b495c.json rename to 7434/data/test-cases/c4ce9dd4347aa0e7.json index 79b89c296e8..15f2467f951 100644 --- a/7408/data/test-cases/bc350f96e51b495c.json +++ b/7434/data/test-cases/c4ce9dd4347aa0e7.json @@ -1 +1 @@ -{"uid":"bc350f96e51b495c","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":1725579272790,"stop":1725579272790,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"85f65f1a39cd5fc5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/85f65f1a39cd5fc5","status":"passed","time":{"start":1725578809266,"stop":1725578809267,"duration":1}},{"uid":"4cbade8f516de35a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4cbade8f516de35a","status":"passed","time":{"start":1725578497040,"stop":1725578497041,"duration":1}},{"uid":"af664eb5a25446","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/af664eb5a25446","status":"passed","time":{"start":1725577747310,"stop":1725577747310,"duration":0}},{"uid":"995fefa43eba03cb","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/995fefa43eba03cb","status":"passed","time":{"start":1725577413222,"stop":1725577413222,"duration":0}},{"uid":"93fd404490e279c2","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/93fd404490e279c2","status":"passed","time":{"start":1725577362001,"stop":1725577362001,"duration":0}},{"uid":"52d13992b1a26db3","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/52d13992b1a26db3","status":"passed","time":{"start":1725576938388,"stop":1725576938388,"duration":0}}]},"tags":[]},"source":"bc350f96e51b495c.json","parameterValues":[]} \ No newline at end of file +{"uid":"c4ce9dd4347aa0e7","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":1726218863043,"stop":1726218863045,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b0919d3dd8c4b1d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b0919d3dd8c4b1d","status":"passed","time":{"start":1726218781392,"stop":1726218781392,"duration":0}},{"uid":"6579233b147dbd27","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6579233b147dbd27","status":"passed","time":{"start":1726218013723,"stop":1726218013724,"duration":1}},{"uid":"1451da80dd181bad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1451da80dd181bad","status":"passed","time":{"start":1726217945345,"stop":1726217945346,"duration":1}}]},"tags":[]},"source":"c4ce9dd4347aa0e7.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/c4f0787b13d0cf02.json b/7434/data/test-cases/c4f0787b13d0cf02.json new file mode 100644 index 00000000000..a47e7a93337 --- /dev/null +++ b/7434/data/test-cases/c4f0787b13d0cf02.json @@ -0,0 +1 @@ +{"uid":"c4f0787b13d0cf02","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":1726218914872,"stop":1726218914872,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"49d8bee10079dcc2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/49d8bee10079dcc2","status":"passed","time":{"start":1726218826916,"stop":1726218826916,"duration":0}},{"uid":"3931030e79a8b866","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3931030e79a8b866","status":"passed","time":{"start":1726218091298,"stop":1726218091298,"duration":0}},{"uid":"cf3110025bf0d4e6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cf3110025bf0d4e6","status":"passed","time":{"start":1726218000389,"stop":1726218000389,"duration":0}}]},"tags":[]},"source":"c4f0787b13d0cf02.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/c519bf1090181949.json b/7434/data/test-cases/c519bf1090181949.json new file mode 100644 index 00000000000..f8c2faa99a6 --- /dev/null +++ b/7434/data/test-cases/c519bf1090181949.json @@ -0,0 +1 @@ +{"uid":"c519bf1090181949","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":1726218283106,"stop":1726218283107,"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":4,"unknown":0,"total":4},"items":[{"uid":"fd29773dadb5a934","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fd29773dadb5a934","status":"passed","time":{"start":1726218188644,"stop":1726218188644,"duration":0}},{"uid":"b8ba4c51a8218f92","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b8ba4c51a8218f92","status":"passed","time":{"start":1726217441571,"stop":1726217441571,"duration":0}},{"uid":"429f19685465797a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/429f19685465797a","status":"passed","time":{"start":1726217383355,"stop":1726217383355,"duration":0}}]},"tags":[]},"source":"c519bf1090181949.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a9beabafa6d8d9a8.json b/7434/data/test-cases/c58010ac28ca13f1.json similarity index 91% rename from 7408/data/test-cases/a9beabafa6d8d9a8.json rename to 7434/data/test-cases/c58010ac28ca13f1.json index 28a836a8c45..94d1249e15d 100644 --- a/7408/data/test-cases/a9beabafa6d8d9a8.json +++ b/7434/data/test-cases/c58010ac28ca13f1.json @@ -1 +1 @@ -{"uid":"a9beabafa6d8d9a8","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":1725578970780,"stop":1725578970782,"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":7,"unknown":0,"total":7},"items":[{"uid":"eccf85d3c295e5a8","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/eccf85d3c295e5a8","status":"passed","time":{"start":1725578514084,"stop":1725578514085,"duration":1}},{"uid":"85befde482a5cbba","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/85befde482a5cbba","status":"passed","time":{"start":1725578193132,"stop":1725578193133,"duration":1}},{"uid":"67fe504a57ffda21","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/67fe504a57ffda21","status":"passed","time":{"start":1725577453221,"stop":1725577453222,"duration":1}},{"uid":"9d3f074eade38ed1","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9d3f074eade38ed1","status":"passed","time":{"start":1725577097732,"stop":1725577097733,"duration":1}},{"uid":"21fb1bf036015764","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/21fb1bf036015764","status":"passed","time":{"start":1725577056970,"stop":1725577056970,"duration":0}},{"uid":"258a70029b1304ce","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/258a70029b1304ce","status":"passed","time":{"start":1725576643978,"stop":1725576643978,"duration":0}}]},"tags":[]},"source":"a9beabafa6d8d9a8.json","parameterValues":[]} \ No newline at end of file +{"uid":"c58010ac28ca13f1","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":1726218551468,"stop":1726218551468,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"946589eea58d8ff8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/946589eea58d8ff8","status":"passed","time":{"start":1726218459522,"stop":1726218459523,"duration":1}},{"uid":"e046b18e4b9b75eb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e046b18e4b9b75eb","status":"passed","time":{"start":1726217705987,"stop":1726217705988,"duration":1}},{"uid":"f4f0c7a743c44d38","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f4f0c7a743c44d38","status":"passed","time":{"start":1726217650745,"stop":1726217650746,"duration":1}}]},"tags":[]},"source":"c58010ac28ca13f1.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/c590568b831649e9.json b/7434/data/test-cases/c590568b831649e9.json new file mode 100644 index 00000000000..2d7907d0711 --- /dev/null +++ b/7434/data/test-cases/c590568b831649e9.json @@ -0,0 +1 @@ +{"uid":"c590568b831649e9","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":1726218778174,"stop":1726218778184,"duration":10},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ddd0674c90d5709e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ddd0674c90d5709e","status":"passed","time":{"start":1726218673542,"stop":1726218673542,"duration":0}},{"uid":"665413658dfe9f5e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/665413658dfe9f5e","status":"passed","time":{"start":1726217946675,"stop":1726217946676,"duration":1}},{"uid":"c1f0b3986f61a4bf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1f0b3986f61a4bf","status":"passed","time":{"start":1726217862768,"stop":1726217862768,"duration":0}}]},"tags":[]},"source":"c590568b831649e9.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/791c5b58f7b93c45.json b/7434/data/test-cases/c5ab2e1ce68417d8.json similarity index 60% rename from 7408/data/test-cases/791c5b58f7b93c45.json rename to 7434/data/test-cases/c5ab2e1ce68417d8.json index 7dfcb2a1925..c25f129f6b5 100644 --- a/7408/data/test-cases/791c5b58f7b93c45.json +++ b/7434/data/test-cases/c5ab2e1ce68417d8.json @@ -1 +1 @@ -{"uid":"791c5b58f7b93c45","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":1725579312020,"stop":1725579312020,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (Autosharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"586fd2c6c2daeada","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/586fd2c6c2daeada","status":"passed","time":{"start":1725578849111,"stop":1725578849112,"duration":1}},{"uid":"59c8dd1342b5d591","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/59c8dd1342b5d591","status":"passed","time":{"start":1725578530873,"stop":1725578530874,"duration":1}},{"uid":"f241d93907c886a3","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f241d93907c886a3","status":"passed","time":{"start":1725577787476,"stop":1725577787476,"duration":0}},{"uid":"94993a773793e23a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/94993a773793e23a","status":"passed","time":{"start":1725577449700,"stop":1725577449701,"duration":1}},{"uid":"2b7a582f871a626d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2b7a582f871a626d","status":"passed","time":{"start":1725577395955,"stop":1725577395955,"duration":0}},{"uid":"c728bdfc29e5c691","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c728bdfc29e5c691","status":"passed","time":{"start":1725576980956,"stop":1725576980956,"duration":0}}]},"tags":[]},"source":"791c5b58f7b93c45.json","parameterValues":[]} \ No newline at end of file +{"uid":"c5ab2e1ce68417d8","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":1726218903392,"stop":1726218903392,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (Autosharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"57632232d217e418","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/57632232d217e418","status":"passed","time":{"start":1726218807908,"stop":1726218807910,"duration":2}},{"uid":"5d0e1470f935a1dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5d0e1470f935a1dc","status":"passed","time":{"start":1726218061978,"stop":1726218061979,"duration":1}},{"uid":"ffba553a065ebd39","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ffba553a065ebd39","status":"passed","time":{"start":1726217984949,"stop":1726217984950,"duration":1}}]},"tags":[]},"source":"c5ab2e1ce68417d8.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e8100867989e01ad.json b/7434/data/test-cases/c5cad4d05983b044.json similarity index 91% rename from 7408/data/test-cases/e8100867989e01ad.json rename to 7434/data/test-cases/c5cad4d05983b044.json index 6c030165cde..87145a60279 100644 --- a/7408/data/test-cases/e8100867989e01ad.json +++ b/7434/data/test-cases/c5cad4d05983b044.json @@ -1 +1 @@ -{"uid":"e8100867989e01ad","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":1725579181260,"stop":1725579181260,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"d2377c0446d42349","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d2377c0446d42349","status":"passed","time":{"start":1725578712619,"stop":1725578712619,"duration":0}},{"uid":"5f3ff65288cb7a87","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/5f3ff65288cb7a87","status":"passed","time":{"start":1725578380225,"stop":1725578380226,"duration":1}},{"uid":"d9eab697f3a10f09","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d9eab697f3a10f09","status":"passed","time":{"start":1725577661460,"stop":1725577661460,"duration":0}},{"uid":"8ada80eb036292b7","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/8ada80eb036292b7","status":"passed","time":{"start":1725577308306,"stop":1725577308306,"duration":0}},{"uid":"c32f6ed1f11fbae4","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c32f6ed1f11fbae4","status":"passed","time":{"start":1725577255372,"stop":1725577255373,"duration":1}},{"uid":"d113fee390da18a4","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d113fee390da18a4","status":"passed","time":{"start":1725576839400,"stop":1725576839400,"duration":0}}]},"tags":[]},"source":"e8100867989e01ad.json","parameterValues":[]} \ No newline at end of file +{"uid":"c5cad4d05983b044","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":1726218764107,"stop":1726218764107,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"b596add68ca96cba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b596add68ca96cba","status":"passed","time":{"start":1726218659022,"stop":1726218659022,"duration":0}},{"uid":"15115c43ce64880","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15115c43ce64880","status":"passed","time":{"start":1726217924754,"stop":1726217924754,"duration":0}},{"uid":"64ba7975f34ae198","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64ba7975f34ae198","status":"passed","time":{"start":1726217840558,"stop":1726217840559,"duration":1}}]},"tags":[]},"source":"c5cad4d05983b044.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f7cc969e96f7fb96.json b/7434/data/test-cases/c5eeae2efd1869b2.json similarity index 90% rename from 7408/data/test-cases/f7cc969e96f7fb96.json rename to 7434/data/test-cases/c5eeae2efd1869b2.json index b0d81da752f..166ade563d4 100644 --- a/7408/data/test-cases/f7cc969e96f7fb96.json +++ b/7434/data/test-cases/c5eeae2efd1869b2.json @@ -1 +1 @@ -{"uid":"f7cc969e96f7fb96","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":1725579219613,"stop":1725579219613,"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":7,"unknown":0,"total":7},"items":[{"uid":"eefbbe8db08088bf","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/eefbbe8db08088bf","status":"passed","time":{"start":1725578761129,"stop":1725578761129,"duration":0}},{"uid":"7d76108543a060cf","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/7d76108543a060cf","status":"passed","time":{"start":1725578429984,"stop":1725578429984,"duration":0}},{"uid":"fe02252ef28603fa","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/fe02252ef28603fa","status":"passed","time":{"start":1725577692782,"stop":1725577692783,"duration":1}},{"uid":"363c61f6c28732ad","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/363c61f6c28732ad","status":"passed","time":{"start":1725577353960,"stop":1725577353960,"duration":0}},{"uid":"5a896bcda4f9753a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/5a896bcda4f9753a","status":"passed","time":{"start":1725577301897,"stop":1725577301897,"duration":0}},{"uid":"79e97b65efd9e1d4","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/79e97b65efd9e1d4","status":"passed","time":{"start":1725576895894,"stop":1725576895895,"duration":1}}]},"tags":[]},"source":"f7cc969e96f7fb96.json","parameterValues":[]} \ No newline at end of file +{"uid":"c5eeae2efd1869b2","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":1726218806759,"stop":1726218806759,"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":4,"unknown":0,"total":4},"items":[{"uid":"90fafc2c680f1c83","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/90fafc2c680f1c83","status":"passed","time":{"start":1726218706740,"stop":1726218706740,"duration":0}},{"uid":"80c89eaf05f4cd9c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/80c89eaf05f4cd9c","status":"passed","time":{"start":1726217976603,"stop":1726217976604,"duration":1}},{"uid":"3be90f757d51c7e4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3be90f757d51c7e4","status":"passed","time":{"start":1726217890295,"stop":1726217890295,"duration":0}}]},"tags":[]},"source":"c5eeae2efd1869b2.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/592eeba82397a4bb.json b/7434/data/test-cases/c6428c13828c570a.json similarity index 53% rename from 7408/data/test-cases/592eeba82397a4bb.json rename to 7434/data/test-cases/c6428c13828c570a.json index f212dd8336b..dcc11e021ba 100644 --- a/7408/data/test-cases/592eeba82397a4bb.json +++ b/7434/data/test-cases/c6428c13828c570a.json @@ -1 +1 @@ -{"uid":"592eeba82397a4bb","name":"Filter with 2 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > Filter with 2 connections","historyId":"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578997629,"stop":1725578997630,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"37400cc76829dd6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/37400cc76829dd6","status":"passed","time":{"start":1725578540376,"stop":1725578540376,"duration":0}},{"uid":"7dba5e3dd9e2b3e7","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/7dba5e3dd9e2b3e7","status":"passed","time":{"start":1725578211878,"stop":1725578211879,"duration":1}},{"uid":"93c8973f94862adf","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/93c8973f94862adf","status":"passed","time":{"start":1725577486541,"stop":1725577486542,"duration":1}},{"uid":"66068c24d662b61f","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/66068c24d662b61f","status":"passed","time":{"start":1725577127732,"stop":1725577127732,"duration":0}},{"uid":"85c9bb570cd9c410","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/85c9bb570cd9c410","status":"passed","time":{"start":1725577093281,"stop":1725577093281,"duration":0}},{"uid":"4116abfd671f80c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4116abfd671f80c","status":"passed","time":{"start":1725576661954,"stop":1725576661954,"duration":0}}]},"tags":[]},"source":"592eeba82397a4bb.json","parameterValues":[]} \ No newline at end of file +{"uid":"c6428c13828c570a","name":"Filter with 2 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > Filter with 2 connections","historyId":"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218583683,"stop":1726218583683,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cd3e982cdefa262b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cd3e982cdefa262b","status":"passed","time":{"start":1726218469213,"stop":1726218469213,"duration":0}},{"uid":"d06fe232744ae48","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d06fe232744ae48","status":"passed","time":{"start":1726217742502,"stop":1726217742502,"duration":0}},{"uid":"efe70f43d3b883aa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/efe70f43d3b883aa","status":"passed","time":{"start":1726217674286,"stop":1726217674286,"duration":0}}]},"tags":[]},"source":"c6428c13828c570a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c88897e4381c3d87.json b/7434/data/test-cases/c65248be57fd159d.json similarity index 69% rename from 7408/data/test-cases/c88897e4381c3d87.json rename to 7434/data/test-cases/c65248be57fd159d.json index b6492ef6c55..3f57f1bf6d2 100644 --- a/7408/data/test-cases/c88897e4381c3d87.json +++ b/7434/data/test-cases/c65248be57fd159d.json @@ -1 +1 @@ -{"uid":"c88897e4381c3d87","name":"Ordered Callback - false","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - false","historyId":"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579303512,"stop":1725579303512,"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":7,"unknown":0,"total":7},"items":[{"uid":"7b396c425c26c46b","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/7b396c425c26c46b","status":"passed","time":{"start":1725578839254,"stop":1725578839255,"duration":1}},{"uid":"ca4c52dc7b8c2a6f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ca4c52dc7b8c2a6f","status":"passed","time":{"start":1725578520684,"stop":1725578520684,"duration":0}},{"uid":"8380c9099e426e7f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/8380c9099e426e7f","status":"passed","time":{"start":1725577773277,"stop":1725577773277,"duration":0}},{"uid":"526af5a4c1a36c00","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/526af5a4c1a36c00","status":"passed","time":{"start":1725577437291,"stop":1725577437292,"duration":1}},{"uid":"775fa9cc2a14bf06","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/775fa9cc2a14bf06","status":"passed","time":{"start":1725577385038,"stop":1725577385041,"duration":3}},{"uid":"7b9c6fb9f89424cc","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/7b9c6fb9f89424cc","status":"passed","time":{"start":1725576970766,"stop":1725576970767,"duration":1}}]},"tags":[]},"source":"c88897e4381c3d87.json","parameterValues":[]} \ No newline at end of file +{"uid":"c65248be57fd159d","name":"Ordered Callback - false","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - false","historyId":"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218885490,"stop":1726218885490,"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":4,"unknown":0,"total":4},"items":[{"uid":"86bfddeb86037ea7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/86bfddeb86037ea7","status":"passed","time":{"start":1726218803162,"stop":1726218803162,"duration":0}},{"uid":"7eb4fc37ed00550d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7eb4fc37ed00550d","status":"passed","time":{"start":1726218063114,"stop":1726218063114,"duration":0}},{"uid":"662e25fc93663f58","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/662e25fc93663f58","status":"passed","time":{"start":1726217974423,"stop":1726217974424,"duration":1}}]},"tags":[]},"source":"c65248be57fd159d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/2c86a596a60237a0.json b/7434/data/test-cases/c6f40427d2545d48.json similarity index 73% rename from 7408/data/test-cases/2c86a596a60237a0.json rename to 7434/data/test-cases/c6f40427d2545d48.json index 301b620893a..3ddcf1ed466 100644 --- a/7408/data/test-cases/2c86a596a60237a0.json +++ b/7434/data/test-cases/c6f40427d2545d48.json @@ -1 +1 @@ -{"uid":"2c86a596a60237a0","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":1725578980011,"stop":1725578980011,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"4abd4209963c04d3","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/4abd4209963c04d3","status":"passed","time":{"start":1725578503462,"stop":1725578503463,"duration":1}},{"uid":"e18fa42478a03061","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/e18fa42478a03061","status":"passed","time":{"start":1725578194569,"stop":1725578194570,"duration":1}},{"uid":"8da74f68e07ff273","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/8da74f68e07ff273","status":"passed","time":{"start":1725577444918,"stop":1725577444918,"duration":0}},{"uid":"3d68ef88ef406519","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3d68ef88ef406519","status":"passed","time":{"start":1725577120613,"stop":1725577120613,"duration":0}},{"uid":"ea4a0c0453fe8cd2","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/ea4a0c0453fe8cd2","status":"passed","time":{"start":1725577071283,"stop":1725577071284,"duration":1}},{"uid":"fa5a5aa543f6b55f","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/fa5a5aa543f6b55f","status":"passed","time":{"start":1725576645500,"stop":1725576645502,"duration":2}}]},"tags":[]},"source":"2c86a596a60237a0.json","parameterValues":[]} \ No newline at end of file +{"uid":"c6f40427d2545d48","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":1726218563305,"stop":1726218563307,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b456bf4c27a0b921","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b456bf4c27a0b921","status":"passed","time":{"start":1726218471438,"stop":1726218471439,"duration":1}},{"uid":"d472045ff0cee630","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d472045ff0cee630","status":"passed","time":{"start":1726217724227,"stop":1726217724227,"duration":0}},{"uid":"841dff9b3580b8cb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/841dff9b3580b8cb","status":"passed","time":{"start":1726217656060,"stop":1726217656060,"duration":0}}]},"tags":[]},"source":"c6f40427d2545d48.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/2e445f08c01d5d21.json b/7434/data/test-cases/c718359a42c077c5.json similarity index 88% rename from 7408/data/test-cases/2e445f08c01d5d21.json rename to 7434/data/test-cases/c718359a42c077c5.json index 08d45de1841..8247e7d7f2c 100644 --- a/7408/data/test-cases/2e445f08c01d5d21.json +++ b/7434/data/test-cases/c718359a42c077c5.json @@ -1 +1 @@ -{"uid":"2e445f08c01d5d21","name":"Mutual subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Mutual subscription","historyId":"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579222577,"stop":1725579222578,"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":7,"unknown":0,"total":7},"items":[{"uid":"f76d6507b19dd84d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f76d6507b19dd84d","status":"passed","time":{"start":1725578764252,"stop":1725578764253,"duration":1}},{"uid":"54c377d33e32a8f2","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/54c377d33e32a8f2","status":"passed","time":{"start":1725578435653,"stop":1725578435654,"duration":1}},{"uid":"fe13984d08503493","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/fe13984d08503493","status":"passed","time":{"start":1725577699985,"stop":1725577699987,"duration":2}},{"uid":"d22701a0b1ee3a23","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d22701a0b1ee3a23","status":"passed","time":{"start":1725577356726,"stop":1725577356726,"duration":0}},{"uid":"5f05c73d184bd676","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/5f05c73d184bd676","status":"passed","time":{"start":1725577310393,"stop":1725577310394,"duration":1}},{"uid":"99b3f715baec9163","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/99b3f715baec9163","status":"passed","time":{"start":1725576887790,"stop":1725576887790,"duration":0}}]},"tags":[]},"source":"2e445f08c01d5d21.json","parameterValues":[]} \ No newline at end of file +{"uid":"c718359a42c077c5","name":"Mutual subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Mutual subscription","historyId":"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218812459,"stop":1726218812462,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"937dc5cf332a9ba0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/937dc5cf332a9ba0","status":"passed","time":{"start":1726218708376,"stop":1726218708380,"duration":4}},{"uid":"5f97f03312eb9c3f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f97f03312eb9c3f","status":"passed","time":{"start":1726217980034,"stop":1726217980035,"duration":1}},{"uid":"71f033ffcd97dbb6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/71f033ffcd97dbb6","status":"passed","time":{"start":1726217896495,"stop":1726217896496,"duration":1}}]},"tags":[]},"source":"c718359a42c077c5.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/c74d76ee277cb9cf.json b/7434/data/test-cases/c74d76ee277cb9cf.json new file mode 100644 index 00000000000..96923e8f4c9 --- /dev/null +++ b/7434/data/test-cases/c74d76ee277cb9cf.json @@ -0,0 +1 @@ +{"uid":"c74d76ee277cb9cf","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":1726218308583,"stop":1726218308584,"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":4,"unknown":0,"total":4},"items":[{"uid":"4645a4c9e439156b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4645a4c9e439156b","status":"passed","time":{"start":1726218213410,"stop":1726218213410,"duration":0}},{"uid":"acd25a9e045c20fa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/acd25a9e045c20fa","status":"passed","time":{"start":1726217466677,"stop":1726217466677,"duration":0}},{"uid":"763b7fb9572d23cf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/763b7fb9572d23cf","status":"passed","time":{"start":1726217408297,"stop":1726217408297,"duration":0}}]},"tags":[]},"source":"c74d76ee277cb9cf.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/c7bafc8c0ce29fd.json b/7434/data/test-cases/c7bafc8c0ce29fd.json new file mode 100644 index 00000000000..ce5b994813a --- /dev/null +++ b/7434/data/test-cases/c7bafc8c0ce29fd.json @@ -0,0 +1 @@ +{"uid":"c7bafc8c0ce29fd","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":1726218335400,"stop":1726218335400,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79dde05063fec527","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79dde05063fec527","status":"passed","time":{"start":1726218239524,"stop":1726218239525,"duration":1}},{"uid":"f5c38f247a1dd326","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f5c38f247a1dd326","status":"passed","time":{"start":1726217493339,"stop":1726217493339,"duration":0}},{"uid":"41e6f4ed0a483b4d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/41e6f4ed0a483b4d","status":"passed","time":{"start":1726217434834,"stop":1726217434834,"duration":0}}]},"tags":[]},"source":"c7bafc8c0ce29fd.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d3a6d9091815f8af.json b/7434/data/test-cases/c867390b75319487.json similarity index 90% rename from 7408/data/test-cases/d3a6d9091815f8af.json rename to 7434/data/test-cases/c867390b75319487.json index fa2d0367bd6..cae6606ff63 100644 --- a/7408/data/test-cases/d3a6d9091815f8af.json +++ b/7434/data/test-cases/c867390b75319487.json @@ -1 +1 @@ -{"uid":"d3a6d9091815f8af","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":1725578940133,"stop":1725578940133,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"3303df9bdaaf8d40","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/3303df9bdaaf8d40","status":"passed","time":{"start":1725578482056,"stop":1725578482058,"duration":2}},{"uid":"326b86c484ce7cd4","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/326b86c484ce7cd4","status":"passed","time":{"start":1725578159554,"stop":1725578159555,"duration":1}},{"uid":"9de52068e53035f5","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9de52068e53035f5","status":"passed","time":{"start":1725577422725,"stop":1725577422726,"duration":1}},{"uid":"3c39350ac5c568ac","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3c39350ac5c568ac","status":"passed","time":{"start":1725577067028,"stop":1725577067028,"duration":0}},{"uid":"7129306c60c6a27f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/7129306c60c6a27f","status":"passed","time":{"start":1725577018818,"stop":1725577018819,"duration":1}},{"uid":"7a493b2d877b143e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/7a493b2d877b143e","status":"passed","time":{"start":1725576607308,"stop":1725576607308,"duration":0}}]},"tags":[]},"source":"d3a6d9091815f8af.json","parameterValues":[]} \ No newline at end of file +{"uid":"c867390b75319487","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":1726218510969,"stop":1726218510969,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"4e0795f389800d17","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4e0795f389800d17","status":"passed","time":{"start":1726218417138,"stop":1726218417145,"duration":7}},{"uid":"f2c89de5fbb24030","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f2c89de5fbb24030","status":"passed","time":{"start":1726217677785,"stop":1726217677791,"duration":6}},{"uid":"6bc90152bc6a633a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6bc90152bc6a633a","status":"passed","time":{"start":1726217616836,"stop":1726217616836,"duration":0}}]},"tags":[]},"source":"c867390b75319487.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a51a7443252f9c30.json b/7434/data/test-cases/c89c7d79934ee4dd.json similarity index 68% rename from 7408/data/test-cases/a51a7443252f9c30.json rename to 7434/data/test-cases/c89c7d79934ee4dd.json index 6d0f4e99c4e..499b5e86ea9 100644 --- a/7408/data/test-cases/a51a7443252f9c30.json +++ b/7434/data/test-cases/c89c7d79934ee4dd.json @@ -1 +1 @@ -{"uid":"a51a7443252f9c30","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":1725578943255,"stop":1725578943255,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"6884d6c62ce61153","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/6884d6c62ce61153","status":"passed","time":{"start":1725578482165,"stop":1725578482165,"duration":0}},{"uid":"c827d79f2e891171","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c827d79f2e891171","status":"passed","time":{"start":1725578156655,"stop":1725578156655,"duration":0}},{"uid":"e70090f328a270b4","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e70090f328a270b4","status":"passed","time":{"start":1725577429920,"stop":1725577429920,"duration":0}},{"uid":"4925d2020e93b39","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4925d2020e93b39","status":"passed","time":{"start":1725577060136,"stop":1725577060138,"duration":2}},{"uid":"cd3e60d78e89df55","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/cd3e60d78e89df55","status":"passed","time":{"start":1725577040667,"stop":1725577040668,"duration":1}},{"uid":"ca2eb74cc7b562d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ca2eb74cc7b562d","status":"passed","time":{"start":1725576604958,"stop":1725576604958,"duration":0}}]},"tags":[]},"source":"a51a7443252f9c30.json","parameterValues":[]} \ No newline at end of file +{"uid":"c89c7d79934ee4dd","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":1726218523016,"stop":1726218523017,"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":4,"unknown":0,"total":4},"items":[{"uid":"eca169f51799b8c2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eca169f51799b8c2","status":"passed","time":{"start":1726218422899,"stop":1726218422899,"duration":0}},{"uid":"d495f5ba3b9e96f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d495f5ba3b9e96f6","status":"passed","time":{"start":1726217687424,"stop":1726217687424,"duration":0}},{"uid":"64a44f5432bfacd5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64a44f5432bfacd5","status":"passed","time":{"start":1726217604491,"stop":1726217604491,"duration":0}}]},"tags":[]},"source":"c89c7d79934ee4dd.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/28371d820de37aa8.json b/7434/data/test-cases/c8a95a638719fe75.json similarity index 71% rename from 7408/data/test-cases/28371d820de37aa8.json rename to 7434/data/test-cases/c8a95a638719fe75.json index 220cf1de13b..efc76c040e4 100644 --- a/7408/data/test-cases/28371d820de37aa8.json +++ b/7434/data/test-cases/c8a95a638719fe75.json @@ -1 +1 @@ -{"uid":"28371d820de37aa8","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","historyId":"96f15e9b62705ac5f60989a19dd87ea5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579102808,"stop":1725579102808,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"9680ea1b10b8ea81","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/9680ea1b10b8ea81","status":"passed","time":{"start":1725578664269,"stop":1725578664269,"duration":0}},{"uid":"16891e5d9a508560","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/16891e5d9a508560","status":"passed","time":{"start":1725578314140,"stop":1725578314144,"duration":4}},{"uid":"1a8e05813baadde7","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/1a8e05813baadde7","status":"passed","time":{"start":1725577562985,"stop":1725577562986,"duration":1}},{"uid":"a9e7007eec2c9ad","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a9e7007eec2c9ad","status":"passed","time":{"start":1725577209702,"stop":1725577209702,"duration":0}},{"uid":"9e4810934a0db371","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/9e4810934a0db371","status":"passed","time":{"start":1725577172567,"stop":1725577172568,"duration":1}},{"uid":"78b0804df77d9d80","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/78b0804df77d9d80","status":"passed","time":{"start":1725576779737,"stop":1725576779738,"duration":1}}]},"tags":[]},"source":"28371d820de37aa8.json","parameterValues":[]} \ No newline at end of file +{"uid":"c8a95a638719fe75","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","historyId":"96f15e9b62705ac5f60989a19dd87ea5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218669772,"stop":1726218669773,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"92884c30b91ca283","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/92884c30b91ca283","status":"passed","time":{"start":1726218612961,"stop":1726218612962,"duration":1}},{"uid":"dd85b3c9e236ae92","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd85b3c9e236ae92","status":"passed","time":{"start":1726217868233,"stop":1726217868233,"duration":0}},{"uid":"dcd8acbc085b228b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dcd8acbc085b228b","status":"passed","time":{"start":1726217785167,"stop":1726217785167,"duration":0}}]},"tags":[]},"source":"c8a95a638719fe75.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9336e31888b5d960.json b/7434/data/test-cases/c957ba2dabb60e40.json similarity index 92% rename from 7408/data/test-cases/9336e31888b5d960.json rename to 7434/data/test-cases/c957ba2dabb60e40.json index a34f00aaaab..1bddb04d5f6 100644 --- a/7408/data/test-cases/9336e31888b5d960.json +++ b/7434/data/test-cases/c957ba2dabb60e40.json @@ -1 +1 @@ -{"uid":"9336e31888b5d960","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app67/1/topic611/proto","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 3 - Cluster ID: 10, Content Topic: /app67/1/topic611/proto","historyId":"4cdadcee0b930a9ed2f5e70fbe2fad25:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579256762,"stop":1725579256762,"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":"9336e31888b5d960.json","parameterValues":[]} \ No newline at end of file +{"uid":"c957ba2dabb60e40","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app24/1/topic797/proto","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 7 - Cluster ID: 10, Content Topic: /app24/1/topic797/proto","historyId":"80777b0ccab5e1808d76bae5a45c9754:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218843767,"stop":1726218843768,"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":"c957ba2dabb60e40.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c84a1d66ac34962c.json b/7434/data/test-cases/c96819389a086579.json similarity index 92% rename from 7408/data/test-cases/c84a1d66ac34962c.json rename to 7434/data/test-cases/c96819389a086579.json index 78d3298cb52..3c8b23ce2c6 100644 --- a/7408/data/test-cases/c84a1d66ac34962c.json +++ b/7434/data/test-cases/c96819389a086579.json @@ -1 +1 @@ -{"uid":"c84a1d66ac34962c","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":1725579297977,"stop":1725579297978,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"c67c1f78b06c4cda","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/c67c1f78b06c4cda","status":"passed","time":{"start":1725578825352,"stop":1725578825352,"duration":0}},{"uid":"8a5a7f967c8e17fb","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8a5a7f967c8e17fb","status":"passed","time":{"start":1725578517004,"stop":1725578517004,"duration":0}},{"uid":"33c798a8fe06fc29","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/33c798a8fe06fc29","status":"passed","time":{"start":1725577784918,"stop":1725577784919,"duration":1}},{"uid":"595c349b5517db43","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/595c349b5517db43","status":"passed","time":{"start":1725577433782,"stop":1725577433783,"duration":1}},{"uid":"cc530e07c282bebf","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/cc530e07c282bebf","status":"passed","time":{"start":1725577392058,"stop":1725577392058,"duration":0}},{"uid":"3e700997e5e5d87","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3e700997e5e5d87","status":"passed","time":{"start":1725576971839,"stop":1725576971841,"duration":2}}]},"tags":[]},"source":"c84a1d66ac34962c.json","parameterValues":[]} \ No newline at end of file +{"uid":"c96819389a086579","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":1726218879331,"stop":1726218879331,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"64cfb5f38cd2521d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/64cfb5f38cd2521d","status":"passed","time":{"start":1726218787580,"stop":1726218787580,"duration":0}},{"uid":"da919af74647f023","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da919af74647f023","status":"passed","time":{"start":1726218066286,"stop":1726218066287,"duration":1}},{"uid":"ecf88ac151c4d0b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ecf88ac151c4d0b4","status":"passed","time":{"start":1726217965309,"stop":1726217965310,"duration":1}}]},"tags":[]},"source":"c96819389a086579.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/c9706327e62c087b.json b/7434/data/test-cases/c9706327e62c087b.json new file mode 100644 index 00000000000..58e82190fe0 --- /dev/null +++ b/7434/data/test-cases/c9706327e62c087b.json @@ -0,0 +1 @@ +{"uid":"c9706327e62c087b","name":"groups content topics by expected pubsub topic","fullName":"/src/common/sharding/index.spec.ts: contentTopicsByPubsubTopic > groups content topics by expected pubsub topic","historyId":"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283087,"stop":1726218283087,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"219723e0a58b10b4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/219723e0a58b10b4","status":"passed","time":{"start":1726218188588,"stop":1726218188588,"duration":0}},{"uid":"e3a2e46d7c5832be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3a2e46d7c5832be","status":"passed","time":{"start":1726217441548,"stop":1726217441549,"duration":1}},{"uid":"6d666dba7402896e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6d666dba7402896e","status":"passed","time":{"start":1726217383211,"stop":1726217383212,"duration":1}}]},"tags":[]},"source":"c9706327e62c087b.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/44d9c575d33a0bd6.json b/7434/data/test-cases/c97d5c3e7a55a385.json similarity index 90% rename from 7408/data/test-cases/44d9c575d33a0bd6.json rename to 7434/data/test-cases/c97d5c3e7a55a385.json index d1b751a24d3..0f2ec1b052c 100644 --- a/7408/data/test-cases/44d9c575d33a0bd6.json +++ b/7434/data/test-cases/c97d5c3e7a55a385.json @@ -1 +1 @@ -{"uid":"44d9c575d33a0bd6","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":1725579219612,"stop":1725579219613,"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":7,"unknown":0,"total":7},"items":[{"uid":"3ac1d91240e1b911","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/3ac1d91240e1b911","status":"passed","time":{"start":1725578761128,"stop":1725578761128,"duration":0}},{"uid":"69bef7401aa28a27","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/69bef7401aa28a27","status":"passed","time":{"start":1725578429983,"stop":1725578429984,"duration":1}},{"uid":"9cd9f33897e09146","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9cd9f33897e09146","status":"passed","time":{"start":1725577692781,"stop":1725577692782,"duration":1}},{"uid":"187ed5364fd10d65","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/187ed5364fd10d65","status":"passed","time":{"start":1725577353959,"stop":1725577353960,"duration":1}},{"uid":"30887f84befaf519","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/30887f84befaf519","status":"passed","time":{"start":1725577301896,"stop":1725577301896,"duration":0}},{"uid":"18aeeb09ae74ef07","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/18aeeb09ae74ef07","status":"passed","time":{"start":1725576895893,"stop":1725576895894,"duration":1}}]},"tags":[]},"source":"44d9c575d33a0bd6.json","parameterValues":[]} \ No newline at end of file +{"uid":"c97d5c3e7a55a385","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":1726218806758,"stop":1726218806758,"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":4,"unknown":0,"total":4},"items":[{"uid":"dfcbf3f952024cfc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dfcbf3f952024cfc","status":"passed","time":{"start":1726218706740,"stop":1726218706740,"duration":0}},{"uid":"db8561724d375e5f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/db8561724d375e5f","status":"passed","time":{"start":1726217976603,"stop":1726217976603,"duration":0}},{"uid":"25b53a876e8eba3b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/25b53a876e8eba3b","status":"passed","time":{"start":1726217890295,"stop":1726217890295,"duration":0}}]},"tags":[]},"source":"c97d5c3e7a55a385.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/3d3761044b8352a6.json b/7434/data/test-cases/c9d9b8803fa3cdd0.json similarity index 90% rename from 7408/data/test-cases/3d3761044b8352a6.json rename to 7434/data/test-cases/c9d9b8803fa3cdd0.json index 5ffb79b514f..bd86af27605 100644 --- a/7408/data/test-cases/3d3761044b8352a6.json +++ b/7434/data/test-cases/c9d9b8803fa3cdd0.json @@ -1 +1 @@ -{"uid":"3d3761044b8352a6","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":1725579181244,"stop":1725579181245,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"bc3ce16fb6ac74bc","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/bc3ce16fb6ac74bc","status":"passed","time":{"start":1725578712608,"stop":1725578712609,"duration":1}},{"uid":"df4389c062e0407d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/df4389c062e0407d","status":"passed","time":{"start":1725578380213,"stop":1725578380213,"duration":0}},{"uid":"90b9d74c569d836c","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/90b9d74c569d836c","status":"passed","time":{"start":1725577661443,"stop":1725577661443,"duration":0}},{"uid":"94f592a47e1985d7","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/94f592a47e1985d7","status":"passed","time":{"start":1725577308287,"stop":1725577308287,"duration":0}},{"uid":"c25acbaefd029f19","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c25acbaefd029f19","status":"passed","time":{"start":1725577255335,"stop":1725577255336,"duration":1}},{"uid":"5137c46c373fee80","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5137c46c373fee80","status":"passed","time":{"start":1725576839381,"stop":1725576839381,"duration":0}}]},"tags":[]},"source":"3d3761044b8352a6.json","parameterValues":[]} \ No newline at end of file +{"uid":"c9d9b8803fa3cdd0","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":1726218764094,"stop":1726218764095,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"304741073d18e53b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/304741073d18e53b","status":"passed","time":{"start":1726218659008,"stop":1726218659008,"duration":0}},{"uid":"9dadd59fc00b67ae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9dadd59fc00b67ae","status":"passed","time":{"start":1726217924737,"stop":1726217924737,"duration":0}},{"uid":"a161bcdbd6b2887d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a161bcdbd6b2887d","status":"passed","time":{"start":1726217840491,"stop":1726217840491,"duration":0}}]},"tags":[]},"source":"c9d9b8803fa3cdd0.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/ca06e059aece7b1f.json b/7434/data/test-cases/ca06e059aece7b1f.json new file mode 100644 index 00000000000..57ff2d22b32 --- /dev/null +++ b/7434/data/test-cases/ca06e059aece7b1f.json @@ -0,0 +1 @@ +{"uid":"ca06e059aece7b1f","name":"Asymmetric encrypt & decrypt","fullName":"/src/encryption.spec.ts: Waku Encryption > Asymmetric encrypt & decrypt","historyId":"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218315164,"stop":1726218315165,"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":4,"unknown":0,"total":4},"items":[{"uid":"9144d265f6ca42a2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9144d265f6ca42a2","status":"passed","time":{"start":1726218219852,"stop":1726218219853,"duration":1}},{"uid":"34874ce83d30c413","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34874ce83d30c413","status":"passed","time":{"start":1726217473323,"stop":1726217473323,"duration":0}},{"uid":"9839fcf5f32fa73e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9839fcf5f32fa73e","status":"passed","time":{"start":1726217414668,"stop":1726217414668,"duration":0}}]},"tags":[]},"source":"ca06e059aece7b1f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5a291c734fd9c33a.json b/7434/data/test-cases/ca3f24444472b209.json similarity index 78% rename from 7408/data/test-cases/5a291c734fd9c33a.json rename to 7434/data/test-cases/ca3f24444472b209.json index dae821ecfd7..58ae474489b 100644 --- a/7408/data/test-cases/5a291c734fd9c33a.json +++ b/7434/data/test-cases/ca3f24444472b209.json @@ -1 +1 @@ -{"uid":"5a291c734fd9c33a","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":1725579261705,"stop":1725579261705,"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":7,"unknown":0,"total":7},"items":[{"uid":"34ad373a3d966694","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/34ad373a3d966694","status":"passed","time":{"start":1725578802833,"stop":1725578802835,"duration":2}},{"uid":"969295ece1380fb","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/969295ece1380fb","status":"passed","time":{"start":1725578477404,"stop":1725578477404,"duration":0}},{"uid":"f7082d68f42b7a34","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f7082d68f42b7a34","status":"passed","time":{"start":1725577739573,"stop":1725577739574,"duration":1}},{"uid":"cd5d820021755ab2","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/cd5d820021755ab2","status":"passed","time":{"start":1725577393702,"stop":1725577393702,"duration":0}},{"uid":"f4894e0dd87d8540","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f4894e0dd87d8540","status":"passed","time":{"start":1725577347218,"stop":1725577347218,"duration":0}},{"uid":"12005c2e80e24fea","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/12005c2e80e24fea","status":"passed","time":{"start":1725576935069,"stop":1725576935069,"duration":0}}]},"tags":[]},"source":"5a291c734fd9c33a.json","parameterValues":[]} \ No newline at end of file +{"uid":"ca3f24444472b209","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":1726218851923,"stop":1726218851924,"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":4,"unknown":0,"total":4},"items":[{"uid":"c15d451d0bbe91bf","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c15d451d0bbe91bf","status":"passed","time":{"start":1726218761850,"stop":1726218761850,"duration":0}},{"uid":"c4ccced96b1fa86c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c4ccced96b1fa86c","status":"passed","time":{"start":1726218020453,"stop":1726218020454,"duration":1}},{"uid":"99eda544e90d7b15","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/99eda544e90d7b15","status":"passed","time":{"start":1726217934111,"stop":1726217934111,"duration":0}}]},"tags":[]},"source":"ca3f24444472b209.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/ca68d9aeb4f6c1a0.json b/7434/data/test-cases/ca68d9aeb4f6c1a0.json new file mode 100644 index 00000000000..553c549a1a8 --- /dev/null +++ b/7434/data/test-cases/ca68d9aeb4f6c1a0.json @@ -0,0 +1 @@ +{"uid":"ca68d9aeb4f6c1a0","name":"Check meta is set [symmetric]","fullName":"/src/symmetric.spec.ts: Symmetric Encryption > Check meta is set [symmetric]","historyId":"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218314721,"stop":1726218314722,"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":4,"unknown":0,"total":4},"items":[{"uid":"a424bd62077e0282","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a424bd62077e0282","status":"passed","time":{"start":1726218219450,"stop":1726218219450,"duration":0}},{"uid":"9e30d1f26cb293a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9e30d1f26cb293a","status":"passed","time":{"start":1726217472854,"stop":1726217472854,"duration":0}},{"uid":"38ba92aacde1fecf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38ba92aacde1fecf","status":"passed","time":{"start":1726217414158,"stop":1726217414158,"duration":0}}]},"tags":[]},"source":"ca68d9aeb4f6c1a0.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ee2caa1149ede05e.json b/7434/data/test-cases/ca9d2067e246b0e8.json similarity index 60% rename from 7408/data/test-cases/ee2caa1149ede05e.json rename to 7434/data/test-cases/ca9d2067e246b0e8.json index 7d1335fde1e..8a220595e6e 100644 --- a/7408/data/test-cases/ee2caa1149ede05e.json +++ b/7434/data/test-cases/ca9d2067e246b0e8.json @@ -1 +1 @@ -{"uid":"ee2caa1149ede05e","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":1725579312024,"stop":1725579312025,"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":7,"unknown":0,"total":7},"items":[{"uid":"62886be0f7f790d5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/62886be0f7f790d5","status":"passed","time":{"start":1725578849122,"stop":1725578849122,"duration":0}},{"uid":"35b63966190812ee","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/35b63966190812ee","status":"passed","time":{"start":1725578530876,"stop":1725578530876,"duration":0}},{"uid":"44e0bfe04264bfc0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/44e0bfe04264bfc0","status":"passed","time":{"start":1725577787478,"stop":1725577787479,"duration":1}},{"uid":"7514740bb5162405","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7514740bb5162405","status":"passed","time":{"start":1725577449704,"stop":1725577449705,"duration":1}},{"uid":"6f678f2bfd2277d4","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/6f678f2bfd2277d4","status":"passed","time":{"start":1725577395958,"stop":1725577395958,"duration":0}},{"uid":"1ef96835b5f3c239","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/1ef96835b5f3c239","status":"passed","time":{"start":1725576980959,"stop":1725576980959,"duration":0}}]},"tags":[]},"source":"ee2caa1149ede05e.json","parameterValues":[]} \ No newline at end of file +{"uid":"ca9d2067e246b0e8","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":1726218903394,"stop":1726218903394,"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":4,"unknown":0,"total":4},"items":[{"uid":"b1397f1c65978a11","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b1397f1c65978a11","status":"passed","time":{"start":1726218807915,"stop":1726218807915,"duration":0}},{"uid":"860268ee1c290af7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/860268ee1c290af7","status":"passed","time":{"start":1726218061981,"stop":1726218061981,"duration":0}},{"uid":"e60a73c62bb11600","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e60a73c62bb11600","status":"passed","time":{"start":1726217984952,"stop":1726217984952,"duration":0}}]},"tags":[]},"source":"ca9d2067e246b0e8.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/cab66ddbef3931e5.json b/7434/data/test-cases/cab66ddbef3931e5.json new file mode 100644 index 00000000000..96c5d7f4e10 --- /dev/null +++ b/7434/data/test-cases/cab66ddbef3931e5.json @@ -0,0 +1 @@ +{"uid":"cab66ddbef3931e5","name":"should correctly map /myapp/1/latest/proto to shard index 0","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /myapp/1/latest/proto to shard index 0","historyId":"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283076,"stop":1726218283077,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1c5ec3e470491453","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c5ec3e470491453","status":"passed","time":{"start":1726218188579,"stop":1726218188579,"duration":0}},{"uid":"a81da45f4f55371c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a81da45f4f55371c","status":"passed","time":{"start":1726217441538,"stop":1726217441538,"duration":0}},{"uid":"831aa3e8c6e4411e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/831aa3e8c6e4411e","status":"passed","time":{"start":1726217383206,"stop":1726217383206,"duration":0}}]},"tags":[]},"source":"cab66ddbef3931e5.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e39a0a372b0b1994.json b/7434/data/test-cases/cab8bef1eba4b639.json similarity index 65% rename from 7408/data/test-cases/e39a0a372b0b1994.json rename to 7434/data/test-cases/cab8bef1eba4b639.json index 9271ebdad16..56c4ae89385 100644 --- a/7408/data/test-cases/e39a0a372b0b1994.json +++ b/7434/data/test-cases/cab8bef1eba4b639.json @@ -1 +1 @@ -{"uid":"e39a0a372b0b1994","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":1725578717081,"stop":1725578717081,"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":7,"unknown":0,"total":7},"items":[{"uid":"32bb135c0ff2cc08","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/32bb135c0ff2cc08","status":"passed","time":{"start":1725578260514,"stop":1725578260514,"duration":0}},{"uid":"8870c6572ec7874b","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8870c6572ec7874b","status":"passed","time":{"start":1725577932891,"stop":1725577932892,"duration":1}},{"uid":"e27d419ba971a43b","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e27d419ba971a43b","status":"passed","time":{"start":1725577200589,"stop":1725577200590,"duration":1}},{"uid":"9fcc99a1afa5152","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9fcc99a1afa5152","status":"passed","time":{"start":1725576847040,"stop":1725576847041,"duration":1}},{"uid":"b1ae2b2810e43976","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b1ae2b2810e43976","status":"passed","time":{"start":1725576799919,"stop":1725576799919,"duration":0}},{"uid":"e6a96ff9aa3fc094","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e6a96ff9aa3fc094","status":"passed","time":{"start":1725576382162,"stop":1725576382162,"duration":0}}]},"tags":[]},"source":"e39a0a372b0b1994.json","parameterValues":[]} \ No newline at end of file +{"uid":"cab8bef1eba4b639","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":1726218291076,"stop":1726218291077,"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":4,"unknown":0,"total":4},"items":[{"uid":"396c8e1c9685161c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/396c8e1c9685161c","status":"passed","time":{"start":1726218196338,"stop":1726218196339,"duration":1}},{"uid":"b970ef7d25bfbec1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b970ef7d25bfbec1","status":"passed","time":{"start":1726217449466,"stop":1726217449467,"duration":1}},{"uid":"8e0a02f2fbe7c291","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e0a02f2fbe7c291","status":"passed","time":{"start":1726217391245,"stop":1726217391246,"duration":1}}]},"tags":[]},"source":"cab8bef1eba4b639.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/caec25470d773579.json b/7434/data/test-cases/caec25470d773579.json new file mode 100644 index 00000000000..eb5253f7d15 --- /dev/null +++ b/7434/data/test-cases/caec25470d773579.json @@ -0,0 +1 @@ +{"uid":"caec25470d773579","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":1726218304534,"stop":1726218304534,"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":4,"unknown":0,"total":4},"items":[{"uid":"20060c908d3e389a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/20060c908d3e389a","status":"passed","time":{"start":1726218209371,"stop":1726218209372,"duration":1}},{"uid":"f8bed61fc70d46be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8bed61fc70d46be","status":"passed","time":{"start":1726217462332,"stop":1726217462333,"duration":1}},{"uid":"ee40099dd6ec3846","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ee40099dd6ec3846","status":"passed","time":{"start":1726217404186,"stop":1726217404186,"duration":0}}]},"tags":[]},"source":"caec25470d773579.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9179aa0fc3ff87f2.json b/7434/data/test-cases/cb589df37055047b.json similarity index 65% rename from 7408/data/test-cases/9179aa0fc3ff87f2.json rename to 7434/data/test-cases/cb589df37055047b.json index e8c1ec84b31..65332afa485 100644 --- a/7408/data/test-cases/9179aa0fc3ff87f2.json +++ b/7434/data/test-cases/cb589df37055047b.json @@ -1 +1 @@ -{"uid":"9179aa0fc3ff87f2","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":1725578843074,"stop":1725578843074,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"f1222037c776064c","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f1222037c776064c","status":"passed","time":{"start":1725578373036,"stop":1725578373036,"duration":0}},{"uid":"848b579c87d8e3b9","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/848b579c87d8e3b9","status":"passed","time":{"start":1725578055807,"stop":1725578055807,"duration":0}},{"uid":"76cadfc1b2b3da11","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/76cadfc1b2b3da11","status":"passed","time":{"start":1725577329148,"stop":1725577329149,"duration":1}},{"uid":"43bfb7e2fc555e1","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/43bfb7e2fc555e1","status":"passed","time":{"start":1725576962427,"stop":1725576962427,"duration":0}},{"uid":"aaa253fe66abed99","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/aaa253fe66abed99","status":"passed","time":{"start":1725576929757,"stop":1725576929757,"duration":0}},{"uid":"cd237a773b863a29","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/cd237a773b863a29","status":"passed","time":{"start":1725576499202,"stop":1725576499202,"duration":0}}]},"tags":[]},"source":"9179aa0fc3ff87f2.json","parameterValues":[]} \ No newline at end of file +{"uid":"cb589df37055047b","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":1726218412656,"stop":1726218412657,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"44bbae43a70e6fc4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/44bbae43a70e6fc4","status":"passed","time":{"start":1726218318090,"stop":1726218318090,"duration":0}},{"uid":"6d5b47aded166552","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d5b47aded166552","status":"passed","time":{"start":1726217567474,"stop":1726217567474,"duration":0}},{"uid":"15a35ad8c1dc73f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15a35ad8c1dc73f0","status":"passed","time":{"start":1726217508420,"stop":1726217508420,"duration":0}}]},"tags":[]},"source":"cb589df37055047b.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/cbc339e538797e3.json b/7434/data/test-cases/cbc339e538797e3.json new file mode 100644 index 00000000000..074f9525443 --- /dev/null +++ b/7434/data/test-cases/cbc339e538797e3.json @@ -0,0 +1 @@ +{"uid":"cbc339e538797e3","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":1726218551482,"stop":1726218551482,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"4b4cbef28fdb1651","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b4cbef28fdb1651","status":"passed","time":{"start":1726218459534,"stop":1726218459535,"duration":1}},{"uid":"2d61d05e596ee0bb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2d61d05e596ee0bb","status":"passed","time":{"start":1726217706000,"stop":1726217706000,"duration":0}},{"uid":"2d3482a3f894781b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2d3482a3f894781b","status":"passed","time":{"start":1726217650757,"stop":1726217650757,"duration":0}}]},"tags":[]},"source":"cbc339e538797e3.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5e894fcb060ab7c0.json b/7434/data/test-cases/cc0f4a1e4bb0e7a8.json similarity index 84% rename from 7408/data/test-cases/5e894fcb060ab7c0.json rename to 7434/data/test-cases/cc0f4a1e4bb0e7a8.json index 35c3b6de19a..cb61e4817bf 100644 --- a/7408/data/test-cases/5e894fcb060ab7c0.json +++ b/7434/data/test-cases/cc0f4a1e4bb0e7a8.json @@ -1 +1 @@ -{"uid":"5e894fcb060ab7c0","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":1725578734308,"stop":1725578734308,"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":7,"unknown":0,"total":7},"items":[{"uid":"448036decd8e6e6b","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/448036decd8e6e6b","status":"passed","time":{"start":1725578277364,"stop":1725578277364,"duration":0}},{"uid":"84ff1bd8142cdc5f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/84ff1bd8142cdc5f","status":"passed","time":{"start":1725577949912,"stop":1725577949912,"duration":0}},{"uid":"dd0290617c31182f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/dd0290617c31182f","status":"passed","time":{"start":1725577217475,"stop":1725577217475,"duration":0}},{"uid":"7c7d771483017b7e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7c7d771483017b7e","status":"passed","time":{"start":1725576864179,"stop":1725576864179,"duration":0}},{"uid":"260bb9a8b7ec4cce","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/260bb9a8b7ec4cce","status":"passed","time":{"start":1725576817205,"stop":1725576817206,"duration":1}},{"uid":"8ad59c15813cfec5","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/8ad59c15813cfec5","status":"passed","time":{"start":1725576399276,"stop":1725576399276,"duration":0}}]},"tags":[]},"source":"5e894fcb060ab7c0.json","parameterValues":[]} \ No newline at end of file +{"uid":"cc0f4a1e4bb0e7a8","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":1726218308582,"stop":1726218308582,"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":4,"unknown":0,"total":4},"items":[{"uid":"d6571c728178321b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d6571c728178321b","status":"passed","time":{"start":1726218213408,"stop":1726218213409,"duration":1}},{"uid":"d008bb654dd7b762","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d008bb654dd7b762","status":"passed","time":{"start":1726217466676,"stop":1726217466676,"duration":0}},{"uid":"4a33946abe12b5e6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4a33946abe12b5e6","status":"passed","time":{"start":1726217408296,"stop":1726217408296,"duration":0}}]},"tags":[]},"source":"cc0f4a1e4bb0e7a8.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/32a5ff3b053f182e.json b/7434/data/test-cases/cc2183a62e1d6eec.json similarity index 90% rename from 7408/data/test-cases/32a5ff3b053f182e.json rename to 7434/data/test-cases/cc2183a62e1d6eec.json index 92095383fb2..488e71af719 100644 --- a/7408/data/test-cases/32a5ff3b053f182e.json +++ b/7434/data/test-cases/cc2183a62e1d6eec.json @@ -1 +1 @@ -{"uid":"32a5ff3b053f182e","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":1725578940134,"stop":1725578940135,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"aa1c241febb7a748","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/aa1c241febb7a748","status":"passed","time":{"start":1725578482059,"stop":1725578482060,"duration":1}},{"uid":"2a11bc98716ec833","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2a11bc98716ec833","status":"passed","time":{"start":1725578159557,"stop":1725578159558,"duration":1}},{"uid":"4e782961eb749d66","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4e782961eb749d66","status":"passed","time":{"start":1725577422728,"stop":1725577422729,"duration":1}},{"uid":"454bfce71b56360d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/454bfce71b56360d","status":"passed","time":{"start":1725577067046,"stop":1725577067047,"duration":1}},{"uid":"5770a7bd0a26a0b6","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/5770a7bd0a26a0b6","status":"passed","time":{"start":1725577018820,"stop":1725577018821,"duration":1}},{"uid":"d5ce8aaff87327f5","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d5ce8aaff87327f5","status":"passed","time":{"start":1725576607309,"stop":1725576607310,"duration":1}}]},"tags":[]},"source":"32a5ff3b053f182e.json","parameterValues":[]} \ No newline at end of file +{"uid":"cc2183a62e1d6eec","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":1726218510971,"stop":1726218510971,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"7a8d9a264499e6f4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a8d9a264499e6f4","status":"passed","time":{"start":1726218417147,"stop":1726218417148,"duration":1}},{"uid":"9bda46af5259417b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9bda46af5259417b","status":"passed","time":{"start":1726217677799,"stop":1726217677810,"duration":11}},{"uid":"14bb31f724d075dd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/14bb31f724d075dd","status":"passed","time":{"start":1726217616838,"stop":1726217616839,"duration":1}}]},"tags":[]},"source":"cc2183a62e1d6eec.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/7cdd687c9c60e080.json b/7434/data/test-cases/cc8e38dc4d948ee6.json similarity index 81% rename from 7408/data/test-cases/7cdd687c9c60e080.json rename to 7434/data/test-cases/cc8e38dc4d948ee6.json index 28f808a4e67..de0a42de547 100644 --- a/7408/data/test-cases/7cdd687c9c60e080.json +++ b/7434/data/test-cases/cc8e38dc4d948ee6.json @@ -1 +1 @@ -{"uid":"7cdd687c9c60e080","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":1725579222049,"stop":1725579222049,"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":7,"unknown":0,"total":7},"items":[{"uid":"a6c1873e38c2913","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a6c1873e38c2913","status":"passed","time":{"start":1725578763705,"stop":1725578763705,"duration":0}},{"uid":"9ad316e875a0254f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9ad316e875a0254f","status":"passed","time":{"start":1725578437617,"stop":1725578437618,"duration":1}},{"uid":"5ae1e4e7e9259cd7","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5ae1e4e7e9259cd7","status":"passed","time":{"start":1725577679216,"stop":1725577679217,"duration":1}},{"uid":"d402def7611a8efa","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d402def7611a8efa","status":"passed","time":{"start":1725577331515,"stop":1725577331515,"duration":0}},{"uid":"b84d189f3afa1652","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b84d189f3afa1652","status":"passed","time":{"start":1725577298222,"stop":1725577298222,"duration":0}},{"uid":"e482a92acd59bc63","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e482a92acd59bc63","status":"passed","time":{"start":1725576890430,"stop":1725576890430,"duration":0}}]},"tags":[]},"source":"7cdd687c9c60e080.json","parameterValues":[]} \ No newline at end of file +{"uid":"cc8e38dc4d948ee6","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":1726218793433,"stop":1726218793434,"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":4,"unknown":0,"total":4},"items":[{"uid":"724982b336937e81","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/724982b336937e81","status":"passed","time":{"start":1726218722081,"stop":1726218722089,"duration":8}},{"uid":"6fe6410a277322c9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6fe6410a277322c9","status":"passed","time":{"start":1726217978666,"stop":1726217978666,"duration":0}},{"uid":"4eab0cd8e4c0f18b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4eab0cd8e4c0f18b","status":"passed","time":{"start":1726217893874,"stop":1726217893874,"duration":0}}]},"tags":[]},"source":"cc8e38dc4d948ee6.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/cd1571c98e4417b.json b/7434/data/test-cases/cd1571c98e4417b.json new file mode 100644 index 00000000000..63dd1564a17 --- /dev/null +++ b/7434/data/test-cases/cd1571c98e4417b.json @@ -0,0 +1 @@ +{"uid":"cd1571c98e4417b","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":1726218806752,"stop":1726218806752,"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":4,"unknown":0,"total":4},"items":[{"uid":"a3a63200dd1a104e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a3a63200dd1a104e","status":"passed","time":{"start":1726218706735,"stop":1726218706736,"duration":1}},{"uid":"8d6e3c354c56f675","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d6e3c354c56f675","status":"passed","time":{"start":1726217976599,"stop":1726217976599,"duration":0}},{"uid":"1d91e8b829679b46","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1d91e8b829679b46","status":"passed","time":{"start":1726217890290,"stop":1726217890290,"duration":0}}]},"tags":[]},"source":"cd1571c98e4417b.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/804f3c9713b6bf10.json b/7434/data/test-cases/cd34ea5d253a44a0.json similarity index 71% rename from 7408/data/test-cases/804f3c9713b6bf10.json rename to 7434/data/test-cases/cd34ea5d253a44a0.json index b25f7335e4f..27a8cf41ebb 100644 --- a/7408/data/test-cases/804f3c9713b6bf10.json +++ b/7434/data/test-cases/cd34ea5d253a44a0.json @@ -1 +1 @@ -{"uid":"804f3c9713b6bf10","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","historyId":"1f1826c46d8ebcb70b3ec7356b2c26ca:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579102812,"stop":1725579102812,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"8fef3e93667d3c66","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8fef3e93667d3c66","status":"passed","time":{"start":1725578664272,"stop":1725578664273,"duration":1}},{"uid":"da0e50ff4a8680da","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/da0e50ff4a8680da","status":"passed","time":{"start":1725578314150,"stop":1725578314150,"duration":0}},{"uid":"4088476e36c3b26e","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4088476e36c3b26e","status":"passed","time":{"start":1725577562988,"stop":1725577562988,"duration":0}},{"uid":"c016996c7f0d0ff","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/c016996c7f0d0ff","status":"passed","time":{"start":1725577209706,"stop":1725577209707,"duration":1}},{"uid":"5dfc1e38d5aaff11","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/5dfc1e38d5aaff11","status":"passed","time":{"start":1725577172585,"stop":1725577172586,"duration":1}},{"uid":"7933e671354d3477","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/7933e671354d3477","status":"passed","time":{"start":1725576779740,"stop":1725576779740,"duration":0}}]},"tags":[]},"source":"804f3c9713b6bf10.json","parameterValues":[]} \ No newline at end of file +{"uid":"cd34ea5d253a44a0","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","historyId":"1f1826c46d8ebcb70b3ec7356b2c26ca:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218669777,"stop":1726218669777,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3ae19ab5d39b70c6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3ae19ab5d39b70c6","status":"passed","time":{"start":1726218612971,"stop":1726218612971,"duration":0}},{"uid":"efd5d7880c60bac0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/efd5d7880c60bac0","status":"passed","time":{"start":1726217868249,"stop":1726217868250,"duration":1}},{"uid":"322e26fe796b8ee4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/322e26fe796b8ee4","status":"passed","time":{"start":1726217785178,"stop":1726217785178,"duration":0}}]},"tags":[]},"source":"cd34ea5d253a44a0.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/cdbfb21cda54f7aa.json b/7434/data/test-cases/cdbfb21cda54f7aa.json new file mode 100644 index 00000000000..3da4a2a379c --- /dev/null +++ b/7434/data/test-cases/cdbfb21cda54f7aa.json @@ -0,0 +1 @@ +{"uid":"cdbfb21cda54f7aa","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":1726218345037,"stop":1726218345038,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"DNS Node Discovery [live data]\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Node Discovery [live data]"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"79a05e7d41d72539","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79a05e7d41d72539","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218250242,"stop":1726218250242,"duration":0}},{"uid":"ab41c39994db8206","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ab41c39994db8206","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217507043,"stop":1726217507044,"duration":1}},{"uid":"a198938d45b11efa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a198938d45b11efa","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217445625,"stop":1726217445625,"duration":0}}]},"tags":[]},"source":"cdbfb21cda54f7aa.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f556a22423a283b1.json b/7434/data/test-cases/ceb015486f59ea5a.json similarity index 90% rename from 7408/data/test-cases/f556a22423a283b1.json rename to 7434/data/test-cases/ceb015486f59ea5a.json index 9f2f05ef25c..fbb33ff94d5 100644 --- a/7408/data/test-cases/f556a22423a283b1.json +++ b/7434/data/test-cases/ceb015486f59ea5a.json @@ -1 +1 @@ -{"uid":"f556a22423a283b1","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":1725578940168,"stop":1725578940171,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"6a7b9ab4e15c326b","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/6a7b9ab4e15c326b","status":"passed","time":{"start":1725578482078,"stop":1725578482078,"duration":0}},{"uid":"9dc51e6de62b9aee","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9dc51e6de62b9aee","status":"passed","time":{"start":1725578159567,"stop":1725578159567,"duration":0}},{"uid":"85fd30940b397998","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/85fd30940b397998","status":"passed","time":{"start":1725577422756,"stop":1725577422757,"duration":1}},{"uid":"7e93032502490efb","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7e93032502490efb","status":"passed","time":{"start":1725577067108,"stop":1725577067109,"duration":1}},{"uid":"8eb43e733d558c1e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8eb43e733d558c1e","status":"passed","time":{"start":1725577018870,"stop":1725577018871,"duration":1}},{"uid":"87ad0fb2539695ce","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/87ad0fb2539695ce","status":"passed","time":{"start":1725576607342,"stop":1725576607342,"duration":0}}]},"tags":[]},"source":"f556a22423a283b1.json","parameterValues":[]} \ No newline at end of file +{"uid":"ceb015486f59ea5a","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":1726218510989,"stop":1726218510990,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"fa4211d3f8342121","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fa4211d3f8342121","status":"passed","time":{"start":1726218417155,"stop":1726218417156,"duration":1}},{"uid":"fc6e8a051f69ff43","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc6e8a051f69ff43","status":"passed","time":{"start":1726217677844,"stop":1726217677844,"duration":0}},{"uid":"2ba80f9aa8d6259","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2ba80f9aa8d6259","status":"passed","time":{"start":1726217616848,"stop":1726217616848,"duration":0}}]},"tags":[]},"source":"ceb015486f59ea5a.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/cee73cea46d43bf4.json b/7434/data/test-cases/cee73cea46d43bf4.json new file mode 100644 index 00000000000..44a67d00a98 --- /dev/null +++ b/7434/data/test-cases/cee73cea46d43bf4.json @@ -0,0 +1 @@ +{"uid":"cee73cea46d43bf4","name":"connected peers and dial","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > connected peers and dial","historyId":"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218764450,"stop":1726218764451,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"62d6af3d5b5f9bdc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/62d6af3d5b5f9bdc","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659233,"stop":1726218659234,"duration":1}},{"uid":"6261c0636e1b38eb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6261c0636e1b38eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925015,"stop":1726217925015,"duration":0}},{"uid":"bc1568a80fc7b954","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bc1568a80fc7b954","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840806,"stop":1726217840806,"duration":0}}]},"tags":[]},"source":"cee73cea46d43bf4.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6704c1ba8dac9c51.json b/7434/data/test-cases/d00bcdec24b8f361.json similarity index 91% rename from 7408/data/test-cases/6704c1ba8dac9c51.json rename to 7434/data/test-cases/d00bcdec24b8f361.json index 0d15d1aa29e..f83245a086f 100644 --- a/7408/data/test-cases/6704c1ba8dac9c51.json +++ b/7434/data/test-cases/d00bcdec24b8f361.json @@ -1 +1 @@ -{"uid":"6704c1ba8dac9c51","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":1725578970784,"stop":1725578970784,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"8d3b985db1ca8d3f","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8d3b985db1ca8d3f","status":"passed","time":{"start":1725578514085,"stop":1725578514086,"duration":1}},{"uid":"e4b67661bb30d15d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/e4b67661bb30d15d","status":"passed","time":{"start":1725578193133,"stop":1725578193133,"duration":0}},{"uid":"2151d6fe761ba3ea","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2151d6fe761ba3ea","status":"passed","time":{"start":1725577453222,"stop":1725577453222,"duration":0}},{"uid":"9fb4fecd51ff8773","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9fb4fecd51ff8773","status":"passed","time":{"start":1725577097734,"stop":1725577097734,"duration":0}},{"uid":"f9ffffe2758d17a2","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f9ffffe2758d17a2","status":"passed","time":{"start":1725577056970,"stop":1725577056970,"duration":0}},{"uid":"28cc4f9d35efce07","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/28cc4f9d35efce07","status":"passed","time":{"start":1725576643978,"stop":1725576643978,"duration":0}}]},"tags":[]},"source":"6704c1ba8dac9c51.json","parameterValues":[]} \ No newline at end of file +{"uid":"d00bcdec24b8f361","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":1726218551468,"stop":1726218551469,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"64d712f27e98333","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/64d712f27e98333","status":"passed","time":{"start":1726218459523,"stop":1726218459523,"duration":0}},{"uid":"351e709b75b9a3f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/351e709b75b9a3f7","status":"passed","time":{"start":1726217705988,"stop":1726217705988,"duration":0}},{"uid":"26d8b82812e58923","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/26d8b82812e58923","status":"passed","time":{"start":1726217650746,"stop":1726217650746,"duration":0}}]},"tags":[]},"source":"d00bcdec24b8f361.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/bc6f29e522a0d637.json b/7434/data/test-cases/d0ab136b203326f7.json similarity index 76% rename from 7408/data/test-cases/bc6f29e522a0d637.json rename to 7434/data/test-cases/d0ab136b203326f7.json index 064475622e2..6ffd3261779 100644 --- a/7408/data/test-cases/bc6f29e522a0d637.json +++ b/7434/data/test-cases/d0ab136b203326f7.json @@ -1 +1 @@ -{"uid":"bc6f29e522a0d637","name":"Renews peer on consistent ping failures","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Renews peer on consistent ping failures","historyId":"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578868804,"stop":1725578868804,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"c3ff109d9e92314f","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/c3ff109d9e92314f","status":"passed","time":{"start":1725578410050,"stop":1725578410051,"duration":1}},{"uid":"a5ef8aee552e38f8","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a5ef8aee552e38f8","status":"passed","time":{"start":1725578085227,"stop":1725578085228,"duration":1}},{"uid":"31a7c13978244c45","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/31a7c13978244c45","status":"passed","time":{"start":1725577347348,"stop":1725577347348,"duration":0}},{"uid":"8f7d284b54d49770","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/8f7d284b54d49770","status":"passed","time":{"start":1725577004109,"stop":1725577004109,"duration":0}},{"uid":"b2695060893ad27c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b2695060893ad27c","status":"passed","time":{"start":1725576948436,"stop":1725576948436,"duration":0}},{"uid":"4d90a054f6226a5b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4d90a054f6226a5b","status":"passed","time":{"start":1725576535324,"stop":1725576535325,"duration":1}}]},"tags":[]},"source":"bc6f29e522a0d637.json","parameterValues":[]} \ No newline at end of file +{"uid":"d0ab136b203326f7","name":"Renews peer on consistent ping failures","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Renews peer on consistent ping failures","historyId":"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218447513,"stop":1726218447514,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4dd3d5d0811aad28","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4dd3d5d0811aad28","status":"passed","time":{"start":1726218356742,"stop":1726218356742,"duration":0}},{"uid":"551ba36438126053","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/551ba36438126053","status":"passed","time":{"start":1726217603243,"stop":1726217603244,"duration":1}},{"uid":"507fbce6c4dbb1f7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/507fbce6c4dbb1f7","status":"passed","time":{"start":1726217544017,"stop":1726217544017,"duration":0}}]},"tags":[]},"source":"d0ab136b203326f7.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c4af764733c00c33.json b/7434/data/test-cases/d0c67f1fe9c39695.json similarity index 61% rename from 7408/data/test-cases/c4af764733c00c33.json rename to 7434/data/test-cases/d0c67f1fe9c39695.json index 24be827491d..e7127e113d8 100644 --- a/7408/data/test-cases/c4af764733c00c33.json +++ b/7434/data/test-cases/d0c67f1fe9c39695.json @@ -1 +1 @@ -{"uid":"c4af764733c00c33","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":1725579312017,"stop":1725579312019,"duration":2},"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":7,"unknown":0,"total":7},"items":[{"uid":"157fe79a662af44b","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/157fe79a662af44b","status":"passed","time":{"start":1725578849111,"stop":1725578849111,"duration":0}},{"uid":"83d234f9071d2a53","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/83d234f9071d2a53","status":"passed","time":{"start":1725578530873,"stop":1725578530873,"duration":0}},{"uid":"ac76dfbcfe77e5e8","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ac76dfbcfe77e5e8","status":"passed","time":{"start":1725577787476,"stop":1725577787476,"duration":0}},{"uid":"7f2032b18713aa29","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7f2032b18713aa29","status":"passed","time":{"start":1725577449695,"stop":1725577449696,"duration":1}},{"uid":"2171895b6edc92a6","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2171895b6edc92a6","status":"passed","time":{"start":1725577395955,"stop":1725577395955,"duration":0}},{"uid":"4686e2383be6eca7","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4686e2383be6eca7","status":"passed","time":{"start":1725576980953,"stop":1725576980955,"duration":2}}]},"tags":[]},"source":"c4af764733c00c33.json","parameterValues":[]} \ No newline at end of file +{"uid":"d0c67f1fe9c39695","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":1726218903391,"stop":1726218903392,"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":4,"unknown":0,"total":4},"items":[{"uid":"8ac70a984709d0f3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8ac70a984709d0f3","status":"passed","time":{"start":1726218807904,"stop":1726218807906,"duration":2}},{"uid":"132e1d1713ee8bd7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/132e1d1713ee8bd7","status":"passed","time":{"start":1726218061976,"stop":1726218061978,"duration":2}},{"uid":"3a2bc1963ffb645d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3a2bc1963ffb645d","status":"passed","time":{"start":1726217984935,"stop":1726217984949,"duration":14}}]},"tags":[]},"source":"d0c67f1fe9c39695.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/d0cd26129df832c2.json b/7434/data/test-cases/d0cd26129df832c2.json new file mode 100644 index 00000000000..dd4102d8bc3 --- /dev/null +++ b/7434/data/test-cases/d0cd26129df832c2.json @@ -0,0 +1 @@ +{"uid":"d0cd26129df832c2","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":1726218291084,"stop":1726218291084,"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":4,"unknown":0,"total":4},"items":[{"uid":"858825b2473d76f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/858825b2473d76f8","status":"passed","time":{"start":1726218196350,"stop":1726218196350,"duration":0}},{"uid":"c1475a358e355104","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1475a358e355104","status":"passed","time":{"start":1726217449483,"stop":1726217449483,"duration":0}},{"uid":"803e7bc01ae791a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/803e7bc01ae791a","status":"passed","time":{"start":1726217391254,"stop":1726217391254,"duration":0}}]},"tags":[]},"source":"d0cd26129df832c2.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/66313039b850752f.json b/7434/data/test-cases/d0dbcd93c1397719.json similarity index 64% rename from 7408/data/test-cases/66313039b850752f.json rename to 7434/data/test-cases/d0dbcd93c1397719.json index 133685b5727..5aa3546b038 100644 --- a/7408/data/test-cases/66313039b850752f.json +++ b/7434/data/test-cases/d0dbcd93c1397719.json @@ -1 +1 @@ -{"uid":"66313039b850752f","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":1725578821025,"stop":1725578821026,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"4de0a04cefab5c47","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/4de0a04cefab5c47","status":"passed","time":{"start":1725578364017,"stop":1725578364017,"duration":0}},{"uid":"238deabd2049dacb","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/238deabd2049dacb","status":"passed","time":{"start":1725578036034,"stop":1725578036035,"duration":1}},{"uid":"c9256ae67ee3e424","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/c9256ae67ee3e424","status":"passed","time":{"start":1725577305067,"stop":1725577305068,"duration":1}},{"uid":"f9f0d1b05fe14fab","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f9f0d1b05fe14fab","status":"passed","time":{"start":1725576952664,"stop":1725576952664,"duration":0}},{"uid":"1cba532747c5b39c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1cba532747c5b39c","status":"passed","time":{"start":1725576905955,"stop":1725576905958,"duration":3}},{"uid":"3e94ab090ad97828","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3e94ab090ad97828","status":"passed","time":{"start":1725576488226,"stop":1725576488226,"duration":0}}]},"tags":[]},"source":"66313039b850752f.json","parameterValues":[]} \ No newline at end of file +{"uid":"d0dbcd93c1397719","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":1726218397743,"stop":1726218397743,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"6dcde74d4d1327ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6dcde74d4d1327ab","status":"passed","time":{"start":1726218303231,"stop":1726218303232,"duration":1}},{"uid":"283fbfb203367c56","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/283fbfb203367c56","status":"passed","time":{"start":1726217551920,"stop":1726217551921,"duration":1}},{"uid":"96e695b439fb836","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96e695b439fb836","status":"passed","time":{"start":1726217494760,"stop":1726217494761,"duration":1}}]},"tags":[]},"source":"d0dbcd93c1397719.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/2fb7fdc6e4e8bc13.json b/7434/data/test-cases/d1a6706bc00de689.json similarity index 77% rename from 7408/data/test-cases/2fb7fdc6e4e8bc13.json rename to 7434/data/test-cases/d1a6706bc00de689.json index 0c083d42c0a..8733dcdab89 100644 --- a/7408/data/test-cases/2fb7fdc6e4e8bc13.json +++ b/7434/data/test-cases/d1a6706bc00de689.json @@ -1 +1 @@ -{"uid":"2fb7fdc6e4e8bc13","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":1725579261704,"stop":1725579261705,"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":7,"unknown":0,"total":7},"items":[{"uid":"f44726220457f95d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f44726220457f95d","status":"passed","time":{"start":1725578802832,"stop":1725578802833,"duration":1}},{"uid":"60527b36b4fd9fd","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/60527b36b4fd9fd","status":"passed","time":{"start":1725578477404,"stop":1725578477404,"duration":0}},{"uid":"ef85b1a08e632d09","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ef85b1a08e632d09","status":"passed","time":{"start":1725577739573,"stop":1725577739573,"duration":0}},{"uid":"181ea56d1c660fdb","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/181ea56d1c660fdb","status":"passed","time":{"start":1725577393701,"stop":1725577393702,"duration":1}},{"uid":"7cb2e1edb258b255","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/7cb2e1edb258b255","status":"passed","time":{"start":1725577347217,"stop":1725577347218,"duration":1}},{"uid":"799de35cc71e5019","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/799de35cc71e5019","status":"passed","time":{"start":1725576935069,"stop":1725576935069,"duration":0}}]},"tags":[]},"source":"2fb7fdc6e4e8bc13.json","parameterValues":[]} \ No newline at end of file +{"uid":"d1a6706bc00de689","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":1726218851922,"stop":1726218851923,"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":4,"unknown":0,"total":4},"items":[{"uid":"3561737f996f7dd9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3561737f996f7dd9","status":"passed","time":{"start":1726218761849,"stop":1726218761849,"duration":0}},{"uid":"dbb6de40286083ac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dbb6de40286083ac","status":"passed","time":{"start":1726218020451,"stop":1726218020453,"duration":2}},{"uid":"83cdc6bea1fd92d5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/83cdc6bea1fd92d5","status":"passed","time":{"start":1726217934111,"stop":1726217934111,"duration":0}}]},"tags":[]},"source":"d1a6706bc00de689.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ad80b48902836d80.json b/7434/data/test-cases/d203c783679f29f9.json similarity index 51% rename from 7408/data/test-cases/ad80b48902836d80.json rename to 7434/data/test-cases/d203c783679f29f9.json index baa454ea0ec..0c588981663 100644 --- a/7408/data/test-cases/ad80b48902836d80.json +++ b/7434/data/test-cases/d203c783679f29f9.json @@ -1 +1 @@ -{"uid":"ad80b48902836d80","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":1725578759909,"stop":1725578759910,"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":7,"unknown":0,"total":7},"items":[{"uid":"2a5dd629e60a9a23","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/2a5dd629e60a9a23","status":"passed","time":{"start":1725578303034,"stop":1725578303035,"duration":1}},{"uid":"37998c74fbc7f447","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/37998c74fbc7f447","status":"passed","time":{"start":1725577974921,"stop":1725577974921,"duration":0}},{"uid":"31da2c14dfd60ca2","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/31da2c14dfd60ca2","status":"passed","time":{"start":1725577243437,"stop":1725577243438,"duration":1}},{"uid":"f1335b8a5ce0b839","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f1335b8a5ce0b839","status":"passed","time":{"start":1725576890592,"stop":1725576890593,"duration":1}},{"uid":"dd767ede024779ec","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/dd767ede024779ec","status":"passed","time":{"start":1725576842904,"stop":1725576842905,"duration":1}},{"uid":"8ea75502d32a30d8","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/8ea75502d32a30d8","status":"passed","time":{"start":1725576425681,"stop":1725576425682,"duration":1}}]},"tags":[]},"source":"ad80b48902836d80.json","parameterValues":[]} \ No newline at end of file +{"uid":"d203c783679f29f9","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":1726218335402,"stop":1726218335402,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:connect"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3cc99c5e3f194361","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3cc99c5e3f194361","status":"passed","time":{"start":1726218239526,"stop":1726218239527,"duration":1}},{"uid":"fd000a3b6481080d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd000a3b6481080d","status":"passed","time":{"start":1726217493341,"stop":1726217493341,"duration":0}},{"uid":"c6ea362b5d0dc4be","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c6ea362b5d0dc4be","status":"passed","time":{"start":1726217434835,"stop":1726217434836,"duration":1}}]},"tags":[]},"source":"d203c783679f29f9.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/8ae6bb02688122a3.json b/7434/data/test-cases/d23ed477b88ff7eb.json similarity index 91% rename from 7408/data/test-cases/8ae6bb02688122a3.json rename to 7434/data/test-cases/d23ed477b88ff7eb.json index fe7a08b9978..f33b7dae71c 100644 --- a/7408/data/test-cases/8ae6bb02688122a3.json +++ b/7434/data/test-cases/d23ed477b88ff7eb.json @@ -1 +1 @@ -{"uid":"8ae6bb02688122a3","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":1725578970796,"stop":1725578970797,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"e711218429fd2b84","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e711218429fd2b84","status":"passed","time":{"start":1725578514101,"stop":1725578514102,"duration":1}},{"uid":"8fad2530aa6a357d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8fad2530aa6a357d","status":"passed","time":{"start":1725578193140,"stop":1725578193141,"duration":1}},{"uid":"9d3433950402f69a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9d3433950402f69a","status":"passed","time":{"start":1725577453251,"stop":1725577453251,"duration":0}},{"uid":"d03eb993ebb939b9","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d03eb993ebb939b9","status":"passed","time":{"start":1725577097752,"stop":1725577097752,"duration":0}},{"uid":"f14accbcef9ac69d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f14accbcef9ac69d","status":"passed","time":{"start":1725577056978,"stop":1725577056978,"duration":0}},{"uid":"8c14db9506b0e15d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/8c14db9506b0e15d","status":"passed","time":{"start":1725576643992,"stop":1725576643992,"duration":0}}]},"tags":[]},"source":"8ae6bb02688122a3.json","parameterValues":[]} \ No newline at end of file +{"uid":"d23ed477b88ff7eb","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":1726218551486,"stop":1726218551487,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"b0712850326ae1b5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b0712850326ae1b5","status":"passed","time":{"start":1726218459537,"stop":1726218459537,"duration":0}},{"uid":"3017e8be06448635","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3017e8be06448635","status":"passed","time":{"start":1726217706005,"stop":1726217706005,"duration":0}},{"uid":"72f8d61a5f7d10d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/72f8d61a5f7d10d7","status":"passed","time":{"start":1726217650762,"stop":1726217650762,"duration":0}}]},"tags":[]},"source":"d23ed477b88ff7eb.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/d30510fd52f60d39.json b/7434/data/test-cases/d30510fd52f60d39.json new file mode 100644 index 00000000000..d6ecd97fa3a --- /dev/null +++ b/7434/data/test-cases/d30510fd52f60d39.json @@ -0,0 +1 @@ +{"uid":"d30510fd52f60d39","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/-/1","historyId":"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283099,"stop":1726218283099,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"193048d2e53d675b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/193048d2e53d675b","status":"passed","time":{"start":1726218188599,"stop":1726218188599,"duration":0}},{"uid":"cb08c5a6f6db0f02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cb08c5a6f6db0f02","status":"passed","time":{"start":1726217441561,"stop":1726217441561,"duration":0}},{"uid":"a4fd4854ef642b07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a4fd4854ef642b07","status":"passed","time":{"start":1726217383223,"stop":1726217383224,"duration":1}}]},"tags":[]},"source":"d30510fd52f60d39.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/d309c12fd2cb7c76.json b/7434/data/test-cases/d309c12fd2cb7c76.json new file mode 100644 index 00000000000..bc211b1a359 --- /dev/null +++ b/7434/data/test-cases/d309c12fd2cb7c76.json @@ -0,0 +1 @@ +{"uid":"d309c12fd2cb7c76","name":"should not throw an error when the topic is within a list of configured topics","fullName":"/src/common/sharding/index.spec.ts: ensurePubsubTopicIsConfigured > should not throw an error when the topic is within a list of configured topics","historyId":"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283101,"stop":1726218283102,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensurePubsubTopicIsConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a6518d156beb7363","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a6518d156beb7363","status":"passed","time":{"start":1726218188601,"stop":1726218188601,"duration":0}},{"uid":"34469831c12b20da","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34469831c12b20da","status":"passed","time":{"start":1726217441564,"stop":1726217441564,"duration":0}},{"uid":"b883be0496a6ab00","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b883be0496a6ab00","status":"passed","time":{"start":1726217383227,"stop":1726217383227,"duration":0}}]},"tags":[]},"source":"d309c12fd2cb7c76.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/8c736e2e71368167.json b/7434/data/test-cases/d36c938a4929c62b.json similarity index 89% rename from 7408/data/test-cases/8c736e2e71368167.json rename to 7434/data/test-cases/d36c938a4929c62b.json index 96b2f26b2f4..08aaa6359d5 100644 --- a/7408/data/test-cases/8c736e2e71368167.json +++ b/7434/data/test-cases/d36c938a4929c62b.json @@ -1 +1 @@ -{"uid":"8c736e2e71368167","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":1725579222590,"stop":1725579222590,"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":7,"unknown":0,"total":7},"items":[{"uid":"83a6a2381423c303","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/83a6a2381423c303","status":"passed","time":{"start":1725578764298,"stop":1725578764298,"duration":0}},{"uid":"3990da90205d1973","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3990da90205d1973","status":"passed","time":{"start":1725578435677,"stop":1725578435678,"duration":1}},{"uid":"dae84a05de81e383","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/dae84a05de81e383","status":"passed","time":{"start":1725577700013,"stop":1725577700014,"duration":1}},{"uid":"b122710ef413509e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b122710ef413509e","status":"passed","time":{"start":1725577356754,"stop":1725577356755,"duration":1}},{"uid":"b8bc64b2f6119334","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b8bc64b2f6119334","status":"passed","time":{"start":1725577310405,"stop":1725577310405,"duration":0}},{"uid":"cc46b81eaf9502ad","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/cc46b81eaf9502ad","status":"passed","time":{"start":1725576887800,"stop":1725576887804,"duration":4}}]},"tags":[]},"source":"8c736e2e71368167.json","parameterValues":[]} \ No newline at end of file +{"uid":"d36c938a4929c62b","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":1726218812478,"stop":1726218812478,"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":4,"unknown":0,"total":4},"items":[{"uid":"856d840fe4d5876b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/856d840fe4d5876b","status":"passed","time":{"start":1726218708458,"stop":1726218708458,"duration":0}},{"uid":"dde0fd7b88ca5c32","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dde0fd7b88ca5c32","status":"passed","time":{"start":1726217980054,"stop":1726217980054,"duration":0}},{"uid":"99227b5b08173e82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/99227b5b08173e82","status":"passed","time":{"start":1726217896508,"stop":1726217896508,"duration":0}}]},"tags":[]},"source":"d36c938a4929c62b.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d26db853354a16dc.json b/7434/data/test-cases/d3a816832f52cb88.json similarity index 92% rename from 7408/data/test-cases/d26db853354a16dc.json rename to 7434/data/test-cases/d3a816832f52cb88.json index 3580f753bdb..4bdcc479884 100644 --- a/7408/data/test-cases/d26db853354a16dc.json +++ b/7434/data/test-cases/d3a816832f52cb88.json @@ -1 +1 @@ -{"uid":"d26db853354a16dc","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":1725579297977,"stop":1725579297977,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"522068d6af65c9fa","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/522068d6af65c9fa","status":"passed","time":{"start":1725578825351,"stop":1725578825352,"duration":1}},{"uid":"a7e689fb55f0192d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a7e689fb55f0192d","status":"passed","time":{"start":1725578517003,"stop":1725578517003,"duration":0}},{"uid":"21b3735f3acb2ee7","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/21b3735f3acb2ee7","status":"passed","time":{"start":1725577784918,"stop":1725577784918,"duration":0}},{"uid":"a128e51b85031745","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a128e51b85031745","status":"passed","time":{"start":1725577433780,"stop":1725577433781,"duration":1}},{"uid":"2e91f17aa2a78a98","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2e91f17aa2a78a98","status":"passed","time":{"start":1725577392058,"stop":1725577392058,"duration":0}},{"uid":"2a988e0b1290a188","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2a988e0b1290a188","status":"passed","time":{"start":1725576971837,"stop":1725576971839,"duration":2}}]},"tags":[]},"source":"d26db853354a16dc.json","parameterValues":[]} \ No newline at end of file +{"uid":"d3a816832f52cb88","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":1726218879322,"stop":1726218879330,"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: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b02d1d3b0cceae71","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b02d1d3b0cceae71","status":"passed","time":{"start":1726218787580,"stop":1726218787580,"duration":0}},{"uid":"ae619eb282cfba91","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae619eb282cfba91","status":"passed","time":{"start":1726218066282,"stop":1726218066282,"duration":0}},{"uid":"2feef292305df39b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2feef292305df39b","status":"passed","time":{"start":1726217965309,"stop":1726217965309,"duration":0}}]},"tags":[]},"source":"d3a816832f52cb88.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e5bbf81d5d674718.json b/7434/data/test-cases/d3b3be0254f043b5.json similarity index 90% rename from 7408/data/test-cases/e5bbf81d5d674718.json rename to 7434/data/test-cases/d3b3be0254f043b5.json index cc94f20fd51..498fc51f5c4 100644 --- a/7408/data/test-cases/e5bbf81d5d674718.json +++ b/7434/data/test-cases/d3b3be0254f043b5.json @@ -1 +1 @@ -{"uid":"e5bbf81d5d674718","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":1725578940137,"stop":1725578940138,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"d1bb3dd32fafeb52","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d1bb3dd32fafeb52","status":"passed","time":{"start":1725578482063,"stop":1725578482063,"duration":0}},{"uid":"86275d0afa809c5e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/86275d0afa809c5e","status":"passed","time":{"start":1725578159562,"stop":1725578159562,"duration":0}},{"uid":"8b264c3295cbf359","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/8b264c3295cbf359","status":"passed","time":{"start":1725577422735,"stop":1725577422735,"duration":0}},{"uid":"756f5f4fabc17476","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/756f5f4fabc17476","status":"passed","time":{"start":1725577067053,"stop":1725577067065,"duration":12}},{"uid":"8ac756c140b82e62","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8ac756c140b82e62","status":"passed","time":{"start":1725577018833,"stop":1725577018833,"duration":0}},{"uid":"2abba89252d3a3da","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2abba89252d3a3da","status":"passed","time":{"start":1725576607336,"stop":1725576607336,"duration":0}}]},"tags":[]},"source":"e5bbf81d5d674718.json","parameterValues":[]} \ No newline at end of file +{"uid":"d3b3be0254f043b5","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":1726218510980,"stop":1726218510981,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"3b3ffea91b7a1763","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3b3ffea91b7a1763","status":"passed","time":{"start":1726218417150,"stop":1726218417150,"duration":0}},{"uid":"e74bc7dc8678d97d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e74bc7dc8678d97d","status":"passed","time":{"start":1726217677822,"stop":1726217677823,"duration":1}},{"uid":"e25ce155f953595e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e25ce155f953595e","status":"passed","time":{"start":1726217616843,"stop":1726217616843,"duration":0}}]},"tags":[]},"source":"d3b3be0254f043b5.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/eba044ffc04b44cf.json b/7434/data/test-cases/d3cd4738359e9336.json similarity index 62% rename from 7408/data/test-cases/eba044ffc04b44cf.json rename to 7434/data/test-cases/d3cd4738359e9336.json index 3ec0f498f95..d5c709ff949 100644 --- a/7408/data/test-cases/eba044ffc04b44cf.json +++ b/7434/data/test-cases/d3cd4738359e9336.json @@ -1 +1 @@ -{"uid":"eba044ffc04b44cf","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":1725579312021,"stop":1725579312021,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (Autosharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"89f91eea0639fe09","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/89f91eea0639fe09","status":"passed","time":{"start":1725578849115,"stop":1725578849115,"duration":0}},{"uid":"f322d61409d5975c","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f322d61409d5975c","status":"passed","time":{"start":1725578530875,"stop":1725578530875,"duration":0}},{"uid":"6be54f3a759ff9","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6be54f3a759ff9","status":"passed","time":{"start":1725577787477,"stop":1725577787477,"duration":0}},{"uid":"af6af640c899b0e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/af6af640c899b0e","status":"passed","time":{"start":1725577449702,"stop":1725577449703,"duration":1}},{"uid":"99525bfcc73dc942","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/99525bfcc73dc942","status":"passed","time":{"start":1725577395956,"stop":1725577395956,"duration":0}},{"uid":"a46e898112259e60","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a46e898112259e60","status":"passed","time":{"start":1725576980957,"stop":1725576980957,"duration":0}}]},"tags":[]},"source":"eba044ffc04b44cf.json","parameterValues":[]} \ No newline at end of file +{"uid":"d3cd4738359e9336","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":1726218903393,"stop":1726218903393,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (Autosharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c77f244bc9602df","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5c77f244bc9602df","status":"passed","time":{"start":1726218807913,"stop":1726218807913,"duration":0}},{"uid":"379d34be8192b129","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/379d34be8192b129","status":"passed","time":{"start":1726218061979,"stop":1726218061979,"duration":0}},{"uid":"85790f719e42936a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85790f719e42936a","status":"passed","time":{"start":1726217984950,"stop":1726217984950,"duration":0}}]},"tags":[]},"source":"d3cd4738359e9336.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/d457d4c29c1ed37b.json b/7434/data/test-cases/d457d4c29c1ed37b.json new file mode 100644 index 00000000000..35fe9dbaacb --- /dev/null +++ b/7434/data/test-cases/d457d4c29c1ed37b.json @@ -0,0 +1 @@ +{"uid":"d457d4c29c1ed37b","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":1726218282698,"stop":1726218282698,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"pushOrInitMapSet"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c08edc97e8b5aa67","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c08edc97e8b5aa67","status":"passed","time":{"start":1726218188111,"stop":1726218188112,"duration":1}},{"uid":"e53c7cf82e29fc58","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e53c7cf82e29fc58","status":"passed","time":{"start":1726217441220,"stop":1726217441220,"duration":0}},{"uid":"712f955b15e7b4f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/712f955b15e7b4f0","status":"passed","time":{"start":1726217382869,"stop":1726217382869,"duration":0}}]},"tags":[]},"source":"d457d4c29c1ed37b.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/d47b914c87a04e64.json b/7434/data/test-cases/d47b914c87a04e64.json new file mode 100644 index 00000000000..f0fe02bff86 --- /dev/null +++ b/7434/data/test-cases/d47b914c87a04e64.json @@ -0,0 +1 @@ +{"uid":"d47b914c87a04e64","name":"A test","fullName":"/tests/log_file.node.spec.ts: This > Is > A test","historyId":"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218651433,"stop":1726218651433,"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":4,"unknown":0,"total":4},"items":[{"uid":"4480a512c8a278f9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4480a512c8a278f9","status":"passed","time":{"start":1726218550305,"stop":1726218550306,"duration":1}},{"uid":"44274d34b09f4ce7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/44274d34b09f4ce7","status":"passed","time":{"start":1726217804645,"stop":1726217804645,"duration":0}},{"uid":"c7b20999fbd35fa7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c7b20999fbd35fa7","status":"passed","time":{"start":1726217734028,"stop":1726217734028,"duration":0}}]},"tags":[]},"source":"d47b914c87a04e64.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/fb94675f062c379a.json b/7434/data/test-cases/d4d21241fcfe9e30.json similarity index 97% rename from 7408/data/test-cases/fb94675f062c379a.json rename to 7434/data/test-cases/d4d21241fcfe9e30.json index 673dbc181df..e58ee27a537 100644 --- a/7408/data/test-cases/fb94675f062c379a.json +++ b/7434/data/test-cases/d4d21241fcfe9e30.json @@ -1 +1 @@ -{"uid":"fb94675f062c379a","name":"Check received message with timestamp: 1725578759231 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1725578759231 ","historyId":"d4ad2297e4e57818247152b9572f12ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579181246,"stop":1725579181246,"duration":0},"status":"passed","flaky":false,"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":"fb94675f062c379a.json","parameterValues":[]} \ No newline at end of file +{"uid":"d4d21241fcfe9e30","name":"Check received message with timestamp: 1726218335042 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1726218335042 ","historyId":"7e4e9c0eb08b2e911ba778f9b03cbf2a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218764096,"stop":1726218764096,"duration":0},"status":"passed","flaky":false,"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":"d4d21241fcfe9e30.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/8f279a40d32ce7d2.json b/7434/data/test-cases/d4d6264d4aeab97f.json similarity index 89% rename from 7408/data/test-cases/8f279a40d32ce7d2.json rename to 7434/data/test-cases/d4d6264d4aeab97f.json index 0a88343999c..1ca89227251 100644 --- a/7408/data/test-cases/8f279a40d32ce7d2.json +++ b/7434/data/test-cases/d4d6264d4aeab97f.json @@ -1 +1 @@ -{"uid":"8f279a40d32ce7d2","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":1725579222589,"stop":1725579222590,"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":7,"unknown":0,"total":7},"items":[{"uid":"37ed18ea107dd1c5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/37ed18ea107dd1c5","status":"passed","time":{"start":1725578764297,"stop":1725578764297,"duration":0}},{"uid":"efa1d94b8088d38f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/efa1d94b8088d38f","status":"passed","time":{"start":1725578435675,"stop":1725578435676,"duration":1}},{"uid":"f69ee19e005fce4","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f69ee19e005fce4","status":"passed","time":{"start":1725577700011,"stop":1725577700012,"duration":1}},{"uid":"222112edbba921bd","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/222112edbba921bd","status":"passed","time":{"start":1725577356745,"stop":1725577356753,"duration":8}},{"uid":"c259b3c7514255b2","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c259b3c7514255b2","status":"passed","time":{"start":1725577310404,"stop":1725577310404,"duration":0}},{"uid":"24a2b50412a3f8a4","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/24a2b50412a3f8a4","status":"passed","time":{"start":1725576887799,"stop":1725576887800,"duration":1}}]},"tags":[]},"source":"8f279a40d32ce7d2.json","parameterValues":[]} \ No newline at end of file +{"uid":"d4d6264d4aeab97f","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":1726218812477,"stop":1726218812477,"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":4,"unknown":0,"total":4},"items":[{"uid":"ac1e023704b922dc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ac1e023704b922dc","status":"passed","time":{"start":1726218708455,"stop":1726218708455,"duration":0}},{"uid":"fe089244688f9639","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fe089244688f9639","status":"passed","time":{"start":1726217980053,"stop":1726217980053,"duration":0}},{"uid":"d204eb9fbab6e271","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d204eb9fbab6e271","status":"passed","time":{"start":1726217896507,"stop":1726217896508,"duration":1}}]},"tags":[]},"source":"d4d6264d4aeab97f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f6334cd2ded677c8.json b/7434/data/test-cases/d4e86377be60935d.json similarity index 90% rename from 7408/data/test-cases/f6334cd2ded677c8.json rename to 7434/data/test-cases/d4e86377be60935d.json index 6d11ab29933..9802b061919 100644 --- a/7408/data/test-cases/f6334cd2ded677c8.json +++ b/7434/data/test-cases/d4e86377be60935d.json @@ -1 +1 @@ -{"uid":"f6334cd2ded677c8","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":1725579219608,"stop":1725579219609,"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":7,"unknown":0,"total":7},"items":[{"uid":"dea54e38b60e415d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/dea54e38b60e415d","status":"passed","time":{"start":1725578761123,"stop":1725578761124,"duration":1}},{"uid":"60153c666c06cae7","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/60153c666c06cae7","status":"passed","time":{"start":1725578429978,"stop":1725578429978,"duration":0}},{"uid":"e4404a89b4b23f8a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e4404a89b4b23f8a","status":"passed","time":{"start":1725577692772,"stop":1725577692772,"duration":0}},{"uid":"e633afa4ff010e88","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e633afa4ff010e88","status":"passed","time":{"start":1725577353954,"stop":1725577353954,"duration":0}},{"uid":"b7f0bfd38466e07b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b7f0bfd38466e07b","status":"passed","time":{"start":1725577301893,"stop":1725577301893,"duration":0}},{"uid":"d7d003f3cef43f0","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d7d003f3cef43f0","status":"passed","time":{"start":1725576895885,"stop":1725576895886,"duration":1}}]},"tags":[]},"source":"f6334cd2ded677c8.json","parameterValues":[]} \ No newline at end of file +{"uid":"d4e86377be60935d","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":1726218806752,"stop":1726218806752,"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":4,"unknown":0,"total":4},"items":[{"uid":"573bb547b3a99ddd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/573bb547b3a99ddd","status":"passed","time":{"start":1726218706736,"stop":1726218706736,"duration":0}},{"uid":"6ffafc8d8a1c4350","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ffafc8d8a1c4350","status":"passed","time":{"start":1726217976599,"stop":1726217976599,"duration":0}},{"uid":"33e1413e9af41102","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/33e1413e9af41102","status":"passed","time":{"start":1726217890290,"stop":1726217890291,"duration":1}}]},"tags":[]},"source":"d4e86377be60935d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/3049df7c50f7677a.json b/7434/data/test-cases/d52d3089909a0a1a.json similarity index 91% rename from 7408/data/test-cases/3049df7c50f7677a.json rename to 7434/data/test-cases/d52d3089909a0a1a.json index 641fb854a72..439151bd777 100644 --- a/7408/data/test-cases/3049df7c50f7677a.json +++ b/7434/data/test-cases/d52d3089909a0a1a.json @@ -1 +1 @@ -{"uid":"3049df7c50f7677a","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":1725579181233,"stop":1725579181234,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"ddfc489e674b020c","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ddfc489e674b020c","status":"passed","time":{"start":1725578712601,"stop":1725578712602,"duration":1}},{"uid":"d76862b8e07559e5","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d76862b8e07559e5","status":"passed","time":{"start":1725578380206,"stop":1725578380206,"duration":0}},{"uid":"2498151d43e196dc","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2498151d43e196dc","status":"passed","time":{"start":1725577661432,"stop":1725577661432,"duration":0}},{"uid":"2faeca10cfc8d93a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/2faeca10cfc8d93a","status":"passed","time":{"start":1725577308275,"stop":1725577308275,"duration":0}},{"uid":"39d6496736ecb20","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/39d6496736ecb20","status":"passed","time":{"start":1725577255326,"stop":1725577255327,"duration":1}},{"uid":"6366f31752ec4e29","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/6366f31752ec4e29","status":"passed","time":{"start":1725576839373,"stop":1725576839373,"duration":0}}]},"tags":[]},"source":"3049df7c50f7677a.json","parameterValues":[]} \ No newline at end of file +{"uid":"d52d3089909a0a1a","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":1726218764064,"stop":1726218764066,"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":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9493b2464a970a06","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9493b2464a970a06","status":"passed","time":{"start":1726218658998,"stop":1726218658999,"duration":1}},{"uid":"a6040956941a17c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a6040956941a17c4","status":"passed","time":{"start":1726217924727,"stop":1726217924729,"duration":2}},{"uid":"52284e0449ba8a9e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/52284e0449ba8a9e","status":"passed","time":{"start":1726217840470,"stop":1726217840471,"duration":1}}]},"tags":[]},"source":"d52d3089909a0a1a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/58dcdecbd8b80893.json b/7434/data/test-cases/d5bf30daee794375.json similarity index 68% rename from 7408/data/test-cases/58dcdecbd8b80893.json rename to 7434/data/test-cases/d5bf30daee794375.json index 81923fba5b0..7b36e5dc044 100644 --- a/7408/data/test-cases/58dcdecbd8b80893.json +++ b/7434/data/test-cases/d5bf30daee794375.json @@ -1 +1 @@ -{"uid":"58dcdecbd8b80893","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":1725578943276,"stop":1725578943277,"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":7,"unknown":0,"total":7},"items":[{"uid":"d5d19f05dc92c464","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d5d19f05dc92c464","status":"passed","time":{"start":1725578482198,"stop":1725578482198,"duration":0}},{"uid":"76c8fb8c5c14b768","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/76c8fb8c5c14b768","status":"passed","time":{"start":1725578156674,"stop":1725578156675,"duration":1}},{"uid":"7ccdf5fdc22fe0ea","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7ccdf5fdc22fe0ea","status":"passed","time":{"start":1725577429931,"stop":1725577429932,"duration":1}},{"uid":"3284329b16884ae4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3284329b16884ae4","status":"passed","time":{"start":1725577060152,"stop":1725577060152,"duration":0}},{"uid":"44427e534c1315af","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/44427e534c1315af","status":"passed","time":{"start":1725577040696,"stop":1725577040697,"duration":1}},{"uid":"c632530b403c3499","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c632530b403c3499","status":"passed","time":{"start":1725576604977,"stop":1725576604977,"duration":0}}]},"tags":[]},"source":"58dcdecbd8b80893.json","parameterValues":[]} \ No newline at end of file +{"uid":"d5bf30daee794375","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":1726218523028,"stop":1726218523028,"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":4,"unknown":0,"total":4},"items":[{"uid":"d6016beea9d94d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d6016beea9d94d","status":"passed","time":{"start":1726218422919,"stop":1726218422919,"duration":0}},{"uid":"efe8072356e5b8c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/efe8072356e5b8c1","status":"passed","time":{"start":1726217687442,"stop":1726217687442,"duration":0}},{"uid":"d83b993f2feb3079","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d83b993f2feb3079","status":"passed","time":{"start":1726217604526,"stop":1726217604527,"duration":1}}]},"tags":[]},"source":"d5bf30daee794375.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/51c2b7b8bfab3d57.json b/7434/data/test-cases/d5c80308ecae3ad5.json similarity index 90% rename from 7408/data/test-cases/51c2b7b8bfab3d57.json rename to 7434/data/test-cases/d5c80308ecae3ad5.json index 5e766d7345a..8ead9a319c4 100644 --- a/7408/data/test-cases/51c2b7b8bfab3d57.json +++ b/7434/data/test-cases/d5c80308ecae3ad5.json @@ -1 +1 @@ -{"uid":"51c2b7b8bfab3d57","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":1725579219627,"stop":1725579219627,"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":7,"unknown":0,"total":7},"items":[{"uid":"18185c6c28402baa","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/18185c6c28402baa","status":"passed","time":{"start":1725578761136,"stop":1725578761137,"duration":1}},{"uid":"bfb43af68f7f573b","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/bfb43af68f7f573b","status":"passed","time":{"start":1725578429992,"stop":1725578429993,"duration":1}},{"uid":"118442856a1f3c47","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/118442856a1f3c47","status":"passed","time":{"start":1725577692797,"stop":1725577692797,"duration":0}},{"uid":"a4f3b59e7e57f7b6","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a4f3b59e7e57f7b6","status":"passed","time":{"start":1725577353971,"stop":1725577353971,"duration":0}},{"uid":"1447150150e4657b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1447150150e4657b","status":"passed","time":{"start":1725577301902,"stop":1725577301902,"duration":0}},{"uid":"9e70d74e3d896b4","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/9e70d74e3d896b4","status":"passed","time":{"start":1725576895927,"stop":1725576895930,"duration":3}}]},"tags":[]},"source":"51c2b7b8bfab3d57.json","parameterValues":[]} \ No newline at end of file +{"uid":"d5c80308ecae3ad5","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":1726218806767,"stop":1726218806767,"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":4,"unknown":0,"total":4},"items":[{"uid":"ebf2a90e9894bf5c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ebf2a90e9894bf5c","status":"passed","time":{"start":1726218706749,"stop":1726218706749,"duration":0}},{"uid":"78d71f9d8fa08f9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/78d71f9d8fa08f9a","status":"passed","time":{"start":1726217976623,"stop":1726217976624,"duration":1}},{"uid":"c1225d5c1ecf5b00","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1225d5c1ecf5b00","status":"passed","time":{"start":1726217890303,"stop":1726217890304,"duration":1}}]},"tags":[]},"source":"d5c80308ecae3ad5.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/59a536570454eef3.json b/7434/data/test-cases/d620215fa6e07241.json similarity index 93% rename from 7408/data/test-cases/59a536570454eef3.json rename to 7434/data/test-cases/d620215fa6e07241.json index 4d8e9a9b846..749683539db 100644 --- a/7408/data/test-cases/59a536570454eef3.json +++ b/7434/data/test-cases/d620215fa6e07241.json @@ -1 +1 @@ -{"uid":"59a536570454eef3","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":1725579187576,"stop":1725579187576,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"b9b93750f840d073","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b9b93750f840d073","status":"passed","time":{"start":1725578730895,"stop":1725578730896,"duration":1}},{"uid":"adfdd2b343e5500c","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/adfdd2b343e5500c","status":"passed","time":{"start":1725578399099,"stop":1725578399099,"duration":0}},{"uid":"6683cf8b94a85dc2","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6683cf8b94a85dc2","status":"passed","time":{"start":1725577666268,"stop":1725577666270,"duration":2}},{"uid":"b405ed446a551eee","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b405ed446a551eee","status":"passed","time":{"start":1725577318878,"stop":1725577318878,"duration":0}},{"uid":"185c3ef6acf21eca","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/185c3ef6acf21eca","status":"passed","time":{"start":1725577277103,"stop":1725577277103,"duration":0}},{"uid":"f351770de328113e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f351770de328113e","status":"passed","time":{"start":1725576853158,"stop":1725576853159,"duration":1}}]},"tags":[]},"source":"59a536570454eef3.json","parameterValues":[]} \ No newline at end of file +{"uid":"d620215fa6e07241","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":1726218778234,"stop":1726218778241,"duration":7},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"814c9aa62894746e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/814c9aa62894746e","status":"passed","time":{"start":1726218673558,"stop":1726218673559,"duration":1}},{"uid":"215000a5d8469684","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/215000a5d8469684","status":"passed","time":{"start":1726217946733,"stop":1726217946733,"duration":0}},{"uid":"52c33f3df2b581ee","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/52c33f3df2b581ee","status":"passed","time":{"start":1726217862784,"stop":1726217862785,"duration":1}}]},"tags":[]},"source":"d620215fa6e07241.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5f2879558a805332.json b/7434/data/test-cases/d6479dfe9c5fc0df.json similarity index 66% rename from 7408/data/test-cases/5f2879558a805332.json rename to 7434/data/test-cases/d6479dfe9c5fc0df.json index 7ac957af0e5..6c366069502 100644 --- a/7408/data/test-cases/5f2879558a805332.json +++ b/7434/data/test-cases/d6479dfe9c5fc0df.json @@ -1 +1 @@ -{"uid":"5f2879558a805332","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":1725578843073,"stop":1725578843073,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"64d9333f4f75d2e5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/64d9333f4f75d2e5","status":"passed","time":{"start":1725578373002,"stop":1725578373002,"duration":0}},{"uid":"9f3e13edccf17dba","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9f3e13edccf17dba","status":"passed","time":{"start":1725578055806,"stop":1725578055806,"duration":0}},{"uid":"ce485fd8625cbe8c","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ce485fd8625cbe8c","status":"passed","time":{"start":1725577329147,"stop":1725577329148,"duration":1}},{"uid":"940ab1ab94036b73","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/940ab1ab94036b73","status":"passed","time":{"start":1725576962426,"stop":1725576962427,"duration":1}},{"uid":"b6e58830fc86bf09","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b6e58830fc86bf09","status":"passed","time":{"start":1725576929756,"stop":1725576929756,"duration":0}},{"uid":"197c3f4376314917","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/197c3f4376314917","status":"passed","time":{"start":1725576499201,"stop":1725576499201,"duration":0}}]},"tags":[]},"source":"5f2879558a805332.json","parameterValues":[]} \ No newline at end of file +{"uid":"d6479dfe9c5fc0df","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":1726218412655,"stop":1726218412656,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"3ca8c780311f52a6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3ca8c780311f52a6","status":"passed","time":{"start":1726218318088,"stop":1726218318088,"duration":0}},{"uid":"8085f42cd3c196ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8085f42cd3c196ca","status":"passed","time":{"start":1726217567472,"stop":1726217567473,"duration":1}},{"uid":"664dd1a4daccaac8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/664dd1a4daccaac8","status":"passed","time":{"start":1726217508418,"stop":1726217508419,"duration":1}}]},"tags":[]},"source":"d6479dfe9c5fc0df.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d0d3dd526d875036.json b/7434/data/test-cases/d67823a119278576.json similarity index 65% rename from 7408/data/test-cases/d0d3dd526d875036.json rename to 7434/data/test-cases/d67823a119278576.json index 0e56f224bbc..037079ea3b1 100644 --- a/7408/data/test-cases/d0d3dd526d875036.json +++ b/7434/data/test-cases/d67823a119278576.json @@ -1 +1 @@ -{"uid":"d0d3dd526d875036","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":1725578717080,"stop":1725578717081,"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":7,"unknown":0,"total":7},"items":[{"uid":"b36e3a2c4fc0550f","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b36e3a2c4fc0550f","status":"passed","time":{"start":1725578260508,"stop":1725578260514,"duration":6}},{"uid":"d9c6b507f8aaa2b","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d9c6b507f8aaa2b","status":"passed","time":{"start":1725577932888,"stop":1725577932891,"duration":3}},{"uid":"bd3dc0a3c33c7ab4","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/bd3dc0a3c33c7ab4","status":"passed","time":{"start":1725577200588,"stop":1725577200589,"duration":1}},{"uid":"7a56dc7de25a774f","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7a56dc7de25a774f","status":"passed","time":{"start":1725576847037,"stop":1725576847040,"duration":3}},{"uid":"d0d144eef5a1b2cd","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d0d144eef5a1b2cd","status":"passed","time":{"start":1725576799916,"stop":1725576799918,"duration":2}},{"uid":"5c915c684b7b4e87","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5c915c684b7b4e87","status":"passed","time":{"start":1725576382161,"stop":1725576382161,"duration":0}}]},"tags":[]},"source":"d0d3dd526d875036.json","parameterValues":[]} \ No newline at end of file +{"uid":"d67823a119278576","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":1726218291074,"stop":1726218291076,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Encoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b2a4f7e4bdacb45","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b2a4f7e4bdacb45","status":"passed","time":{"start":1726218196336,"stop":1726218196338,"duration":2}},{"uid":"cd5eb65e6cb40d6a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd5eb65e6cb40d6a","status":"passed","time":{"start":1726217449463,"stop":1726217449465,"duration":2}},{"uid":"8127e0b00900b575","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8127e0b00900b575","status":"passed","time":{"start":1726217391243,"stop":1726217391245,"duration":2}}]},"tags":[]},"source":"d67823a119278576.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4e8c68d6feff8faa.json b/7434/data/test-cases/d69800452db5eca8.json similarity index 73% rename from 7408/data/test-cases/4e8c68d6feff8faa.json rename to 7434/data/test-cases/d69800452db5eca8.json index 540f91a07bc..6fb7a2aa794 100644 --- a/7408/data/test-cases/4e8c68d6feff8faa.json +++ b/7434/data/test-cases/d69800452db5eca8.json @@ -1 +1 @@ -{"uid":"4e8c68d6feff8faa","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":1725578980010,"stop":1725578980010,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"61679a4ef7fe42fb","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/61679a4ef7fe42fb","status":"passed","time":{"start":1725578503459,"stop":1725578503459,"duration":0}},{"uid":"9d6fef3bb40e6097","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9d6fef3bb40e6097","status":"passed","time":{"start":1725578194567,"stop":1725578194567,"duration":0}},{"uid":"c087ddd2842c6999","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/c087ddd2842c6999","status":"passed","time":{"start":1725577444916,"stop":1725577444917,"duration":1}},{"uid":"b6edb08b2b5356b4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b6edb08b2b5356b4","status":"passed","time":{"start":1725577120611,"stop":1725577120611,"duration":0}},{"uid":"acddbb8cde382273","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/acddbb8cde382273","status":"passed","time":{"start":1725577071280,"stop":1725577071281,"duration":1}},{"uid":"7b581e5b3971f6e8","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/7b581e5b3971f6e8","status":"passed","time":{"start":1725576645499,"stop":1725576645499,"duration":0}}]},"tags":[]},"source":"4e8c68d6feff8faa.json","parameterValues":[]} \ No newline at end of file +{"uid":"d69800452db5eca8","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":1726218563298,"stop":1726218563298,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"a9a6274d98d6acbf","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a9a6274d98d6acbf","status":"passed","time":{"start":1726218471417,"stop":1726218471434,"duration":17}},{"uid":"249e9bfd52485f18","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/249e9bfd52485f18","status":"passed","time":{"start":1726217724203,"stop":1726217724203,"duration":0}},{"uid":"ee988470fc12c672","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ee988470fc12c672","status":"passed","time":{"start":1726217656059,"stop":1726217656059,"duration":0}}]},"tags":[]},"source":"d69800452db5eca8.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/9d79522a8eb3e4a3.json b/7434/data/test-cases/d6abc64ab536d92c.json similarity index 98% rename from 7408/data/test-cases/9d79522a8eb3e4a3.json rename to 7434/data/test-cases/d6abc64ab536d92c.json index cf1d18f597c..fcc43c71c15 100644 --- a/7408/data/test-cases/9d79522a8eb3e4a3.json +++ b/7434/data/test-cases/d6abc64ab536d92c.json @@ -1 +1 @@ -{"uid":"9d79522a8eb3e4a3","name":"Push message with custom timestamp: 1694820597911","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1694820597911","historyId":"c8220cf2af78d8f7109e0bf2b48ced92:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579187582,"stop":1725579187582,"duration":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":"9d79522a8eb3e4a3.json","parameterValues":[]} \ No newline at end of file +{"uid":"d6abc64ab536d92c","name":"Push message with custom timestamp: 1726222183850","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1726222183850","historyId":"6f019f40e80c241ccd0515a780a7830a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218778291,"stop":1726218778291,"duration":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":"d6abc64ab536d92c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e7cd74ffa614419f.json b/7434/data/test-cases/d6de5ef0c1aecdef.json similarity index 84% rename from 7408/data/test-cases/e7cd74ffa614419f.json rename to 7434/data/test-cases/d6de5ef0c1aecdef.json index 1bb357ea59a..56c131a2a32 100644 --- a/7408/data/test-cases/e7cd74ffa614419f.json +++ b/7434/data/test-cases/d6de5ef0c1aecdef.json @@ -1 +1 @@ -{"uid":"e7cd74ffa614419f","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":1725579272788,"stop":1725579272789,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"630528204732db8","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/630528204732db8","status":"passed","time":{"start":1725578809265,"stop":1725578809265,"duration":0}},{"uid":"4b9e8134b4f7fdc","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/4b9e8134b4f7fdc","status":"passed","time":{"start":1725578497031,"stop":1725578497032,"duration":1}},{"uid":"610f684e1d7ba3f1","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/610f684e1d7ba3f1","status":"passed","time":{"start":1725577747307,"stop":1725577747308,"duration":1}},{"uid":"e8a3cc4353c725df","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e8a3cc4353c725df","status":"passed","time":{"start":1725577413220,"stop":1725577413221,"duration":1}},{"uid":"4a5259f2cdb63fdf","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/4a5259f2cdb63fdf","status":"passed","time":{"start":1725577362000,"stop":1725577362000,"duration":0}},{"uid":"2b1d2c4797dfcf8d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2b1d2c4797dfcf8d","status":"passed","time":{"start":1725576938385,"stop":1725576938387,"duration":2}}]},"tags":[]},"source":"e7cd74ffa614419f.json","parameterValues":[]} \ No newline at end of file +{"uid":"d6de5ef0c1aecdef","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":1726218863013,"stop":1726218863022,"duration":9},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4432c7cf1fd345da","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4432c7cf1fd345da","status":"passed","time":{"start":1726218781388,"stop":1726218781388,"duration":0}},{"uid":"f974fb36c1ad20d9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f974fb36c1ad20d9","status":"passed","time":{"start":1726218013702,"stop":1726218013712,"duration":10}},{"uid":"72014da336dc6cae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/72014da336dc6cae","status":"passed","time":{"start":1726217945335,"stop":1726217945336,"duration":1}}]},"tags":[]},"source":"d6de5ef0c1aecdef.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/d74e0b507a4ab6e6.json b/7434/data/test-cases/d74e0b507a4ab6e6.json new file mode 100644 index 00000000000..01bab38d662 --- /dev/null +++ b/7434/data/test-cases/d74e0b507a4ab6e6.json @@ -0,0 +1 @@ +{"uid":"d74e0b507a4ab6e6","name":"should not throw an error for a single configured topic","fullName":"/src/common/sharding/index.spec.ts: ensurePubsubTopicIsConfigured > should not throw an error for a single configured topic","historyId":"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283101,"stop":1726218283101,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensurePubsubTopicIsConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"83f627852ea4b6c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/83f627852ea4b6c","status":"passed","time":{"start":1726218188600,"stop":1726218188601,"duration":1}},{"uid":"3261883c02fe2dd4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3261883c02fe2dd4","status":"passed","time":{"start":1726217441564,"stop":1726217441564,"duration":0}},{"uid":"5c2ce7a738399c91","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5c2ce7a738399c91","status":"passed","time":{"start":1726217383226,"stop":1726217383227,"duration":1}}]},"tags":[]},"source":"d74e0b507a4ab6e6.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/fd3a8d9072ab4267.json b/7434/data/test-cases/d7740ad8645ea4bd.json similarity index 74% rename from 7408/data/test-cases/fd3a8d9072ab4267.json rename to 7434/data/test-cases/d7740ad8645ea4bd.json index 4b0a8ff8895..38561251415 100644 --- a/7408/data/test-cases/fd3a8d9072ab4267.json +++ b/7434/data/test-cases/d7740ad8645ea4bd.json @@ -1 +1 @@ -{"uid":"fd3a8d9072ab4267","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":1725578809894,"stop":1725578809894,"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":7,"unknown":0,"total":7},"items":[{"uid":"90d1b9f9b5983fc7","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/90d1b9f9b5983fc7","status":"passed","time":{"start":1725578356617,"stop":1725578356617,"duration":0}},{"uid":"58e0c8bbb4fabc","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/58e0c8bbb4fabc","status":"passed","time":{"start":1725578030108,"stop":1725578030108,"duration":0}},{"uid":"9946f2df0b79ab02","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9946f2df0b79ab02","status":"passed","time":{"start":1725577295960,"stop":1725577295960,"duration":0}},{"uid":"56b068d8fb2a66d4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/56b068d8fb2a66d4","status":"passed","time":{"start":1725576945374,"stop":1725576945375,"duration":1}},{"uid":"2e0415ce66d5f5ca","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2e0415ce66d5f5ca","status":"passed","time":{"start":1725576894157,"stop":1725576894157,"duration":0}},{"uid":"b63d35257eea61dc","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/b63d35257eea61dc","status":"passed","time":{"start":1725576479473,"stop":1725576479473,"duration":0}}]},"tags":[]},"source":"fd3a8d9072ab4267.json","parameterValues":[]} \ No newline at end of file +{"uid":"d7740ad8645ea4bd","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":1726218382078,"stop":1726218382079,"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":4,"unknown":0,"total":4},"items":[{"uid":"b1801616c4b7619","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b1801616c4b7619","status":"passed","time":{"start":1726218287813,"stop":1726218287814,"duration":1}},{"uid":"f4e50c2a9d112b67","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f4e50c2a9d112b67","status":"passed","time":{"start":1726217549451,"stop":1726217549452,"duration":1}},{"uid":"da684cfe4b24ba8f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/da684cfe4b24ba8f","status":"passed","time":{"start":1726217491288,"stop":1726217491289,"duration":1}}]},"tags":[]},"source":"d7740ad8645ea4bd.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/243eb1685c4aa12e.json b/7434/data/test-cases/d7797eec315560e4.json similarity index 51% rename from 7408/data/test-cases/243eb1685c4aa12e.json rename to 7434/data/test-cases/d7797eec315560e4.json index 1b87bdf2191..3eafa11eb7a 100644 --- a/7408/data/test-cases/243eb1685c4aa12e.json +++ b/7434/data/test-cases/d7797eec315560e4.json @@ -1 +1 @@ -{"uid":"243eb1685c4aa12e","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":1725579198135,"stop":1725579198135,"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":7,"unknown":0,"total":7},"items":[{"uid":"4db49df5a41436b5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/4db49df5a41436b5","status":"passed","time":{"start":1725578741443,"stop":1725578741443,"duration":0}},{"uid":"be972e5eabf156e7","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/be972e5eabf156e7","status":"passed","time":{"start":1725578410523,"stop":1725578410523,"duration":0}},{"uid":"6f011e26956ad39c","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/6f011e26956ad39c","status":"passed","time":{"start":1725577675755,"stop":1725577675756,"duration":1}},{"uid":"e5ea833fc9cf45d8","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e5ea833fc9cf45d8","status":"passed","time":{"start":1725577331187,"stop":1725577331187,"duration":0}},{"uid":"f21da3a4711bc4c3","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f21da3a4711bc4c3","status":"passed","time":{"start":1725577286905,"stop":1725577286911,"duration":6}},{"uid":"ac337077b736b01c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ac337077b736b01c","status":"passed","time":{"start":1725576865755,"stop":1725576865755,"duration":0}}]},"tags":[]},"source":"243eb1685c4aa12e.json","parameterValues":[]} \ No newline at end of file +{"uid":"d7797eec315560e4","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":1726218788034,"stop":1726218788035,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"917bcc19abe98990","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/917bcc19abe98990","status":"passed","time":{"start":1726218685051,"stop":1726218685051,"duration":0}},{"uid":"9f6ad9d0a302fa81","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9f6ad9d0a302fa81","status":"passed","time":{"start":1726217960212,"stop":1726217960212,"duration":0}},{"uid":"245e9037cd62387a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/245e9037cd62387a","status":"passed","time":{"start":1726217875224,"stop":1726217875225,"duration":1}}]},"tags":[]},"source":"d7797eec315560e4.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/d83dd35444514e57.json b/7434/data/test-cases/d83dd35444514e57.json new file mode 100644 index 00000000000..d00957aa6f0 --- /dev/null +++ b/7434/data/test-cases/d83dd35444514e57.json @@ -0,0 +1 @@ +{"uid":"d83dd35444514e57","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":1726218296784,"stop":1726218296784,"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":4,"unknown":0,"total":4},"items":[{"uid":"9b1c80fb340fb4df","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9b1c80fb340fb4df","status":"passed","time":{"start":1726218201910,"stop":1726218201911,"duration":1}},{"uid":"526eb17fa2b13c72","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/526eb17fa2b13c72","status":"passed","time":{"start":1726217455151,"stop":1726217455151,"duration":0}},{"uid":"479bc922fbd7d268","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/479bc922fbd7d268","status":"passed","time":{"start":1726217396840,"stop":1726217396840,"duration":0}}]},"tags":[]},"source":"d83dd35444514e57.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ad465da8ada84fe5.json b/7434/data/test-cases/d8b866756082785d.json similarity index 75% rename from 7408/data/test-cases/ad465da8ada84fe5.json rename to 7434/data/test-cases/d8b866756082785d.json index 058c0344536..abc7b90fb37 100644 --- a/7408/data/test-cases/ad465da8ada84fe5.json +++ b/7434/data/test-cases/d8b866756082785d.json @@ -1 +1 @@ -{"uid":"ad465da8ada84fe5","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":1725579325580,"stop":1725579325580,"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":7,"unknown":0,"total":7},"items":[{"uid":"95a33de2108a3cb5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/95a33de2108a3cb5","status":"passed","time":{"start":1725578854529,"stop":1725578854529,"duration":0}},{"uid":"ccd843d6230d1b51","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ccd843d6230d1b51","status":"passed","time":{"start":1725578529210,"stop":1725578529210,"duration":0}},{"uid":"183dd65a8f5bb1b2","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/183dd65a8f5bb1b2","status":"passed","time":{"start":1725577799397,"stop":1725577799397,"duration":0}},{"uid":"35afe66cdb86fe49","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/35afe66cdb86fe49","status":"passed","time":{"start":1725577459055,"stop":1725577459055,"duration":0}},{"uid":"f2583d495ff48318","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f2583d495ff48318","status":"passed","time":{"start":1725577412497,"stop":1725577412497,"duration":0}},{"uid":"d0bb24cc75aa24be","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d0bb24cc75aa24be","status":"passed","time":{"start":1725576987691,"stop":1725576987691,"duration":0}}]},"tags":[]},"source":"ad465da8ada84fe5.json","parameterValues":[]} \ No newline at end of file +{"uid":"d8b866756082785d","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":1726218909194,"stop":1726218909194,"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":4,"unknown":0,"total":4},"items":[{"uid":"edf6cf1748cc49f3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/edf6cf1748cc49f3","status":"passed","time":{"start":1726218818266,"stop":1726218818266,"duration":0}},{"uid":"7d04536c4dbbbe5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d04536c4dbbbe5c","status":"passed","time":{"start":1726218085657,"stop":1726218085658,"duration":1}},{"uid":"81c0b92edbf02996","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/81c0b92edbf02996","status":"passed","time":{"start":1726217996427,"stop":1726217996428,"duration":1}}]},"tags":[]},"source":"d8b866756082785d.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/d8ea0ca6f4d5807c.json b/7434/data/test-cases/d8ea0ca6f4d5807c.json new file mode 100644 index 00000000000..1b0f31b95d5 --- /dev/null +++ b/7434/data/test-cases/d8ea0ca6f4d5807c.json @@ -0,0 +1 @@ +{"uid":"d8ea0ca6f4d5807c","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":1726218914873,"stop":1726218914873,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cf70fa5ab3033b15","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cf70fa5ab3033b15","status":"passed","time":{"start":1726218826917,"stop":1726218826918,"duration":1}},{"uid":"3789e627bb808812","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3789e627bb808812","status":"passed","time":{"start":1726218091299,"stop":1726218091299,"duration":0}},{"uid":"a0c09de40bea1ff","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a0c09de40bea1ff","status":"passed","time":{"start":1726218000390,"stop":1726218000391,"duration":1}}]},"tags":[]},"source":"d8ea0ca6f4d5807c.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/d91b108464358a1f.json b/7434/data/test-cases/d91b108464358a1f.json new file mode 100644 index 00000000000..3d4b5f34cda --- /dev/null +++ b/7434/data/test-cases/d91b108464358a1f.json @@ -0,0 +1 @@ +{"uid":"d91b108464358a1f","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":1726218314724,"stop":1726218314724,"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":4,"unknown":0,"total":4},"items":[{"uid":"cc1964ddb1c4f07b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc1964ddb1c4f07b","status":"passed","time":{"start":1726218219452,"stop":1726218219453,"duration":1}},{"uid":"fee958fb3968df83","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fee958fb3968df83","status":"passed","time":{"start":1726217472857,"stop":1726217472857,"duration":0}},{"uid":"3745d14ba7dc8bc8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3745d14ba7dc8bc8","status":"passed","time":{"start":1726217414160,"stop":1726217414160,"duration":0}}]},"tags":[]},"source":"d91b108464358a1f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/3d5533d2bc591c5b.json b/7434/data/test-cases/d91c6ad1ef17a5dc.json similarity index 91% rename from 7408/data/test-cases/3d5533d2bc591c5b.json rename to 7434/data/test-cases/d91c6ad1ef17a5dc.json index 14653c7ee98..e1cfce31505 100644 --- a/7408/data/test-cases/3d5533d2bc591c5b.json +++ b/7434/data/test-cases/d91c6ad1ef17a5dc.json @@ -1 +1 @@ -{"uid":"3d5533d2bc591c5b","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":1725579181255,"stop":1725579181257,"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":7,"unknown":0,"total":7},"items":[{"uid":"2004db2fd6954189","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/2004db2fd6954189","status":"passed","time":{"start":1725578712615,"stop":1725578712616,"duration":1}},{"uid":"5752223d2f89c32f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/5752223d2f89c32f","status":"passed","time":{"start":1725578380222,"stop":1725578380222,"duration":0}},{"uid":"2e36387e25ab78e7","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2e36387e25ab78e7","status":"passed","time":{"start":1725577661453,"stop":1725577661454,"duration":1}},{"uid":"d3f13328373691cd","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d3f13328373691cd","status":"passed","time":{"start":1725577308299,"stop":1725577308299,"duration":0}},{"uid":"ccd9a2ca50543221","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/ccd9a2ca50543221","status":"passed","time":{"start":1725577255369,"stop":1725577255369,"duration":0}},{"uid":"e69b22309c9fa829","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e69b22309c9fa829","status":"passed","time":{"start":1725576839390,"stop":1725576839392,"duration":2}}]},"tags":[]},"source":"3d5533d2bc591c5b.json","parameterValues":[]} \ No newline at end of file +{"uid":"d91c6ad1ef17a5dc","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":1726218764102,"stop":1726218764104,"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":4,"unknown":0,"total":4},"items":[{"uid":"21a7c883e5cf25f0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/21a7c883e5cf25f0","status":"passed","time":{"start":1726218659018,"stop":1726218659019,"duration":1}},{"uid":"21ea567502913d50","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21ea567502913d50","status":"passed","time":{"start":1726217924745,"stop":1726217924745,"duration":0}},{"uid":"3bd8c2a7fc15f7ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3bd8c2a7fc15f7ad","status":"passed","time":{"start":1726217840541,"stop":1726217840542,"duration":1}}]},"tags":[]},"source":"d91c6ad1ef17a5dc.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/12be16c1a6d3e796.json b/7434/data/test-cases/d97da8498cc1a26c.json similarity index 61% rename from 7408/data/test-cases/12be16c1a6d3e796.json rename to 7434/data/test-cases/d97da8498cc1a26c.json index 022434f65da..ba186b27b43 100644 --- a/7408/data/test-cases/12be16c1a6d3e796.json +++ b/7434/data/test-cases/d97da8498cc1a26c.json @@ -1 +1 @@ -{"uid":"12be16c1a6d3e796","name":"nwaku subscribes","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > nwaku subscribes","historyId":"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579207435,"stop":1725579207436,"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":7,"unknown":0,"total":7},"items":[{"uid":"a5fb139164d95ebe","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a5fb139164d95ebe","status":"passed","time":{"start":1725578736956,"stop":1725578736956,"duration":0}},{"uid":"9af932cfbc44cf30","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9af932cfbc44cf30","status":"passed","time":{"start":1725578407337,"stop":1725578407337,"duration":0}},{"uid":"710c0b101fef5e14","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/710c0b101fef5e14","status":"passed","time":{"start":1725577684847,"stop":1725577684847,"duration":0}},{"uid":"de96b7643b82daf7","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/de96b7643b82daf7","status":"passed","time":{"start":1725577332137,"stop":1725577332137,"duration":0}},{"uid":"4ad1fe99acccd9f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/4ad1fe99acccd9f","status":"passed","time":{"start":1725577282083,"stop":1725577282084,"duration":1}},{"uid":"42de7bc2fc3b124a","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/42de7bc2fc3b124a","status":"passed","time":{"start":1725576864687,"stop":1725576864687,"duration":0}}]},"tags":[]},"source":"12be16c1a6d3e796.json","parameterValues":[]} \ No newline at end of file +{"uid":"d97da8498cc1a26c","name":"nwaku subscribes","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > nwaku subscribes","historyId":"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218791621,"stop":1726218791622,"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":4,"unknown":0,"total":4},"items":[{"uid":"b3e5b593e87eff80","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b3e5b593e87eff80","status":"passed","time":{"start":1726218683563,"stop":1726218683564,"duration":1}},{"uid":"6af678b35c2f4a73","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6af678b35c2f4a73","status":"passed","time":{"start":1726217949322,"stop":1726217949323,"duration":1}},{"uid":"3c142db5e83e51ee","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3c142db5e83e51ee","status":"passed","time":{"start":1726217865170,"stop":1726217865170,"duration":0}}]},"tags":[]},"source":"d97da8498cc1a26c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e446e4f5c39872aa.json b/7434/data/test-cases/d9fab382e3925698.json similarity index 91% rename from 7408/data/test-cases/e446e4f5c39872aa.json rename to 7434/data/test-cases/d9fab382e3925698.json index db35bf1b741..7a52ceca667 100644 --- a/7408/data/test-cases/e446e4f5c39872aa.json +++ b/7434/data/test-cases/d9fab382e3925698.json @@ -1 +1 @@ -{"uid":"e446e4f5c39872aa","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":1725579181274,"stop":1725579181274,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"20b44db6aad16381","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/20b44db6aad16381","status":"passed","time":{"start":1725578712625,"stop":1725578712625,"duration":0}},{"uid":"6d00c8612845dce7","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/6d00c8612845dce7","status":"passed","time":{"start":1725578380233,"stop":1725578380233,"duration":0}},{"uid":"3992f2c849edc3c3","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/3992f2c849edc3c3","status":"passed","time":{"start":1725577661478,"stop":1725577661479,"duration":1}},{"uid":"c6bb93f9d5d6c84d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/c6bb93f9d5d6c84d","status":"passed","time":{"start":1725577308315,"stop":1725577308315,"duration":0}},{"uid":"74d5a4e5c81892a6","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/74d5a4e5c81892a6","status":"passed","time":{"start":1725577255393,"stop":1725577255394,"duration":1}},{"uid":"7e0ceac587cd2810","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/7e0ceac587cd2810","status":"passed","time":{"start":1725576839416,"stop":1725576839417,"duration":1}}]},"tags":[]},"source":"e446e4f5c39872aa.json","parameterValues":[]} \ No newline at end of file +{"uid":"d9fab382e3925698","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":1726218764113,"stop":1726218764114,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"d3b368519c31dd00","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d3b368519c31dd00","status":"passed","time":{"start":1726218659028,"stop":1726218659028,"duration":0}},{"uid":"f0a30040c507c186","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0a30040c507c186","status":"passed","time":{"start":1726217924765,"stop":1726217924765,"duration":0}},{"uid":"e57e60781dad58f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e57e60781dad58f2","status":"passed","time":{"start":1726217840570,"stop":1726217840570,"duration":0}}]},"tags":[]},"source":"d9fab382e3925698.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/73cd491a9621d35.json b/7434/data/test-cases/da3115bd84df2951.json similarity index 60% rename from 7408/data/test-cases/73cd491a9621d35.json rename to 7434/data/test-cases/da3115bd84df2951.json index ca2a7188457..193d42b51ad 100644 --- a/7408/data/test-cases/73cd491a9621d35.json +++ b/7434/data/test-cases/da3115bd84df2951.json @@ -1 +1 @@ -{"uid":"73cd491a9621d35","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":1725579297958,"stop":1725579297958,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"9e0c53601535b6b7","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/9e0c53601535b6b7","status":"passed","time":{"start":1725578825344,"stop":1725578825344,"duration":0}},{"uid":"774cd49bcec274fe","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/774cd49bcec274fe","status":"passed","time":{"start":1725578516974,"stop":1725578516975,"duration":1}},{"uid":"129fb47e4d5a7e27","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/129fb47e4d5a7e27","status":"passed","time":{"start":1725577784900,"stop":1725577784901,"duration":1}},{"uid":"d5c08ee853ad7fac","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d5c08ee853ad7fac","status":"passed","time":{"start":1725577433745,"stop":1725577433745,"duration":0}},{"uid":"4c43dfde86a123e4","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/4c43dfde86a123e4","status":"passed","time":{"start":1725577392041,"stop":1725577392041,"duration":0}},{"uid":"1576ddd6bcab98cc","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/1576ddd6bcab98cc","status":"passed","time":{"start":1725576971823,"stop":1725576971823,"duration":0}}]},"tags":[]},"source":"73cd491a9621d35.json","parameterValues":[]} \ No newline at end of file +{"uid":"da3115bd84df2951","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":1726218879298,"stop":1726218879313,"duration":15},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bd2cd458e5f3e905","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bd2cd458e5f3e905","status":"passed","time":{"start":1726218787577,"stop":1726218787577,"duration":0}},{"uid":"68fe3ac082989074","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68fe3ac082989074","status":"passed","time":{"start":1726218066279,"stop":1726218066280,"duration":1}},{"uid":"168df5127f5a13c3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/168df5127f5a13c3","status":"passed","time":{"start":1726217965303,"stop":1726217965303,"duration":0}}]},"tags":[]},"source":"da3115bd84df2951.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d4d2e634bedc6308.json b/7434/data/test-cases/da47ff61da8a8a8c.json similarity index 78% rename from 7408/data/test-cases/d4d2e634bedc6308.json rename to 7434/data/test-cases/da47ff61da8a8a8c.json index c5386bebb2a..597643f7621 100644 --- a/7408/data/test-cases/d4d2e634bedc6308.json +++ b/7434/data/test-cases/da47ff61da8a8a8c.json @@ -1 +1 @@ -{"uid":"d4d2e634bedc6308","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":1725578943238,"stop":1725578943238,"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":7,"unknown":0,"total":7},"items":[{"uid":"f50088a6720e05b0","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f50088a6720e05b0","status":"passed","time":{"start":1725578482145,"stop":1725578482145,"duration":0}},{"uid":"7f0bb21cc247da92","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/7f0bb21cc247da92","status":"passed","time":{"start":1725578156639,"stop":1725578156640,"duration":1}},{"uid":"d7a50dbcbf9d20a3","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d7a50dbcbf9d20a3","status":"passed","time":{"start":1725577429911,"stop":1725577429911,"duration":0}},{"uid":"2d52448947281951","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/2d52448947281951","status":"passed","time":{"start":1725577060113,"stop":1725577060113,"duration":0}},{"uid":"da2a8ccf361bd662","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/da2a8ccf361bd662","status":"passed","time":{"start":1725577040650,"stop":1725577040651,"duration":1}},{"uid":"65af9cfaa80bc55a","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/65af9cfaa80bc55a","status":"passed","time":{"start":1725576604949,"stop":1725576604950,"duration":1}}]},"tags":[]},"source":"d4d2e634bedc6308.json","parameterValues":[]} \ No newline at end of file +{"uid":"da47ff61da8a8a8c","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":1726218523006,"stop":1726218523008,"duration":2},"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":4,"unknown":0,"total":4},"items":[{"uid":"ca7599a3952a7f83","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca7599a3952a7f83","status":"passed","time":{"start":1726218422893,"stop":1726218422893,"duration":0}},{"uid":"c5eb38e2a4a1dc3d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5eb38e2a4a1dc3d","status":"passed","time":{"start":1726217687414,"stop":1726217687414,"duration":0}},{"uid":"2f8b97bf65abe550","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f8b97bf65abe550","status":"passed","time":{"start":1726217604477,"stop":1726217604478,"duration":1}}]},"tags":[]},"source":"da47ff61da8a8a8c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/8390e3aab95d8fe8.json b/7434/data/test-cases/dac8b312ad0a1be4.json similarity index 93% rename from 7408/data/test-cases/8390e3aab95d8fe8.json rename to 7434/data/test-cases/dac8b312ad0a1be4.json index c4e68eb5fb2..71e0ce66819 100644 --- a/7408/data/test-cases/8390e3aab95d8fe8.json +++ b/7434/data/test-cases/dac8b312ad0a1be4.json @@ -1 +1 @@ -{"uid":"8390e3aab95d8fe8","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":1725579187572,"stop":1725579187572,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"145d122e1edf3ce9","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/145d122e1edf3ce9","status":"passed","time":{"start":1725578730891,"stop":1725578730891,"duration":0}},{"uid":"75b4fa042c356c52","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/75b4fa042c356c52","status":"passed","time":{"start":1725578399095,"stop":1725578399096,"duration":1}},{"uid":"3443a915f10833fa","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/3443a915f10833fa","status":"passed","time":{"start":1725577666265,"stop":1725577666265,"duration":0}},{"uid":"50ccacdbe4990a11","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/50ccacdbe4990a11","status":"passed","time":{"start":1725577318871,"stop":1725577318871,"duration":0}},{"uid":"1b0c984465514714","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1b0c984465514714","status":"passed","time":{"start":1725577277100,"stop":1725577277100,"duration":0}},{"uid":"abbd739009ac280b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/abbd739009ac280b","status":"passed","time":{"start":1725576853151,"stop":1725576853151,"duration":0}}]},"tags":[]},"source":"8390e3aab95d8fe8.json","parameterValues":[]} \ No newline at end of file +{"uid":"dac8b312ad0a1be4","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":1726218778218,"stop":1726218778218,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"43dc446b3ba75e33","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/43dc446b3ba75e33","status":"passed","time":{"start":1726218673553,"stop":1726218673554,"duration":1}},{"uid":"8718c7049de43c14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8718c7049de43c14","status":"passed","time":{"start":1726217946723,"stop":1726217946723,"duration":0}},{"uid":"f0d8ade0e36e8284","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f0d8ade0e36e8284","status":"passed","time":{"start":1726217862776,"stop":1726217862778,"duration":2}}]},"tags":[]},"source":"dac8b312ad0a1be4.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/8ce862c445e58b1d.json b/7434/data/test-cases/db33e516cab46bd0.json similarity index 92% rename from 7408/data/test-cases/8ce862c445e58b1d.json rename to 7434/data/test-cases/db33e516cab46bd0.json index 2d71c0f2967..33270d3fa2e 100644 --- a/7408/data/test-cases/8ce862c445e58b1d.json +++ b/7434/data/test-cases/db33e516cab46bd0.json @@ -1 +1 @@ -{"uid":"8ce862c445e58b1d","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":1725579297956,"stop":1725579297957,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"deb33e8309f94680","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/deb33e8309f94680","status":"passed","time":{"start":1725578825341,"stop":1725578825343,"duration":2}},{"uid":"61a6d2f729a72dab","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/61a6d2f729a72dab","status":"passed","time":{"start":1725578516970,"stop":1725578516972,"duration":2}},{"uid":"46950054288224d1","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/46950054288224d1","status":"passed","time":{"start":1725577784897,"stop":1725577784898,"duration":1}},{"uid":"256ea156d219fef4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/256ea156d219fef4","status":"passed","time":{"start":1725577433744,"stop":1725577433744,"duration":0}},{"uid":"7b1025d273cbfe38","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/7b1025d273cbfe38","status":"passed","time":{"start":1725577392039,"stop":1725577392040,"duration":1}},{"uid":"8961eeca4baf60e4","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/8961eeca4baf60e4","status":"passed","time":{"start":1725576971822,"stop":1725576971822,"duration":0}}]},"tags":[]},"source":"8ce862c445e58b1d.json","parameterValues":[]} \ No newline at end of file +{"uid":"db33e516cab46bd0","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":1726218879287,"stop":1726218879288,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"35611e8153db6a75","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35611e8153db6a75","status":"passed","time":{"start":1726218787572,"stop":1726218787572,"duration":0}},{"uid":"53778240381946b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53778240381946b7","status":"passed","time":{"start":1726218066274,"stop":1726218066274,"duration":0}},{"uid":"60cdac1e728a6556","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/60cdac1e728a6556","status":"passed","time":{"start":1726217965298,"stop":1726217965298,"duration":0}}]},"tags":[]},"source":"db33e516cab46bd0.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e94679f729690683.json b/7434/data/test-cases/db44986040e8162d.json similarity index 90% rename from 7408/data/test-cases/e94679f729690683.json rename to 7434/data/test-cases/db44986040e8162d.json index 957e24fcba2..514c0ab4125 100644 --- a/7408/data/test-cases/e94679f729690683.json +++ b/7434/data/test-cases/db44986040e8162d.json @@ -1 +1 @@ -{"uid":"e94679f729690683","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":1725578940138,"stop":1725578940139,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"f6ba05eda2e12d9e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f6ba05eda2e12d9e","status":"passed","time":{"start":1725578482064,"stop":1725578482064,"duration":0}},{"uid":"2f362ede5c0fa8c5","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2f362ede5c0fa8c5","status":"passed","time":{"start":1725578159562,"stop":1725578159562,"duration":0}},{"uid":"e7694eb2fe69d257","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e7694eb2fe69d257","status":"passed","time":{"start":1725577422736,"stop":1725577422736,"duration":0}},{"uid":"51dbd21024843683","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/51dbd21024843683","status":"passed","time":{"start":1725577067066,"stop":1725577067067,"duration":1}},{"uid":"e75a7dbf9cbb3a73","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e75a7dbf9cbb3a73","status":"passed","time":{"start":1725577018833,"stop":1725577018833,"duration":0}},{"uid":"cbd22a1e7c1c0bd9","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/cbd22a1e7c1c0bd9","status":"passed","time":{"start":1725576607337,"stop":1725576607337,"duration":0}}]},"tags":[]},"source":"e94679f729690683.json","parameterValues":[]} \ No newline at end of file +{"uid":"db44986040e8162d","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":1726218510981,"stop":1726218510982,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"7e9da5169b0bbf0e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7e9da5169b0bbf0e","status":"passed","time":{"start":1726218417150,"stop":1726218417151,"duration":1}},{"uid":"e54dc3a22d1203cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e54dc3a22d1203cb","status":"passed","time":{"start":1726217677823,"stop":1726217677825,"duration":2}},{"uid":"6f9b444a7e82619e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6f9b444a7e82619e","status":"passed","time":{"start":1726217616843,"stop":1726217616843,"duration":0}}]},"tags":[]},"source":"db44986040e8162d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/de9cb621749b1aef.json b/7434/data/test-cases/dc7595f2dc0f2656.json similarity index 91% rename from 7408/data/test-cases/de9cb621749b1aef.json rename to 7434/data/test-cases/dc7595f2dc0f2656.json index 088b10e2b53..88ba0b9e7f4 100644 --- a/7408/data/test-cases/de9cb621749b1aef.json +++ b/7434/data/test-cases/dc7595f2dc0f2656.json @@ -1 +1 @@ -{"uid":"de9cb621749b1aef","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":1725578970787,"stop":1725578970787,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"392bc0114fa586eb","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/392bc0114fa586eb","status":"passed","time":{"start":1725578514092,"stop":1725578514093,"duration":1}},{"uid":"17117910c4efc5f7","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/17117910c4efc5f7","status":"passed","time":{"start":1725578193137,"stop":1725578193137,"duration":0}},{"uid":"ab84bf879f84610c","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ab84bf879f84610c","status":"passed","time":{"start":1725577453228,"stop":1725577453232,"duration":4}},{"uid":"1e1a6f56bf0b6b34","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1e1a6f56bf0b6b34","status":"passed","time":{"start":1725577097748,"stop":1725577097749,"duration":1}},{"uid":"1c311e26ea5a10ea","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1c311e26ea5a10ea","status":"passed","time":{"start":1725577056975,"stop":1725577056975,"duration":0}},{"uid":"67d2895dbb421a5","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/67d2895dbb421a5","status":"passed","time":{"start":1725576643981,"stop":1725576643981,"duration":0}}]},"tags":[]},"source":"de9cb621749b1aef.json","parameterValues":[]} \ No newline at end of file +{"uid":"dc7595f2dc0f2656","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":1726218551480,"stop":1726218551481,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"5f7a39deb2473a32","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5f7a39deb2473a32","status":"passed","time":{"start":1726218459532,"stop":1726218459532,"duration":0}},{"uid":"c48511aa87b2a0ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c48511aa87b2a0ba","status":"passed","time":{"start":1726217705998,"stop":1726217705999,"duration":1}},{"uid":"ff96edc0be5665c7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ff96edc0be5665c7","status":"passed","time":{"start":1726217650754,"stop":1726217650754,"duration":0}}]},"tags":[]},"source":"dc7595f2dc0f2656.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/136bcce0d3bcbc96.json b/7434/data/test-cases/dce1bd48bcacab17.json similarity index 93% rename from 7408/data/test-cases/136bcce0d3bcbc96.json rename to 7434/data/test-cases/dce1bd48bcacab17.json index f874aac1a8a..dfbd88986fc 100644 --- a/7408/data/test-cases/136bcce0d3bcbc96.json +++ b/7434/data/test-cases/dce1bd48bcacab17.json @@ -1 +1 @@ -{"uid":"136bcce0d3bcbc96","name":"Push message with custom timestamp: 1725575370946","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1725575370946","historyId":"728cddc139a088c86f3338000288846c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579272795,"stop":1725579272796,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","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":"136bcce0d3bcbc96.json","parameterValues":[]} \ No newline at end of file +{"uid":"dce1bd48bcacab17","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":1726218863013,"stop":1726218863013,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"6134b8fab2af38f3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6134b8fab2af38f3","status":"passed","time":{"start":1726218781387,"stop":1726218781388,"duration":1}},{"uid":"9613918c76680899","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9613918c76680899","status":"passed","time":{"start":1726218013701,"stop":1726218013702,"duration":1}},{"uid":"4c3861dcfb5d0a07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4c3861dcfb5d0a07","status":"passed","time":{"start":1726217945335,"stop":1726217945335,"duration":0}}]},"tags":[]},"source":"dce1bd48bcacab17.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/dd0f71537a4076a.json b/7434/data/test-cases/dd0f71537a4076a.json new file mode 100644 index 00000000000..756fa21a852 --- /dev/null +++ b/7434/data/test-cases/dd0f71537a4076a.json @@ -0,0 +1 @@ +{"uid":"dd0f71537a4076a","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":1726218788035,"stop":1726218788035,"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":4,"unknown":0,"total":4},"items":[{"uid":"7a5bbf6c71f4ebfc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a5bbf6c71f4ebfc","status":"passed","time":{"start":1726218685051,"stop":1726218685051,"duration":0}},{"uid":"ec4f413dbf24196e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ec4f413dbf24196e","status":"passed","time":{"start":1726217960212,"stop":1726217960212,"duration":0}},{"uid":"83a499a867e783b7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/83a499a867e783b7","status":"passed","time":{"start":1726217875225,"stop":1726217875226,"duration":1}}]},"tags":[]},"source":"dd0f71537a4076a.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/dd6ffb0cf6e45718.json b/7434/data/test-cases/dd6ffb0cf6e45718.json new file mode 100644 index 00000000000..39d96a8a451 --- /dev/null +++ b/7434/data/test-cases/dd6ffb0cf6e45718.json @@ -0,0 +1 @@ +{"uid":"dd6ffb0cf6e45718","name":"should convert a SingleShardInfo object to the correct PubsubTopic","fullName":"/src/common/sharding/index.spec.ts: singleShardInfoToPubsubTopic > should convert a SingleShardInfo object to the correct PubsubTopic","historyId":"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283089,"stop":1726218283089,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"singleShardInfoToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c8974e371a640fb5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c8974e371a640fb5","status":"passed","time":{"start":1726218188590,"stop":1726218188590,"duration":0}},{"uid":"d831c29f0492b367","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d831c29f0492b367","status":"passed","time":{"start":1726217441550,"stop":1726217441551,"duration":1}},{"uid":"af95ba4bbd3f5c0f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/af95ba4bbd3f5c0f","status":"passed","time":{"start":1726217383213,"stop":1726217383214,"duration":1}}]},"tags":[]},"source":"dd6ffb0cf6e45718.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/ddaa1cee76844d3.json b/7434/data/test-cases/ddaa1cee76844d3.json new file mode 100644 index 00000000000..1ea5f0ebebf --- /dev/null +++ b/7434/data/test-cases/ddaa1cee76844d3.json @@ -0,0 +1 @@ +{"uid":"ddaa1cee76844d3","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","fullName":"/src/common/sharding/index.spec.ts: contentTopicsByPubsubTopic > groups multiple content topics into the same pubsub topic when they share the same shard index","historyId":"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283087,"stop":1726218283087,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"78ff6ff37c32f774","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/78ff6ff37c32f774","status":"passed","time":{"start":1726218188588,"stop":1726218188588,"duration":0}},{"uid":"c8e4ac6e505fc71e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c8e4ac6e505fc71e","status":"passed","time":{"start":1726217441549,"stop":1726217441549,"duration":0}},{"uid":"b114d42623c13e96","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b114d42623c13e96","status":"passed","time":{"start":1726217383212,"stop":1726217383212,"duration":0}}]},"tags":[]},"source":"ddaa1cee76844d3.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/cc73c2aaed3a1908.json b/7434/data/test-cases/dde3b197bef194a5.json similarity index 81% rename from 7408/data/test-cases/cc73c2aaed3a1908.json rename to 7434/data/test-cases/dde3b197bef194a5.json index 0e8e2282487..88d8d4d740e 100644 --- a/7408/data/test-cases/cc73c2aaed3a1908.json +++ b/7434/data/test-cases/dde3b197bef194a5.json @@ -1 +1 @@ -{"uid":"cc73c2aaed3a1908","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":1725579302113,"stop":1725579302114,"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":7,"unknown":0,"total":7},"items":[{"uid":"ff43747cff786f25","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ff43747cff786f25","status":"passed","time":{"start":1725578838717,"stop":1725578838717,"duration":0}},{"uid":"8e7e5db7724317ff","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/8e7e5db7724317ff","status":"passed","time":{"start":1725578498372,"stop":1725578498372,"duration":0}},{"uid":"cd3cce8d57b1f331","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/cd3cce8d57b1f331","status":"passed","time":{"start":1725577773141,"stop":1725577773142,"duration":1}},{"uid":"8b5d777de779a84f","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/8b5d777de779a84f","status":"passed","time":{"start":1725577428837,"stop":1725577428837,"duration":0}},{"uid":"dfd68ee59ef8db33","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/dfd68ee59ef8db33","status":"passed","time":{"start":1725577388029,"stop":1725577388030,"duration":1}},{"uid":"3ca3994d9dcf4aea","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3ca3994d9dcf4aea","status":"passed","time":{"start":1725576955263,"stop":1725576955263,"duration":0}}]},"tags":[]},"source":"cc73c2aaed3a1908.json","parameterValues":[]} \ No newline at end of file +{"uid":"dde3b197bef194a5","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":1726218886392,"stop":1726218886392,"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":4,"unknown":0,"total":4},"items":[{"uid":"fb6f0aadc7131e21","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fb6f0aadc7131e21","status":"passed","time":{"start":1726218791846,"stop":1726218791847,"duration":1}},{"uid":"21a181c76e1fbf4f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21a181c76e1fbf4f","status":"passed","time":{"start":1726218054684,"stop":1726218054684,"duration":0}},{"uid":"d9c8b6f763ad06c9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9c8b6f763ad06c9","status":"passed","time":{"start":1726217965431,"stop":1726217965431,"duration":0}}]},"tags":[]},"source":"dde3b197bef194a5.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6de5525792f74a68.json b/7434/data/test-cases/de1030823bf94604.json similarity index 89% rename from 7408/data/test-cases/6de5525792f74a68.json rename to 7434/data/test-cases/de1030823bf94604.json index 7ddea6be3a0..bad5df5b5c0 100644 --- a/7408/data/test-cases/6de5525792f74a68.json +++ b/7434/data/test-cases/de1030823bf94604.json @@ -1 +1 @@ -{"uid":"6de5525792f74a68","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":1725579222579,"stop":1725579222579,"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":7,"unknown":0,"total":7},"items":[{"uid":"b12043f9b0db16f2","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b12043f9b0db16f2","status":"passed","time":{"start":1725578764254,"stop":1725578764255,"duration":1}},{"uid":"38a86cb56ad99b8f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/38a86cb56ad99b8f","status":"passed","time":{"start":1725578435655,"stop":1725578435657,"duration":2}},{"uid":"50e2046c4b1bd569","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/50e2046c4b1bd569","status":"passed","time":{"start":1725577699989,"stop":1725577699989,"duration":0}},{"uid":"d73ce15e35e8df6a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d73ce15e35e8df6a","status":"passed","time":{"start":1725577356727,"stop":1725577356728,"duration":1}},{"uid":"fecd75f5afc7736c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/fecd75f5afc7736c","status":"passed","time":{"start":1725577310394,"stop":1725577310395,"duration":1}},{"uid":"300ee7289ed64d07","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/300ee7289ed64d07","status":"passed","time":{"start":1725576887791,"stop":1725576887792,"duration":1}}]},"tags":[]},"source":"6de5525792f74a68.json","parameterValues":[]} \ No newline at end of file +{"uid":"de1030823bf94604","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":1726218812464,"stop":1726218812464,"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":4,"unknown":0,"total":4},"items":[{"uid":"720f57bfc4a32ed8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/720f57bfc4a32ed8","status":"passed","time":{"start":1726218708383,"stop":1726218708385,"duration":2}},{"uid":"42f866ea9a68472e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42f866ea9a68472e","status":"passed","time":{"start":1726217980035,"stop":1726217980036,"duration":1}},{"uid":"383b5e105f424c60","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/383b5e105f424c60","status":"passed","time":{"start":1726217896496,"stop":1726217896497,"duration":1}}]},"tags":[]},"source":"de1030823bf94604.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/dea7c95588c834a1.json b/7434/data/test-cases/dea7c95588c834a1.json new file mode 100644 index 00000000000..769694d7a5d --- /dev/null +++ b/7434/data/test-cases/dea7c95588c834a1.json @@ -0,0 +1 @@ +{"uid":"dea7c95588c834a1","name":"throws on content topic with non-number generation field","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with non-number generation field","historyId":"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283072,"stop":1726218283072,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3133de4a0978ebc8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3133de4a0978ebc8","status":"passed","time":{"start":1726218188575,"stop":1726218188575,"duration":0}},{"uid":"208fd97f4eea5cee","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/208fd97f4eea5cee","status":"passed","time":{"start":1726217441533,"stop":1726217441534,"duration":1}},{"uid":"bb5657f464ee2362","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bb5657f464ee2362","status":"passed","time":{"start":1726217383193,"stop":1726217383193,"duration":0}}]},"tags":[]},"source":"dea7c95588c834a1.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/df1d0806687cc5af.json b/7434/data/test-cases/df1d0806687cc5af.json new file mode 100644 index 00000000000..830ab4320c2 --- /dev/null +++ b/7434/data/test-cases/df1d0806687cc5af.json @@ -0,0 +1 @@ +{"uid":"df1d0806687cc5af","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":1726218812481,"stop":1726218812481,"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":4,"unknown":0,"total":4},"items":[{"uid":"84eb1fb89db3d977","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/84eb1fb89db3d977","status":"passed","time":{"start":1726218708458,"stop":1726218708459,"duration":1}},{"uid":"af16cec20f846056","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af16cec20f846056","status":"passed","time":{"start":1726217980055,"stop":1726217980055,"duration":0}},{"uid":"707af16b220e0ec9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/707af16b220e0ec9","status":"passed","time":{"start":1726217896509,"stop":1726217896509,"duration":0}}]},"tags":[]},"source":"df1d0806687cc5af.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1a1a41bf6e010b51.json b/7434/data/test-cases/df4ce2302cd82c29.json similarity index 57% rename from 7408/data/test-cases/1a1a41bf6e010b51.json rename to 7434/data/test-cases/df4ce2302cd82c29.json index 58504f1895a..4b81ad8b494 100644 --- a/7408/data/test-cases/1a1a41bf6e010b51.json +++ b/7434/data/test-cases/df4ce2302cd82c29.json @@ -1 +1 @@ -{"uid":"1a1a41bf6e010b51","name":"creates an iterator","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > creates an iterator","historyId":"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579322034,"stop":1725579322034,"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":7,"unknown":0,"total":7},"items":[{"uid":"e724468e8e60c8c8","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e724468e8e60c8c8","status":"passed","time":{"start":1725578858919,"stop":1725578858920,"duration":1}},{"uid":"5b3e4b286e214d4d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/5b3e4b286e214d4d","status":"passed","time":{"start":1725578536954,"stop":1725578536954,"duration":0}},{"uid":"9796551b01c11a5d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/9796551b01c11a5d","status":"passed","time":{"start":1725577795813,"stop":1725577795814,"duration":1}},{"uid":"49c93971a7ba45d8","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/49c93971a7ba45d8","status":"passed","time":{"start":1725577459953,"stop":1725577459953,"duration":0}},{"uid":"e74af6d3246bae00","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e74af6d3246bae00","status":"passed","time":{"start":1725577403913,"stop":1725577403913,"duration":0}},{"uid":"170e806b72502552","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/170e806b72502552","status":"passed","time":{"start":1725576990718,"stop":1725576990718,"duration":0}}]},"tags":[]},"source":"1a1a41bf6e010b51.json","parameterValues":[]} \ No newline at end of file +{"uid":"df4ce2302cd82c29","name":"creates an iterator","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > creates an iterator","historyId":"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218910984,"stop":1726218910985,"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":4,"unknown":0,"total":4},"items":[{"uid":"a805abb2fe9ebf78","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a805abb2fe9ebf78","status":"passed","time":{"start":1726218817593,"stop":1726218817594,"duration":1}},{"uid":"d37f0742a50075a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d37f0742a50075a8","status":"passed","time":{"start":1726218077305,"stop":1726218077305,"duration":0}},{"uid":"d50a25bf655a128b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d50a25bf655a128b","status":"passed","time":{"start":1726217991631,"stop":1726217991631,"duration":0}}]},"tags":[]},"source":"df4ce2302cd82c29.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/df4f238740304d55.json b/7434/data/test-cases/df4f238740304d55.json new file mode 100644 index 00000000000..927c7785f5c --- /dev/null +++ b/7434/data/test-cases/df4f238740304d55.json @@ -0,0 +1 @@ +{"uid":"df4f238740304d55","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app87/8/topic658/proto","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 2 - Cluster ID: 10, Content Topic: /app87/8/topic658/proto","historyId":"a3d19f19da4051362689592f6441ffbd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218843765,"stop":1726218843766,"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":"df4f238740304d55.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/df6098d0e12469f2.json b/7434/data/test-cases/df6098d0e12469f2.json new file mode 100644 index 00000000000..365ff1cf09b --- /dev/null +++ b/7434/data/test-cases/df6098d0e12469f2.json @@ -0,0 +1 @@ +{"uid":"df6098d0e12469f2","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":1726218296786,"stop":1726218296786,"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":4,"unknown":0,"total":4},"items":[{"uid":"7ad702d49586f215","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7ad702d49586f215","status":"passed","time":{"start":1726218201912,"stop":1726218201913,"duration":1}},{"uid":"f3834b4837587fd1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3834b4837587fd1","status":"passed","time":{"start":1726217455153,"stop":1726217455153,"duration":0}},{"uid":"1e9b7c153256dc8b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1e9b7c153256dc8b","status":"passed","time":{"start":1726217396842,"stop":1726217396842,"duration":0}}]},"tags":[]},"source":"df6098d0e12469f2.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a202312e8745a997.json b/7434/data/test-cases/df8171faf052af51.json similarity index 91% rename from 7408/data/test-cases/a202312e8745a997.json rename to 7434/data/test-cases/df8171faf052af51.json index 7e2e2a75d9b..e5e263c18bc 100644 --- a/7408/data/test-cases/a202312e8745a997.json +++ b/7434/data/test-cases/df8171faf052af51.json @@ -1 +1 @@ -{"uid":"a202312e8745a997","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":1725579181240,"stop":1725579181240,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"1dbb67cffc2c670d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1dbb67cffc2c670d","status":"passed","time":{"start":1725578712603,"stop":1725578712603,"duration":0}},{"uid":"7ac6bd026c4f1995","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/7ac6bd026c4f1995","status":"passed","time":{"start":1725578380208,"stop":1725578380208,"duration":0}},{"uid":"c1aa0187d76126b9","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/c1aa0187d76126b9","status":"passed","time":{"start":1725577661435,"stop":1725577661436,"duration":1}},{"uid":"37a2b821ac497ee4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/37a2b821ac497ee4","status":"passed","time":{"start":1725577308276,"stop":1725577308276,"duration":0}},{"uid":"b1918a95d219dabd","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b1918a95d219dabd","status":"passed","time":{"start":1725577255329,"stop":1725577255329,"duration":0}},{"uid":"1d52b106df1cf4f1","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/1d52b106df1cf4f1","status":"passed","time":{"start":1725576839376,"stop":1725576839376,"duration":0}}]},"tags":[]},"source":"a202312e8745a997.json","parameterValues":[]} \ No newline at end of file +{"uid":"df8171faf052af51","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":1726218764081,"stop":1726218764082,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"1f904ba26896ee88","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1f904ba26896ee88","status":"passed","time":{"start":1726218659001,"stop":1726218659002,"duration":1}},{"uid":"38add447307aaaf2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/38add447307aaaf2","status":"passed","time":{"start":1726217924731,"stop":1726217924732,"duration":1}},{"uid":"e833ad1d28373582","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e833ad1d28373582","status":"passed","time":{"start":1726217840472,"stop":1726217840473,"duration":1}}]},"tags":[]},"source":"df8171faf052af51.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d9f80b80b385335f.json b/7434/data/test-cases/df88029315feed2c.json similarity index 67% rename from 7408/data/test-cases/d9f80b80b385335f.json rename to 7434/data/test-cases/df88029315feed2c.json index 26750554d7c..54361d48f4c 100644 --- a/7408/data/test-cases/d9f80b80b385335f.json +++ b/7434/data/test-cases/df88029315feed2c.json @@ -1 +1 @@ -{"uid":"d9f80b80b385335f","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":1725578943277,"stop":1725578943277,"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":7,"unknown":0,"total":7},"items":[{"uid":"c60dee8316832973","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/c60dee8316832973","status":"passed","time":{"start":1725578482199,"stop":1725578482200,"duration":1}},{"uid":"bba0933000c17803","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/bba0933000c17803","status":"passed","time":{"start":1725578156679,"stop":1725578156679,"duration":0}},{"uid":"2837e592744ad1d4","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2837e592744ad1d4","status":"passed","time":{"start":1725577429932,"stop":1725577429932,"duration":0}},{"uid":"3f493d5d195daca","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3f493d5d195daca","status":"passed","time":{"start":1725577060153,"stop":1725577060153,"duration":0}},{"uid":"cc45e88bad4b8e2b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/cc45e88bad4b8e2b","status":"passed","time":{"start":1725577040697,"stop":1725577040698,"duration":1}},{"uid":"47dd8b53edad2ad4","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/47dd8b53edad2ad4","status":"passed","time":{"start":1725576604979,"stop":1725576604979,"duration":0}}]},"tags":[]},"source":"d9f80b80b385335f.json","parameterValues":[]} \ No newline at end of file +{"uid":"df88029315feed2c","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":1726218523029,"stop":1726218523030,"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":4,"unknown":0,"total":4},"items":[{"uid":"e29798aa3420504e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e29798aa3420504e","status":"passed","time":{"start":1726218422920,"stop":1726218422920,"duration":0}},{"uid":"6ba67b6a9be32d7d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ba67b6a9be32d7d","status":"passed","time":{"start":1726217687445,"stop":1726217687447,"duration":2}},{"uid":"90e604beb63ad64d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/90e604beb63ad64d","status":"passed","time":{"start":1726217604528,"stop":1726217604529,"duration":1}}]},"tags":[]},"source":"df88029315feed2c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6a70519e95e6896.json b/7434/data/test-cases/dfc7401d99b6323a.json similarity index 73% rename from 7408/data/test-cases/6a70519e95e6896.json rename to 7434/data/test-cases/dfc7401d99b6323a.json index ff64a28f1da..aac2c499a61 100644 --- a/7408/data/test-cases/6a70519e95e6896.json +++ b/7434/data/test-cases/dfc7401d99b6323a.json @@ -1 +1 @@ -{"uid":"6a70519e95e6896","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":1725579181248,"stop":1725579181248,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"b57d30c2b0bb7fc3","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b57d30c2b0bb7fc3","status":"passed","time":{"start":1725578712611,"stop":1725578712611,"duration":0}},{"uid":"bf062b1d9e606e26","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/bf062b1d9e606e26","status":"passed","time":{"start":1725578380215,"stop":1725578380215,"duration":0}},{"uid":"43862fa435534d8a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/43862fa435534d8a","status":"passed","time":{"start":1725577661447,"stop":1725577661448,"duration":1}},{"uid":"3949fccc7e3a06f1","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3949fccc7e3a06f1","status":"passed","time":{"start":1725577308290,"stop":1725577308290,"duration":0}},{"uid":"8699fc9cc1c11228","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8699fc9cc1c11228","status":"passed","time":{"start":1725577255358,"stop":1725577255358,"duration":0}},{"uid":"19f2d7f488f67e50","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/19f2d7f488f67e50","status":"passed","time":{"start":1725576839384,"stop":1725576839384,"duration":0}}]},"tags":[]},"source":"6a70519e95e6896.json","parameterValues":[]} \ No newline at end of file +{"uid":"dfc7401d99b6323a","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":1726218764067,"stop":1726218764080,"duration":13},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"79635a3345586d28","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79635a3345586d28","status":"passed","time":{"start":1726218659000,"stop":1726218659001,"duration":1}},{"uid":"abdb0ed5d61875d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/abdb0ed5d61875d6","status":"passed","time":{"start":1726217924730,"stop":1726217924730,"duration":0}},{"uid":"d2a95e9f8c65edc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d2a95e9f8c65edc","status":"passed","time":{"start":1726217840471,"stop":1726217840472,"duration":1}}]},"tags":[]},"source":"dfc7401d99b6323a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/933b973e0616812e.json b/7434/data/test-cases/dfce94e63411aedf.json similarity index 59% rename from 7408/data/test-cases/933b973e0616812e.json rename to 7434/data/test-cases/dfce94e63411aedf.json index 75fcd053afc..25f3b7ddedf 100644 --- a/7408/data/test-cases/933b973e0616812e.json +++ b/7434/data/test-cases/dfce94e63411aedf.json @@ -1 +1 @@ -{"uid":"933b973e0616812e","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":1725578717745,"stop":1725578717745,"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":7,"unknown":0,"total":7},"items":[{"uid":"fe18e2683ca2adc1","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/fe18e2683ca2adc1","status":"passed","time":{"start":1725578261164,"stop":1725578261164,"duration":0}},{"uid":"34dcca04afeb65ab","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/34dcca04afeb65ab","status":"passed","time":{"start":1725577933624,"stop":1725577933624,"duration":0}},{"uid":"adfff598c942c2b0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/adfff598c942c2b0","status":"passed","time":{"start":1725577201140,"stop":1725577201140,"duration":0}},{"uid":"89334c441013ba7a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/89334c441013ba7a","status":"passed","time":{"start":1725576847746,"stop":1725576847746,"duration":0}},{"uid":"a1cad3828630fb27","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a1cad3828630fb27","status":"passed","time":{"start":1725576800736,"stop":1725576800737,"duration":1}},{"uid":"2a68414c6707ee2d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2a68414c6707ee2d","status":"passed","time":{"start":1725576382765,"stop":1725576382766,"duration":1}}]},"tags":[]},"source":"933b973e0616812e.json","parameterValues":[]} \ No newline at end of file +{"uid":"dfce94e63411aedf","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":1726218291670,"stop":1726218291670,"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":4,"unknown":0,"total":4},"items":[{"uid":"99926af1a2e21bc3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/99926af1a2e21bc3","status":"passed","time":{"start":1726218197008,"stop":1726218197009,"duration":1}},{"uid":"6f4fd95af0aa249e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f4fd95af0aa249e","status":"passed","time":{"start":1726217450207,"stop":1726217450207,"duration":0}},{"uid":"fdf5355238468d28","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fdf5355238468d28","status":"passed","time":{"start":1726217391859,"stop":1726217391859,"duration":0}}]},"tags":[]},"source":"dfce94e63411aedf.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/e012bbea6c8443eb.json b/7434/data/test-cases/e012bbea6c8443eb.json new file mode 100644 index 00000000000..e53015025e5 --- /dev/null +++ b/7434/data/test-cases/e012bbea6c8443eb.json @@ -0,0 +1 @@ +{"uid":"e012bbea6c8443eb","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","historyId":"2557ec157df35bf6d707685321bea72f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218669773,"stop":1726218669773,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bc12cd0083b5a2a8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bc12cd0083b5a2a8","status":"passed","time":{"start":1726218612962,"stop":1726218612962,"duration":0}},{"uid":"bff1533859a58dfa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bff1533859a58dfa","status":"passed","time":{"start":1726217868233,"stop":1726217868234,"duration":1}},{"uid":"6985ee31a275dbae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6985ee31a275dbae","status":"passed","time":{"start":1726217785168,"stop":1726217785169,"duration":1}}]},"tags":[]},"source":"e012bbea6c8443eb.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/35e8b7fad1729da7.json b/7434/data/test-cases/e05a1e32810214e8.json similarity index 65% rename from 7408/data/test-cases/35e8b7fad1729da7.json rename to 7434/data/test-cases/e05a1e32810214e8.json index bd9d9c704d3..0bd6c0eb112 100644 --- a/7408/data/test-cases/35e8b7fad1729da7.json +++ b/7434/data/test-cases/e05a1e32810214e8.json @@ -1 +1 @@ -{"uid":"35e8b7fad1729da7","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":1725578843071,"stop":1725578843072,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"cdb4d8caf7a5f5e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/cdb4d8caf7a5f5e","status":"passed","time":{"start":1725578373001,"stop":1725578373001,"duration":0}},{"uid":"c24d4307ec0ae121","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c24d4307ec0ae121","status":"passed","time":{"start":1725578055805,"stop":1725578055806,"duration":1}},{"uid":"23ec82f6d1ea03f0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/23ec82f6d1ea03f0","status":"passed","time":{"start":1725577329146,"stop":1725577329146,"duration":0}},{"uid":"3cfcc3a674f4c6f6","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3cfcc3a674f4c6f6","status":"passed","time":{"start":1725576962425,"stop":1725576962426,"duration":1}},{"uid":"87d59143fe969d16","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/87d59143fe969d16","status":"passed","time":{"start":1725576929755,"stop":1725576929755,"duration":0}},{"uid":"ac0630d60bf62779","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ac0630d60bf62779","status":"passed","time":{"start":1725576499200,"stop":1725576499200,"duration":0}}]},"tags":[]},"source":"35e8b7fad1729da7.json","parameterValues":[]} \ No newline at end of file +{"uid":"e05a1e32810214e8","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":1726218412654,"stop":1726218412655,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"63b193de6c87d2ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/63b193de6c87d2ba","status":"passed","time":{"start":1726218318078,"stop":1726218318080,"duration":2}},{"uid":"83fc48cd9502e5ce","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/83fc48cd9502e5ce","status":"passed","time":{"start":1726217567470,"stop":1726217567471,"duration":1}},{"uid":"6a26074904cf9ca2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a26074904cf9ca2","status":"passed","time":{"start":1726217508416,"stop":1726217508417,"duration":1}}]},"tags":[]},"source":"e05a1e32810214e8.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4ac98b354bb2c5e9.json b/7434/data/test-cases/e09eb866c9d13283.json similarity index 96% rename from 7408/data/test-cases/4ac98b354bb2c5e9.json rename to 7434/data/test-cases/e09eb866c9d13283.json index 5de0ae8d490..e70b3004267 100644 --- a/7408/data/test-cases/4ac98b354bb2c5e9.json +++ b/7434/data/test-cases/e09eb866c9d13283.json @@ -1 +1 @@ -{"uid":"4ac98b354bb2c5e9","name":"Publish message with custom timestamp: Fri Sep 15 2023 23:33:13 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Fri Sep 15 2023 23:33:13 GMT+0000 (Coordinated Universal Time)","historyId":"5717d40fedfab9ee9d3842bda262370c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579219617,"stop":1725579219617,"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":"4ac98b354bb2c5e9.json","parameterValues":[]} \ No newline at end of file +{"uid":"e09eb866c9d13283","name":"Publish message with custom timestamp: Sat Sep 23 2023 09:12:58 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Sat Sep 23 2023 09:12:58 GMT+0000 (Coordinated Universal Time)","historyId":"14b03ca52cc294f067203208f5673223:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218806761,"stop":1726218806761,"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":"e09eb866c9d13283.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/e0a64349b5fdd54b.json b/7434/data/test-cases/e0a64349b5fdd54b.json new file mode 100644 index 00000000000..143ea91c2a7 --- /dev/null +++ b/7434/data/test-cases/e0a64349b5fdd54b.json @@ -0,0 +1 @@ +{"uid":"e0a64349b5fdd54b","name":"tcp ip4 address","fullName":"/src/multiaddr_from_fields.spec.ts: Multiaddr from fields > tcp ip4 address","historyId":"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218291265,"stop":1726218291266,"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":4,"unknown":0,"total":4},"items":[{"uid":"c00ca3c36fc964a6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c00ca3c36fc964a6","status":"passed","time":{"start":1726218196278,"stop":1726218196279,"duration":1}},{"uid":"d29f63c6c1669dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d29f63c6c1669dd","status":"passed","time":{"start":1726217449568,"stop":1726217449568,"duration":0}},{"uid":"6dc739aae972c005","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6dc739aae972c005","status":"passed","time":{"start":1726217391314,"stop":1726217391314,"duration":0}}]},"tags":[]},"source":"e0a64349b5fdd54b.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/50b996da7f14d7db.json b/7434/data/test-cases/e0ab9090bd91daec.json similarity index 59% rename from 7408/data/test-cases/50b996da7f14d7db.json rename to 7434/data/test-cases/e0ab9090bd91daec.json index 8f6925f8a20..c55a91aee61 100644 --- a/7408/data/test-cases/50b996da7f14d7db.json +++ b/7434/data/test-cases/e0ab9090bd91daec.json @@ -1 +1 @@ -{"uid":"50b996da7f14d7db","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":1725579061635,"stop":1725579061636,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push : Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"1a2a8693e9b43fbe","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1a2a8693e9b43fbe","status":"passed","time":{"start":1725578598310,"stop":1725578598310,"duration":0}},{"uid":"6efd2dc151eaaa48","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/6efd2dc151eaaa48","status":"passed","time":{"start":1725578273410,"stop":1725578273410,"duration":0}},{"uid":"b940f300b35c3cff","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/b940f300b35c3cff","status":"passed","time":{"start":1725577539371,"stop":1725577539372,"duration":1}},{"uid":"a07a1013f1fec092","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/a07a1013f1fec092","status":"passed","time":{"start":1725577200216,"stop":1725577200217,"duration":1}},{"uid":"a32c6b5db472c2ad","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a32c6b5db472c2ad","status":"passed","time":{"start":1725577150915,"stop":1725577150915,"duration":0}},{"uid":"8a1da9fd912e41ed","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/8a1da9fd912e41ed","status":"passed","time":{"start":1725576726842,"stop":1725576726843,"duration":1}}]},"tags":[]},"source":"50b996da7f14d7db.json","parameterValues":[]} \ No newline at end of file +{"uid":"e0ab9090bd91daec","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":1726218651143,"stop":1726218651143,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"52508b15d22a620e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52508b15d22a620e","status":"passed","time":{"start":1726218550064,"stop":1726218550064,"duration":0}},{"uid":"394d8788832ad6a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/394d8788832ad6a8","status":"passed","time":{"start":1726217804575,"stop":1726217804575,"duration":0}},{"uid":"1b17c8f499cc26b7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1b17c8f499cc26b7","status":"passed","time":{"start":1726217733941,"stop":1726217733942,"duration":1}}]},"tags":[]},"source":"e0ab9090bd91daec.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/12c2c3ac1129cfcb.json b/7434/data/test-cases/e1257e39e3e11b97.json similarity index 75% rename from 7408/data/test-cases/12c2c3ac1129cfcb.json rename to 7434/data/test-cases/e1257e39e3e11b97.json index cb9e86f3986..ef29d368e68 100644 --- a/7408/data/test-cases/12c2c3ac1129cfcb.json +++ b/7434/data/test-cases/e1257e39e3e11b97.json @@ -1 +1 @@ -{"uid":"12c2c3ac1129cfcb","name":"Renews peer on consistent missed messages","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Renews peer on consistent missed messages","historyId":"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578868806,"stop":1725578868806,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"3cd8da0cd79afadf","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/3cd8da0cd79afadf","status":"passed","time":{"start":1725578410052,"stop":1725578410052,"duration":0}},{"uid":"2712ab4809baf693","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2712ab4809baf693","status":"passed","time":{"start":1725578085229,"stop":1725578085230,"duration":1}},{"uid":"5cdaed19474bb14e","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5cdaed19474bb14e","status":"passed","time":{"start":1725577347349,"stop":1725577347349,"duration":0}},{"uid":"4764208cfdeefcc3","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4764208cfdeefcc3","status":"passed","time":{"start":1725577004110,"stop":1725577004110,"duration":0}},{"uid":"cb73c11be2ad3163","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/cb73c11be2ad3163","status":"passed","time":{"start":1725576948438,"stop":1725576948438,"duration":0}},{"uid":"5739212e2eba8b40","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5739212e2eba8b40","status":"passed","time":{"start":1725576535325,"stop":1725576535326,"duration":1}}]},"tags":[]},"source":"12c2c3ac1129cfcb.json","parameterValues":[]} \ No newline at end of file +{"uid":"e1257e39e3e11b97","name":"Renews peer on consistent missed messages","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Renews peer on consistent missed messages","historyId":"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218447521,"stop":1726218447522,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1aba56ee765fd733","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1aba56ee765fd733","status":"passed","time":{"start":1726218356743,"stop":1726218356744,"duration":1}},{"uid":"25240476a78d2eb7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/25240476a78d2eb7","status":"passed","time":{"start":1726217603245,"stop":1726217603246,"duration":1}},{"uid":"8daac96fc93489dd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8daac96fc93489dd","status":"passed","time":{"start":1726217544018,"stop":1726217544018,"duration":0}}]},"tags":[]},"source":"e1257e39e3e11b97.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/92d45c37aee2a04a.json b/7434/data/test-cases/e1626e82bcffce8f.json similarity index 77% rename from 7408/data/test-cases/92d45c37aee2a04a.json rename to 7434/data/test-cases/e1626e82bcffce8f.json index d19d22f2634..82b9907a726 100644 --- a/7408/data/test-cases/92d45c37aee2a04a.json +++ b/7434/data/test-cases/e1626e82bcffce8f.json @@ -1 +1 @@ -{"uid":"92d45c37aee2a04a","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":1725579297961,"stop":1725579297961,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"8385be39d9cd731d","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8385be39d9cd731d","status":"passed","time":{"start":1725578825348,"stop":1725578825348,"duration":0}},{"uid":"3482e11c61ef34c3","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3482e11c61ef34c3","status":"passed","time":{"start":1725578516998,"stop":1725578516998,"duration":0}},{"uid":"fc958265bb1867a5","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/fc958265bb1867a5","status":"passed","time":{"start":1725577784909,"stop":1725577784910,"duration":1}},{"uid":"cb32e85fa18f8d06","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/cb32e85fa18f8d06","status":"passed","time":{"start":1725577433755,"stop":1725577433755,"duration":0}},{"uid":"b8003d32aa0d70a1","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b8003d32aa0d70a1","status":"passed","time":{"start":1725577392049,"stop":1725577392049,"duration":0}},{"uid":"2250bfbf8e28b6ea","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2250bfbf8e28b6ea","status":"passed","time":{"start":1725576971831,"stop":1725576971831,"duration":0}}]},"tags":[]},"source":"92d45c37aee2a04a.json","parameterValues":[]} \ No newline at end of file +{"uid":"e1626e82bcffce8f","name":"Renews subscription after lossing a connection","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Renews subscription after lossing a connection","historyId":"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218879334,"stop":1726218879335,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e81fc83479590fb4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e81fc83479590fb4","status":"passed","time":{"start":1726218787582,"stop":1726218787582,"duration":0}},{"uid":"372da25cb686d3f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/372da25cb686d3f6","status":"passed","time":{"start":1726218066288,"stop":1726218066288,"duration":0}},{"uid":"c64ba619f7f72e0e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c64ba619f7f72e0e","status":"passed","time":{"start":1726217965311,"stop":1726217965311,"duration":0}}]},"tags":[]},"source":"e1626e82bcffce8f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/3c35925f5611834e.json b/7434/data/test-cases/e19e7dbaf9afd4d3.json similarity index 58% rename from 7408/data/test-cases/3c35925f5611834e.json rename to 7434/data/test-cases/e19e7dbaf9afd4d3.json index 701e0623011..fdef6847827 100644 --- a/7408/data/test-cases/3c35925f5611834e.json +++ b/7434/data/test-cases/e19e7dbaf9afd4d3.json @@ -1 +1 @@ -{"uid":"3c35925f5611834e","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":1725578730397,"stop":1725578730398,"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":7,"unknown":0,"total":7},"items":[{"uid":"9829643189eb305a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/9829643189eb305a","status":"passed","time":{"start":1725578273566,"stop":1725578273566,"duration":0}},{"uid":"45764ebf2fe3eb","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/45764ebf2fe3eb","status":"passed","time":{"start":1725577945950,"stop":1725577945951,"duration":1}},{"uid":"f32e1d581e3e78ec","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f32e1d581e3e78ec","status":"passed","time":{"start":1725577213597,"stop":1725577213597,"duration":0}},{"uid":"5fcdbc955ccbd048","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/5fcdbc955ccbd048","status":"passed","time":{"start":1725576860205,"stop":1725576860205,"duration":0}},{"uid":"594150266464f300","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/594150266464f300","status":"passed","time":{"start":1725576813310,"stop":1725576813311,"duration":1}},{"uid":"5b56b2fc831c7471","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5b56b2fc831c7471","status":"passed","time":{"start":1725576395197,"stop":1725576395198,"duration":1}}]},"tags":[]},"source":"3c35925f5611834e.json","parameterValues":[]} \ No newline at end of file +{"uid":"e19e7dbaf9afd4d3","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":1726218304470,"stop":1726218304470,"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":4,"unknown":0,"total":4},"items":[{"uid":"22ded3534b56c279","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/22ded3534b56c279","status":"passed","time":{"start":1726218209565,"stop":1726218209565,"duration":0}},{"uid":"bc42a85f29c1e597","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bc42a85f29c1e597","status":"passed","time":{"start":1726217463040,"stop":1726217463041,"duration":1}},{"uid":"3ef44cc1fdcf7f1e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3ef44cc1fdcf7f1e","status":"passed","time":{"start":1726217404607,"stop":1726217404607,"duration":0}}]},"tags":[]},"source":"e19e7dbaf9afd4d3.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/e2142edc0914b7.json b/7434/data/test-cases/e2142edc0914b7.json new file mode 100644 index 00000000000..d979572435d --- /dev/null +++ b/7434/data/test-cases/e2142edc0914b7.json @@ -0,0 +1 @@ +{"uid":"e2142edc0914b7","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":1726218778284,"stop":1726218778284,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"79f7a82cbb5fc50f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79f7a82cbb5fc50f","status":"passed","time":{"start":1726218673561,"stop":1726218673561,"duration":0}},{"uid":"53bbf43931b3a13e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53bbf43931b3a13e","status":"passed","time":{"start":1726217946740,"stop":1726217946740,"duration":0}},{"uid":"416e571313eb21dd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/416e571313eb21dd","status":"passed","time":{"start":1726217862789,"stop":1726217862790,"duration":1}}]},"tags":[]},"source":"e2142edc0914b7.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/3807057f1e206452.json b/7434/data/test-cases/e2472066eaba930c.json similarity index 92% rename from 7408/data/test-cases/3807057f1e206452.json rename to 7434/data/test-cases/e2472066eaba930c.json index edd057ea158..a0491a83663 100644 --- a/7408/data/test-cases/3807057f1e206452.json +++ b/7434/data/test-cases/e2472066eaba930c.json @@ -1 +1 @@ -{"uid":"3807057f1e206452","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":1725579297960,"stop":1725579297960,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"8f7c9daff6b9c149","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8f7c9daff6b9c149","status":"passed","time":{"start":1725578825347,"stop":1725578825347,"duration":0}},{"uid":"9db9cc13eda81df1","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9db9cc13eda81df1","status":"passed","time":{"start":1725578516986,"stop":1725578516997,"duration":11}},{"uid":"105a5a6dbeaa9d0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/105a5a6dbeaa9d0","status":"passed","time":{"start":1725577784907,"stop":1725577784908,"duration":1}},{"uid":"8227ac1f01306781","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/8227ac1f01306781","status":"passed","time":{"start":1725577433753,"stop":1725577433753,"duration":0}},{"uid":"b1191f03834e2308","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b1191f03834e2308","status":"passed","time":{"start":1725577392048,"stop":1725577392048,"duration":0}},{"uid":"86d21c1fd60ffe16","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/86d21c1fd60ffe16","status":"passed","time":{"start":1725576971830,"stop":1725576971830,"duration":0}}]},"tags":[]},"source":"3807057f1e206452.json","parameterValues":[]} \ No newline at end of file +{"uid":"e2472066eaba930c","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":1726218879294,"stop":1726218879294,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4e005962cff73193","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4e005962cff73193","status":"passed","time":{"start":1726218787576,"stop":1726218787576,"duration":0}},{"uid":"6bf5e85ce279ac3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6bf5e85ce279ac3","status":"passed","time":{"start":1726218066278,"stop":1726218066279,"duration":1}},{"uid":"16942950b705369f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/16942950b705369f","status":"passed","time":{"start":1726217965302,"stop":1726217965302,"duration":0}}]},"tags":[]},"source":"e2472066eaba930c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/54b399f7597962bb.json b/7434/data/test-cases/e2c0d30e8b718f94.json similarity index 92% rename from 7408/data/test-cases/54b399f7597962bb.json rename to 7434/data/test-cases/e2c0d30e8b718f94.json index 32b1eaa43d0..ae2d7575c39 100644 --- a/7408/data/test-cases/54b399f7597962bb.json +++ b/7434/data/test-cases/e2c0d30e8b718f94.json @@ -1 +1 @@ -{"uid":"54b399f7597962bb","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":1725579297983,"stop":1725579297983,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"203edb40744b313e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/203edb40744b313e","status":"passed","time":{"start":1725578825352,"stop":1725578825353,"duration":1}},{"uid":"9c2ebc8a38f6517b","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9c2ebc8a38f6517b","status":"passed","time":{"start":1725578517004,"stop":1725578517005,"duration":1}},{"uid":"60684efb5e9f2f29","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/60684efb5e9f2f29","status":"passed","time":{"start":1725577784920,"stop":1725577784921,"duration":1}},{"uid":"b111f0ceb3c67617","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b111f0ceb3c67617","status":"passed","time":{"start":1725577433784,"stop":1725577433785,"duration":1}},{"uid":"3feec40d2d3610a5","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/3feec40d2d3610a5","status":"passed","time":{"start":1725577392063,"stop":1725577392063,"duration":0}},{"uid":"8483d26cc0cfb945","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/8483d26cc0cfb945","status":"passed","time":{"start":1725576971847,"stop":1725576971848,"duration":1}}]},"tags":[]},"source":"54b399f7597962bb.json","parameterValues":[]} \ No newline at end of file +{"uid":"e2c0d30e8b718f94","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":1726218879332,"stop":1726218879332,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"15ca0db8bfadcd87","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/15ca0db8bfadcd87","status":"passed","time":{"start":1726218787581,"stop":1726218787581,"duration":0}},{"uid":"477edff38104fe68","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/477edff38104fe68","status":"passed","time":{"start":1726218066287,"stop":1726218066287,"duration":0}},{"uid":"65336afe3cf8be2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/65336afe3cf8be2","status":"passed","time":{"start":1726217965310,"stop":1726217965311,"duration":1}}]},"tags":[]},"source":"e2c0d30e8b718f94.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f059885be9039cd.json b/7434/data/test-cases/e2f50fdc6756f9a.json similarity index 77% rename from 7408/data/test-cases/f059885be9039cd.json rename to 7434/data/test-cases/e2f50fdc6756f9a.json index a2f4d3554ad..1a47d72feed 100644 --- a/7408/data/test-cases/f059885be9039cd.json +++ b/7434/data/test-cases/e2f50fdc6756f9a.json @@ -1 +1 @@ -{"uid":"f059885be9039cd","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":1725579297962,"stop":1725579297962,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"4adde506a154a671","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/4adde506a154a671","status":"passed","time":{"start":1725578825350,"stop":1725578825350,"duration":0}},{"uid":"eba3eb596a858548","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/eba3eb596a858548","status":"passed","time":{"start":1725578517000,"stop":1725578517000,"duration":0}},{"uid":"acc816b2b4aae10c","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/acc816b2b4aae10c","status":"passed","time":{"start":1725577784914,"stop":1725577784915,"duration":1}},{"uid":"97ebd772d51991b2","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/97ebd772d51991b2","status":"passed","time":{"start":1725577433773,"stop":1725577433774,"duration":1}},{"uid":"d11a52f67759b158","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d11a52f67759b158","status":"passed","time":{"start":1725577392051,"stop":1725577392054,"duration":3}},{"uid":"4a02a4313cc41cb7","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4a02a4313cc41cb7","status":"passed","time":{"start":1725576971832,"stop":1725576971834,"duration":2}}]},"tags":[]},"source":"f059885be9039cd.json","parameterValues":[]} \ No newline at end of file +{"uid":"e2f50fdc6756f9a","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":1726218879315,"stop":1726218879317,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"24d3bb3587a9e41c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/24d3bb3587a9e41c","status":"passed","time":{"start":1726218787578,"stop":1726218787578,"duration":0}},{"uid":"971f7a4609b7c8bc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/971f7a4609b7c8bc","status":"passed","time":{"start":1726218066280,"stop":1726218066280,"duration":0}},{"uid":"3051677249387c7a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3051677249387c7a","status":"passed","time":{"start":1726217965304,"stop":1726217965304,"duration":0}}]},"tags":[]},"source":"e2f50fdc6756f9a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ad18b70b08164c52.json b/7434/data/test-cases/e3723453c66ff63c.json similarity index 91% rename from 7408/data/test-cases/ad18b70b08164c52.json rename to 7434/data/test-cases/e3723453c66ff63c.json index 1a7c3fe8706..95b91a9cba1 100644 --- a/7408/data/test-cases/ad18b70b08164c52.json +++ b/7434/data/test-cases/e3723453c66ff63c.json @@ -1 +1 @@ -{"uid":"ad18b70b08164c52","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":1725579181242,"stop":1725579181242,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"93a3efb65ed20785","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/93a3efb65ed20785","status":"passed","time":{"start":1725578712605,"stop":1725578712606,"duration":1}},{"uid":"3b211370704c2479","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/3b211370704c2479","status":"passed","time":{"start":1725578380211,"stop":1725578380211,"duration":0}},{"uid":"e8706aae8970fc0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e8706aae8970fc0","status":"passed","time":{"start":1725577661441,"stop":1725577661441,"duration":0}},{"uid":"aee1cd469994a0bb","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/aee1cd469994a0bb","status":"passed","time":{"start":1725577308278,"stop":1725577308279,"duration":1}},{"uid":"b44214641752bcbd","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b44214641752bcbd","status":"passed","time":{"start":1725577255332,"stop":1725577255332,"duration":0}},{"uid":"b2fa00412016bbef","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/b2fa00412016bbef","status":"passed","time":{"start":1725576839378,"stop":1725576839378,"duration":0}}]},"tags":[]},"source":"ad18b70b08164c52.json","parameterValues":[]} \ No newline at end of file +{"uid":"e3723453c66ff63c","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":1726218764087,"stop":1726218764088,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"e4a7e6c813437fa9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e4a7e6c813437fa9","status":"passed","time":{"start":1726218659004,"stop":1726218659005,"duration":1}},{"uid":"6aa958d8323dee57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6aa958d8323dee57","status":"passed","time":{"start":1726217924734,"stop":1726217924734,"duration":0}},{"uid":"b1bbc071fdf70d1b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1bbc071fdf70d1b","status":"passed","time":{"start":1726217840475,"stop":1726217840475,"duration":0}}]},"tags":[]},"source":"e3723453c66ff63c.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/e3965ed3e5cf3bc2.json b/7434/data/test-cases/e3965ed3e5cf3bc2.json new file mode 100644 index 00000000000..139879ffd4c --- /dev/null +++ b/7434/data/test-cases/e3965ed3e5cf3bc2.json @@ -0,0 +1 @@ +{"uid":"e3965ed3e5cf3bc2","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":1726218296383,"stop":1726218296384,"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":4,"unknown":0,"total":4},"items":[{"uid":"df46912ca70791e8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/df46912ca70791e8","status":"passed","time":{"start":1726218201683,"stop":1726218201684,"duration":1}},{"uid":"41a7ad292313b330","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/41a7ad292313b330","status":"passed","time":{"start":1726217454964,"stop":1726217454965,"duration":1}},{"uid":"e091f02068740f43","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e091f02068740f43","status":"passed","time":{"start":1726217396430,"stop":1726217396430,"duration":0}}]},"tags":[]},"source":"e3965ed3e5cf3bc2.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/e3b3dd6dd177dce6.json b/7434/data/test-cases/e3b3dd6dd177dce6.json new file mode 100644 index 00000000000..bae2c186df2 --- /dev/null +++ b/7434/data/test-cases/e3b3dd6dd177dce6.json @@ -0,0 +1 @@ +{"uid":"e3b3dd6dd177dce6","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":1726218914872,"stop":1726218914872,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"164ccb0b31adbfa8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/164ccb0b31adbfa8","status":"passed","time":{"start":1726218826916,"stop":1726218826917,"duration":1}},{"uid":"c1f0d09bf50e1802","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1f0d09bf50e1802","status":"passed","time":{"start":1726218091298,"stop":1726218091299,"duration":1}},{"uid":"31f56b0734fa8551","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/31f56b0734fa8551","status":"passed","time":{"start":1726218000389,"stop":1726218000390,"duration":1}}]},"tags":[]},"source":"e3b3dd6dd177dce6.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6e2d9719e6b69d97.json b/7434/data/test-cases/e3de853524dbbd72.json similarity index 92% rename from 7408/data/test-cases/6e2d9719e6b69d97.json rename to 7434/data/test-cases/e3de853524dbbd72.json index 3f0f5e1deb8..e02962220a9 100644 --- a/7408/data/test-cases/6e2d9719e6b69d97.json +++ b/7434/data/test-cases/e3de853524dbbd72.json @@ -1 +1 @@ -{"uid":"6e2d9719e6b69d97","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":1725579297960,"stop":1725579297961,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"9fec351599e0a192","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/9fec351599e0a192","status":"passed","time":{"start":1725578825348,"stop":1725578825348,"duration":0}},{"uid":"37091d8cdae21135","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/37091d8cdae21135","status":"passed","time":{"start":1725578516997,"stop":1725578516997,"duration":0}},{"uid":"637f5e1ef3ddbd2e","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/637f5e1ef3ddbd2e","status":"passed","time":{"start":1725577784908,"stop":1725577784909,"duration":1}},{"uid":"43a93b9ee0141f1d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/43a93b9ee0141f1d","status":"passed","time":{"start":1725577433753,"stop":1725577433755,"duration":2}},{"uid":"252dd28e95719516","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/252dd28e95719516","status":"passed","time":{"start":1725577392048,"stop":1725577392049,"duration":1}},{"uid":"75240a5c1c3651c1","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/75240a5c1c3651c1","status":"passed","time":{"start":1725576971830,"stop":1725576971830,"duration":0}}]},"tags":[]},"source":"6e2d9719e6b69d97.json","parameterValues":[]} \ No newline at end of file +{"uid":"e3de853524dbbd72","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":1726218879294,"stop":1726218879298,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e14c30f84e8d33ca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e14c30f84e8d33ca","status":"passed","time":{"start":1726218787576,"stop":1726218787577,"duration":1}},{"uid":"eb457267617fafac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb457267617fafac","status":"passed","time":{"start":1726218066279,"stop":1726218066279,"duration":0}},{"uid":"52308df98022a0f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/52308df98022a0f2","status":"passed","time":{"start":1726217965302,"stop":1726217965303,"duration":1}}]},"tags":[]},"source":"e3de853524dbbd72.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d003841a8ad792a0.json b/7434/data/test-cases/e42a676bd4df1918.json similarity index 81% rename from 7408/data/test-cases/d003841a8ad792a0.json rename to 7434/data/test-cases/e42a676bd4df1918.json index 6957509a00f..9eb7d27815f 100644 --- a/7408/data/test-cases/d003841a8ad792a0.json +++ b/7434/data/test-cases/e42a676bd4df1918.json @@ -1 +1 @@ -{"uid":"d003841a8ad792a0","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":1725579302119,"stop":1725579302119,"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":7,"unknown":0,"total":7},"items":[{"uid":"5c2da015f7b6f8d8","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5c2da015f7b6f8d8","status":"passed","time":{"start":1725578838720,"stop":1725578838721,"duration":1}},{"uid":"7ac5bc5a884e3905","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/7ac5bc5a884e3905","status":"passed","time":{"start":1725578498374,"stop":1725578498374,"duration":0}},{"uid":"48a4a622cd53f93a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/48a4a622cd53f93a","status":"passed","time":{"start":1725577773149,"stop":1725577773150,"duration":1}},{"uid":"9828c5770e24798d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9828c5770e24798d","status":"passed","time":{"start":1725577428839,"stop":1725577428839,"duration":0}},{"uid":"c7d9f067616c689f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c7d9f067616c689f","status":"passed","time":{"start":1725577388038,"stop":1725577388038,"duration":0}},{"uid":"629dd5d13583ca64","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/629dd5d13583ca64","status":"passed","time":{"start":1725576955264,"stop":1725576955265,"duration":1}}]},"tags":[]},"source":"d003841a8ad792a0.json","parameterValues":[]} \ No newline at end of file +{"uid":"e42a676bd4df1918","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":1726218886395,"stop":1726218886395,"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":4,"unknown":0,"total":4},"items":[{"uid":"8aa21cfab6a92bd2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8aa21cfab6a92bd2","status":"passed","time":{"start":1726218791848,"stop":1726218791849,"duration":1}},{"uid":"57a626a4a7efd37c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/57a626a4a7efd37c","status":"passed","time":{"start":1726218054694,"stop":1726218054699,"duration":5}},{"uid":"ba991ba93dd263da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba991ba93dd263da","status":"passed","time":{"start":1726217965433,"stop":1726217965433,"duration":0}}]},"tags":[]},"source":"e42a676bd4df1918.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/10f1f47ac6f8c969.json b/7434/data/test-cases/e4a937ac5fb40ce2.json similarity index 76% rename from 7408/data/test-cases/10f1f47ac6f8c969.json rename to 7434/data/test-cases/e4a937ac5fb40ce2.json index fbcbc7125b9..b40f1577bb6 100644 --- a/7408/data/test-cases/10f1f47ac6f8c969.json +++ b/7434/data/test-cases/e4a937ac5fb40ce2.json @@ -1 +1 @@ -{"uid":"10f1f47ac6f8c969","name":"Keep-alive pings maintain the connection","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Keep-alive pings maintain the connection","historyId":"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578868804,"stop":1725578868804,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"f70e78f249ee3d41","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f70e78f249ee3d41","status":"passed","time":{"start":1725578410047,"stop":1725578410050,"duration":3}},{"uid":"501ddf19b3cc90b8","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/501ddf19b3cc90b8","status":"passed","time":{"start":1725578085227,"stop":1725578085227,"duration":0}},{"uid":"5b3eb3ae8b031cfb","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5b3eb3ae8b031cfb","status":"passed","time":{"start":1725577347348,"stop":1725577347348,"duration":0}},{"uid":"7f259c465611d68b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7f259c465611d68b","status":"passed","time":{"start":1725577004108,"stop":1725577004108,"duration":0}},{"uid":"83c2dbf363e0280c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/83c2dbf363e0280c","status":"passed","time":{"start":1725576948435,"stop":1725576948435,"duration":0}},{"uid":"145b8ca5c2b6d90","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/145b8ca5c2b6d90","status":"passed","time":{"start":1725576535323,"stop":1725576535324,"duration":1}}]},"tags":[]},"source":"10f1f47ac6f8c969.json","parameterValues":[]} \ No newline at end of file +{"uid":"e4a937ac5fb40ce2","name":"Keep-alive pings maintain the connection","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Keep-alive pings maintain the connection","historyId":"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218447509,"stop":1726218447513,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"66705d2c534bfe65","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/66705d2c534bfe65","status":"passed","time":{"start":1726218356741,"stop":1726218356742,"duration":1}},{"uid":"c6982ab836910f17","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c6982ab836910f17","status":"passed","time":{"start":1726217603238,"stop":1726217603243,"duration":5}},{"uid":"ed33559ab5df2fc1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ed33559ab5df2fc1","status":"passed","time":{"start":1726217544016,"stop":1726217544017,"duration":1}}]},"tags":[]},"source":"e4a937ac5fb40ce2.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/8f818beae202cc23.json b/7434/data/test-cases/e4f7fe4843bd6df8.json similarity index 93% rename from 7408/data/test-cases/8f818beae202cc23.json rename to 7434/data/test-cases/e4f7fe4843bd6df8.json index 37513ef8ea2..243617e2da3 100644 --- a/7408/data/test-cases/8f818beae202cc23.json +++ b/7434/data/test-cases/e4f7fe4843bd6df8.json @@ -1 +1 @@ -{"uid":"8f818beae202cc23","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":1725579187566,"stop":1725579187567,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"8e95f0c50b836871","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8e95f0c50b836871","status":"passed","time":{"start":1725578730884,"stop":1725578730884,"duration":0}},{"uid":"2a1a44bba47c0d69","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2a1a44bba47c0d69","status":"passed","time":{"start":1725578399086,"stop":1725578399086,"duration":0}},{"uid":"12d5496e91d2275","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/12d5496e91d2275","status":"passed","time":{"start":1725577666258,"stop":1725577666258,"duration":0}},{"uid":"2fe125912e6223d4","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/2fe125912e6223d4","status":"passed","time":{"start":1725577318865,"stop":1725577318865,"duration":0}},{"uid":"69c3660851b1a3e3","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/69c3660851b1a3e3","status":"passed","time":{"start":1725577277087,"stop":1725577277088,"duration":1}},{"uid":"1eee0985bbc4a5ed","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/1eee0985bbc4a5ed","status":"passed","time":{"start":1725576853135,"stop":1725576853135,"duration":0}}]},"tags":[]},"source":"8f818beae202cc23.json","parameterValues":[]} \ No newline at end of file +{"uid":"e4f7fe4843bd6df8","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":1726218778184,"stop":1726218778185,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"eabfafbaca298179","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eabfafbaca298179","status":"passed","time":{"start":1726218673543,"stop":1726218673543,"duration":0}},{"uid":"e5713b8a06afbb25","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5713b8a06afbb25","status":"passed","time":{"start":1726217946676,"stop":1726217946677,"duration":1}},{"uid":"c44a7164316ca6de","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c44a7164316ca6de","status":"passed","time":{"start":1726217862768,"stop":1726217862768,"duration":0}}]},"tags":[]},"source":"e4f7fe4843bd6df8.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/e531ad16ba5f39b8.json b/7434/data/test-cases/e531ad16ba5f39b8.json new file mode 100644 index 00000000000..178e3d9fa7f --- /dev/null +++ b/7434/data/test-cases/e531ad16ba5f39b8.json @@ -0,0 +1 @@ +{"uid":"e531ad16ba5f39b8","name":"topics with same application and version share the same shard","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > topics with same application and version share the same shard","historyId":"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283086,"stop":1726218283086,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7ce696f5d7959c78","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7ce696f5d7959c78","status":"passed","time":{"start":1726218188587,"stop":1726218188588,"duration":1}},{"uid":"8a5c88f1c5b0ac16","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a5c88f1c5b0ac16","status":"passed","time":{"start":1726217441548,"stop":1726217441548,"duration":0}},{"uid":"5336729eead1382d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5336729eead1382d","status":"passed","time":{"start":1726217383211,"stop":1726217383211,"duration":0}}]},"tags":[]},"source":"e531ad16ba5f39b8.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/592ef6da92228d83.json b/7434/data/test-cases/e54237eb4078a173.json similarity index 60% rename from 7408/data/test-cases/592ef6da92228d83.json rename to 7434/data/test-cases/e54237eb4078a173.json index bf3478ca070..6b5b104d64d 100644 --- a/7408/data/test-cases/592ef6da92228d83.json +++ b/7434/data/test-cases/e54237eb4078a173.json @@ -1 +1 @@ -{"uid":"592ef6da92228d83","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":1725579312020,"stop":1725579312020,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (Autosharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"dd8abc9404e5a3c7","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/dd8abc9404e5a3c7","status":"passed","time":{"start":1725578849114,"stop":1725578849115,"duration":1}},{"uid":"953aab8a718111e5","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/953aab8a718111e5","status":"passed","time":{"start":1725578530874,"stop":1725578530874,"duration":0}},{"uid":"fd02709fdc511204","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/fd02709fdc511204","status":"passed","time":{"start":1725577787477,"stop":1725577787477,"duration":0}},{"uid":"d9e1de20de8de4c3","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/d9e1de20de8de4c3","status":"passed","time":{"start":1725577449701,"stop":1725577449702,"duration":1}},{"uid":"23f598ce93a97530","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/23f598ce93a97530","status":"passed","time":{"start":1725577395956,"stop":1725577395956,"duration":0}},{"uid":"fdc314cbf1542f01","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/fdc314cbf1542f01","status":"passed","time":{"start":1725576980957,"stop":1725576980957,"duration":0}}]},"tags":[]},"source":"592ef6da92228d83.json","parameterValues":[]} \ No newline at end of file +{"uid":"e54237eb4078a173","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":1726218903392,"stop":1726218903392,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (Autosharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cb72a92c80cdd6d5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cb72a92c80cdd6d5","status":"passed","time":{"start":1726218807910,"stop":1726218807913,"duration":3}},{"uid":"95127b0d06c21192","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95127b0d06c21192","status":"passed","time":{"start":1726218061979,"stop":1726218061979,"duration":0}},{"uid":"34422e33baec63e0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/34422e33baec63e0","status":"passed","time":{"start":1726217984950,"stop":1726217984950,"duration":0}}]},"tags":[]},"source":"e54237eb4078a173.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/c7c1fa80fcc116cc.json b/7434/data/test-cases/e5ae7cf2dffd4dfd.json similarity index 90% rename from 7408/data/test-cases/c7c1fa80fcc116cc.json rename to 7434/data/test-cases/e5ae7cf2dffd4dfd.json index 9d450e5746d..289cb3c376d 100644 --- a/7408/data/test-cases/c7c1fa80fcc116cc.json +++ b/7434/data/test-cases/e5ae7cf2dffd4dfd.json @@ -1 +1 @@ -{"uid":"c7c1fa80fcc116cc","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":1725578940139,"stop":1725578940140,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"481c76f3a53246f9","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/481c76f3a53246f9","status":"passed","time":{"start":1725578482064,"stop":1725578482065,"duration":1}},{"uid":"60c82c4e292c0d42","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/60c82c4e292c0d42","status":"passed","time":{"start":1725578159563,"stop":1725578159563,"duration":0}},{"uid":"593cc878b16c3a27","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/593cc878b16c3a27","status":"passed","time":{"start":1725577422737,"stop":1725577422737,"duration":0}},{"uid":"5c3a35fbe6f09bf0","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/5c3a35fbe6f09bf0","status":"passed","time":{"start":1725577067069,"stop":1725577067070,"duration":1}},{"uid":"30102fe623c62479","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/30102fe623c62479","status":"passed","time":{"start":1725577018834,"stop":1725577018834,"duration":0}},{"uid":"978169c1d66c02b6","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/978169c1d66c02b6","status":"passed","time":{"start":1725576607337,"stop":1725576607338,"duration":1}}]},"tags":[]},"source":"c7c1fa80fcc116cc.json","parameterValues":[]} \ No newline at end of file +{"uid":"e5ae7cf2dffd4dfd","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":1726218510982,"stop":1726218510983,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"1c01d07eb6f2c8d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c01d07eb6f2c8d","status":"passed","time":{"start":1726218417151,"stop":1726218417151,"duration":0}},{"uid":"743618d37056dc7e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/743618d37056dc7e","status":"passed","time":{"start":1726217677826,"stop":1726217677827,"duration":1}},{"uid":"6ddb7b9421b4a6f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6ddb7b9421b4a6f3","status":"passed","time":{"start":1726217616844,"stop":1726217616844,"duration":0}}]},"tags":[]},"source":"e5ae7cf2dffd4dfd.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/aef8cf949809c74e.json b/7434/data/test-cases/e5bfcd69cca79801.json similarity index 69% rename from 7408/data/test-cases/aef8cf949809c74e.json rename to 7434/data/test-cases/e5bfcd69cca79801.json index b831bdaaf02..1830005682c 100644 --- a/7408/data/test-cases/aef8cf949809c74e.json +++ b/7434/data/test-cases/e5bfcd69cca79801.json @@ -1 +1 @@ -{"uid":"aef8cf949809c74e","name":"Promise Callback - true","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - true","historyId":"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579303510,"stop":1725579303511,"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":7,"unknown":0,"total":7},"items":[{"uid":"1951826a1ee01980","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1951826a1ee01980","status":"passed","time":{"start":1725578839251,"stop":1725578839252,"duration":1}},{"uid":"b738399fee0335c1","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/b738399fee0335c1","status":"passed","time":{"start":1725578520681,"stop":1725578520682,"duration":1}},{"uid":"7c47b698bbb6fa93","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7c47b698bbb6fa93","status":"passed","time":{"start":1725577773275,"stop":1725577773275,"duration":0}},{"uid":"e6facf92e5a4158c","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e6facf92e5a4158c","status":"passed","time":{"start":1725577437290,"stop":1725577437290,"duration":0}},{"uid":"581c7b3e91c40d02","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/581c7b3e91c40d02","status":"passed","time":{"start":1725577385037,"stop":1725577385038,"duration":1}},{"uid":"13ece3aeecdb39ef","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/13ece3aeecdb39ef","status":"passed","time":{"start":1725576970756,"stop":1725576970756,"duration":0}}]},"tags":[]},"source":"aef8cf949809c74e.json","parameterValues":[]} \ No newline at end of file +{"uid":"e5bfcd69cca79801","name":"Promise Callback - true","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - true","historyId":"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218885489,"stop":1726218885489,"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":4,"unknown":0,"total":4},"items":[{"uid":"7aef65423cc1bd39","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7aef65423cc1bd39","status":"passed","time":{"start":1726218803160,"stop":1726218803160,"duration":0}},{"uid":"be7ef5cf7a377c0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be7ef5cf7a377c0","status":"passed","time":{"start":1726218063109,"stop":1726218063110,"duration":1}},{"uid":"60db92e480a1f313","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/60db92e480a1f313","status":"passed","time":{"start":1726217974421,"stop":1726217974422,"duration":1}}]},"tags":[]},"source":"e5bfcd69cca79801.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/dd140f84b4a2d51e.json b/7434/data/test-cases/e62d5bd582ce8d02.json similarity index 61% rename from 7408/data/test-cases/dd140f84b4a2d51e.json rename to 7434/data/test-cases/e62d5bd582ce8d02.json index f95a9b80521..bb223ca7739 100644 --- a/7408/data/test-cases/dd140f84b4a2d51e.json +++ b/7434/data/test-cases/e62d5bd582ce8d02.json @@ -1 +1 @@ -{"uid":"dd140f84b4a2d51e","name":"Publishes to nwaku","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Publishes to nwaku","historyId":"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579207436,"stop":1725579207437,"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":7,"unknown":0,"total":7},"items":[{"uid":"684caaf1faf83e7a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/684caaf1faf83e7a","status":"passed","time":{"start":1725578736957,"stop":1725578736957,"duration":0}},{"uid":"156c8ccd0d8c809a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/156c8ccd0d8c809a","status":"passed","time":{"start":1725578407338,"stop":1725578407338,"duration":0}},{"uid":"5551d1c5395126b6","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5551d1c5395126b6","status":"passed","time":{"start":1725577684847,"stop":1725577684848,"duration":1}},{"uid":"77a9f0e9ed96e382","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/77a9f0e9ed96e382","status":"passed","time":{"start":1725577332138,"stop":1725577332138,"duration":0}},{"uid":"6d9963add5ef179a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/6d9963add5ef179a","status":"passed","time":{"start":1725577282084,"stop":1725577282084,"duration":0}},{"uid":"485a2229f8643bdb","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/485a2229f8643bdb","status":"passed","time":{"start":1725576864687,"stop":1725576864687,"duration":0}}]},"tags":[]},"source":"dd140f84b4a2d51e.json","parameterValues":[]} \ No newline at end of file +{"uid":"e62d5bd582ce8d02","name":"Publishes to nwaku","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Publishes to nwaku","historyId":"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218791622,"stop":1726218791622,"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":4,"unknown":0,"total":4},"items":[{"uid":"2f020ff3bf8d394","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2f020ff3bf8d394","status":"passed","time":{"start":1726218683564,"stop":1726218683565,"duration":1}},{"uid":"a42c67f43b954f20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a42c67f43b954f20","status":"passed","time":{"start":1726217949325,"stop":1726217949325,"duration":0}},{"uid":"c4f82f5d1b0948bc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4f82f5d1b0948bc","status":"passed","time":{"start":1726217865170,"stop":1726217865171,"duration":1}}]},"tags":[]},"source":"e62d5bd582ce8d02.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/3518bd7e37c0c2ba.json b/7434/data/test-cases/e6599e476169dbb6.json similarity index 67% rename from 7408/data/test-cases/3518bd7e37c0c2ba.json rename to 7434/data/test-cases/e6599e476169dbb6.json index ff011e932e9..2f59a08b0d1 100644 --- a/7408/data/test-cases/3518bd7e37c0c2ba.json +++ b/7434/data/test-cases/e6599e476169dbb6.json @@ -1 +1 @@ -{"uid":"3518bd7e37c0c2ba","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":1725578943275,"stop":1725578943276,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=6"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"f72c552f6591c3ac","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f72c552f6591c3ac","status":"passed","time":{"start":1725578482197,"stop":1725578482197,"duration":0}},{"uid":"a18da3461c788d59","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/a18da3461c788d59","status":"passed","time":{"start":1725578156673,"stop":1725578156673,"duration":0}},{"uid":"2f1b8630108daa42","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2f1b8630108daa42","status":"passed","time":{"start":1725577429931,"stop":1725577429931,"duration":0}},{"uid":"55524625d07b7971","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/55524625d07b7971","status":"passed","time":{"start":1725577060150,"stop":1725577060150,"duration":0}},{"uid":"358d96eda185825c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/358d96eda185825c","status":"passed","time":{"start":1725577040694,"stop":1725577040694,"duration":0}},{"uid":"5a6d40b0b51f086a","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5a6d40b0b51f086a","status":"passed","time":{"start":1725576604972,"stop":1725576604972,"duration":0}}]},"tags":[]},"source":"3518bd7e37c0c2ba.json","parameterValues":[]} \ No newline at end of file +{"uid":"e6599e476169dbb6","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":1726218523027,"stop":1726218523027,"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":4,"unknown":0,"total":4},"items":[{"uid":"b507b3185a1cfc39","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b507b3185a1cfc39","status":"passed","time":{"start":1726218422918,"stop":1726218422918,"duration":0}},{"uid":"7230c53b4db9a327","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7230c53b4db9a327","status":"passed","time":{"start":1726217687441,"stop":1726217687441,"duration":0}},{"uid":"28564344807cdb67","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/28564344807cdb67","status":"passed","time":{"start":1726217604523,"stop":1726217604524,"duration":1}}]},"tags":[]},"source":"e6599e476169dbb6.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f4b995391b87e9c2.json b/7434/data/test-cases/e67318fdb1b033ad.json similarity index 52% rename from 7408/data/test-cases/f4b995391b87e9c2.json rename to 7434/data/test-cases/e67318fdb1b033ad.json index 4498496c4da..306f7369177 100644 --- a/7408/data/test-cases/f4b995391b87e9c2.json +++ b/7434/data/test-cases/e67318fdb1b033ad.json @@ -1 +1 @@ -{"uid":"f4b995391b87e9c2","name":"Delete observer","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Delete observer","historyId":"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579185225,"stop":1725579185226,"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":7,"unknown":0,"total":7},"items":[{"uid":"dab506c84368cd78","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/dab506c84368cd78","status":"passed","time":{"start":1725578715260,"stop":1725578715260,"duration":0}},{"uid":"584d4f7cb0bd8eb8","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/584d4f7cb0bd8eb8","status":"passed","time":{"start":1725578384151,"stop":1725578384152,"duration":1}},{"uid":"f36ebd96b3adf190","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f36ebd96b3adf190","status":"passed","time":{"start":1725577665254,"stop":1725577665254,"duration":0}},{"uid":"1d9e25a853712a43","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1d9e25a853712a43","status":"passed","time":{"start":1725577312393,"stop":1725577312393,"duration":0}},{"uid":"8aa45437f93bc45c","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8aa45437f93bc45c","status":"passed","time":{"start":1725577259016,"stop":1725577259016,"duration":0}},{"uid":"69dbd4f88c030ac2","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/69dbd4f88c030ac2","status":"passed","time":{"start":1725576843091,"stop":1725576843091,"duration":0}}]},"tags":[]},"source":"f4b995391b87e9c2.json","parameterValues":[]} \ No newline at end of file +{"uid":"e67318fdb1b033ad","name":"Delete observer","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Delete observer","historyId":"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218768115,"stop":1726218768116,"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":4,"unknown":0,"total":4},"items":[{"uid":"4b7a3fa3d0d35597","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b7a3fa3d0d35597","status":"passed","time":{"start":1726218662796,"stop":1726218662797,"duration":1}},{"uid":"e20376927b185d2a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e20376927b185d2a","status":"passed","time":{"start":1726217927561,"stop":1726217927561,"duration":0}},{"uid":"7386b22d9c58eb0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7386b22d9c58eb0","status":"passed","time":{"start":1726217843353,"stop":1726217843353,"duration":0}}]},"tags":[]},"source":"e67318fdb1b033ad.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/e6901025ac9b9175.json b/7434/data/test-cases/e6901025ac9b9175.json new file mode 100644 index 00000000000..962fd9ff59d --- /dev/null +++ b/7434/data/test-cases/e6901025ac9b9175.json @@ -0,0 +1 @@ +{"uid":"e6901025ac9b9175","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":1726218523017,"stop":1726218523017,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8c1f96dc51b88dc4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8c1f96dc51b88dc4","status":"passed","time":{"start":1726218422900,"stop":1726218422900,"duration":0}},{"uid":"b6a37fe23b451513","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b6a37fe23b451513","status":"passed","time":{"start":1726217687424,"stop":1726217687425,"duration":1}},{"uid":"7529331458dc0768","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7529331458dc0768","status":"passed","time":{"start":1726217604491,"stop":1726217604492,"duration":1}}]},"tags":[]},"source":"e6901025ac9b9175.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/8f00734ef9a6990a.json b/7434/data/test-cases/e6a1f6705bad2cb0.json similarity index 91% rename from 7408/data/test-cases/8f00734ef9a6990a.json rename to 7434/data/test-cases/e6a1f6705bad2cb0.json index 3ba41c76a97..3a2e00a0ea9 100644 --- a/7408/data/test-cases/8f00734ef9a6990a.json +++ b/7434/data/test-cases/e6a1f6705bad2cb0.json @@ -1 +1 @@ -{"uid":"8f00734ef9a6990a","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":1725578970800,"stop":1725578970800,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"8911a7d48481bd08","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8911a7d48481bd08","status":"passed","time":{"start":1725578514109,"stop":1725578514110,"duration":1}},{"uid":"bdbe8918f62bf329","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/bdbe8918f62bf329","status":"passed","time":{"start":1725578193151,"stop":1725578193151,"duration":0}},{"uid":"604656469f3592c3","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/604656469f3592c3","status":"passed","time":{"start":1725577453269,"stop":1725577453269,"duration":0}},{"uid":"1566a0095dfcedcb","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1566a0095dfcedcb","status":"passed","time":{"start":1725577097755,"stop":1725577097756,"duration":1}},{"uid":"c983d236ff58c94","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c983d236ff58c94","status":"passed","time":{"start":1725577056981,"stop":1725577056982,"duration":1}},{"uid":"7d12cdfc7476d3c1","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/7d12cdfc7476d3c1","status":"passed","time":{"start":1725576644009,"stop":1725576644009,"duration":0}}]},"tags":[]},"source":"8f00734ef9a6990a.json","parameterValues":[]} \ No newline at end of file +{"uid":"e6a1f6705bad2cb0","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":1726218551493,"stop":1726218551494,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"32d819cf68947283","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/32d819cf68947283","status":"passed","time":{"start":1726218459540,"stop":1726218459541,"duration":1}},{"uid":"71a0957bd1164b3e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71a0957bd1164b3e","status":"passed","time":{"start":1726217706009,"stop":1726217706010,"duration":1}},{"uid":"ed5fdeb4f07fd00d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ed5fdeb4f07fd00d","status":"passed","time":{"start":1726217650772,"stop":1726217650772,"duration":0}}]},"tags":[]},"source":"e6a1f6705bad2cb0.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ffcc129269a15f2b.json b/7434/data/test-cases/e6f11950d6329e52.json similarity index 64% rename from 7408/data/test-cases/ffcc129269a15f2b.json rename to 7434/data/test-cases/e6f11950d6329e52.json index 45afab0f892..fefef670470 100644 --- a/7408/data/test-cases/ffcc129269a15f2b.json +++ b/7434/data/test-cases/e6f11950d6329e52.json @@ -1 +1 @@ -{"uid":"ffcc129269a15f2b","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":1725579207438,"stop":1725579207439,"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":7,"unknown":0,"total":7},"items":[{"uid":"71196789d8907f99","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/71196789d8907f99","status":"passed","time":{"start":1725578736958,"stop":1725578736958,"duration":0}},{"uid":"9f4edb14efdad78e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9f4edb14efdad78e","status":"passed","time":{"start":1725578407339,"stop":1725578407340,"duration":1}},{"uid":"4d9eb28270c137a5","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/4d9eb28270c137a5","status":"passed","time":{"start":1725577684848,"stop":1725577684848,"duration":0}},{"uid":"9f931571b0516151","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9f931571b0516151","status":"passed","time":{"start":1725577332138,"stop":1725577332139,"duration":1}},{"uid":"6deb0e507aa18c5","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/6deb0e507aa18c5","status":"passed","time":{"start":1725577282085,"stop":1725577282085,"duration":0}},{"uid":"91a230063026b1e0","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/91a230063026b1e0","status":"passed","time":{"start":1725576864688,"stop":1725576864688,"duration":0}}]},"tags":[]},"source":"ffcc129269a15f2b.json","parameterValues":[]} \ No newline at end of file +{"uid":"e6f11950d6329e52","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":1726218791623,"stop":1726218791623,"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":4,"unknown":0,"total":4},"items":[{"uid":"6626ac755b0b5b89","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6626ac755b0b5b89","status":"passed","time":{"start":1726218683565,"stop":1726218683565,"duration":0}},{"uid":"b7e60c0b1bbea68e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b7e60c0b1bbea68e","status":"passed","time":{"start":1726217949327,"stop":1726217949327,"duration":0}},{"uid":"2bc74a7b1e7ef9e4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2bc74a7b1e7ef9e4","status":"passed","time":{"start":1726217865177,"stop":1726217865177,"duration":0}}]},"tags":[]},"source":"e6f11950d6329e52.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/87b76a4aacecce4b.json b/7434/data/test-cases/e7a315a1a5957505.json similarity index 81% rename from 7408/data/test-cases/87b76a4aacecce4b.json rename to 7434/data/test-cases/e7a315a1a5957505.json index d6ddc70693e..efc9531967b 100644 --- a/7408/data/test-cases/87b76a4aacecce4b.json +++ b/7434/data/test-cases/e7a315a1a5957505.json @@ -1 +1 @@ -{"uid":"87b76a4aacecce4b","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":1725579302110,"stop":1725579302111,"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":7,"unknown":0,"total":7},"items":[{"uid":"5913e3d583d75326","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5913e3d583d75326","status":"passed","time":{"start":1725578838716,"stop":1725578838716,"duration":0}},{"uid":"decbcf0242abac26","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/decbcf0242abac26","status":"passed","time":{"start":1725578498369,"stop":1725578498371,"duration":2}},{"uid":"feb4a001e9f7c5f8","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/feb4a001e9f7c5f8","status":"passed","time":{"start":1725577773140,"stop":1725577773141,"duration":1}},{"uid":"800523ac226e7c7b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/800523ac226e7c7b","status":"passed","time":{"start":1725577428836,"stop":1725577428836,"duration":0}},{"uid":"2f3e14d00cd419ca","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2f3e14d00cd419ca","status":"passed","time":{"start":1725577388028,"stop":1725577388028,"duration":0}},{"uid":"aa37681b3cae77b8","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/aa37681b3cae77b8","status":"passed","time":{"start":1725576955262,"stop":1725576955262,"duration":0}}]},"tags":[]},"source":"87b76a4aacecce4b.json","parameterValues":[]} \ No newline at end of file +{"uid":"e7a315a1a5957505","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":1726218886390,"stop":1726218886391,"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":4,"unknown":0,"total":4},"items":[{"uid":"4b6dc59b504e35ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b6dc59b504e35ba","status":"passed","time":{"start":1726218791846,"stop":1726218791846,"duration":0}},{"uid":"51795d515438cd82","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/51795d515438cd82","status":"passed","time":{"start":1726218054673,"stop":1726218054683,"duration":10}},{"uid":"3637b622ebdc3ddc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3637b622ebdc3ddc","status":"passed","time":{"start":1726217965430,"stop":1726217965430,"duration":0}}]},"tags":[]},"source":"e7a315a1a5957505.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/e7e9d45a8b18dfc.json b/7434/data/test-cases/e7e9d45a8b18dfc.json new file mode 100644 index 00000000000..9b20c0aacc3 --- /dev/null +++ b/7434/data/test-cases/e7e9d45a8b18dfc.json @@ -0,0 +1 @@ +{"uid":"e7e9d45a8b18dfc","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":1726218778284,"stop":1726218778286,"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":4,"unknown":0,"total":4},"items":[{"uid":"2fd11d50dcd15b3d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fd11d50dcd15b3d","status":"passed","time":{"start":1726218673562,"stop":1726218673562,"duration":0}},{"uid":"f5be96194f8f36d4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f5be96194f8f36d4","status":"passed","time":{"start":1726217946740,"stop":1726217946740,"duration":0}},{"uid":"32ffe9c42c7b762d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/32ffe9c42c7b762d","status":"passed","time":{"start":1726217862790,"stop":1726217862791,"duration":1}}]},"tags":[]},"source":"e7e9d45a8b18dfc.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6e1b1422c4e67547.json b/7434/data/test-cases/e82c497fda57d01c.json similarity index 89% rename from 7408/data/test-cases/6e1b1422c4e67547.json rename to 7434/data/test-cases/e82c497fda57d01c.json index b4b653a01db..0fa30ff221e 100644 --- a/7408/data/test-cases/6e1b1422c4e67547.json +++ b/7434/data/test-cases/e82c497fda57d01c.json @@ -1 +1 @@ -{"uid":"6e1b1422c4e67547","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":1725579222587,"stop":1725579222588,"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":7,"unknown":0,"total":7},"items":[{"uid":"268ebf9dd8d5568c","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/268ebf9dd8d5568c","status":"passed","time":{"start":1725578764270,"stop":1725578764270,"duration":0}},{"uid":"5d73eff17c402ae3","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/5d73eff17c402ae3","status":"passed","time":{"start":1725578435670,"stop":1725578435671,"duration":1}},{"uid":"ca241295b404867","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ca241295b404867","status":"passed","time":{"start":1725577700006,"stop":1725577700007,"duration":1}},{"uid":"9c9e83aafffebff0","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/9c9e83aafffebff0","status":"passed","time":{"start":1725577356742,"stop":1725577356743,"duration":1}},{"uid":"2105d7523744ef1e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2105d7523744ef1e","status":"passed","time":{"start":1725577310399,"stop":1725577310400,"duration":1}},{"uid":"c818f8abcaca788b","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c818f8abcaca788b","status":"passed","time":{"start":1725576887797,"stop":1725576887797,"duration":0}}]},"tags":[]},"source":"6e1b1422c4e67547.json","parameterValues":[]} \ No newline at end of file +{"uid":"e82c497fda57d01c","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":1726218812475,"stop":1726218812475,"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":4,"unknown":0,"total":4},"items":[{"uid":"ad8973fb82528dd5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ad8973fb82528dd5","status":"passed","time":{"start":1726218708395,"stop":1726218708413,"duration":18}},{"uid":"e671cdb7d273dd53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e671cdb7d273dd53","status":"passed","time":{"start":1726217980050,"stop":1726217980051,"duration":1}},{"uid":"80c43ff22d15057a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/80c43ff22d15057a","status":"passed","time":{"start":1726217896504,"stop":1726217896505,"duration":1}}]},"tags":[]},"source":"e82c497fda57d01c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/b99d0a1284d481bd.json b/7434/data/test-cases/e841201c8c73b06d.json similarity index 91% rename from 7408/data/test-cases/b99d0a1284d481bd.json rename to 7434/data/test-cases/e841201c8c73b06d.json index b73b1148187..19d5d20951b 100644 --- a/7408/data/test-cases/b99d0a1284d481bd.json +++ b/7434/data/test-cases/e841201c8c73b06d.json @@ -1 +1 @@ -{"uid":"b99d0a1284d481bd","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":1725578970788,"stop":1725578970789,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"a3211e356d1b30e9","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a3211e356d1b30e9","status":"passed","time":{"start":1725578514093,"stop":1725578514093,"duration":0}},{"uid":"d12e87e554a952bf","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d12e87e554a952bf","status":"passed","time":{"start":1725578193137,"stop":1725578193137,"duration":0}},{"uid":"3151e5d57b15fdc1","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/3151e5d57b15fdc1","status":"passed","time":{"start":1725577453232,"stop":1725577453232,"duration":0}},{"uid":"bee8f95598abf260","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/bee8f95598abf260","status":"passed","time":{"start":1725577097749,"stop":1725577097749,"duration":0}},{"uid":"9fff33763d03f99b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/9fff33763d03f99b","status":"passed","time":{"start":1725577056975,"stop":1725577056976,"duration":1}},{"uid":"c4572fa64f0231c6","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c4572fa64f0231c6","status":"passed","time":{"start":1725576643981,"stop":1725576643982,"duration":1}}]},"tags":[]},"source":"b99d0a1284d481bd.json","parameterValues":[]} \ No newline at end of file +{"uid":"e841201c8c73b06d","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":1726218551481,"stop":1726218551482,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"c4cc522a05931ea7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c4cc522a05931ea7","status":"passed","time":{"start":1726218459532,"stop":1726218459534,"duration":2}},{"uid":"fee230f6a1feb1de","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fee230f6a1feb1de","status":"passed","time":{"start":1726217706000,"stop":1726217706000,"duration":0}},{"uid":"5e118cc905d3122c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e118cc905d3122c","status":"passed","time":{"start":1726217650754,"stop":1726217650756,"duration":2}}]},"tags":[]},"source":"e841201c8c73b06d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e37e7128c356f65e.json b/7434/data/test-cases/e9219bcb2526a1ce.json similarity index 93% rename from 7408/data/test-cases/e37e7128c356f65e.json rename to 7434/data/test-cases/e9219bcb2526a1ce.json index a365ed8e3d5..2868a24d18f 100644 --- a/7408/data/test-cases/e37e7128c356f65e.json +++ b/7434/data/test-cases/e9219bcb2526a1ce.json @@ -1 +1 @@ -{"uid":"e37e7128c356f65e","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":1725579187568,"stop":1725579187568,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"b2c08312e2a8bbf6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/b2c08312e2a8bbf6","status":"passed","time":{"start":1725578730887,"stop":1725578730887,"duration":0}},{"uid":"d34f953648835a6f","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d34f953648835a6f","status":"passed","time":{"start":1725578399087,"stop":1725578399088,"duration":1}},{"uid":"3e0c6ece20c5def2","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/3e0c6ece20c5def2","status":"passed","time":{"start":1725577666260,"stop":1725577666260,"duration":0}},{"uid":"5b54b5934e581f71","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/5b54b5934e581f71","status":"passed","time":{"start":1725577318866,"stop":1725577318866,"duration":0}},{"uid":"e3bf9d4bdd0c140e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e3bf9d4bdd0c140e","status":"passed","time":{"start":1725577277093,"stop":1725577277095,"duration":2}},{"uid":"feda6673f3a3022f","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/feda6673f3a3022f","status":"passed","time":{"start":1725576853140,"stop":1725576853140,"duration":0}}]},"tags":[]},"source":"e37e7128c356f65e.json","parameterValues":[]} \ No newline at end of file +{"uid":"e9219bcb2526a1ce","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":1726218778188,"stop":1726218778188,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"5fe8676952ecd4ca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5fe8676952ecd4ca","status":"passed","time":{"start":1726218673546,"stop":1726218673546,"duration":0}},{"uid":"f3d3fbf9eafeb69","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3d3fbf9eafeb69","status":"passed","time":{"start":1726217946680,"stop":1726217946697,"duration":17}},{"uid":"7276886faa192460","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7276886faa192460","status":"passed","time":{"start":1726217862770,"stop":1726217862771,"duration":1}}]},"tags":[]},"source":"e9219bcb2526a1ce.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/e96aecb1a53a6bf1.json b/7434/data/test-cases/e96aecb1a53a6bf1.json new file mode 100644 index 00000000000..cee07b10c3b --- /dev/null +++ b/7434/data/test-cases/e96aecb1a53a6bf1.json @@ -0,0 +1 @@ +{"uid":"e96aecb1a53a6bf1","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":1726218314722,"stop":1726218314722,"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":4,"unknown":0,"total":4},"items":[{"uid":"f14bcc4956d883be","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f14bcc4956d883be","status":"passed","time":{"start":1726218219451,"stop":1726218219451,"duration":0}},{"uid":"6183beef70dbaad3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6183beef70dbaad3","status":"passed","time":{"start":1726217472855,"stop":1726217472855,"duration":0}},{"uid":"4542751394522b7c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4542751394522b7c","status":"passed","time":{"start":1726217414158,"stop":1726217414159,"duration":1}}]},"tags":[]},"source":"e96aecb1a53a6bf1.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e453b44c8473f5e4.json b/7434/data/test-cases/e9acde6759b869f6.json similarity index 96% rename from 7408/data/test-cases/e453b44c8473f5e4.json rename to 7434/data/test-cases/e9acde6759b869f6.json index f42c6b8bd99..f1de3b9b6bb 100644 --- a/7408/data/test-cases/e453b44c8473f5e4.json +++ b/7434/data/test-cases/e9acde6759b869f6.json @@ -1 +1 @@ -{"uid":"e453b44c8473f5e4","name":"Check received message with timestamp: 1725578758849000000 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1725578758849000000 ","historyId":"00deffaa259aa60b016f6ab0df3e413c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725578940140,"stop":1725578940141,"duration":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":"e453b44c8473f5e4.json","parameterValues":[]} \ No newline at end of file +{"uid":"e9acde6759b869f6","name":"Check received message with timestamp: 1726218334519000000 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1726218334519000000 ","historyId":"e71f47597c8da3e77fa38b943d999e96:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218510983,"stop":1726218510983,"duration":0},"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":"e9acde6759b869f6.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/2e48dc2c6421702f.json b/7434/data/test-cases/e9c25c94dbd769c9.json similarity index 90% rename from 7408/data/test-cases/2e48dc2c6421702f.json rename to 7434/data/test-cases/e9c25c94dbd769c9.json index 2f0dea8a2f1..bb49937a4d6 100644 --- a/7408/data/test-cases/2e48dc2c6421702f.json +++ b/7434/data/test-cases/e9c25c94dbd769c9.json @@ -1 +1 @@ -{"uid":"2e48dc2c6421702f","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":1725579181272,"stop":1725579181272,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"3594ea5bf2355c71","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/3594ea5bf2355c71","status":"passed","time":{"start":1725578712623,"stop":1725578712623,"duration":0}},{"uid":"ce37020bb8787f6c","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ce37020bb8787f6c","status":"passed","time":{"start":1725578380229,"stop":1725578380230,"duration":1}},{"uid":"ccfa3492f9291aa0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ccfa3492f9291aa0","status":"passed","time":{"start":1725577661474,"stop":1725577661474,"duration":0}},{"uid":"4dc7e20e744da6af","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4dc7e20e744da6af","status":"passed","time":{"start":1725577308313,"stop":1725577308314,"duration":1}},{"uid":"c3b095e693d12cf9","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c3b095e693d12cf9","status":"passed","time":{"start":1725577255376,"stop":1725577255377,"duration":1}},{"uid":"9cb0c233c31f1255","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/9cb0c233c31f1255","status":"passed","time":{"start":1725576839412,"stop":1725576839412,"duration":0}}]},"tags":[]},"source":"2e48dc2c6421702f.json","parameterValues":[]} \ No newline at end of file +{"uid":"e9c25c94dbd769c9","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":1726218764111,"stop":1726218764111,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"c7960b2e23ba8ca8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c7960b2e23ba8ca8","status":"passed","time":{"start":1726218659026,"stop":1726218659026,"duration":0}},{"uid":"42dec1fcd0756e39","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42dec1fcd0756e39","status":"passed","time":{"start":1726217924764,"stop":1726217924764,"duration":0}},{"uid":"c77c1d204f13bcbf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c77c1d204f13bcbf","status":"passed","time":{"start":1726217840567,"stop":1726217840568,"duration":1}}]},"tags":[]},"source":"e9c25c94dbd769c9.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/bdb204a3afceebf4.json b/7434/data/test-cases/e9ca70e51b96f77c.json similarity index 93% rename from 7408/data/test-cases/bdb204a3afceebf4.json rename to 7434/data/test-cases/e9ca70e51b96f77c.json index 4b9cc4a2862..1d0adf35058 100644 --- a/7408/data/test-cases/bdb204a3afceebf4.json +++ b/7434/data/test-cases/e9ca70e51b96f77c.json @@ -1 +1 @@ -{"uid":"bdb204a3afceebf4","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":1725579187583,"stop":1725579187583,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"87dc6f78f590f417","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/87dc6f78f590f417","status":"passed","time":{"start":1725578730902,"stop":1725578730902,"duration":0}},{"uid":"89340e32f17c6643","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/89340e32f17c6643","status":"passed","time":{"start":1725578399108,"stop":1725578399108,"duration":0}},{"uid":"e2806d2ca20d9b9f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e2806d2ca20d9b9f","status":"passed","time":{"start":1725577666312,"stop":1725577666313,"duration":1}},{"uid":"627e24f21c4294a8","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/627e24f21c4294a8","status":"passed","time":{"start":1725577318884,"stop":1725577318885,"duration":1}},{"uid":"cf62d44c5ab6e474","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/cf62d44c5ab6e474","status":"passed","time":{"start":1725577277113,"stop":1725577277113,"duration":0}},{"uid":"6336e4f2cfcbfb83","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/6336e4f2cfcbfb83","status":"passed","time":{"start":1725576853199,"stop":1725576853200,"duration":1}}]},"tags":[]},"source":"bdb204a3afceebf4.json","parameterValues":[]} \ No newline at end of file +{"uid":"e9ca70e51b96f77c","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":1726218778291,"stop":1726218778292,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"8e828b35a21ea26","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8e828b35a21ea26","status":"passed","time":{"start":1726218673565,"stop":1726218673566,"duration":1}},{"uid":"332f95502e32f96e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/332f95502e32f96e","status":"passed","time":{"start":1726217946745,"stop":1726217946745,"duration":0}},{"uid":"cdfc197ce84cac04","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cdfc197ce84cac04","status":"passed","time":{"start":1726217862806,"stop":1726217862806,"duration":0}}]},"tags":[]},"source":"e9ca70e51b96f77c.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/e9cda4ced405a4a9.json b/7434/data/test-cases/e9cda4ced405a4a9.json new file mode 100644 index 00000000000..7dd80206d5b --- /dev/null +++ b/7434/data/test-cases/e9cda4ced405a4a9.json @@ -0,0 +1 @@ +{"uid":"e9cda4ced405a4a9","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":1726218291669,"stop":1726218291669,"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":4,"unknown":0,"total":4},"items":[{"uid":"5898e82c22fba059","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5898e82c22fba059","status":"passed","time":{"start":1726218197007,"stop":1726218197007,"duration":0}},{"uid":"ba0c4a5480dd5b8d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ba0c4a5480dd5b8d","status":"passed","time":{"start":1726217450206,"stop":1726217450206,"duration":0}},{"uid":"2a896bbbda0b24c0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2a896bbbda0b24c0","status":"passed","time":{"start":1726217391857,"stop":1726217391858,"duration":1}}]},"tags":[]},"source":"e9cda4ced405a4a9.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/e9cf61ea12f74a1.json b/7434/data/test-cases/e9cf61ea12f74a1.json new file mode 100644 index 00000000000..14ebc845533 --- /dev/null +++ b/7434/data/test-cases/e9cf61ea12f74a1.json @@ -0,0 +1 @@ +{"uid":"e9cf61ea12f74a1","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":1726218764104,"stop":1726218764105,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"c95cc31f49d1ac3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c95cc31f49d1ac3","status":"passed","time":{"start":1726218659019,"stop":1726218659019,"duration":0}},{"uid":"edda3e06ccbd69e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/edda3e06ccbd69e","status":"passed","time":{"start":1726217924745,"stop":1726217924746,"duration":1}},{"uid":"5f64eb5ccc4bdf4e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5f64eb5ccc4bdf4e","status":"passed","time":{"start":1726217840542,"stop":1726217840542,"duration":0}}]},"tags":[]},"source":"e9cf61ea12f74a1.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/72d282c4962b2441.json b/7434/data/test-cases/e9e03baf83eac6a4.json similarity index 58% rename from 7408/data/test-cases/72d282c4962b2441.json rename to 7434/data/test-cases/e9e03baf83eac6a4.json index 6232993d39f..8b7dd33011b 100644 --- a/7408/data/test-cases/72d282c4962b2441.json +++ b/7434/data/test-cases/e9e03baf83eac6a4.json @@ -1 +1 @@ -{"uid":"72d282c4962b2441","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":1725578730395,"stop":1725578730395,"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":7,"unknown":0,"total":7},"items":[{"uid":"d9986e2ccddaead6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d9986e2ccddaead6","status":"passed","time":{"start":1725578273564,"stop":1725578273564,"duration":0}},{"uid":"32ccf54defbaeba0","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/32ccf54defbaeba0","status":"passed","time":{"start":1725577945948,"stop":1725577945948,"duration":0}},{"uid":"e4ddab51120838fb","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e4ddab51120838fb","status":"passed","time":{"start":1725577213594,"stop":1725577213594,"duration":0}},{"uid":"bdfb6a8376c32693","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/bdfb6a8376c32693","status":"passed","time":{"start":1725576860203,"stop":1725576860203,"duration":0}},{"uid":"d6ca994a29a3c1a9","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d6ca994a29a3c1a9","status":"passed","time":{"start":1725576813308,"stop":1725576813308,"duration":0}},{"uid":"a38834be1634809c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a38834be1634809c","status":"passed","time":{"start":1725576395195,"stop":1725576395195,"duration":0}}]},"tags":[]},"source":"72d282c4962b2441.json","parameterValues":[]} \ No newline at end of file +{"uid":"e9e03baf83eac6a4","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":1726218304463,"stop":1726218304463,"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":4,"unknown":0,"total":4},"items":[{"uid":"9fe45ba7339820ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9fe45ba7339820ba","status":"passed","time":{"start":1726218209563,"stop":1726218209563,"duration":0}},{"uid":"ccc8f2efe1e70ec8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ccc8f2efe1e70ec8","status":"passed","time":{"start":1726217463038,"stop":1726217463038,"duration":0}},{"uid":"7147274a062d70aa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7147274a062d70aa","status":"passed","time":{"start":1726217404604,"stop":1726217404605,"duration":1}}]},"tags":[]},"source":"e9e03baf83eac6a4.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/ed69b64bcbf5b4cc.json b/7434/data/test-cases/e9f97a8a2c80b922.json similarity index 90% rename from 7408/data/test-cases/ed69b64bcbf5b4cc.json rename to 7434/data/test-cases/e9f97a8a2c80b922.json index d803ad58c52..8818f0c031c 100644 --- a/7408/data/test-cases/ed69b64bcbf5b4cc.json +++ b/7434/data/test-cases/e9f97a8a2c80b922.json @@ -1 +1 @@ -{"uid":"ed69b64bcbf5b4cc","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":1725578940162,"stop":1725578940163,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"5101fc2c79f786a1","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5101fc2c79f786a1","status":"passed","time":{"start":1725578482069,"stop":1725578482076,"duration":7}},{"uid":"7baa2bb7258bc79e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/7baa2bb7258bc79e","status":"passed","time":{"start":1725578159565,"stop":1725578159565,"duration":0}},{"uid":"5844941ed65b9f9c","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5844941ed65b9f9c","status":"passed","time":{"start":1725577422739,"stop":1725577422739,"duration":0}},{"uid":"cdfa4851a461ea01","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/cdfa4851a461ea01","status":"passed","time":{"start":1725577067107,"stop":1725577067107,"duration":0}},{"uid":"c7fe6bed3e79bc24","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c7fe6bed3e79bc24","status":"passed","time":{"start":1725577018864,"stop":1725577018865,"duration":1}},{"uid":"87b0c5baab41aa97","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/87b0c5baab41aa97","status":"passed","time":{"start":1725576607339,"stop":1725576607340,"duration":1}}]},"tags":[]},"source":"ed69b64bcbf5b4cc.json","parameterValues":[]} \ No newline at end of file +{"uid":"e9f97a8a2c80b922","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":1726218510988,"stop":1726218510988,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"7f2e8d0bbab917eb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7f2e8d0bbab917eb","status":"passed","time":{"start":1726218417153,"stop":1726218417154,"duration":1}},{"uid":"c8c20720b51b9384","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c8c20720b51b9384","status":"passed","time":{"start":1726217677843,"stop":1726217677843,"duration":0}},{"uid":"4860c903cc6c1dde","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4860c903cc6c1dde","status":"passed","time":{"start":1726217616846,"stop":1726217616846,"duration":0}}]},"tags":[]},"source":"e9f97a8a2c80b922.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6cfdb06287fcc752.json b/7434/data/test-cases/ea6e403880636015.json similarity index 92% rename from 7408/data/test-cases/6cfdb06287fcc752.json rename to 7434/data/test-cases/ea6e403880636015.json index 4a4a354bdb0..ae6378aae10 100644 --- a/7408/data/test-cases/6cfdb06287fcc752.json +++ b/7434/data/test-cases/ea6e403880636015.json @@ -1 +1 @@ -{"uid":"6cfdb06287fcc752","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":1725579297958,"stop":1725579297958,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"84e521cafdccfed0","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/84e521cafdccfed0","status":"passed","time":{"start":1725578825345,"stop":1725578825345,"duration":0}},{"uid":"d2d28feb7bf8374e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d2d28feb7bf8374e","status":"passed","time":{"start":1725578516976,"stop":1725578516977,"duration":1}},{"uid":"17b06a61c2267cf3","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/17b06a61c2267cf3","status":"passed","time":{"start":1725577784901,"stop":1725577784902,"duration":1}},{"uid":"7803c9af264181a3","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7803c9af264181a3","status":"passed","time":{"start":1725577433745,"stop":1725577433746,"duration":1}},{"uid":"eb4a3978dde7cdd5","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/eb4a3978dde7cdd5","status":"passed","time":{"start":1725577392041,"stop":1725577392041,"duration":0}},{"uid":"bcd2dfab63670e17","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/bcd2dfab63670e17","status":"passed","time":{"start":1725576971823,"stop":1725576971824,"duration":1}}]},"tags":[]},"source":"6cfdb06287fcc752.json","parameterValues":[]} \ No newline at end of file +{"uid":"ea6e403880636015","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":1726218879289,"stop":1726218879289,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a33e54b4a8fdf12","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1a33e54b4a8fdf12","status":"passed","time":{"start":1726218787574,"stop":1726218787574,"duration":0}},{"uid":"9a9afe810157a850","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9a9afe810157a850","status":"passed","time":{"start":1726218066276,"stop":1726218066276,"duration":0}},{"uid":"b6c9801f18f77396","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b6c9801f18f77396","status":"passed","time":{"start":1726217965300,"stop":1726217965300,"duration":0}}]},"tags":[]},"source":"ea6e403880636015.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/7639110c551f9031.json b/7434/data/test-cases/ea9995e30f4b8f8c.json similarity index 52% rename from 7408/data/test-cases/7639110c551f9031.json rename to 7434/data/test-cases/ea9995e30f4b8f8c.json index 0ec1f50ce6e..4cbb81049e9 100644 --- a/7408/data/test-cases/7639110c551f9031.json +++ b/7434/data/test-cases/ea9995e30f4b8f8c.json @@ -1 +1 @@ -{"uid":"7639110c551f9031","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":1725579379305,"stop":1725579379305,"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":7,"unknown":0,"total":7},"items":[{"uid":"84b50e19e053fce2","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/84b50e19e053fce2","status":"passed","time":{"start":1725578922794,"stop":1725578922794,"duration":0}},{"uid":"566d86b807c8ab7b","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/566d86b807c8ab7b","status":"passed","time":{"start":1725578588915,"stop":1725578588916,"duration":1}},{"uid":"a0e0ce8a0291841d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a0e0ce8a0291841d","status":"passed","time":{"start":1725577846841,"stop":1725577846842,"duration":1}},{"uid":"12c6e2ff7573bac1","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/12c6e2ff7573bac1","status":"passed","time":{"start":1725577495463,"stop":1725577495463,"duration":0}},{"uid":"90fe0ee11fc3036a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/90fe0ee11fc3036a","status":"passed","time":{"start":1725577458418,"stop":1725577458418,"duration":0}},{"uid":"ea0bd374214bce29","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ea0bd374214bce29","status":"passed","time":{"start":1725577048813,"stop":1725577048813,"duration":0}}]},"tags":[]},"source":"7639110c551f9031.json","parameterValues":[]} \ No newline at end of file +{"uid":"ea9995e30f4b8f8c","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":1726218956168,"stop":1726218956168,"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":4,"unknown":0,"total":4},"items":[{"uid":"44faf99e3048d00","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/44faf99e3048d00","status":"passed","time":{"start":1726218868914,"stop":1726218868914,"duration":0}},{"uid":"cf8879057b42a0c2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cf8879057b42a0c2","status":"passed","time":{"start":1726218139626,"stop":1726218139626,"duration":0}},{"uid":"27065f453f070769","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/27065f453f070769","status":"passed","time":{"start":1726218051437,"stop":1726218051438,"duration":1}}]},"tags":[]},"source":"ea9995e30f4b8f8c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/1beffc0cbd5990e6.json b/7434/data/test-cases/eac01216bc0b14a3.json similarity index 91% rename from 7408/data/test-cases/1beffc0cbd5990e6.json rename to 7434/data/test-cases/eac01216bc0b14a3.json index 5a2a01b1e23..7be676f9819 100644 --- a/7408/data/test-cases/1beffc0cbd5990e6.json +++ b/7434/data/test-cases/eac01216bc0b14a3.json @@ -1 +1 @@ -{"uid":"1beffc0cbd5990e6","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":1725579181243,"stop":1725579181243,"duration":0},"status":"passed","flaky":false,"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":7,"unknown":0,"total":7},"items":[{"uid":"6dbb1ec2c221ff5f","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/6dbb1ec2c221ff5f","status":"passed","time":{"start":1725578712607,"stop":1725578712607,"duration":0}},{"uid":"2df5ac6c6db6397e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/2df5ac6c6db6397e","status":"passed","time":{"start":1725578380211,"stop":1725578380212,"duration":1}},{"uid":"666ce928745a61","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/666ce928745a61","status":"passed","time":{"start":1725577661441,"stop":1725577661442,"duration":1}},{"uid":"302dbc44be71e2d9","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/302dbc44be71e2d9","status":"passed","time":{"start":1725577308284,"stop":1725577308286,"duration":2}},{"uid":"b09eaabaf1ae194e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/b09eaabaf1ae194e","status":"passed","time":{"start":1725577255333,"stop":1725577255334,"duration":1}},{"uid":"b13d51de0731d5ae","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/b13d51de0731d5ae","status":"passed","time":{"start":1725576839380,"stop":1725576839380,"duration":0}}]},"tags":[]},"source":"1beffc0cbd5990e6.json","parameterValues":[]} \ No newline at end of file +{"uid":"eac01216bc0b14a3","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":1726218764088,"stop":1726218764088,"duration":0},"status":"passed","flaky":false,"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":4,"unknown":0,"total":4},"items":[{"uid":"e02b3f7359176825","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e02b3f7359176825","status":"passed","time":{"start":1726218659006,"stop":1726218659006,"duration":0}},{"uid":"663f441ba2161d95","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/663f441ba2161d95","status":"passed","time":{"start":1726217924735,"stop":1726217924736,"duration":1}},{"uid":"19b800067d1d62d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/19b800067d1d62d7","status":"passed","time":{"start":1726217840476,"stop":1726217840476,"duration":0}}]},"tags":[]},"source":"eac01216bc0b14a3.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f9470ef2aacdca72.json b/7434/data/test-cases/eaf720a73ec30f34.json similarity index 61% rename from 7408/data/test-cases/f9470ef2aacdca72.json rename to 7434/data/test-cases/eaf720a73ec30f34.json index bfad3fcd6e2..3103e3e7b3c 100644 --- a/7408/data/test-cases/f9470ef2aacdca72.json +++ b/7434/data/test-cases/eaf720a73ec30f34.json @@ -1 +1 @@ -{"uid":"f9470ef2aacdca72","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":1725579256769,"stop":1725579256769,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"9d761ef484858779","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/9d761ef484858779","status":"passed","time":{"start":1725578798790,"stop":1725578798790,"duration":0}},{"uid":"c6b1f4e07184de5d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c6b1f4e07184de5d","status":"passed","time":{"start":1725578454622,"stop":1725578454622,"duration":0}},{"uid":"a85f2e3f087555bd","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a85f2e3f087555bd","status":"passed","time":{"start":1725577731204,"stop":1725577731204,"duration":0}},{"uid":"96400cc25004024","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/96400cc25004024","status":"passed","time":{"start":1725577382533,"stop":1725577382534,"duration":1}},{"uid":"2f64f5e66515ba52","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2f64f5e66515ba52","status":"passed","time":{"start":1725577342271,"stop":1725577342271,"duration":0}},{"uid":"1e00baad6052b51c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/1e00baad6052b51c","status":"passed","time":{"start":1725576910268,"stop":1725576910268,"duration":0}}]},"tags":[]},"source":"f9470ef2aacdca72.json","parameterValues":[]} \ No newline at end of file +{"uid":"eaf720a73ec30f34","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":1726218843770,"stop":1726218843770,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7a839190823738f9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a839190823738f9","status":"passed","time":{"start":1726218748398,"stop":1726218748398,"duration":0}},{"uid":"2c6da54044659602","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2c6da54044659602","status":"passed","time":{"start":1726218011629,"stop":1726218011629,"duration":0}},{"uid":"c05f3d48d050a3bf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c05f3d48d050a3bf","status":"passed","time":{"start":1726217923185,"stop":1726217923185,"duration":0}}]},"tags":[]},"source":"eaf720a73ec30f34.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/961b5dc35eb19bae.json b/7434/data/test-cases/eb26cfa053f83c67.json similarity index 89% rename from 7408/data/test-cases/961b5dc35eb19bae.json rename to 7434/data/test-cases/eb26cfa053f83c67.json index 564c74815cd..188c09b75fa 100644 --- a/7408/data/test-cases/961b5dc35eb19bae.json +++ b/7434/data/test-cases/eb26cfa053f83c67.json @@ -1 +1 @@ -{"uid":"961b5dc35eb19bae","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":1725579222592,"stop":1725579222592,"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":7,"unknown":0,"total":7},"items":[{"uid":"eb641532446c97e1","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/eb641532446c97e1","status":"passed","time":{"start":1725578764299,"stop":1725578764299,"duration":0}},{"uid":"e17cde4db3ab5a96","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/e17cde4db3ab5a96","status":"passed","time":{"start":1725578435679,"stop":1725578435679,"duration":0}},{"uid":"8432180e7d619c49","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/8432180e7d619c49","status":"passed","time":{"start":1725577700016,"stop":1725577700017,"duration":1}},{"uid":"44e85a061e8c9e17","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/44e85a061e8c9e17","status":"passed","time":{"start":1725577356757,"stop":1725577356757,"duration":0}},{"uid":"24ae5f1d335e1d28","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/24ae5f1d335e1d28","status":"passed","time":{"start":1725577310406,"stop":1725577310406,"duration":0}},{"uid":"e5bf7629b0fbb7cf","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e5bf7629b0fbb7cf","status":"passed","time":{"start":1725576887805,"stop":1725576887805,"duration":0}}]},"tags":[]},"source":"961b5dc35eb19bae.json","parameterValues":[]} \ No newline at end of file +{"uid":"eb26cfa053f83c67","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":1726218812481,"stop":1726218812482,"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":4,"unknown":0,"total":4},"items":[{"uid":"8a9d68df63bcdad6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8a9d68df63bcdad6","status":"passed","time":{"start":1726218708459,"stop":1726218708465,"duration":6}},{"uid":"3650feca32375c67","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3650feca32375c67","status":"passed","time":{"start":1726217980055,"stop":1726217980056,"duration":1}},{"uid":"a75672bc4ce8e540","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a75672bc4ce8e540","status":"passed","time":{"start":1726217896510,"stop":1726217896510,"duration":0}}]},"tags":[]},"source":"eb26cfa053f83c67.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f76955c1f9253bf0.json b/7434/data/test-cases/eb514182afeec34f.json similarity index 89% rename from 7408/data/test-cases/f76955c1f9253bf0.json rename to 7434/data/test-cases/eb514182afeec34f.json index a539b998d0f..fc03dc7947d 100644 --- a/7408/data/test-cases/f76955c1f9253bf0.json +++ b/7434/data/test-cases/eb514182afeec34f.json @@ -1 +1 @@ -{"uid":"f76955c1f9253bf0","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":1725579222587,"stop":1725579222587,"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":7,"unknown":0,"total":7},"items":[{"uid":"ea9fd4827aa5361a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ea9fd4827aa5361a","status":"passed","time":{"start":1725578764269,"stop":1725578764270,"duration":1}},{"uid":"5e18a266b8e12f9","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/5e18a266b8e12f9","status":"passed","time":{"start":1725578435667,"stop":1725578435668,"duration":1}},{"uid":"ef8755488c9191b5","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ef8755488c9191b5","status":"passed","time":{"start":1725577700004,"stop":1725577700005,"duration":1}},{"uid":"e65ed5dd210e9820","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e65ed5dd210e9820","status":"passed","time":{"start":1725577356740,"stop":1725577356740,"duration":0}},{"uid":"e9a5152f19eedd86","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e9a5152f19eedd86","status":"passed","time":{"start":1725577310399,"stop":1725577310399,"duration":0}},{"uid":"b3d57d6c270bca5","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/b3d57d6c270bca5","status":"passed","time":{"start":1725576887796,"stop":1725576887796,"duration":0}}]},"tags":[]},"source":"f76955c1f9253bf0.json","parameterValues":[]} \ No newline at end of file +{"uid":"eb514182afeec34f","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":1726218812472,"stop":1726218812473,"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":4,"unknown":0,"total":4},"items":[{"uid":"55601fd8e673c9c4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/55601fd8e673c9c4","status":"passed","time":{"start":1726218708394,"stop":1726218708394,"duration":0}},{"uid":"a16ed47e57a9e8be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a16ed47e57a9e8be","status":"passed","time":{"start":1726217980049,"stop":1726217980050,"duration":1}},{"uid":"6a8b2c7f9d66e802","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a8b2c7f9d66e802","status":"passed","time":{"start":1726217896502,"stop":1726217896503,"duration":1}}]},"tags":[]},"source":"eb514182afeec34f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/38c8a3fc6bb74e6d.json b/7434/data/test-cases/eb52333d1510eb29.json similarity index 90% rename from 7408/data/test-cases/38c8a3fc6bb74e6d.json rename to 7434/data/test-cases/eb52333d1510eb29.json index 155e6019b81..e243e1f9707 100644 --- a/7408/data/test-cases/38c8a3fc6bb74e6d.json +++ b/7434/data/test-cases/eb52333d1510eb29.json @@ -1 +1 @@ -{"uid":"38c8a3fc6bb74e6d","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":1725578940136,"stop":1725578940136,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"1e189ae66015268c","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/1e189ae66015268c","status":"passed","time":{"start":1725578482062,"stop":1725578482062,"duration":0}},{"uid":"b8fc229eb334f01e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/b8fc229eb334f01e","status":"passed","time":{"start":1725578159560,"stop":1725578159561,"duration":1}},{"uid":"f976f1c7ac4e1f55","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f976f1c7ac4e1f55","status":"passed","time":{"start":1725577422732,"stop":1725577422734,"duration":2}},{"uid":"7fca8addce455860","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7fca8addce455860","status":"passed","time":{"start":1725577067050,"stop":1725577067051,"duration":1}},{"uid":"37b506fd25329369","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/37b506fd25329369","status":"passed","time":{"start":1725577018830,"stop":1725577018830,"duration":0}},{"uid":"5289151dc6c4b98","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5289151dc6c4b98","status":"passed","time":{"start":1725576607318,"stop":1725576607319,"duration":1}}]},"tags":[]},"source":"38c8a3fc6bb74e6d.json","parameterValues":[]} \ No newline at end of file +{"uid":"eb52333d1510eb29","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":1726218510977,"stop":1726218510977,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"4df454d2570b183a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4df454d2570b183a","status":"passed","time":{"start":1726218417149,"stop":1726218417149,"duration":0}},{"uid":"54da3af17e7b59c8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54da3af17e7b59c8","status":"passed","time":{"start":1726217677814,"stop":1726217677815,"duration":1}},{"uid":"cd78cd7d9473a1a2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cd78cd7d9473a1a2","status":"passed","time":{"start":1726217616841,"stop":1726217616841,"duration":0}}]},"tags":[]},"source":"eb52333d1510eb29.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/804aa325cbbf969b.json b/7434/data/test-cases/eb73b67f7b8fbae3.json similarity index 90% rename from 7408/data/test-cases/804aa325cbbf969b.json rename to 7434/data/test-cases/eb73b67f7b8fbae3.json index c268396d0ee..f77e48e46f5 100644 --- a/7408/data/test-cases/804aa325cbbf969b.json +++ b/7434/data/test-cases/eb73b67f7b8fbae3.json @@ -1 +1 @@ -{"uid":"804aa325cbbf969b","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":1725578940132,"stop":1725578940132,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"320d709e701e1ecb","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/320d709e701e1ecb","status":"passed","time":{"start":1725578482055,"stop":1725578482056,"duration":1}},{"uid":"66155a90f5fff370","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/66155a90f5fff370","status":"passed","time":{"start":1725578159554,"stop":1725578159554,"duration":0}},{"uid":"33be4b169d9c27b2","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/33be4b169d9c27b2","status":"passed","time":{"start":1725577422725,"stop":1725577422725,"duration":0}},{"uid":"dc9cbf2d0150facc","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/dc9cbf2d0150facc","status":"passed","time":{"start":1725577067027,"stop":1725577067028,"duration":1}},{"uid":"2fd39f912176aeb9","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2fd39f912176aeb9","status":"passed","time":{"start":1725577018818,"stop":1725577018818,"duration":0}},{"uid":"fd8cfb8036a83fe","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/fd8cfb8036a83fe","status":"passed","time":{"start":1725576607307,"stop":1725576607307,"duration":0}}]},"tags":[]},"source":"804aa325cbbf969b.json","parameterValues":[]} \ No newline at end of file +{"uid":"eb73b67f7b8fbae3","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":1726218510968,"stop":1726218510969,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"6769093b54bf2319","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6769093b54bf2319","status":"passed","time":{"start":1726218417137,"stop":1726218417138,"duration":1}},{"uid":"591f890830c9edf4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/591f890830c9edf4","status":"passed","time":{"start":1726217677784,"stop":1726217677785,"duration":1}},{"uid":"56302dde65f3b459","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/56302dde65f3b459","status":"passed","time":{"start":1726217616835,"stop":1726217616836,"duration":1}}]},"tags":[]},"source":"eb73b67f7b8fbae3.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5c64f1bec4f5fff4.json b/7434/data/test-cases/eba258a384c92f41.json similarity index 68% rename from 7408/data/test-cases/5c64f1bec4f5fff4.json rename to 7434/data/test-cases/eba258a384c92f41.json index 0a13326b0e3..1f45b8dd1d4 100644 --- a/7408/data/test-cases/5c64f1bec4f5fff4.json +++ b/7434/data/test-cases/eba258a384c92f41.json @@ -1 +1 @@ -{"uid":"5c64f1bec4f5fff4","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":1725578843075,"stop":1725578843075,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"277fb003e3b9e3c2","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/277fb003e3b9e3c2","status":"passed","time":{"start":1725578373037,"stop":1725578373037,"duration":0}},{"uid":"6e66d1e5c08f0aa6","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/6e66d1e5c08f0aa6","status":"passed","time":{"start":1725578055809,"stop":1725578055809,"duration":0}},{"uid":"fa2db2313765a188","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/fa2db2313765a188","status":"passed","time":{"start":1725577329150,"stop":1725577329150,"duration":0}},{"uid":"cda11a38d6e7754e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/cda11a38d6e7754e","status":"passed","time":{"start":1725576962428,"stop":1725576962428,"duration":0}},{"uid":"a6444cb228716692","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a6444cb228716692","status":"passed","time":{"start":1725576929758,"stop":1725576929758,"duration":0}},{"uid":"acace0a399265c72","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/acace0a399265c72","status":"passed","time":{"start":1725576499203,"stop":1725576499203,"duration":0}}]},"tags":[]},"source":"5c64f1bec4f5fff4.json","parameterValues":[]} \ No newline at end of file +{"uid":"eba258a384c92f41","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":1726218412658,"stop":1726218412658,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"7869c1d98714a4ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7869c1d98714a4ae","status":"passed","time":{"start":1726218318091,"stop":1726218318091,"duration":0}},{"uid":"7cdef3f24d19e5ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7cdef3f24d19e5ba","status":"passed","time":{"start":1726217567475,"stop":1726217567475,"duration":0}},{"uid":"8df68db59501e3f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8df68db59501e3f6","status":"passed","time":{"start":1726217508421,"stop":1726217508421,"duration":0}}]},"tags":[]},"source":"eba258a384c92f41.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/ec0d7bc5a8cc0eda.json b/7434/data/test-cases/ec0d7bc5a8cc0eda.json new file mode 100644 index 00000000000..f6b7c917fdb --- /dev/null +++ b/7434/data/test-cases/ec0d7bc5a8cc0eda.json @@ -0,0 +1 @@ +{"uid":"ec0d7bc5a8cc0eda","name":"should throw error - invalid id","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - invalid id","historyId":"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218291660,"stop":1726218291660,"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":4,"unknown":0,"total":4},"items":[{"uid":"8be21300d0e162fd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8be21300d0e162fd","status":"passed","time":{"start":1726218196999,"stop":1726218196999,"duration":0}},{"uid":"ec75a102b4f018c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ec75a102b4f018c","status":"passed","time":{"start":1726217450196,"stop":1726217450196,"duration":0}},{"uid":"7fcd65666339f24c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7fcd65666339f24c","status":"passed","time":{"start":1726217391848,"stop":1726217391848,"duration":0}}]},"tags":[]},"source":"ec0d7bc5a8cc0eda.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/ec544f86edaed142.json b/7434/data/test-cases/ec544f86edaed142.json new file mode 100644 index 00000000000..942e1f6ed3c --- /dev/null +++ b/7434/data/test-cases/ec544f86edaed142.json @@ -0,0 +1 @@ +{"uid":"ec544f86edaed142","name":"should correctly map /toychat/2/huilong/proto to shard index 3","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /toychat/2/huilong/proto to shard index 3","historyId":"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283077,"stop":1726218283082,"duration":5},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":1,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[{"uid":"216c827b0a16fcb5","status":"passed","time":{"start":1726218283076,"stop":1726218283076,"duration":0}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bf70ad88809652de","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf70ad88809652de","status":"passed","time":{"start":1726218188584,"stop":1726218188584,"duration":0}},{"uid":"460e76ec1bf4730f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/460e76ec1bf4730f","status":"passed","time":{"start":1726217441544,"stop":1726217441544,"duration":0}},{"uid":"8c94536b683ed5b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c94536b683ed5b5","status":"passed","time":{"start":1726217383207,"stop":1726217383207,"duration":0}}]},"tags":[]},"source":"ec544f86edaed142.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/ed3233569991489d.json b/7434/data/test-cases/ed3233569991489d.json new file mode 100644 index 00000000000..46dd6079b6c --- /dev/null +++ b/7434/data/test-cases/ed3233569991489d.json @@ -0,0 +1 @@ +{"uid":"ed3233569991489d","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":1726218291668,"stop":1726218291668,"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":4,"unknown":0,"total":4},"items":[{"uid":"f9004a603e5587f6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f9004a603e5587f6","status":"passed","time":{"start":1726218197007,"stop":1726218197007,"duration":0}},{"uid":"6fa3ec0d1abfcfcd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6fa3ec0d1abfcfcd","status":"passed","time":{"start":1726217450206,"stop":1726217450206,"duration":0}},{"uid":"a92d187ea10d95ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a92d187ea10d95ad","status":"passed","time":{"start":1726217391857,"stop":1726217391857,"duration":0}}]},"tags":[]},"source":"ed3233569991489d.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/ed62c19e4c4fe287.json b/7434/data/test-cases/ed62c19e4c4fe287.json new file mode 100644 index 00000000000..1d8445df62b --- /dev/null +++ b/7434/data/test-cases/ed62c19e4c4fe287.json @@ -0,0 +1 @@ +{"uid":"ed62c19e4c4fe287","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":1726218285626,"stop":1726218285626,"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":4,"unknown":0,"total":4},"items":[{"uid":"b37ecdfbc68910e9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b37ecdfbc68910e9","status":"passed","time":{"start":1726218191031,"stop":1726218191031,"duration":0}},{"uid":"7156390733722e1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7156390733722e1","status":"passed","time":{"start":1726217444067,"stop":1726217444067,"duration":0}},{"uid":"20f2e7a8ecfb535a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/20f2e7a8ecfb535a","status":"passed","time":{"start":1726217385913,"stop":1726217385913,"duration":0}}]},"tags":[]},"source":"ed62c19e4c4fe287.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/fdbb768ae532516a.json b/7434/data/test-cases/edec1c0dd4349f42.json similarity index 61% rename from 7408/data/test-cases/fdbb768ae532516a.json rename to 7434/data/test-cases/edec1c0dd4349f42.json index 0f33a3a4918..e0b5afbdff6 100644 --- a/7408/data/test-cases/fdbb768ae532516a.json +++ b/7434/data/test-cases/edec1c0dd4349f42.json @@ -1 +1 @@ -{"uid":"fdbb768ae532516a","name":"Nwaku publishes","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Nwaku publishes","historyId":"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579207437,"stop":1725579207438,"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":7,"unknown":0,"total":7},"items":[{"uid":"6da0a827b3a4992","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/6da0a827b3a4992","status":"passed","time":{"start":1725578736957,"stop":1725578736958,"duration":1}},{"uid":"c3af1e3468ea790a","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c3af1e3468ea790a","status":"passed","time":{"start":1725578407338,"stop":1725578407338,"duration":0}},{"uid":"13ffdb3882f7c614","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/13ffdb3882f7c614","status":"passed","time":{"start":1725577684848,"stop":1725577684848,"duration":0}},{"uid":"8fb2d199125d9d0e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/8fb2d199125d9d0e","status":"passed","time":{"start":1725577332138,"stop":1725577332138,"duration":0}},{"uid":"dad350184fbf7543","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/dad350184fbf7543","status":"passed","time":{"start":1725577282085,"stop":1725577282085,"duration":0}},{"uid":"f308a9744ac02105","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f308a9744ac02105","status":"passed","time":{"start":1725576864687,"stop":1725576864688,"duration":1}}]},"tags":[]},"source":"fdbb768ae532516a.json","parameterValues":[]} \ No newline at end of file +{"uid":"edec1c0dd4349f42","name":"Nwaku publishes","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Nwaku publishes","historyId":"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218791622,"stop":1726218791623,"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":4,"unknown":0,"total":4},"items":[{"uid":"565255702b592afb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/565255702b592afb","status":"passed","time":{"start":1726218683565,"stop":1726218683565,"duration":0}},{"uid":"1a4990250e98ae5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a4990250e98ae5c","status":"passed","time":{"start":1726217949325,"stop":1726217949326,"duration":1}},{"uid":"43ba19670275f322","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43ba19670275f322","status":"passed","time":{"start":1726217865171,"stop":1726217865177,"duration":6}}]},"tags":[]},"source":"edec1c0dd4349f42.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/ee0081bbfbfcce8d.json b/7434/data/test-cases/ee0081bbfbfcce8d.json new file mode 100644 index 00000000000..c8e55d89343 --- /dev/null +++ b/7434/data/test-cases/ee0081bbfbfcce8d.json @@ -0,0 +1 @@ +{"uid":"ee0081bbfbfcce8d","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /0/toychat/2/huilong/proto to shard index 3","historyId":"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283082,"stop":1726218283083,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e5f188dc26f741a9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e5f188dc26f741a9","status":"passed","time":{"start":1726218188584,"stop":1726218188585,"duration":1}},{"uid":"e102d41d9f350282","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e102d41d9f350282","status":"passed","time":{"start":1726217441544,"stop":1726217441545,"duration":1}},{"uid":"45fc3dd82c1fda9c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/45fc3dd82c1fda9c","status":"passed","time":{"start":1726217383207,"stop":1726217383207,"duration":0}}]},"tags":[]},"source":"ee0081bbfbfcce8d.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/ee8a321789cea58.json b/7434/data/test-cases/ee8a321789cea58.json new file mode 100644 index 00000000000..aad146e04fd --- /dev/null +++ b/7434/data/test-cases/ee8a321789cea58.json @@ -0,0 +1 @@ +{"uid":"ee8a321789cea58","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":1726218863032,"stop":1726218863034,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"981f93eed754d6f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/981f93eed754d6f","status":"passed","time":{"start":1726218781390,"stop":1726218781390,"duration":0}},{"uid":"4c1e3cf0750d78f4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c1e3cf0750d78f4","status":"passed","time":{"start":1726218013719,"stop":1726218013719,"duration":0}},{"uid":"f04aca3c71e13e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f04aca3c71e13e7","status":"passed","time":{"start":1726217945338,"stop":1726217945338,"duration":0}}]},"tags":[]},"source":"ee8a321789cea58.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/7ee58ffa9b53d1b4.json b/7434/data/test-cases/eeafbf1d12887ad9.json similarity index 93% rename from 7408/data/test-cases/7ee58ffa9b53d1b4.json rename to 7434/data/test-cases/eeafbf1d12887ad9.json index d6f3b9802a8..8d258b93fff 100644 --- a/7408/data/test-cases/7ee58ffa9b53d1b4.json +++ b/7434/data/test-cases/eeafbf1d12887ad9.json @@ -1 +1 @@ -{"uid":"7ee58ffa9b53d1b4","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":1725579187575,"stop":1725579187576,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"e877e9881eed1a01","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e877e9881eed1a01","status":"passed","time":{"start":1725578730895,"stop":1725578730895,"duration":0}},{"uid":"cb11d151cb62c84d","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/cb11d151cb62c84d","status":"passed","time":{"start":1725578399098,"stop":1725578399098,"duration":0}},{"uid":"92144b5e1cc0a87a","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/92144b5e1cc0a87a","status":"passed","time":{"start":1725577666267,"stop":1725577666267,"duration":0}},{"uid":"7e757f34dfcdb3a8","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7e757f34dfcdb3a8","status":"passed","time":{"start":1725577318877,"stop":1725577318878,"duration":1}},{"uid":"6dd41a343b2cbe3a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/6dd41a343b2cbe3a","status":"passed","time":{"start":1725577277103,"stop":1725577277103,"duration":0}},{"uid":"469e7d5645df7987","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/469e7d5645df7987","status":"passed","time":{"start":1725576853158,"stop":1725576853158,"duration":0}}]},"tags":[]},"source":"7ee58ffa9b53d1b4.json","parameterValues":[]} \ No newline at end of file +{"uid":"eeafbf1d12887ad9","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":1726218778233,"stop":1726218778234,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"9ae36155a2c169c6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9ae36155a2c169c6","status":"passed","time":{"start":1726218673558,"stop":1726218673558,"duration":0}},{"uid":"822c7391aaeeaf49","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/822c7391aaeeaf49","status":"passed","time":{"start":1726217946732,"stop":1726217946733,"duration":1}},{"uid":"44c56c1bfe700006","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/44c56c1bfe700006","status":"passed","time":{"start":1726217862783,"stop":1726217862784,"duration":1}}]},"tags":[]},"source":"eeafbf1d12887ad9.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/eec5773f1b7b7b1c.json b/7434/data/test-cases/eec5773f1b7b7b1c.json new file mode 100644 index 00000000000..f210d91c3e4 --- /dev/null +++ b/7434/data/test-cases/eec5773f1b7b7b1c.json @@ -0,0 +1 @@ +{"uid":"eec5773f1b7b7b1c","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":1726218863002,"stop":1726218863002,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"e132be844c4ca307","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e132be844c4ca307","status":"passed","time":{"start":1726218781380,"stop":1726218781380,"duration":0}},{"uid":"42e6432cbb5d2993","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42e6432cbb5d2993","status":"passed","time":{"start":1726218013695,"stop":1726218013695,"duration":0}},{"uid":"9d2dceaec72d1afa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9d2dceaec72d1afa","status":"passed","time":{"start":1726217945328,"stop":1726217945328,"duration":0}}]},"tags":[]},"source":"eec5773f1b7b7b1c.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/ef0a83fcfb23aedf.json b/7434/data/test-cases/ef0a83fcfb23aedf.json new file mode 100644 index 00000000000..ef85f1a1009 --- /dev/null +++ b/7434/data/test-cases/ef0a83fcfb23aedf.json @@ -0,0 +1 @@ +{"uid":"ef0a83fcfb23aedf","name":"All","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > All","historyId":"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218344914,"stop":1726218344915,"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":4,"unknown":0,"total":4},"items":[{"uid":"e736c573eaee734c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e736c573eaee734c","status":"passed","time":{"start":1726218249120,"stop":1726218249121,"duration":1}},{"uid":"39274eefaa536eba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39274eefaa536eba","status":"passed","time":{"start":1726217503859,"stop":1726217503859,"duration":0}},{"uid":"43835375cc70bdcd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43835375cc70bdcd","status":"passed","time":{"start":1726217442598,"stop":1726217442598,"duration":0}}]},"tags":[]},"source":"ef0a83fcfb23aedf.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/8163fd87510d7e57.json b/7434/data/test-cases/ef1ecf501442555d.json similarity index 64% rename from 7408/data/test-cases/8163fd87510d7e57.json rename to 7434/data/test-cases/ef1ecf501442555d.json index 2f896819930..68a5c1da3e3 100644 --- a/7408/data/test-cases/8163fd87510d7e57.json +++ b/7434/data/test-cases/ef1ecf501442555d.json @@ -1 +1 @@ -{"uid":"8163fd87510d7e57","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":1725578734309,"stop":1725578734310,"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":7,"unknown":0,"total":7},"items":[{"uid":"5ca8fd85f8ce4f1a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5ca8fd85f8ce4f1a","status":"passed","time":{"start":1725578277366,"stop":1725578277366,"duration":0}},{"uid":"260c1978f2a41be","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/260c1978f2a41be","status":"passed","time":{"start":1725577949913,"stop":1725577949913,"duration":0}},{"uid":"e2e2c809acf52641","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/e2e2c809acf52641","status":"passed","time":{"start":1725577217476,"stop":1725577217476,"duration":0}},{"uid":"3b1ff9aaa14e429b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/3b1ff9aaa14e429b","status":"passed","time":{"start":1725576864180,"stop":1725576864181,"duration":1}},{"uid":"c0922c92c0cbe98d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c0922c92c0cbe98d","status":"passed","time":{"start":1725576817207,"stop":1725576817208,"duration":1}},{"uid":"c1b9057f9cc6b47e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c1b9057f9cc6b47e","status":"passed","time":{"start":1725576399277,"stop":1725576399278,"duration":1}}]},"tags":[]},"source":"8163fd87510d7e57.json","parameterValues":[]} \ No newline at end of file +{"uid":"ef1ecf501442555d","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":1726218308584,"stop":1726218308584,"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":4,"unknown":0,"total":4},"items":[{"uid":"9e0be2aad0d48ec9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9e0be2aad0d48ec9","status":"passed","time":{"start":1726218213410,"stop":1726218213410,"duration":0}},{"uid":"714323173af7c70c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/714323173af7c70c","status":"passed","time":{"start":1726217466677,"stop":1726217466678,"duration":1}},{"uid":"b2262bcbe37c5908","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b2262bcbe37c5908","status":"passed","time":{"start":1726217408298,"stop":1726217408298,"duration":0}}]},"tags":[]},"source":"ef1ecf501442555d.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/8ad6a6b8082d619e.json b/7434/data/test-cases/ef3865db254e0efe.json similarity index 71% rename from 7408/data/test-cases/8ad6a6b8082d619e.json rename to 7434/data/test-cases/ef3865db254e0efe.json index c940be5ab94..0fe2e376190 100644 --- a/7408/data/test-cases/8ad6a6b8082d619e.json +++ b/7434/data/test-cases/ef3865db254e0efe.json @@ -1 +1 @@ -{"uid":"8ad6a6b8082d619e","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":1725578876067,"stop":1725578876067,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"fdeaea49d4590645","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/fdeaea49d4590645","status":"passed","time":{"start":1725578412449,"stop":1725578412449,"duration":0}},{"uid":"1787291f9f53b43e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/1787291f9f53b43e","status":"passed","time":{"start":1725578089712,"stop":1725578089712,"duration":0}},{"uid":"81257ab0bedc6531","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/81257ab0bedc6531","status":"passed","time":{"start":1725577366657,"stop":1725577366657,"duration":0}},{"uid":"789b66cc7c81f5ed","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/789b66cc7c81f5ed","status":"passed","time":{"start":1725577005077,"stop":1725577005078,"duration":1}},{"uid":"830867c7314ececb","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/830867c7314ececb","status":"passed","time":{"start":1725576959237,"stop":1725576959237,"duration":0}},{"uid":"f973b2ebf791d2da","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/f973b2ebf791d2da","status":"passed","time":{"start":1725576537506,"stop":1725576537506,"duration":0}}]},"tags":[]},"source":"8ad6a6b8082d619e.json","parameterValues":[]} \ No newline at end of file +{"uid":"ef3865db254e0efe","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":1726218455969,"stop":1726218455970,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"764fc280e6f2896f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/764fc280e6f2896f","status":"passed","time":{"start":1726218357624,"stop":1726218357624,"duration":0}},{"uid":"e33a56e46eeb57ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e33a56e46eeb57ba","status":"passed","time":{"start":1726217608003,"stop":1726217608003,"duration":0}},{"uid":"28ad328ef3cd253d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/28ad328ef3cd253d","status":"passed","time":{"start":1726217547144,"stop":1726217547144,"duration":0}}]},"tags":[]},"source":"ef3865db254e0efe.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4e039674ac99bf09.json b/7434/data/test-cases/ef9020a16e3ff4f8.json similarity index 78% rename from 7408/data/test-cases/4e039674ac99bf09.json rename to 7434/data/test-cases/ef9020a16e3ff4f8.json index c9058e08d67..da3f5e019b7 100644 --- a/7408/data/test-cases/4e039674ac99bf09.json +++ b/7434/data/test-cases/ef9020a16e3ff4f8.json @@ -1 +1 @@ -{"uid":"4e039674ac99bf09","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":1725579261706,"stop":1725579261706,"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":7,"unknown":0,"total":7},"items":[{"uid":"21fb34f52147d862","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/21fb34f52147d862","status":"passed","time":{"start":1725578802836,"stop":1725578802836,"duration":0}},{"uid":"458edb9718fd70d3","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/458edb9718fd70d3","status":"passed","time":{"start":1725578477411,"stop":1725578477413,"duration":2}},{"uid":"3e01cfa925871e33","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/3e01cfa925871e33","status":"passed","time":{"start":1725577739575,"stop":1725577739575,"duration":0}},{"uid":"528ed27209445999","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/528ed27209445999","status":"passed","time":{"start":1725577393703,"stop":1725577393703,"duration":0}},{"uid":"5f9e6d77cc4fe7e0","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/5f9e6d77cc4fe7e0","status":"passed","time":{"start":1725577347219,"stop":1725577347219,"duration":0}},{"uid":"5c23472fb2fa96d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/5c23472fb2fa96d","status":"passed","time":{"start":1725576935093,"stop":1725576935093,"duration":0}}]},"tags":[]},"source":"4e039674ac99bf09.json","parameterValues":[]} \ No newline at end of file +{"uid":"ef9020a16e3ff4f8","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":1726218851924,"stop":1726218851924,"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":4,"unknown":0,"total":4},"items":[{"uid":"7e66d71e10ef0514","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7e66d71e10ef0514","status":"passed","time":{"start":1726218761850,"stop":1726218761851,"duration":1}},{"uid":"97e00203451e4ee0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/97e00203451e4ee0","status":"passed","time":{"start":1726218020455,"stop":1726218020456,"duration":1}},{"uid":"475055d7cdd4f70d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/475055d7cdd4f70d","status":"passed","time":{"start":1726217934113,"stop":1726217934115,"duration":2}}]},"tags":[]},"source":"ef9020a16e3ff4f8.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/f0263a85324abd8b.json b/7434/data/test-cases/f0263a85324abd8b.json new file mode 100644 index 00000000000..55f020fef94 --- /dev/null +++ b/7434/data/test-cases/f0263a85324abd8b.json @@ -0,0 +1 @@ +{"uid":"f0263a85324abd8b","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":1726218914871,"stop":1726218914872,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ded0601b722b147d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ded0601b722b147d","status":"passed","time":{"start":1726218826916,"stop":1726218826916,"duration":0}},{"uid":"894b1608ff37670c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/894b1608ff37670c","status":"passed","time":{"start":1726218091298,"stop":1726218091298,"duration":0}},{"uid":"121dbf2ef01a7bba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/121dbf2ef01a7bba","status":"passed","time":{"start":1726218000389,"stop":1726218000389,"duration":0}}]},"tags":[]},"source":"f0263a85324abd8b.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6f2d7e05e9ca6a82.json b/7434/data/test-cases/f03729e4a50a0691.json similarity index 59% rename from 7408/data/test-cases/6f2d7e05e9ca6a82.json rename to 7434/data/test-cases/f03729e4a50a0691.json index b0b4dc676d3..3b804183f38 100644 --- a/7408/data/test-cases/6f2d7e05e9ca6a82.json +++ b/7434/data/test-cases/f03729e4a50a0691.json @@ -1 +1 @@ -{"uid":"6f2d7e05e9ca6a82","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":1725578717746,"stop":1725578717746,"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":7,"unknown":0,"total":7},"items":[{"uid":"7a80e0893e27b348","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/7a80e0893e27b348","status":"passed","time":{"start":1725578261165,"stop":1725578261165,"duration":0}},{"uid":"fc8860c68fd70cbe","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/fc8860c68fd70cbe","status":"passed","time":{"start":1725577933624,"stop":1725577933625,"duration":1}},{"uid":"70e3df1e6a3a11a3","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/70e3df1e6a3a11a3","status":"passed","time":{"start":1725577201140,"stop":1725577201141,"duration":1}},{"uid":"e6fb706171c7c7da","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e6fb706171c7c7da","status":"passed","time":{"start":1725576847747,"stop":1725576847747,"duration":0}},{"uid":"abb643b4d45c9f5b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/abb643b4d45c9f5b","status":"passed","time":{"start":1725576800737,"stop":1725576800737,"duration":0}},{"uid":"4e1c55773cb6deba","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/4e1c55773cb6deba","status":"passed","time":{"start":1725576382766,"stop":1725576382766,"duration":0}}]},"tags":[]},"source":"6f2d7e05e9ca6a82.json","parameterValues":[]} \ No newline at end of file +{"uid":"f03729e4a50a0691","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":1726218291670,"stop":1726218291671,"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":4,"unknown":0,"total":4},"items":[{"uid":"5c3ba445b82a840b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5c3ba445b82a840b","status":"passed","time":{"start":1726218197009,"stop":1726218197009,"duration":0}},{"uid":"ad14789021643eda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad14789021643eda","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"duration":0}},{"uid":"1f5d37302bc7305a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f5d37302bc7305a","status":"passed","time":{"start":1726217391859,"stop":1726217391859,"duration":0}}]},"tags":[]},"source":"f03729e4a50a0691.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/42fce3636d1949f8.json b/7434/data/test-cases/f07822f296fda52a.json similarity index 91% rename from 7408/data/test-cases/42fce3636d1949f8.json rename to 7434/data/test-cases/f07822f296fda52a.json index 122e42ab7cd..08126b4b4fc 100644 --- a/7408/data/test-cases/42fce3636d1949f8.json +++ b/7434/data/test-cases/f07822f296fda52a.json @@ -1 +1 @@ -{"uid":"42fce3636d1949f8","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":1725578970784,"stop":1725578970785,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"82ff30eef26bc0e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/82ff30eef26bc0e","status":"passed","time":{"start":1725578514086,"stop":1725578514087,"duration":1}},{"uid":"1fe9bb132c436dd9","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/1fe9bb132c436dd9","status":"passed","time":{"start":1725578193133,"stop":1725578193134,"duration":1}},{"uid":"917a0f6a8bc55bff","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/917a0f6a8bc55bff","status":"passed","time":{"start":1725577453223,"stop":1725577453223,"duration":0}},{"uid":"48fef4e90d9573b0","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/48fef4e90d9573b0","status":"passed","time":{"start":1725577097734,"stop":1725577097735,"duration":1}},{"uid":"aeed665651bd1c9e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/aeed665651bd1c9e","status":"passed","time":{"start":1725577056971,"stop":1725577056971,"duration":0}},{"uid":"e5671b3f05810a4","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e5671b3f05810a4","status":"passed","time":{"start":1725576643979,"stop":1725576643979,"duration":0}}]},"tags":[]},"source":"42fce3636d1949f8.json","parameterValues":[]} \ No newline at end of file +{"uid":"f07822f296fda52a","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":1726218551469,"stop":1726218551469,"duration":0},"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":4,"unknown":0,"total":4},"items":[{"uid":"5d575d1aa5976fd6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5d575d1aa5976fd6","status":"passed","time":{"start":1726218459524,"stop":1726218459524,"duration":0}},{"uid":"e4676b067da16ef4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e4676b067da16ef4","status":"passed","time":{"start":1726217705995,"stop":1726217705996,"duration":1}},{"uid":"e76a3fde5e0f6beb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e76a3fde5e0f6beb","status":"passed","time":{"start":1726217650746,"stop":1726217650747,"duration":1}}]},"tags":[]},"source":"f07822f296fda52a.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/f0b0b4693a4a4045.json b/7434/data/test-cases/f0b0b4693a4a4045.json new file mode 100644 index 00000000000..927f14e5f4d --- /dev/null +++ b/7434/data/test-cases/f0b0b4693a4a4045.json @@ -0,0 +1 @@ +{"uid":"f0b0b4693a4a4045","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","historyId":"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283098,"stop":1726218283098,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c90c41cfdd0e2742","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c90c41cfdd0e2742","status":"passed","time":{"start":1726218188598,"stop":1726218188598,"duration":0}},{"uid":"f3ab7663c2e446a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3ab7663c2e446a6","status":"passed","time":{"start":1726217441560,"stop":1726217441561,"duration":1}},{"uid":"339971bf67cb374","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/339971bf67cb374","status":"passed","time":{"start":1726217383222,"stop":1726217383223,"duration":1}}]},"tags":[]},"source":"f0b0b4693a4a4045.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/f9586070503e8d11.json b/7434/data/test-cases/f0b0c15bf2cc7b6e.json similarity index 90% rename from 7408/data/test-cases/f9586070503e8d11.json rename to 7434/data/test-cases/f0b0c15bf2cc7b6e.json index f3c45b4a969..87ef91db2ca 100644 --- a/7408/data/test-cases/f9586070503e8d11.json +++ b/7434/data/test-cases/f0b0c15bf2cc7b6e.json @@ -1 +1 @@ -{"uid":"f9586070503e8d11","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":1725578940135,"stop":1725578940135,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"3357ea53be58d42c","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/3357ea53be58d42c","status":"passed","time":{"start":1725578482060,"stop":1725578482060,"duration":0}},{"uid":"da41eea61434fdce","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/da41eea61434fdce","status":"passed","time":{"start":1725578159558,"stop":1725578159559,"duration":1}},{"uid":"11048b936dcbd972","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/11048b936dcbd972","status":"passed","time":{"start":1725577422729,"stop":1725577422730,"duration":1}},{"uid":"4e7a11167c0eca6","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4e7a11167c0eca6","status":"passed","time":{"start":1725577067047,"stop":1725577067047,"duration":0}},{"uid":"fc18c94d62b6351f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/fc18c94d62b6351f","status":"passed","time":{"start":1725577018821,"stop":1725577018821,"duration":0}},{"uid":"45bddeb2e7f25c27","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/45bddeb2e7f25c27","status":"passed","time":{"start":1725576607310,"stop":1725576607310,"duration":0}}]},"tags":[]},"source":"f9586070503e8d11.json","parameterValues":[]} \ No newline at end of file +{"uid":"f0b0c15bf2cc7b6e","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":1726218510971,"stop":1726218510972,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"b219a0b38f092a9c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b219a0b38f092a9c","status":"passed","time":{"start":1726218417148,"stop":1726218417148,"duration":0}},{"uid":"3454605ed0d9a3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3454605ed0d9a3","status":"passed","time":{"start":1726217677810,"stop":1726217677812,"duration":2}},{"uid":"6718ff3a05ff8552","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6718ff3a05ff8552","status":"passed","time":{"start":1726217616839,"stop":1726217616840,"duration":1}}]},"tags":[]},"source":"f0b0c15bf2cc7b6e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5a86bee64702e7af.json b/7434/data/test-cases/f0e0e4b95a9693ba.json similarity index 89% rename from 7408/data/test-cases/5a86bee64702e7af.json rename to 7434/data/test-cases/f0e0e4b95a9693ba.json index f4d7332b77c..d1f36ca756e 100644 --- a/7408/data/test-cases/5a86bee64702e7af.json +++ b/7434/data/test-cases/f0e0e4b95a9693ba.json @@ -1 +1 @@ -{"uid":"5a86bee64702e7af","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":1725579222587,"stop":1725579222587,"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":7,"unknown":0,"total":7},"items":[{"uid":"8f507e71f58eac81","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8f507e71f58eac81","status":"passed","time":{"start":1725578764270,"stop":1725578764270,"duration":0}},{"uid":"67f37061ae0d027","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/67f37061ae0d027","status":"passed","time":{"start":1725578435668,"stop":1725578435670,"duration":2}},{"uid":"848239dc1b5bc1db","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/848239dc1b5bc1db","status":"passed","time":{"start":1725577700005,"stop":1725577700006,"duration":1}},{"uid":"573c4c1dbdc01d4d","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/573c4c1dbdc01d4d","status":"passed","time":{"start":1725577356741,"stop":1725577356742,"duration":1}},{"uid":"427674886fb23e0b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/427674886fb23e0b","status":"passed","time":{"start":1725577310399,"stop":1725577310399,"duration":0}},{"uid":"cdda351031cd9f0f","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/cdda351031cd9f0f","status":"passed","time":{"start":1725576887796,"stop":1725576887797,"duration":1}}]},"tags":[]},"source":"5a86bee64702e7af.json","parameterValues":[]} \ No newline at end of file +{"uid":"f0e0e4b95a9693ba","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":1726218812474,"stop":1726218812474,"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":4,"unknown":0,"total":4},"items":[{"uid":"5804f04fbb1effb5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5804f04fbb1effb5","status":"passed","time":{"start":1726218708394,"stop":1726218708395,"duration":1}},{"uid":"65777614b69daf42","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/65777614b69daf42","status":"passed","time":{"start":1726217980050,"stop":1726217980050,"duration":0}},{"uid":"8ce8eb729a804910","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8ce8eb729a804910","status":"passed","time":{"start":1726217896503,"stop":1726217896504,"duration":1}}]},"tags":[]},"source":"f0e0e4b95a9693ba.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e34ceeece420654d.json b/7434/data/test-cases/f0ffbfa562b572e4.json similarity index 93% rename from 7408/data/test-cases/e34ceeece420654d.json rename to 7434/data/test-cases/f0ffbfa562b572e4.json index 13eff7acb35..67ea8344b30 100644 --- a/7408/data/test-cases/e34ceeece420654d.json +++ b/7434/data/test-cases/f0ffbfa562b572e4.json @@ -1 +1 @@ -{"uid":"e34ceeece420654d","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":1725579187567,"stop":1725579187567,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"3bc10f9464fa0ff3","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/3bc10f9464fa0ff3","status":"passed","time":{"start":1725578730886,"stop":1725578730886,"duration":0}},{"uid":"df56b89d5f6cd399","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/df56b89d5f6cd399","status":"passed","time":{"start":1725578399086,"stop":1725578399087,"duration":1}},{"uid":"12aecd33d3e8e1f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/12aecd33d3e8e1f","status":"passed","time":{"start":1725577666258,"stop":1725577666259,"duration":1}},{"uid":"bc9477cc1e70b415","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/bc9477cc1e70b415","status":"passed","time":{"start":1725577318865,"stop":1725577318866,"duration":1}},{"uid":"4dc12567efde6416","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/4dc12567efde6416","status":"passed","time":{"start":1725577277089,"stop":1725577277090,"duration":1}},{"uid":"ed58ca16d50b9677","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ed58ca16d50b9677","status":"passed","time":{"start":1725576853139,"stop":1725576853139,"duration":0}}]},"tags":[]},"source":"e34ceeece420654d.json","parameterValues":[]} \ No newline at end of file +{"uid":"f0ffbfa562b572e4","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":1726218778185,"stop":1726218778187,"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":4,"unknown":0,"total":4},"items":[{"uid":"a0d24d6ffa1318c1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0d24d6ffa1318c1","status":"passed","time":{"start":1726218673544,"stop":1726218673545,"duration":1}},{"uid":"823e7ca7805f944d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/823e7ca7805f944d","status":"passed","time":{"start":1726217946677,"stop":1726217946677,"duration":0}},{"uid":"1c46ed9eb674b2d5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1c46ed9eb674b2d5","status":"passed","time":{"start":1726217862769,"stop":1726217862769,"duration":0}}]},"tags":[]},"source":"f0ffbfa562b572e4.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/f12194e561c4be75.json b/7434/data/test-cases/f12194e561c4be75.json new file mode 100644 index 00000000000..9fc461267d3 --- /dev/null +++ b/7434/data/test-cases/f12194e561c4be75.json @@ -0,0 +1 @@ +{"uid":"f12194e561c4be75","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":1726218914875,"stop":1726218914875,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b1ed3b1d598704a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b1ed3b1d598704a","status":"passed","time":{"start":1726218826919,"stop":1726218826920,"duration":1}},{"uid":"1c5d67241e843233","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c5d67241e843233","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"duration":0}},{"uid":"8b61c90d4ca556cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8b61c90d4ca556cd","status":"passed","time":{"start":1726218000391,"stop":1726218000392,"duration":1}}]},"tags":[]},"source":"f12194e561c4be75.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a3f33469dba65919.json b/7434/data/test-cases/f19a4e0ab55df714.json similarity index 57% rename from 7408/data/test-cases/a3f33469dba65919.json rename to 7434/data/test-cases/f19a4e0ab55df714.json index 0fc7a8c995e..fe8532dc93d 100644 --- a/7408/data/test-cases/a3f33469dba65919.json +++ b/7434/data/test-cases/f19a4e0ab55df714.json @@ -1 +1 @@ -{"uid":"a3f33469dba65919","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":1725578717745,"stop":1725578717745,"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":7,"unknown":0,"total":7},"items":[{"uid":"ffedca5f37a8f7a","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ffedca5f37a8f7a","status":"passed","time":{"start":1725578261164,"stop":1725578261164,"duration":0}},{"uid":"829a5b2e693dc942","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/829a5b2e693dc942","status":"passed","time":{"start":1725577933624,"stop":1725577933624,"duration":0}},{"uid":"7740fdcb605349a6","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7740fdcb605349a6","status":"passed","time":{"start":1725577201140,"stop":1725577201140,"duration":0}},{"uid":"2190fad469c61619","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/2190fad469c61619","status":"passed","time":{"start":1725576847746,"stop":1725576847746,"duration":0}},{"uid":"fd3dbd87f402a116","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/fd3dbd87f402a116","status":"passed","time":{"start":1725576800736,"stop":1725576800736,"duration":0}},{"uid":"72632c3d868ef19f","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/72632c3d868ef19f","status":"passed","time":{"start":1725576382765,"stop":1725576382765,"duration":0}}]},"tags":[]},"source":"a3f33469dba65919.json","parameterValues":[]} \ No newline at end of file +{"uid":"f19a4e0ab55df714","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":1726218291669,"stop":1726218291670,"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":4,"unknown":0,"total":4},"items":[{"uid":"52244239b2859907","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52244239b2859907","status":"passed","time":{"start":1726218197008,"stop":1726218197008,"duration":0}},{"uid":"5da36c021f581f17","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5da36c021f581f17","status":"passed","time":{"start":1726217450207,"stop":1726217450207,"duration":0}},{"uid":"5de6f61949006b3c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5de6f61949006b3c","status":"passed","time":{"start":1726217391858,"stop":1726217391859,"duration":1}}]},"tags":[]},"source":"f19a4e0ab55df714.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/f1db01fbb7f3b8b.json b/7434/data/test-cases/f1db01fbb7f3b8b.json new file mode 100644 index 00000000000..1d3cadcded0 --- /dev/null +++ b/7434/data/test-cases/f1db01fbb7f3b8b.json @@ -0,0 +1 @@ +{"uid":"f1db01fbb7f3b8b","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":1726218412656,"stop":1726218412656,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"71c3d9808476905b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/71c3d9808476905b","status":"passed","time":{"start":1726218318089,"stop":1726218318089,"duration":0}},{"uid":"3377326b3fd6ef05","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3377326b3fd6ef05","status":"passed","time":{"start":1726217567473,"stop":1726217567474,"duration":1}},{"uid":"6a8ef32523661402","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a8ef32523661402","status":"passed","time":{"start":1726217508419,"stop":1726217508420,"duration":1}}]},"tags":[]},"source":"f1db01fbb7f3b8b.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/7eb3d75f4ee9aeef.json b/7434/data/test-cases/f3739f783287e1b3.json similarity index 82% rename from 7408/data/test-cases/7eb3d75f4ee9aeef.json rename to 7434/data/test-cases/f3739f783287e1b3.json index 5e17ad477cf..51b4d7f57b1 100644 --- a/7408/data/test-cases/7eb3d75f4ee9aeef.json +++ b/7434/data/test-cases/f3739f783287e1b3.json @@ -1 +1 @@ -{"uid":"7eb3d75f4ee9aeef","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":1725579302111,"stop":1725579302112,"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":7,"unknown":0,"total":7},"items":[{"uid":"66d0d9155f8ae7f6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/66d0d9155f8ae7f6","status":"passed","time":{"start":1725578838716,"stop":1725578838717,"duration":1}},{"uid":"fbbb9aae4eb125d7","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/fbbb9aae4eb125d7","status":"passed","time":{"start":1725578498372,"stop":1725578498372,"duration":0}},{"uid":"a9710e2381d027d0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a9710e2381d027d0","status":"passed","time":{"start":1725577773141,"stop":1725577773141,"duration":0}},{"uid":"7b8b669f44960f93","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/7b8b669f44960f93","status":"passed","time":{"start":1725577428837,"stop":1725577428837,"duration":0}},{"uid":"d327e31a51d00180","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/d327e31a51d00180","status":"passed","time":{"start":1725577388028,"stop":1725577388029,"duration":1}},{"uid":"c9af3c5f35df6417","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c9af3c5f35df6417","status":"passed","time":{"start":1725576955262,"stop":1725576955262,"duration":0}}]},"tags":[]},"source":"7eb3d75f4ee9aeef.json","parameterValues":[]} \ No newline at end of file +{"uid":"f3739f783287e1b3","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":1726218886391,"stop":1726218886391,"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":4,"unknown":0,"total":4},"items":[{"uid":"29d92f7922b36a03","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/29d92f7922b36a03","status":"passed","time":{"start":1726218791846,"stop":1726218791846,"duration":0}},{"uid":"d8dc3fa14fc34a24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d8dc3fa14fc34a24","status":"passed","time":{"start":1726218054683,"stop":1726218054684,"duration":1}},{"uid":"cc2c31c7cf59cfd3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cc2c31c7cf59cfd3","status":"passed","time":{"start":1726217965430,"stop":1726217965431,"duration":1}}]},"tags":[]},"source":"f3739f783287e1b3.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/895048fa3a3e5cdf.json b/7434/data/test-cases/f39e0ed3816f040d.json similarity index 93% rename from 7408/data/test-cases/895048fa3a3e5cdf.json rename to 7434/data/test-cases/f39e0ed3816f040d.json index 894ac7afdfc..f63e2425d9c 100644 --- a/7408/data/test-cases/895048fa3a3e5cdf.json +++ b/7434/data/test-cases/f39e0ed3816f040d.json @@ -1 +1 @@ -{"uid":"895048fa3a3e5cdf","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":1725579187581,"stop":1725579187581,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"925d80b9ad7edecb","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/925d80b9ad7edecb","status":"passed","time":{"start":1725578730899,"stop":1725578730899,"duration":0}},{"uid":"1f4f1d77a47e059","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/1f4f1d77a47e059","status":"passed","time":{"start":1725578399105,"stop":1725578399106,"duration":1}},{"uid":"38e7759196ed443f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/38e7759196ed443f","status":"passed","time":{"start":1725577666302,"stop":1725577666303,"duration":1}},{"uid":"b8c6049374a4cf38","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/b8c6049374a4cf38","status":"passed","time":{"start":1725577318883,"stop":1725577318883,"duration":0}},{"uid":"e41453e623126d1a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/e41453e623126d1a","status":"passed","time":{"start":1725577277110,"stop":1725577277111,"duration":1}},{"uid":"78823030f171fe46","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/78823030f171fe46","status":"passed","time":{"start":1725576853193,"stop":1725576853193,"duration":0}}]},"tags":[]},"source":"895048fa3a3e5cdf.json","parameterValues":[]} \ No newline at end of file +{"uid":"f39e0ed3816f040d","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":1726218778287,"stop":1726218778287,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"e4bb708ac07eb8e1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e4bb708ac07eb8e1","status":"passed","time":{"start":1726218673563,"stop":1726218673563,"duration":0}},{"uid":"3a32b0028b9f79ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a32b0028b9f79ca","status":"passed","time":{"start":1726217946741,"stop":1726217946741,"duration":0}},{"uid":"c87643f3f2d06dfc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c87643f3f2d06dfc","status":"passed","time":{"start":1726217862793,"stop":1726217862794,"duration":1}}]},"tags":[]},"source":"f39e0ed3816f040d.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/f46c7314d38f09dc.json b/7434/data/test-cases/f46c7314d38f09dc.json new file mode 100644 index 00000000000..c5a35dd596d --- /dev/null +++ b/7434/data/test-cases/f46c7314d38f09dc.json @@ -0,0 +1 @@ +{"uid":"f46c7314d38f09dc","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/","historyId":"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283100,"stop":1726218283100,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"260ba317b5a6b6ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/260ba317b5a6b6ab","status":"passed","time":{"start":1726218188599,"stop":1726218188599,"duration":0}},{"uid":"74562d24961e217d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/74562d24961e217d","status":"passed","time":{"start":1726217441562,"stop":1726217441562,"duration":0}},{"uid":"dd728a2a2fbb7f5f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dd728a2a2fbb7f5f","status":"passed","time":{"start":1726217383224,"stop":1726217383225,"duration":1}}]},"tags":[]},"source":"f46c7314d38f09dc.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/316f3a845c0b01f4.json b/7434/data/test-cases/f4de2b05d1b01c4f.json similarity index 65% rename from 7408/data/test-cases/316f3a845c0b01f4.json rename to 7434/data/test-cases/f4de2b05d1b01c4f.json index da9fca70996..a66a6367540 100644 --- a/7408/data/test-cases/316f3a845c0b01f4.json +++ b/7434/data/test-cases/f4de2b05d1b01c4f.json @@ -1 +1 @@ -{"uid":"316f3a845c0b01f4","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":1725578717082,"stop":1725578717082,"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":7,"unknown":0,"total":7},"items":[{"uid":"d03784bfa0e0b2bf","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d03784bfa0e0b2bf","status":"passed","time":{"start":1725578260515,"stop":1725578260515,"duration":0}},{"uid":"e54780d5421dae0b","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/e54780d5421dae0b","status":"passed","time":{"start":1725577932892,"stop":1725577932893,"duration":1}},{"uid":"f875a7d2123cf2d1","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/f875a7d2123cf2d1","status":"passed","time":{"start":1725577200590,"stop":1725577200590,"duration":0}},{"uid":"ba1ea79c22fa0473","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/ba1ea79c22fa0473","status":"passed","time":{"start":1725576847041,"stop":1725576847042,"duration":1}},{"uid":"675108d5b7f15fb6","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/675108d5b7f15fb6","status":"passed","time":{"start":1725576799919,"stop":1725576799920,"duration":1}},{"uid":"ca97d05292b664d4","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/ca97d05292b664d4","status":"passed","time":{"start":1725576382162,"stop":1725576382163,"duration":1}}]},"tags":[]},"source":"316f3a845c0b01f4.json","parameterValues":[]} \ No newline at end of file +{"uid":"f4de2b05d1b01c4f","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":1726218291077,"stop":1726218291077,"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":4,"unknown":0,"total":4},"items":[{"uid":"fe920dae22f8c514","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fe920dae22f8c514","status":"passed","time":{"start":1726218196339,"stop":1726218196340,"duration":1}},{"uid":"55912713e024dcc9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55912713e024dcc9","status":"passed","time":{"start":1726217449467,"stop":1726217449468,"duration":1}},{"uid":"4516283a4ea9ddf5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4516283a4ea9ddf5","status":"passed","time":{"start":1726217391246,"stop":1726217391246,"duration":0}}]},"tags":[]},"source":"f4de2b05d1b01c4f.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/38f697d93204883c.json b/7434/data/test-cases/f500c56fdff1f020.json similarity index 62% rename from 7408/data/test-cases/38f697d93204883c.json rename to 7434/data/test-cases/f500c56fdff1f020.json index 79d68027b00..3a815af9eb7 100644 --- a/7408/data/test-cases/38f697d93204883c.json +++ b/7434/data/test-cases/f500c56fdff1f020.json @@ -1 +1 @@ -{"uid":"38f697d93204883c","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":1725578717090,"stop":1725578717090,"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":7,"unknown":0,"total":7},"items":[{"uid":"de0af3164ad5c54e","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/de0af3164ad5c54e","status":"passed","time":{"start":1725578260523,"stop":1725578260523,"duration":0}},{"uid":"9ed2f8abd7bd1670","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/9ed2f8abd7bd1670","status":"passed","time":{"start":1725577932904,"stop":1725577932905,"duration":1}},{"uid":"2ea87f38a94d1478","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/2ea87f38a94d1478","status":"passed","time":{"start":1725577200598,"stop":1725577200598,"duration":0}},{"uid":"4d89e08e6898a83b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4d89e08e6898a83b","status":"passed","time":{"start":1725576847056,"stop":1725576847057,"duration":1}},{"uid":"574dd604a24b5038","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/574dd604a24b5038","status":"passed","time":{"start":1725576799936,"stop":1725576799937,"duration":1}},{"uid":"7caa1c6a24c11fd3","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/7caa1c6a24c11fd3","status":"passed","time":{"start":1725576382170,"stop":1725576382170,"duration":0}}]},"tags":[]},"source":"38f697d93204883c.json","parameterValues":[]} \ No newline at end of file +{"uid":"f500c56fdff1f020","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":1726218291085,"stop":1726218291085,"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":4,"unknown":0,"total":4},"items":[{"uid":"ce3a455deb25eb8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ce3a455deb25eb8","status":"passed","time":{"start":1726218196350,"stop":1726218196351,"duration":1}},{"uid":"c3a625ee978a2aeb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3a625ee978a2aeb","status":"passed","time":{"start":1726217449483,"stop":1726217449484,"duration":1}},{"uid":"68480339b277459b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/68480339b277459b","status":"passed","time":{"start":1726217391255,"stop":1726217391255,"duration":0}}]},"tags":[]},"source":"f500c56fdff1f020.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/5dcb5a6d9609a303.json b/7434/data/test-cases/f5d2329997709da7.json similarity index 91% rename from 7408/data/test-cases/5dcb5a6d9609a303.json rename to 7434/data/test-cases/f5d2329997709da7.json index 242f392fe73..c5be0cecccc 100644 --- a/7408/data/test-cases/5dcb5a6d9609a303.json +++ b/7434/data/test-cases/f5d2329997709da7.json @@ -1 +1 @@ -{"uid":"5dcb5a6d9609a303","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":1725578970801,"stop":1725578970801,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"8d2f8997214995d8","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/8d2f8997214995d8","status":"passed","time":{"start":1725578514111,"stop":1725578514112,"duration":1}},{"uid":"c11e1fe56d5e4b1e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c11e1fe56d5e4b1e","status":"passed","time":{"start":1725578193152,"stop":1725578193152,"duration":0}},{"uid":"14c0690c20b8e39f","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/14c0690c20b8e39f","status":"passed","time":{"start":1725577453270,"stop":1725577453270,"duration":0}},{"uid":"c9d8aab7b5af291e","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/c9d8aab7b5af291e","status":"passed","time":{"start":1725577097756,"stop":1725577097756,"duration":0}},{"uid":"6bd4c8ca063abf2b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/6bd4c8ca063abf2b","status":"passed","time":{"start":1725577056983,"stop":1725577056983,"duration":0}},{"uid":"9f6534619619348e","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/9f6534619619348e","status":"passed","time":{"start":1725576644010,"stop":1725576644010,"duration":0}}]},"tags":[]},"source":"5dcb5a6d9609a303.json","parameterValues":[]} \ No newline at end of file +{"uid":"f5d2329997709da7","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":1726218551495,"stop":1726218551496,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"ffa0eff8a9435a34","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ffa0eff8a9435a34","status":"passed","time":{"start":1726218459541,"stop":1726218459543,"duration":2}},{"uid":"5a052b91b6aaa163","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a052b91b6aaa163","status":"passed","time":{"start":1726217706011,"stop":1726217706011,"duration":0}},{"uid":"c12af0cfde2b5b18","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c12af0cfde2b5b18","status":"passed","time":{"start":1726217650773,"stop":1726217650774,"duration":1}}]},"tags":[]},"source":"f5d2329997709da7.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/f5ed93bacfe25bb0.json b/7434/data/test-cases/f5ed93bacfe25bb0.json new file mode 100644 index 00000000000..dfa693b19d9 --- /dev/null +++ b/7434/data/test-cases/f5ed93bacfe25bb0.json @@ -0,0 +1 @@ +{"uid":"f5ed93bacfe25bb0","name":"handles different clusterIds correctly","fullName":"/src/common/sharding/index.spec.ts: contentTopicsByPubsubTopic > handles different clusterIds correctly","historyId":"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283087,"stop":1726218283087,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"335e3b4a3b51a9b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/335e3b4a3b51a9b","status":"passed","time":{"start":1726218188588,"stop":1726218188589,"duration":1}},{"uid":"7f1f6d1f744a94a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7f1f6d1f744a94a6","status":"passed","time":{"start":1726217441549,"stop":1726217441549,"duration":0}},{"uid":"cbe3e33657898b5c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cbe3e33657898b5c","status":"passed","time":{"start":1726217383212,"stop":1726217383212,"duration":0}}]},"tags":[]},"source":"f5ed93bacfe25bb0.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/f61c86bf67f5a4f0.json b/7434/data/test-cases/f61c86bf67f5a4f0.json new file mode 100644 index 00000000000..547f0a25806 --- /dev/null +++ b/7434/data/test-cases/f61c86bf67f5a4f0.json @@ -0,0 +1 @@ +{"uid":"f61c86bf67f5a4f0","name":"throws an error for improperly formatted content topics","fullName":"/src/common/sharding/index.spec.ts: contentTopicsByPubsubTopic > throws an error for improperly formatted content topics","historyId":"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283088,"stop":1726218283088,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2373b9dc41d34721","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2373b9dc41d34721","status":"passed","time":{"start":1726218188589,"stop":1726218188589,"duration":0}},{"uid":"5ea3681e72b4a3ab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ea3681e72b4a3ab","status":"passed","time":{"start":1726217441550,"stop":1726217441550,"duration":0}},{"uid":"8d20e4061f72517d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d20e4061f72517d","status":"passed","time":{"start":1726217383213,"stop":1726217383213,"duration":0}}]},"tags":[]},"source":"f61c86bf67f5a4f0.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d999343625696e6a.json b/7434/data/test-cases/f759b0eb1907c407.json similarity index 89% rename from 7408/data/test-cases/d999343625696e6a.json rename to 7434/data/test-cases/f759b0eb1907c407.json index 22fc0c06e50..316e96f5cd4 100644 --- a/7408/data/test-cases/d999343625696e6a.json +++ b/7434/data/test-cases/f759b0eb1907c407.json @@ -1 +1 @@ -{"uid":"d999343625696e6a","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":1725579219626,"stop":1725579219626,"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":7,"passed":0,"unknown":0,"total":7},"items":[{"uid":"521558ef12e0e447","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/521558ef12e0e447","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578761135,"stop":1725578761135,"duration":0}},{"uid":"e6f719254c7b92d1","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/e6f719254c7b92d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1725578429991,"stop":1725578429991,"duration":0}},{"uid":"299abdbcf8edea16","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/299abdbcf8edea16","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577692795,"stop":1725577692795,"duration":0}},{"uid":"fa6259aaf328bb5b","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/fa6259aaf328bb5b","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577353970,"stop":1725577353970,"duration":0}},{"uid":"38cf708aca981b7a","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/38cf708aca981b7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1725577301901,"stop":1725577301901,"duration":0}},{"uid":"e80e6292a1e95a13","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/e80e6292a1e95a13","status":"skipped","statusDetails":"Test ignored","time":{"start":1725576895924,"stop":1725576895924,"duration":0}}]},"tags":[]},"source":"d999343625696e6a.json","parameterValues":[]} \ No newline at end of file +{"uid":"f759b0eb1907c407","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":1726218806766,"stop":1726218806766,"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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"779e4d697bfcca2b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/779e4d697bfcca2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218706748,"stop":1726218706748,"duration":0}},{"uid":"f67ce95b2517dcfb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f67ce95b2517dcfb","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217976620,"stop":1726217976621,"duration":1}},{"uid":"64a063acc8b6fb88","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64a063acc8b6fb88","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217890302,"stop":1726217890302,"duration":0}}]},"tags":[]},"source":"f759b0eb1907c407.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/51b1d2e50c43bd05.json b/7434/data/test-cases/f7658e514e419878.json similarity index 87% rename from 7408/data/test-cases/51b1d2e50c43bd05.json rename to 7434/data/test-cases/f7658e514e419878.json index 2c4e39f7ce4..1bc90618636 100644 --- a/7408/data/test-cases/51b1d2e50c43bd05.json +++ b/7434/data/test-cases/f7658e514e419878.json @@ -1 +1 @@ -{"uid":"51b1d2e50c43bd05","name":"start node with empty shard should fail","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Others > start node with empty shard should fail","historyId":"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1725579281365,"stop":1725579281366,"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":7,"unknown":0,"total":7},"items":[{"uid":"14b75ea39a2de7b2","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/14b75ea39a2de7b2","status":"passed","time":{"start":1725578819341,"stop":1725578819342,"duration":1}},{"uid":"940c50805d83b896","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/940c50805d83b896","status":"passed","time":{"start":1725578492002,"stop":1725578492002,"duration":0}},{"uid":"ec176c55f356b84d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ec176c55f356b84d","status":"passed","time":{"start":1725577749607,"stop":1725577749607,"duration":0}},{"uid":"48c68f8ef739670c","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/48c68f8ef739670c","status":"passed","time":{"start":1725577416252,"stop":1725577416252,"duration":0}},{"uid":"1eda53713d5ff74b","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/1eda53713d5ff74b","status":"passed","time":{"start":1725577358772,"stop":1725577358772,"duration":0}},{"uid":"97b5c92d4e5a96d8","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/97b5c92d4e5a96d8","status":"passed","time":{"start":1725576950283,"stop":1725576950283,"duration":0}}]},"tags":[]},"source":"51b1d2e50c43bd05.json","parameterValues":[]} \ No newline at end of file +{"uid":"f7658e514e419878","name":"start node with empty shard should fail","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Others > start node with empty shard should fail","historyId":"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218863187,"stop":1726218863187,"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":4,"unknown":0,"total":4},"items":[{"uid":"f6e9d5c026c34df2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f6e9d5c026c34df2","status":"passed","time":{"start":1726218765885,"stop":1726218765885,"duration":0}},{"uid":"ca20990e3405d0fc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca20990e3405d0fc","status":"passed","time":{"start":1726218039634,"stop":1726218039635,"duration":1}},{"uid":"562139398c1e8a59","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/562139398c1e8a59","status":"passed","time":{"start":1726217952893,"stop":1726217952894,"duration":1}}]},"tags":[]},"source":"f7658e514e419878.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/f8242067814f647e.json b/7434/data/test-cases/f8242067814f647e.json new file mode 100644 index 00000000000..7ce68649da3 --- /dev/null +++ b/7434/data/test-cases/f8242067814f647e.json @@ -0,0 +1 @@ +{"uid":"f8242067814f647e","name":"should emit events and trasition isConnected state when has peers or no peers","fullName":"/tests/connection-mananger/events.spec.ts: Events > waku:connection > should emit events and trasition isConnected state when has peers or no peers","historyId":"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218335403,"stop":1726218335404,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"waku:connection"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"877e3d87b8b61c69","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/877e3d87b8b61c69","status":"passed","time":{"start":1726218239527,"stop":1726218239528,"duration":1}},{"uid":"1d5e814e19fccf83","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d5e814e19fccf83","status":"passed","time":{"start":1726217493342,"stop":1726217493343,"duration":1}},{"uid":"97c5c5cba776e447","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/97c5c5cba776e447","status":"passed","time":{"start":1726217434837,"stop":1726217434838,"duration":1}}]},"tags":[]},"source":"f8242067814f647e.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/f87551eacbaa8c6e.json b/7434/data/test-cases/f87551eacbaa8c6e.json new file mode 100644 index 00000000000..d13d0a6d0fe --- /dev/null +++ b/7434/data/test-cases/f87551eacbaa8c6e.json @@ -0,0 +1 @@ +{"uid":"f87551eacbaa8c6e","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app42/9/topic703/test.js","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 6 - Cluster ID: 10, Content Topic: /app42/9/topic703/test.js","historyId":"d2e97794c7f5ef84111f61fe678c37fd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218843767,"stop":1726218843767,"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":"f87551eacbaa8c6e.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/f87597fefdc9c4b.json b/7434/data/test-cases/f87597fefdc9c4b.json new file mode 100644 index 00000000000..945447823a4 --- /dev/null +++ b/7434/data/test-cases/f87597fefdc9c4b.json @@ -0,0 +1 @@ +{"uid":"f87597fefdc9c4b","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":1726218879321,"stop":1726218879322,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ccbfa093a44029ad","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ccbfa093a44029ad","status":"passed","time":{"start":1726218787579,"stop":1726218787579,"duration":0}},{"uid":"18b8b10c8b0ca943","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18b8b10c8b0ca943","status":"passed","time":{"start":1726218066282,"stop":1726218066282,"duration":0}},{"uid":"bf761f41f93a2040","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bf761f41f93a2040","status":"passed","time":{"start":1726217965308,"stop":1726217965309,"duration":1}}]},"tags":[]},"source":"f87597fefdc9c4b.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e3ac0d3639de4f38.json b/7434/data/test-cases/f8e3fb5b679c9b3a.json similarity index 72% rename from 7408/data/test-cases/e3ac0d3639de4f38.json rename to 7434/data/test-cases/f8e3fb5b679c9b3a.json index 3082c0bed58..9c9b117c89f 100644 --- a/7408/data/test-cases/e3ac0d3639de4f38.json +++ b/7434/data/test-cases/f8e3fb5b679c9b3a.json @@ -1 +1 @@ -{"uid":"e3ac0d3639de4f38","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":1725578809893,"stop":1725578809894,"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":7,"unknown":0,"total":7},"items":[{"uid":"5ae60b142ed8cdc6","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/5ae60b142ed8cdc6","status":"passed","time":{"start":1725578356617,"stop":1725578356617,"duration":0}},{"uid":"fad29d5cc80e3a71","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/fad29d5cc80e3a71","status":"passed","time":{"start":1725578030108,"stop":1725578030108,"duration":0}},{"uid":"d121cb1e6d20f7a2","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d121cb1e6d20f7a2","status":"passed","time":{"start":1725577295960,"stop":1725577295960,"duration":0}},{"uid":"4667c78fbe1275b8","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4667c78fbe1275b8","status":"passed","time":{"start":1725576945373,"stop":1725576945374,"duration":1}},{"uid":"8bc72052e873f4e1","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/8bc72052e873f4e1","status":"passed","time":{"start":1725576894156,"stop":1725576894157,"duration":1}},{"uid":"fac108470a158f2c","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/fac108470a158f2c","status":"passed","time":{"start":1725576479472,"stop":1725576479473,"duration":1}}]},"tags":[]},"source":"e3ac0d3639de4f38.json","parameterValues":[]} \ No newline at end of file +{"uid":"f8e3fb5b679c9b3a","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":1726218382077,"stop":1726218382078,"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":4,"unknown":0,"total":4},"items":[{"uid":"2bdc029b93d7b4b2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2bdc029b93d7b4b2","status":"passed","time":{"start":1726218287813,"stop":1726218287813,"duration":0}},{"uid":"d95bdd3c5fcc3d8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d95bdd3c5fcc3d8","status":"passed","time":{"start":1726217549450,"stop":1726217549450,"duration":0}},{"uid":"22a1a5797010df2a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/22a1a5797010df2a","status":"passed","time":{"start":1726217491287,"stop":1726217491288,"duration":1}}]},"tags":[]},"source":"f8e3fb5b679c9b3a.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/81ad257591871bea.json b/7434/data/test-cases/f9008147b917165c.json similarity index 74% rename from 7408/data/test-cases/81ad257591871bea.json rename to 7434/data/test-cases/f9008147b917165c.json index 5b49a6312db..2b13979428a 100644 --- a/7408/data/test-cases/81ad257591871bea.json +++ b/7434/data/test-cases/f9008147b917165c.json @@ -1 +1 @@ -{"uid":"81ad257591871bea","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":1725578980000,"stop":1725578980000,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"e06a9b1d78556ca2","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/e06a9b1d78556ca2","status":"passed","time":{"start":1725578503449,"stop":1725578503450,"duration":1}},{"uid":"960f43ddf15cce2","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/960f43ddf15cce2","status":"passed","time":{"start":1725578194560,"stop":1725578194561,"duration":1}},{"uid":"812d02e397a7b064","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/812d02e397a7b064","status":"passed","time":{"start":1725577444915,"stop":1725577444915,"duration":0}},{"uid":"f6646b18e088c6ec","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/f6646b18e088c6ec","status":"passed","time":{"start":1725577120609,"stop":1725577120609,"duration":0}},{"uid":"c48a63783a53eb18","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c48a63783a53eb18","status":"passed","time":{"start":1725577071274,"stop":1725577071274,"duration":0}},{"uid":"7aa138bb82210ede","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/7aa138bb82210ede","status":"passed","time":{"start":1725576645495,"stop":1725576645497,"duration":2}}]},"tags":[]},"source":"81ad257591871bea.json","parameterValues":[]} \ No newline at end of file +{"uid":"f9008147b917165c","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":1726218563295,"stop":1726218563295,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"c96c3ecbd92356b1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c96c3ecbd92356b1","status":"passed","time":{"start":1726218471415,"stop":1726218471415,"duration":0}},{"uid":"be4a89efa6eeda7c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be4a89efa6eeda7c","status":"passed","time":{"start":1726217724200,"stop":1726217724200,"duration":0}},{"uid":"2975df4d243f885d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2975df4d243f885d","status":"passed","time":{"start":1726217656056,"stop":1726217656056,"duration":0}}]},"tags":[]},"source":"f9008147b917165c.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/bdc48125a6e574e6.json b/7434/data/test-cases/f924a128b3a5a985.json similarity index 92% rename from 7408/data/test-cases/bdc48125a6e574e6.json rename to 7434/data/test-cases/f924a128b3a5a985.json index 6c3021d6906..bb5a49ff221 100644 --- a/7408/data/test-cases/bdc48125a6e574e6.json +++ b/7434/data/test-cases/f924a128b3a5a985.json @@ -1 +1 @@ -{"uid":"bdc48125a6e574e6","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":1725579297992,"stop":1725579297992,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"ef643f39c73a0924","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/ef643f39c73a0924","status":"passed","time":{"start":1725578825360,"stop":1725578825362,"duration":2}},{"uid":"fbb8ce1b4d8e50d0","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/fbb8ce1b4d8e50d0","status":"passed","time":{"start":1725578517019,"stop":1725578517019,"duration":0}},{"uid":"8f23ad3132912080","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/8f23ad3132912080","status":"passed","time":{"start":1725577784938,"stop":1725577784938,"duration":0}},{"uid":"54e3c89713fc5b9a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/54e3c89713fc5b9a","status":"passed","time":{"start":1725577433799,"stop":1725577433800,"duration":1}},{"uid":"920d73c77b5fbe45","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/920d73c77b5fbe45","status":"passed","time":{"start":1725577392069,"stop":1725577392069,"duration":0}},{"uid":"d825ff02dd4324d2","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/d825ff02dd4324d2","status":"passed","time":{"start":1725576971866,"stop":1725576971867,"duration":1}}]},"tags":[]},"source":"bdc48125a6e574e6.json","parameterValues":[]} \ No newline at end of file +{"uid":"f924a128b3a5a985","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":1726218879359,"stop":1726218879360,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4575349684b0ed22","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4575349684b0ed22","status":"passed","time":{"start":1726218787589,"stop":1726218787589,"duration":0}},{"uid":"8b556197d3dad9ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8b556197d3dad9ed","status":"passed","time":{"start":1726218066303,"stop":1726218066303,"duration":0}},{"uid":"d1e6a1851c613758","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d1e6a1851c613758","status":"passed","time":{"start":1726217965339,"stop":1726217965342,"duration":3}}]},"tags":[]},"source":"f924a128b3a5a985.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/f92d8af552c71729.json b/7434/data/test-cases/f92d8af552c71729.json new file mode 100644 index 00000000000..d06ecd50caa --- /dev/null +++ b/7434/data/test-cases/f92d8af552c71729.json @@ -0,0 +1 @@ +{"uid":"f92d8af552c71729","name":"Sample","fullName":"/src/multiaddrs_codec.spec.ts: ENR multiaddrs codec > Sample","historyId":"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218291182,"stop":1726218291182,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR multiaddrs codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"de0b2958b836f2c8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/de0b2958b836f2c8","status":"passed","time":{"start":1726218196487,"stop":1726218196487,"duration":0}},{"uid":"3975a4fc8101b941","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3975a4fc8101b941","status":"passed","time":{"start":1726217449517,"stop":1726217449517,"duration":0}},{"uid":"a669d6862ecc4108","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a669d6862ecc4108","status":"passed","time":{"start":1726217391274,"stop":1726217391274,"duration":0}}]},"tags":[]},"source":"f92d8af552c71729.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/4d277edd14ef954a.json b/7434/data/test-cases/f9423b71d9535698.json similarity index 67% rename from 7408/data/test-cases/4d277edd14ef954a.json rename to 7434/data/test-cases/f9423b71d9535698.json index 8d5fcb414ed..8ccaabc6df2 100644 --- a/7408/data/test-cases/4d277edd14ef954a.json +++ b/7434/data/test-cases/f9423b71d9535698.json @@ -1 +1 @@ -{"uid":"4d277edd14ef954a","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":1725578943272,"stop":1725578943272,"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":7,"unknown":0,"total":7},"items":[{"uid":"244a915912ff1fc5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/244a915912ff1fc5","status":"passed","time":{"start":1725578482192,"stop":1725578482193,"duration":1}},{"uid":"c3c60c101c878867","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/c3c60c101c878867","status":"passed","time":{"start":1725578156666,"stop":1725578156666,"duration":0}},{"uid":"7921cd6c85feff3d","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7921cd6c85feff3d","status":"passed","time":{"start":1725577429928,"stop":1725577429928,"duration":0}},{"uid":"19255efa8397ba3a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/19255efa8397ba3a","status":"passed","time":{"start":1725577060147,"stop":1725577060147,"duration":0}},{"uid":"71c9464d25f38f47","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/71c9464d25f38f47","status":"passed","time":{"start":1725577040684,"stop":1725577040685,"duration":1}},{"uid":"c5cc13fa1450e0c7","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/c5cc13fa1450e0c7","status":"passed","time":{"start":1725576604968,"stop":1725576604968,"duration":0}}]},"tags":[]},"source":"4d277edd14ef954a.json","parameterValues":[]} \ No newline at end of file +{"uid":"f9423b71d9535698","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":1726218523024,"stop":1726218523024,"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":4,"unknown":0,"total":4},"items":[{"uid":"4651503f6acd76bb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4651503f6acd76bb","status":"passed","time":{"start":1726218422914,"stop":1726218422915,"duration":1}},{"uid":"1ac639aff7ea290e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1ac639aff7ea290e","status":"passed","time":{"start":1726217687436,"stop":1726217687437,"duration":1}},{"uid":"63d5c007babb7427","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63d5c007babb7427","status":"passed","time":{"start":1726217604511,"stop":1726217604512,"duration":1}}]},"tags":[]},"source":"f9423b71d9535698.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/a6d276fb00d4fd86.json b/7434/data/test-cases/f947d2d1700fce9d.json similarity index 66% rename from 7408/data/test-cases/a6d276fb00d4fd86.json rename to 7434/data/test-cases/f947d2d1700fce9d.json index 1e299ea648f..f6820b17d4f 100644 --- a/7408/data/test-cases/a6d276fb00d4fd86.json +++ b/7434/data/test-cases/f947d2d1700fce9d.json @@ -1 +1 @@ -{"uid":"a6d276fb00d4fd86","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":1725579337066,"stop":1725579337066,"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":7,"unknown":0,"total":7},"items":[{"uid":"72795a7bfada0bcc","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/72795a7bfada0bcc","status":"passed","time":{"start":1725578873503,"stop":1725578873503,"duration":0}},{"uid":"485da3a0c5c337de","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/485da3a0c5c337de","status":"passed","time":{"start":1725578550475,"stop":1725578550476,"duration":1}},{"uid":"5f0844e869c799d7","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/5f0844e869c799d7","status":"passed","time":{"start":1725577813069,"stop":1725577813069,"duration":0}},{"uid":"1ec0becc3d4c38a","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/1ec0becc3d4c38a","status":"passed","time":{"start":1725577474647,"stop":1725577474647,"duration":0}},{"uid":"4c89a4509a188c75","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/4c89a4509a188c75","status":"passed","time":{"start":1725577421365,"stop":1725577421366,"duration":1}},{"uid":"2c42286eb249bb16","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2c42286eb249bb16","status":"passed","time":{"start":1725577003652,"stop":1725577003652,"duration":0}}]},"tags":[]},"source":"a6d276fb00d4fd86.json","parameterValues":[]} \ No newline at end of file +{"uid":"f947d2d1700fce9d","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":1726218926397,"stop":1726218926397,"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":4,"unknown":0,"total":4},"items":[{"uid":"52f7a9818620111d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52f7a9818620111d","status":"passed","time":{"start":1726218833199,"stop":1726218833199,"duration":0}},{"uid":"18a81fdc8f640f1b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18a81fdc8f640f1b","status":"passed","time":{"start":1726218095394,"stop":1726218095394,"duration":0}},{"uid":"163e71d52c44ec31","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/163e71d52c44ec31","status":"passed","time":{"start":1726218006962,"stop":1726218006962,"duration":0}}]},"tags":[]},"source":"f947d2d1700fce9d.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/f9860711d179c857.json b/7434/data/test-cases/f9860711d179c857.json new file mode 100644 index 00000000000..d21259ab1af --- /dev/null +++ b/7434/data/test-cases/f9860711d179c857.json @@ -0,0 +1 @@ +{"uid":"f9860711d179c857","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":1726218863178,"stop":1726218863178,"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":4,"unknown":0,"total":4},"items":[{"uid":"23123fc26536fbaa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/23123fc26536fbaa","status":"passed","time":{"start":1726218765875,"stop":1726218765875,"duration":0}},{"uid":"e8a0b62e494156e2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e8a0b62e494156e2","status":"passed","time":{"start":1726218039627,"stop":1726218039627,"duration":0}},{"uid":"9a1f4eafa46adee8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9a1f4eafa46adee8","status":"passed","time":{"start":1726217952879,"stop":1726217952879,"duration":0}}]},"tags":[]},"source":"f9860711d179c857.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/f996d83bb887c01e.json b/7434/data/test-cases/f996d83bb887c01e.json new file mode 100644 index 00000000000..5f96313f3d4 --- /dev/null +++ b/7434/data/test-cases/f996d83bb887c01e.json @@ -0,0 +1 @@ +{"uid":"f996d83bb887c01e","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":1726218316385,"stop":1726218316386,"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":4,"unknown":0,"total":4},"items":[{"uid":"1ecfec5a84198f34","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ecfec5a84198f34","status":"passed","time":{"start":1726218221124,"stop":1726218221124,"duration":0}},{"uid":"68307dd046efb22","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68307dd046efb22","status":"passed","time":{"start":1726217474513,"stop":1726217474513,"duration":0}},{"uid":"8353fe4d60464f66","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8353fe4d60464f66","status":"passed","time":{"start":1726217415840,"stop":1726217415841,"duration":1}}]},"tags":[]},"source":"f996d83bb887c01e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e4da1af46576d855.json b/7434/data/test-cases/fa14c5ab67fd2c86.json similarity index 91% rename from 7408/data/test-cases/e4da1af46576d855.json rename to 7434/data/test-cases/fa14c5ab67fd2c86.json index 61f54c3525e..5598a50f750 100644 --- a/7408/data/test-cases/e4da1af46576d855.json +++ b/7434/data/test-cases/fa14c5ab67fd2c86.json @@ -1 +1 @@ -{"uid":"e4da1af46576d855","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":1725578970801,"stop":1725578970802,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"d24a136116da6202","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d24a136116da6202","status":"passed","time":{"start":1725578514112,"stop":1725578514113,"duration":1}},{"uid":"64b770c09303ab11","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/64b770c09303ab11","status":"passed","time":{"start":1725578193152,"stop":1725578193153,"duration":1}},{"uid":"deba2ee1195afb16","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/deba2ee1195afb16","status":"passed","time":{"start":1725577453270,"stop":1725577453270,"duration":0}},{"uid":"79df4a3df506a7a9","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/79df4a3df506a7a9","status":"passed","time":{"start":1725577097756,"stop":1725577097757,"duration":1}},{"uid":"f4b0715a3abe2de4","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/f4b0715a3abe2de4","status":"passed","time":{"start":1725577056983,"stop":1725577056983,"duration":0}},{"uid":"8f73ca4ee26f1d8d","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/8f73ca4ee26f1d8d","status":"passed","time":{"start":1725576644010,"stop":1725576644011,"duration":1}}]},"tags":[]},"source":"e4da1af46576d855.json","parameterValues":[]} \ No newline at end of file +{"uid":"fa14c5ab67fd2c86","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":1726218551496,"stop":1726218551497,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"dd298c6c748c9a27","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dd298c6c748c9a27","status":"passed","time":{"start":1726218459543,"stop":1726218459544,"duration":1}},{"uid":"fd1422df3e59aced","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd1422df3e59aced","status":"passed","time":{"start":1726217706011,"stop":1726217706012,"duration":1}},{"uid":"f6ba3be7cc712b42","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f6ba3be7cc712b42","status":"passed","time":{"start":1726217650774,"stop":1726217650774,"duration":0}}]},"tags":[]},"source":"fa14c5ab67fd2c86.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/fb092e4d29ee67aa.json b/7434/data/test-cases/fb092e4d29ee67aa.json new file mode 100644 index 00000000000..122d9f55657 --- /dev/null +++ b/7434/data/test-cases/fb092e4d29ee67aa.json @@ -0,0 +1 @@ +{"uid":"fb092e4d29ee67aa","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/$","historyId":"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283097,"stop":1726218283097,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6bc13014fc9ddb37","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6bc13014fc9ddb37","status":"passed","time":{"start":1726218188597,"stop":1726218188598,"duration":1}},{"uid":"fc00216f7f742763","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc00216f7f742763","status":"passed","time":{"start":1726217441559,"stop":1726217441560,"duration":1}},{"uid":"cfd5687e32262367","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cfd5687e32262367","status":"passed","time":{"start":1726217383221,"stop":1726217383222,"duration":1}}]},"tags":[]},"source":"fb092e4d29ee67aa.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/e87fb093f6bb7297.json b/7434/data/test-cases/fb463cb63004426e.json similarity index 90% rename from 7408/data/test-cases/e87fb093f6bb7297.json rename to 7434/data/test-cases/fb463cb63004426e.json index e706deaa685..2fca4e73952 100644 --- a/7408/data/test-cases/e87fb093f6bb7297.json +++ b/7434/data/test-cases/fb463cb63004426e.json @@ -1 +1 @@ -{"uid":"e87fb093f6bb7297","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":1725578940157,"stop":1725578940158,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"a356271d76720a38","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/a356271d76720a38","status":"passed","time":{"start":1725578482066,"stop":1725578482068,"duration":2}},{"uid":"232e1b1ef40c3b73","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/232e1b1ef40c3b73","status":"passed","time":{"start":1725578159564,"stop":1725578159565,"duration":1}},{"uid":"7daa882009a6e3b0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/7daa882009a6e3b0","status":"passed","time":{"start":1725577422738,"stop":1725577422738,"duration":0}},{"uid":"2961c68886aec1d6","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/2961c68886aec1d6","status":"passed","time":{"start":1725577067088,"stop":1725577067088,"duration":0}},{"uid":"494d8508d82a031f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/494d8508d82a031f","status":"passed","time":{"start":1725577018850,"stop":1725577018850,"duration":0}},{"uid":"8dd7924233a91733","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/8dd7924233a91733","status":"passed","time":{"start":1725576607339,"stop":1725576607339,"duration":0}}]},"tags":[]},"source":"e87fb093f6bb7297.json","parameterValues":[]} \ No newline at end of file +{"uid":"fb463cb63004426e","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":1726218510987,"stop":1726218510988,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"8f5f07afe5441378","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8f5f07afe5441378","status":"passed","time":{"start":1726218417152,"stop":1726218417153,"duration":1}},{"uid":"de45df2ab2405988","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/de45df2ab2405988","status":"passed","time":{"start":1726217677835,"stop":1726217677841,"duration":6}},{"uid":"3f338404cfffbfff","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3f338404cfffbfff","status":"passed","time":{"start":1726217616845,"stop":1726217616846,"duration":1}}]},"tags":[]},"source":"fb463cb63004426e.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/fb7925ccf6ae0157.json b/7434/data/test-cases/fb7925ccf6ae0157.json new file mode 100644 index 00000000000..4054e74d74a --- /dev/null +++ b/7434/data/test-cases/fb7925ccf6ae0157.json @@ -0,0 +1 @@ +{"uid":"fb7925ccf6ae0157","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/27/sometopic/someencoding to shard index 5","historyId":"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218283084,"stop":1726218283084,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"493d2b4996776e26","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/493d2b4996776e26","status":"passed","time":{"start":1726218188586,"stop":1726218188586,"duration":0}},{"uid":"6654d981dba407c0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6654d981dba407c0","status":"passed","time":{"start":1726217441546,"stop":1726217441546,"duration":0}},{"uid":"624bfe635811c2e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/624bfe635811c2e7","status":"passed","time":{"start":1726217383209,"stop":1726217383209,"duration":0}}]},"tags":[]},"source":"fb7925ccf6ae0157.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/6e2c63e4d83f760a.json b/7434/data/test-cases/fbc0edc6f6d97f23.json similarity index 93% rename from 7408/data/test-cases/6e2c63e4d83f760a.json rename to 7434/data/test-cases/fbc0edc6f6d97f23.json index bc0d0fa77dd..8a0f570130c 100644 --- a/7408/data/test-cases/6e2c63e4d83f760a.json +++ b/7434/data/test-cases/fbc0edc6f6d97f23.json @@ -1 +1 @@ -{"uid":"6e2c63e4d83f760a","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":1725579187578,"stop":1725579187578,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"d439d408df8c2bf5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/d439d408df8c2bf5","status":"passed","time":{"start":1725578730897,"stop":1725578730897,"duration":0}},{"uid":"973e9655b2b932bb","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/973e9655b2b932bb","status":"passed","time":{"start":1725578399100,"stop":1725578399100,"duration":0}},{"uid":"47de55f044cd5891","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/47de55f044cd5891","status":"passed","time":{"start":1725577666271,"stop":1725577666286,"duration":15}},{"uid":"e92971ecad113adc","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/e92971ecad113adc","status":"passed","time":{"start":1725577318879,"stop":1725577318880,"duration":1}},{"uid":"c5288f1ab17c6ca5","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/c5288f1ab17c6ca5","status":"passed","time":{"start":1725577277105,"stop":1725577277105,"duration":0}},{"uid":"3ff6524b501df80","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3ff6524b501df80","status":"passed","time":{"start":1725576853160,"stop":1725576853163,"duration":3}}]},"tags":[]},"source":"6e2c63e4d83f760a.json","parameterValues":[]} \ No newline at end of file +{"uid":"fbc0edc6f6d97f23","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":1726218778278,"stop":1726218778281,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9efe170b72b54e5e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9efe170b72b54e5e","status":"passed","time":{"start":1726218673560,"stop":1726218673560,"duration":0}},{"uid":"538a15730f0478a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/538a15730f0478a","status":"passed","time":{"start":1726217946735,"stop":1726217946739,"duration":4}},{"uid":"a14c8adb8c444aa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a14c8adb8c444aa","status":"passed","time":{"start":1726217862788,"stop":1726217862788,"duration":0}}]},"tags":[]},"source":"fbc0edc6f6d97f23.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/b6c2ed6eb9937070.json b/7434/data/test-cases/fc997db01b1a4918.json similarity index 97% rename from 7408/data/test-cases/b6c2ed6eb9937070.json rename to 7434/data/test-cases/fc997db01b1a4918.json index d1b1f00c91f..394977c55c5 100644 --- a/7408/data/test-cases/b6c2ed6eb9937070.json +++ b/7434/data/test-cases/fc997db01b1a4918.json @@ -1 +1 @@ -{"uid":"b6c2ed6eb9937070","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":1725579219621,"stop":1725579219621,"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":"b6c2ed6eb9937070.json","parameterValues":[]} \ No newline at end of file +{"uid":"fc997db01b1a4918","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":1726218806764,"stop":1726218806765,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"fc997db01b1a4918.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/fca31f4368e22336.json b/7434/data/test-cases/fca31f4368e22336.json new file mode 100644 index 00000000000..de1f5b568fb --- /dev/null +++ b/7434/data/test-cases/fca31f4368e22336.json @@ -0,0 +1 @@ +{"uid":"fca31f4368e22336","name":"Sets default value correctly","fullName":"/tests/waku.node.spec.ts: User Agent > Sets default value correctly","historyId":"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218917026,"stop":1726218917027,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"User Agent\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"User Agent"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d26a1042a44b17c2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d26a1042a44b17c2","status":"passed","time":{"start":1726218827657,"stop":1726218827657,"duration":0}},{"uid":"e3b51b3103a19e76","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3b51b3103a19e76","status":"passed","time":{"start":1726218090764,"stop":1726218090765,"duration":1}},{"uid":"69be27e32f80bfbb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/69be27e32f80bfbb","status":"passed","time":{"start":1726217999478,"stop":1726217999478,"duration":0}}]},"tags":[]},"source":"fca31f4368e22336.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/d72915a00820b7d9.json b/7434/data/test-cases/fcff9a7b4784bf5e.json similarity index 89% rename from 7408/data/test-cases/d72915a00820b7d9.json rename to 7434/data/test-cases/fcff9a7b4784bf5e.json index 78542963647..645f2f00f6c 100644 --- a/7408/data/test-cases/d72915a00820b7d9.json +++ b/7434/data/test-cases/fcff9a7b4784bf5e.json @@ -1 +1 @@ -{"uid":"d72915a00820b7d9","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":1725579272775,"stop":1725579272776,"duration":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},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"13cfc99d61a96d24","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/13cfc99d61a96d24","status":"passed","time":{"start":1725578809255,"stop":1725578809255,"duration":0}},{"uid":"d27f9cf924e13f33","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/d27f9cf924e13f33","status":"passed","time":{"start":1725578497020,"stop":1725578497020,"duration":0}},{"uid":"a0a6f23633a629a9","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/a0a6f23633a629a9","status":"passed","time":{"start":1725577747285,"stop":1725577747285,"duration":0}},{"uid":"6bd8757c1f90a715","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6bd8757c1f90a715","status":"passed","time":{"start":1725577413195,"stop":1725577413195,"duration":0}},{"uid":"a20d8e85a538003d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/a20d8e85a538003d","status":"passed","time":{"start":1725577361990,"stop":1725577361991,"duration":1}},{"uid":"44c74d2a89133df9","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/44c74d2a89133df9","status":"passed","time":{"start":1725576938346,"stop":1725576938346,"duration":0}}]},"tags":[]},"source":"d72915a00820b7d9.json","parameterValues":[]} \ No newline at end of file +{"uid":"fcff9a7b4784bf5e","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":1726218862996,"stop":1726218862997,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"fcacbee5e70fb8dc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fcacbee5e70fb8dc","status":"passed","time":{"start":1726218781379,"stop":1726218781379,"duration":0}},{"uid":"f46a65f5ec61cbfc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f46a65f5ec61cbfc","status":"passed","time":{"start":1726218013693,"stop":1726218013694,"duration":1}},{"uid":"4b8b7174342b778d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b8b7174342b778d","status":"passed","time":{"start":1726217945327,"stop":1726217945327,"duration":0}}]},"tags":[]},"source":"fcff9a7b4784bf5e.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/b50c3c669aad524d.json b/7434/data/test-cases/fd7930b6eebc4ffa.json similarity index 92% rename from 7408/data/test-cases/b50c3c669aad524d.json rename to 7434/data/test-cases/fd7930b6eebc4ffa.json index e55b636e10f..c3cf8c3c8fc 100644 --- a/7408/data/test-cases/b50c3c669aad524d.json +++ b/7434/data/test-cases/fd7930b6eebc4ffa.json @@ -1 +1 @@ -{"uid":"b50c3c669aad524d","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":1725579297993,"stop":1725579297993,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"32f6d4c2ee203e5","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/32f6d4c2ee203e5","status":"passed","time":{"start":1725578825362,"stop":1725578825362,"duration":0}},{"uid":"64a98ef02581ea2e","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/64a98ef02581ea2e","status":"passed","time":{"start":1725578517019,"stop":1725578517020,"duration":1}},{"uid":"463f8c983c03855","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/463f8c983c03855","status":"passed","time":{"start":1725577784939,"stop":1725577784939,"duration":0}},{"uid":"db27e6b7f6089bf0","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/db27e6b7f6089bf0","status":"passed","time":{"start":1725577433800,"stop":1725577433800,"duration":0}},{"uid":"2477a040f136c9d","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/2477a040f136c9d","status":"passed","time":{"start":1725577392070,"stop":1725577392070,"duration":0}},{"uid":"2a3950986eb73473","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/2a3950986eb73473","status":"passed","time":{"start":1725576971867,"stop":1725576971867,"duration":0}}]},"tags":[]},"source":"b50c3c669aad524d.json","parameterValues":[]} \ No newline at end of file +{"uid":"fd7930b6eebc4ffa","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":1726218879360,"stop":1726218879360,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f8ad940931f4ffec","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f8ad940931f4ffec","status":"passed","time":{"start":1726218787589,"stop":1726218787590,"duration":1}},{"uid":"f4046bbb7f92c7c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f4046bbb7f92c7c4","status":"passed","time":{"start":1726218066304,"stop":1726218066305,"duration":1}},{"uid":"55ec187768f05e10","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/55ec187768f05e10","status":"passed","time":{"start":1726217965342,"stop":1726217965345,"duration":3}}]},"tags":[]},"source":"fd7930b6eebc4ffa.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/cb1b2ec4af6597d2.json b/7434/data/test-cases/fd993a1418c6f970.json similarity index 91% rename from 7408/data/test-cases/cb1b2ec4af6597d2.json rename to 7434/data/test-cases/fd993a1418c6f970.json index 6ccbd50202d..e476a1f80e2 100644 --- a/7408/data/test-cases/cb1b2ec4af6597d2.json +++ b/7434/data/test-cases/fd993a1418c6f970.json @@ -1 +1 @@ -{"uid":"cb1b2ec4af6597d2","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":1725578970799,"stop":1725578970799,"duration":0},"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":7,"unknown":0,"total":7},"items":[{"uid":"f69e864ece480fd8","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/f69e864ece480fd8","status":"passed","time":{"start":1725578514107,"stop":1725578514107,"duration":0}},{"uid":"ac8637313cdb1d84","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ac8637313cdb1d84","status":"passed","time":{"start":1725578193149,"stop":1725578193150,"duration":1}},{"uid":"ad378271b5a47fc4","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/ad378271b5a47fc4","status":"passed","time":{"start":1725577453266,"stop":1725577453266,"duration":0}},{"uid":"4fbcc9fb796f4a48","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/4fbcc9fb796f4a48","status":"passed","time":{"start":1725577097754,"stop":1725577097754,"duration":0}},{"uid":"beb832d06785058e","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/beb832d06785058e","status":"passed","time":{"start":1725577056980,"stop":1725577056981,"duration":1}},{"uid":"3b18b5f29dddc66f","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/3b18b5f29dddc66f","status":"passed","time":{"start":1725576644008,"stop":1725576644008,"duration":0}}]},"tags":[]},"source":"cb1b2ec4af6597d2.json","parameterValues":[]} \ No newline at end of file +{"uid":"fd993a1418c6f970","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":1726218551491,"stop":1726218551492,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"7833524baaa32fa5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7833524baaa32fa5","status":"passed","time":{"start":1726218459539,"stop":1726218459539,"duration":0}},{"uid":"63ecc95d35307b4d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/63ecc95d35307b4d","status":"passed","time":{"start":1726217706008,"stop":1726217706008,"duration":0}},{"uid":"b496fcfc531ff524","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b496fcfc531ff524","status":"passed","time":{"start":1726217650768,"stop":1726217650771,"duration":3}}]},"tags":[]},"source":"fd993a1418c6f970.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/b359dfb8267f5319.json b/7434/data/test-cases/fe1e0a84badbedc3.json similarity index 91% rename from 7408/data/test-cases/b359dfb8267f5319.json rename to 7434/data/test-cases/fe1e0a84badbedc3.json index 53e3dae9b09..965f72f44ad 100644 --- a/7408/data/test-cases/b359dfb8267f5319.json +++ b/7434/data/test-cases/fe1e0a84badbedc3.json @@ -1 +1 @@ -{"uid":"b359dfb8267f5319","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":1725578970791,"stop":1725578970792,"duration":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":7,"unknown":0,"total":7},"items":[{"uid":"541b088cf3647ba9","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/541b088cf3647ba9","status":"passed","time":{"start":1725578514096,"stop":1725578514097,"duration":1}},{"uid":"ca563cf70f7fe910","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/ca563cf70f7fe910","status":"passed","time":{"start":1725578193138,"stop":1725578193139,"duration":1}},{"uid":"312568f170698ff0","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/312568f170698ff0","status":"passed","time":{"start":1725577453234,"stop":1725577453235,"duration":1}},{"uid":"6ee1fbf44238cdbb","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/6ee1fbf44238cdbb","status":"passed","time":{"start":1725577097751,"stop":1725577097751,"duration":0}},{"uid":"42e90759248d104f","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/42e90759248d104f","status":"passed","time":{"start":1725577056977,"stop":1725577056977,"duration":0}},{"uid":"71d5b1b3e2669708","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/71d5b1b3e2669708","status":"passed","time":{"start":1725576643986,"stop":1725576643991,"duration":5}}]},"tags":[]},"source":"b359dfb8267f5319.json","parameterValues":[]} \ No newline at end of file +{"uid":"fe1e0a84badbedc3","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":1726218551483,"stop":1726218551484,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"afe78f32e2bfe6a5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/afe78f32e2bfe6a5","status":"passed","time":{"start":1726218459535,"stop":1726218459535,"duration":0}},{"uid":"81f573bff6c68007","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/81f573bff6c68007","status":"passed","time":{"start":1726217706001,"stop":1726217706001,"duration":0}},{"uid":"6541f5f5f9c95c86","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6541f5f5f9c95c86","status":"passed","time":{"start":1726217650760,"stop":1726217650760,"duration":0}}]},"tags":[]},"source":"fe1e0a84badbedc3.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/fe3f0cbbe0020de7.json b/7434/data/test-cases/fe3f0cbbe0020de7.json new file mode 100644 index 00000000000..35e670d8860 --- /dev/null +++ b/7434/data/test-cases/fe3f0cbbe0020de7.json @@ -0,0 +1 @@ +{"uid":"fe3f0cbbe0020de7","name":"Push message with custom timestamp: 1726214951739","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1726214951739","historyId":"a1b7a8eb8e77a18bc459323fdc80f262:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1726218863049,"stop":1726218863050,"duration":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":"fe3f0cbbe0020de7.json","parameterValues":[]} \ No newline at end of file diff --git a/7408/data/test-cases/297708184808d00f.json b/7434/data/test-cases/ff5d0f5b0be27af7.json similarity index 89% rename from 7408/data/test-cases/297708184808d00f.json rename to 7434/data/test-cases/ff5d0f5b0be27af7.json index de9fbc77f34..49f2c222a1e 100644 --- a/7408/data/test-cases/297708184808d00f.json +++ b/7434/data/test-cases/ff5d0f5b0be27af7.json @@ -1 +1 @@ -{"uid":"297708184808d00f","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":1725579219621,"stop":1725579219626,"duration":5},"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":"b6c2ed6eb9937070","status":"passed","time":{"start":1725579219621,"stop":1725579219621,"duration":0}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"7faa1b981ebf0d62","reportUrl":"https://waku-org.github.io/js-waku/7407//#testresult/7faa1b981ebf0d62","status":"passed","time":{"start":1725578761135,"stop":1725578761135,"duration":0}},{"uid":"f57f7dd55a20e915","reportUrl":"https://waku-org.github.io/js-waku/7406//#testresult/f57f7dd55a20e915","status":"passed","time":{"start":1725578429991,"stop":1725578429991,"duration":0}},{"uid":"d097bf778a1c4726","reportUrl":"https://waku-org.github.io/js-waku/7405//#testresult/d097bf778a1c4726","status":"passed","time":{"start":1725577692794,"stop":1725577692794,"duration":0}},{"uid":"ebaf2fe748514b76","reportUrl":"https://waku-org.github.io/js-waku/7404//#testresult/ebaf2fe748514b76","status":"passed","time":{"start":1725577353969,"stop":1725577353970,"duration":1}},{"uid":"246073663007ff50","reportUrl":"https://waku-org.github.io/js-waku/7403//#testresult/246073663007ff50","status":"passed","time":{"start":1725577301901,"stop":1725577301901,"duration":0}},{"uid":"a878ee181c9204ae","reportUrl":"https://waku-org.github.io/js-waku/7401//#testresult/a878ee181c9204ae","status":"passed","time":{"start":1725576895922,"stop":1725576895923,"duration":1}}]},"tags":[]},"source":"297708184808d00f.json","parameterValues":[]} \ No newline at end of file +{"uid":"ff5d0f5b0be27af7","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":1726218806765,"stop":1726218806765,"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":"fc997db01b1a4918","status":"passed","time":{"start":1726218806764,"stop":1726218806765,"duration":1}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"32e4562c8f6499f4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/32e4562c8f6499f4","status":"passed","time":{"start":1726218706747,"stop":1726218706747,"duration":0}},{"uid":"c4a6c731c5ba181f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c4a6c731c5ba181f","status":"passed","time":{"start":1726217976619,"stop":1726217976620,"duration":1}},{"uid":"531722a649001b54","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/531722a649001b54","status":"passed","time":{"start":1726217890302,"stop":1726217890302,"duration":0}}]},"tags":[]},"source":"ff5d0f5b0be27af7.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/test-cases/ffbab8e6a283f2e.json b/7434/data/test-cases/ffbab8e6a283f2e.json new file mode 100644 index 00000000000..f7ca5d9174d --- /dev/null +++ b/7434/data/test-cases/ffbab8e6a283f2e.json @@ -0,0 +1 @@ +{"uid":"ffbab8e6a283f2e","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":1726218285626,"stop":1726218285626,"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":4,"unknown":0,"total":4},"items":[{"uid":"2f61f4b553d0d44e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2f61f4b553d0d44e","status":"passed","time":{"start":1726218191031,"stop":1726218191031,"duration":0}},{"uid":"293c4352c0373443","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/293c4352c0373443","status":"passed","time":{"start":1726217444067,"stop":1726217444067,"duration":0}},{"uid":"ab36cf421e506771","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ab36cf421e506771","status":"passed","time":{"start":1726217385914,"stop":1726217385914,"duration":0}}]},"tags":[]},"source":"ffbab8e6a283f2e.json","parameterValues":[]} \ No newline at end of file diff --git a/7434/data/timeline.json b/7434/data/timeline.json index 57543724ad1..dcb4b6b599a 100644 --- a/7434/data/timeline.json +++ b/7434/data/timeline.json @@ -1 +1 @@ -{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"should encode/decode to RLP encoding","uid":"5fd8962b32122768","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450198,"stop":1726217450198,"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":"55c9f0947a2b5f19","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976608,"stop":1726217976609,"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":"f905fc86f8a7bacc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677843,"stop":1726217677843,"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":"68fe3ac082989074","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066279,"stop":1726218066280,"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":"d554c82e90c12818","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687420,"stop":1726217687421,"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":"6335709be79bd6f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217461853,"stop":1726217461854,"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":"54b386364d12f4bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218085658,"stop":1726218085659,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"f7d584da4a6968f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924744,"stop":1726217924744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"5a71615e25f1b249","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217503656,"stop":1726217503656,"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":"cdd1ece6942e9482","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441569,"stop":1726217441570,"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":"370620f1406a5b64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218091299,"stop":1726218091299,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"3102ce46df784b5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924758,"stop":1726217924759,"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":"42046d79d859bdb0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218071324,"stop":1726218071324,"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":"f3ab7663c2e446a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441560,"stop":1726217441561,"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":"9103ba8e59f9d0b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217454965,"stop":1726217454965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"d29f63c6c1669dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449568,"stop":1726217449568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"7b0118d58f5347dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924763,"stop":1726217924763,"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":"7b13e800fd0cb8b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218039632,"stop":1726218039632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"fa96a3d3c340607a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013697,"stop":1726218013697,"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":"2e63e0cbccc2a075","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687449,"stop":1726217687450,"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":"7b310b936cdc7140","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"a16c780dae603c7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066316,"stop":1726218066317,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"c28be002ac1abbae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217503654,"stop":1726217503654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"ab9dbea0e18daacc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217503657,"stop":1726217503657,"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":"58b99ef2a2ae898b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441565,"stop":1726217441566,"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":"5bdc3556cf623f84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217463043,"stop":1726217463043,"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":"176c58e700c9d627","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066298,"stop":1726218066298,"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":"ea09cf19f1ee130c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441538,"stop":1726217441544,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"5b9f28d79360d323","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217677846,"stop":1726217677846,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"76159908ae89d281","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946719,"stop":1726217946719,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"46da2f5652808e97","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218020459,"stop":1726218020460,"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":"4dddbe5feb6cc377","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066281,"stop":1726218066282,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"fee230f6a1feb1de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706000,"stop":1726217706000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 309, Shard ID: 473","uid":"575f5f1a89a5a265","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218039628,"stop":1726218039628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"369e2e1f3d78afd5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218054684,"stop":1726218054688,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"630dc2f0f3d5087d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218071325,"stop":1726218071326,"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":"16047adab6dc31ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450207,"stop":1726217450208,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"c3bc736879b5085f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217444068,"stop":1726217444068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"8d36ffff19a47e8b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450204,"stop":1726217450205,"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":"c5eb38e2a4a1dc3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687414,"stop":1726217687414,"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":"9fca3a38bf89962b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980051,"stop":1726217980051,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"e046b18e4b9b75eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217705987,"stop":1726217705988,"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":"29032cfb5e36730d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441553,"stop":1726217441553,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"39274eefaa536eba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217503859,"stop":1726217503859,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"2e56dda219a033fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217466672,"stop":1726217466673,"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":"8f48a3ff0e5f000d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218071324,"stop":1726218071324,"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":"fc6e8a051f69ff43","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677844,"stop":1726217677844,"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":"279eecbe50eba447","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441556,"stop":1726217441556,"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":"af5538879261d242","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217724226,"stop":1726217724227,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"851a5c816053d52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217868255,"stop":1726217868256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"65bfd825d880fe65","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218077539,"stop":1726218077539,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"1d87b66ed1f7f3d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924752,"stop":1726217924752,"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":"5e6ed667d6d4e23a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441546,"stop":1726217441546,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492603 ","uid":"8524dbf0e44a32da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677828,"stop":1726217677834,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"4ba0c2fecbf6b662","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218090763,"stop":1726218090763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"cd9aa96cbafd7868","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924744,"stop":1726217924744,"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":"19980c71b7d1635c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441557,"stop":1726217441557,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"803d2a4649479cab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218061980,"stop":1726218061980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"3f3b65e5e9b4ab34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976602,"stop":1726217976602,"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":"bf822a9f7fd0d0a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687417,"stop":1726217687417,"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: /app62/7/topic669/test.js","uid":"4f3605b8fe121008","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218011626,"stop":1726218011627,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"ad6c71acb1ac96cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218039626,"stop":1726218039626,"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":"bd303d1aa9443e74","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441568,"stop":1726217441568,"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":"75edb88255806c74","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924765,"stop":1726217924765,"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":"a862455496dd40e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013719,"stop":1726218013720,"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":"1367842c152bee60","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946721,"stop":1726217946721,"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":"f673ab73b2de717c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218085661,"stop":1726218085662,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"e66192f75d7908bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976600,"stop":1726217976600,"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":"32e0d786de989bda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217960211,"stop":1726217960211,"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":"cb08c5a6f6db0f02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441561,"stop":1726217441561,"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":"da85895096bc06a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066288,"stop":1726218066288,"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":"e8c745f9b53e82ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441570,"stop":1726217441570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"df2f8c58c95060a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218085663,"stop":1726218085664,"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":"9eaefe2785f18c04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976616,"stop":1726217976617,"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":"dd0c3a44300bb4cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946732,"stop":1726217946732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"83fc48cd9502e5ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217567470,"stop":1726217567471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"4cfd8602ad53ebb4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217474513,"stop":1726217474513,"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":"4ee788b0252cc28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066307,"stop":1726218066308,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"d2b9f5b0f8c8699d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217507044,"stop":1726217507044,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"7f1f6d1f744a94a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441549,"stop":1726217441549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"fd07b200094621c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217868247,"stop":1726217868248,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"16b1b3250baad6c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441555,"stop":1726217441555,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"ffb39a8d1b2d5d15","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924755,"stop":1726217924758,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"b3bfaf07310f90e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450204,"stop":1726217450204,"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":"8e9c67811b271bd5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441563,"stop":1726217441563,"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":"c764ddbcab5ac74f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217474515,"stop":1726217474515,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"edda3e06ccbd69e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924745,"stop":1726217924746,"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":"5ea3681e72b4a3ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441550,"stop":1726217441550,"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":"9a9afe810157a850","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066276,"stop":1726218066276,"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":"894b1608ff37670c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218091298,"stop":1726218091298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"551ba36438126053","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217603243,"stop":1726217603244,"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":"97e00203451e4ee0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218020455,"stop":1726218020456,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"927a379b2c157f6e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687432,"stop":1726217687436,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"48dcbc888136b7ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013692,"stop":1726218013692,"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":"9dadd59fc00b67ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924737,"stop":1726217924737,"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":"4484ab6bc79d4a9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946725,"stop":1726217946728,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"ab41c39994db8206","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217507043,"stop":1726217507044,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only RELAY set to true","uid":"dd3c2fc884ddc6cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449477,"stop":1726217449478,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"afc4890543196d66","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976601,"stop":1726217976601,"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":"5ecb49d8f2e2a725","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218071326,"stop":1726218071349,"duration":23},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"3e414a47fc3062f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217742503,"stop":1726217742503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f951cc8dcef3d65c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217472856,"stop":1726217472857,"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":"d472045ff0cee630","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217724227,"stop":1726217724227,"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":"e671cdb7d273dd53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980050,"stop":1726217980051,"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":"1d554dbaaf5affb8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"fc737a6fda9c0b6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217533045,"stop":1726217533045,"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":"d323eb4b7d5f4e3c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217960213,"stop":1726217960213,"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":"a66bad0317669e01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066315,"stop":1726218066316,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"a19fa9505e421d8b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013689,"stop":1726218013689,"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":"63d86311cdb44ca9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946724,"stop":1726217946725,"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":"f92f1fd2adc550b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013697,"stop":1726218013698,"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":"eb457267617fafac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066279,"stop":1726218066279,"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":"b9fa5df7d82ab3c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217444065,"stop":1726217444066,"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":"42a423a055747248","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687437,"stop":1726217687437,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"1514f7ec7ccf2d5d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441568,"stop":1726217441569,"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":"be63cfdb366bc3c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449471,"stop":1726217449474,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"6d63ae885f0671ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217466678,"stop":1726217466678,"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":"3c6d35273bb5d2bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706010,"stop":1726217706011,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"fdda0479736669ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013692,"stop":1726218013693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492448 ","uid":"46163633a9581f8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924738,"stop":1726217924738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"2fab469ec8314fea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976600,"stop":1726217976601,"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":"5a1e4b90919f2275","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217705997,"stop":1726217705997,"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":"b4e30054e64f672","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217848413,"stop":1726217848413,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"8ee44653e7ebaa4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217463041,"stop":1726217463041,"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":"c48511aa87b2a0ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217705998,"stop":1726217705999,"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":"53778240381946b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066274,"stop":1726218066274,"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":"9eb1bd1efcf37a35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687438,"stop":1726217687438,"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: /app24/4/topic447/utf8","uid":"43993ae6688f6977","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218011626,"stop":1726218011626,"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":"8d35acc5cb6a530b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706000,"stop":1726217706001,"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":"4cc2b05c7efae3c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013718,"stop":1726218013719,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"a52ccb718adb577a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450197,"stop":1726217450197,"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":"197144ca192231af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924742,"stop":1726217924743,"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":"b568e18fceb36b33","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217804581,"stop":1726217804581,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"663f441ba2161d95","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924735,"stop":1726217924736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"efe8072356e5b8c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687442,"stop":1726217687442,"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":"b19c2b84bd0067f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441556,"stop":1726217441556,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"817f965bdef4407f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217925015,"stop":1726217925015,"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":"7a5babea134bec5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441559,"stop":1726217441559,"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":"1fe906bfbb24e70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217577153,"stop":1726217577155,"duration":2},"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":"8b1b47038ecaf847","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677844,"stop":1726217677844,"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":"4173215c27f58299","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217577138,"stop":1726217577146,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","uid":"dd85b3c9e236ae92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217868233,"stop":1726217868233,"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":"c47d8fcb86f012a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217960213,"stop":1726217960213,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"7eb4fc37ed00550d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218063114,"stop":1726218063114,"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":"c496f72c7203b02b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"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":"2f1b962b50f38baf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217804582,"stop":1726217804582,"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":"fb5b042bce7a7630","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217493336,"stop":1726217493338,"duration":2},"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":"767c98813a5e97be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441534,"stop":1726217441534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"72b1ee58aa9f58ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217925015,"stop":1726217925016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"7098c8b91bda3298","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217551916,"stop":1726217551920,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"665413658dfe9f5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946675,"stop":1726217946676,"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":"f5be96194f8f36d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946740,"stop":1726217946740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","uid":"fd1b79a5dfd61553","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217868232,"stop":1726217868232,"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":"f8a8d04095de31cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217978650,"stop":1726217978650,"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":"34469831c12b20da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441564,"stop":1726217441564,"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":"a1bf24b88c56c22f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980037,"stop":1726217980038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"109a3964ca955f24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217533047,"stop":1726217533047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"ba0c4a5480dd5b8d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450206,"stop":1726217450206,"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":"3bf46a1397bddf6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217960211,"stop":1726217960211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"f8bc866f15e453c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066276,"stop":1726218066277,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"a81da45f4f55371c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441538,"stop":1726217441538,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"bff1533859a58dfa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217868233,"stop":1726217868234,"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":"da6a90a0bb2f5052","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687429,"stop":1726217687429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"decd75e56d355f4f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924753,"stop":1726217924753,"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":"eed9fd3f4e271512","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450194,"stop":1726217450195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"c5385358797e053e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218095392,"stop":1726218095393,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"a69db4875b5dc7f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449568,"stop":1726217449569,"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":"666c45e548af8496","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450194,"stop":1726217450194,"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":"b5e82c93652a2236","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218091297,"stop":1726218091297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"54da3af17e7b59c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677814,"stop":1726217677815,"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":"de04ba40cdd8c7e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217978667,"stop":1726217978667,"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":"569d2a07b0a33503","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013699,"stop":1726218013700,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"be1491af3b4379e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217868253,"stop":1726217868255,"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 3 bootstrap peers","uid":"201539d42c5e9114","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687427,"stop":1726217687427,"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":"1bb51afc11f50d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441545,"stop":1726217441546,"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":"f908971d91c158f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924764,"stop":1726217924765,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"6579233b147dbd27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013723,"stop":1726218013724,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"c1d2dd506ddaa322","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450193,"stop":1726217450193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"94ea7fb02ebdb117","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217507038,"stop":1726217507039,"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":"3a9fb22184aedfe1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066273,"stop":1726218066274,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"30f98cd2a9d61481","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217804574,"stop":1726217804574,"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":"406e7760a6b203bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976615,"stop":1726217976616,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"5006e955dc9c9c9f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687426,"stop":1726217687426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"922b257d671f8e2b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450198,"stop":1726217450199,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"d05befb19538bf00","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013696,"stop":1726218013696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e54dc3a22d1203cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677823,"stop":1726217677825,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return only bootstrap peers up to maxBootstrapPeers","uid":"60217863f75bfaa2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217454966,"stop":1726217454966,"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":"d2133e128eb437a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441572,"stop":1726217441572,"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":"44eae3fc6d0c681c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217549453,"stop":1726217549453,"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":"139ea9cdbd201ed8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946740,"stop":1726217946741,"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":"a8581a6e5485075c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687416,"stop":1726217687416,"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":"62e29705231e7abb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217507041,"stop":1726217507042,"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":"e526ec3fd1963b8e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217466674,"stop":1726217466675,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"7b5216172d8f56f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924745,"stop":1726217924745,"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":"a14b3b2df2a62266","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441557,"stop":1726217441557,"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":"da919af74647f023","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066286,"stop":1726218066287,"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":"ac8a402fcc401b07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687450,"stop":1726217687451,"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":"42dec1fcd0756e39","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924764,"stop":1726217924764,"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":"1454bbe5908cf8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687440,"stop":1726217687441,"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":"c7f9038e88742c57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217724200,"stop":1726217724201,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"15f57851aa315469","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217463039,"stop":1726217463039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"211400f5887a7683","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924754,"stop":1726217924755,"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":"f46a65f5ec61cbfc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013693,"stop":1726218013694,"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":"57ba563e6eb3f53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217507039,"stop":1726217507040,"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":"9f598f9ebb5059cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217608001,"stop":1726217608002,"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":"c414834a9c5d931","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441561,"stop":1726217441561,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sat Sep 23 2023 08:59:09 GMT+0000 (Coordinated Universal Time)","uid":"39b9911ab7b31593","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976609,"stop":1726217976610,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1695459342715","uid":"6f6b1fae02c86cc6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946743,"stop":1726217946743,"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":"aeba21aec66b684","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218020451,"stop":1726218020451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"e13a13fd6ca5d2ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218061980,"stop":1726218061981,"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":"afefb99825cc86c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441553,"stop":1726217441553,"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":"fc00216f7f742763","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441559,"stop":1726217441560,"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":"4c1e3cf0750d78f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013719,"stop":1726218013719,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"ffd4f21d818bc927","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218077539,"stop":1726218077540,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"b6227468bcb5f2e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218095393,"stop":1726218095393,"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":"5c361733fd3667b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687428,"stop":1726217687428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"e5713b8a06afbb25","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946676,"stop":1726217946677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"21a181c76e1fbf4f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218054684,"stop":1726218054684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"21553e4e237cb56a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218063111,"stop":1726218063112,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"42f866ea9a68472e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980035,"stop":1726217980036,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"db8561724d375e5f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976603,"stop":1726217976603,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 0 connections","uid":"710bc8b5c8768c20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217742496,"stop":1726217742496,"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":"ef4fede9ecf10770","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066316,"stop":1726218066316,"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":"74562d24961e217d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441562,"stop":1726217441562,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"591f890830c9edf4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677784,"stop":1726217677785,"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":"24f641dc347c7b23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066316,"stop":1726218066316,"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":"888a2fcfd7362efe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217705996,"stop":1726217705996,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"ad3d9f69973527b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924729,"stop":1726217924729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"643a5ef7efb4579f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013690,"stop":1726218013690,"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: /app58/8/topic404/proto","uid":"df834e1ff4e2fc11","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218011624,"stop":1726218011624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"1b2e1c4a7b630a8f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924736,"stop":1726217924736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"bbe9ae1e986de0af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924732,"stop":1726217924733,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"1a6b29b2737111e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946720,"stop":1726217946720,"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":"b970ef7d25bfbec1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449466,"stop":1726217449467,"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":"5da36c021f581f17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450207,"stop":1726217450207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"1dc009d3321749d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450205,"stop":1726217450205,"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":"2a503b6eb9914d20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217608002,"stop":1726217608002,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"129712e73ee93a04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217477826,"stop":1726217477826,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"55fd22a56b8d7dbe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218095394,"stop":1726218095395,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"6097e5c0161a8220","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217455150,"stop":1726217455151,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"2b19dce128f3f727","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924734,"stop":1726217924734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"a59d67651086a0f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217960214,"stop":1726217960214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"3c6dec6cecbef14e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217462725,"stop":1726217462726,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"2ef258ced9393aaf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976598,"stop":1726217976598,"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":"7677dfe93a0787f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217577132,"stop":1726217577133,"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":"47dce93e0c12260d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217461851,"stop":1726217461852,"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":"f3ecbd401a1a7259","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946722,"stop":1726217946722,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"3454605ed0d9a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677810,"stop":1726217677812,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"dd7a24a69db17bec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217804582,"stop":1726217804583,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"872bd653fe613d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976601,"stop":1726217976602,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"6183beef70dbaad3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217472855,"stop":1726217472855,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"62582c25cfe4c6ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013690,"stop":1726218013690,"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":"aadd29f5cc1cd3e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980036,"stop":1726217980036,"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":"b3c2e11c53c4563","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706009,"stop":1726217706009,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"95127b0d06c21192","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218061979,"stop":1726218061979,"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":"7156390733722e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217444067,"stop":1726217444067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"efe0fa846cbf9c99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946678,"stop":1726217946678,"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":"2aef1dcc86b612f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217608003,"stop":1726217608004,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"1c0ce4e0a62a37cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217848414,"stop":1726217848414,"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":"8a062336079246fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217848413,"stop":1726217848414,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app20/5/topic731/xml","uid":"a746752f6b36bda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218011627,"stop":1726218011627,"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":"8632721549e14843","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217955949,"stop":1726217955949,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"befb0566995e0530","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217804580,"stop":1726217804580,"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":"20f7e6a7dca25bdc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013720,"stop":1726218013720,"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":"a16ed47e57a9e8be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980049,"stop":1726217980050,"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":"bbeb1f06bb1cc096","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687422,"stop":1726217687422,"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":"d008bb654dd7b762","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217466676,"stop":1726217466676,"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":"cf8879057b42a0c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218139626,"stop":1726218139626,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"e44df5c108d260a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218054673,"stop":1726218054673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"a3078c24a20db61e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218011628,"stop":1726218011628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","uid":"c5cc9eb2b2619f9d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217868233,"stop":1726217868233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"15115c43ce64880","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924754,"stop":1726217924754,"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":"26ae4ffa0f63dc96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217724203,"stop":1726217724203,"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":"2ea281db3267af3c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441559,"stop":1726217441559,"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":"4d824539b4a594dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980052,"stop":1726217980053,"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":"ce59ddecf13507d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677825,"stop":1726217677826,"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":"e0dd8b9748ec0ef3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677845,"stop":1726217677846,"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":"acd25a9e045c20fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217466677,"stop":1726217466677,"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":"18b8b10c8b0ca943","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066282,"stop":1726218066282,"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":"c2d387150ef2f747","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066299,"stop":1726218066299,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"fd000a3b6481080d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217493341,"stop":1726217493341,"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":"b70b5bb13275e661","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217978667,"stop":1726217978667,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"d60bf22b87acb74f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217503858,"stop":1726217503859,"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":"a2819a7fbc4ccdbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217705997,"stop":1726217705998,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"c6982ab836910f17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217603238,"stop":1726217603243,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"44274d34b09f4ce7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217804645,"stop":1726217804645,"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":"c9cd260e858660ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441536,"stop":1726217441537,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"9105181f4f7af9b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217463039,"stop":1726217463040,"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":"9ea49bf871203caa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441552,"stop":1726217441553,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"9d802fea6ad287d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217603237,"stop":1726217603238,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"1d685cd8bbeb331d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"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":"3017e8be06448635","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706005,"stop":1726217706005,"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":"6ba67b6a9be32d7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687445,"stop":1726217687447,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"8be0f273fac9bcc2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218071325,"stop":1726218071325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"bb3259767a1d0e57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218077306,"stop":1726218077306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"e74bc7dc8678d97d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677822,"stop":1726217677823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"65af325e86f9e7c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217848414,"stop":1726217848415,"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":"29ecdd5f7363029a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217472855,"stop":1726217472856,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"1a4990250e98ae5c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217949325,"stop":1726217949326,"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: /app7/3/topic353/xml","uid":"33be19679efe1aaa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218011626,"stop":1726218011626,"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":"f31243e4d41b7834","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217462333,"stop":1726217462333,"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":"33293d8f5b9e8e0f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217462339,"stop":1726217462339,"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":"9d4a31fecbd4c094","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217462337,"stop":1726217462339,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"1ac639aff7ea290e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687436,"stop":1726217687437,"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":"3faae2278630f533","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066308,"stop":1726218066314,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"5f97f03312eb9c3f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980034,"stop":1726217980035,"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":"2adf33f424ca7d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217466678,"stop":1726217466678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"59cdfa21a9801533","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217854655,"stop":1726217854655,"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":"8085f42cd3c196ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217567472,"stop":1726217567473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"6aa958d8323dee57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924734,"stop":1726217924734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"135264c5abcb468c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217742497,"stop":1726217742497,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"c461003765ada517","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218095396,"stop":1726218095396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726221306169","uid":"38800d9b501f4f5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013726,"stop":1726218013729,"duration":3},"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":"460e76ec1bf4730f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441544,"stop":1726217441544,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"c71b27a676031794","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217577133,"stop":1726217577134,"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":"81f573bff6c68007","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706001,"stop":1726217706001,"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":"f022cd6f33bd5fc7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217724201,"stop":1726217724202,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"6261c0636e1b38eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217925015,"stop":1726217925015,"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":"c3d274f4712d5995","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449480,"stop":1726217449481,"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":"a127032ae9eea9cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924741,"stop":1726217924741,"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":"ae06513cb133c1b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013696,"stop":1726218013696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"2174e0c19f9071b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217742498,"stop":1726217742500,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"2b5c279cd9778fa4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441570,"stop":1726217441570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"ca20990e3405d0fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218039634,"stop":1726218039635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"b0e8224f5deac55d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066298,"stop":1726218066299,"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":"ac5f3dc9d70e5481","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441566,"stop":1726217441567,"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":"7714348711ee4cdc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066308,"stop":1726218066308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"5eabbc224a0e71bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946674,"stop":1726217946675,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"de45df2ab2405988","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677835,"stop":1726217677841,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"28ae9f8ebb0f9a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217854778,"stop":1726217854779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"1f98fc81c2c208f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217603245,"stop":1726217603245,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492448000000 ","uid":"ab124e5bda8b39fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924738,"stop":1726217924738,"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":"a7a9ce6a75c45cff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217463041,"stop":1726217463042,"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":"e6c5c29cf1e1f4b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441558,"stop":1726217441558,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"88a4957eb6159ad5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946673,"stop":1726217946674,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"8ca8dd69249fc3f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013693,"stop":1726218013693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"eaa059067b84b910","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217549452,"stop":1726217549453,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"81a6e7263f2db1a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218095393,"stop":1726218095394,"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":"c4ccced96b1fa86c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218020453,"stop":1726218020454,"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":"3041108ccdfd46d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706012,"stop":1726217706013,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"b8ba4c51a8218f92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441571,"stop":1726217441571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"90384b357a2fa489","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217868248,"stop":1726217868249,"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":"394c68283a7a8ff2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976603,"stop":1726217976603,"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":"a2d1562737d69c87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217724200,"stop":1726217724200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 69, Shard ID: 416","uid":"4c0bef4a99d3c90e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218039630,"stop":1726218039630,"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":"52aa7f8c3c7dab29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217976621,"stop":1726217976622,"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":"860268ee1c290af7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218061981,"stop":1726218061981,"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":"f4046bbb7f92c7c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066304,"stop":1726218066305,"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":"af16cec20f846056","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980055,"stop":1726217980055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"a6f574173d8b143e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218020458,"stop":1726218020459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"e29eb799a4dcdfa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218095393,"stop":1726218095393,"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":"c0a4ddd8a07af88b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217705998,"stop":1726217705998,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"eebd79fe645a938e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450209,"stop":1726217450209,"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":"12708546cdcbaea6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980054,"stop":1726217980055,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"823e7ca7805f944d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946677,"stop":1726217946677,"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":"1843b00d8f2bd14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441555,"stop":1726217441555,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"f110014bb68fc085","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976604,"stop":1726217976606,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"4d7ae123f4338ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217978647,"stop":1726217978649,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"9f6ad9d0a302fa81","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217960212,"stop":1726217960212,"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":"2bf564898450397c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066292,"stop":1726218066293,"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":"6b825f0afba9c336","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441562,"stop":1726217441562,"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":"7b1be8aea5389366","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217724224,"stop":1726217724224,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"27f30c6a16a7a99e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218011623,"stop":1726218011623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"727385f8bfd63f8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217454407,"stop":1726217454408,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"2f19eecf52c8f720","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976606,"stop":1726217976607,"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":"538a15730f0478a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946735,"stop":1726217946739,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"43923558f2068114","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218011628,"stop":1726218011628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"f3e125187d9a3b1b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441532,"stop":1726217441532,"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":"916f4fe4fc4b1b3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706005,"stop":1726217706005,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"3975a4fc8101b941","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449517,"stop":1726217449517,"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":"25dbdae7dd1dad37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217466675,"stop":1726217466675,"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":"237cae1f86bdbffa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"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":"2c6da54044659602","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218011629,"stop":1726218011629,"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":"b28609a032130aa1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687426,"stop":1726217687427,"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: /app57/6/topic639/json","uid":"ef2cd6e362cefa22","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218011624,"stop":1726218011625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"e15aca594ff4cbfb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450199,"stop":1726217450203,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Meta field set when metaSetter is specified","uid":"13856bd9edcc75aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217455151,"stop":1726217455152,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"42b2760caa093080","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450196,"stop":1726217450196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3e3de8fe60b5e45a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217474514,"stop":1726217474514,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"79cfc8a35d80e179","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217455152,"stop":1726217455152,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"cd6766c4b7272b55","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924739,"stop":1726217924739,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"b96d24654ce58053","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677812,"stop":1726217677813,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"e4a88018a044905","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441556,"stop":1726217441557,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"1c1e58c46a692ff1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946720,"stop":1726217946721,"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: /app16/3/topic493/proto","uid":"d1d15cc1f60f49d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218011627,"stop":1726218011627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"c44675d18b5bdf00","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976613,"stop":1726217976614,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"6fa3ec0d1abfcfcd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450206,"stop":1726217450206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"37ad5ce9bcc2a248","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066298,"stop":1726218066298,"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":"b2af5cbce1133d1c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066299,"stop":1726218066300,"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":"4936de9a881be791","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066315,"stop":1726218066315,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"1bade847af628851","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218077540,"stop":1726218077540,"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":"be2c88b74d3d369c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066295,"stop":1726218066295,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"6d5b47aded166552","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217567474,"stop":1726217567474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"c96d254c26f6fe71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976600,"stop":1726217976600,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"171f63e0abd388e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976602,"stop":1726217976602,"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":"4e023238762566f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687447,"stop":1726217687449,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"656b33108765eb33","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218071349,"stop":1726218071355,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"e91d123d5773b3a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441552,"stop":1726217441552,"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":"fefa5b17b05cc84b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687429,"stop":1726217687429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","uid":"eea280ce78bad141","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217868235,"stop":1726217868236,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"1b4d95fa4bd100bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218085662,"stop":1726218085663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"95af17ba7cffbe1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217567469,"stop":1726217567470,"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":"41a7ad292313b330","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217454964,"stop":1726217454965,"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":"ed0498a10a1e8886","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217549452,"stop":1726217549452,"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":"8718c7049de43c14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946723,"stop":1726217946723,"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":"9462b0b80a038304","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449470,"stop":1726217449471,"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":"51d7d8e71d1288f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976618,"stop":1726217976619,"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":"f6fcbf6ede1545b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706006,"stop":1726217706006,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"e2f9a85bece3da3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677792,"stop":1726217677796,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"f49ed9684cf683da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013724,"stop":1726218013724,"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":"be3b4c77d4d2229d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687441,"stop":1726217687442,"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":"aa92acb13802c6fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066297,"stop":1726218066297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"9e30d1f26cb293a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217472854,"stop":1726217472854,"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":"f0a30040c507c186","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924765,"stop":1726217924765,"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":"b00c46347845a679","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980052,"stop":1726217980052,"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":"db665e1deda8b2a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924740,"stop":1726217924740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"abdb0ed5d61875d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924730,"stop":1726217924730,"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":"71e016fe5642d185","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217924743,"stop":1726217924743,"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":"ba693ab0b047ac50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066297,"stop":1726218066297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"a974dc35348d8bf9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217955949,"stop":1726217955949,"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":"65777614b69daf42","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980050,"stop":1726217980050,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"80c89eaf05f4cd9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976603,"stop":1726217976604,"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":"ae26a49564ed8291","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441564,"stop":1726217441565,"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":"2023ebfaf707bc74","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441536,"stop":1726217441536,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"68d994220f4dfbf0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946741,"stop":1726217946741,"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":"15bf405d74da5c22","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441553,"stop":1726217441554,"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":"e25eca97863e029e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217577152,"stop":1726217577153,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"175f73d1c21f019b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217533046,"stop":1726217533047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"ed54ac08cbaa7d2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218090762,"stop":1726218090763,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"833526ba1cdb55de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450205,"stop":1726217450205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"d495f5ba3b9e96f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687424,"stop":1726217687424,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"6f9ab89a4500802d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441568,"stop":1726217441568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"f9a0f8a733a691ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217925016,"stop":1726217925016,"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":"26346756a1797bfe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687443,"stop":1726217687444,"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":"c8e4ac6e505fc71e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441549,"stop":1726217441549,"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":"f8bed61fc70d46be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217462332,"stop":1726217462333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"4025c993a732dd8d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450198,"stop":1726217450198,"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":"4c9d3cc8fc0fbb19","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217462334,"stop":1726217462336,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"ee6e93fbf84c3ddc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217724228,"stop":1726217724228,"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":"dbb6de40286083ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218020451,"stop":1726218020453,"duration":2},"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":"a2bd097e0388c856","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218139625,"stop":1726218139625,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"a5ab136b1af82365","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218054700,"stop":1726218054700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"1916a6e15a70987d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687428,"stop":1726217687429,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"71d198a213384c02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217461853,"stop":1726217461853,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"96e4f8d648db6854","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217500287,"stop":1726217500288,"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":"8a5c88f1c5b0ac16","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441548,"stop":1726217441548,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"b7e60c0b1bbea68e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217949327,"stop":1726217949327,"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":"d7744a9a71a89187","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217507042,"stop":1726217507042,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 13 2024 09:59:09 GMT+0000 (Coordinated Universal Time)","uid":"3aaa244311e0da59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976611,"stop":1726217976613,"duration":2},"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":"5f8ba8ff9bdc65e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687417,"stop":1726217687418,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 340, Shard ID: 336","uid":"45435efc6222a176","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218039631,"stop":1726218039631,"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":"7d04536c4dbbbe5c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218085657,"stop":1726218085658,"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":"740b35e4ea1f331a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217500288,"stop":1726217500290,"duration":2},"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":"208fd97f4eea5cee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441533,"stop":1726217441534,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"e63c633194c098e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217533047,"stop":1726217533047,"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":"3650feca32375c67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980055,"stop":1726217980056,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"57a626a4a7efd37c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218054694,"stop":1726218054699,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"223cc97ebfa4f915","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217533046,"stop":1726217533046,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"d8dc3fa14fc34a24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218054683,"stop":1726218054684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"f3d3fbf9eafeb69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946680,"stop":1726217946697,"duration":17},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"4361aea2bfb11075","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924730,"stop":1726217924730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"f2ea9e5a40036722","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450197,"stop":1726217450197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"d5d71a44591962af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924753,"stop":1726217924753,"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":"90d6244b18cb3998","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449481,"stop":1726217449481,"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":"45cac4c7fa658491","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217608002,"stop":1726217608003,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"55eaa98d05eb2025","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218063111,"stop":1726218063111,"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":"512770156df70bbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217677846,"stop":1726217677846,"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":"3789e627bb808812","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218091299,"stop":1726218091299,"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":"48a92568d4185240","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013712,"stop":1726218013715,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"ad14789021643eda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"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":"846f49de92e30ab6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066275,"stop":1726218066275,"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":"e33a56e46eeb57ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217608003,"stop":1726217608003,"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":"8d35977b8f25f221","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217500291,"stop":1726217500291,"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":"115056d3123b5f7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441563,"stop":1726217441563,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"7c8671cbf4e0b7e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217603236,"stop":1726217603237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"5ce0d52363880cf8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217868894,"stop":1726217868894,"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":"6f4c9124210afede","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217462331,"stop":1726217462332,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"54cfcd81a69d590c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218063101,"stop":1726218063102,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"d2599ebb63e00009","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980036,"stop":1726217980037,"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":"e102d41d9f350282","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441544,"stop":1726217441545,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"be7ef5cf7a377c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218063109,"stop":1726218063110,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"38add447307aaaf2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924731,"stop":1726217924732,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"350ad1a5f71be573","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218095395,"stop":1726218095395,"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":"26db03bcb167e1a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066280,"stop":1726218066280,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Init the array if not present","uid":"fa61d54bb45f8471","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441218,"stop":1726217441219,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"48b37bb234b8612a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217603235,"stop":1726217603236,"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":"a1c68e210ca6256","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066302,"stop":1726218066302,"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":"a8451b5b33d83280","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013724,"stop":1726218013724,"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":"283fbfb203367c56","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217551920,"stop":1726217551921,"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":"5868e895f3b49a09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218085656,"stop":1726218085657,"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":"68d7da29c1b04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687425,"stop":1726217687425,"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":"e3a2e46d7c5832be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441548,"stop":1726217441549,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"d831c29f0492b367","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441550,"stop":1726217441551,"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":"3a32b0028b9f79ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946741,"stop":1726217946741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"fbdf6fecbd6fa7e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013691,"stop":1726218013691,"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":"6ba53f6831712367","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013698,"stop":1726218013699,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ca68ae3dc8e86300","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687439,"stop":1726217687439,"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":"c39f1eda8251a907","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217577151,"stop":1726217577152,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"59e2028896053828","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218090764,"stop":1726218090764,"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":"3d3fcbe2458bcd52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217924766,"stop":1726217924766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 39, Shard ID: 679","uid":"1c5928a8bbd66520","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218039629,"stop":1726218039629,"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":"a5449bf876e4d8b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687438,"stop":1726217687439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"ac26df81bb1c1915","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441549,"stop":1726217441550,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"55a65680c90a88e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976622,"stop":1726217976623,"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":"21f717d2eb9962f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980037,"stop":1726217980037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"4067cf34d373ec31","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217577134,"stop":1726217577136,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"4a4f07f2b8c27639","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217474515,"stop":1726217474515,"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":"1564355301325361","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980053,"stop":1726217980054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"576b67030db7bb98","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217980038,"stop":1726217980038,"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":"f0009605e23d797e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946734,"stop":1726217946735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 431, Shard ID: 247","uid":"ecb4dbb01334f29d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218039629,"stop":1726218039629,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"2181694ef311d30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218054691,"stop":1726218054692,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"42e6432cbb5d2993","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013695,"stop":1726218013695,"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":"bc6687a77da92d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441566,"stop":1726217441566,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"621ee226953d1393","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450195,"stop":1726217450195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"1a1f796910147395","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924733,"stop":1726217924733,"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":"10d81350469b1ad2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441567,"stop":1726217441567,"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":"822c7391aaeeaf49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946732,"stop":1726217946733,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"68007f3446635ee8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217980038,"stop":1726217980038,"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":"fe089244688f9639","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980053,"stop":1726217980053,"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":"fc6cfb471425cb2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946734,"stop":1726217946734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"8333b452e9956df3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449468,"stop":1726217449469,"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":"ca635cebc11eec5c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924735,"stop":1726217924735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"7918a4cdcdc715c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924746,"stop":1726217924752,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"2e5a6f402f793a14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217848420,"stop":1726217848420,"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":"f3738760b93fcd0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217507040,"stop":1726217507041,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"25240476a78d2eb7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217603245,"stop":1726217603246,"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":"5179966f57ebbdde","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217493340,"stop":1726217493341,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"6ffafc8d8a1c4350","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976599,"stop":1726217976599,"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":"1ccc6c22d23ddcfb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218020456,"stop":1726218020457,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"ec75a102b4f018c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450196,"stop":1726217450196,"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":"8db847d1f97c48e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924742,"stop":1726217924742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492448000000 ","uid":"1718215cb2ff9a1b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924759,"stop":1726217924759,"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":"b6ab9ef98e88147b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066275,"stop":1726218066276,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"95f93989ecb90b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441551,"stop":1726217441551,"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":"922d391927121e35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924754,"stop":1726217924754,"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":"ea1d44b491181207","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013700,"stop":1726218013700,"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":"48981eb82341f9c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218039633,"stop":1726218039634,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"9bda46af5259417b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677799,"stop":1726217677810,"duration":11},"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":"c1f0d09bf50e1802","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218091298,"stop":1726218091299,"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":"e5d3f2d61b9e7c6b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217462336,"stop":1726217462336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"e3b51b3103a19e76","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218090764,"stop":1726218090765,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"5d0e1470f935a1dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218061978,"stop":1726218061979,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"34f44e129050bce6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217444068,"stop":1726217444068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"577d3f0ec67fefa7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217804645,"stop":1726217804646,"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":"351e709b75b9a3f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217705988,"stop":1726217705988,"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":"bda7487f80b65a24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706007,"stop":1726217706007,"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":"9c6f192eeb900cb0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449482,"stop":1726217449482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"aadf896afd64389b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217603244,"stop":1726217603245,"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":"3ceb98ed5f653578","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980039,"stop":1726217980039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"af79f35314395695","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218054699,"stop":1726218054700,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"ae4c010ca52a057","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217503858,"stop":1726217503858,"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":"be4a89efa6eeda7c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217724200,"stop":1726217724200,"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":"6f4fd95af0aa249e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450207,"stop":1726217450207,"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":"a626c0c9beabd2fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706008,"stop":1726217706009,"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":"b6a37fe23b451513","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687424,"stop":1726217687425,"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":"c3a625ee978a2aeb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449483,"stop":1726217449484,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"73ae9231d7b7f2ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218071323,"stop":1726218071323,"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":"63ecc95d35307b4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706008,"stop":1726217706008,"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":"e12b17f9d8cc7435","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013729,"stop":1726218013730,"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":"c1475a358e355104","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449483,"stop":1726217449483,"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":"68307dd046efb22","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217474513,"stop":1726217474513,"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":"8b556197d3dad9ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066303,"stop":1726218066303,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"a027ff90bfff3b8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013692,"stop":1726218013692,"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":"379d34be8192b129","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218061979,"stop":1726218061979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"51795d515438cd82","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218054673,"stop":1726218054683,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"7d3b17d07a85675c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217473323,"stop":1726217473324,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"343ca7315e867332","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217474514,"stop":1726217474514,"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":"11b730fb556373f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441552,"stop":1726217441552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"ccc8f2efe1e70ec8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217463038,"stop":1726217463038,"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":"f3f809e51280ffb7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441560,"stop":1726217441560,"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":"c02b8187c0a110aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217463042,"stop":1726217463042,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"95c639a6bcb02022","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946700,"stop":1726217946705,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"ecd94d1fd89bec96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976614,"stop":1726217976615,"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":"f625a555b6611ba7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980039,"stop":1726217980039,"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":"8bb32d7646448924","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441535,"stop":1726217441535,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"face8bb30fdbac53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217742503,"stop":1726217742503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"1915a37224b4eead","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946721,"stop":1726217946721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492603000000 ","uid":"c8736293f26b6ab4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677827,"stop":1726217677828,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"9bb30bb1031e3773","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217978645,"stop":1726217978645,"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":"66fba32ce6b56b18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706001,"stop":1726217706002,"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":"85be338cb327deb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218085660,"stop":1726218085661,"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":"d8bc04fa2cad4afe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946735,"stop":1726217946735,"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":"629ac4389cdadbd6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066303,"stop":1726218066303,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"fa930ca5f2fb2f33","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946742,"stop":1726217946743,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"274d935c6050d9af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687413,"stop":1726217687414,"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":"7230c53b4db9a327","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687441,"stop":1726217687441,"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":"bc42a85f29c1e597","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217463040,"stop":1726217463041,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"b47d8a43c7112de1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441572,"stop":1726217441572,"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":"1e3633514e5ee9f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066296,"stop":1726218066296,"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":"5a052b91b6aaa163","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706011,"stop":1726217706011,"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":"955ebc19b1334d1e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441554,"stop":1726217441554,"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":"ec4f413dbf24196e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217960212,"stop":1726217960212,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"efd5d7880c60bac0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217868249,"stop":1726217868250,"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":"5a6f8c35e30b3a1e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218071323,"stop":1726218071324,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"47c004fa0a6df8fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687421,"stop":1726217687421,"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":"5ff22811a93197e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449482,"stop":1726217449483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"d95bdd3c5fcc3d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217549450,"stop":1726217549450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c38ff0aa5014373","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066277,"stop":1726218066277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"39de516b6e9147b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218090764,"stop":1726218090764,"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":"acdbddd856132ef9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217577133,"stop":1726217577133,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"f8c949295fb171dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218071325,"stop":1726218071325,"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":"29b51c8671733e33","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706007,"stop":1726217706008,"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":"8cc35be5beb2596","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441554,"stop":1726217441554,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","uid":"d776aaeeb51f5624","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217868232,"stop":1726217868232,"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":"3b45aff872bd9d10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013730,"stop":1726218013731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"fdd94729863a5ba0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013694,"stop":1726218013695,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"3377326b3fd6ef05","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217567473,"stop":1726217567474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"21ea567502913d50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924745,"stop":1726217924745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"d1052525a440082e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217955950,"stop":1726217955950,"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":"f0ace057d24b60c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217608003,"stop":1726217608003,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"dc7120f30593480b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924732,"stop":1726217924732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"c1ec88ed8f3bfe0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217742497,"stop":1726217742497,"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":"971f7a4609b7c8bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066280,"stop":1726218066280,"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":"1d4bc9192dedefcc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217924743,"stop":1726217924743,"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":"f5c38f247a1dd326","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217493339,"stop":1726217493339,"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":"6d6d264a18014b2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066278,"stop":1726218066278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Failed peers are renewed","uid":"b73f45b7c0342d27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217751144,"stop":1726217751144,"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":"f31d496356106eef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013700,"stop":1726218013700,"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":"f941842a26999549","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441534,"stop":1726217441535,"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":"c8c20720b51b9384","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677843,"stop":1726217677843,"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":"dde0fd7b88ca5c32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980054,"stop":1726217980054,"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":"495d71f9ea60418a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441569,"stop":1726217441569,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"8a53fe670213405a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441531,"stop":1726217441531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"34874ce83d30c413","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217473323,"stop":1726217473323,"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":"762bb0d9e02daf8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218054693,"stop":1726218054693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","uid":"21d81dc43d92ec0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217868231,"stop":1726217868231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"34987f1e0c4cff7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217551920,"stop":1726217551920,"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: /app90/6/topic326/proto","uid":"bb50231047495df1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218011623,"stop":1726218011624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726217492448 ","uid":"a0ec8cc6acacc39a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924759,"stop":1726217924762,"duration":3},"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":"80fcc8d8d6627b91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441561,"stop":1726217441562,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"a415ec338168a68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677797,"stop":1726217677799,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"6cc886dceb5d32a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687424,"stop":1726217687424,"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":"6ad6ef14739be7cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217577155,"stop":1726217577155,"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":"1595ee22a856bad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217577137,"stop":1726217577137,"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":"acd2681812c08aa9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946705,"stop":1726217946718,"duration":13},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","uid":"22bef30d0160dbfd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217868237,"stop":1726217868246,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"d2769fccf237d655","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946722,"stop":1726217946722,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"b1c22e5b6524f69e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677813,"stop":1726217677814,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"1e068615d258f85d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450194,"stop":1726217450194,"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":"b3ae8490085a1f08","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441565,"stop":1726217441565,"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":"c68091fa3992f9d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013701,"stop":1726218013701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"8a91252486d89c80","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980035,"stop":1726217980035,"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":"47d333d62e7c116d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449475,"stop":1726217449476,"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":"2f5bb894d6388e30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687425,"stop":1726217687425,"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":"6fe6410a277322c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217978666,"stop":1726217978666,"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":"3929a8bfc16361f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217462331,"stop":1726217462331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"e0dbf51dfa7f3528","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218020457,"stop":1726218020458,"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":"9613918c76680899","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013701,"stop":1726218013702,"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":"a9a095a31d4342b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218054703,"stop":1726218054704,"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":"1980ceed23b18d7c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066275,"stop":1726218066275,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"e5c4025f4cf0c155","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217567471,"stop":1726217567472,"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":"714323173af7c70c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217466677,"stop":1726217466678,"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":"55912713e024dcc9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449467,"stop":1726217449468,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"6df164cff7642ed4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218063101,"stop":1726218063101,"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":"c6a0aaa5fd2f1950","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217500291,"stop":1726217500292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"9fa9f67396f2c939","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218061971,"stop":1726218061974,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"f364e6439b37a847","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924741,"stop":1726217924742,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"2d61d05e596ee0bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706000,"stop":1726217706000,"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":"ee54230ded098042","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946723,"stop":1726217946723,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"9a0c0f5f94750769","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441571,"stop":1726217441572,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"72bb661e74770c35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687416,"stop":1726217687416,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 299, Shard ID: 381","uid":"9fa765fa058e38dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218039630,"stop":1726218039630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"4ebf835b7cb2079b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924737,"stop":1726217924737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"155d181d2dd11c63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217978645,"stop":1726217978647,"duration":2},"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":"7f25e3f990a9cdbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"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":"293c4352c0373443","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217444067,"stop":1726217444067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"bb3400b3c9ba4ffa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217462726,"stop":1726217462727,"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":"f67ce95b2517dcfb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217976620,"stop":1726217976621,"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":"3228440b0ce36330","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924758,"stop":1726217924758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 813, Shard ID: 4","uid":"9aea3c2c6b14dca0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218039627,"stop":1726218039627,"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":"be51b96c20f658de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066305,"stop":1726218066305,"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":"f8e3b4a245736c59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441537,"stop":1726217441537,"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":"1c540980b93f4667","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449474,"stop":1726217449475,"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":"93d80f22374b0110","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217705997,"stop":1726217705997,"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":"4f0dd72dea6ac6cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"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":"74663ade5407f68c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441532,"stop":1726217441533,"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":"780cb6abf9cec399","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217577147,"stop":1726217577148,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"ad6b8bb9b4a1d24a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217463038,"stop":1726217463039,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1695459306169","uid":"a532000f3eabde59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013725,"stop":1726218013725,"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":"f974fb36c1ad20d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013702,"stop":1726218013712,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"e20376927b185d2a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217927561,"stop":1726217927561,"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":"1d51ce2f861ce45c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066299,"stop":1726218066299,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"1d5e814e19fccf83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217493342,"stop":1726217493343,"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":"b84d47afcf81a38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217462333,"stop":1726217462334,"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":"9dbeccb659bd7d14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946745,"stop":1726217946745,"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":"7ae70dc76b5f53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441567,"stop":1726217441568,"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":"d15ebb9c40f10e66","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217724199,"stop":1726217724199,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"8fa845975c176d82","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217507037,"stop":1726217507038,"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":"a15c15ae6c4cd08f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980039,"stop":1726217980049,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"432d70d9375b9e24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217463040,"stop":1726217463040,"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":"698cea5946ef0424","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441545,"stop":1726217441545,"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":"249e9bfd52485f18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217724203,"stop":1726217724203,"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":"7a8433e86cab8872","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217848421,"stop":1726217848421,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"526eb17fa2b13c72","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217455151,"stop":1726217455151,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"9c248b72f3c6af5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924740,"stop":1726217924740,"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":"85ca7103e2492eab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687429,"stop":1726217687430,"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":"2453f8230b03b9c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217960214,"stop":1726217960214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"a42c67f43b954f20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217949325,"stop":1726217949325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"c213072de9dc0c33","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980036,"stop":1726217980036,"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":"925b1c919a4ad23d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687427,"stop":1726217687428,"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":"477edff38104fe68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066287,"stop":1726218066287,"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":"2df5ea4a86c6553b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013719,"stop":1726218013719,"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":"f09ae161289fe6e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013716,"stop":1726218013718,"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":"c744444617919633","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217455153,"stop":1726217455153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"e8a0b62e494156e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218039627,"stop":1726218039627,"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":"d104607e2829a325","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687422,"stop":1726217687422,"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":"7d6d58bdcb63c947","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066281,"stop":1726218066281,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"ff651ac650aa0b69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013691,"stop":1726218013691,"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":"c4a6c731c5ba181f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976619,"stop":1726217976620,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"b84068f23fab0ff6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924764,"stop":1726217924764,"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":"6bf5e85ce279ac3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066278,"stop":1726218066279,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"f94d798aba06a946","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217868256,"stop":1726217868257,"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":"c575faf23badb7e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217463043,"stop":1726217463043,"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":"8a1610f72c58596f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217466676,"stop":1726217466676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"e3a434d551af9d9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217473325,"stop":1726217473325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726214142715","uid":"31c339942342c875","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946744,"stop":1726217946744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1102e1245bfc0d12","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677841,"stop":1726217677842,"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":"4c22b3d5c5aabacb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217804580,"stop":1726217804581,"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":"749a4fbeb03255c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687415,"stop":1726217687415,"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":"1d682ffed4eaeb0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218139624,"stop":1726218139624,"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":"f4ef8f4fa2874bfe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449479,"stop":1726217449480,"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":"215000a5d8469684","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946733,"stop":1726217946733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 13 2024 07:59:09 GMT+0000 (Coordinated Universal Time)","uid":"af31b0df6175fdc1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976610,"stop":1726217976611,"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":"e4676b067da16ef4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217705995,"stop":1726217705996,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"d6e7f3d31d0be7a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217868893,"stop":1726217868894,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726221342715","uid":"32351918145325f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946744,"stop":1726217946744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"522f26a6ca24594f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217551914,"stop":1726217551914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"82b7499e042a1d6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066272,"stop":1726218066272,"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":"aa3b33c00932961f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946724,"stop":1726217946724,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"1703e7f12a78c322","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218061974,"stop":1726218061975,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"872c80c1f279eeb4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217533046,"stop":1726217533046,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726214106169","uid":"77af0d3a6df2b44f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013725,"stop":1726218013726,"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":"36015ee5684301e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706005,"stop":1726217706006,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"a6040956941a17c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924727,"stop":1726217924729,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"f4e50c2a9d112b67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217549451,"stop":1726217549452,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"7eea67dd54ca44a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217477824,"stop":1726217477825,"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":"560149277e959387","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066281,"stop":1726218066281,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"6387ce7e4e5327f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217927560,"stop":1726217927560,"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":"1c5d67241e843233","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"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":"fee6e504776f4387","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013698,"stop":1726218013698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"bd15fb2f524ce2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976607,"stop":1726217976608,"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":"ccf176b50888f7ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217507042,"stop":1726217507043,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"e0fb4e9e26f6b570","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013697,"stop":1726218013697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"372da25cb686d3f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066288,"stop":1726218066288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"e1b4253f18249535","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217462725,"stop":1726217462725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"583a428500a7a658","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217493343,"stop":1726217493343,"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":"c3d8eb446dfacfe9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217466675,"stop":1726217466676,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"97f2a2592cdf0156","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677820,"stop":1726217677822,"duration":2},"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":"33d7e21774b4b1ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706002,"stop":1726217706004,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"72842ee5184d92f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441551,"stop":1726217441551,"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":"53e26649a382515b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677844,"stop":1726217677845,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"d71162fe36448aeb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946699,"stop":1726217946699,"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":"adfdb59af623b76d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066278,"stop":1726218066278,"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":"c300ab64ca52bed7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066277,"stop":1726218066277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"3a2ac4e3859a9ff7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217462726,"stop":1726217462726,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"ef70294ca0d0caa2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218011629,"stop":1726218011630,"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":"bf79c5635140e55b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066287,"stop":1726218066287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"c9aa0eb57ad99464","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924763,"stop":1726217924763,"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":"98511c38589bd9e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441558,"stop":1726217441558,"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":"fd1422df3e59aced","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706011,"stop":1726217706012,"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":"18983dd94a18de7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450206,"stop":1726217450207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"2540c21096383b3c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218085659,"stop":1726218085660,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only RELAY set to true","uid":"cd5eb65e6cb40d6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217449463,"stop":1726217449465,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"157d554266efcd8e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218139625,"stop":1726218139626,"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":"394d8788832ad6a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217804575,"stop":1726217804575,"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":"dadbfe93219e4e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217549449,"stop":1726217549449,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","uid":"b1da881b4a2fd795","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217868236,"stop":1726217868237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"10f9bae00905c9d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450195,"stop":1726217450196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"78d71f9d8fa08f9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976623,"stop":1726217976624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"743618d37056dc7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677826,"stop":1726217677827,"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":"975f4fb8028c7ea0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441557,"stop":1726217441558,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"4d89793415503f12","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217472853,"stop":1726217472853,"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":"132e1d1713ee8bd7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218061976,"stop":1726218061978,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"a3859a2c7815d1c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217473324,"stop":1726217473325,"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":"87bf3e9c0fb36842","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217724227,"stop":1726217724228,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"f2c89de5fbb24030","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677785,"stop":1726217677791,"duration":6},"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":"17a03a2b5c401b50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687440,"stop":1726217687440,"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":"f2de25bd91396850","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066273,"stop":1726218066273,"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":"5945a44bbf5a9154","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441560,"stop":1726217441560,"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":"100487c0b35a722e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217455154,"stop":1726217455154,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f3834b4837587fd1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217455153,"stop":1726217455153,"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":"5f17a1fd85500929","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687431,"stop":1726217687432,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"9931e5fbeb80520f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217955948,"stop":1726217955949,"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":"f636d4713111fb9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217474515,"stop":1726217474516,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"6af678b35c2f4a73","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217949322,"stop":1726217949323,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"cfa5d2d07f9e9111","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218077540,"stop":1726218077540,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"72a4689f75936f85","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218011622,"stop":1726218011622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"9e9273b9c8ce73cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217533048,"stop":1726217533048,"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":"3261883c02fe2dd4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441564,"stop":1726217441564,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"ddc1d131c50fd5ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218054693,"stop":1726218054693,"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":"6cf821e4d277d951","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066296,"stop":1726218066296,"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":"eb443ba2252d774d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946723,"stop":1726217946724,"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":"7cdef3f24d19e5ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217567475,"stop":1726217567475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"d37f0742a50075a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218077305,"stop":1726218077305,"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":"c3f547d681a86a95","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217455153,"stop":1726217455154,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"2c65730fb3d4bf3c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217854655,"stop":1726217854656,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"defa396601618ef1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217463039,"stop":1726217463039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"cdad8f4cad202d44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217804581,"stop":1726217804582,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"18a81fdc8f640f1b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218095394,"stop":1726218095394,"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":"cf7aad3341606f02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677815,"stop":1726217677820,"duration":5},"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":"ae619eb282cfba91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066282,"stop":1726218066282,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"30ddbc056644a158","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924752,"stop":1726217924752,"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":"6a918a6e973d43a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687423,"stop":1726217687423,"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":"fee958fb3968df83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217472857,"stop":1726217472857,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"577ac696c4909848","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217533047,"stop":1726217533048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"9219a8190f0ad54f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441545,"stop":1726217441545,"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":"2e6e42f34c4e0edf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218020454,"stop":1726218020455,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"12289a79c2e77653","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1726217868252,"stop":1726217868253,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"53bbf43931b3a13e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946740,"stop":1726217946740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"1be6b513a505eacb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217450199,"stop":1726217450199,"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":"920710cda25361bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217507044,"stop":1726217507044,"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":"205b7a3bfc944527","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217549448,"stop":1726217549449,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"7bb613c59fad5aa5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217466673,"stop":1726217466674,"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":"7fd74a0165a35678","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217472851,"stop":1726217472853,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"f591f16c528f3754","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218095395,"stop":1726218095395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"a03a7e9813f53881","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946697,"stop":1726217946698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"c90efd07154d8cdd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217533048,"stop":1726217533049,"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":"169693eed88d11f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066305,"stop":1726218066307,"duration":2},"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":"d5d62e67d9328415","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217980052,"stop":1726217980052,"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":"3570f6d576837572","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726217924766,"stop":1726217924766,"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":"332f95502e32f96e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946745,"stop":1726217946745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"55bf81b09feac598","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217444068,"stop":1726217444069,"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":"fa2cf113f4c9e79e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066296,"stop":1726218066297,"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":"f667a9aa18932b1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217454965,"stop":1726217454965,"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":"3f16e5f1c1705c00","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441548,"stop":1726217441548,"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":"7c572d9bf118a112","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218090763,"stop":1726218090763,"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":"fdcd25c2971565ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217804575,"stop":1726217804576,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"eb47fc8409a0adbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217567474,"stop":1726217567475,"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/1/topic193/proto","uid":"ea335f24d619f36b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218011624,"stop":1726218011624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"4dd97c30e82ba1c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217751144,"stop":1726217751144,"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":"e8a1715df07ca485","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217500282,"stop":1726217500285,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"1ad2f552633eef1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217677791,"stop":1726217677792,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"8d6e3c354c56f675","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217976599,"stop":1726217976599,"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":"71a0957bd1164b3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217706009,"stop":1726217706010,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 415, Shard ID: 397","uid":"dec0f2a0fa9d8928","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218039631,"stop":1726218039631,"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":"da728877ee37693","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013720,"stop":1726218013723,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 517, Shard ID: 214","uid":"5691568a6136f845","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218039628,"stop":1726218039628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"e53c7cf82e29fc58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441220,"stop":1726217441220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"992102610aab72b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217463037,"stop":1726217463038,"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":"76243581b1758426","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217687423,"stop":1726217687423,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"7218ef37689f8d5c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013688,"stop":1726218013689,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"34e19b98ba411c0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217742497,"stop":1726217742498,"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":"bb195f127bc23fc3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217946739,"stop":1726217946739,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"577d01f43f1495bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218077305,"stop":1726218077305,"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":"486cf7f81ffa6dae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066314,"stop":1726218066315,"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":"af0348ae06699822","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441566,"stop":1726217441566,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"5692dc5d47602a81","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217503655,"stop":1726217503656,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"553f079f1ca8818f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066289,"stop":1726218066289,"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":"ed29db7636c0a5e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218013701,"stop":1726218013701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app95/8/topic808/test.js","uid":"27cd581dbeec6913","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218011623,"stop":1726218011623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"231d34991ec56653","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217924737,"stop":1726217924738,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"d06fe232744ae48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217742502,"stop":1726217742502,"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":"6654d981dba407c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726217441546,"stop":1726217441546,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 517, Shard ID: 180","uid":"594ff4c45895ab89","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218039627,"stop":1726218039628,"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":"a2831c813634ca9b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218066274,"stop":1726218066274,"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":"3931030e79a8b866","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218091298,"stop":1726218091298,"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":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"ddaa1cee76844d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283087,"stop":1726218283087,"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":"b408c3c35b17bb79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863045,"stop":1726218863047,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"2807c4e1554d3f47","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218862995,"stop":1726218862996,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"2ed7a2f20f5842e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510976,"stop":1726218510977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"d5c80308ecae3ad5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806767,"stop":1726218806767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"60497c7fddd2b17d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304292,"stop":1726218304292,"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":"472c9da00b75b8e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304472,"stop":1726218304473,"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":"ea6e403880636015","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879289,"stop":1726218879289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"62f3ede2ea6bb57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806754,"stop":1726218806754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"93c9492b956e5270","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"c519bf1090181949","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283106,"stop":1726218283107,"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":"fcff9a7b4784bf5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218862996,"stop":1726218862997,"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":"ef9020a16e3ff4f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218851924,"stop":1726218851924,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"df6098d0e12469f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218296786,"stop":1726218296786,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"535ff8ea095a5e3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764108,"stop":1726218764108,"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":"bf80a398e9029248","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764098,"stop":1726218764098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"b1a5a22e87f3879a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879335,"stop":1726218879335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218334519 ","uid":"49259250f07a1e1e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510984,"stop":1726218510987,"duration":3},"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":"2fe3b651b85c342","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"c867390b75319487","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510969,"stop":1726218510969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"97d82777f2931d95","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879387,"stop":1726218879388,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"756eb1c6d7cc0faa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812476,"stop":1726218812476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"4b2036469c5a1bba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218917025,"stop":1726218917025,"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":"badc7180b5054787","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218342872,"stop":1726218342872,"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":"51afd52b18ee549e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218563297,"stop":1726218563298,"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":"1a14b0dc50511197","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863003,"stop":1726218863003,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"25876a1f6fc120b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218669778,"stop":1726218669779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"dd6ffb0cf6e45718","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283089,"stop":1726218283089,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2de119fa43ee1f8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523024,"stop":1726218523024,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"d4e86377be60935d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806752,"stop":1726218806752,"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":"e6599e476169dbb6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523027,"stop":1726218523027,"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":"c36de91d586b3103","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218914871,"stop":1726218914871,"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":"15dbb6dd6b930e16","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523018,"stop":1726218523018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"900241452f21c45e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218788036,"stop":1726218788036,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"8b45d5c131dc7c31","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"6832d472335fde69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218926397,"stop":1726218926398,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"fb463cb63004426e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510987,"stop":1726218510988,"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":"ee0081bbfbfcce8d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283082,"stop":1726218283083,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"6fd7038d9c6972bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218777347,"stop":1726218777347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"c29173ca9145775e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764101,"stop":1726218764101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"e62d5bd582ce8d02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218791622,"stop":1726218791622,"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":"11bb16190aff82a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218308584,"stop":1726218308584,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"8e8fe22c2fec85a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218285627,"stop":1726218285627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"7236d7a09f2b3797","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218862994,"stop":1726218862995,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","uid":"7d91aeaf8b975730","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523023,"stop":1726218523023,"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":"fe1e0a84badbedc3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551483,"stop":1726218551484,"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":"6ce60da307fe11e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291669,"stop":1726218291669,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"99f750d6a0db3b00","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806753,"stop":1726218806753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"f8242067814f647e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218335403,"stop":1726218335404,"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":"836415f84289161b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764108,"stop":1726218764109,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"d5bf30daee794375","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523028,"stop":1726218523028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"5124b8ffe0fbdb7b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218344913,"stop":1726218344914,"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":"a94cfcb7f614ba83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218764099,"stop":1726218764099,"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":"972104f0059f8a2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812476,"stop":1726218812477,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"8526b933550e1457","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218898753,"stop":1726218898753,"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":"baf57a9d5101b5a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291079,"stop":1726218291079,"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":"b94e01803d8ac2bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218308584,"stop":1726218308585,"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":"b2f914b66bf323b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806763,"stop":1726218806763,"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":"92b6402ff8053dc2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283105,"stop":1726218283105,"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":"2ed553b263b77aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812470,"stop":1726218812471,"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":"7c42aead14c0e236","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879293,"stop":1726218879293,"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":"f996d83bb887c01e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218316385,"stop":1726218316386,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"18250addac37a8d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283088,"stop":1726218283088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"e5ae7cf2dffd4dfd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510982,"stop":1726218510983,"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":"f0263a85324abd8b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218914871,"stop":1726218914872,"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":"1f824598b13afc73","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806763,"stop":1726218806763,"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":"d0cd26129df832c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291084,"stop":1726218291084,"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":"1fa821f300cf720d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863012,"stop":1726218863013,"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":"859fcb18e01f0d5c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218651145,"stop":1726218651145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"19e2562b1616adda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218902994,"stop":1726218903000,"duration":6},"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":"963aff1bad69da87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283095,"stop":1726218283095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"9fd2501d22e62bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218862993,"stop":1726218862993,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"e9cda4ced405a4a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291669,"stop":1726218291669,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 996, Shard ID: 797","uid":"539831bafa494215","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863179,"stop":1726218863179,"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":"3cfc1ccbb96d7982","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879352,"stop":1726218879352,"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":"709406fe1315a0fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218304474,"stop":1726218304474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"f0b0c15bf2cc7b6e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510971,"stop":1726218510972,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"8dfb836e329d14e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291658,"stop":1726218291658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"89d8e056aa54429a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764107,"stop":1726218764107,"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":"96751cbf414d64f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812471,"stop":1726218812471,"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":"b43fa9cf1159f56f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291078,"stop":1726218291078,"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":"2cf8b78169da3cf9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879287,"stop":1726218879287,"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":"3435de0fce6427c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523025,"stop":1726218523025,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"39814480964ff045","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812465,"stop":1726218812465,"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":"d67823a119278576","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291074,"stop":1726218291076,"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":"61be9f993033be95","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218410952,"stop":1726218410953,"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":"1603de7664729680","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523027,"stop":1726218523027,"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":"d3a816832f52cb88","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879322,"stop":1726218879330,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"db44986040e8162d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510981,"stop":1726218510982,"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":"ef3865db254e0efe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218455969,"stop":1726218455970,"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":"2d6e14c991b77b56","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291081,"stop":1726218291082,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"3217491cb103ac24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764110,"stop":1726218764110,"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":"1e101a6df7fe0c99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863011,"stop":1726218863011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"78092d03690abda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283071,"stop":1726218283071,"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":"d23ed477b88ff7eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551486,"stop":1726218551487,"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":"779a6d33409ee6bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218886396,"stop":1726218886396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"ad132ab58d35f0a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218910985,"stop":1726218910986,"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":"be7e300a4a45c6f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863038,"stop":1726218863039,"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":"667597201fc36399","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218382082,"stop":1726218382083,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"eec5773f1b7b7b1c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863002,"stop":1726218863002,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"c4ce9dd4347aa0e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863043,"stop":1726218863045,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"f39e0ed3816f040d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778287,"stop":1726218778287,"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":"cdbfb21cda54f7aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218345037,"stop":1726218345038,"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":"4a05e2b44331be75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523024,"stop":1726218523025,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"ca68d9aeb4f6c1a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218314721,"stop":1726218314722,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"fca31f4368e22336","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218917026,"stop":1726218917027,"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":"1e8a651880521a01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218455969,"stop":1726218455969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"b7dd4fff37b188c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510969,"stop":1726218510970,"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":"bcb62b042161b6dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218914872,"stop":1726218914873,"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":"50c54db568fe3def","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218788036,"stop":1726218788036,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"1b33fcacc7c29926","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218382081,"stop":1726218382082,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"4831bf8be021a99d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218886396,"stop":1726218886396,"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":"93f3f59f11f1311f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863005,"stop":1726218863005,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"8e8cb6615ac58252","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218410953,"stop":1726218410954,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"51ef0b3ac9b9029a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218764452,"stop":1726218764452,"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":"60c1834d0183fdfb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863039,"stop":1726218863041,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"3e7a9ea3deffc3a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879371,"stop":1726218879372,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"3635fc44fd8f2555","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291659,"stop":1726218291660,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"e1626e82bcffce8f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879334,"stop":1726218879335,"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":"7264ab816db8796","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218345035,"stop":1726218345035,"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":"2322ccece2a9d744","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218563299,"stop":1726218563299,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"a2d3c94346709768","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523015,"stop":1726218523016,"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":"bcef34e5657c63f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218335394,"stop":1726218335400,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"37e7b98ff53b561b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291658,"stop":1726218291659,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"8ca0c9c76f229215","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218447504,"stop":1726218447506,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"475a0cc54d7b4c64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"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":"a55a58f746b70daf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879336,"stop":1726218879336,"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":"bc22a6d73963c6e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283085,"stop":1726218283085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"c5eeae2efd1869b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806759,"stop":1726218806759,"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":"e6a1f6705bad2cb0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551493,"stop":1726218551494,"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":"8d6239220a8a42d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218917024,"stop":1726218917024,"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":"15c087d996447df6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764113,"stop":1726218764113,"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: /app90/4/topic376/test.js","uid":"8b157ba589234ae7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218843768,"stop":1726218843769,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"3a95e720287219e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218597911,"stop":1726218597911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"681e53653698700f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510970,"stop":1726218510971,"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":"5dd8864a7f1a10d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523008,"stop":1726218523009,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"6f855269ae3e689","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218886387,"stop":1726218886390,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"768bcaa9249b2728","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304469,"stop":1726218304469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"9b8dbea5d7e69996","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764082,"stop":1726218764083,"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":"ee8a321789cea58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863032,"stop":1726218863034,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"9b477effba7c0120","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764094,"stop":1726218764094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"99a1e3d362e0e353","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304464,"stop":1726218304464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 10, Shard ID: 664","uid":"6a21557c0982eeaa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863182,"stop":1726218863182,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"c6428c13828c570a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218583683,"stop":1726218583683,"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":"7c4df3568cddd6d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283084,"stop":1726218283084,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"9c4f8358d2363793","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218345027,"stop":1726218345027,"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":"e2142edc0914b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778284,"stop":1726218778284,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"108f2739a2d0a74c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764105,"stop":1726218764105,"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":"935540172fe40d69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291082,"stop":1726218291082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"2094a66674e669aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510978,"stop":1726218510979,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"53dd65ded2366685","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283093,"stop":1726218283093,"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":"30f21201776bf25f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863022,"stop":1726218863027,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"950b7a9803b662ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304290,"stop":1726218304291,"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":"47724909b08677f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879376,"stop":1726218879380,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218335042000000 ","uid":"a3e9fdbc1a78cbd0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764095,"stop":1726218764096,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"62b01232520f18e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806751,"stop":1726218806751,"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":"7a47822857a6188f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304471,"stop":1726218304472,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"4650472aca951c60","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291663,"stop":1726218291663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"690d8d2ed75c41be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806766,"stop":1726218806767,"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":"7964f3640c5430ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218410956,"stop":1726218410956,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sat Sep 23 2023 09:12:58 GMT+0000 (Coordinated Universal Time)","uid":"e09eb866c9d13283","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806761,"stop":1726218806761,"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":"660070925af87e36","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291084,"stop":1726218291084,"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":"631303ba99fa9029","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778265,"stop":1726218778270,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"f9008147b917165c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218563295,"stop":1726218563295,"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":"ad03d55176a61ff2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218345043,"stop":1726218345043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"cbc339e538797e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551482,"stop":1726218551482,"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":"9d685fa82d37ede6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551494,"stop":1726218551495,"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":"583971e704940cb2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218563297,"stop":1726218563297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"51e2196bc0ace9b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291662,"stop":1726218291662,"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":"665c6b744d236b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812475,"stop":1726218812476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"392f839d4f4769ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218885487,"stop":1726218885487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"4b00b16336642eb5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218885487,"stop":1726218885488,"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":"361c7d4a52bd7515","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523016,"stop":1726218523016,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"1203dd6f46a5a9b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218926396,"stop":1726218926396,"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":"a3ab94adac720b7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218689004,"stop":1726218689005,"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":"2501ff355c747cd5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879374,"stop":1726218879376,"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":"5c161dc11c4f443c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304536,"stop":1726218304536,"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":"96e82bf7c76ad986","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304536,"stop":1726218304536,"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":"963bce16e4917ff2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510989,"stop":1726218510989,"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":"70ad196fb3876722","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510989,"stop":1726218510989,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"87bbe06ff39a661","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218862997,"stop":1726218863001,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","uid":"32e5e4ac50f26cdb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523023,"stop":1726218523023,"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":"abbc18cc02a6594","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283072,"stop":1726218283073,"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":"92dd06b25b4c7015","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218851922,"stop":1726218851922,"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":"da47ff61da8a8a8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523006,"stop":1726218523008,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"47dfe0034edc7346","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218902969,"stop":1726218902971,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app31/4/topic67/utf8","uid":"871f9e21f1d2b33e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218843766,"stop":1726218843766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"5c0d80f73686d629","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863047,"stop":1726218863048,"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":"a253f7bc154637cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283095,"stop":1726218283096,"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":"455836d047d869b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218342870,"stop":1726218342871,"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":"868c589a32757cc7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218455970,"stop":1726218455970,"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":"29e8574724d47747","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283091,"stop":1726218283091,"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":"88e35d2cf4c770eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879337,"stop":1726218879337,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 0 connections","uid":"520d90788f19609","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218583681,"stop":1726218583681,"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":"f8e3fb5b679c9b3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218382077,"stop":1726218382078,"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":"d620215fa6e07241","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778234,"stop":1726218778241,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app21/8/topic968/test.js","uid":"2cc78035072cefda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218843765,"stop":1726218843765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218335042 ","uid":"1c759ef12faa662b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764109,"stop":1726218764110,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 886, Shard ID: 997","uid":"232cd0d147ba7ed9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863180,"stop":1726218863180,"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":"818c402d33e1d6ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283075,"stop":1726218283075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"557f15b86c3817d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291660,"stop":1726218291660,"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":"75a3acbad1032ec4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218308583,"stop":1726218308583,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"ab98e4248eaf54d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218344914,"stop":1726218344914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"cd1571c98e4417b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806752,"stop":1726218806752,"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":"81426c59ed6fd194","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218689008,"stop":1726218689010,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b4edf353a788d32c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764109,"stop":1726218764109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"8b0c253c8b9ce831","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510970,"stop":1726218510970,"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":"cc0f4a1e4bb0e7a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218308582,"stop":1726218308582,"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":"b4517f7aac9fffa4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218689003,"stop":1726218689004,"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":"11fda5521108ec17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218296385,"stop":1726218296386,"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":"a0f3c82194f2aa3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218956166,"stop":1726218956167,"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":"5be8bc1a2f3bf356","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218296784,"stop":1726218296784,"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":"f61c86bf67f5a4f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283088,"stop":1726218283088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"2a078604bad514a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218296783,"stop":1726218296783,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"311b699ff5958b9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218885489,"stop":1726218885489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","uid":"9eb1f368e11c5fde","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218669770,"stop":1726218669771,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"7f88b88efc26bc79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778197,"stop":1726218778198,"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":"b24c58d60f2d3742","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218793434,"stop":1726218793435,"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":"5871aede98daa3b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778250,"stop":1726218778251,"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":"956108d6c7f9953c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764112,"stop":1726218764112,"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":"923aae3b3a9413c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764098,"stop":1726218764099,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"9b9e36a8109e7f77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218314721,"stop":1726218314721,"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":"7a991b11369e823b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218563307,"stop":1726218563307,"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":"e3965ed3e5cf3bc2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218296383,"stop":1726218296384,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"6d951e7eda174203","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291668,"stop":1726218291668,"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":"2caefeca848c4e4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523011,"stop":1726218523012,"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":"93f0918bee81e74","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764088,"stop":1726218764088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"bd839a54809cc14c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218412653,"stop":1726218412654,"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":"b5ecee3b91f65254","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863010,"stop":1726218863011,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"b14e1ea212a311d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778194,"stop":1726218778195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"5360e733e13a6bb4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218375483,"stop":1726218375484,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"3c032a68fc9999e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283107,"stop":1726218283107,"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":"e9ca70e51b96f77c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778291,"stop":1726218778292,"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":"3c567f3b6eeed9c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812467,"stop":1726218812468,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"21c0013143e20769","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218375482,"stop":1726218375483,"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":"86acbfe66afccb5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218914874,"stop":1726218914874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"707d97b279ffa5c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291661,"stop":1726218291661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"834cc8d3e3b354bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218346774,"stop":1726218346774,"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":"cab8bef1eba4b639","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291076,"stop":1726218291077,"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":"a50e45a2ccda67c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764107,"stop":1726218764107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ac745da7d2833461","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523026,"stop":1726218523026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"2ab6b3c7a9eaa6be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764105,"stop":1726218764106,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"d7797eec315560e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218788034,"stop":1726218788035,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"8bb735f072f62e81","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218886392,"stop":1726218886392,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"af9df56f21f5cb03","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218902982,"stop":1726218902983,"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":"2397007bcd832aa6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879352,"stop":1726218879353,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"10fb03eb06175399","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218375492,"stop":1726218375492,"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":"42207941aaedf54a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"24b5bee9924ef036","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218316387,"stop":1726218316387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"5d1d96fe11841a5c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218651144,"stop":1726218651144,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"9d8360a9790d6062","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806755,"stop":1726218806755,"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":"be45056cdf2bd94e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218316388,"stop":1726218316388,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 39, Shard ID: 480","uid":"a0241118c3bc6332","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863178,"stop":1726218863179,"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":"11e5f25aebcd7132","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879342,"stop":1726218879348,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"d47b914c87a04e64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218651433,"stop":1726218651433,"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":"c4f0787b13d0cf02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218914872,"stop":1726218914872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","uid":"3594fe57f9ea49db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218669769,"stop":1726218669770,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"3578b6b775ac898d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778287,"stop":1726218778288,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"7287df32d636fb32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879286,"stop":1726218879286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"3ebcfee765a0247b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218346772,"stop":1726218346772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"7e9c238f56610d41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291661,"stop":1726218291661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"8ec6782034e406ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218375494,"stop":1726218375494,"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":"146ea6121d55ad75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551488,"stop":1726218551488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"1c74ae3529f03fcd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218886392,"stop":1726218886393,"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":"b0a6f61c031638c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551488,"stop":1726218551489,"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":"b663367c56a04e4f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218651146,"stop":1726218651146,"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":"5c5d603b0351a7b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812476,"stop":1726218812476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"d91c6ad1ef17a5dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764102,"stop":1726218764104,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"3a81a27fba1c86f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218843769,"stop":1726218843769,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"1906dad37997d564","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764095,"stop":1726218764095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"b984638101a2885","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291668,"stop":1726218291668,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Init the array if not present","uid":"3d4fc7777d0be042","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218282696,"stop":1726218282697,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"478125b8fdeb1062","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218886393,"stop":1726218886393,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"915994120eb75fd1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218316386,"stop":1726218316387,"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":"2bdeae87aeaeba31","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218382074,"stop":1726218382075,"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":"a33701ae79543e34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"c5ab2e1ce68417d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218903392,"stop":1726218903392,"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: /app24/1/topic797/proto","uid":"c957ba2dabb60e40","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218843767,"stop":1726218843768,"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":"4fa4abc3d994c292","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218909195,"stop":1726218909195,"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":"a3f025a934aab25b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863186,"stop":1726218863187,"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":"7b167a55536c4b63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218410957,"stop":1726218410957,"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":"6ceef3fdf5610026","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283086,"stop":1726218283086,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"1f0ccb15b0d08762","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218346773,"stop":1726218346773,"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":"201ae843cffcaf3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806759,"stop":1726218806760,"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":"ff5d0f5b0be27af7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806765,"stop":1726218806765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"f3739f783287e1b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218886391,"stop":1726218886391,"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":"d7740ad8645ea4bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218382078,"stop":1726218382079,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"715e3f70c8d9def2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218843765,"stop":1726218843765,"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":"be02553425865e11","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778195,"stop":1726218778197,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"dfc7401d99b6323a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764067,"stop":1726218764080,"duration":13},"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":"5e16e97312309652","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218788035,"stop":1726218788036,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"77c75080adbf2e9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218903391,"stop":1726218903391,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"c718359a42c077c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812459,"stop":1726218812462,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"964b8d843fd00f97","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218563296,"stop":1726218563296,"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":"d9fab382e3925698","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764113,"stop":1726218764114,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"f92d8af552c71729","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291182,"stop":1726218291182,"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":"151f42c4d3739391","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218902967,"stop":1726218902969,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"bef91994bd59cb08","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218910985,"stop":1726218910985,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 13 2024 10:12:58 GMT+0000 (Coordinated Universal Time)","uid":"4368215cbf6b665d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806762,"stop":1726218806762,"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":"9eaa155f85b9a97d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778246,"stop":1726218778250,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"4bd65ed11b7149a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"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":"760f7fbf24c8bbfe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218843769,"stop":1726218843770,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218335042000000 ","uid":"8bd67832f56d0880","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764109,"stop":1726218764109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"bb0d1e713f342e90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218319678,"stop":1726218319679,"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":"30dbe7a6536b4b79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218314719,"stop":1726218314720,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","uid":"584cb024dcffc7da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218669774,"stop":1726218669775,"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":"e2472066eaba930c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879294,"stop":1726218879294,"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":"1d73d598cf6fbc3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863186,"stop":1726218863186,"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":"59a74889be4cdf9e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218909194,"stop":1726218909195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"810efcac150e5599","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778287,"stop":1726218778287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d3b3be0254f043b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510980,"stop":1726218510981,"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":"c6f40427d2545d48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218563305,"stop":1726218563307,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"e4f7fe4843bd6df8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778184,"stop":1726218778185,"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":"767c9dcd579d75ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218302902,"stop":1726218302903,"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":"a086eadde719dc9f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218455969,"stop":1726218455969,"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":"2e90ee09a7ffa8b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879331,"stop":1726218879331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"71256f7045ae34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218898754,"stop":1726218898754,"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":"258484f6d68aaaf2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879289,"stop":1726218879289,"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":"86b54c0284a2774a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283091,"stop":1726218283091,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"e05a1e32810214e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218412654,"stop":1726218412655,"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":"45515d612b2ad07c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523018,"stop":1726218523018,"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":"935df9109f17e48d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218455970,"stop":1726218455970,"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":"691cc1106d76d00d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283105,"stop":1726218283105,"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":"eba258a384c92f41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218412658,"stop":1726218412658,"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":"9c8b151bd6ba6e79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551479,"stop":1726218551480,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"14caa117ed72cab5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218689329,"stop":1726218689329,"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":"d4d6264d4aeab97f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812477,"stop":1726218812477,"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":"35d66046eb6255f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523019,"stop":1726218523019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"9cc8468fc234bdd3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218315166,"stop":1726218315166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"41ba4cd4f9c318e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218768115,"stop":1726218768115,"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":"67d24d342325b5d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218563295,"stop":1726218563295,"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":"f87597fefdc9c4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879321,"stop":1726218879322,"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":"e19e7dbaf9afd4d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304470,"stop":1726218304470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"e67318fdb1b033ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218768115,"stop":1726218768116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"3905969d36b25a5c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218885489,"stop":1726218885490,"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":"d74e0b507a4ab6e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283101,"stop":1726218283101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","uid":"36839293d899a7c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218669774,"stop":1726218669774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"1b5000687e8558a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764087,"stop":1726218764087,"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":"f19a4e0ab55df714","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291669,"stop":1726218291670,"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":"df1d0806687cc5af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812481,"stop":1726218812481,"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":"9c59145315623cdd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283073,"stop":1726218283073,"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":"d309c12fd2cb7c76","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283101,"stop":1726218283102,"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":"d8ea0ca6f4d5807c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218914873,"stop":1726218914873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"4adbd818215eeb71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218295945,"stop":1726218295947,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"ed3233569991489d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291668,"stop":1726218291668,"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":"3dae94ad1d9e1fbc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218345035,"stop":1726218345036,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"55df71f4ea11c8f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218315166,"stop":1726218315167,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"95ca8082657bb408","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510972,"stop":1726218510972,"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":"d36c938a4929c62b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812478,"stop":1726218812478,"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":"dea7c95588c834a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283072,"stop":1726218283072,"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":"887d32d34f6d85e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551484,"stop":1726218551485,"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":"36824c297905f874","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523010,"stop":1726218523011,"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":"31039f33ceae023","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879351,"stop":1726218879352,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"2c70bdf6d700a2d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218903393,"stop":1726218903393,"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":"79a2ee5477479019","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523020,"stop":1726218523020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2a0ae478e5b2ba92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218397742,"stop":1726218397742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"c279509fd5a114ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218902965,"stop":1726218902967,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"b403c454b56be12a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304467,"stop":1726218304467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"6440c79b717e446e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218651433,"stop":1726218651434,"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":"398784034053f15d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218455968,"stop":1726218455968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"e9cf61ea12f74a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764104,"stop":1726218764105,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"1730e8abc22ba6af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291659,"stop":1726218291659,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"ba359e866df63c79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218583682,"stop":1726218583682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"46bb154674a8ab9f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806760,"stop":1726218806760,"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":"7112b51adb4e6712","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218410955,"stop":1726218410955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"ac7affc6087430f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218812469,"stop":1726218812470,"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":"6d61330a9158f738","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812478,"stop":1726218812481,"duration":3},"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":"41b190f6c80d05d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283105,"stop":1726218283106,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"274acc71bc983490","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304291,"stop":1726218304292,"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":"3171ebd1f3ad5ef6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283073,"stop":1726218283074,"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":"69cc063df694685","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812472,"stop":1726218812472,"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":"9eca7d2728ed4c63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304535,"stop":1726218304535,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"94faa7b3da474197","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806756,"stop":1726218806757,"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":"984360b0a1525e5d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218296786,"stop":1726218296786,"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":"116814b04659d3b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778282,"stop":1726218778283,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"537aaac81b083674","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218862990,"stop":1726218862991,"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":"892ef1596701a339","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218296785,"stop":1726218296785,"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":"d69800452db5eca8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218563298,"stop":1726218563298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"4e786474877154de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218843777,"stop":1726218843779,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"64523352a822b4d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218335404,"stop":1726218335405,"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":"fb092e4d29ee67aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283097,"stop":1726218283097,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 328, Shard ID: 996","uid":"1f1020a5023b9298","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863180,"stop":1726218863180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"b29b3096cb5b3b0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218583684,"stop":1726218583684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"34a3024e98051e32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218793427,"stop":1726218793428,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"2d9823d6de745ee5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218375484,"stop":1726218375492,"duration":8},"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":"c96819389a086579","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879331,"stop":1726218879331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"a3065fd072702330","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764106,"stop":1726218764106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"b2b41790c1bfcce6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778188,"stop":1726218778189,"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":"2d8c4a11b8c0538e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863041,"stop":1726218863043,"duration":2},"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":"216c827b0a16fcb5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283076,"stop":1726218283076,"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":"db33e516cab46bd0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879287,"stop":1726218879288,"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":"9c176a0dbd1f0c77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806760,"stop":1726218806761,"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":"1fb2bf7d5900190e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510982,"stop":1726218510982,"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":"29ed9c662df66fd5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879288,"stop":1726218879288,"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":"c9d9b8803fa3cdd0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764094,"stop":1726218764095,"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":"c9706327e62c087b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283087,"stop":1726218283087,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"79d51a65d0af618d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304470,"stop":1726218304471,"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":"dd0f71537a4076a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218788035,"stop":1726218788035,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"593cdf1e3a3e1056","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218315165,"stop":1726218315165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"163e1cb668f80090","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778173,"stop":1726218778173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"df8171faf052af51","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764081,"stop":1726218764082,"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":"6f46be6f6d970a7c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283098,"stop":1726218283098,"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":"3086fdbd690978db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218651147,"stop":1726218651147,"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":"f4de2b05d1b01c4f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291077,"stop":1726218291077,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"8bbd492d1e4af379","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764100,"stop":1726218764101,"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":"23815a0bdbb86387","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218410952,"stop":1726218410952,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"d52d3089909a0a1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764064,"stop":1726218764066,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"197912e751f465a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218583682,"stop":1726218583682,"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":"ec544f86edaed142","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283077,"stop":1726218283082,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"adab1d1f20bcc561","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523015,"stop":1726218523015,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"c97d5c3e7a55a385","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806758,"stop":1726218806758,"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":"6bc737fb14abf5c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218909196,"stop":1726218909196,"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":"b007419bcfd40f9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291080,"stop":1726218291080,"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":"5c16506b4ab53327","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218793435,"stop":1726218793436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"4771320b2e2c974e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218843764,"stop":1726218843764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"1b6d175a88a9b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218764451,"stop":1726218764451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"9f7e1b4d077f8ffe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218673576,"stop":1726218673576,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"c144b0be3f407985","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218793428,"stop":1726218793429,"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":"3bd8b923d50c1685","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879385,"stop":1726218879387,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"8e4903234947b101","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291266,"stop":1726218291266,"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":"3d83c65a0f339ff7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551497,"stop":1726218551498,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"ca06e059aece7b1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218315164,"stop":1726218315165,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"e0a64349b5fdd54b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291265,"stop":1726218291266,"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":"f9423b71d9535698","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523024,"stop":1726218523024,"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":"b48ef000cdebec5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863052,"stop":1726218863053,"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":"fa14c5ab67fd2c86","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551496,"stop":1726218551497,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"33a5c70aa8f6ce59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218397741,"stop":1726218397742,"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":"be4d20fe809697d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218956166,"stop":1726218956166,"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":"da3115bd84df2951","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879298,"stop":1726218879313,"duration":15},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1695460151739","uid":"7d39e9c75b52c617","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863048,"stop":1726218863049,"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":"e3b3dd6dd177dce6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218914872,"stop":1726218914872,"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":"879b9592f245da41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291658,"stop":1726218291658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"a5f75f3e1f62f363","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778187,"stop":1726218778188,"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":"67490c33c0312537","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879286,"stop":1726218879286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"242792f42b933ae4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806759,"stop":1726218806759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"2328974317bda28d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218898753,"stop":1726218898753,"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":"202985609b8c349e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283101,"stop":1726218283101,"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":"af31d9ea7c728f8d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551470,"stop":1726218551477,"duration":7},"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":"50df2a52ec8a6288","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218851925,"stop":1726218851925,"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":"d6de5ef0c1aecdef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863013,"stop":1726218863022,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"eac01216bc0b14a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764088,"stop":1726218764088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"22ed9590a9a5b255","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218909196,"stop":1726218909196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 810, Shard ID: 32","uid":"bf20f3c9567e362","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863184,"stop":1726218863184,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"abe09ce20c4fce8f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764111,"stop":1726218764111,"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":"71ba1b692379f2e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218345042,"stop":1726218345042,"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":"87908b47f4c629f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778292,"stop":1726218778292,"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":"6fb5aa1d79912791","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523025,"stop":1726218523025,"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":"579696eadf15424b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551477,"stop":1726218551478,"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":"61c23ade9774c792","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283071,"stop":1726218283072,"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":"3cbce1ba325f4009","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523022,"stop":1726218523022,"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":"3dd9ad0003d0faa4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218308582,"stop":1726218308582,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"f947d2d1700fce9d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"9b1f1bcbf98a7a5d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218669775,"stop":1726218669776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"f9860711d179c857","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863178,"stop":1726218863178,"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":"ffbab8e6a283f2e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218285626,"stop":1726218285626,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"5110d9e8570781ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879289,"stop":1726218879292,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"3b45b45986eed455","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879288,"stop":1726218879288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"674e32b525603e69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764067,"stop":1726218764067,"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":"4e3c37ce447f3021","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218345033,"stop":1726218345033,"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":"d0c67f1fe9c39695","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218903391,"stop":1726218903392,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"27a8bb0444abdbab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218926397,"stop":1726218926397,"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":"b51b5e81cdf9de23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879332,"stop":1726218879332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"ae8e24c35164dfaa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304465,"stop":1726218304466,"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":"e82c497fda57d01c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812475,"stop":1726218812475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"c65248be57fd159d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218885490,"stop":1726218885490,"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":"121074442479f866","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218764099,"stop":1726218764099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","uid":"c24daf8d388268bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218669772,"stop":1726218669772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"1926239cbce7fe4c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291667,"stop":1726218291668,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"5a7e75bc5cb280a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218926398,"stop":1726218926398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"bfc04cb0394bb571","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218903394,"stop":1726218903394,"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":"4b3d52320de0d794","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218909195,"stop":1726218909196,"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":"e9c25c94dbd769c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764111,"stop":1726218764111,"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":"228d3f00c723b625","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283097,"stop":1726218283098,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"908d71ba827225ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218673575,"stop":1726218673576,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"68339af2b34ebf50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218903390,"stop":1726218903391,"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":"f500c56fdff1f020","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291085,"stop":1726218291085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"74588ef3ba61f4c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863002,"stop":1726218863003,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"f7658e514e419878","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863187,"stop":1726218863187,"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":"992c411c2172ec00","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218651143,"stop":1726218651144,"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":"9ec6b4d4412ed8bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523017,"stop":1726218523017,"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":"47f3ae10a0d91128","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218410956,"stop":1726218410956,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"2d7e2d5b9fe65653","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218862983,"stop":1726218862984,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"e012bbea6c8443eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218669773,"stop":1726218669773,"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":"568bee47aa5f5ca8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778198,"stop":1726218778218,"duration":20},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"799391a6987afda7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551492,"stop":1726218551493,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1695460183850","uid":"1a400719ce4c6d3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778288,"stop":1726218778288,"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":"fbc0edc6f6d97f23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778278,"stop":1726218778281,"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/1/rs/1/2","uid":"7b618163cfb6ed0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283094,"stop":1726218283094,"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":"2843883ccff0aec7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283092,"stop":1726218283092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 854, Shard ID: 399","uid":"a70cda482a5dd952","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863185,"stop":1726218863185,"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":"81a2f09709e4cfb6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523027,"stop":1726218523028,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"6fcad84c00b1720f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"e7a315a1a5957505","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218886390,"stop":1726218886391,"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":"9d29df7796ba2dd1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283085,"stop":1726218283085,"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":"22669e80c761df2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283091,"stop":1726218283092,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"92d43601f811c44e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218777346,"stop":1726218777346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"bce9d5d961aebf2e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218689329,"stop":1726218689329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"79818748cd8073b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863176,"stop":1726218863178,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"5dcffabab626862c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218851925,"stop":1726218851925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"6be6a4d847ad8566","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879341,"stop":1726218879342,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"ae17a515ffbdd9e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218296786,"stop":1726218296787,"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":"96579635c9e42be6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551485,"stop":1726218551486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"eb73b67f7b8fbae3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510968,"stop":1726218510969,"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":"a897a65bf14bac52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283102,"stop":1726218283102,"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":"5c13409efc28ba3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510990,"stop":1726218510990,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"f1db01fbb7f3b8b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218412656,"stop":1726218412656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"cd34ea5d253a44a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218669777,"stop":1726218669777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"116568e226d8328d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218583682,"stop":1726218583683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"c5cad4d05983b044","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764107,"stop":1726218764107,"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":"e3de853524dbbd72","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879294,"stop":1726218879298,"duration":4},"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":"918de91f586058ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283097,"stop":1726218283097,"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: /app46/6/topic476/proto","uid":"124b23b67895c646","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218843768,"stop":1726218843768,"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":"d30510fd52f60d39","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283099,"stop":1726218283099,"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":"7431e5b235325a1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218651144,"stop":1726218651145,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"1b33fb2456e66c3f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218777347,"stop":1726218777347,"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":"fb7925ccf6ae0157","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283084,"stop":1726218283084,"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":"55869f8d4fd64c78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551490,"stop":1726218551491,"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":"b90ff6a3ba34e7df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879337,"stop":1726218879337,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"9a185ca7e9623f75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218412655,"stop":1726218412655,"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: /app57/5/topic252/json","uid":"998e067cc4564f37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218843768,"stop":1726218843768,"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":"4e9efdc7d457d906","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523028,"stop":1726218523028,"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":"b7b98741c6ff64f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283092,"stop":1726218283092,"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":"a8f32348d07a3cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863012,"stop":1726218863012,"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":"e6901025ac9b9175","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523017,"stop":1726218523017,"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":"4b1dba01c6d98e04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218296385,"stop":1726218296385,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"1905aae14897a6fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218689006,"stop":1726218689007,"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":"4b2e138054a3a7c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812465,"stop":1726218812466,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"e54237eb4078a173","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218903392,"stop":1726218903392,"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":"9a88cff180059b47","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"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":"f12194e561c4be75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218914875,"stop":1726218914875,"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":"51d33b622e674957","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283096,"stop":1726218283096,"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":"f07822f296fda52a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551469,"stop":1726218551469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"567793b8bad2a1b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764081,"stop":1726218764081,"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":"ed62c19e4c4fe287","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218285626,"stop":1726218285626,"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":"406731f9a031e25b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218410951,"stop":1726218410952,"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":"651c9e531633893d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283099,"stop":1726218283100,"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":"ca9d2067e246b0e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218903394,"stop":1726218903394,"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":"e2c0d30e8b718f94","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879332,"stop":1726218879332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"720449b875078c85","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218346773,"stop":1726218346774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"e841201c8c73b06d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551481,"stop":1726218551482,"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":"eaf720a73ec30f34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218843770,"stop":1726218843770,"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":"39483524198a56c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283077,"stop":1726218283077,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 895, Shard ID: 920","uid":"b62bbaf200d2c22a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863181,"stop":1726218863182,"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":"dfce94e63411aedf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291670,"stop":1726218291670,"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":"fd993a1418c6f970","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551491,"stop":1726218551492,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"7731a62b40f6539c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218851925,"stop":1726218851926,"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":"2ad5928be6e6b407","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778231,"stop":1726218778232,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"662a7b316fc5f7b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863003,"stop":1726218863004,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"7eca4a8a2a006f38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778190,"stop":1726218778190,"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":"685bba1c4f83f405","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218956167,"stop":1726218956168,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"d83dd35444514e57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218296784,"stop":1726218296784,"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":"95fd2ae821f89eba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218793429,"stop":1726218793430,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"659c277ee68838c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764108,"stop":1726218764108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"819de4df883467af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218319680,"stop":1726218319680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"2d499585bbf37519","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218314723,"stop":1726218314723,"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":"24f6afb249936f66","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863011,"stop":1726218863011,"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":"43ce9e4d18d7722c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291083,"stop":1726218291083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"c2c702fa3f6aab9f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218412657,"stop":1726218412657,"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":"5e616a9b7dca2230","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510990,"stop":1726218510991,"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":"b28aea2808b126a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523020,"stop":1726218523021,"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":"df88029315feed2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523029,"stop":1726218523030,"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":"2ef92f3f7fabb637","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863004,"stop":1726218863005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"673cc6f45d1229df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218903005,"stop":1726218903006,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"d1a6706bc00de689","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218851922,"stop":1726218851923,"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":"1baa0b027f6e22cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283085,"stop":1726218283085,"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":"a7ba43ac4d583af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812477,"stop":1726218812478,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"8e3bbb2c8dbe508b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283083,"stop":1726218283083,"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":"eeafbf1d12887ad9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778233,"stop":1726218778234,"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":"63335d5b16db4b99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879361,"stop":1726218879361,"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":"f759b0eb1907c407","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218806766,"stop":1726218806766,"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":"b97fdb9f6b39411c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218345027,"stop":1726218345029,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"9a01de46ec5469aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218563307,"stop":1726218563307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Failed peers are renewed","uid":"395672326b4866ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218597911,"stop":1726218597912,"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":"495f9ae83ce407e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218296384,"stop":1726218296385,"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":"61f48ab5e02ae5cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218777346,"stop":1726218777346,"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":"9d208b9d5f6a2294","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879372,"stop":1726218879373,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"c590568b831649e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778174,"stop":1726218778184,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"4f53b845455a3c58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551469,"stop":1726218551469,"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":"177a53f7c467eb59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218788034,"stop":1726218788034,"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":"3d2f5e499349faf6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218285626,"stop":1726218285627,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"8767f6023d93d22c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283102,"stop":1726218283102,"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":"2e52da3a43f57646","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879361,"stop":1726218879361,"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":"177db12bfa4c0174","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218285624,"stop":1726218285625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"790ad79c98d678db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218375493,"stop":1726218375494,"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":"cc8e38dc4d948ee6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218793433,"stop":1726218793434,"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":"f0e0e4b95a9693ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812474,"stop":1726218812474,"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":"d00bcdec24b8f361","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551468,"stop":1726218551469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726214983850","uid":"1a6b2c643474429","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778288,"stop":1726218778291,"duration":3},"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":"75c50a9372841e04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304535,"stop":1726218304535,"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":"43ad251086066ab1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283090,"stop":1726218283090,"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":"8c5c61248a434d17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523013,"stop":1726218523013,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"36a9d65fe8d21203","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218862988,"stop":1726218862989,"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":"aae88a19784e5896","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218909193,"stop":1726218909194,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"eb52333d1510eb29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510977,"stop":1726218510977,"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":"5bb67e6dcf90491d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218902972,"stop":1726218902982,"duration":10},"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":"29165dffa2534375","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283096,"stop":1726218283097,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"651f778519cbe626","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806755,"stop":1726218806755,"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":"ef1ecf501442555d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218308584,"stop":1726218308584,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","uid":"c8a95a638719fe75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218669772,"stop":1726218669773,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"78c3c06cabb3a069","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764101,"stop":1726218764101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"f0ffbfa562b572e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778185,"stop":1726218778187,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app87/8/topic658/proto","uid":"df4f238740304d55","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218843765,"stop":1726218843766,"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":"7c9cf4703bdc9691","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879321,"stop":1726218879321,"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":"5bddcdba3a462e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218886393,"stop":1726218886395,"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":"d3cd4738359e9336","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218903393,"stop":1726218903393,"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":"75f399477ee03636","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218903001,"stop":1726218903004,"duration":3},"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":"319ba275bc35c263","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283074,"stop":1726218283075,"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":"b3fbfb47f0e336ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304533,"stop":1726218304533,"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":"a043d423d9bcf54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551489,"stop":1726218551490,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"c58010ac28ca13f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551468,"stop":1726218551468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","uid":"9ad2d5a74daa8e20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218669773,"stop":1726218669773,"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":"1e23971403a9a11e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863027,"stop":1726218863029,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"ac87ccec45685311","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218886396,"stop":1726218886396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726222151739","uid":"ab2fae814c5eb696","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863050,"stop":1726218863052,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"a6c4dd3285259e01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283070,"stop":1726218283070,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"729a70bf5dcc58ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304464,"stop":1726218304465,"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":"49991af8deb3effe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523031,"stop":1726218523031,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"ef0a83fcfb23aedf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218344914,"stop":1726218344915,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"e3723453c66ff63c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764087,"stop":1726218764088,"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: /app83/10/topic906/test.js","uid":"7a69937b333bd205","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218843766,"stop":1726218843766,"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":"242f39cda045a6b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283084,"stop":1726218283084,"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":"e7e9d45a8b18dfc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778284,"stop":1726218778286,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"42488ac0a4c8f05d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218764451,"stop":1726218764451,"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":"8717e76113565526","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291670,"stop":1726218291670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"45cf3f32838628f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291672,"stop":1726218291672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"cee73cea46d43bf4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218764450,"stop":1726218764451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"228046c05b3abe0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218345025,"stop":1726218345026,"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":"dc7595f2dc0f2656","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551480,"stop":1726218551481,"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":"16ec6ecdc63c5290","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218316387,"stop":1726218316387,"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":"2754b1350fa4d8a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291671,"stop":1726218291671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"7746af7131889f3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778195,"stop":1726218778195,"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":"ceb015486f59ea5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510989,"stop":1726218510990,"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":"c264980d0035ff4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879314,"stop":1726218879315,"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":"3b4062f34987ec05","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523022,"stop":1726218523022,"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":"a6d39240ee1218dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218510991,"stop":1726218510991,"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":"666b6ffa76b3ce73","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879320,"stop":1726218879320,"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":"224a81e76873dffd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879318,"stop":1726218879320,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"931d0150e1bf0c7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291671,"stop":1726218291671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"950d8b4e347e809a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218669777,"stop":1726218669778,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"847fec84165e9698","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218316386,"stop":1726218316386,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"9fc5e910df396dc2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218862994,"stop":1726218862994,"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":"caec25470d773579","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304534,"stop":1726218304534,"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":"3d6c66e8ac7880a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218914873,"stop":1726218914874,"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":"4ff3780af93403cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304533,"stop":1726218304534,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"4530e489d7ff9d83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764106,"stop":1726218764106,"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":"94f95c2217d9715","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812466,"stop":1726218812467,"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":"e531ad16ba5f39b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283086,"stop":1726218283086,"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":"a561c9cac12a0a10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218304475,"stop":1726218304475,"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":"6ccdb5b9bd5c8332","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218410955,"stop":1726218410955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"c447ef69b898fcf1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218673759,"stop":1726218673759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"44eb3b80a95b39c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764096,"stop":1726218764096,"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":"f46c7314d38f09dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283100,"stop":1726218283100,"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":"14b5e88aa3f92da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523021,"stop":1726218523021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"d97da8498cc1a26c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218791621,"stop":1726218791622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"27902b6ce484cc0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778197,"stop":1726218778197,"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":"39200fd258aaa858","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283092,"stop":1726218283093,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"ec0d7bc5a8cc0eda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291660,"stop":1726218291660,"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":"aa7b6e6072f0cdfa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218764114,"stop":1726218764114,"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":"20215fcba1552091","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778286,"stop":1726218778286,"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":"23d1d43cab0eb68e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778223,"stop":1726218778226,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"455df162951c1d4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523021,"stop":1726218523022,"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":"266bb90f55b69b00","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863012,"stop":1726218863012,"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":"e9f97a8a2c80b922","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510988,"stop":1726218510988,"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":"367baa7872b9c6bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879340,"stop":1726218879340,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"92fcf1b8602d5bd5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218342870,"stop":1726218342870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"2fa78b257813acca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291662,"stop":1726218291662,"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":"abbfca4a22a97f18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778233,"stop":1726218778233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"5ae26e81ad67ab3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218583681,"stop":1726218583681,"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":"1b0ec5f9a42dd98f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283083,"stop":1726218283083,"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":"2fd74dd4a4419bbd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"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":"8ff2b856f90d45d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218302904,"stop":1726218302904,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"1a753297e170ba22","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778189,"stop":1726218778189,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c4264c5519720650","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218812469,"stop":1726218812469,"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":"6f297511b425bfdf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764098,"stop":1726218764098,"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":"8fd2716faba41796","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218793432,"stop":1726218793433,"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":"438633ae63c5c79f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551487,"stop":1726218551487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 13 2024 08:12:58 GMT+0000 (Coordinated Universal Time)","uid":"278959b5c177d6e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806761,"stop":1726218806762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3887e3f58a5d3f4e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523014,"stop":1726218523014,"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":"21ea0d4782b9afef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218563296,"stop":1726218563297,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"3741a4ed93904932","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283094,"stop":1726218283094,"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":"b114c56cb4449fce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879338,"stop":1726218879338,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"20b55f41b8cf225","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218296785,"stop":1726218296785,"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":"33ef4c9801e0a51d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778227,"stop":1726218778231,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"377ccda8c80955b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283090,"stop":1726218283091,"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":"432c761318df8589","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283096,"stop":1726218283096,"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":"5d40a6e80470af0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291080,"stop":1726218291081,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"242c022b987a776e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218285627,"stop":1726218285628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"c373db5dacca5779","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"222c55d935d492d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218862991,"stop":1726218862992,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"de1030823bf94604","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812464,"stop":1726218812464,"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":"e0ab9090bd91daec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218651143,"stop":1726218651143,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"5e7bb3133c1d4a93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863004,"stop":1726218863004,"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":"7dad575c746875b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778227,"stop":1726218778227,"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":"2e2e08bd7e693029","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879373,"stop":1726218879374,"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":"2bbc30f1861c5a1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218410957,"stop":1726218410957,"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":"3fab50f38a5b2986","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764097,"stop":1726218764097,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"11fe45f887f0e1a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218926398,"stop":1726218926399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"47d06fdcdc1c348e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218651142,"stop":1726218651143,"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":"550547bdd951ef21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218335401,"stop":1726218335401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"b53274d932426b2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218308580,"stop":1726218308580,"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":"af16f11846fbef17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551493,"stop":1726218551493,"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":"d0dbcd93c1397719","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218397743,"stop":1726218397743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"152b75294ea3e72a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218898752,"stop":1726218898752,"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":"705e34138455fa75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218806766,"stop":1726218806766,"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":"32070ae6cab1c299","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218788034,"stop":1726218788034,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"bb3950b468ed56b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218917025,"stop":1726218917025,"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":"6bff4dc68a6d93ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879360,"stop":1726218879361,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"6204cea0eea6b69f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523006,"stop":1726218523006,"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":"132c3abe100e29c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510978,"stop":1726218510978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"1eeae33ca8c0bfa4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218669776,"stop":1726218669776,"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":"8a96ed903990d5ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863034,"stop":1726218863037,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"687827e6235d51fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218447508,"stop":1726218447508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"e42a676bd4df1918","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218886395,"stop":1726218886395,"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":"c111197eafd4e238","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806758,"stop":1726218806758,"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":"c1cfba753f944e73","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218788037,"stop":1726218788037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"4da3cca465124c20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218308579,"stop":1726218308579,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"c3c0787846b12f11","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806755,"stop":1726218806756,"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":"d203c783679f29f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218335402,"stop":1726218335402,"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":"61ce8eee8cbc3e24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283094,"stop":1726218283095,"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":"61f382425504b46a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283093,"stop":1726218283093,"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":"496cbaa2c10876ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283098,"stop":1726218283099,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 755, Shard ID: 863","uid":"92417dc4a7800a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863179,"stop":1726218863180,"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":"ea9995e30f4b8f8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218956168,"stop":1726218956168,"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":"23b626892948c266","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218563299,"stop":1726218563299,"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":"f5d2329997709da7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551495,"stop":1726218551496,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"695cb9b704b63250","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283105,"stop":1726218283105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"df4ce2302cd82c29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218910984,"stop":1726218910985,"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":"6158c1df0e10543d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283099,"stop":1726218283099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"d0ab136b203326f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218447513,"stop":1726218447514,"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":"8eb088ee29513b7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218342871,"stop":1726218342872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"7a1e19dcd69d002e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218447514,"stop":1726218447514,"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":"45ced46f4168b7f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291082,"stop":1726218291083,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"3a73c3ca1147f4db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523026,"stop":1726218523026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"8830b33a86ebd98c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218862989,"stop":1726218862990,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"2d506d7b0fe02227","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304291,"stop":1726218304291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"e9e03baf83eac6a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304463,"stop":1726218304463,"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":"9e482b09460dc0b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523030,"stop":1726218523030,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"62e1583ea7fe58b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218851926,"stop":1726218851926,"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":"c7bafc8c0ce29fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218335400,"stop":1726218335400,"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: /app33/6/topic731/utf8","uid":"6c1f8e98c9aea41e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218843766,"stop":1726218843767,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"442e4d1e68bb0cc4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283089,"stop":1726218283089,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"846aaae332105dd2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218316387,"stop":1726218316388,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"4147f4d5e1180d73","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778189,"stop":1726218778189,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"b7520b231335f646","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764083,"stop":1726218764086,"duration":3},"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":"e2f50fdc6756f9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879315,"stop":1726218879317,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","uid":"32f121014bff52c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218669771,"stop":1726218669772,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"cab66ddbef3931e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283076,"stop":1726218283077,"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":"bfd8f25679c56313","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879336,"stop":1726218879337,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"a44b2234134bccdb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291662,"stop":1726218291663,"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":"8d334c4fb7fb5f77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879338,"stop":1726218879340,"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":"b7aa1e471b0a9400","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879292,"stop":1726218879293,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"f5ed93bacfe25bb0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283087,"stop":1726218283087,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"e4a937ac5fb40ce2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218447509,"stop":1726218447513,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"63960250baa96b55","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283104,"stop":1726218283105,"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":"2f765917896636d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863029,"stop":1726218863032,"duration":3},"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":"ca3f24444472b209","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218851923,"stop":1726218851924,"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":"dac8b312ad0a1be4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778218,"stop":1726218778218,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"57e714e5f0dbe7db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218447519,"stop":1726218447521,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"639db5205748c5f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806762,"stop":1726218806762,"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":"f924a128b3a5a985","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879359,"stop":1726218879360,"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":"858368dbe10b1a15","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218302904,"stop":1726218302904,"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":"38771a52fe4c1f65","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283095,"stop":1726218283095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"a097002e98482115","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218651146,"stop":1726218651146,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"342f55d395fcaac2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806752,"stop":1726218806753,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"29e401b857c4dab5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291663,"stop":1726218291664,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726214951739","uid":"fe3f0cbbe0020de7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863049,"stop":1726218863050,"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":"bc7d6c8ab7df036e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523030,"stop":1726218523030,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"c2a98fa084253ee0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218689005,"stop":1726218689006,"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":"7520aef96caaa0e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523014,"stop":1726218523015,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"18e1cb705e793ac2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218397743,"stop":1726218397743,"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":"c339f265e3f12f64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879362,"stop":1726218879362,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218335042 ","uid":"d4d21241fcfe9e30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764096,"stop":1726218764096,"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":"95d0b03c21f0a91c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218382079,"stop":1726218382080,"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":"a2a9db929b75e827","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218510991,"stop":1726218510991,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"acca02ee50027210","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218447507,"stop":1726218447507,"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":"b3e5963a12f7de49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218902993,"stop":1726218902994,"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":"2c31a301adb48fd0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551478,"stop":1726218551478,"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":"ae141cb13565e468","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218410954,"stop":1726218410954,"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":"7c385da43d3b55ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863053,"stop":1726218863056,"duration":3},"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":"55f9fa646e0dd750","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283107,"stop":1726218283107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"4e4cda8e9155f72a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812462,"stop":1726218812463,"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":"fc997db01b1a4918","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806764,"stop":1726218806765,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"7998b9ee7532984b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879340,"stop":1726218879341,"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":"9416d68d8bc87580","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778219,"stop":1726218778219,"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":"53988f1145d3cbb6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879287,"stop":1726218879287,"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":"36f49fe4f270b563","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218308580,"stop":1726218308581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a901ab6dd6d36afe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510988,"stop":1726218510988,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"32c9bf2db8e7352a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218375494,"stop":1726218375495,"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":"5f9551c5693c1f36","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218314723,"stop":1726218314723,"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":"d91b108464358a1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218314724,"stop":1726218314724,"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":"1f3ac9f80763ce85","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218689007,"stop":1726218689008,"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":"6efe942e8456b3ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778190,"stop":1726218778190,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"4f6b89127dadb9d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764087,"stop":1726218764087,"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":"42f451cbf07d7de4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218909195,"stop":1726218909195,"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":"f0b0b4693a4a4045","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283098,"stop":1726218283098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"1aa1f33b1641a8a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218375492,"stop":1726218375493,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"9bb7459fcffe1aaf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218583684,"stop":1726218583684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"ad8a495913a569","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304461,"stop":1726218304462,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"cc2183a62e1d6eec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510971,"stop":1726218510971,"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":"2e7e9fb9e46df0f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283089,"stop":1726218283090,"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":"529d32a582d345ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812468,"stop":1726218812468,"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":"d8b866756082785d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218909194,"stop":1726218909194,"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":"eb26cfa053f83c67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812481,"stop":1726218812482,"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":"100d5843bbcf901d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879293,"stop":1726218879293,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"9c554a53e44b6523","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218669777,"stop":1726218669777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"7369b2cfed18dbc5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218669780,"stop":1726218669781,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"366dffa50af051e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218917023,"stop":1726218917024,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"2c17fa7af210c2ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218375495,"stop":1726218375495,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"e1257e39e3e11b97","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218447521,"stop":1726218447522,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"edec1c0dd4349f42","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218791622,"stop":1726218791623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"6ebe3abec684a7e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218382075,"stop":1726218382077,"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 LIGHTPUSH set to true","uid":"54e7feae9bda1010","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291077,"stop":1726218291078,"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":"a96b18887e656f30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291079,"stop":1726218291079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"35e2ad0ffd61e6a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291667,"stop":1726218291667,"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":"eb514182afeec34f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218812472,"stop":1726218812473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"613c1a723fac9563","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764096,"stop":1726218764097,"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":"20e553b8aba899e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218551483,"stop":1726218551483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"e5bfcd69cca79801","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218885489,"stop":1726218885489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"e96aecb1a53a6bf1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218314722,"stop":1726218314722,"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":"924b95079e61c63c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218308581,"stop":1726218308582,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"cb589df37055047b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218412656,"stop":1726218412657,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"b15a2adab82e743f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218917026,"stop":1726218917026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1726222183850","uid":"d6abc64ab536d92c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778291,"stop":1726218778291,"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":"b9e3beb086ba681a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218345034,"stop":1726218345034,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c89c7d79934ee4dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523016,"stop":1726218523017,"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":"64f8883d1686cf38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218806763,"stop":1726218806764,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"e6f11950d6329e52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218791623,"stop":1726218791623,"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":"383680d481d5acd4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879359,"stop":1726218879359,"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":"dce1bd48bcacab17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863013,"stop":1726218863013,"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":"6e4743b017b62a05","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1726218764114,"stop":1726218764114,"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":"47a1dd2c7ca4d653","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523013,"stop":1726218523013,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"e9219bcb2526a1ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778188,"stop":1726218778188,"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":"185105c8754d153e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304534,"stop":1726218304534,"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":"37c7c2c4bab9ceb8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218851924,"stop":1726218851924,"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":"9bd43529907fa10a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283100,"stop":1726218283100,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"6105905ca3426dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218283107,"stop":1726218283107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"330d8a8e30a1464a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218862984,"stop":1726218862988,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"6e788243042e341e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879336,"stop":1726218879336,"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":"147c9ae3a9cc6b85","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218304535,"stop":1726218304536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"54e1cbc3916a846c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879292,"stop":1726218879292,"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":"670d220e99987e32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218342869,"stop":1726218342869,"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":"62db60a4aeded6f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764097,"stop":1726218764097,"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":"c74d76ee277cb9cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218308583,"stop":1726218308584,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"a4cd70fae6049169","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523018,"stop":1726218523019,"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":"d6479dfe9c5fc0df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218412655,"stop":1726218412656,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1726218334519000000 ","uid":"e9acde6759b869f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218510983,"stop":1726218510983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"d457d4c29c1ed37b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218282698,"stop":1726218282698,"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":"8bda49ef577380f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764112,"stop":1726218764113,"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":"f03729e4a50a0691","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291670,"stop":1726218291671,"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":"fd7930b6eebc4ffa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218879360,"stop":1726218879360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"3fa30fd104654379","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218764089,"stop":1726218764089,"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":"2a4880a37eabc43a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218523012,"stop":1726218523013,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"321068e417e1b2b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218778173,"stop":1726218778174,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"5f7b643d0c265439","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218291657,"stop":1726218291657,"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: /app42/9/topic703/test.js","uid":"f87551eacbaa8c6e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218843767,"stop":1726218843767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 226, Shard ID: 947","uid":"9e0ee157c8556665","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218863184,"stop":1726218863184,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"dde3b197bef194a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1726218886392,"stop":1726218886392,"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/7434/export/influxDbData.txt b/7434/export/influxDbData.txt index d99ab562107..2c740d69f54 100644 --- a/7434/export/influxDbData.txt +++ b/7434/export/influxDbData.txt @@ -1,12 +1,11 @@ -launch_status failed=0 1726218150000000000 -launch_status broken=1 1726218150000000000 -launch_status passed=833 1726218150000000000 -launch_status skipped=21 1726218150000000000 -launch_status unknown=0 1726218150000000000 -launch_time duration=698408 1726218150000000000 -launch_time min_duration=0 1726218150000000000 -launch_time max_duration=23 1726218150000000000 -launch_time sum_duration=578 1726218150000000000 -launch_problems test_defects=1 1726218150000000000 -launch_retries retries=2 1726218150000000000 -launch_retries run=855 1726218150000000000 +launch_status failed=0 1726218966000000000 +launch_status broken=0 1726218966000000000 +launch_status passed=834 1726218966000000000 +launch_status skipped=21 1726218966000000000 +launch_status unknown=0 1726218966000000000 +launch_time duration=673472 1726218966000000000 +launch_time min_duration=0 1726218966000000000 +launch_time max_duration=20 1726218966000000000 +launch_time sum_duration=561 1726218966000000000 +launch_retries retries=2 1726218966000000000 +launch_retries run=855 1726218966000000000 diff --git a/7434/export/prometheusData.txt b/7434/export/prometheusData.txt index 96b34668b66..a61546b34cf 100644 --- a/7434/export/prometheusData.txt +++ b/7434/export/prometheusData.txt @@ -1,12 +1,11 @@ launch_status_failed 0 -launch_status_broken 1 -launch_status_passed 833 +launch_status_broken 0 +launch_status_passed 834 launch_status_skipped 21 launch_status_unknown 0 -launch_time_duration 698408 +launch_time_duration 673472 launch_time_min_duration 0 -launch_time_max_duration 23 -launch_time_sum_duration 578 -launch_problems_test_defects 1 +launch_time_max_duration 20 +launch_time_sum_duration 561 launch_retries_retries 2 launch_retries_run 855 diff --git a/7434/history/categories-trend.json b/7434/history/categories-trend.json index 9654e0c038a..43b2f77a529 100644 --- a/7434/history/categories-trend.json +++ b/7434/history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{}},{"buildOrder":7437,"reportUrl":"https://waku-org.github.io/js-waku/7437/","reportName":"Allure Report with history","data":{}},{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/7434/history/duration-trend.json b/7434/history/duration-trend.json index 89be92fe493..70a5a77595d 100644 --- a/7434/history/duration-trend.json +++ b/7434/history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"duration":698408}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{"duration":668571}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"duration":673472}},{"buildOrder":7437,"reportUrl":"https://waku-org.github.io/js-waku/7437/","reportName":"Allure Report with history","data":{"duration":680804}},{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"duration":698408}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{"duration":668571}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/7434/history/history-trend.json b/7434/history/history-trend.json index a9fc00540bc..2954166f0ed 100644 --- a/7434/history/history-trend.json +++ b/7434/history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7437,"reportUrl":"https://waku-org.github.io/js-waku/7437/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/7434/history/history.json b/7434/history/history.json index acadcc4bfc4..587c3d8a4c1 100644 --- a/7434/history/history.json +++ b/7434/history/history.json @@ -1 +1 @@ -{"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d831c29f0492b367","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d831c29f0492b367","status":"passed","time":{"start":1726217441550,"stop":1726217441551,"duration":1}},{"uid":"af95ba4bbd3f5c0f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/af95ba4bbd3f5c0f","status":"passed","time":{"start":1726217383213,"stop":1726217383214,"duration":1}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2c65730fb3d4bf3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2c65730fb3d4bf3c","status":"passed","time":{"start":1726217854655,"stop":1726217854656,"duration":1}},{"uid":"cf517e461c1ff596","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cf517e461c1ff596","status":"passed","time":{"start":1726217779605,"stop":1726217779605,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a03a7e9813f53881","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a03a7e9813f53881","status":"passed","time":{"start":1726217946697,"stop":1726217946698,"duration":1}},{"uid":"4ea38de8a16579ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4ea38de8a16579ae","status":"passed","time":{"start":1726217862771,"stop":1726217862771,"duration":0}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"55bf81b09feac598","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55bf81b09feac598","status":"passed","time":{"start":1726217444068,"stop":1726217444069,"duration":1}},{"uid":"48ab4e82763ed31d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/48ab4e82763ed31d","status":"passed","time":{"start":1726217385915,"stop":1726217385915,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"42a423a055747248","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42a423a055747248","status":"passed","time":{"start":1726217687437,"stop":1726217687437,"duration":0}},{"uid":"e417cd0cfadce428","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e417cd0cfadce428","status":"passed","time":{"start":1726217604512,"stop":1726217604513,"duration":1}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1ad2f552633eef1a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1ad2f552633eef1a","status":"passed","time":{"start":1726217677791,"stop":1726217677792,"duration":1}},{"uid":"88106fd07980b1c5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/88106fd07980b1c5","status":"passed","time":{"start":1726217616837,"stop":1726217616837,"duration":0}}]},"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1d5e814e19fccf83","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d5e814e19fccf83","status":"passed","time":{"start":1726217493342,"stop":1726217493343,"duration":1}},{"uid":"97c5c5cba776e447","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/97c5c5cba776e447","status":"passed","time":{"start":1726217434837,"stop":1726217434838,"duration":1}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ad14789021643eda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad14789021643eda","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"duration":0}},{"uid":"1f5d37302bc7305a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f5d37302bc7305a","status":"passed","time":{"start":1726217391859,"stop":1726217391859,"duration":0}}]},"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3e414a47fc3062f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3e414a47fc3062f6","status":"passed","time":{"start":1726217742503,"stop":1726217742503,"duration":0}},{"uid":"8a4d1391fc4d7c95","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a4d1391fc4d7c95","status":"passed","time":{"start":1726217674287,"stop":1726217674287,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"894b1608ff37670c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/894b1608ff37670c","status":"passed","time":{"start":1726218091298,"stop":1726218091298,"duration":0}},{"uid":"121dbf2ef01a7bba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/121dbf2ef01a7bba","status":"passed","time":{"start":1726218000389,"stop":1726218000389,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5ff22811a93197e9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ff22811a93197e9","status":"passed","time":{"start":1726217449482,"stop":1726217449483,"duration":1}},{"uid":"27abe4f6fd8969e2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/27abe4f6fd8969e2","status":"passed","time":{"start":1726217391254,"stop":1726217391254,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ed0498a10a1e8886","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed0498a10a1e8886","status":"passed","time":{"start":1726217549452,"stop":1726217549452,"duration":0}},{"uid":"94adeb6f535afd90","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/94adeb6f535afd90","status":"passed","time":{"start":1726217491289,"stop":1726217491289,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"eb443ba2252d774d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb443ba2252d774d","status":"passed","time":{"start":1726217946723,"stop":1726217946724,"duration":1}},{"uid":"e51a18879e01e27d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e51a18879e01e27d","status":"passed","time":{"start":1726217862779,"stop":1726217862779,"duration":0}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"629ac4389cdadbd6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/629ac4389cdadbd6","status":"passed","time":{"start":1726218066303,"stop":1726218066303,"duration":0}},{"uid":"7ff5f04fe6ba86e2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7ff5f04fe6ba86e2","status":"passed","time":{"start":1726217965321,"stop":1726217965321,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5a6f8c35e30b3a1e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a6f8c35e30b3a1e","status":"passed","time":{"start":1726218071323,"stop":1726218071324,"duration":1}},{"uid":"60fd29095fb1f86a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/60fd29095fb1f86a","status":"passed","time":{"start":1726217984829,"stop":1726217984830,"duration":1}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f908971d91c158f9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f908971d91c158f9","status":"passed","time":{"start":1726217924764,"stop":1726217924765,"duration":1}},{"uid":"df95f24bb61f910c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/df95f24bb61f910c","status":"passed","time":{"start":1726217840568,"stop":1726217840569,"duration":1}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c71b27a676031794","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c71b27a676031794","status":"passed","time":{"start":1726217577133,"stop":1726217577134,"duration":1}},{"uid":"fd1059cec71b0ef8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd1059cec71b0ef8","status":"passed","time":{"start":1726217509412,"stop":1726217509412,"duration":0}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ff651ac650aa0b69","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ff651ac650aa0b69","status":"passed","time":{"start":1726218013691,"stop":1726218013691,"duration":0}},{"uid":"ce61a19cc4b21d34","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce61a19cc4b21d34","status":"passed","time":{"start":1726217945325,"stop":1726217945325,"duration":0}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c47d8fcb86f012a2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c47d8fcb86f012a2","status":"passed","time":{"start":1726217960213,"stop":1726217960213,"duration":0}},{"uid":"fd6c0a1db5f992f7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd6c0a1db5f992f7","status":"passed","time":{"start":1726217875228,"stop":1726217875229,"duration":1}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"971f7a4609b7c8bc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/971f7a4609b7c8bc","status":"passed","time":{"start":1726218066280,"stop":1726218066280,"duration":0}},{"uid":"3051677249387c7a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3051677249387c7a","status":"passed","time":{"start":1726217965304,"stop":1726217965304,"duration":0}}]},"1bb699eb2b9db028a8063f7bad0109a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77af0d3a6df2b44f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/77af0d3a6df2b44f","status":"passed","time":{"start":1726218013725,"stop":1726218013726,"duration":1}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"aadd29f5cc1cd3e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aadd29f5cc1cd3e4","status":"passed","time":{"start":1726217980036,"stop":1726217980036,"duration":0}},{"uid":"64b7abb70ef6f9c1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64b7abb70ef6f9c1","status":"passed","time":{"start":1726217896498,"stop":1726217896498,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1703e7f12a78c322","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1703e7f12a78c322","status":"passed","time":{"start":1726218061974,"stop":1726218061975,"duration":1}},{"uid":"86a3262b8a7ef6c1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/86a3262b8a7ef6c1","status":"passed","time":{"start":1726217984933,"stop":1726217984935,"duration":2}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6ba53f6831712367","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ba53f6831712367","status":"passed","time":{"start":1726218013698,"stop":1726218013699,"duration":1}},{"uid":"82fcc8185e54f7a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82fcc8185e54f7a6","status":"passed","time":{"start":1726217945332,"stop":1726217945332,"duration":0}}]},"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"80fcc8d8d6627b91","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/80fcc8d8d6627b91","status":"passed","time":{"start":1726217441561,"stop":1726217441562,"duration":1}},{"uid":"6aeaf4e90c55dcbc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6aeaf4e90c55dcbc","status":"passed","time":{"start":1726217383224,"stop":1726217383224,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7d04536c4dbbbe5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d04536c4dbbbe5c","status":"passed","time":{"start":1726218085657,"stop":1726218085658,"duration":1}},{"uid":"81c0b92edbf02996","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/81c0b92edbf02996","status":"passed","time":{"start":1726217996427,"stop":1726217996428,"duration":1}}]},"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"710bc8b5c8768c20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/710bc8b5c8768c20","status":"passed","time":{"start":1726217742496,"stop":1726217742496,"duration":0}},{"uid":"b38762612cdf6a62","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b38762612cdf6a62","status":"passed","time":{"start":1726217674281,"stop":1726217674282,"duration":1}}]},"2625ab4610464a04ee047157f8244e42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f323649b0f04a37f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f323649b0f04a37f","status":"passed","time":{"start":1726217923182,"stop":1726217923183,"duration":1}}]},"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f941842a26999549","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f941842a26999549","status":"passed","time":{"start":1726217441534,"stop":1726217441535,"duration":1}},{"uid":"df69313152fd21d0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/df69313152fd21d0","status":"passed","time":{"start":1726217383194,"stop":1726217383195,"duration":1}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6cf821e4d277d951","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6cf821e4d277d951","status":"passed","time":{"start":1726218066296,"stop":1726218066296,"duration":0}},{"uid":"59eb4e4eaca8d4c1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59eb4e4eaca8d4c1","status":"passed","time":{"start":1726217965313,"stop":1726217965314,"duration":1}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"acdbddd856132ef9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/acdbddd856132ef9","status":"passed","time":{"start":1726217577133,"stop":1726217577133,"duration":0}},{"uid":"80415a9623d7452c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/80415a9623d7452c","status":"passed","time":{"start":1726217509411,"stop":1726217509412,"duration":1}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"20f7e6a7dca25bdc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/20f7e6a7dca25bdc","status":"passed","time":{"start":1726218013720,"stop":1726218013720,"duration":0}},{"uid":"d3456f4f0a91905a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d3456f4f0a91905a","status":"passed","time":{"start":1726217945339,"stop":1726217945342,"duration":3}}]},"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cfa5d2d07f9e9111","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cfa5d2d07f9e9111","status":"passed","time":{"start":1726218077540,"stop":1726218077540,"duration":0}},{"uid":"b6bbc52c6d1b858d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b6bbc52c6d1b858d","status":"passed","time":{"start":1726217979448,"stop":1726217979448,"duration":0}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4cfd8602ad53ebb4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4cfd8602ad53ebb4","status":"passed","time":{"start":1726217474513,"stop":1726217474513,"duration":0}},{"uid":"a8a50d42349b509b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a8a50d42349b509b","status":"passed","time":{"start":1726217415841,"stop":1726217415841,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"132e1d1713ee8bd7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/132e1d1713ee8bd7","status":"passed","time":{"start":1726218061976,"stop":1726218061978,"duration":2}},{"uid":"3a2bc1963ffb645d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3a2bc1963ffb645d","status":"passed","time":{"start":1726217984935,"stop":1726217984949,"duration":14}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ae06513cb133c1b2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae06513cb133c1b2","status":"passed","time":{"start":1726218013696,"stop":1726218013696,"duration":0}},{"uid":"310d08a1244c2351","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/310d08a1244c2351","status":"passed","time":{"start":1726217945329,"stop":1726217945330,"duration":1}}]},"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9ea49bf871203caa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9ea49bf871203caa","status":"passed","time":{"start":1726217441552,"stop":1726217441553,"duration":1}},{"uid":"4b682914fdfa1d36","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b682914fdfa1d36","status":"passed","time":{"start":1726217383216,"stop":1726217383216,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d495f5ba3b9e96f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d495f5ba3b9e96f6","status":"passed","time":{"start":1726217687424,"stop":1726217687424,"duration":0}},{"uid":"64a44f5432bfacd5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64a44f5432bfacd5","status":"passed","time":{"start":1726217604491,"stop":1726217604491,"duration":0}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3228440b0ce36330","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3228440b0ce36330","status":"passed","time":{"start":1726217924758,"stop":1726217924758,"duration":0}},{"uid":"7f121e913dd3a2f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f121e913dd3a2f6","status":"passed","time":{"start":1726217840560,"stop":1726217840560,"duration":0}}]},"9f1a707510496f594b25477da9301d6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3f3e7f6bb6f9ee2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e3f3e7f6bb6f9ee2","status":"passed","time":{"start":1726217923179,"stop":1726217923179,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"41a7ad292313b330","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/41a7ad292313b330","status":"passed","time":{"start":1726217454964,"stop":1726217454965,"duration":1}},{"uid":"e091f02068740f43","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e091f02068740f43","status":"passed","time":{"start":1726217396430,"stop":1726217396430,"duration":0}}]},"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d06fe232744ae48","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d06fe232744ae48","status":"passed","time":{"start":1726217742502,"stop":1726217742502,"duration":0}},{"uid":"efe70f43d3b883aa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/efe70f43d3b883aa","status":"passed","time":{"start":1726217674286,"stop":1726217674286,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"53778240381946b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53778240381946b7","status":"passed","time":{"start":1726218066274,"stop":1726218066274,"duration":0}},{"uid":"60cdac1e728a6556","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/60cdac1e728a6556","status":"passed","time":{"start":1726217965298,"stop":1726217965298,"duration":0}}]},"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c6982ab836910f17","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c6982ab836910f17","status":"passed","time":{"start":1726217603238,"stop":1726217603243,"duration":5}},{"uid":"ed33559ab5df2fc1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ed33559ab5df2fc1","status":"passed","time":{"start":1726217544016,"stop":1726217544017,"duration":1}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"406e7760a6b203bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/406e7760a6b203bf","status":"passed","time":{"start":1726217976615,"stop":1726217976616,"duration":1}},{"uid":"45194b0bf0fb5752","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/45194b0bf0fb5752","status":"passed","time":{"start":1726217890300,"stop":1726217890301,"duration":1}}]},"93053412ca1122ce6eb9566f361ebf92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af31b0df6175fdc1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af31b0df6175fdc1","status":"passed","time":{"start":1726217976610,"stop":1726217976611,"duration":1}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"eaa059067b84b910","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eaa059067b84b910","status":"passed","time":{"start":1726217549452,"stop":1726217549453,"duration":1}},{"uid":"bf333114f279da7b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bf333114f279da7b","status":"passed","time":{"start":1726217491289,"stop":1726217491290,"duration":1}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"da919af74647f023","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da919af74647f023","status":"passed","time":{"start":1726218066286,"stop":1726218066287,"duration":1}},{"uid":"ecf88ac151c4d0b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ecf88ac151c4d0b4","status":"passed","time":{"start":1726217965309,"stop":1726217965310,"duration":1}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6183beef70dbaad3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6183beef70dbaad3","status":"passed","time":{"start":1726217472855,"stop":1726217472855,"duration":0}},{"uid":"4542751394522b7c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4542751394522b7c","status":"passed","time":{"start":1726217414158,"stop":1726217414159,"duration":1}}]},"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ae26a49564ed8291","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae26a49564ed8291","status":"passed","time":{"start":1726217441564,"stop":1726217441565,"duration":1}},{"uid":"b1ee3110aff6b62b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1ee3110aff6b62b","status":"passed","time":{"start":1726217383227,"stop":1726217383227,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5d0e1470f935a1dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5d0e1470f935a1dc","status":"passed","time":{"start":1726218061978,"stop":1726218061979,"duration":1}},{"uid":"ffba553a065ebd39","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ffba553a065ebd39","status":"passed","time":{"start":1726217984949,"stop":1726217984950,"duration":1}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e63c633194c098e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e63c633194c098e4","status":"passed","time":{"start":1726217533047,"stop":1726217533047,"duration":0}},{"uid":"c1f664ced3070f68","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1f664ced3070f68","status":"passed","time":{"start":1726217474965,"stop":1726217474965,"duration":0}}]},"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bd303d1aa9443e74","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bd303d1aa9443e74","status":"passed","time":{"start":1726217441568,"stop":1726217441568,"duration":0}},{"uid":"488634b3e63767f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/488634b3e63767f3","status":"passed","time":{"start":1726217383230,"stop":1726217383230,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7714348711ee4cdc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7714348711ee4cdc","status":"passed","time":{"start":1726218066308,"stop":1726218066308,"duration":0}},{"uid":"4626e1f4be562b0c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4626e1f4be562b0c","status":"passed","time":{"start":1726217965347,"stop":1726217965347,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"369e2e1f3d78afd5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/369e2e1f3d78afd5","status":"passed","time":{"start":1726218054684,"stop":1726218054688,"duration":4}},{"uid":"36c5b21697eef943","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36c5b21697eef943","status":"passed","time":{"start":1726217965431,"stop":1726217965431,"duration":0}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7d3b17d07a85675c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d3b17d07a85675c","status":"passed","time":{"start":1726217473323,"stop":1726217473324,"duration":1}},{"uid":"acda141c8837c82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/acda141c8837c82","status":"passed","time":{"start":1726217414668,"stop":1726217414669,"duration":1}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bf822a9f7fd0d0a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bf822a9f7fd0d0a4","status":"passed","time":{"start":1726217687417,"stop":1726217687417,"duration":0}},{"uid":"faf32eebe3ac2c5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/faf32eebe3ac2c5","status":"passed","time":{"start":1726217604481,"stop":1726217604482,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bbe9ae1e986de0af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bbe9ae1e986de0af","status":"passed","time":{"start":1726217924732,"stop":1726217924733,"duration":1}},{"uid":"ce6a3d020cc99a3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce6a3d020cc99a3","status":"passed","time":{"start":1726217840473,"stop":1726217840473,"duration":0}}]},"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e3a2e46d7c5832be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3a2e46d7c5832be","status":"passed","time":{"start":1726217441548,"stop":1726217441549,"duration":1}},{"uid":"6d666dba7402896e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6d666dba7402896e","status":"passed","time":{"start":1726217383211,"stop":1726217383212,"duration":1}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"39de516b6e9147b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39de516b6e9147b8","status":"passed","time":{"start":1726218090764,"stop":1726218090764,"duration":0}},{"uid":"9ae736d2d6fa05de","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9ae736d2d6fa05de","status":"passed","time":{"start":1726217999477,"stop":1726217999478,"duration":1}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a027ff90bfff3b8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a027ff90bfff3b8c","status":"passed","time":{"start":1726218013692,"stop":1726218013692,"duration":0}},{"uid":"e4014f04e46ec219","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4014f04e46ec219","status":"passed","time":{"start":1726217945326,"stop":1726217945326,"duration":0}}]},"1f1826c46d8ebcb70b3ec7356b2c26ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"efd5d7880c60bac0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/efd5d7880c60bac0","status":"passed","time":{"start":1726217868249,"stop":1726217868250,"duration":1}},{"uid":"322e26fe796b8ee4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/322e26fe796b8ee4","status":"passed","time":{"start":1726217785178,"stop":1726217785178,"duration":0}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c02b8187c0a110aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c02b8187c0a110aa","status":"passed","time":{"start":1726217463042,"stop":1726217463042,"duration":0}},{"uid":"f4d4337770e0d26b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f4d4337770e0d26b","status":"passed","time":{"start":1726217404608,"stop":1726217404608,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9462b0b80a038304","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9462b0b80a038304","status":"passed","time":{"start":1726217449470,"stop":1726217449471,"duration":1}},{"uid":"38629a3420edf57a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38629a3420edf57a","status":"passed","time":{"start":1726217391248,"stop":1726217391248,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"55c9f0947a2b5f19","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55c9f0947a2b5f19","status":"passed","time":{"start":1726217976608,"stop":1726217976609,"duration":1}},{"uid":"96d29535e0548579","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96d29535e0548579","status":"passed","time":{"start":1726217890297,"stop":1726217890297,"duration":0}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"57ba563e6eb3f53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/57ba563e6eb3f53","status":"passed","time":{"start":1726217507039,"stop":1726217507040,"duration":1}},{"uid":"b89b82f04127f893","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b89b82f04127f893","status":"passed","time":{"start":1726217445616,"stop":1726217445616,"duration":0}}]},"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1d554dbaaf5affb8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d554dbaaf5affb8","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"duration":0}},{"uid":"ac827ce0014e7894","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac827ce0014e7894","status":"passed","time":{"start":1726217383209,"stop":1726217383210,"duration":1}}]},"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"208fd97f4eea5cee","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/208fd97f4eea5cee","status":"passed","time":{"start":1726217441533,"stop":1726217441534,"duration":1}},{"uid":"bb5657f464ee2362","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bb5657f464ee2362","status":"passed","time":{"start":1726217383193,"stop":1726217383193,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a66bad0317669e01","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a66bad0317669e01","status":"passed","time":{"start":1726218066315,"stop":1726218066316,"duration":1}},{"uid":"fa8fd038ed1d9c07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fa8fd038ed1d9c07","status":"passed","time":{"start":1726217965348,"stop":1726217965349,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"477edff38104fe68","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/477edff38104fe68","status":"passed","time":{"start":1726218066287,"stop":1726218066287,"duration":0}},{"uid":"65336afe3cf8be2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/65336afe3cf8be2","status":"passed","time":{"start":1726217965310,"stop":1726217965311,"duration":1}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"8632721549e14843","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8632721549e14843","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217955949,"stop":1726217955949,"duration":0}},{"uid":"f00a3c2c00dca7bd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f00a3c2c00dca7bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217870053,"stop":1726217870054,"duration":1}}]},"b17dea357e1afe10c678c632e5c254ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea335f24d619f36b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ea335f24d619f36b","status":"passed","time":{"start":1726218011624,"stop":1726218011624,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"befb0566995e0530","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/befb0566995e0530","status":"passed","time":{"start":1726217804580,"stop":1726217804580,"duration":0}},{"uid":"291f9c0264f28393","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/291f9c0264f28393","status":"passed","time":{"start":1726217733943,"stop":1726217733943,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a69db4875b5dc7f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a69db4875b5dc7f7","status":"passed","time":{"start":1726217449568,"stop":1726217449569,"duration":1}},{"uid":"b64e4052a486a081","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b64e4052a486a081","status":"passed","time":{"start":1726217391314,"stop":1726217391315,"duration":1}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"da728877ee37693","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da728877ee37693","status":"passed","time":{"start":1726218013720,"stop":1726218013723,"duration":3}},{"uid":"71ce905d69891433","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/71ce905d69891433","status":"passed","time":{"start":1726217945344,"stop":1726217945345,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7eea67dd54ca44a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7eea67dd54ca44a6","status":"passed","time":{"start":1726217477824,"stop":1726217477825,"duration":1}},{"uid":"d79e3638db06fec","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d79e3638db06fec","status":"passed","time":{"start":1726217419062,"stop":1726217419063,"duration":1}}]},"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c8e4ac6e505fc71e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c8e4ac6e505fc71e","status":"passed","time":{"start":1726217441549,"stop":1726217441549,"duration":0}},{"uid":"b114d42623c13e96","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b114d42623c13e96","status":"passed","time":{"start":1726217383212,"stop":1726217383212,"duration":0}}]},"eb079ee0037b2f7b9fc72fcada09b633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32351918145325f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/32351918145325f1","status":"passed","time":{"start":1726217946744,"stop":1726217946744,"duration":0}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cdad8f4cad202d44","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cdad8f4cad202d44","status":"passed","time":{"start":1726217804581,"stop":1726217804582,"duration":1}},{"uid":"11b38217de5883ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/11b38217de5883ad","status":"passed","time":{"start":1726217733945,"stop":1726217733946,"duration":1}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7918a4cdcdc715c3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7918a4cdcdc715c3","status":"passed","time":{"start":1726217924746,"stop":1726217924752,"duration":6}},{"uid":"2c4b52074b738580","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2c4b52074b738580","status":"passed","time":{"start":1726217840542,"stop":1726217840543,"duration":1}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"71a0957bd1164b3e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71a0957bd1164b3e","status":"passed","time":{"start":1726217706009,"stop":1726217706010,"duration":1}},{"uid":"ed5fdeb4f07fd00d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ed5fdeb4f07fd00d","status":"passed","time":{"start":1726217650772,"stop":1726217650772,"duration":0}}]},"55c380238e4e443d6cd8ee82c8d57352:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c8dfcbd7717103c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c8dfcbd7717103c","status":"passed","time":{"start":1726217923183,"stop":1726217923184,"duration":1}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"59cdfa21a9801533","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/59cdfa21a9801533","status":"passed","time":{"start":1726217854655,"stop":1726217854655,"duration":0}},{"uid":"19edbf83d9db56ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/19edbf83d9db56ae","status":"passed","time":{"start":1726217779604,"stop":1726217779604,"duration":0}}]},"97c7d9bc61d0b61754408c3c5a06f476:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8524dbf0e44a32da","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8524dbf0e44a32da","status":"passed","time":{"start":1726217677828,"stop":1726217677834,"duration":6}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c4a6c731c5ba181f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c4a6c731c5ba181f","status":"passed","time":{"start":1726217976619,"stop":1726217976620,"duration":1}},{"uid":"531722a649001b54","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/531722a649001b54","status":"passed","time":{"start":1726217890302,"stop":1726217890302,"duration":0}}]},"2c43c0c7857c68680e7d9e4954b1e67a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46163633a9581f8a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/46163633a9581f8a","status":"passed","time":{"start":1726217924738,"stop":1726217924738,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5a1e4b90919f2275","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a1e4b90919f2275","status":"passed","time":{"start":1726217705997,"stop":1726217705997,"duration":0}},{"uid":"ba31fc123cc5ce35","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba31fc123cc5ce35","status":"passed","time":{"start":1726217650748,"stop":1726217650748,"duration":0}}]},"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2023ebfaf707bc74","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2023ebfaf707bc74","status":"passed","time":{"start":1726217441536,"stop":1726217441536,"duration":0}},{"uid":"1e87573291508231","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1e87573291508231","status":"passed","time":{"start":1726217383198,"stop":1726217383198,"duration":0}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1ac639aff7ea290e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1ac639aff7ea290e","status":"passed","time":{"start":1726217687436,"stop":1726217687437,"duration":1}},{"uid":"63d5c007babb7427","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63d5c007babb7427","status":"passed","time":{"start":1726217604511,"stop":1726217604512,"duration":1}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5a052b91b6aaa163","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a052b91b6aaa163","status":"passed","time":{"start":1726217706011,"stop":1726217706011,"duration":0}},{"uid":"c12af0cfde2b5b18","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c12af0cfde2b5b18","status":"passed","time":{"start":1726217650773,"stop":1726217650774,"duration":1}}]},"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8bb32d7646448924","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8bb32d7646448924","status":"passed","time":{"start":1726217441535,"stop":1726217441535,"duration":0}},{"uid":"c53c09846d2c7774","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c53c09846d2c7774","status":"passed","time":{"start":1726217383196,"stop":1726217383197,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d2769fccf237d655","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2769fccf237d655","status":"passed","time":{"start":1726217946722,"stop":1726217946722,"duration":0}},{"uid":"f29c55cac5703081","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f29c55cac5703081","status":"passed","time":{"start":1726217862775,"stop":1726217862775,"duration":0}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b47d8a43c7112de1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b47d8a43c7112de1","status":"passed","time":{"start":1726217441572,"stop":1726217441572,"duration":0}},{"uid":"b31b67574490a4d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b31b67574490a4d7","status":"passed","time":{"start":1726217383356,"stop":1726217383356,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b970ef7d25bfbec1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b970ef7d25bfbec1","status":"passed","time":{"start":1726217449466,"stop":1726217449467,"duration":1}},{"uid":"8e0a02f2fbe7c291","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e0a02f2fbe7c291","status":"passed","time":{"start":1726217391245,"stop":1726217391246,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a15c15ae6c4cd08f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a15c15ae6c4cd08f","status":"passed","time":{"start":1726217980039,"stop":1726217980049,"duration":10}},{"uid":"ae0e241297846879","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ae0e241297846879","status":"passed","time":{"start":1726217896502,"stop":1726217896502,"duration":0}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dadbfe93219e4e8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dadbfe93219e4e8","status":"passed","time":{"start":1726217549449,"stop":1726217549449,"duration":0}},{"uid":"c3ac570ade92eab","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c3ac570ade92eab","status":"passed","time":{"start":1726217491286,"stop":1726217491286,"duration":0}}]},"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9219a8190f0ad54f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9219a8190f0ad54f","status":"passed","time":{"start":1726217441545,"stop":1726217441545,"duration":0}},{"uid":"39210557e84cfcbc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39210557e84cfcbc","status":"passed","time":{"start":1726217383207,"stop":1726217383208,"duration":1}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"51795d515438cd82","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/51795d515438cd82","status":"passed","time":{"start":1726218054673,"stop":1726218054683,"duration":10}},{"uid":"3637b622ebdc3ddc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3637b622ebdc3ddc","status":"passed","time":{"start":1726217965430,"stop":1726217965430,"duration":0}}]},"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"767c98813a5e97be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/767c98813a5e97be","status":"passed","time":{"start":1726217441534,"stop":1726217441534,"duration":0}},{"uid":"886cc12e05fbbc1f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/886cc12e05fbbc1f","status":"passed","time":{"start":1726217383193,"stop":1726217383193,"duration":0}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a3078c24a20db61e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a3078c24a20db61e","status":"passed","time":{"start":1726218011628,"stop":1726218011628,"duration":0}},{"uid":"5f9b251432bfb20","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5f9b251432bfb20","status":"passed","time":{"start":1726217923184,"stop":1726217923184,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"79cfc8a35d80e179","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/79cfc8a35d80e179","status":"passed","time":{"start":1726217455152,"stop":1726217455152,"duration":0}},{"uid":"c8e5a0b8df9824f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c8e5a0b8df9824f2","status":"passed","time":{"start":1726217396841,"stop":1726217396841,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fdd94729863a5ba0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fdd94729863a5ba0","status":"passed","time":{"start":1726218013694,"stop":1726218013695,"duration":1}},{"uid":"7402cae749187b38","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7402cae749187b38","status":"passed","time":{"start":1726217945328,"stop":1726217945328,"duration":0}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b84d47afcf81a38","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b84d47afcf81a38","status":"passed","time":{"start":1726217462333,"stop":1726217462334,"duration":1}},{"uid":"7242e02bec452068","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7242e02bec452068","status":"passed","time":{"start":1726217404187,"stop":1726217404187,"duration":0}}]},"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ca20990e3405d0fc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca20990e3405d0fc","status":"passed","time":{"start":1726218039634,"stop":1726218039635,"duration":1}},{"uid":"562139398c1e8a59","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/562139398c1e8a59","status":"passed","time":{"start":1726217952893,"stop":1726217952894,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c96d254c26f6fe71","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c96d254c26f6fe71","status":"passed","time":{"start":1726217976600,"stop":1726217976600,"duration":0}},{"uid":"dd372eb8c80b7b17","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dd372eb8c80b7b17","status":"passed","time":{"start":1726217890291,"stop":1726217890292,"duration":1}}]},"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"face8bb30fdbac53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/face8bb30fdbac53","status":"passed","time":{"start":1726217742503,"stop":1726217742503,"duration":0}},{"uid":"8e0259f0dabfc336","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e0259f0dabfc336","status":"passed","time":{"start":1726217674286,"stop":1726217674287,"duration":1}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"43923558f2068114","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/43923558f2068114","status":"passed","time":{"start":1726218011628,"stop":1726218011628,"duration":0}},{"uid":"2a084b0a4d475fb2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2a084b0a4d475fb2","status":"passed","time":{"start":1726217923184,"stop":1726217923185,"duration":1}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3c6d35273bb5d2bc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3c6d35273bb5d2bc","status":"passed","time":{"start":1726217706010,"stop":1726217706011,"duration":1}},{"uid":"699a500ef887c476","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/699a500ef887c476","status":"passed","time":{"start":1726217650772,"stop":1726217650773,"duration":1}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cd5eb65e6cb40d6a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd5eb65e6cb40d6a","status":"passed","time":{"start":1726217449463,"stop":1726217449465,"duration":2}},{"uid":"8127e0b00900b575","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8127e0b00900b575","status":"passed","time":{"start":1726217391243,"stop":1726217391245,"duration":2}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9e30d1f26cb293a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9e30d1f26cb293a","status":"passed","time":{"start":1726217472854,"stop":1726217472854,"duration":0}},{"uid":"38ba92aacde1fecf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38ba92aacde1fecf","status":"passed","time":{"start":1726217414158,"stop":1726217414158,"duration":0}}]},"abf8d0d32790e5009a881bbbf8b7aad1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38800d9b501f4f5b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/38800d9b501f4f5b","status":"passed","time":{"start":1726218013726,"stop":1726218013729,"duration":3}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9fca3a38bf89962b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9fca3a38bf89962b","status":"passed","time":{"start":1726217980051,"stop":1726217980051,"duration":0}},{"uid":"48e2672882b28b9a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/48e2672882b28b9a","status":"passed","time":{"start":1726217896505,"stop":1726217896505,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fa61d54bb45f8471","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa61d54bb45f8471","status":"passed","time":{"start":1726217441218,"stop":1726217441219,"duration":1}},{"uid":"b47da07da92ccf71","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b47da07da92ccf71","status":"passed","time":{"start":1726217382867,"stop":1726217382868,"duration":1}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"93d80f22374b0110","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/93d80f22374b0110","status":"passed","time":{"start":1726217705997,"stop":1726217705997,"duration":0}},{"uid":"4fdd571e1a88c43d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4fdd571e1a88c43d","status":"passed","time":{"start":1726217650747,"stop":1726217650747,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a626c0c9beabd2fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a626c0c9beabd2fd","status":"passed","time":{"start":1726217706008,"stop":1726217706009,"duration":1}},{"uid":"ddd2d391aa48af76","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ddd2d391aa48af76","status":"passed","time":{"start":1726217650771,"stop":1726217650771,"duration":0}}]},"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"afefb99825cc86c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/afefb99825cc86c","status":"passed","time":{"start":1726217441553,"stop":1726217441553,"duration":0}},{"uid":"b3d7e6ad3744b2c4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b3d7e6ad3744b2c4","status":"passed","time":{"start":1726217383217,"stop":1726217383217,"duration":0}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a2d1562737d69c87","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2d1562737d69c87","status":"passed","time":{"start":1726217724200,"stop":1726217724200,"duration":0}},{"uid":"4e03c310e6dac32f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4e03c310e6dac32f","status":"passed","time":{"start":1726217656057,"stop":1726217656057,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4cc2b05c7efae3c5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4cc2b05c7efae3c5","status":"passed","time":{"start":1726218013718,"stop":1726218013719,"duration":1}},{"uid":"1ef1c2205a9ca529","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1ef1c2205a9ca529","status":"passed","time":{"start":1726217945337,"stop":1726217945338,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2f1b962b50f38baf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2f1b962b50f38baf","status":"passed","time":{"start":1726217804582,"stop":1726217804582,"duration":0}},{"uid":"85568377c3b37755","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85568377c3b37755","status":"passed","time":{"start":1726217733946,"stop":1726217733947,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6af678b35c2f4a73","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6af678b35c2f4a73","status":"passed","time":{"start":1726217949322,"stop":1726217949323,"duration":1}},{"uid":"3c142db5e83e51ee","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3c142db5e83e51ee","status":"passed","time":{"start":1726217865170,"stop":1726217865170,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b568e18fceb36b33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b568e18fceb36b33","status":"passed","time":{"start":1726217804581,"stop":1726217804581,"duration":0}},{"uid":"491466b384b3279b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/491466b384b3279b","status":"passed","time":{"start":1726217733944,"stop":1726217733945,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f09ae161289fe6e3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f09ae161289fe6e3","status":"passed","time":{"start":1726218013716,"stop":1726218013718,"duration":2}},{"uid":"ef4761e1de7ec8d9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ef4761e1de7ec8d9","status":"passed","time":{"start":1726217945336,"stop":1726217945337,"duration":1}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e0dd8b9748ec0ef3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0dd8b9748ec0ef3","status":"passed","time":{"start":1726217677845,"stop":1726217677846,"duration":1}},{"uid":"b62a65bcdabc1226","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b62a65bcdabc1226","status":"passed","time":{"start":1726217616849,"stop":1726217616849,"duration":0}}]},"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6b825f0afba9c336","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6b825f0afba9c336","status":"passed","time":{"start":1726217441562,"stop":1726217441562,"duration":0}},{"uid":"aec792643f8d65d2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/aec792643f8d65d2","status":"passed","time":{"start":1726217383224,"stop":1726217383224,"duration":0}}]},"d63467f5627772f5eed331d19ff5d743:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8fa709bc4442bea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8fa709bc4442bea","status":"passed","time":{"start":1726217952879,"stop":1726217952880,"duration":1}}]},"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6df164cff7642ed4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6df164cff7642ed4","status":"passed","time":{"start":1726218063101,"stop":1726218063101,"duration":0}},{"uid":"cafe7f6e3de940f1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cafe7f6e3de940f1","status":"passed","time":{"start":1726217974420,"stop":1726217974421,"duration":1}}]},"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3261883c02fe2dd4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3261883c02fe2dd4","status":"passed","time":{"start":1726217441564,"stop":1726217441564,"duration":0}},{"uid":"5c2ce7a738399c91","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5c2ce7a738399c91","status":"passed","time":{"start":1726217383226,"stop":1726217383227,"duration":1}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"95127b0d06c21192","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95127b0d06c21192","status":"passed","time":{"start":1726218061979,"stop":1726218061979,"duration":0}},{"uid":"34422e33baec63e0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/34422e33baec63e0","status":"passed","time":{"start":1726217984950,"stop":1726217984950,"duration":0}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9105181f4f7af9b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9105181f4f7af9b8","status":"passed","time":{"start":1726217463039,"stop":1726217463040,"duration":1}},{"uid":"74cd736096102c3a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/74cd736096102c3a","status":"passed","time":{"start":1726217404606,"stop":1726217404606,"duration":0}}]},"2a2e192bbf0a6bfabf47e1dfd9ca65b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4dd97c30e82ba1c6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4dd97c30e82ba1c6","status":"passed","time":{"start":1726217751144,"stop":1726217751144,"duration":0}},{"uid":"e4306992fe3ad391","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4306992fe3ad391","status":"passed","time":{"start":1726217685251,"stop":1726217685251,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"714323173af7c70c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/714323173af7c70c","status":"passed","time":{"start":1726217466677,"stop":1726217466678,"duration":1}},{"uid":"b2262bcbe37c5908","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b2262bcbe37c5908","status":"passed","time":{"start":1726217408298,"stop":1726217408298,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"727385f8bfd63f8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/727385f8bfd63f8c","status":"passed","time":{"start":1726217454407,"stop":1726217454408,"duration":1}},{"uid":"1bb1c4083504454c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1bb1c4083504454c","status":"passed","time":{"start":1726217395940,"stop":1726217395941,"duration":1}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3929a8bfc16361f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3929a8bfc16361f2","status":"passed","time":{"start":1726217462331,"stop":1726217462331,"duration":0}},{"uid":"82f0424e36bb33a2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82f0424e36bb33a2","status":"passed","time":{"start":1726217404185,"stop":1726217404185,"duration":0}}]},"08181c2f533a09157809b5da20bbcd05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41df373222025d53","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/41df373222025d53","status":"passed","time":{"start":1726217952883,"stop":1726217952884,"duration":1}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e5d3f2d61b9e7c6b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5d3f2d61b9e7c6b","status":"passed","time":{"start":1726217462336,"stop":1726217462336,"duration":0}},{"uid":"ad85cfb611060aac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ad85cfb611060aac","status":"passed","time":{"start":1726217404188,"stop":1726217404189,"duration":1}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f8bc866f15e453c3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8bc866f15e453c3","status":"passed","time":{"start":1726218066276,"stop":1726218066277,"duration":1}},{"uid":"a3becd7c1d0d5081","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a3becd7c1d0d5081","status":"passed","time":{"start":1726217965300,"stop":1726217965300,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"85be338cb327deb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/85be338cb327deb","status":"passed","time":{"start":1726218085660,"stop":1726218085661,"duration":1}},{"uid":"f9a70edc5199d964","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f9a70edc5199d964","status":"passed","time":{"start":1726217996429,"stop":1726217996430,"duration":1}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"de45df2ab2405988","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/de45df2ab2405988","status":"passed","time":{"start":1726217677835,"stop":1726217677841,"duration":6}},{"uid":"3f338404cfffbfff","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3f338404cfffbfff","status":"passed","time":{"start":1726217616845,"stop":1726217616846,"duration":1}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c744444617919633","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c744444617919633","status":"passed","time":{"start":1726217455153,"stop":1726217455153,"duration":0}},{"uid":"911aae9f1ac6b713","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/911aae9f1ac6b713","status":"passed","time":{"start":1726217396841,"stop":1726217396841,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"343ca7315e867332","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/343ca7315e867332","status":"passed","time":{"start":1726217474514,"stop":1726217474514,"duration":0}},{"uid":"250ef08e93449d57","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/250ef08e93449d57","status":"passed","time":{"start":1726217415842,"stop":1726217415842,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9bb30bb1031e3773","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9bb30bb1031e3773","status":"passed","time":{"start":1726217978645,"stop":1726217978645,"duration":0}},{"uid":"30cc37a09f9dc88c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/30cc37a09f9dc88c","status":"passed","time":{"start":1726217893872,"stop":1726217893872,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f905fc86f8a7bacc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f905fc86f8a7bacc","status":"passed","time":{"start":1726217677843,"stop":1726217677843,"duration":0}},{"uid":"2782606e9b9aa56c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2782606e9b9aa56c","status":"passed","time":{"start":1726217616847,"stop":1726217616847,"duration":0}}]},"e290dc1df6185dfab5ebad4d3050b71d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df834e1ff4e2fc11","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df834e1ff4e2fc11","status":"passed","time":{"start":1726218011624,"stop":1726218011624,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8d35977b8f25f221","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d35977b8f25f221","status":"passed","time":{"start":1726217500291,"stop":1726217500291,"duration":0}},{"uid":"a0cf462302c9cd20","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a0cf462302c9cd20","status":"passed","time":{"start":1726217442001,"stop":1726217442001,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"920710cda25361bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/920710cda25361bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217507044,"stop":1726217507044,"duration":0}},{"uid":"28e2b086cb76cc97","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/28e2b086cb76cc97","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217445625,"stop":1726217445626,"duration":1}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a3859a2c7815d1c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a3859a2c7815d1c1","status":"passed","time":{"start":1726217473324,"stop":1726217473325,"duration":1}},{"uid":"db83b4b6921b6665","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/db83b4b6921b6665","status":"passed","time":{"start":1726217414669,"stop":1726217414670,"duration":1}}]},"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a16c780dae603c7a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a16c780dae603c7a","status":"passed","time":{"start":1726218066316,"stop":1726218066317,"duration":1}},{"uid":"9a7985c1d444a55a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9a7985c1d444a55a","status":"passed","time":{"start":1726217965350,"stop":1726217965350,"duration":0}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5ecb49d8f2e2a725","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ecb49d8f2e2a725","status":"passed","time":{"start":1726218071326,"stop":1726218071349,"duration":23}},{"uid":"950239a638068e12","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/950239a638068e12","status":"passed","time":{"start":1726217984832,"stop":1726217984832,"duration":0}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6387ce7e4e5327f4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6387ce7e4e5327f4","status":"passed","time":{"start":1726217927560,"stop":1726217927560,"duration":0}},{"uid":"2e2598f77ef7e855","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2e2598f77ef7e855","status":"passed","time":{"start":1726217843352,"stop":1726217843352,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9eb1bd1efcf37a35","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9eb1bd1efcf37a35","status":"passed","time":{"start":1726217687438,"stop":1726217687438,"duration":0}},{"uid":"148c5cd5ebada45d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/148c5cd5ebada45d","status":"passed","time":{"start":1726217604514,"stop":1726217604515,"duration":1}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"acd25a9e045c20fa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/acd25a9e045c20fa","status":"passed","time":{"start":1726217466677,"stop":1726217466677,"duration":0}},{"uid":"763b7fb9572d23cf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/763b7fb9572d23cf","status":"passed","time":{"start":1726217408297,"stop":1726217408297,"duration":0}}]},"17f4674681f2c68e60e175eaea9f361e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f3605b8fe121008","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4f3605b8fe121008","status":"passed","time":{"start":1726218011626,"stop":1726218011627,"duration":1}}]},"c46b45ce1890d5ee3b5c433239f96804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7dcb4c7c30650e3e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7dcb4c7c30650e3e","status":"passed","time":{"start":1726217840565,"stop":1726217840566,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"927a379b2c157f6e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/927a379b2c157f6e","status":"passed","time":{"start":1726217687432,"stop":1726217687436,"duration":4}},{"uid":"673c9b24f38bc75c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/673c9b24f38bc75c","status":"passed","time":{"start":1726217604510,"stop":1726217604511,"duration":1}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d008bb654dd7b762","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d008bb654dd7b762","status":"passed","time":{"start":1726217466676,"stop":1726217466676,"duration":0}},{"uid":"4a33946abe12b5e6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4a33946abe12b5e6","status":"passed","time":{"start":1726217408296,"stop":1726217408296,"duration":0}}]},"0875eae35c3e6c8a0178a28be0eeb7dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"90384b357a2fa489","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/90384b357a2fa489","status":"passed","time":{"start":1726217868248,"stop":1726217868249,"duration":1}},{"uid":"1eb2fee7cb0f013a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1eb2fee7cb0f013a","status":"passed","time":{"start":1726217785176,"stop":1726217785177,"duration":1}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2f5bb894d6388e30","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2f5bb894d6388e30","status":"passed","time":{"start":1726217687425,"stop":1726217687425,"duration":0}},{"uid":"deae1fa860789adb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/deae1fa860789adb","status":"passed","time":{"start":1726217604492,"stop":1726217604492,"duration":0}}]},"515295799c5df4642709cdbe75d1833f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f62dd3b036c34c7e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f62dd3b036c34c7e","status":"passed","time":{"start":1726217952884,"stop":1726217952885,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3650feca32375c67","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3650feca32375c67","status":"passed","time":{"start":1726217980055,"stop":1726217980056,"duration":1}},{"uid":"a75672bc4ce8e540","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a75672bc4ce8e540","status":"passed","time":{"start":1726217896510,"stop":1726217896510,"duration":0}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5eabbc224a0e71bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5eabbc224a0e71bd","status":"passed","time":{"start":1726217946674,"stop":1726217946675,"duration":1}},{"uid":"a1b664b60a58feef","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a1b664b60a58feef","status":"passed","time":{"start":1726217862767,"stop":1726217862768,"duration":1}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f0a30040c507c186","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0a30040c507c186","status":"passed","time":{"start":1726217924765,"stop":1726217924765,"duration":0}},{"uid":"e57e60781dad58f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e57e60781dad58f2","status":"passed","time":{"start":1726217840570,"stop":1726217840570,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ffb39a8d1b2d5d15","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ffb39a8d1b2d5d15","status":"passed","time":{"start":1726217924755,"stop":1726217924758,"duration":3}},{"uid":"1373912f2517d5a3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1373912f2517d5a3","status":"passed","time":{"start":1726217840559,"stop":1726217840560,"duration":1}}]},"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ac5f3dc9d70e5481","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac5f3dc9d70e5481","status":"passed","time":{"start":1726217441566,"stop":1726217441567,"duration":1}},{"uid":"d5ea49a16817f972","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d5ea49a16817f972","status":"passed","time":{"start":1726217383229,"stop":1726217383229,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"569d2a07b0a33503","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/569d2a07b0a33503","status":"passed","time":{"start":1726218013699,"stop":1726218013700,"duration":1}},{"uid":"30e53cd1a5b7de2c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/30e53cd1a5b7de2c","status":"passed","time":{"start":1726217945332,"stop":1726217945332,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f022cd6f33bd5fc7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f022cd6f33bd5fc7","status":"passed","time":{"start":1726217724201,"stop":1726217724202,"duration":1}},{"uid":"65cedf8efcbe7a2b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/65cedf8efcbe7a2b","status":"passed","time":{"start":1726217656057,"stop":1726217656058,"duration":1}}]},"3266e466dc742dead141c5982f5e7fe0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c96813857934536","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3c96813857934536","status":"passed","time":{"start":1726217952880,"stop":1726217952881,"duration":1}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b1c22e5b6524f69e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b1c22e5b6524f69e","status":"passed","time":{"start":1726217677813,"stop":1726217677814,"duration":1}},{"uid":"b87c3b33eabd7f7b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b87c3b33eabd7f7b","status":"passed","time":{"start":1726217616840,"stop":1726217616841,"duration":1}}]},"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"29032cfb5e36730d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29032cfb5e36730d","status":"passed","time":{"start":1726217441553,"stop":1726217441553,"duration":0}},{"uid":"bbd45b53ede387e8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bbd45b53ede387e8","status":"passed","time":{"start":1726217383217,"stop":1726217383217,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7098c8b91bda3298","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7098c8b91bda3298","status":"passed","time":{"start":1726217551916,"stop":1726217551920,"duration":4}},{"uid":"3749f320be3c6f19","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3749f320be3c6f19","status":"passed","time":{"start":1726217494760,"stop":1726217494760,"duration":0}}]},"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"115056d3123b5f7e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/115056d3123b5f7e","status":"passed","time":{"start":1726217441563,"stop":1726217441563,"duration":0}},{"uid":"6506ee75820b23de","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6506ee75820b23de","status":"passed","time":{"start":1726217383225,"stop":1726217383225,"duration":0}}]},"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9d802fea6ad287d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9d802fea6ad287d6","status":"passed","time":{"start":1726217603237,"stop":1726217603238,"duration":1}},{"uid":"d39a2b478afe8370","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d39a2b478afe8370","status":"passed","time":{"start":1726217544016,"stop":1726217544016,"duration":0}}]},"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"15bf405d74da5c22","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15bf405d74da5c22","status":"passed","time":{"start":1726217441553,"stop":1726217441554,"duration":1}},{"uid":"34fa2e9b3ae8112c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/34fa2e9b3ae8112c","status":"passed","time":{"start":1726217383217,"stop":1726217383218,"duration":1}}]},"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"975f4fb8028c7ea0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/975f4fb8028c7ea0","status":"passed","time":{"start":1726217441557,"stop":1726217441558,"duration":1}},{"uid":"fce156ea6c5fde60","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fce156ea6c5fde60","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d29f63c6c1669dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d29f63c6c1669dd","status":"passed","time":{"start":1726217449568,"stop":1726217449568,"duration":0}},{"uid":"6dc739aae972c005","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6dc739aae972c005","status":"passed","time":{"start":1726217391314,"stop":1726217391314,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e74bc7dc8678d97d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e74bc7dc8678d97d","status":"passed","time":{"start":1726217677822,"stop":1726217677823,"duration":1}},{"uid":"e25ce155f953595e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e25ce155f953595e","status":"passed","time":{"start":1726217616843,"stop":1726217616843,"duration":0}}]},"e940d614c8b045b8a9fc45b3f4abd0ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27cd581dbeec6913","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/27cd581dbeec6913","status":"passed","time":{"start":1726218011623,"stop":1726218011623,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8d36ffff19a47e8b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d36ffff19a47e8b","status":"passed","time":{"start":1726217450204,"stop":1726217450205,"duration":1}},{"uid":"95fb9e8626d21d8f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/95fb9e8626d21d8f","status":"passed","time":{"start":1726217391856,"stop":1726217391856,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e5713b8a06afbb25","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5713b8a06afbb25","status":"passed","time":{"start":1726217946676,"stop":1726217946677,"duration":1}},{"uid":"c44a7164316ca6de","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c44a7164316ca6de","status":"passed","time":{"start":1726217862768,"stop":1726217862768,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1c1e58c46a692ff1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c1e58c46a692ff1","status":"passed","time":{"start":1726217946720,"stop":1726217946721,"duration":1}},{"uid":"7bdd857a1d0e6c45","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7bdd857a1d0e6c45","status":"passed","time":{"start":1726217862774,"stop":1726217862774,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f364e6439b37a847","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f364e6439b37a847","status":"passed","time":{"start":1726217924741,"stop":1726217924742,"duration":1}},{"uid":"e93c51c685cc0364","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e93c51c685cc0364","status":"passed","time":{"start":1726217840516,"stop":1726217840516,"duration":0}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"28ae9f8ebb0f9a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/28ae9f8ebb0f9a0","status":"passed","time":{"start":1726217854778,"stop":1726217854779,"duration":1}},{"uid":"d660c2e2a7766a54","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d660c2e2a7766a54","status":"passed","time":{"start":1726217779657,"stop":1726217779658,"duration":1}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"aeba21aec66b684","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aeba21aec66b684","status":"passed","time":{"start":1726218020451,"stop":1726218020451,"duration":0}},{"uid":"38107920bd181fdd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38107920bd181fdd","status":"passed","time":{"start":1726217934110,"stop":1726217934110,"duration":0}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"de04ba40cdd8c7e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/de04ba40cdd8c7e7","status":"passed","time":{"start":1726217978667,"stop":1726217978667,"duration":0}},{"uid":"dc1d8392079992b6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dc1d8392079992b6","status":"passed","time":{"start":1726217893875,"stop":1726217893875,"duration":0}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"acd2681812c08aa9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/acd2681812c08aa9","status":"passed","time":{"start":1726217946705,"stop":1726217946718,"duration":13}},{"uid":"97c6497179348830","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/97c6497179348830","status":"passed","time":{"start":1726217862773,"stop":1726217862773,"duration":0}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8ee44653e7ebaa4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8ee44653e7ebaa4","status":"passed","time":{"start":1726217463041,"stop":1726217463041,"duration":0}},{"uid":"a891081cbad6f300","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a891081cbad6f300","status":"passed","time":{"start":1726217404607,"stop":1726217404608,"duration":1}}]},"d6b8f06c2f2c5f77f117c8195f9c7170:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"872bf1e194984f13","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/872bf1e194984f13","status":"passed","time":{"start":1726217862799,"stop":1726217862801,"duration":2}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3041108ccdfd46d4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3041108ccdfd46d4","status":"passed","time":{"start":1726217706012,"stop":1726217706013,"duration":1}},{"uid":"43a79ad29bc4aacb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43a79ad29bc4aacb","status":"passed","time":{"start":1726217650774,"stop":1726217650774,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f673ab73b2de717c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f673ab73b2de717c","status":"passed","time":{"start":1726218085661,"stop":1726218085662,"duration":1}},{"uid":"830a0d966dd4b73e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/830a0d966dd4b73e","status":"passed","time":{"start":1726217996430,"stop":1726217996430,"duration":0}}]},"a60dccf501f5b52d3f9e79572300581a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1d15cc1f60f49d1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d1d15cc1f60f49d1","status":"passed","time":{"start":1726218011627,"stop":1726218011627,"duration":0}}]},"6d90f32c3fd6caf08cc5d6004f7abc7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f6b1fae02c86cc6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f6b1fae02c86cc6","status":"passed","time":{"start":1726217946743,"stop":1726217946743,"duration":0}}]},"d188b81603c31882ab8b835dc01656b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45435efc6222a176","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/45435efc6222a176","status":"passed","time":{"start":1726218039631,"stop":1726218039631,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d7744a9a71a89187","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d7744a9a71a89187","status":"passed","time":{"start":1726217507042,"stop":1726217507042,"duration":0}},{"uid":"9aaa8ca2501e5563","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9aaa8ca2501e5563","status":"passed","time":{"start":1726217445621,"stop":1726217445624,"duration":3}}]},"c2365eda06fd7fa9ba7217cee5e48a26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fd1b79a5dfd61553","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd1b79a5dfd61553","status":"passed","time":{"start":1726217868232,"stop":1726217868232,"duration":0}},{"uid":"c6babc253f7c99c4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c6babc253f7c99c4","status":"passed","time":{"start":1726217785163,"stop":1726217785164,"duration":1}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1be6b513a505eacb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1be6b513a505eacb","status":"passed","time":{"start":1726217450199,"stop":1726217450199,"duration":0}},{"uid":"40fed1f0be5176d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/40fed1f0be5176d","status":"passed","time":{"start":1726217391851,"stop":1726217391851,"duration":0}}]},"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"54cfcd81a69d590c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54cfcd81a69d590c","status":"passed","time":{"start":1726218063101,"stop":1726218063102,"duration":1}},{"uid":"8f0cb96bc5325e72","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8f0cb96bc5325e72","status":"passed","time":{"start":1726217974421,"stop":1726217974421,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4c1e3cf0750d78f4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c1e3cf0750d78f4","status":"passed","time":{"start":1726218013719,"stop":1726218013719,"duration":0}},{"uid":"f04aca3c71e13e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f04aca3c71e13e7","status":"passed","time":{"start":1726217945338,"stop":1726217945338,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f49ed9684cf683da","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f49ed9684cf683da","status":"passed","time":{"start":1726218013724,"stop":1726218013724,"duration":0}},{"uid":"3d2d75311c5524f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3d2d75311c5524f","status":"passed","time":{"start":1726217945349,"stop":1726217945350,"duration":1}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ed29db7636c0a5e0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed29db7636c0a5e0","status":"passed","time":{"start":1726218013701,"stop":1726218013701,"duration":0}},{"uid":"6a8617ed81ee7ba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a8617ed81ee7ba","status":"passed","time":{"start":1726217945335,"stop":1726217945335,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dbb6de40286083ac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dbb6de40286083ac","status":"passed","time":{"start":1726218020451,"stop":1726218020453,"duration":2}},{"uid":"83cdc6bea1fd92d5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/83cdc6bea1fd92d5","status":"passed","time":{"start":1726217934111,"stop":1726217934111,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fb5b042bce7a7630","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fb5b042bce7a7630","status":"passed","time":{"start":1726217493336,"stop":1726217493338,"duration":2}},{"uid":"5b43ceb9800757a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5b43ceb9800757a4","status":"passed","time":{"start":1726217434831,"stop":1726217434833,"duration":2}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"274d935c6050d9af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/274d935c6050d9af","status":"passed","time":{"start":1726217687413,"stop":1726217687414,"duration":1}},{"uid":"97107836af0f6dd4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/97107836af0f6dd4","status":"passed","time":{"start":1726217604476,"stop":1726217604477,"duration":1}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"adfdb59af623b76d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/adfdb59af623b76d","status":"passed","time":{"start":1726218066278,"stop":1726218066278,"duration":0}},{"uid":"7fd8d92ea94aafc2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7fd8d92ea94aafc2","status":"passed","time":{"start":1726217965302,"stop":1726217965302,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f3738760b93fcd0d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3738760b93fcd0d","status":"passed","time":{"start":1726217507040,"stop":1726217507041,"duration":1}},{"uid":"248abc0bfe0a52a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/248abc0bfe0a52a","status":"passed","time":{"start":1726217445616,"stop":1726217445616,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4ebf835b7cb2079b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4ebf835b7cb2079b","status":"passed","time":{"start":1726217924737,"stop":1726217924737,"duration":0}},{"uid":"ba23444a172ad084","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba23444a172ad084","status":"passed","time":{"start":1726217840476,"stop":1726217840491,"duration":15}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9eaefe2785f18c04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9eaefe2785f18c04","status":"passed","time":{"start":1726217976616,"stop":1726217976617,"duration":1}},{"uid":"cf2db5ad2f50fa99","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cf2db5ad2f50fa99","status":"passed","time":{"start":1726217890301,"stop":1726217890301,"duration":0}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f4e50c2a9d112b67","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f4e50c2a9d112b67","status":"passed","time":{"start":1726217549451,"stop":1726217549452,"duration":1}},{"uid":"da684cfe4b24ba8f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/da684cfe4b24ba8f","status":"passed","time":{"start":1726217491288,"stop":1726217491289,"duration":1}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"237cae1f86bdbffa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/237cae1f86bdbffa","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"duration":0}},{"uid":"6c53ee0a1a603868","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6c53ee0a1a603868","status":"passed","time":{"start":1726217391860,"stop":1726217391860,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c38ff0aa5014373","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c38ff0aa5014373","status":"passed","time":{"start":1726218066277,"stop":1726218066277,"duration":0}},{"uid":"cd5d28a65e22cad0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cd5d28a65e22cad0","status":"passed","time":{"start":1726217965300,"stop":1726217965301,"duration":1}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4c22b3d5c5aabacb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c22b3d5c5aabacb","status":"passed","time":{"start":1726217804580,"stop":1726217804581,"duration":1}},{"uid":"7b0c09bd5f333c7f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7b0c09bd5f333c7f","status":"passed","time":{"start":1726217733943,"stop":1726217733944,"duration":1}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3c6dec6cecbef14e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3c6dec6cecbef14e","status":"passed","time":{"start":1726217462725,"stop":1726217462726,"duration":1}},{"uid":"a261bc7ad7a59e8d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a261bc7ad7a59e8d","status":"passed","time":{"start":1726217404276,"stop":1726217404276,"duration":0}}]},"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a81da45f4f55371c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a81da45f4f55371c","status":"passed","time":{"start":1726217441538,"stop":1726217441538,"duration":0}},{"uid":"831aa3e8c6e4411e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/831aa3e8c6e4411e","status":"passed","time":{"start":1726217383206,"stop":1726217383206,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f31d496356106eef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f31d496356106eef","status":"passed","time":{"start":1726218013700,"stop":1726218013700,"duration":0}},{"uid":"47ca87ba55fcf4b0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/47ca87ba55fcf4b0","status":"passed","time":{"start":1726217945334,"stop":1726217945334,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"643a5ef7efb4579f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/643a5ef7efb4579f","status":"passed","time":{"start":1726218013690,"stop":1726218013690,"duration":0}},{"uid":"571ad5648eabb3b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/571ad5648eabb3b4","status":"passed","time":{"start":1726217945324,"stop":1726217945324,"duration":0}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4d89793415503f12","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4d89793415503f12","status":"passed","time":{"start":1726217472853,"stop":1726217472853,"duration":0}},{"uid":"d61b996db7356b33","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d61b996db7356b33","status":"passed","time":{"start":1726217414157,"stop":1726217414157,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fa2cf113f4c9e79e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa2cf113f4c9e79e","status":"passed","time":{"start":1726218066296,"stop":1726218066297,"duration":1}},{"uid":"5b5c335e2fd8314d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5b5c335e2fd8314d","status":"passed","time":{"start":1726217965316,"stop":1726217965317,"duration":1}}]},"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bc6687a77da92d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bc6687a77da92d","status":"passed","time":{"start":1726217441566,"stop":1726217441566,"duration":0}},{"uid":"24b3d91356070529","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/24b3d91356070529","status":"passed","time":{"start":1726217383228,"stop":1726217383229,"duration":1}}]},"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7b310b936cdc7140","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b310b936cdc7140","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"duration":0}},{"uid":"ff259d81516008ba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ff259d81516008ba","status":"passed","time":{"start":1726217383210,"stop":1726217383210,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d5d71a44591962af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d5d71a44591962af","status":"passed","time":{"start":1726217924753,"stop":1726217924753,"duration":0}},{"uid":"e7ff051997caaa81","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e7ff051997caaa81","status":"passed","time":{"start":1726217840544,"stop":1726217840558,"duration":14}}]},"64b9357d644b3d4796abbba9e121b588:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9aea3c2c6b14dca0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9aea3c2c6b14dca0","status":"passed","time":{"start":1726218039627,"stop":1726218039627,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"351e709b75b9a3f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/351e709b75b9a3f7","status":"passed","time":{"start":1726217705988,"stop":1726217705988,"duration":0}},{"uid":"26d8b82812e58923","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/26d8b82812e58923","status":"passed","time":{"start":1726217650746,"stop":1726217650746,"duration":0}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2df5ea4a86c6553b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2df5ea4a86c6553b","status":"passed","time":{"start":1726218013719,"stop":1726218013719,"duration":0}},{"uid":"cdfe9cbb18fe0723","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cdfe9cbb18fe0723","status":"passed","time":{"start":1726217945338,"stop":1726217945339,"duration":1}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"577d01f43f1495bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/577d01f43f1495bd","status":"passed","time":{"start":1726218077305,"stop":1726218077305,"duration":0}},{"uid":"5a349e38129dc3be","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5a349e38129dc3be","status":"passed","time":{"start":1726217991631,"stop":1726217991631,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f636d4713111fb9c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f636d4713111fb9c","status":"passed","time":{"start":1726217474515,"stop":1726217474516,"duration":1}},{"uid":"682a9cfb36612db5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/682a9cfb36612db5","status":"passed","time":{"start":1726217415843,"stop":1726217415843,"duration":0}}]},"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a14b3b2df2a62266","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a14b3b2df2a62266","status":"passed","time":{"start":1726217441557,"stop":1726217441557,"duration":0}},{"uid":"a46f48f6c74312b1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a46f48f6c74312b1","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"379d34be8192b129","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/379d34be8192b129","status":"passed","time":{"start":1726218061979,"stop":1726218061979,"duration":0}},{"uid":"85790f719e42936a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85790f719e42936a","status":"passed","time":{"start":1726217984950,"stop":1726217984950,"duration":0}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f92f1fd2adc550b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f92f1fd2adc550b5","status":"passed","time":{"start":1726218013697,"stop":1726218013698,"duration":1}},{"uid":"f91aa88f23f63695","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f91aa88f23f63695","status":"passed","time":{"start":1726217945331,"stop":1726217945331,"duration":0}}]},"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c1ec88ed8f3bfe0a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1ec88ed8f3bfe0a","status":"passed","time":{"start":1726217742497,"stop":1726217742497,"duration":0}},{"uid":"bee2ca595ebc5a0c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bee2ca595ebc5a0c","status":"passed","time":{"start":1726217674282,"stop":1726217674283,"duration":1}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d2133e128eb437a1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2133e128eb437a1","status":"passed","time":{"start":1726217441572,"stop":1726217441572,"duration":0}},{"uid":"59812b2c57870430","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59812b2c57870430","status":"passed","time":{"start":1726217383355,"stop":1726217383355,"duration":0}}]},"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b3ae8490085a1f08","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3ae8490085a1f08","status":"passed","time":{"start":1726217441565,"stop":1726217441565,"duration":0}},{"uid":"805aaf4466474dc7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/805aaf4466474dc7","status":"passed","time":{"start":1726217383228,"stop":1726217383228,"duration":0}}]},"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1bb51afc11f50d7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1bb51afc11f50d7","status":"passed","time":{"start":1726217441545,"stop":1726217441546,"duration":1}},{"uid":"234d52ec7ab3a3cf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/234d52ec7ab3a3cf","status":"passed","time":{"start":1726217383208,"stop":1726217383209,"duration":1}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f46a65f5ec61cbfc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f46a65f5ec61cbfc","status":"passed","time":{"start":1726218013693,"stop":1726218013694,"duration":1}},{"uid":"4b8b7174342b778d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b8b7174342b778d","status":"passed","time":{"start":1726217945327,"stop":1726217945327,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"81f573bff6c68007","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/81f573bff6c68007","status":"passed","time":{"start":1726217706001,"stop":1726217706001,"duration":0}},{"uid":"6541f5f5f9c95c86","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6541f5f5f9c95c86","status":"passed","time":{"start":1726217650760,"stop":1726217650760,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1916a6e15a70987d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1916a6e15a70987d","status":"passed","time":{"start":1726217687428,"stop":1726217687429,"duration":1}},{"uid":"ca059949986c4775","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ca059949986c4775","status":"passed","time":{"start":1726217604497,"stop":1726217604497,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1b2e1c4a7b630a8f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b2e1c4a7b630a8f","status":"passed","time":{"start":1726217924736,"stop":1726217924736,"duration":0}},{"uid":"93af2f7630c83ca0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/93af2f7630c83ca0","status":"passed","time":{"start":1726217840476,"stop":1726217840476,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"197144ca192231af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/197144ca192231af","status":"passed","time":{"start":1726217924742,"stop":1726217924743,"duration":1}},{"uid":"cc9c4b6d990c7856","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cc9c4b6d990c7856","status":"passed","time":{"start":1726217840517,"stop":1726217840517,"duration":0}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"17a03a2b5c401b50","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/17a03a2b5c401b50","status":"passed","time":{"start":1726217687440,"stop":1726217687440,"duration":0}},{"uid":"61785ca82bdaa1e9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/61785ca82bdaa1e9","status":"passed","time":{"start":1726217604520,"stop":1726217604521,"duration":1}}]},"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"551ba36438126053","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/551ba36438126053","status":"passed","time":{"start":1726217603243,"stop":1726217603244,"duration":1}},{"uid":"507fbce6c4dbb1f7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/507fbce6c4dbb1f7","status":"passed","time":{"start":1726217544017,"stop":1726217544017,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5006e955dc9c9c9f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5006e955dc9c9c9f","status":"passed","time":{"start":1726217687426,"stop":1726217687426,"duration":0}},{"uid":"9918fe9c2194f93a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9918fe9c2194f93a","status":"passed","time":{"start":1726217604493,"stop":1726217604495,"duration":2}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dd7a24a69db17bec","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd7a24a69db17bec","status":"passed","time":{"start":1726217804582,"stop":1726217804583,"duration":1}},{"uid":"22fb661e12fb929c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/22fb661e12fb929c","status":"passed","time":{"start":1726217733947,"stop":1726217733948,"duration":1}}]},"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"25240476a78d2eb7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/25240476a78d2eb7","status":"passed","time":{"start":1726217603245,"stop":1726217603246,"duration":1}},{"uid":"8daac96fc93489dd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8daac96fc93489dd","status":"passed","time":{"start":1726217544018,"stop":1726217544018,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2453f8230b03b9c5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2453f8230b03b9c5","status":"passed","time":{"start":1726217960214,"stop":1726217960214,"duration":0}},{"uid":"f79fda6e1a99f34b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f79fda6e1a99f34b","status":"passed","time":{"start":1726217875230,"stop":1726217875230,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"922b257d671f8e2b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/922b257d671f8e2b","status":"passed","time":{"start":1726217450198,"stop":1726217450199,"duration":1}},{"uid":"59918777f4061001","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59918777f4061001","status":"passed","time":{"start":1726217391850,"stop":1726217391851,"duration":1}}]},"c7a8d2a86abbec6c2530d78c01296d13:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c9e33ea7544ef07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6c9e33ea7544ef07","status":"passed","time":{"start":1726217616845,"stop":1726217616845,"duration":0}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c90efd07154d8cdd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c90efd07154d8cdd","status":"passed","time":{"start":1726217533048,"stop":1726217533049,"duration":1}},{"uid":"1f40670a239a2825","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f40670a239a2825","status":"passed","time":{"start":1726217474967,"stop":1726217474967,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c8c20720b51b9384","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c8c20720b51b9384","status":"passed","time":{"start":1726217677843,"stop":1726217677843,"duration":0}},{"uid":"4860c903cc6c1dde","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4860c903cc6c1dde","status":"passed","time":{"start":1726217616846,"stop":1726217616846,"duration":0}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c213072de9dc0c33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c213072de9dc0c33","status":"passed","time":{"start":1726217980036,"stop":1726217980036,"duration":0}},{"uid":"ddcf03a87b5a945b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ddcf03a87b5a945b","status":"passed","time":{"start":1726217896498,"stop":1726217896498,"duration":0}}]},"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f3ab7663c2e446a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3ab7663c2e446a6","status":"passed","time":{"start":1726217441560,"stop":1726217441561,"duration":1}},{"uid":"339971bf67cb374","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/339971bf67cb374","status":"passed","time":{"start":1726217383222,"stop":1726217383223,"duration":1}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4a4f07f2b8c27639","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4a4f07f2b8c27639","status":"passed","time":{"start":1726217474515,"stop":1726217474515,"duration":0}},{"uid":"95b1e428fe5ec40e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/95b1e428fe5ec40e","status":"passed","time":{"start":1726217415843,"stop":1726217415843,"duration":0}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"68d994220f4dfbf0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68d994220f4dfbf0","status":"passed","time":{"start":1726217946741,"stop":1726217946741,"duration":0}},{"uid":"15daccea994ffebf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15daccea994ffebf","status":"passed","time":{"start":1726217862792,"stop":1726217862793,"duration":1}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1a1f796910147395","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a1f796910147395","status":"passed","time":{"start":1726217924733,"stop":1726217924733,"duration":0}},{"uid":"f478ff3b555fd3f5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f478ff3b555fd3f5","status":"passed","time":{"start":1726217840473,"stop":1726217840474,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"621ee226953d1393","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/621ee226953d1393","status":"passed","time":{"start":1726217450195,"stop":1726217450195,"duration":0}},{"uid":"e4eeff4655c4509","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4eeff4655c4509","status":"passed","time":{"start":1726217391847,"stop":1726217391847,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4ee788b0252cc28","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4ee788b0252cc28","status":"passed","time":{"start":1726218066307,"stop":1726218066308,"duration":1}},{"uid":"30e79808fbddd3cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/30e79808fbddd3cc","status":"passed","time":{"start":1726217965346,"stop":1726217965346,"duration":0}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"55fd22a56b8d7dbe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55fd22a56b8d7dbe","status":"passed","time":{"start":1726218095394,"stop":1726218095395,"duration":1}},{"uid":"978b786851cf7c9f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/978b786851cf7c9f","status":"passed","time":{"start":1726218006963,"stop":1726218006963,"duration":0}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2adf33f424ca7d2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2adf33f424ca7d2","status":"passed","time":{"start":1726217466678,"stop":1726217466678,"duration":0}},{"uid":"f4d2dd2b55f4ca31","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f4d2dd2b55f4ca31","status":"passed","time":{"start":1726217408298,"stop":1726217408298,"duration":0}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b7e60c0b1bbea68e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b7e60c0b1bbea68e","status":"passed","time":{"start":1726217949327,"stop":1726217949327,"duration":0}},{"uid":"2bc74a7b1e7ef9e4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2bc74a7b1e7ef9e4","status":"passed","time":{"start":1726217865177,"stop":1726217865177,"duration":0}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7cdef3f24d19e5ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7cdef3f24d19e5ba","status":"passed","time":{"start":1726217567475,"stop":1726217567475,"duration":0}},{"uid":"8df68db59501e3f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8df68db59501e3f6","status":"passed","time":{"start":1726217508421,"stop":1726217508421,"duration":0}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"db665e1deda8b2a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/db665e1deda8b2a0","status":"passed","time":{"start":1726217924740,"stop":1726217924740,"duration":0}},{"uid":"5c44e57d3ee4e0f1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5c44e57d3ee4e0f1","status":"passed","time":{"start":1726217840515,"stop":1726217840515,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f5be96194f8f36d4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f5be96194f8f36d4","status":"passed","time":{"start":1726217946740,"stop":1726217946740,"duration":0}},{"uid":"32ffe9c42c7b762d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/32ffe9c42c7b762d","status":"passed","time":{"start":1726217862790,"stop":1726217862791,"duration":1}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e8a1715df07ca485","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e8a1715df07ca485","status":"passed","time":{"start":1726217500282,"stop":1726217500285,"duration":3}},{"uid":"f1952d222f063439","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f1952d222f063439","status":"passed","time":{"start":1726217441998,"stop":1726217441999,"duration":1}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8fa845975c176d82","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8fa845975c176d82","status":"passed","time":{"start":1726217507037,"stop":1726217507038,"duration":1}},{"uid":"9ad7b6ed4b47a414","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9ad7b6ed4b47a414","status":"passed","time":{"start":1726217445600,"stop":1726217445601,"duration":1}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"83fc48cd9502e5ce","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/83fc48cd9502e5ce","status":"passed","time":{"start":1726217567470,"stop":1726217567471,"duration":1}},{"uid":"6a26074904cf9ca2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a26074904cf9ca2","status":"passed","time":{"start":1726217508416,"stop":1726217508417,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"833526ba1cdb55de","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/833526ba1cdb55de","status":"passed","time":{"start":1726217450205,"stop":1726217450205,"duration":0}},{"uid":"ac7986a7243e720f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac7986a7243e720f","status":"passed","time":{"start":1726217391856,"stop":1726217391856,"duration":0}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"edda3e06ccbd69e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/edda3e06ccbd69e","status":"passed","time":{"start":1726217924745,"stop":1726217924746,"duration":1}},{"uid":"5f64eb5ccc4bdf4e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5f64eb5ccc4bdf4e","status":"passed","time":{"start":1726217840542,"stop":1726217840542,"duration":0}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f951cc8dcef3d65c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f951cc8dcef3d65c","status":"passed","time":{"start":1726217472856,"stop":1726217472857,"duration":1}},{"uid":"7f3b749a0a4e3c28","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f3b749a0a4e3c28","status":"passed","time":{"start":1726217414159,"stop":1726217414160,"duration":1}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5c361733fd3667b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5c361733fd3667b5","status":"passed","time":{"start":1726217687428,"stop":1726217687428,"duration":0}},{"uid":"b221113eacfee29f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b221113eacfee29f","status":"passed","time":{"start":1726217604497,"stop":1726217604497,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"129712e73ee93a04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/129712e73ee93a04","status":"passed","time":{"start":1726217477826,"stop":1726217477826,"duration":0}},{"uid":"2bf013422fd50d54","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2bf013422fd50d54","status":"passed","time":{"start":1726217419063,"stop":1726217419063,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a2831c813634ca9b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2831c813634ca9b","status":"passed","time":{"start":1726218066274,"stop":1726218066274,"duration":0}},{"uid":"eea664d46f79d0a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eea664d46f79d0a4","status":"passed","time":{"start":1726217965297,"stop":1726217965298,"duration":1}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"94ea7fb02ebdb117","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/94ea7fb02ebdb117","status":"passed","time":{"start":1726217507038,"stop":1726217507039,"duration":1}},{"uid":"da1d47c70226dd7b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/da1d47c70226dd7b","status":"passed","time":{"start":1726217445601,"stop":1726217445615,"duration":14}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"55a65680c90a88e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55a65680c90a88e7","status":"passed","time":{"start":1726217976622,"stop":1726217976623,"duration":1}},{"uid":"19cb1db945b11e2c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/19cb1db945b11e2c","status":"passed","time":{"start":1726217890303,"stop":1726217890303,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bf79c5635140e55b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bf79c5635140e55b","status":"passed","time":{"start":1726218066287,"stop":1726218066287,"duration":0}},{"uid":"1bdcc5c117b2f01c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1bdcc5c117b2f01c","status":"passed","time":{"start":1726217965310,"stop":1726217965310,"duration":0}}]},"4f2f52c038bb199a9f35671dc4756ae6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb50231047495df1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb50231047495df1","status":"passed","time":{"start":1726218011623,"stop":1726218011624,"duration":1}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7a8433e86cab8872","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7a8433e86cab8872","status":"passed","time":{"start":1726217848421,"stop":1726217848421,"duration":0}},{"uid":"67ae3624c9fcfd9a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/67ae3624c9fcfd9a","status":"passed","time":{"start":1726217774671,"stop":1726217774675,"duration":4}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bc42a85f29c1e597","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bc42a85f29c1e597","status":"passed","time":{"start":1726217463040,"stop":1726217463041,"duration":1}},{"uid":"3ef44cc1fdcf7f1e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3ef44cc1fdcf7f1e","status":"passed","time":{"start":1726217404607,"stop":1726217404607,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"743618d37056dc7e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/743618d37056dc7e","status":"passed","time":{"start":1726217677826,"stop":1726217677827,"duration":1}},{"uid":"6ddb7b9421b4a6f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6ddb7b9421b4a6f3","status":"passed","time":{"start":1726217616844,"stop":1726217616844,"duration":0}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a2bd097e0388c856","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2bd097e0388c856","status":"passed","time":{"start":1726218139625,"stop":1726218139625,"duration":0}},{"uid":"ae3327f57b9c051f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ae3327f57b9c051f","status":"passed","time":{"start":1726218051436,"stop":1726218051436,"duration":0}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"71d198a213384c02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71d198a213384c02","status":"passed","time":{"start":1726217461853,"stop":1726217461853,"duration":0}},{"uid":"e21b56612f08202d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e21b56612f08202d","status":"passed","time":{"start":1726217403236,"stop":1726217403236,"duration":0}}]},"3f3fdd0f17e805c2e0f6beef8ccb5084:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f94d798aba06a946","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f94d798aba06a946","status":"passed","time":{"start":1726217868256,"stop":1726217868257,"duration":1}},{"uid":"7a6c2c17b346ba0a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7a6c2c17b346ba0a","status":"passed","time":{"start":1726217785181,"stop":1726217785182,"duration":1}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"157d554266efcd8e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/157d554266efcd8e","status":"passed","time":{"start":1726218139625,"stop":1726218139626,"duration":1}},{"uid":"7ca07c7dde6df74d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7ca07c7dde6df74d","status":"passed","time":{"start":1726218051437,"stop":1726218051437,"duration":0}}]},"3701393d88c2e4dfb99a1d535ef8bcfc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"31c339942342c875","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/31c339942342c875","status":"passed","time":{"start":1726217946744,"stop":1726217946744,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"663f441ba2161d95","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/663f441ba2161d95","status":"passed","time":{"start":1726217924735,"stop":1726217924736,"duration":1}},{"uid":"19b800067d1d62d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/19b800067d1d62d7","status":"passed","time":{"start":1726217840476,"stop":1726217840476,"duration":0}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c6a0aaa5fd2f1950","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c6a0aaa5fd2f1950","status":"passed","time":{"start":1726217500291,"stop":1726217500292,"duration":1}},{"uid":"9fc18cd37afd70da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9fc18cd37afd70da","status":"passed","time":{"start":1726217442001,"stop":1726217442001,"duration":0}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"916f4fe4fc4b1b3e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/916f4fe4fc4b1b3e","status":"passed","time":{"start":1726217706005,"stop":1726217706005,"duration":0}},{"uid":"745293e32b41ecf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/745293e32b41ecf","status":"passed","time":{"start":1726217650762,"stop":1726217650762,"duration":0}}]},"3a7572093e3b3731e2f5ad837294ce98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"575f5f1a89a5a265","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/575f5f1a89a5a265","status":"passed","time":{"start":1726218039628,"stop":1726218039628,"duration":0}}]},"6c90582fdc48e1a1d7577cc7f348964b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b40cc9cbef911cb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3b40cc9cbef911cb","status":"passed","time":{"start":1726217952881,"stop":1726217952882,"duration":1}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6f4c9124210afede","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f4c9124210afede","status":"passed","time":{"start":1726217462331,"stop":1726217462332,"duration":1}},{"uid":"2360914abd7e54d0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2360914abd7e54d0","status":"passed","time":{"start":1726217404185,"stop":1726217404186,"duration":1}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1d87b66ed1f7f3d1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d87b66ed1f7f3d1","status":"passed","time":{"start":1726217924752,"stop":1726217924752,"duration":0}},{"uid":"8023eebb9456ba5e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8023eebb9456ba5e","status":"passed","time":{"start":1726217840543,"stop":1726217840543,"duration":0}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"394d8788832ad6a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/394d8788832ad6a8","status":"passed","time":{"start":1726217804575,"stop":1726217804575,"duration":0}},{"uid":"1b17c8f499cc26b7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1b17c8f499cc26b7","status":"passed","time":{"start":1726217733941,"stop":1726217733942,"duration":1}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c1475a358e355104","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1475a358e355104","status":"passed","time":{"start":1726217449483,"stop":1726217449483,"duration":0}},{"uid":"803e7bc01ae791a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/803e7bc01ae791a","status":"passed","time":{"start":1726217391254,"stop":1726217391254,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9613918c76680899","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9613918c76680899","status":"passed","time":{"start":1726218013701,"stop":1726218013702,"duration":1}},{"uid":"4c3861dcfb5d0a07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4c3861dcfb5d0a07","status":"passed","time":{"start":1726217945335,"stop":1726217945335,"duration":0}}]},"f4f881c2782d3268a6f52ca6ca8df6ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"12289a79c2e77653","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/12289a79c2e77653","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1726217868252,"stop":1726217868253,"duration":1}},{"uid":"bdb3557163ccc51","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bdb3557163ccc51","status":"passed","time":{"start":1726217785179,"stop":1726217785179,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e12b17f9d8cc7435","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e12b17f9d8cc7435","status":"passed","time":{"start":1726218013729,"stop":1726218013730,"duration":1}},{"uid":"4ffc107112c452a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4ffc107112c452a4","status":"passed","time":{"start":1726217945358,"stop":1726217945358,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"60217863f75bfaa2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/60217863f75bfaa2","status":"passed","time":{"start":1726217454966,"stop":1726217454966,"duration":0}},{"uid":"45e3db3a793c5b32","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/45e3db3a793c5b32","status":"passed","time":{"start":1726217396432,"stop":1726217396433,"duration":1}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"44274d34b09f4ce7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/44274d34b09f4ce7","status":"passed","time":{"start":1726217804645,"stop":1726217804645,"duration":0}},{"uid":"c7b20999fbd35fa7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c7b20999fbd35fa7","status":"passed","time":{"start":1726217734028,"stop":1726217734028,"duration":0}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3e3de8fe60b5e45a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3e3de8fe60b5e45a","status":"passed","time":{"start":1726217474514,"stop":1726217474514,"duration":0}},{"uid":"25895e84ffdfc73e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/25895e84ffdfc73e","status":"passed","time":{"start":1726217415842,"stop":1726217415842,"duration":0}}]},"4f69cadf0368d282ee7ac100b52ecf35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db4c144717750659","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/db4c144717750659","status":"passed","time":{"start":1726217945350,"stop":1726217945357,"duration":7}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"3570f6d576837572","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3570f6d576837572","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924766,"stop":1726217924766,"duration":0}},{"uid":"f42e24f71d6b7e1d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f42e24f71d6b7e1d","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840571,"stop":1726217840571,"duration":0}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c68091fa3992f9d9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c68091fa3992f9d9","status":"passed","time":{"start":1726218013701,"stop":1726218013701,"duration":0}},{"uid":"679040e4bec8700a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/679040e4bec8700a","status":"passed","time":{"start":1726217945334,"stop":1726217945334,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d554c82e90c12818","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d554c82e90c12818","status":"passed","time":{"start":1726217687420,"stop":1726217687421,"duration":1}},{"uid":"473edeace670e633","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/473edeace670e633","status":"passed","time":{"start":1726217604486,"stop":1726217604487,"duration":1}}]},"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ea09cf19f1ee130c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ea09cf19f1ee130c","status":"passed","time":{"start":1726217441538,"stop":1726217441544,"duration":6}},{"uid":"d44dd78f36eb27c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d44dd78f36eb27c","status":"passed","time":{"start":1726217383206,"stop":1726217383207,"duration":1}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"665413658dfe9f5e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/665413658dfe9f5e","status":"passed","time":{"start":1726217946675,"stop":1726217946676,"duration":1}},{"uid":"c1f0b3986f61a4bf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1f0b3986f61a4bf","status":"passed","time":{"start":1726217862768,"stop":1726217862768,"duration":0}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b70b5bb13275e661","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b70b5bb13275e661","status":"passed","time":{"start":1726217978667,"stop":1726217978667,"duration":0}},{"uid":"48d0a09d9e594971","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/48d0a09d9e594971","status":"passed","time":{"start":1726217893875,"stop":1726217893875,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2f19eecf52c8f720","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2f19eecf52c8f720","status":"passed","time":{"start":1726217976606,"stop":1726217976607,"duration":1}},{"uid":"7847a607859577a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7847a607859577a6","status":"passed","time":{"start":1726217890296,"stop":1726217890296,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"16047adab6dc31ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/16047adab6dc31ca","status":"passed","time":{"start":1726217450207,"stop":1726217450208,"duration":1}},{"uid":"a3d0764ee6882ff9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a3d0764ee6882ff9","status":"passed","time":{"start":1726217391859,"stop":1726217391859,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"18983dd94a18de7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18983dd94a18de7","status":"passed","time":{"start":1726217450206,"stop":1726217450207,"duration":1}},{"uid":"c5ee97c480adcb0b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c5ee97c480adcb0b","status":"passed","time":{"start":1726217391858,"stop":1726217391858,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fdda0479736669ef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fdda0479736669ef","status":"passed","time":{"start":1726218013692,"stop":1726218013693,"duration":1}},{"uid":"f7e625de80add99e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f7e625de80add99e","status":"passed","time":{"start":1726217945326,"stop":1726217945327,"duration":1}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c764ddbcab5ac74f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c764ddbcab5ac74f","status":"passed","time":{"start":1726217474515,"stop":1726217474515,"duration":0}},{"uid":"eb69a82b0f484e62","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eb69a82b0f484e62","status":"passed","time":{"start":1726217415842,"stop":1726217415843,"duration":1}}]},"d707288a53363dc4640048e4fdfdebd5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3aaa244311e0da59","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3aaa244311e0da59","status":"passed","time":{"start":1726217976611,"stop":1726217976613,"duration":2}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"88a4957eb6159ad5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/88a4957eb6159ad5","status":"passed","time":{"start":1726217946673,"stop":1726217946674,"duration":1}},{"uid":"2757dc9662d91a6c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2757dc9662d91a6c","status":"passed","time":{"start":1726217862767,"stop":1726217862767,"duration":0}}]},"40e35ec0e10dfb4b715b9fb00f4656a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef2cd6e362cefa22","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef2cd6e362cefa22","status":"passed","time":{"start":1726218011624,"stop":1726218011625,"duration":1}}]},"7e5dca37c2ca649e07a605fff085f2dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e871defc1b7b0957","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e871defc1b7b0957","status":"passed","time":{"start":1726217952883,"stop":1726217952883,"duration":0}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f3834b4837587fd1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3834b4837587fd1","status":"passed","time":{"start":1726217455153,"stop":1726217455153,"duration":0}},{"uid":"1e9b7c153256dc8b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1e9b7c153256dc8b","status":"passed","time":{"start":1726217396842,"stop":1726217396842,"duration":0}}]},"892295af961bb0c160de29d06a237927:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33be19679efe1aaa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/33be19679efe1aaa","status":"passed","time":{"start":1726218011626,"stop":1726218011626,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"591f890830c9edf4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/591f890830c9edf4","status":"passed","time":{"start":1726217677784,"stop":1726217677785,"duration":1}},{"uid":"56302dde65f3b459","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/56302dde65f3b459","status":"passed","time":{"start":1726217616835,"stop":1726217616836,"duration":1}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9f6ad9d0a302fa81","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9f6ad9d0a302fa81","status":"passed","time":{"start":1726217960212,"stop":1726217960212,"duration":0}},{"uid":"245e9037cd62387a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/245e9037cd62387a","status":"passed","time":{"start":1726217875224,"stop":1726217875225,"duration":1}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8a91252486d89c80","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a91252486d89c80","status":"passed","time":{"start":1726217980035,"stop":1726217980035,"duration":0}},{"uid":"b86c618ab3ad21e6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b86c618ab3ad21e6","status":"passed","time":{"start":1726217896496,"stop":1726217896496,"duration":0}}]},"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3f16e5f1c1705c00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3f16e5f1c1705c00","status":"passed","time":{"start":1726217441548,"stop":1726217441548,"duration":0}},{"uid":"565d0647c6a85aba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/565d0647c6a85aba","status":"passed","time":{"start":1726217383210,"stop":1726217383211,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f667a9aa18932b1f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f667a9aa18932b1f","status":"passed","time":{"start":1726217454965,"stop":1726217454965,"duration":0}},{"uid":"6e2c89319c8caad9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e2c89319c8caad9","status":"passed","time":{"start":1726217396430,"stop":1726217396431,"duration":1}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"55912713e024dcc9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55912713e024dcc9","status":"passed","time":{"start":1726217449467,"stop":1726217449468,"duration":1}},{"uid":"4516283a4ea9ddf5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4516283a4ea9ddf5","status":"passed","time":{"start":1726217391246,"stop":1726217391246,"duration":0}}]},"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"135264c5abcb468c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/135264c5abcb468c","status":"passed","time":{"start":1726217742497,"stop":1726217742497,"duration":0}},{"uid":"d9421ab2d2d7d2db","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9421ab2d2d7d2db","status":"passed","time":{"start":1726217674282,"stop":1726217674282,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2d61d05e596ee0bb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2d61d05e596ee0bb","status":"passed","time":{"start":1726217706000,"stop":1726217706000,"duration":0}},{"uid":"2d3482a3f894781b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2d3482a3f894781b","status":"passed","time":{"start":1726217650757,"stop":1726217650757,"duration":0}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f4046bbb7f92c7c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f4046bbb7f92c7c4","status":"passed","time":{"start":1726218066304,"stop":1726218066305,"duration":1}},{"uid":"55ec187768f05e10","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/55ec187768f05e10","status":"passed","time":{"start":1726217965342,"stop":1726217965345,"duration":3}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e4676b067da16ef4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e4676b067da16ef4","status":"passed","time":{"start":1726217705995,"stop":1726217705996,"duration":1}},{"uid":"e76a3fde5e0f6beb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e76a3fde5e0f6beb","status":"passed","time":{"start":1726217650746,"stop":1726217650747,"duration":1}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fd000a3b6481080d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd000a3b6481080d","status":"passed","time":{"start":1726217493341,"stop":1726217493341,"duration":0}},{"uid":"c6ea362b5d0dc4be","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c6ea362b5d0dc4be","status":"passed","time":{"start":1726217434835,"stop":1726217434836,"duration":1}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ca68ae3dc8e86300","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca68ae3dc8e86300","status":"passed","time":{"start":1726217687439,"stop":1726217687439,"duration":0}},{"uid":"47e96d991d2a2832","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/47e96d991d2a2832","status":"passed","time":{"start":1726217604519,"stop":1726217604520,"duration":1}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"af16cec20f846056","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af16cec20f846056","status":"passed","time":{"start":1726217980055,"stop":1726217980055,"duration":0}},{"uid":"707af16b220e0ec9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/707af16b220e0ec9","status":"passed","time":{"start":1726217896509,"stop":1726217896509,"duration":0}}]},"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1843b00d8f2bd14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1843b00d8f2bd14","status":"passed","time":{"start":1726217441555,"stop":1726217441555,"duration":0}},{"uid":"27d4e6e58837f035","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/27d4e6e58837f035","status":"passed","time":{"start":1726217383218,"stop":1726217383218,"duration":0}}]},"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"698cea5946ef0424","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/698cea5946ef0424","status":"passed","time":{"start":1726217441545,"stop":1726217441545,"duration":0}},{"uid":"7ec42da006999a8a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7ec42da006999a8a","status":"passed","time":{"start":1726217383208,"stop":1726217383208,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5868e895f3b49a09","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5868e895f3b49a09","status":"passed","time":{"start":1726218085656,"stop":1726218085657,"duration":1}},{"uid":"23dd5a7087c76a6d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/23dd5a7087c76a6d","status":"passed","time":{"start":1726217996427,"stop":1726217996427,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9f598f9ebb5059cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9f598f9ebb5059cb","status":"passed","time":{"start":1726217608001,"stop":1726217608002,"duration":1}},{"uid":"388829911390837e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/388829911390837e","status":"passed","time":{"start":1726217547142,"stop":1726217547143,"duration":1}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e3a434d551af9d9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3a434d551af9d9a","status":"passed","time":{"start":1726217473325,"stop":1726217473325,"duration":0}},{"uid":"3d59cfd491d97446","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3d59cfd491d97446","status":"passed","time":{"start":1726217414670,"stop":1726217414670,"duration":0}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c3d8eb446dfacfe9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3d8eb446dfacfe9","status":"passed","time":{"start":1726217466675,"stop":1726217466676,"duration":1}},{"uid":"8c71f46a7d136f92","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c71f46a7d136f92","status":"passed","time":{"start":1726217408296,"stop":1726217408296,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8085f42cd3c196ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8085f42cd3c196ca","status":"passed","time":{"start":1726217567472,"stop":1726217567473,"duration":1}},{"uid":"664dd1a4daccaac8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/664dd1a4daccaac8","status":"passed","time":{"start":1726217508418,"stop":1726217508419,"duration":1}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f4ef8f4fa2874bfe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f4ef8f4fa2874bfe","status":"passed","time":{"start":1726217449479,"stop":1726217449480,"duration":1}},{"uid":"d2ee5840280ce803","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d2ee5840280ce803","status":"passed","time":{"start":1726217391251,"stop":1726217391252,"duration":1}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"34987f1e0c4cff7a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34987f1e0c4cff7a","status":"passed","time":{"start":1726217551920,"stop":1726217551920,"duration":0}},{"uid":"a5f309efe06b1e4e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a5f309efe06b1e4e","status":"passed","time":{"start":1726217494760,"stop":1726217494760,"duration":0}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d8bc04fa2cad4afe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d8bc04fa2cad4afe","status":"passed","time":{"start":1726217946735,"stop":1726217946735,"duration":0}},{"uid":"4b5b5e7a65992b9f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b5b5e7a65992b9f","status":"passed","time":{"start":1726217862787,"stop":1726217862787,"duration":0}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8db847d1f97c48e2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8db847d1f97c48e2","status":"passed","time":{"start":1726217924742,"stop":1726217924742,"duration":0}},{"uid":"9ad727592440a8a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9ad727592440a8a4","status":"passed","time":{"start":1726217840517,"stop":1726217840517,"duration":0}}]},"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"be7ef5cf7a377c0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be7ef5cf7a377c0","status":"passed","time":{"start":1726218063109,"stop":1726218063110,"duration":1}},{"uid":"60db92e480a1f313","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/60db92e480a1f313","status":"passed","time":{"start":1726217974421,"stop":1726217974422,"duration":1}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"526eb17fa2b13c72","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/526eb17fa2b13c72","status":"passed","time":{"start":1726217455151,"stop":1726217455151,"duration":0}},{"uid":"479bc922fbd7d268","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/479bc922fbd7d268","status":"passed","time":{"start":1726217396840,"stop":1726217396840,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"be4a89efa6eeda7c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be4a89efa6eeda7c","status":"passed","time":{"start":1726217724200,"stop":1726217724200,"duration":0}},{"uid":"2975df4d243f885d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2975df4d243f885d","status":"passed","time":{"start":1726217656056,"stop":1726217656056,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1e3633514e5ee9f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1e3633514e5ee9f7","status":"passed","time":{"start":1726218066296,"stop":1726218066296,"duration":0}},{"uid":"3138acea2778f812","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3138acea2778f812","status":"passed","time":{"start":1726217965314,"stop":1726217965314,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4361aea2bfb11075","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4361aea2bfb11075","status":"passed","time":{"start":1726217924730,"stop":1726217924730,"duration":0}},{"uid":"9592ca86a9c25c83","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9592ca86a9c25c83","status":"passed","time":{"start":1726217840472,"stop":1726217840472,"duration":0}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b6ab9ef98e88147b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b6ab9ef98e88147b","status":"passed","time":{"start":1726218066275,"stop":1726218066276,"duration":1}},{"uid":"329b443b028cc1f1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/329b443b028cc1f1","status":"passed","time":{"start":1726217965299,"stop":1726217965299,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"925b1c919a4ad23d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/925b1c919a4ad23d","status":"passed","time":{"start":1726217687427,"stop":1726217687428,"duration":1}},{"uid":"9cb50416fac1c0a2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9cb50416fac1c0a2","status":"passed","time":{"start":1726217604496,"stop":1726217604496,"duration":0}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"52aa7f8c3c7dab29","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/52aa7f8c3c7dab29","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217976621,"stop":1726217976622,"duration":1}},{"uid":"a47604b2d870268c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a47604b2d870268c","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217890303,"stop":1726217890303,"duration":0}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"53e26649a382515b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53e26649a382515b","status":"passed","time":{"start":1726217677844,"stop":1726217677845,"duration":1}},{"uid":"324bd5ac8a86827c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/324bd5ac8a86827c","status":"passed","time":{"start":1726217616848,"stop":1726217616849,"duration":1}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"432d70d9375b9e24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/432d70d9375b9e24","status":"passed","time":{"start":1726217463040,"stop":1726217463040,"duration":0}},{"uid":"f2889d0b60835cc4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f2889d0b60835cc4","status":"passed","time":{"start":1726217404607,"stop":1726217404607,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"25dbdae7dd1dad37","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/25dbdae7dd1dad37","status":"passed","time":{"start":1726217466675,"stop":1726217466675,"duration":0}},{"uid":"76375116bd58d115","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/76375116bd58d115","status":"passed","time":{"start":1726217408296,"stop":1726217408296,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1367842c152bee60","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1367842c152bee60","status":"passed","time":{"start":1726217946721,"stop":1726217946721,"duration":0}},{"uid":"eaa719d4375c1255","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eaa719d4375c1255","status":"passed","time":{"start":1726217862774,"stop":1726217862775,"duration":1}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"486cf7f81ffa6dae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/486cf7f81ffa6dae","status":"passed","time":{"start":1726218066314,"stop":1726218066315,"duration":1}},{"uid":"c322bce9d685314c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c322bce9d685314c","status":"passed","time":{"start":1726217965347,"stop":1726217965348,"duration":1}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5692dc5d47602a81","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5692dc5d47602a81","status":"passed","time":{"start":1726217503655,"stop":1726217503656,"duration":1}},{"uid":"3264a78b206d26df","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3264a78b206d26df","status":"passed","time":{"start":1726217444759,"stop":1726217444759,"duration":0}}]},"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c414834a9c5d931","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c414834a9c5d931","status":"passed","time":{"start":1726217441561,"stop":1726217441561,"duration":0}},{"uid":"5e321b15d6edd488","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e321b15d6edd488","status":"passed","time":{"start":1726217383223,"stop":1726217383223,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3a32b0028b9f79ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a32b0028b9f79ca","status":"passed","time":{"start":1726217946741,"stop":1726217946741,"duration":0}},{"uid":"c87643f3f2d06dfc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c87643f3f2d06dfc","status":"passed","time":{"start":1726217862793,"stop":1726217862794,"duration":1}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e526ec3fd1963b8e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e526ec3fd1963b8e","status":"passed","time":{"start":1726217466674,"stop":1726217466675,"duration":1}},{"uid":"206710e8a1c0062e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/206710e8a1c0062e","status":"passed","time":{"start":1726217408295,"stop":1726217408295,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"13856bd9edcc75aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/13856bd9edcc75aa","status":"passed","time":{"start":1726217455151,"stop":1726217455152,"duration":1}},{"uid":"fad85b3d0a854ebc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fad85b3d0a854ebc","status":"passed","time":{"start":1726217396840,"stop":1726217396840,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a127032ae9eea9cc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a127032ae9eea9cc","status":"passed","time":{"start":1726217924741,"stop":1726217924741,"duration":0}},{"uid":"2d39bf251a87d1a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2d39bf251a87d1a4","status":"passed","time":{"start":1726217840515,"stop":1726217840516,"duration":1}}]},"898cbf4a8fba0498e448f7a87518ff0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9fa765fa058e38dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9fa765fa058e38dc","status":"passed","time":{"start":1726218039630,"stop":1726218039630,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2e63e0cbccc2a075","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e63e0cbccc2a075","status":"passed","time":{"start":1726217687449,"stop":1726217687450,"duration":1}},{"uid":"de56a992437121a7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/de56a992437121a7","status":"passed","time":{"start":1726217604530,"stop":1726217604536,"duration":6}}]},"d1fd9bcbabca03cab7674897b320322b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a76c0089bc66ad9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a76c0089bc66ad9","status":"passed","time":{"start":1726217945358,"stop":1726217945358,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"169693eed88d11f4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/169693eed88d11f4","status":"passed","time":{"start":1726218066305,"stop":1726218066307,"duration":2}},{"uid":"43a75977d10a2ca9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43a75977d10a2ca9","status":"passed","time":{"start":1726217965346,"stop":1726217965346,"duration":0}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bb195f127bc23fc3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb195f127bc23fc3","status":"passed","time":{"start":1726217946739,"stop":1726217946739,"duration":0}},{"uid":"c4226e25790fc1f8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4226e25790fc1f8","status":"passed","time":{"start":1726217862788,"stop":1726217862789,"duration":1}}]},"cd8204a5a2773e22a709a9ffc08278f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1718215cb2ff9a1b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1718215cb2ff9a1b","status":"passed","time":{"start":1726217924759,"stop":1726217924759,"duration":0}}]},"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7f1f6d1f744a94a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7f1f6d1f744a94a6","status":"passed","time":{"start":1726217441549,"stop":1726217441549,"duration":0}},{"uid":"cbe3e33657898b5c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cbe3e33657898b5c","status":"passed","time":{"start":1726217383212,"stop":1726217383212,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"21a181c76e1fbf4f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21a181c76e1fbf4f","status":"passed","time":{"start":1726218054684,"stop":1726218054684,"duration":0}},{"uid":"d9c8b6f763ad06c9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9c8b6f763ad06c9","status":"passed","time":{"start":1726217965431,"stop":1726217965431,"duration":0}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e0fb4e9e26f6b570","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0fb4e9e26f6b570","status":"passed","time":{"start":1726218013697,"stop":1726218013697,"duration":0}},{"uid":"8e9e3b9e5d64fec7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e9e3b9e5d64fec7","status":"passed","time":{"start":1726217945330,"stop":1726217945331,"duration":1}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"eb457267617fafac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb457267617fafac","status":"passed","time":{"start":1726218066279,"stop":1726218066279,"duration":0}},{"uid":"52308df98022a0f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/52308df98022a0f2","status":"passed","time":{"start":1726217965302,"stop":1726217965303,"duration":1}}]},"ef736a49114e09f573250a7bccc35ae2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ecb4dbb01334f29d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ecb4dbb01334f29d","status":"passed","time":{"start":1726218039629,"stop":1726218039629,"duration":0}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e44df5c108d260a3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e44df5c108d260a3","status":"passed","time":{"start":1726218054673,"stop":1726218054673,"duration":0}},{"uid":"680f3c0d345cc8da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/680f3c0d345cc8da","status":"passed","time":{"start":1726217965430,"stop":1726217965430,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3102ce46df784b5a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3102ce46df784b5a","status":"passed","time":{"start":1726217924758,"stop":1726217924759,"duration":1}},{"uid":"fb75925c82415f3b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fb75925c82415f3b","status":"passed","time":{"start":1726217840560,"stop":1726217840562,"duration":2}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"df2f8c58c95060a5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df2f8c58c95060a5","status":"passed","time":{"start":1726218085663,"stop":1726218085664,"duration":1}},{"uid":"983de1f24e267f0b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/983de1f24e267f0b","status":"passed","time":{"start":1726217996430,"stop":1726217996431,"duration":1}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5f17a1fd85500929","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f17a1fd85500929","status":"passed","time":{"start":1726217687431,"stop":1726217687432,"duration":1}},{"uid":"c3bb6e1457e716d4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c3bb6e1457e716d4","status":"passed","time":{"start":1726217604499,"stop":1726217604509,"duration":10}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b0e8224f5deac55d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b0e8224f5deac55d","status":"passed","time":{"start":1726218066298,"stop":1726218066299,"duration":1}},{"uid":"46eb463f4202af18","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/46eb463f4202af18","status":"passed","time":{"start":1726217965319,"stop":1726217965319,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fa930ca5f2fb2f33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa930ca5f2fb2f33","status":"passed","time":{"start":1726217946742,"stop":1726217946743,"duration":1}},{"uid":"78b15efb9775cbb5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/78b15efb9775cbb5","status":"passed","time":{"start":1726217862798,"stop":1726217862799,"duration":1}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"176c58e700c9d627","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/176c58e700c9d627","status":"passed","time":{"start":1726218066298,"stop":1726218066298,"duration":0}},{"uid":"755019ded38c6117","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/755019ded38c6117","status":"passed","time":{"start":1726217965318,"stop":1726217965318,"duration":0}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"100487c0b35a722e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/100487c0b35a722e","status":"passed","time":{"start":1726217455154,"stop":1726217455154,"duration":0}},{"uid":"40b2c280d2738746","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/40b2c280d2738746","status":"passed","time":{"start":1726217396843,"stop":1726217396843,"duration":0}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"95c639a6bcb02022","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95c639a6bcb02022","status":"passed","time":{"start":1726217946700,"stop":1726217946705,"duration":5}},{"uid":"a08487edb4173a8f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a08487edb4173a8f","status":"passed","time":{"start":1726217862772,"stop":1726217862772,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"48dcbc888136b7ac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48dcbc888136b7ac","status":"passed","time":{"start":1726218013692,"stop":1726218013692,"duration":0}},{"uid":"89cbb441bea871a9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/89cbb441bea871a9","status":"passed","time":{"start":1726217945325,"stop":1726217945326,"duration":1}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c1d2dd506ddaa322","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1d2dd506ddaa322","status":"passed","time":{"start":1726217450193,"stop":1726217450193,"duration":0}},{"uid":"23da2af5fdbef403","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/23da2af5fdbef403","status":"passed","time":{"start":1726217391845,"stop":1726217391845,"duration":0}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f2ea9e5a40036722","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f2ea9e5a40036722","status":"passed","time":{"start":1726217450197,"stop":1726217450197,"duration":0}},{"uid":"39e2bac5e3e389b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39e2bac5e3e389b5","status":"passed","time":{"start":1726217391849,"stop":1726217391849,"duration":0}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ec4f413dbf24196e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ec4f413dbf24196e","status":"passed","time":{"start":1726217960212,"stop":1726217960212,"duration":0}},{"uid":"83a499a867e783b7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/83a499a867e783b7","status":"passed","time":{"start":1726217875225,"stop":1726217875226,"duration":1}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a5ab136b1af82365","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a5ab136b1af82365","status":"passed","time":{"start":1726218054700,"stop":1726218054700,"duration":0}},{"uid":"d076e7c769a2480d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d076e7c769a2480d","status":"passed","time":{"start":1726217965433,"stop":1726217965434,"duration":1}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f31243e4d41b7834","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f31243e4d41b7834","status":"passed","time":{"start":1726217462333,"stop":1726217462333,"duration":0}},{"uid":"3beee02548768e26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3beee02548768e26","status":"passed","time":{"start":1726217404187,"stop":1726217404187,"duration":0}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c3d274f4712d5995","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3d274f4712d5995","status":"passed","time":{"start":1726217449480,"stop":1726217449481,"duration":1}},{"uid":"ce9ab3b3dc70ef34","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce9ab3b3dc70ef34","status":"passed","time":{"start":1726217391252,"stop":1726217391252,"duration":0}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6d6d264a18014b2c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d6d264a18014b2c","status":"passed","time":{"start":1726218066278,"stop":1726218066278,"duration":0}},{"uid":"8e85fe0d278c8ea5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e85fe0d278c8ea5","status":"passed","time":{"start":1726217965301,"stop":1726217965302,"duration":1}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"be51b96c20f658de","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be51b96c20f658de","status":"passed","time":{"start":1726218066305,"stop":1726218066305,"duration":0}},{"uid":"3ca0f29456da20b8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3ca0f29456da20b8","status":"passed","time":{"start":1726217965345,"stop":1726217965346,"duration":1}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4c9d3cc8fc0fbb19","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c9d3cc8fc0fbb19","status":"passed","time":{"start":1726217462334,"stop":1726217462336,"duration":2}},{"uid":"2f4ff238658c8107","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f4ff238658c8107","status":"passed","time":{"start":1726217404187,"stop":1726217404188,"duration":1}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f625a555b6611ba7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f625a555b6611ba7","status":"passed","time":{"start":1726217980039,"stop":1726217980039,"duration":0}},{"uid":"c176c0674742e634","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c176c0674742e634","status":"passed","time":{"start":1726217896501,"stop":1726217896502,"duration":1}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3454605ed0d9a3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3454605ed0d9a3","status":"passed","time":{"start":1726217677810,"stop":1726217677812,"duration":2}},{"uid":"6718ff3a05ff8552","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6718ff3a05ff8552","status":"passed","time":{"start":1726217616839,"stop":1726217616840,"duration":1}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"27f30c6a16a7a99e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/27f30c6a16a7a99e","status":"passed","time":{"start":1726218011623,"stop":1726218011623,"duration":0}},{"uid":"1def0d092b574c5a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1def0d092b574c5a","status":"passed","time":{"start":1726217923177,"stop":1726217923178,"duration":1}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e33a56e46eeb57ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e33a56e46eeb57ba","status":"passed","time":{"start":1726217608003,"stop":1726217608003,"duration":0}},{"uid":"28ad328ef3cd253d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/28ad328ef3cd253d","status":"passed","time":{"start":1726217547144,"stop":1726217547144,"duration":0}}]},"00fc3f755153563262515df98204f7c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f0fc950447a01c2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f0fc950447a01c2","status":"passed","time":{"start":1726217952882,"stop":1726217952882,"duration":0}}]},"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e8c745f9b53e82ff","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e8c745f9b53e82ff","status":"passed","time":{"start":1726217441570,"stop":1726217441570,"duration":0}},{"uid":"63d448c04ee5a59b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63d448c04ee5a59b","status":"passed","time":{"start":1726217383232,"stop":1726217383232,"duration":0}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7fd74a0165a35678","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7fd74a0165a35678","status":"passed","time":{"start":1726217472851,"stop":1726217472853,"duration":2}},{"uid":"3db3c4022b20586e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3db3c4022b20586e","status":"passed","time":{"start":1726217414156,"stop":1726217414157,"duration":1}}]},"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"21553e4e237cb56a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21553e4e237cb56a","status":"passed","time":{"start":1726218063111,"stop":1726218063112,"duration":1}},{"uid":"eeeaceb72831b18b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eeeaceb72831b18b","status":"passed","time":{"start":1726217974423,"stop":1726217974423,"duration":0}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5f97f03312eb9c3f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f97f03312eb9c3f","status":"passed","time":{"start":1726217980034,"stop":1726217980035,"duration":1}},{"uid":"71f033ffcd97dbb6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/71f033ffcd97dbb6","status":"passed","time":{"start":1726217896495,"stop":1726217896496,"duration":1}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6cc886dceb5d32a7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6cc886dceb5d32a7","status":"passed","time":{"start":1726217687424,"stop":1726217687424,"duration":0}},{"uid":"d9dd44d94d730470","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9dd44d94d730470","status":"passed","time":{"start":1726217604491,"stop":1726217604491,"duration":0}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7c572d9bf118a112","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7c572d9bf118a112","status":"passed","time":{"start":1726218090763,"stop":1726218090763,"duration":0}},{"uid":"7f92eb263570ecc8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f92eb263570ecc8","status":"passed","time":{"start":1726217999476,"stop":1726217999476,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a19fa9505e421d8b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a19fa9505e421d8b","status":"passed","time":{"start":1726218013689,"stop":1726218013689,"duration":0}},{"uid":"4befe073dfec3517","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4befe073dfec3517","status":"passed","time":{"start":1726217945323,"stop":1726217945323,"duration":0}}]},"605d9f7dc298219be60b25afae490284:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11ca953b82711ae5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/11ca953b82711ae5","status":"passed","time":{"start":1726217840503,"stop":1726217840504,"duration":1}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c4ccced96b1fa86c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c4ccced96b1fa86c","status":"passed","time":{"start":1726218020453,"stop":1726218020454,"duration":1}},{"uid":"99eda544e90d7b15","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/99eda544e90d7b15","status":"passed","time":{"start":1726217934111,"stop":1726217934111,"duration":0}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3bf46a1397bddf6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3bf46a1397bddf6","status":"passed","time":{"start":1726217960211,"stop":1726217960211,"duration":0}},{"uid":"16bc844da4a746a8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/16bc844da4a746a8","status":"passed","time":{"start":1726217875222,"stop":1726217875223,"duration":1}}]},"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e102d41d9f350282","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e102d41d9f350282","status":"passed","time":{"start":1726217441544,"stop":1726217441545,"duration":1}},{"uid":"45fc3dd82c1fda9c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/45fc3dd82c1fda9c","status":"passed","time":{"start":1726217383207,"stop":1726217383207,"duration":0}}]},"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"74562d24961e217d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/74562d24961e217d","status":"passed","time":{"start":1726217441562,"stop":1726217441562,"duration":0}},{"uid":"dd728a2a2fbb7f5f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dd728a2a2fbb7f5f","status":"passed","time":{"start":1726217383224,"stop":1726217383225,"duration":1}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"42046d79d859bdb0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42046d79d859bdb0","status":"passed","time":{"start":1726218071324,"stop":1726218071324,"duration":0}},{"uid":"24bede9933db2998","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/24bede9933db2998","status":"passed","time":{"start":1726217984830,"stop":1726217984830,"duration":0}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d37f0742a50075a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d37f0742a50075a8","status":"passed","time":{"start":1726218077305,"stop":1726218077305,"duration":0}},{"uid":"d50a25bf655a128b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d50a25bf655a128b","status":"passed","time":{"start":1726217991631,"stop":1726217991631,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"215000a5d8469684","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/215000a5d8469684","status":"passed","time":{"start":1726217946733,"stop":1726217946733,"duration":0}},{"uid":"52c33f3df2b581ee","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/52c33f3df2b581ee","status":"passed","time":{"start":1726217862784,"stop":1726217862785,"duration":1}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f0ace057d24b60c7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0ace057d24b60c7","status":"passed","time":{"start":1726217608003,"stop":1726217608003,"duration":0}},{"uid":"e2aa85f7d1865986","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e2aa85f7d1865986","status":"passed","time":{"start":1726217547145,"stop":1726217547145,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"293c4352c0373443","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/293c4352c0373443","status":"passed","time":{"start":1726217444067,"stop":1726217444067,"duration":0}},{"uid":"ab36cf421e506771","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ab36cf421e506771","status":"passed","time":{"start":1726217385914,"stop":1726217385914,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"21ea567502913d50","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21ea567502913d50","status":"passed","time":{"start":1726217924745,"stop":1726217924745,"duration":0}},{"uid":"3bd8c2a7fc15f7ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3bd8c2a7fc15f7ad","status":"passed","time":{"start":1726217840541,"stop":1726217840542,"duration":1}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9c6f192eeb900cb0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c6f192eeb900cb0","status":"passed","time":{"start":1726217449482,"stop":1726217449482,"duration":0}},{"uid":"b88a87f06050ca3a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b88a87f06050ca3a","status":"passed","time":{"start":1726217391253,"stop":1726217391253,"duration":0}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6ba67b6a9be32d7d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ba67b6a9be32d7d","status":"passed","time":{"start":1726217687445,"stop":1726217687447,"duration":2}},{"uid":"90e604beb63ad64d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/90e604beb63ad64d","status":"passed","time":{"start":1726217604528,"stop":1726217604529,"duration":1}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f3d3fbf9eafeb69","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3d3fbf9eafeb69","status":"passed","time":{"start":1726217946680,"stop":1726217946697,"duration":17}},{"uid":"7276886faa192460","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7276886faa192460","status":"passed","time":{"start":1726217862770,"stop":1726217862771,"duration":1}}]},"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"74663ade5407f68c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/74663ade5407f68c","status":"passed","time":{"start":1726217441532,"stop":1726217441533,"duration":1}},{"uid":"334dadb934d3d937","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/334dadb934d3d937","status":"passed","time":{"start":1726217383192,"stop":1726217383192,"duration":0}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e8a0b62e494156e2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e8a0b62e494156e2","status":"passed","time":{"start":1726218039627,"stop":1726218039627,"duration":0}},{"uid":"9a1f4eafa46adee8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9a1f4eafa46adee8","status":"passed","time":{"start":1726217952879,"stop":1726217952879,"duration":0}}]},"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ffd4f21d818bc927","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ffd4f21d818bc927","status":"passed","time":{"start":1726218077539,"stop":1726218077540,"duration":1}},{"uid":"be2f505704a383d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/be2f505704a383d7","status":"passed","time":{"start":1726217979448,"stop":1726217979448,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4dddbe5feb6cc377","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4dddbe5feb6cc377","status":"passed","time":{"start":1726218066281,"stop":1726218066282,"duration":1}},{"uid":"5d230f2532a209fe","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5d230f2532a209fe","status":"passed","time":{"start":1726217965308,"stop":1726217965308,"duration":0}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1b4d95fa4bd100bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b4d95fa4bd100bd","status":"passed","time":{"start":1726218085662,"stop":1726218085663,"duration":1}},{"uid":"5b0ef094b90fc95c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5b0ef094b90fc95c","status":"passed","time":{"start":1726217996430,"stop":1726217996430,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8333b452e9956df3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8333b452e9956df3","status":"passed","time":{"start":1726217449468,"stop":1726217449469,"duration":1}},{"uid":"c77c68103351f668","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c77c68103351f668","status":"passed","time":{"start":1726217391247,"stop":1726217391248,"duration":1}}]},"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7a5babea134bec5a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7a5babea134bec5a","status":"passed","time":{"start":1726217441559,"stop":1726217441559,"duration":0}},{"uid":"774f3b3636ddb7e1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/774f3b3636ddb7e1","status":"passed","time":{"start":1726217383221,"stop":1726217383221,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8be0f273fac9bcc2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8be0f273fac9bcc2","status":"passed","time":{"start":1726218071325,"stop":1726218071325,"duration":0}},{"uid":"998001bc08c44414","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/998001bc08c44414","status":"passed","time":{"start":1726217984831,"stop":1726217984831,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2181694ef311d30","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2181694ef311d30","status":"passed","time":{"start":1726218054691,"stop":1726218054692,"duration":1}},{"uid":"362bb8c752412946","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/362bb8c752412946","status":"passed","time":{"start":1726217965431,"stop":1726217965432,"duration":1}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a7a9ce6a75c45cff","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a7a9ce6a75c45cff","status":"passed","time":{"start":1726217463041,"stop":1726217463042,"duration":1}},{"uid":"9413f880c20b36c9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9413f880c20b36c9","status":"passed","time":{"start":1726217404608,"stop":1726217404608,"duration":0}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"5bdc3556cf623f84","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5bdc3556cf623f84","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217463043,"stop":1726217463043,"duration":0}},{"uid":"d6c699ee9945660","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d6c699ee9945660","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217404609,"stop":1726217404609,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"76243581b1758426","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/76243581b1758426","status":"passed","time":{"start":1726217687423,"stop":1726217687423,"duration":0}},{"uid":"fd96c4d9359361c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd96c4d9359361c","status":"passed","time":{"start":1726217604490,"stop":1726217604490,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c2d387150ef2f747","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c2d387150ef2f747","status":"passed","time":{"start":1726218066299,"stop":1726218066299,"duration":0}},{"uid":"6f616b5e22a70bdd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6f616b5e22a70bdd","status":"passed","time":{"start":1726217965319,"stop":1726217965319,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c28be002ac1abbae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c28be002ac1abbae","status":"passed","time":{"start":1726217503654,"stop":1726217503654,"duration":0}},{"uid":"642ae42573525dd3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/642ae42573525dd3","status":"passed","time":{"start":1726217444758,"stop":1726217444759,"duration":1}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2540c21096383b3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2540c21096383b3c","status":"passed","time":{"start":1726218085659,"stop":1726218085660,"duration":1}},{"uid":"96ecb5052696d078","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96ecb5052696d078","status":"passed","time":{"start":1726217996429,"stop":1726217996429,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"65777614b69daf42","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/65777614b69daf42","status":"passed","time":{"start":1726217980050,"stop":1726217980050,"duration":0}},{"uid":"8ce8eb729a804910","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8ce8eb729a804910","status":"passed","time":{"start":1726217896503,"stop":1726217896504,"duration":1}}]},"cdc09bc7b752df3e8a39642787ea9192:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8736293f26b6ab4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c8736293f26b6ab4","status":"passed","time":{"start":1726217677827,"stop":1726217677828,"duration":1}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9e9273b9c8ce73cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9e9273b9c8ce73cd","status":"passed","time":{"start":1726217533048,"stop":1726217533048,"duration":0}},{"uid":"70c70457ae9c4f0f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/70c70457ae9c4f0f","status":"passed","time":{"start":1726217474966,"stop":1726217474967,"duration":1}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1c0ce4e0a62a37cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c0ce4e0a62a37cf","status":"passed","time":{"start":1726217848414,"stop":1726217848414,"duration":0}},{"uid":"6e47f2d8bbcfe4cb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e47f2d8bbcfe4cb","status":"passed","time":{"start":1726217774668,"stop":1726217774668,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2fab469ec8314fea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2fab469ec8314fea","status":"passed","time":{"start":1726217976600,"stop":1726217976601,"duration":1}},{"uid":"724105d5d9a84441","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/724105d5d9a84441","status":"passed","time":{"start":1726217890292,"stop":1726217890293,"duration":1}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"666c45e548af8496","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/666c45e548af8496","status":"passed","time":{"start":1726217450194,"stop":1726217450194,"duration":0}},{"uid":"13cf0d32ecb87145","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/13cf0d32ecb87145","status":"passed","time":{"start":1726217391846,"stop":1726217391846,"duration":0}}]},"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"98511c38589bd9e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/98511c38589bd9e","status":"passed","time":{"start":1726217441558,"stop":1726217441558,"duration":0}},{"uid":"f3174f3b5aa558a5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f3174f3b5aa558a5","status":"passed","time":{"start":1726217383220,"stop":1726217383221,"duration":1}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"370620f1406a5b64","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/370620f1406a5b64","status":"passed","time":{"start":1726218091299,"stop":1726218091299,"duration":0}},{"uid":"9494e77e473de648","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9494e77e473de648","status":"passed","time":{"start":1726218000390,"stop":1726218000390,"duration":0}}]},"86e41bc1d25451331883b1ea7fc18c07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"594ff4c45895ab89","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/594ff4c45895ab89","status":"passed","time":{"start":1726218039627,"stop":1726218039628,"duration":1}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e20376927b185d2a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e20376927b185d2a","status":"passed","time":{"start":1726217927561,"stop":1726217927561,"duration":0}},{"uid":"7386b22d9c58eb0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7386b22d9c58eb0","status":"passed","time":{"start":1726217843353,"stop":1726217843353,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1c5d67241e843233","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c5d67241e843233","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"duration":0}},{"uid":"8b61c90d4ca556cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8b61c90d4ca556cd","status":"passed","time":{"start":1726218000391,"stop":1726218000392,"duration":1}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"10f9bae00905c9d9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/10f9bae00905c9d9","status":"passed","time":{"start":1726217450195,"stop":1726217450196,"duration":1}},{"uid":"fffd17e4146ca360","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fffd17e4146ca360","status":"passed","time":{"start":1726217391847,"stop":1726217391847,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"155d181d2dd11c63","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/155d181d2dd11c63","status":"passed","time":{"start":1726217978645,"stop":1726217978647,"duration":2}},{"uid":"aefe7dc1af3e1a56","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/aefe7dc1af3e1a56","status":"passed","time":{"start":1726217893872,"stop":1726217893873,"duration":1}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4e023238762566f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4e023238762566f1","status":"passed","time":{"start":1726217687447,"stop":1726217687449,"duration":2}},{"uid":"7da0db01f0218b84","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7da0db01f0218b84","status":"passed","time":{"start":1726217604529,"stop":1726217604530,"duration":1}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fefa5b17b05cc84b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fefa5b17b05cc84b","status":"passed","time":{"start":1726217687429,"stop":1726217687429,"duration":0}},{"uid":"8cd21164abb8a310","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8cd21164abb8a310","status":"passed","time":{"start":1726217604498,"stop":1726217604498,"duration":0}}]},"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1bade847af628851","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1bade847af628851","status":"passed","time":{"start":1726218077540,"stop":1726218077540,"duration":0}},{"uid":"cb2d35c22589085b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cb2d35c22589085b","status":"passed","time":{"start":1726217979449,"stop":1726217979449,"duration":0}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"47d333d62e7c116d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47d333d62e7c116d","status":"passed","time":{"start":1726217449475,"stop":1726217449476,"duration":1}},{"uid":"ca227a677b9e27d3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ca227a677b9e27d3","status":"passed","time":{"start":1726217391250,"stop":1726217391250,"duration":0}}]},"0594382963bea32e9c8b3542e5bec09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b1da881b4a2fd795","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b1da881b4a2fd795","status":"passed","time":{"start":1726217868236,"stop":1726217868237,"duration":1}},{"uid":"ea195893363204c0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ea195893363204c0","status":"passed","time":{"start":1726217785171,"stop":1726217785174,"duration":3}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c3bc736879b5085f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3bc736879b5085f","status":"passed","time":{"start":1726217444068,"stop":1726217444068,"duration":0}},{"uid":"a5cfe75f7e8c1514","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a5cfe75f7e8c1514","status":"passed","time":{"start":1726217385914,"stop":1726217385915,"duration":1}}]},"2c6e8d07fcb934340faeb1ed5ad629a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcb8c58ac0dfd459","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fcb8c58ac0dfd459","status":"passed","time":{"start":1726217923181,"stop":1726217923181,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7f25e3f990a9cdbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7f25e3f990a9cdbf","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"duration":0}},{"uid":"87c4c9d114c41ff4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/87c4c9d114c41ff4","status":"passed","time":{"start":1726218000391,"stop":1726218000391,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bb3259767a1d0e57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb3259767a1d0e57","status":"passed","time":{"start":1726218077306,"stop":1726218077306,"duration":0}},{"uid":"51fbdf9449c15f71","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/51fbdf9449c15f71","status":"passed","time":{"start":1726217991632,"stop":1726217991634,"duration":2}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"872c80c1f279eeb4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/872c80c1f279eeb4","status":"passed","time":{"start":1726217533046,"stop":1726217533046,"duration":0}},{"uid":"78e382ccd096e26c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/78e382ccd096e26c","status":"passed","time":{"start":1726217474963,"stop":1726217474963,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"54da3af17e7b59c8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54da3af17e7b59c8","status":"passed","time":{"start":1726217677814,"stop":1726217677815,"duration":1}},{"uid":"cd78cd7d9473a1a2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cd78cd7d9473a1a2","status":"passed","time":{"start":1726217616841,"stop":1726217616841,"duration":0}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"822c7391aaeeaf49","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/822c7391aaeeaf49","status":"passed","time":{"start":1726217946732,"stop":1726217946733,"duration":1}},{"uid":"44c56c1bfe700006","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/44c56c1bfe700006","status":"passed","time":{"start":1726217862783,"stop":1726217862784,"duration":1}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d71162fe36448aeb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d71162fe36448aeb","status":"passed","time":{"start":1726217946699,"stop":1726217946699,"duration":0}},{"uid":"fd439c7ee7d6c4b7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd439c7ee7d6c4b7","status":"passed","time":{"start":1726217862772,"stop":1726217862772,"duration":0}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"db8561724d375e5f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/db8561724d375e5f","status":"passed","time":{"start":1726217976603,"stop":1726217976603,"duration":0}},{"uid":"25b53a876e8eba3b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/25b53a876e8eba3b","status":"passed","time":{"start":1726217890295,"stop":1726217890295,"duration":0}}]},"dc5b89765543e8799aaed780d11dd2b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12b4d0648b00e401","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/12b4d0648b00e401","status":"passed","time":{"start":1726217890299,"stop":1726217890299,"duration":0}}]},"b6dfbc38cbe6d55cca3a467e98af681a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43993ae6688f6977","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/43993ae6688f6977","status":"passed","time":{"start":1726218011626,"stop":1726218011626,"duration":0}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"33293d8f5b9e8e0f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/33293d8f5b9e8e0f","status":"passed","time":{"start":1726217462339,"stop":1726217462339,"duration":0}},{"uid":"c813756681be6c58","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c813756681be6c58","status":"passed","time":{"start":1726217404189,"stop":1726217404190,"duration":1}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6fe6410a277322c9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6fe6410a277322c9","status":"passed","time":{"start":1726217978666,"stop":1726217978666,"duration":0}},{"uid":"4eab0cd8e4c0f18b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4eab0cd8e4c0f18b","status":"passed","time":{"start":1726217893874,"stop":1726217893874,"duration":0}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"38add447307aaaf2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/38add447307aaaf2","status":"passed","time":{"start":1726217924731,"stop":1726217924732,"duration":1}},{"uid":"e833ad1d28373582","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e833ad1d28373582","status":"passed","time":{"start":1726217840472,"stop":1726217840473,"duration":1}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"30f98cd2a9d61481","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/30f98cd2a9d61481","status":"passed","time":{"start":1726217804574,"stop":1726217804574,"duration":0}},{"uid":"497d2249cc2db959","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/497d2249cc2db959","status":"passed","time":{"start":1726217733941,"stop":1726217733941,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fd1422df3e59aced","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd1422df3e59aced","status":"passed","time":{"start":1726217706011,"stop":1726217706012,"duration":1}},{"uid":"f6ba3be7cc712b42","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f6ba3be7cc712b42","status":"passed","time":{"start":1726217650774,"stop":1726217650774,"duration":0}}]},"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1514f7ec7ccf2d5d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1514f7ec7ccf2d5d","status":"passed","time":{"start":1726217441568,"stop":1726217441569,"duration":1}},{"uid":"6c4f34e2bc4bf457","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6c4f34e2bc4bf457","status":"passed","time":{"start":1726217383231,"stop":1726217383231,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"860268ee1c290af7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/860268ee1c290af7","status":"passed","time":{"start":1726218061981,"stop":1726218061981,"duration":0}},{"uid":"e60a73c62bb11600","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e60a73c62bb11600","status":"passed","time":{"start":1726217984952,"stop":1726217984952,"duration":0}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cd9aa96cbafd7868","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd9aa96cbafd7868","status":"passed","time":{"start":1726217924744,"stop":1726217924744,"duration":0}},{"uid":"603a77c63548144a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/603a77c63548144a","status":"passed","time":{"start":1726217840524,"stop":1726217840538,"duration":14}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1915a37224b4eead","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1915a37224b4eead","status":"passed","time":{"start":1726217946721,"stop":1726217946721,"duration":0}},{"uid":"623d30565ba630dc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/623d30565ba630dc","status":"passed","time":{"start":1726217862775,"stop":1726217862775,"duration":0}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"62e29705231e7abb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/62e29705231e7abb","status":"passed","time":{"start":1726217507041,"stop":1726217507042,"duration":1}},{"uid":"839c9f31caf642ab","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/839c9f31caf642ab","status":"passed","time":{"start":1726217445616,"stop":1726217445620,"duration":4}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2ef258ced9393aaf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ef258ced9393aaf","status":"passed","time":{"start":1726217976598,"stop":1726217976598,"duration":0}},{"uid":"2d7e15d03013dacc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2d7e15d03013dacc","status":"passed","time":{"start":1726217890289,"stop":1726217890289,"duration":0}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"90d6244b18cb3998","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/90d6244b18cb3998","status":"passed","time":{"start":1726217449481,"stop":1726217449481,"duration":0}},{"uid":"d72b2267ce904f4c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d72b2267ce904f4c","status":"passed","time":{"start":1726217391253,"stop":1726217391253,"duration":0}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1454bbe5908cf8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1454bbe5908cf8c","status":"passed","time":{"start":1726217687440,"stop":1726217687441,"duration":1}},{"uid":"ccecf647a189a62c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ccecf647a189a62c","status":"passed","time":{"start":1726217604521,"stop":1726217604523,"duration":2}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"283fbfb203367c56","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/283fbfb203367c56","status":"passed","time":{"start":1726217551920,"stop":1726217551921,"duration":1}},{"uid":"96e695b439fb836","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96e695b439fb836","status":"passed","time":{"start":1726217494760,"stop":1726217494761,"duration":1}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fdcd25c2971565ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fdcd25c2971565ed","status":"passed","time":{"start":1726217804575,"stop":1726217804576,"duration":1}},{"uid":"59481860ce3678ba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59481860ce3678ba","status":"passed","time":{"start":1726217733942,"stop":1726217733943,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b6a37fe23b451513","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b6a37fe23b451513","status":"passed","time":{"start":1726217687424,"stop":1726217687425,"duration":1}},{"uid":"7529331458dc0768","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7529331458dc0768","status":"passed","time":{"start":1726217604491,"stop":1726217604492,"duration":1}}]},"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fc00216f7f742763","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc00216f7f742763","status":"passed","time":{"start":1726217441559,"stop":1726217441560,"duration":1}},{"uid":"cfd5687e32262367","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cfd5687e32262367","status":"passed","time":{"start":1726217383221,"stop":1726217383222,"duration":1}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"f9a0f8a733a691ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f9a0f8a733a691ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925016,"stop":1726217925016,"duration":0}},{"uid":"275cbff2bf48ce37","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/275cbff2bf48ce37","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840807,"stop":1726217840807,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"78d71f9d8fa08f9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/78d71f9d8fa08f9a","status":"passed","time":{"start":1726217976623,"stop":1726217976624,"duration":1}},{"uid":"c1225d5c1ecf5b00","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1225d5c1ecf5b00","status":"passed","time":{"start":1726217890303,"stop":1726217890304,"duration":1}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bbeb1f06bb1cc096","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bbeb1f06bb1cc096","status":"passed","time":{"start":1726217687422,"stop":1726217687422,"duration":0}},{"uid":"b415dd63f7c240cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b415dd63f7c240cc","status":"passed","time":{"start":1726217604489,"stop":1726217604490,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ad3d9f69973527b4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad3d9f69973527b4","status":"passed","time":{"start":1726217924729,"stop":1726217924729,"duration":0}},{"uid":"a7b45f94976283cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a7b45f94976283cd","status":"passed","time":{"start":1726217840471,"stop":1726217840471,"duration":0}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6f4fd95af0aa249e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f4fd95af0aa249e","status":"passed","time":{"start":1726217450207,"stop":1726217450207,"duration":0}},{"uid":"fdf5355238468d28","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fdf5355238468d28","status":"passed","time":{"start":1726217391859,"stop":1726217391859,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6fa3ec0d1abfcfcd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6fa3ec0d1abfcfcd","status":"passed","time":{"start":1726217450206,"stop":1726217450206,"duration":0}},{"uid":"a92d187ea10d95ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a92d187ea10d95ad","status":"passed","time":{"start":1726217391857,"stop":1726217391857,"duration":0}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1dc009d3321749d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1dc009d3321749d6","status":"passed","time":{"start":1726217450205,"stop":1726217450205,"duration":0}},{"uid":"4e6951510494b8bf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4e6951510494b8bf","status":"passed","time":{"start":1726217391856,"stop":1726217391857,"duration":1}}]},"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"495d71f9ea60418a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/495d71f9ea60418a","status":"passed","time":{"start":1726217441569,"stop":1726217441569,"duration":0}},{"uid":"9dbea05081fdcfc7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9dbea05081fdcfc7","status":"passed","time":{"start":1726217383231,"stop":1726217383232,"duration":1}}]},"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"34e19b98ba411c0e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34e19b98ba411c0e","status":"passed","time":{"start":1726217742497,"stop":1726217742498,"duration":1}},{"uid":"564d11a24796dc9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/564d11a24796dc9","status":"passed","time":{"start":1726217674283,"stop":1726217674284,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f6fcbf6ede1545b6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f6fcbf6ede1545b6","status":"passed","time":{"start":1726217706006,"stop":1726217706006,"duration":0}},{"uid":"9494e9dc05c50a55","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9494e9dc05c50a55","status":"passed","time":{"start":1726217650763,"stop":1726217650763,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9a0c0f5f94750769","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9a0c0f5f94750769","status":"passed","time":{"start":1726217441571,"stop":1726217441572,"duration":1}},{"uid":"1be307170cd6187a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1be307170cd6187a","status":"passed","time":{"start":1726217383355,"stop":1726217383355,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7677dfe93a0787f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7677dfe93a0787f7","status":"passed","time":{"start":1726217577132,"stop":1726217577133,"duration":1}},{"uid":"1ff2cbc4eaca8aef","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1ff2cbc4eaca8aef","status":"passed","time":{"start":1726217509411,"stop":1726217509411,"duration":0}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f110014bb68fc085","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f110014bb68fc085","status":"passed","time":{"start":1726217976604,"stop":1726217976606,"duration":2}},{"uid":"bc749b323cb91066","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bc749b323cb91066","status":"passed","time":{"start":1726217890296,"stop":1726217890296,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"42f866ea9a68472e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42f866ea9a68472e","status":"passed","time":{"start":1726217980035,"stop":1726217980036,"duration":1}},{"uid":"383b5e105f424c60","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/383b5e105f424c60","status":"passed","time":{"start":1726217896496,"stop":1726217896497,"duration":1}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bda7487f80b65a24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bda7487f80b65a24","status":"passed","time":{"start":1726217706007,"stop":1726217706007,"duration":0}},{"uid":"463716b98e9a23f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/463716b98e9a23f0","status":"passed","time":{"start":1726217650764,"stop":1726217650764,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ccc8f2efe1e70ec8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ccc8f2efe1e70ec8","status":"passed","time":{"start":1726217463038,"stop":1726217463038,"duration":0}},{"uid":"7147274a062d70aa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7147274a062d70aa","status":"passed","time":{"start":1726217404604,"stop":1726217404605,"duration":1}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c3a625ee978a2aeb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3a625ee978a2aeb","status":"passed","time":{"start":1726217449483,"stop":1726217449484,"duration":1}},{"uid":"68480339b277459b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/68480339b277459b","status":"passed","time":{"start":1726217391255,"stop":1726217391255,"duration":0}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6d63ae885f0671ee","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d63ae885f0671ee","status":"passed","time":{"start":1726217466678,"stop":1726217466678,"duration":0}},{"uid":"ba37ce57a6f363a8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba37ce57a6f363a8","status":"passed","time":{"start":1726217408298,"stop":1726217408298,"duration":0}}]},"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e91d123d5773b3a9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e91d123d5773b3a9","status":"passed","time":{"start":1726217441552,"stop":1726217441552,"duration":0}},{"uid":"3a2a6e9890fa853f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3a2a6e9890fa853f","status":"passed","time":{"start":1726217383216,"stop":1726217383216,"duration":0}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d323eb4b7d5f4e3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d323eb4b7d5f4e3c","status":"passed","time":{"start":1726217960213,"stop":1726217960213,"duration":0}},{"uid":"3780012abba5457e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3780012abba5457e","status":"passed","time":{"start":1726217875227,"stop":1726217875228,"duration":1}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"205b7a3bfc944527","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/205b7a3bfc944527","status":"passed","time":{"start":1726217549448,"stop":1726217549449,"duration":1}},{"uid":"a686222f66d1a0b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a686222f66d1a0b5","status":"passed","time":{"start":1726217491286,"stop":1726217491286,"duration":0}}]},"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"48b37bb234b8612a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48b37bb234b8612a","status":"passed","time":{"start":1726217603235,"stop":1726217603236,"duration":1}},{"uid":"ce111a5474131428","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce111a5474131428","status":"passed","time":{"start":1726217544015,"stop":1726217544015,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cd6766c4b7272b55","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd6766c4b7272b55","status":"passed","time":{"start":1726217924739,"stop":1726217924739,"duration":0}},{"uid":"5786e99bd094bb69","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5786e99bd094bb69","status":"passed","time":{"start":1726217840506,"stop":1726217840509,"duration":3}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"47dce93e0c12260d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47dce93e0c12260d","status":"passed","time":{"start":1726217461851,"stop":1726217461852,"duration":1}},{"uid":"12eaa2051bd1aeea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/12eaa2051bd1aeea","status":"passed","time":{"start":1726217403234,"stop":1726217403236,"duration":2}}]},"eb9f5c637ccaca44bc69118a8add9174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b35ed543bc55ca7a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b35ed543bc55ca7a","status":"passed","time":{"start":1726217840562,"stop":1726217840565,"duration":3}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fbdf6fecbd6fa7e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fbdf6fecbd6fa7e4","status":"passed","time":{"start":1726218013691,"stop":1726218013691,"duration":0}},{"uid":"f9842c14b2cd424d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f9842c14b2cd424d","status":"passed","time":{"start":1726217945324,"stop":1726217945325,"duration":1}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c39f1eda8251a907","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c39f1eda8251a907","status":"passed","time":{"start":1726217577151,"stop":1726217577152,"duration":1}},{"uid":"e73321fbfd26fec7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e73321fbfd26fec7","status":"passed","time":{"start":1726217509423,"stop":1726217509424,"duration":1}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7218ef37689f8d5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7218ef37689f8d5c","status":"passed","time":{"start":1726218013688,"stop":1726218013689,"duration":1}},{"uid":"ab3767ab4a0b0387","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ab3767ab4a0b0387","status":"passed","time":{"start":1726217945323,"stop":1726217945323,"duration":0}}]},"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1f98fc81c2c208f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1f98fc81c2c208f2","status":"passed","time":{"start":1726217603245,"stop":1726217603245,"duration":0}},{"uid":"dbce28a4e37b175a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dbce28a4e37b175a","status":"passed","time":{"start":1726217544018,"stop":1726217544018,"duration":0}}]},"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ac26df81bb1c1915","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac26df81bb1c1915","status":"passed","time":{"start":1726217441549,"stop":1726217441550,"duration":1}},{"uid":"ce6efc6f93fb3c50","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce6efc6f93fb3c50","status":"passed","time":{"start":1726217383212,"stop":1726217383213,"duration":1}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7d6d58bdcb63c947","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d6d58bdcb63c947","status":"passed","time":{"start":1726218066281,"stop":1726218066281,"duration":0}},{"uid":"15c476bc6c5d218a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15c476bc6c5d218a","status":"passed","time":{"start":1726217965308,"stop":1726217965308,"duration":0}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e13a13fd6ca5d2ff","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e13a13fd6ca5d2ff","status":"passed","time":{"start":1726218061980,"stop":1726218061981,"duration":1}},{"uid":"ca33e588df997c8e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ca33e588df997c8e","status":"passed","time":{"start":1726217984951,"stop":1726217984951,"duration":0}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3ceb98ed5f653578","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3ceb98ed5f653578","status":"passed","time":{"start":1726217980039,"stop":1726217980039,"duration":0}},{"uid":"e7e2fddc4123a89b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e7e2fddc4123a89b","status":"passed","time":{"start":1726217896500,"stop":1726217896501,"duration":1}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8a1610f72c58596f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a1610f72c58596f","status":"passed","time":{"start":1726217466676,"stop":1726217466676,"duration":0}},{"uid":"4117c1a050f69c8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4117c1a050f69c8","status":"passed","time":{"start":1726217408297,"stop":1726217408297,"duration":0}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1d51ce2f861ce45c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d51ce2f861ce45c","status":"passed","time":{"start":1726218066299,"stop":1726218066299,"duration":0}},{"uid":"3bd8ec53b22231a0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3bd8ec53b22231a0","status":"passed","time":{"start":1726217965319,"stop":1726217965320,"duration":1}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ab9dbea0e18daacc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ab9dbea0e18daacc","status":"passed","time":{"start":1726217503657,"stop":1726217503657,"duration":0}},{"uid":"2068013a4a1a6bb6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2068013a4a1a6bb6","status":"passed","time":{"start":1726217444763,"stop":1726217444764,"duration":1}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ecd94d1fd89bec96","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ecd94d1fd89bec96","status":"passed","time":{"start":1726217976614,"stop":1726217976615,"duration":1}},{"uid":"8118d404c11e3a27","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8118d404c11e3a27","status":"passed","time":{"start":1726217890300,"stop":1726217890300,"duration":0}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6335709be79bd6f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6335709be79bd6f2","status":"passed","time":{"start":1726217461853,"stop":1726217461854,"duration":1}},{"uid":"6863e70ff9c2e20f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6863e70ff9c2e20f","status":"passed","time":{"start":1726217403237,"stop":1726217403237,"duration":0}}]},"6f5db8f8f13c830c7e59f3146489be59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c5cc9eb2b2619f9d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5cc9eb2b2619f9d","status":"passed","time":{"start":1726217868233,"stop":1726217868233,"duration":0}},{"uid":"c2c050b31c2e1a89","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c2c050b31c2e1a89","status":"passed","time":{"start":1726217785166,"stop":1726217785167,"duration":1}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b00c46347845a679","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b00c46347845a679","status":"passed","time":{"start":1726217980052,"stop":1726217980052,"duration":0}},{"uid":"62f3a3c68a9b914d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/62f3a3c68a9b914d","status":"passed","time":{"start":1726217896506,"stop":1726217896507,"duration":1}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fa96a3d3c340607a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa96a3d3c340607a","status":"passed","time":{"start":1726218013697,"stop":1726218013697,"duration":0}},{"uid":"5e24ca1cf2ad0154","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e24ca1cf2ad0154","status":"passed","time":{"start":1726217945330,"stop":1726217945330,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"26346756a1797bfe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/26346756a1797bfe","status":"passed","time":{"start":1726217687443,"stop":1726217687444,"duration":1}},{"uid":"7a3b9547e6929e88","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7a3b9547e6929e88","status":"passed","time":{"start":1726217604527,"stop":1726217604528,"duration":1}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9931e5fbeb80520f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9931e5fbeb80520f","status":"passed","time":{"start":1726217955948,"stop":1726217955949,"duration":1}},{"uid":"ebf33d0c3d2b900d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ebf33d0c3d2b900d","status":"passed","time":{"start":1726217870053,"stop":1726217870053,"duration":0}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"512770156df70bbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/512770156df70bbf","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217677846,"stop":1726217677846,"duration":0}},{"uid":"65583bbba889e67e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/65583bbba889e67e","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217616849,"stop":1726217616850,"duration":1}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9a9afe810157a850","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9a9afe810157a850","status":"passed","time":{"start":1726218066276,"stop":1726218066276,"duration":0}},{"uid":"b6c9801f18f77396","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b6c9801f18f77396","status":"passed","time":{"start":1726217965300,"stop":1726217965300,"duration":0}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e53c7cf82e29fc58","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e53c7cf82e29fc58","status":"passed","time":{"start":1726217441220,"stop":1726217441220,"duration":0}},{"uid":"712f955b15e7b4f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/712f955b15e7b4f0","status":"passed","time":{"start":1726217382869,"stop":1726217382869,"duration":0}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"eebd79fe645a938e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eebd79fe645a938e","status":"passed","time":{"start":1726217450209,"stop":1726217450209,"duration":0}},{"uid":"c0d6de7b6bf92f59","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c0d6de7b6bf92f59","status":"passed","time":{"start":1726217391860,"stop":1726217391860,"duration":0}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7b13e800fd0cb8b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b13e800fd0cb8b7","status":"passed","time":{"start":1726218039632,"stop":1726218039632,"duration":0}},{"uid":"f694b48a9fe5b4fb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f694b48a9fe5b4fb","status":"passed","time":{"start":1726217952886,"stop":1726217952891,"duration":5}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"d2b9f5b0f8c8699d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2b9f5b0f8c8699d","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217507044,"stop":1726217507044,"duration":0}},{"uid":"5613864c255307a0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5613864c255307a0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217445626,"stop":1726217445626,"duration":0}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"75edb88255806c74","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/75edb88255806c74","status":"passed","time":{"start":1726217924765,"stop":1726217924765,"duration":0}},{"uid":"fc8366e0526b83a0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fc8366e0526b83a0","status":"passed","time":{"start":1726217840569,"stop":1726217840570,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"95af17ba7cffbe1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95af17ba7cffbe1","status":"passed","time":{"start":1726217567469,"stop":1726217567470,"duration":1}},{"uid":"5bb956806b86ecc9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5bb956806b86ecc9","status":"passed","time":{"start":1726217508416,"stop":1726217508416,"duration":0}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"abdb0ed5d61875d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/abdb0ed5d61875d6","status":"passed","time":{"start":1726217924730,"stop":1726217924730,"duration":0}},{"uid":"d2a95e9f8c65edc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d2a95e9f8c65edc","status":"passed","time":{"start":1726217840471,"stop":1726217840472,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"62582c25cfe4c6ae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/62582c25cfe4c6ae","status":"passed","time":{"start":1726218013690,"stop":1726218013690,"duration":0}},{"uid":"26690e6258870e5d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/26690e6258870e5d","status":"passed","time":{"start":1726217945324,"stop":1726217945324,"duration":0}}]},"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e4a88018a044905","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e4a88018a044905","status":"passed","time":{"start":1726217441556,"stop":1726217441557,"duration":1}},{"uid":"71aa4efb7c2badc5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/71aa4efb7c2badc5","status":"passed","time":{"start":1726217383219,"stop":1726217383220,"duration":1}}]},"f1376321c0cdaf3e2d1853c53fb70497:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b87ec4ae07b4e39","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7b87ec4ae07b4e39","status":"passed","time":{"start":1726217890299,"stop":1726217890299,"duration":0}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"aa3b33c00932961f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aa3b33c00932961f","status":"passed","time":{"start":1726217946724,"stop":1726217946724,"duration":0}},{"uid":"8aac035610c4b080","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8aac035610c4b080","status":"passed","time":{"start":1726217862780,"stop":1726217862780,"duration":0}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"decd75e56d355f4f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/decd75e56d355f4f","status":"passed","time":{"start":1726217924753,"stop":1726217924753,"duration":0}},{"uid":"74c370988e3ba269","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/74c370988e3ba269","status":"passed","time":{"start":1726217840544,"stop":1726217840544,"duration":0}}]},"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8e9c67811b271bd5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8e9c67811b271bd5","status":"passed","time":{"start":1726217441563,"stop":1726217441563,"duration":0}},{"uid":"d6188eb9ee399a44","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d6188eb9ee399a44","status":"passed","time":{"start":1726217383225,"stop":1726217383225,"duration":0}}]},"2557ec157df35bf6d707685321bea72f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bff1533859a58dfa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bff1533859a58dfa","status":"passed","time":{"start":1726217868233,"stop":1726217868234,"duration":1}},{"uid":"6985ee31a275dbae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6985ee31a275dbae","status":"passed","time":{"start":1726217785168,"stop":1726217785169,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f3ecbd401a1a7259","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3ecbd401a1a7259","status":"passed","time":{"start":1726217946722,"stop":1726217946722,"duration":0}},{"uid":"959c9cef6e96ec20","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/959c9cef6e96ec20","status":"passed","time":{"start":1726217862776,"stop":1726217862776,"duration":0}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5179966f57ebbdde","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5179966f57ebbdde","status":"passed","time":{"start":1726217493340,"stop":1726217493341,"duration":1}},{"uid":"660692007901190","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/660692007901190","status":"passed","time":{"start":1726217434835,"stop":1726217434835,"duration":0}}]},"08b68d234e84cac511353d0a55c2dea7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3fd595342149374","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e3fd595342149374","status":"passed","time":{"start":1726217923180,"stop":1726217923180,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"42b2760caa093080","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42b2760caa093080","status":"passed","time":{"start":1726217450196,"stop":1726217450196,"duration":0}},{"uid":"56139187f67d6ea0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/56139187f67d6ea0","status":"passed","time":{"start":1726217391848,"stop":1726217391848,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3017e8be06448635","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3017e8be06448635","status":"passed","time":{"start":1726217706005,"stop":1726217706005,"duration":0}},{"uid":"72f8d61a5f7d10d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/72f8d61a5f7d10d7","status":"passed","time":{"start":1726217650762,"stop":1726217650762,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2e5a6f402f793a14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e5a6f402f793a14","status":"passed","time":{"start":1726217848420,"stop":1726217848420,"duration":0}},{"uid":"b20c5ce9c70a87db","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b20c5ce9c70a87db","status":"passed","time":{"start":1726217774669,"stop":1726217774670,"duration":1}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f974fb36c1ad20d9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f974fb36c1ad20d9","status":"passed","time":{"start":1726218013702,"stop":1726218013712,"duration":10}},{"uid":"72014da336dc6cae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/72014da336dc6cae","status":"passed","time":{"start":1726217945335,"stop":1726217945336,"duration":1}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ae619eb282cfba91","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae619eb282cfba91","status":"passed","time":{"start":1726218066282,"stop":1726218066282,"duration":0}},{"uid":"2feef292305df39b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2feef292305df39b","status":"passed","time":{"start":1726217965309,"stop":1726217965309,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2e6e42f34c4e0edf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e6e42f34c4e0edf","status":"passed","time":{"start":1726218020454,"stop":1726218020455,"duration":1}},{"uid":"999443686eab4540","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/999443686eab4540","status":"passed","time":{"start":1726217934111,"stop":1726217934112,"duration":1}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"57a626a4a7efd37c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/57a626a4a7efd37c","status":"passed","time":{"start":1726218054694,"stop":1726218054699,"duration":5}},{"uid":"ba991ba93dd263da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba991ba93dd263da","status":"passed","time":{"start":1726217965433,"stop":1726217965433,"duration":0}}]},"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6f9ab89a4500802d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f9ab89a4500802d","status":"passed","time":{"start":1726217441568,"stop":1726217441568,"duration":0}},{"uid":"873dbaa11183b2e5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/873dbaa11183b2e5","status":"passed","time":{"start":1726217383231,"stop":1726217383231,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8ca8dd69249fc3f5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8ca8dd69249fc3f5","status":"passed","time":{"start":1726218013693,"stop":1726218013693,"duration":0}},{"uid":"3c32e834a4a3cfa5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3c32e834a4a3cfa5","status":"passed","time":{"start":1726217945327,"stop":1726217945327,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"249e9bfd52485f18","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/249e9bfd52485f18","status":"passed","time":{"start":1726217724203,"stop":1726217724203,"duration":0}},{"uid":"ee988470fc12c672","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ee988470fc12c672","status":"passed","time":{"start":1726217656059,"stop":1726217656059,"duration":0}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a59d67651086a0f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a59d67651086a0f1","status":"passed","time":{"start":1726217960214,"stop":1726217960214,"duration":0}},{"uid":"3dbf84d1d2b263b9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3dbf84d1d2b263b9","status":"passed","time":{"start":1726217875229,"stop":1726217875230,"duration":1}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dd0c3a44300bb4cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd0c3a44300bb4cd","status":"passed","time":{"start":1726217946732,"stop":1726217946732,"duration":0}},{"uid":"7913f16f726c6df0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7913f16f726c6df0","status":"passed","time":{"start":1726217862782,"stop":1726217862783,"duration":1}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c44675d18b5bdf00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c44675d18b5bdf00","status":"passed","time":{"start":1726217976613,"stop":1726217976614,"duration":1}},{"uid":"e71ad5a6db4665da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e71ad5a6db4665da","status":"passed","time":{"start":1726217890300,"stop":1726217890300,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e29eb799a4dcdfa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e29eb799a4dcdfa","status":"passed","time":{"start":1726218095393,"stop":1726218095393,"duration":0}},{"uid":"36aebf635ea253a3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36aebf635ea253a3","status":"passed","time":{"start":1726218006961,"stop":1726218006962,"duration":1}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ef70294ca0d0caa2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef70294ca0d0caa2","status":"passed","time":{"start":1726218011629,"stop":1726218011630,"duration":1}},{"uid":"485f5ec32e3e2c13","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/485f5ec32e3e2c13","status":"passed","time":{"start":1726217923185,"stop":1726217923186,"duration":1}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"da85895096bc06a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da85895096bc06a8","status":"passed","time":{"start":1726218066288,"stop":1726218066288,"duration":0}},{"uid":"2b1bafeddad747ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2b1bafeddad747ae","status":"passed","time":{"start":1726217965311,"stop":1726217965311,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"175f73d1c21f019b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/175f73d1c21f019b","status":"passed","time":{"start":1726217533046,"stop":1726217533047,"duration":1}},{"uid":"6bbd5a643657f24f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6bbd5a643657f24f","status":"passed","time":{"start":1726217474964,"stop":1726217474964,"duration":0}}]},"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"72842ee5184d92f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72842ee5184d92f8","status":"passed","time":{"start":1726217441551,"stop":1726217441551,"duration":0}},{"uid":"c4201781a8d55a57","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4201781a8d55a57","status":"passed","time":{"start":1726217383214,"stop":1726217383215,"duration":1}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3faae2278630f533","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3faae2278630f533","status":"passed","time":{"start":1726218066308,"stop":1726218066314,"duration":6}},{"uid":"3acbbb541b6ed3a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3acbbb541b6ed3a6","status":"passed","time":{"start":1726217965347,"stop":1726217965347,"duration":0}}]},"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1d685cd8bbeb331d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d685cd8bbeb331d","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"duration":0}},{"uid":"85fc9a212486fb4b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85fc9a212486fb4b","status":"passed","time":{"start":1726217383210,"stop":1726217383210,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d60bf22b87acb74f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d60bf22b87acb74f","status":"passed","time":{"start":1726217503858,"stop":1726217503859,"duration":1}},{"uid":"77f99ee8a2ec8c92","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/77f99ee8a2ec8c92","status":"passed","time":{"start":1726217442597,"stop":1726217442598,"duration":1}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"81a6e7263f2db1a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/81a6e7263f2db1a4","status":"passed","time":{"start":1726218095393,"stop":1726218095394,"duration":1}},{"uid":"7cf0231cf2274644","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7cf0231cf2274644","status":"passed","time":{"start":1726218006962,"stop":1726218006962,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4ba0c2fecbf6b662","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4ba0c2fecbf6b662","status":"passed","time":{"start":1726218090763,"stop":1726218090763,"duration":0}},{"uid":"465472260a810ff6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/465472260a810ff6","status":"passed","time":{"start":1726217999476,"stop":1726217999477,"duration":1}}]},"38ae952e928b892b973efc93018df70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a746752f6b36bda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a746752f6b36bda","status":"passed","time":{"start":1726218011627,"stop":1726218011627,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"afc4890543196d66","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/afc4890543196d66","status":"passed","time":{"start":1726217976601,"stop":1726217976601,"duration":0}},{"uid":"10e14e2044fd0277","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/10e14e2044fd0277","status":"passed","time":{"start":1726217890293,"stop":1726217890293,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4025c993a732dd8d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4025c993a732dd8d","status":"passed","time":{"start":1726217450198,"stop":1726217450198,"duration":0}},{"uid":"ff22d5aee87d1fae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ff22d5aee87d1fae","status":"passed","time":{"start":1726217391849,"stop":1726217391850,"duration":1}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ea1d44b491181207","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ea1d44b491181207","status":"passed","time":{"start":1726218013700,"stop":1726218013700,"duration":0}},{"uid":"1763fb6f44e62fd4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1763fb6f44e62fd4","status":"passed","time":{"start":1726217945333,"stop":1726217945333,"duration":0}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2c6da54044659602","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2c6da54044659602","status":"passed","time":{"start":1726218011629,"stop":1726218011629,"duration":0}},{"uid":"c05f3d48d050a3bf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c05f3d48d050a3bf","status":"passed","time":{"start":1726217923185,"stop":1726217923185,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2aef1dcc86b612f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2aef1dcc86b612f6","status":"passed","time":{"start":1726217608003,"stop":1726217608004,"duration":1}},{"uid":"8418a9dce2dec4f4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8418a9dce2dec4f4","status":"passed","time":{"start":1726217547146,"stop":1726217547146,"duration":0}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f591f16c528f3754","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f591f16c528f3754","status":"passed","time":{"start":1726218095395,"stop":1726218095395,"duration":0}},{"uid":"412082fe329b88cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/412082fe329b88cc","status":"passed","time":{"start":1726218006963,"stop":1726218006963,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"26db03bcb167e1a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/26db03bcb167e1a6","status":"passed","time":{"start":1726218066280,"stop":1726218066280,"duration":0}},{"uid":"606562d6b1c1a634","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/606562d6b1c1a634","status":"passed","time":{"start":1726217965303,"stop":1726217965304,"duration":1}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"da6a90a0bb2f5052","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da6a90a0bb2f5052","status":"passed","time":{"start":1726217687429,"stop":1726217687429,"duration":0}},{"uid":"38291434f6c04740","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38291434f6c04740","status":"passed","time":{"start":1726217604498,"stop":1726217604498,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e5c4025f4cf0c155","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5c4025f4cf0c155","status":"passed","time":{"start":1726217567471,"stop":1726217567472,"duration":1}},{"uid":"8c6599e6cd735051","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c6599e6cd735051","status":"passed","time":{"start":1726217508417,"stop":1726217508418,"duration":1}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a16ed47e57a9e8be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a16ed47e57a9e8be","status":"passed","time":{"start":1726217980049,"stop":1726217980050,"duration":1}},{"uid":"6a8b2c7f9d66e802","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a8b2c7f9d66e802","status":"passed","time":{"start":1726217896502,"stop":1726217896503,"duration":1}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ca635cebc11eec5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca635cebc11eec5c","status":"passed","time":{"start":1726217924735,"stop":1726217924735,"duration":0}},{"uid":"d9ebc2a4e9f2acea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9ebc2a4e9f2acea","status":"passed","time":{"start":1726217840475,"stop":1726217840476,"duration":1}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1c540980b93f4667","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c540980b93f4667","status":"passed","time":{"start":1726217449474,"stop":1726217449475,"duration":1}},{"uid":"c1a334cb4fa73e68","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1a334cb4fa73e68","status":"passed","time":{"start":1726217391249,"stop":1726217391250,"duration":1}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9d4a31fecbd4c094","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9d4a31fecbd4c094","status":"passed","time":{"start":1726217462337,"stop":1726217462339,"duration":2}},{"uid":"43cf311e065e9a26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43cf311e065e9a26","status":"passed","time":{"start":1726217404189,"stop":1726217404189,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"af5538879261d242","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af5538879261d242","status":"passed","time":{"start":1726217724226,"stop":1726217724227,"duration":1}},{"uid":"6e10592354984b98","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e10592354984b98","status":"passed","time":{"start":1726217656060,"stop":1726217656060,"duration":0}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ee54230ded098042","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ee54230ded098042","status":"passed","time":{"start":1726217946723,"stop":1726217946723,"duration":0}},{"uid":"3539a4fac29b54e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3539a4fac29b54e","status":"passed","time":{"start":1726217862778,"stop":1726217862779,"duration":1}}]},"3f0f2dc0913594ac4d27adb61197f584:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fd07b200094621c3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd07b200094621c3","status":"passed","time":{"start":1726217868247,"stop":1726217868248,"duration":1}},{"uid":"63ac9f7e9d0ed37d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63ac9f7e9d0ed37d","status":"passed","time":{"start":1726217785175,"stop":1726217785176,"duration":1}}]},"7e19743d899ffc1a028976587701d8da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d261a52e45727f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d261a52e45727f0","status":"passed","time":{"start":1726217862805,"stop":1726217862805,"duration":0}}]},"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"aadf896afd64389b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aadf896afd64389b","status":"passed","time":{"start":1726217603244,"stop":1726217603245,"duration":1}},{"uid":"553911fb99aedf4c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/553911fb99aedf4c","status":"passed","time":{"start":1726217544017,"stop":1726217544018,"duration":1}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"be63cfdb366bc3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be63cfdb366bc3c","status":"passed","time":{"start":1726217449471,"stop":1726217449474,"duration":3}},{"uid":"39104b30aee71bbd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39104b30aee71bbd","status":"passed","time":{"start":1726217391249,"stop":1726217391249,"duration":0}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a9a095a31d4342b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a9a095a31d4342b8","status":"passed","time":{"start":1726218054703,"stop":1726218054704,"duration":1}},{"uid":"b3fabc5777b1fb75","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b3fabc5777b1fb75","status":"passed","time":{"start":1726217965434,"stop":1726217965434,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4173215c27f58299","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4173215c27f58299","status":"passed","time":{"start":1726217577138,"stop":1726217577146,"duration":8}},{"uid":"36750f8808705516","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36750f8808705516","status":"passed","time":{"start":1726217509415,"stop":1726217509415,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a8581a6e5485075c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a8581a6e5485075c","status":"passed","time":{"start":1726217687416,"stop":1726217687416,"duration":0}},{"uid":"26af7413f4a7a408","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/26af7413f4a7a408","status":"passed","time":{"start":1726217604479,"stop":1726217604480,"duration":1}}]},"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f3f809e51280ffb7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3f809e51280ffb7","status":"passed","time":{"start":1726217441560,"stop":1726217441560,"duration":0}},{"uid":"c9e58754d4cf28e9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c9e58754d4cf28e9","status":"passed","time":{"start":1726217383222,"stop":1726217383222,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"231d34991ec56653","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/231d34991ec56653","status":"passed","time":{"start":1726217924737,"stop":1726217924738,"duration":1}},{"uid":"298a6686ae76e3cf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/298a6686ae76e3cf","status":"passed","time":{"start":1726217840492,"stop":1726217840503,"duration":11}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"18a81fdc8f640f1b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18a81fdc8f640f1b","status":"passed","time":{"start":1726218095394,"stop":1726218095394,"duration":0}},{"uid":"163e71d52c44ec31","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/163e71d52c44ec31","status":"passed","time":{"start":1726218006962,"stop":1726218006962,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ba693ab0b047ac50","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ba693ab0b047ac50","status":"passed","time":{"start":1726218066297,"stop":1726218066297,"duration":0}},{"uid":"9f09cd9ce3373fc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9f09cd9ce3373fc","status":"passed","time":{"start":1726217965317,"stop":1726217965317,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fe089244688f9639","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fe089244688f9639","status":"passed","time":{"start":1726217980053,"stop":1726217980053,"duration":0}},{"uid":"d204eb9fbab6e271","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d204eb9fbab6e271","status":"passed","time":{"start":1726217896507,"stop":1726217896508,"duration":1}}]},"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7ae70dc76b5f53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7ae70dc76b5f53","status":"passed","time":{"start":1726217441567,"stop":1726217441568,"duration":1}},{"uid":"5ebd9ca01adb31d6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5ebd9ca01adb31d6","status":"passed","time":{"start":1726217383230,"stop":1726217383230,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b2af5cbce1133d1c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b2af5cbce1133d1c","status":"passed","time":{"start":1726218066299,"stop":1726218066300,"duration":1}},{"uid":"8927c6198d5d0ac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8927c6198d5d0ac","status":"passed","time":{"start":1726217965320,"stop":1726217965320,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"76159908ae89d281","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/76159908ae89d281","status":"passed","time":{"start":1726217946719,"stop":1726217946719,"duration":0}},{"uid":"9f7edf15e088bc26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9f7edf15e088bc26","status":"passed","time":{"start":1726217862773,"stop":1726217862773,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fc6cfb471425cb2f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc6cfb471425cb2f","status":"passed","time":{"start":1726217946734,"stop":1726217946734,"duration":0}},{"uid":"8af5250b0c77bedf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8af5250b0c77bedf","status":"passed","time":{"start":1726217862785,"stop":1726217862786,"duration":1}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"803d2a4649479cab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/803d2a4649479cab","status":"passed","time":{"start":1726218061980,"stop":1726218061980,"duration":0}},{"uid":"467560c339838d28","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/467560c339838d28","status":"passed","time":{"start":1726217984951,"stop":1726217984951,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"efe0fa846cbf9c99","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/efe0fa846cbf9c99","status":"passed","time":{"start":1726217946678,"stop":1726217946678,"duration":0}},{"uid":"68f84576bf4152f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/68f84576bf4152f6","status":"passed","time":{"start":1726217862769,"stop":1726217862770,"duration":1}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"139ea9cdbd201ed8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/139ea9cdbd201ed8","status":"passed","time":{"start":1726217946740,"stop":1726217946741,"duration":1}},{"uid":"7b29192afc122e0d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7b29192afc122e0d","status":"passed","time":{"start":1726217862791,"stop":1726217862792,"duration":1}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cf8879057b42a0c2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cf8879057b42a0c2","status":"passed","time":{"start":1726218139626,"stop":1726218139626,"duration":0}},{"uid":"27065f453f070769","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/27065f453f070769","status":"passed","time":{"start":1726218051437,"stop":1726218051438,"duration":1}}]},"b40534068599ef4874ce65384293b963:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"434b229ab1db1a66","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/434b229ab1db1a66","status":"passed","time":{"start":1726217923183,"stop":1726217923183,"duration":0}}]},"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8a53fe670213405a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a53fe670213405a","status":"passed","time":{"start":1726217441531,"stop":1726217441531,"duration":0}},{"uid":"557dd9aeb3492c36","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/557dd9aeb3492c36","status":"passed","time":{"start":1726217383191,"stop":1726217383191,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"522f26a6ca24594f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/522f26a6ca24594f","status":"passed","time":{"start":1726217551914,"stop":1726217551914,"duration":0}},{"uid":"fbe1d3ccae91eb9e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fbe1d3ccae91eb9e","status":"passed","time":{"start":1726217494759,"stop":1726217494759,"duration":0}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a5449bf876e4d8b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a5449bf876e4d8b5","status":"passed","time":{"start":1726217687438,"stop":1726217687439,"duration":1}},{"uid":"51431c16b3002b30","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/51431c16b3002b30","status":"passed","time":{"start":1726217604515,"stop":1726217604518,"duration":3}}]},"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5e6ed667d6d4e23a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5e6ed667d6d4e23a","status":"passed","time":{"start":1726217441546,"stop":1726217441546,"duration":0}},{"uid":"35984c0e0c9376e3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/35984c0e0c9376e3","status":"passed","time":{"start":1726217383209,"stop":1726217383209,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"eb47fc8409a0adbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb47fc8409a0adbf","status":"passed","time":{"start":1726217567474,"stop":1726217567475,"duration":1}},{"uid":"ea17d5a58b727f1c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ea17d5a58b727f1c","status":"passed","time":{"start":1726217508420,"stop":1726217508420,"duration":0}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d472045ff0cee630","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d472045ff0cee630","status":"passed","time":{"start":1726217724227,"stop":1726217724227,"duration":0}},{"uid":"841dff9b3580b8cb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/841dff9b3580b8cb","status":"passed","time":{"start":1726217656060,"stop":1726217656060,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"68fe3ac082989074","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68fe3ac082989074","status":"passed","time":{"start":1726218066279,"stop":1726218066280,"duration":1}},{"uid":"168df5127f5a13c3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/168df5127f5a13c3","status":"passed","time":{"start":1726217965303,"stop":1726217965303,"duration":0}}]},"16add05193b9c7d0ee449f1362d84b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dec0f2a0fa9d8928","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dec0f2a0fa9d8928","status":"passed","time":{"start":1726218039631,"stop":1726218039631,"duration":0}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"34f44e129050bce6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34f44e129050bce6","status":"passed","time":{"start":1726217444068,"stop":1726217444068,"duration":0}},{"uid":"2b2961797925e65e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2b2961797925e65e","status":"passed","time":{"start":1726217385914,"stop":1726217385914,"duration":0}}]},"f4c8e5196061be0338c5fe393aeb5daf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"851a5c816053d52","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/851a5c816053d52","status":"passed","time":{"start":1726217868255,"stop":1726217868256,"duration":1}},{"uid":"9a8137d422fe767","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9a8137d422fe767","status":"passed","time":{"start":1726217785180,"stop":1726217785181,"duration":1}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8a062336079246fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a062336079246fd","status":"passed","time":{"start":1726217848413,"stop":1726217848414,"duration":1}},{"uid":"b85a93587b2896f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b85a93587b2896f2","status":"passed","time":{"start":1726217774668,"stop":1726217774668,"duration":0}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"87bf3e9c0fb36842","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/87bf3e9c0fb36842","status":"passed","time":{"start":1726217724227,"stop":1726217724228,"duration":1}},{"uid":"1dd699877c9ab82d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1dd699877c9ab82d","status":"passed","time":{"start":1726217656060,"stop":1726217656061,"duration":1}}]},"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8cc35be5beb2596","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8cc35be5beb2596","status":"passed","time":{"start":1726217441554,"stop":1726217441554,"duration":0}},{"uid":"9f485161fa7a6f67","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9f485161fa7a6f67","status":"passed","time":{"start":1726217383218,"stop":1726217383218,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"68307dd046efb22","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68307dd046efb22","status":"passed","time":{"start":1726217474513,"stop":1726217474513,"duration":0}},{"uid":"8353fe4d60464f66","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8353fe4d60464f66","status":"passed","time":{"start":1726217415840,"stop":1726217415841,"duration":1}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"5b9f28d79360d323","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5b9f28d79360d323","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217677846,"stop":1726217677846,"duration":0}},{"uid":"8cd3e78438f7faa0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8cd3e78438f7faa0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217616850,"stop":1726217616850,"duration":0}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"48981eb82341f9c8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48981eb82341f9c8","status":"passed","time":{"start":1726218039633,"stop":1726218039634,"duration":1}},{"uid":"95c3d0944be5587e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/95c3d0944be5587e","status":"passed","time":{"start":1726217952892,"stop":1726217952893,"duration":1}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2b19dce128f3f727","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2b19dce128f3f727","status":"passed","time":{"start":1726217924734,"stop":1726217924734,"duration":0}},{"uid":"6122979c23f3399","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6122979c23f3399","status":"passed","time":{"start":1726217840474,"stop":1726217840475,"duration":1}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"ab41c39994db8206","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ab41c39994db8206","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217507043,"stop":1726217507044,"duration":1}},{"uid":"a198938d45b11efa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a198938d45b11efa","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217445625,"stop":1726217445625,"duration":0}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"171f63e0abd388e3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/171f63e0abd388e3","status":"passed","time":{"start":1726217976602,"stop":1726217976602,"duration":0}},{"uid":"1ddc9b5b6fdbfece","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1ddc9b5b6fdbfece","status":"passed","time":{"start":1726217890294,"stop":1726217890294,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8718c7049de43c14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8718c7049de43c14","status":"passed","time":{"start":1726217946723,"stop":1726217946723,"duration":0}},{"uid":"f0d8ade0e36e8284","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f0d8ade0e36e8284","status":"passed","time":{"start":1726217862776,"stop":1726217862778,"duration":2}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c1f0d09bf50e1802","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1f0d09bf50e1802","status":"passed","time":{"start":1726218091298,"stop":1726218091299,"duration":1}},{"uid":"31f56b0734fa8551","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/31f56b0734fa8551","status":"passed","time":{"start":1726218000389,"stop":1726218000390,"duration":1}}]},"b3db2177abad53cafc87450b366491d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b73f45b7c0342d27","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b73f45b7c0342d27","status":"passed","time":{"start":1726217751144,"stop":1726217751144,"duration":0}},{"uid":"6eba66a7f09fca47","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6eba66a7f09fca47","status":"passed","time":{"start":1726217685251,"stop":1726217685251,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f0009605e23d797e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0009605e23d797e","status":"passed","time":{"start":1726217946734,"stop":1726217946735,"duration":1}},{"uid":"b0e030e972feb9b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b0e030e972feb9b4","status":"passed","time":{"start":1726217862786,"stop":1726217862787,"duration":1}}]},"c700be94b334e72c1fe108821b5cb424:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0ec8cc6acacc39a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a0ec8cc6acacc39a","status":"passed","time":{"start":1726217924759,"stop":1726217924762,"duration":3}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"538a15730f0478a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/538a15730f0478a","status":"passed","time":{"start":1726217946735,"stop":1726217946739,"duration":4}},{"uid":"a14c8adb8c444aa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a14c8adb8c444aa","status":"passed","time":{"start":1726217862788,"stop":1726217862788,"duration":0}}]},"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"65bfd825d880fe65","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/65bfd825d880fe65","status":"passed","time":{"start":1726218077539,"stop":1726218077539,"duration":0}},{"uid":"34901f27e58bfb51","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/34901f27e58bfb51","status":"passed","time":{"start":1726217979447,"stop":1726217979448,"duration":1}}]},"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f3e125187d9a3b1b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3e125187d9a3b1b","status":"passed","time":{"start":1726217441532,"stop":1726217441532,"duration":0}},{"uid":"e65387abb0b2523e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e65387abb0b2523e","status":"passed","time":{"start":1726217383191,"stop":1726217383192,"duration":1}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"33d7e21774b4b1ef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/33d7e21774b4b1ef","status":"passed","time":{"start":1726217706002,"stop":1726217706004,"duration":2}},{"uid":"bf2ab2540d2bcd77","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bf2ab2540d2bcd77","status":"passed","time":{"start":1726217650761,"stop":1726217650761,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"72b1ee58aa9f58ad","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72b1ee58aa9f58ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925015,"stop":1726217925016,"duration":1}},{"uid":"5e549ec656cda695","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e549ec656cda695","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840807,"stop":1726217840807,"duration":0}}]},"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"58b99ef2a2ae898b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/58b99ef2a2ae898b","status":"passed","time":{"start":1726217441565,"stop":1726217441566,"duration":1}},{"uid":"72211c52bc57d87c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/72211c52bc57d87c","status":"passed","time":{"start":1726217383228,"stop":1726217383228,"duration":0}}]},"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c9cd260e858660ef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c9cd260e858660ef","status":"passed","time":{"start":1726217441536,"stop":1726217441537,"duration":1}},{"uid":"5dec734112a3ba72","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5dec734112a3ba72","status":"passed","time":{"start":1726217383198,"stop":1726217383199,"duration":1}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ad6c71acb1ac96cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad6c71acb1ac96cb","status":"passed","time":{"start":1726218039626,"stop":1726218039626,"duration":0}},{"uid":"62218f15b9fe7835","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/62218f15b9fe7835","status":"passed","time":{"start":1726217952878,"stop":1726217952879,"duration":1}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3789e627bb808812","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3789e627bb808812","status":"passed","time":{"start":1726218091299,"stop":1726218091299,"duration":0}},{"uid":"a0c09de40bea1ff","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a0c09de40bea1ff","status":"passed","time":{"start":1726218000390,"stop":1726218000391,"duration":1}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ad6b8bb9b4a1d24a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad6b8bb9b4a1d24a","status":"passed","time":{"start":1726217463038,"stop":1726217463039,"duration":1}},{"uid":"e4ca261ded340ca4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4ca261ded340ca4","status":"passed","time":{"start":1726217404605,"stop":1726217404605,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"749a4fbeb03255c7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/749a4fbeb03255c7","status":"passed","time":{"start":1726217687415,"stop":1726217687415,"duration":0}},{"uid":"4cd2a36fdc9114a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4cd2a36fdc9114a6","status":"passed","time":{"start":1726217604478,"stop":1726217604479,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"29b51c8671733e33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29b51c8671733e33","status":"passed","time":{"start":1726217706007,"stop":1726217706008,"duration":1}},{"uid":"85d3ef174b907fea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85d3ef174b907fea","status":"passed","time":{"start":1726217650767,"stop":1726217650767,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fee958fb3968df83","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fee958fb3968df83","status":"passed","time":{"start":1726217472857,"stop":1726217472857,"duration":0}},{"uid":"3745d14ba7dc8bc8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3745d14ba7dc8bc8","status":"passed","time":{"start":1726217414160,"stop":1726217414160,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5f8ba8ff9bdc65e6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f8ba8ff9bdc65e6","status":"passed","time":{"start":1726217687417,"stop":1726217687418,"duration":1}},{"uid":"4211afd4c8f5deb5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4211afd4c8f5deb5","status":"passed","time":{"start":1726217604486,"stop":1726217604486,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7b0118d58f5347dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b0118d58f5347dc","status":"passed","time":{"start":1726217924763,"stop":1726217924763,"duration":0}},{"uid":"289e3cc88a0c0151","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/289e3cc88a0c0151","status":"passed","time":{"start":1726217840566,"stop":1726217840567,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bb3400b3c9ba4ffa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb3400b3c9ba4ffa","status":"passed","time":{"start":1726217462726,"stop":1726217462727,"duration":1}},{"uid":"31353af49329286c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/31353af49329286c","status":"passed","time":{"start":1726217404277,"stop":1726217404277,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a2819a7fbc4ccdbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2819a7fbc4ccdbf","status":"passed","time":{"start":1726217705997,"stop":1726217705998,"duration":1}},{"uid":"1f8f20f0d535a894","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f8f20f0d535a894","status":"passed","time":{"start":1726217650748,"stop":1726217650749,"duration":1}}]},"2fe52d01a1c18dff6e9b8280156e14b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f9788d85e8944f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3f9788d85e8944f3","status":"passed","time":{"start":1726217923181,"stop":1726217923181,"duration":0}}]},"e791e755b2d4497a2709581f61e78d8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"be1491af3b4379e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be1491af3b4379e4","status":"passed","time":{"start":1726217868253,"stop":1726217868255,"duration":2}},{"uid":"ce9cdb87b1d40ce9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce9cdb87b1d40ce9","status":"passed","time":{"start":1726217785179,"stop":1726217785180,"duration":1}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"922d391927121e35","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/922d391927121e35","status":"passed","time":{"start":1726217924754,"stop":1726217924754,"duration":0}},{"uid":"a3ea3a7ce76ab27b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a3ea3a7ce76ab27b","status":"passed","time":{"start":1726217840558,"stop":1726217840558,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ac8a402fcc401b07","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac8a402fcc401b07","status":"passed","time":{"start":1726217687450,"stop":1726217687451,"duration":1}},{"uid":"361fcc80ad7a4531","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/361fcc80ad7a4531","status":"passed","time":{"start":1726217604538,"stop":1726217604539,"duration":1}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"3d3fcbe2458bcd52","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3d3fcbe2458bcd52","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924766,"stop":1726217924766,"duration":0}},{"uid":"11820fd6010e9c63","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/11820fd6010e9c63","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840570,"stop":1726217840570,"duration":0}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"a974dc35348d8bf9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a974dc35348d8bf9","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217955949,"stop":1726217955949,"duration":0}},{"uid":"8ad1e03881eaf158","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8ad1e03881eaf158","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217870055,"stop":1726217870055,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3931030e79a8b866","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3931030e79a8b866","status":"passed","time":{"start":1726218091298,"stop":1726218091298,"duration":0}},{"uid":"cf3110025bf0d4e6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cf3110025bf0d4e6","status":"passed","time":{"start":1726218000389,"stop":1726218000389,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6bf5e85ce279ac3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6bf5e85ce279ac3","status":"passed","time":{"start":1726218066278,"stop":1726218066279,"duration":1}},{"uid":"16942950b705369f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/16942950b705369f","status":"passed","time":{"start":1726217965302,"stop":1726217965302,"duration":0}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b9fa5df7d82ab3c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b9fa5df7d82ab3c4","status":"passed","time":{"start":1726217444065,"stop":1726217444066,"duration":1}},{"uid":"8db69694452e21b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8db69694452e21b4","status":"passed","time":{"start":1726217385912,"stop":1726217385913,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"45cac4c7fa658491","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/45cac4c7fa658491","status":"passed","time":{"start":1726217608002,"stop":1726217608003,"duration":1}},{"uid":"2c2aaa6d4e36e902","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2c2aaa6d4e36e902","status":"passed","time":{"start":1726217547143,"stop":1726217547143,"duration":0}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7156390733722e1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7156390733722e1","status":"passed","time":{"start":1726217444067,"stop":1726217444067,"duration":0}},{"uid":"20f2e7a8ecfb535a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/20f2e7a8ecfb535a","status":"passed","time":{"start":1726217385913,"stop":1726217385913,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d05befb19538bf00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d05befb19538bf00","status":"passed","time":{"start":1726218013696,"stop":1726218013696,"duration":0}},{"uid":"1f95e15f7771a91c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f95e15f7771a91c","status":"passed","time":{"start":1726217945328,"stop":1726217945329,"duration":1}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4936de9a881be791","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4936de9a881be791","status":"passed","time":{"start":1726218066315,"stop":1726218066315,"duration":0}},{"uid":"115c52a3088a79c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/115c52a3088a79c","status":"passed","time":{"start":1726217965348,"stop":1726217965348,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fc6e8a051f69ff43","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc6e8a051f69ff43","status":"passed","time":{"start":1726217677844,"stop":1726217677844,"duration":0}},{"uid":"2ba80f9aa8d6259","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2ba80f9aa8d6259","status":"passed","time":{"start":1726217616848,"stop":1726217616848,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e3b51b3103a19e76","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3b51b3103a19e76","status":"passed","time":{"start":1726218090764,"stop":1726218090765,"duration":1}},{"uid":"69be27e32f80bfbb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/69be27e32f80bfbb","status":"passed","time":{"start":1726217999478,"stop":1726217999478,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e0dbf51dfa7f3528","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0dbf51dfa7f3528","status":"passed","time":{"start":1726218020457,"stop":1726218020458,"duration":1}},{"uid":"b91183d533f6d817","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b91183d533f6d817","status":"passed","time":{"start":1726217934115,"stop":1726217934116,"duration":1}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"aa92acb13802c6fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aa92acb13802c6fd","status":"passed","time":{"start":1726218066297,"stop":1726218066297,"duration":0}},{"uid":"81555d6eeafdabca","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/81555d6eeafdabca","status":"passed","time":{"start":1726217965317,"stop":1726217965318,"duration":1}}]},"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"955ebc19b1334d1e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/955ebc19b1334d1e","status":"passed","time":{"start":1726217441554,"stop":1726217441554,"duration":0}},{"uid":"4cd97ceb977402ac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4cd97ceb977402ac","status":"passed","time":{"start":1726217383218,"stop":1726217383218,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2bf564898450397c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2bf564898450397c","status":"passed","time":{"start":1726218066292,"stop":1726218066293,"duration":1}},{"uid":"f6e7e757c3a621e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f6e7e757c3a621e7","status":"passed","time":{"start":1726217965312,"stop":1726217965312,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7b1be8aea5389366","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b1be8aea5389366","status":"passed","time":{"start":1726217724224,"stop":1726217724224,"duration":0}},{"uid":"58d66dab69ec131f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/58d66dab69ec131f","status":"passed","time":{"start":1726217656059,"stop":1726217656060,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e66192f75d7908bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e66192f75d7908bf","status":"passed","time":{"start":1726217976600,"stop":1726217976600,"duration":0}},{"uid":"e9a1add65d414698","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e9a1add65d414698","status":"passed","time":{"start":1726217890291,"stop":1726217890291,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ed54ac08cbaa7d2f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed54ac08cbaa7d2f","status":"passed","time":{"start":1726218090762,"stop":1726218090763,"duration":1}},{"uid":"cff0517efef09603","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cff0517efef09603","status":"passed","time":{"start":1726217999475,"stop":1726217999476,"duration":1}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"630dc2f0f3d5087d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/630dc2f0f3d5087d","status":"passed","time":{"start":1726218071325,"stop":1726218071326,"duration":1}},{"uid":"cdf72e2c28731b82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cdf72e2c28731b82","status":"passed","time":{"start":1726217984831,"stop":1726217984831,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"be3b4c77d4d2229d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be3b4c77d4d2229d","status":"passed","time":{"start":1726217687441,"stop":1726217687442,"duration":1}},{"uid":"ac47001a600cf64d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac47001a600cf64d","status":"passed","time":{"start":1726217604524,"stop":1726217604525,"duration":1}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cf7aad3341606f02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cf7aad3341606f02","status":"passed","time":{"start":1726217677815,"stop":1726217677820,"duration":5}},{"uid":"e917978781a58057","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e917978781a58057","status":"passed","time":{"start":1726217616841,"stop":1726217616842,"duration":1}}]},"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5ce0d52363880cf8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ce0d52363880cf8","status":"passed","time":{"start":1726217868894,"stop":1726217868894,"duration":0}},{"uid":"c68e7774ba3265b3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c68e7774ba3265b3","status":"passed","time":{"start":1726217785443,"stop":1726217785443,"duration":0}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"65af325e86f9e7c5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/65af325e86f9e7c5","status":"passed","time":{"start":1726217848414,"stop":1726217848415,"duration":1}},{"uid":"b179f75554f78ed7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b179f75554f78ed7","status":"passed","time":{"start":1726217774669,"stop":1726217774669,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"888a2fcfd7362efe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/888a2fcfd7362efe","status":"passed","time":{"start":1726217705996,"stop":1726217705996,"duration":0}},{"uid":"8085ca909c9df63b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8085ca909c9df63b","status":"passed","time":{"start":1726217650747,"stop":1726217650747,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"201539d42c5e9114","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/201539d42c5e9114","status":"passed","time":{"start":1726217687427,"stop":1726217687427,"duration":0}},{"uid":"8d62adaccf741e17","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d62adaccf741e17","status":"passed","time":{"start":1726217604496,"stop":1726217604496,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5da36c021f581f17","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5da36c021f581f17","status":"passed","time":{"start":1726217450207,"stop":1726217450207,"duration":0}},{"uid":"5de6f61949006b3c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5de6f61949006b3c","status":"passed","time":{"start":1726217391858,"stop":1726217391859,"duration":1}}]},"a7acf76bb64d7f185f31b5548812797b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56945726f19a17d5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/56945726f19a17d5","status":"passed","time":{"start":1726217840504,"stop":1726217840505,"duration":1}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9dadd59fc00b67ae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9dadd59fc00b67ae","status":"passed","time":{"start":1726217924737,"stop":1726217924737,"duration":0}},{"uid":"a161bcdbd6b2887d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a161bcdbd6b2887d","status":"passed","time":{"start":1726217840491,"stop":1726217840491,"duration":0}}]},"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"279eecbe50eba447","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/279eecbe50eba447","status":"passed","time":{"start":1726217441556,"stop":1726217441556,"duration":0}},{"uid":"cc3fe74226e417ec","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cc3fe74226e417ec","status":"passed","time":{"start":1726217383219,"stop":1726217383219,"duration":0}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"6261c0636e1b38eb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6261c0636e1b38eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925015,"stop":1726217925015,"duration":0}},{"uid":"bc1568a80fc7b954","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bc1568a80fc7b954","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840806,"stop":1726217840806,"duration":0}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"46da2f5652808e97","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/46da2f5652808e97","status":"passed","time":{"start":1726218020459,"stop":1726218020460,"duration":1}},{"uid":"f85b5ec0bcd4ed22","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f85b5ec0bcd4ed22","status":"passed","time":{"start":1726217934116,"stop":1726217934116,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6a918a6e973d43a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6a918a6e973d43a0","status":"passed","time":{"start":1726217687423,"stop":1726217687423,"duration":0}},{"uid":"46a98932451d53c0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/46a98932451d53c0","status":"passed","time":{"start":1726217604490,"stop":1726217604490,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f7d584da4a6968f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f7d584da4a6968f7","status":"passed","time":{"start":1726217924744,"stop":1726217924744,"duration":0}},{"uid":"6acceace6a1901b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6acceace6a1901b5","status":"passed","time":{"start":1726217840523,"stop":1726217840524,"duration":1}}]},"c394f6a1cbd9f87ce54234685838f69f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39b9911ab7b31593","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39b9911ab7b31593","status":"passed","time":{"start":1726217976609,"stop":1726217976610,"duration":1}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"26ae4ffa0f63dc96","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/26ae4ffa0f63dc96","status":"passed","time":{"start":1726217724203,"stop":1726217724203,"duration":0}},{"uid":"ee34befeb8ebfad5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ee34befeb8ebfad5","status":"passed","time":{"start":1726217656058,"stop":1726217656059,"duration":1}}]},"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"55eaa98d05eb2025","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55eaa98d05eb2025","status":"passed","time":{"start":1726218063111,"stop":1726218063111,"duration":0}},{"uid":"c62aa91f073ebb26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c62aa91f073ebb26","status":"passed","time":{"start":1726217974422,"stop":1726217974423,"duration":1}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8f48a3ff0e5f000d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8f48a3ff0e5f000d","status":"passed","time":{"start":1726218071324,"stop":1726218071324,"duration":0}},{"uid":"1855b4c5948adf4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1855b4c5948adf4","status":"passed","time":{"start":1726217984830,"stop":1726217984830,"duration":0}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"97f2a2592cdf0156","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/97f2a2592cdf0156","status":"passed","time":{"start":1726217677820,"stop":1726217677822,"duration":2}},{"uid":"9b145b80dee22728","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9b145b80dee22728","status":"passed","time":{"start":1726217616842,"stop":1726217616843,"duration":1}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"872bd653fe613d0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/872bd653fe613d0","status":"passed","time":{"start":1726217976601,"stop":1726217976602,"duration":1}},{"uid":"e421d8df76926ece","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e421d8df76926ece","status":"passed","time":{"start":1726217890293,"stop":1726217890293,"duration":0}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a1c68e210ca6256","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a1c68e210ca6256","status":"passed","time":{"start":1726218066302,"stop":1726218066302,"duration":0}},{"uid":"dd87f4694ba586e9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dd87f4694ba586e9","status":"passed","time":{"start":1726217965320,"stop":1726217965320,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dc7120f30593480b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dc7120f30593480b","status":"passed","time":{"start":1726217924732,"stop":1726217924732,"duration":0}},{"uid":"49fa55325506f044","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/49fa55325506f044","status":"passed","time":{"start":1726217840473,"stop":1726217840473,"duration":0}}]},"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5ea3681e72b4a3ab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ea3681e72b4a3ab","status":"passed","time":{"start":1726217441550,"stop":1726217441550,"duration":0}},{"uid":"8d20e4061f72517d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d20e4061f72517d","status":"passed","time":{"start":1726217383213,"stop":1726217383213,"duration":0}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"68007f3446635ee8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68007f3446635ee8","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217980038,"stop":1726217980038,"duration":0}},{"uid":"9773de5d14797f65","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9773de5d14797f65","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217896500,"stop":1726217896500,"duration":0}}]},"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"11b730fb556373f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/11b730fb556373f6","status":"passed","time":{"start":1726217441552,"stop":1726217441552,"duration":0}},{"uid":"eae6a18b13e1fa34","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eae6a18b13e1fa34","status":"passed","time":{"start":1726217383215,"stop":1726217383215,"duration":0}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"29ecdd5f7363029a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29ecdd5f7363029a","status":"passed","time":{"start":1726217472855,"stop":1726217472856,"duration":1}},{"uid":"2efcdb4e9cc400d4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2efcdb4e9cc400d4","status":"passed","time":{"start":1726217414159,"stop":1726217414159,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3f3b65e5e9b4ab34","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3f3b65e5e9b4ab34","status":"passed","time":{"start":1726217976602,"stop":1726217976602,"duration":0}},{"uid":"1cc24690c4f601f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1cc24690c4f601f6","status":"passed","time":{"start":1726217890294,"stop":1726217890294,"duration":0}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"740b35e4ea1f331a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/740b35e4ea1f331a","status":"passed","time":{"start":1726217500288,"stop":1726217500290,"duration":2}},{"uid":"4b396a5a4e78e810","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b396a5a4e78e810","status":"passed","time":{"start":1726217442000,"stop":1726217442000,"duration":0}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d1052525a440082e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d1052525a440082e","status":"passed","time":{"start":1726217955950,"stop":1726217955950,"duration":0}},{"uid":"fe0e9fa05295a6f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fe0e9fa05295a6f0","status":"passed","time":{"start":1726217870055,"stop":1726217870055,"duration":0}}]},"3158802b7db8fbfb451ab4d676c95192:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"21d81dc43d92ec0e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21d81dc43d92ec0e","status":"passed","time":{"start":1726217868231,"stop":1726217868231,"duration":0}},{"uid":"b8da419067143d70","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b8da419067143d70","status":"passed","time":{"start":1726217785162,"stop":1726217785163,"duration":1}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ddc1d131c50fd5ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ddc1d131c50fd5ea","status":"passed","time":{"start":1726218054693,"stop":1726218054693,"duration":0}},{"uid":"2c6cca9722a2c098","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2c6cca9722a2c098","status":"passed","time":{"start":1726217965432,"stop":1726217965432,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b5e82c93652a2236","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b5e82c93652a2236","status":"passed","time":{"start":1726218091297,"stop":1726218091297,"duration":0}},{"uid":"36b05fb9e8f0cf1c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36b05fb9e8f0cf1c","status":"passed","time":{"start":1726218000388,"stop":1726218000389,"duration":1}}]},"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"10d81350469b1ad2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/10d81350469b1ad2","status":"passed","time":{"start":1726217441567,"stop":1726217441567,"duration":0}},{"uid":"968fce7d9d4bc86c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/968fce7d9d4bc86c","status":"passed","time":{"start":1726217383229,"stop":1726217383230,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7b5216172d8f56f0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b5216172d8f56f0","status":"passed","time":{"start":1726217924745,"stop":1726217924745,"duration":0}},{"uid":"bb2aee7fc7ff4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bb2aee7fc7ff4","status":"passed","time":{"start":1726217840538,"stop":1726217840541,"duration":3}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d2599ebb63e00009","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2599ebb63e00009","status":"passed","time":{"start":1726217980036,"stop":1726217980037,"duration":1}},{"uid":"ac980a55db6f9d2c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac980a55db6f9d2c","status":"passed","time":{"start":1726217896498,"stop":1726217896499,"duration":1}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"780cb6abf9cec399","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/780cb6abf9cec399","status":"passed","time":{"start":1726217577147,"stop":1726217577148,"duration":1}},{"uid":"b81cd478f267589f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b81cd478f267589f","status":"passed","time":{"start":1726217509416,"stop":1726217509416,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"30ddbc056644a158","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/30ddbc056644a158","status":"passed","time":{"start":1726217924752,"stop":1726217924752,"duration":0}},{"uid":"5300ca9f6a2c416c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5300ca9f6a2c416c","status":"passed","time":{"start":1726217840543,"stop":1726217840543,"duration":0}}]},"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"16b1b3250baad6c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/16b1b3250baad6c1","status":"passed","time":{"start":1726217441555,"stop":1726217441555,"duration":0}},{"uid":"82f5e164299011c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82f5e164299011c","status":"passed","time":{"start":1726217383219,"stop":1726217383219,"duration":0}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9c248b72f3c6af5e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c248b72f3c6af5e","status":"passed","time":{"start":1726217924740,"stop":1726217924740,"duration":0}},{"uid":"c921b8dea5b134c3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c921b8dea5b134c3","status":"passed","time":{"start":1726217840514,"stop":1726217840514,"duration":0}}]},"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7c8671cbf4e0b7e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7c8671cbf4e0b7e7","status":"passed","time":{"start":1726217603236,"stop":1726217603237,"duration":1}},{"uid":"22b71e7f58a7678c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/22b71e7f58a7678c","status":"passed","time":{"start":1726217544015,"stop":1726217544016,"duration":1}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"223cc97ebfa4f915","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/223cc97ebfa4f915","status":"passed","time":{"start":1726217533046,"stop":1726217533046,"duration":0}},{"uid":"acda66de57f470fd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/acda66de57f470fd","status":"passed","time":{"start":1726217474963,"stop":1726217474964,"duration":1}}]},"f5de7aeafbb518978d807748208430e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"22bef30d0160dbfd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/22bef30d0160dbfd","status":"passed","time":{"start":1726217868237,"stop":1726217868246,"duration":9}},{"uid":"4f9fc3aa4f8c1d1b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4f9fc3aa4f8c1d1b","status":"passed","time":{"start":1726217785174,"stop":1726217785175,"duration":1}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ec75a102b4f018c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ec75a102b4f018c","status":"passed","time":{"start":1726217450196,"stop":1726217450196,"duration":0}},{"uid":"7fcd65666339f24c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7fcd65666339f24c","status":"passed","time":{"start":1726217391848,"stop":1726217391848,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"350ad1a5f71be573","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/350ad1a5f71be573","status":"passed","time":{"start":1726218095395,"stop":1726218095395,"duration":0}},{"uid":"9c52da42e1a16043","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9c52da42e1a16043","status":"passed","time":{"start":1726218006963,"stop":1726218006963,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"42e6432cbb5d2993","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42e6432cbb5d2993","status":"passed","time":{"start":1726218013695,"stop":1726218013695,"duration":0}},{"uid":"9d2dceaec72d1afa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9d2dceaec72d1afa","status":"passed","time":{"start":1726217945328,"stop":1726217945328,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c0a4ddd8a07af88b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c0a4ddd8a07af88b","status":"passed","time":{"start":1726217705998,"stop":1726217705998,"duration":0}},{"uid":"6f6c748295e71146","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6f6c748295e71146","status":"passed","time":{"start":1726217650749,"stop":1726217650753,"duration":4}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"c575faf23badb7e0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c575faf23badb7e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217463043,"stop":1726217463043,"duration":0}},{"uid":"5317929a38210517","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5317929a38210517","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217404609,"stop":1726217404609,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1ccc6c22d23ddcfb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1ccc6c22d23ddcfb","status":"passed","time":{"start":1726218020456,"stop":1726218020457,"duration":1}},{"uid":"e8e62c3582e62d2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e8e62c3582e62d2","status":"passed","time":{"start":1726217934115,"stop":1726217934115,"duration":0}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"63ecc95d35307b4d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/63ecc95d35307b4d","status":"passed","time":{"start":1726217706008,"stop":1726217706008,"duration":0}},{"uid":"b496fcfc531ff524","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b496fcfc531ff524","status":"passed","time":{"start":1726217650768,"stop":1726217650771,"duration":3}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"80c89eaf05f4cd9c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/80c89eaf05f4cd9c","status":"passed","time":{"start":1726217976603,"stop":1726217976604,"duration":1}},{"uid":"3be90f757d51c7e4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3be90f757d51c7e4","status":"passed","time":{"start":1726217890295,"stop":1726217890295,"duration":0}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8d6e3c354c56f675","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d6e3c354c56f675","status":"passed","time":{"start":1726217976599,"stop":1726217976599,"duration":0}},{"uid":"1d91e8b829679b46","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1d91e8b829679b46","status":"passed","time":{"start":1726217890290,"stop":1726217890290,"duration":0}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"f67ce95b2517dcfb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f67ce95b2517dcfb","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217976620,"stop":1726217976621,"duration":1}},{"uid":"64a063acc8b6fb88","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64a063acc8b6fb88","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217890302,"stop":1726217890302,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c300ab64ca52bed7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c300ab64ca52bed7","status":"passed","time":{"start":1726218066277,"stop":1726218066277,"duration":0}},{"uid":"b2360f014a54720e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b2360f014a54720e","status":"passed","time":{"start":1726217965301,"stop":1726217965301,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"71e016fe5642d185","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71e016fe5642d185","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924743,"stop":1726217924743,"duration":0}},{"uid":"e097cfa00a71079c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e097cfa00a71079c","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840517,"stop":1726217840518,"duration":1}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5fd8962b32122768","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5fd8962b32122768","status":"passed","time":{"start":1726217450198,"stop":1726217450198,"duration":0}},{"uid":"7bbebf0dc21aa7d1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7bbebf0dc21aa7d1","status":"passed","time":{"start":1726217391850,"stop":1726217391850,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b6227468bcb5f2e1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b6227468bcb5f2e1","status":"passed","time":{"start":1726218095393,"stop":1726218095393,"duration":0}},{"uid":"fb38cffaec3f745e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fb38cffaec3f745e","status":"passed","time":{"start":1726218006962,"stop":1726218006962,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ef4fede9ecf10770","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef4fede9ecf10770","status":"passed","time":{"start":1726218066316,"stop":1726218066316,"duration":0}},{"uid":"c4b32caa408026a5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4b32caa408026a5","status":"passed","time":{"start":1726217965349,"stop":1726217965349,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3975a4fc8101b941","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3975a4fc8101b941","status":"passed","time":{"start":1726217449517,"stop":1726217449517,"duration":0}},{"uid":"a669d6862ecc4108","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a669d6862ecc4108","status":"passed","time":{"start":1726217391274,"stop":1726217391274,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"332f95502e32f96e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/332f95502e32f96e","status":"passed","time":{"start":1726217946745,"stop":1726217946745,"duration":0}},{"uid":"cdfc197ce84cac04","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cdfc197ce84cac04","status":"passed","time":{"start":1726217862806,"stop":1726217862806,"duration":0}}]},"6105d1c155e1ea0b04818593d5787c10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab124e5bda8b39fe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ab124e5bda8b39fe","status":"passed","time":{"start":1726217924738,"stop":1726217924738,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d104607e2829a325","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d104607e2829a325","status":"passed","time":{"start":1726217687422,"stop":1726217687422,"duration":0}},{"uid":"e9532e3f93f44306","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e9532e3f93f44306","status":"passed","time":{"start":1726217604489,"stop":1726217604489,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8b556197d3dad9ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8b556197d3dad9ed","status":"passed","time":{"start":1726218066303,"stop":1726218066303,"duration":0}},{"uid":"d1e6a1851c613758","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d1e6a1851c613758","status":"passed","time":{"start":1726217965339,"stop":1726217965342,"duration":3}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3377326b3fd6ef05","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3377326b3fd6ef05","status":"passed","time":{"start":1726217567473,"stop":1726217567474,"duration":1}},{"uid":"6a8ef32523661402","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a8ef32523661402","status":"passed","time":{"start":1726217508419,"stop":1726217508420,"duration":1}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e1b4253f18249535","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e1b4253f18249535","status":"passed","time":{"start":1726217462725,"stop":1726217462725,"duration":0}},{"uid":"2351d160e114651e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2351d160e114651e","status":"passed","time":{"start":1726217404275,"stop":1726217404276,"duration":1}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4d824539b4a594dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4d824539b4a594dd","status":"passed","time":{"start":1726217980052,"stop":1726217980053,"duration":1}},{"uid":"7f641ab1f9db84ca","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f641ab1f9db84ca","status":"passed","time":{"start":1726217896507,"stop":1726217896507,"duration":0}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"992102610aab72b6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/992102610aab72b6","status":"passed","time":{"start":1726217463037,"stop":1726217463038,"duration":1}},{"uid":"8019d6c7a142477e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8019d6c7a142477e","status":"passed","time":{"start":1726217404604,"stop":1726217404604,"duration":0}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3a9fb22184aedfe1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a9fb22184aedfe1","status":"passed","time":{"start":1726218066273,"stop":1726218066274,"duration":1}},{"uid":"191730c0ea151f9f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/191730c0ea151f9f","status":"passed","time":{"start":1726217965296,"stop":1726217965297,"duration":1}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a862455496dd40e8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a862455496dd40e8","status":"passed","time":{"start":1726218013719,"stop":1726218013720,"duration":1}},{"uid":"201b53beba704dae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/201b53beba704dae","status":"passed","time":{"start":1726217945339,"stop":1726217945339,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dde0fd7b88ca5c32","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dde0fd7b88ca5c32","status":"passed","time":{"start":1726217980054,"stop":1726217980054,"duration":0}},{"uid":"99227b5b08173e82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/99227b5b08173e82","status":"passed","time":{"start":1726217896508,"stop":1726217896508,"duration":0}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8d35acc5cb6a530b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d35acc5cb6a530b","status":"passed","time":{"start":1726217706000,"stop":1726217706001,"duration":1}},{"uid":"bdb9a6f12e5ea7bb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bdb9a6f12e5ea7bb","status":"passed","time":{"start":1726217650758,"stop":1726217650760,"duration":2}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7bb613c59fad5aa5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7bb613c59fad5aa5","status":"passed","time":{"start":1726217466673,"stop":1726217466674,"duration":1}},{"uid":"dca9ccc68d7dabe1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dca9ccc68d7dabe1","status":"passed","time":{"start":1726217408295,"stop":1726217408295,"duration":0}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6097e5c0161a8220","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6097e5c0161a8220","status":"passed","time":{"start":1726217455150,"stop":1726217455151,"duration":1}},{"uid":"8c3fad061c7ba820","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c3fad061c7ba820","status":"passed","time":{"start":1726217396839,"stop":1726217396839,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"32e0d786de989bda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/32e0d786de989bda","status":"passed","time":{"start":1726217960211,"stop":1726217960211,"duration":0}},{"uid":"2dca1e643fa3e192","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2dca1e643fa3e192","status":"passed","time":{"start":1726217875223,"stop":1726217875224,"duration":1}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"82b7499e042a1d6a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/82b7499e042a1d6a","status":"passed","time":{"start":1726218066272,"stop":1726218066272,"duration":0}},{"uid":"f2e5f934b5060f23","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f2e5f934b5060f23","status":"passed","time":{"start":1726217965294,"stop":1726217965295,"duration":1}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e54dc3a22d1203cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e54dc3a22d1203cb","status":"passed","time":{"start":1726217677823,"stop":1726217677825,"duration":2}},{"uid":"6f9b444a7e82619e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6f9b444a7e82619e","status":"passed","time":{"start":1726217616843,"stop":1726217616843,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9dbeccb659bd7d14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9dbeccb659bd7d14","status":"passed","time":{"start":1726217946745,"stop":1726217946745,"duration":0}},{"uid":"86f14403ebc373c9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/86f14403ebc373c9","status":"passed","time":{"start":1726217862807,"stop":1726217862808,"duration":1}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ccf176b50888f7ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ccf176b50888f7ea","status":"passed","time":{"start":1726217507042,"stop":1726217507043,"duration":1}},{"uid":"1a11fe7982cc5f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1a11fe7982cc5f6","status":"passed","time":{"start":1726217445624,"stop":1726217445624,"duration":0}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"96e4f8d648db6854","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/96e4f8d648db6854","status":"passed","time":{"start":1726217500287,"stop":1726217500288,"duration":1}},{"uid":"1de9f3ea6e594f3c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1de9f3ea6e594f3c","status":"passed","time":{"start":1726217441999,"stop":1726217442000,"duration":1}}]},"e4a129f4e47c454c5810dc597d4a7ce8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eaeb2474ee64e437","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eaeb2474ee64e437","status":"passed","time":{"start":1726217952881,"stop":1726217952881,"duration":0}}]},"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"583a428500a7a658","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/583a428500a7a658","status":"passed","time":{"start":1726217493343,"stop":1726217493343,"duration":0}},{"uid":"842501b097a4b19b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/842501b097a4b19b","status":"passed","time":{"start":1726217434839,"stop":1726217434839,"duration":0}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c461003765ada517","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c461003765ada517","status":"passed","time":{"start":1726218095396,"stop":1726218095396,"duration":0}},{"uid":"e51e0942fbb34c12","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e51e0942fbb34c12","status":"passed","time":{"start":1726218006963,"stop":1726218006964,"duration":1}}]},"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e6c5c29cf1e1f4b0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e6c5c29cf1e1f4b0","status":"passed","time":{"start":1726217441558,"stop":1726217441558,"duration":0}},{"uid":"38f8f641cd2d9d17","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38f8f641cd2d9d17","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e15aca594ff4cbfb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e15aca594ff4cbfb","status":"passed","time":{"start":1726217450199,"stop":1726217450203,"duration":4}},{"uid":"e06eb17cfb17c96c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e06eb17cfb17c96c","status":"passed","time":{"start":1726217391851,"stop":1726217391855,"duration":4}}]},"fd6467254d4f3b777beda840145ec4ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c5928a8bbd66520","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c5928a8bbd66520","status":"passed","time":{"start":1726218039629,"stop":1726218039629,"duration":0}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6579233b147dbd27","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6579233b147dbd27","status":"passed","time":{"start":1726218013723,"stop":1726218013724,"duration":1}},{"uid":"1451da80dd181bad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1451da80dd181bad","status":"passed","time":{"start":1726217945345,"stop":1726217945346,"duration":1}}]},"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"372da25cb686d3f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/372da25cb686d3f6","status":"passed","time":{"start":1726218066288,"stop":1726218066288,"duration":0}},{"uid":"c64ba619f7f72e0e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c64ba619f7f72e0e","status":"passed","time":{"start":1726217965311,"stop":1726217965311,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a6040956941a17c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a6040956941a17c4","status":"passed","time":{"start":1726217924727,"stop":1726217924729,"duration":2}},{"uid":"52284e0449ba8a9e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/52284e0449ba8a9e","status":"passed","time":{"start":1726217840470,"stop":1726217840471,"duration":1}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e25eca97863e029e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e25eca97863e029e","status":"passed","time":{"start":1726217577152,"stop":1726217577153,"duration":1}},{"uid":"965acb82035fbb0d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/965acb82035fbb0d","status":"passed","time":{"start":1726217509424,"stop":1726217509424,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9bda46af5259417b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9bda46af5259417b","status":"passed","time":{"start":1726217677799,"stop":1726217677810,"duration":11}},{"uid":"14bb31f724d075dd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/14bb31f724d075dd","status":"passed","time":{"start":1726217616838,"stop":1726217616839,"duration":1}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"1d4bc9192dedefcc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d4bc9192dedefcc","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924743,"stop":1726217924743,"duration":0}},{"uid":"c60459773ff5c0ed","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c60459773ff5c0ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840523,"stop":1726217840523,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fc737a6fda9c0b6a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc737a6fda9c0b6a","status":"passed","time":{"start":1726217533045,"stop":1726217533045,"duration":0}},{"uid":"e4c34f67d428acc3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4c34f67d428acc3","status":"passed","time":{"start":1726217474962,"stop":1726217474963,"duration":1}}]},"e3d715d5c93def6384800c1dc65eb17d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"199d7479d5e9dea9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/199d7479d5e9dea9","status":"passed","time":{"start":1726217616844,"stop":1726217616845,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"18b8b10c8b0ca943","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18b8b10c8b0ca943","status":"passed","time":{"start":1726218066282,"stop":1726218066282,"duration":0}},{"uid":"bf761f41f93a2040","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bf761f41f93a2040","status":"passed","time":{"start":1726217965308,"stop":1726217965309,"duration":1}}]},"1ca26eb2e9ec41523b8cd2c3817c857d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c0bef4a99d3c90e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c0bef4a99d3c90e","status":"passed","time":{"start":1726218039630,"stop":1726218039630,"duration":0}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6ad6ef14739be7cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ad6ef14739be7cd","status":"passed","time":{"start":1726217577155,"stop":1726217577155,"duration":0}},{"uid":"8a05136ecdde7c1d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a05136ecdde7c1d","status":"passed","time":{"start":1726217509425,"stop":1726217509425,"duration":0}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"68d7da29c1b04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68d7da29c1b04","status":"passed","time":{"start":1726217687425,"stop":1726217687425,"duration":0}},{"uid":"63cfef560d868e8b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63cfef560d868e8b","status":"passed","time":{"start":1726217604492,"stop":1726217604493,"duration":1}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"54b386364d12f4bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54b386364d12f4bd","status":"passed","time":{"start":1726218085658,"stop":1726218085659,"duration":1}},{"uid":"897d1965ad929ef3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/897d1965ad929ef3","status":"passed","time":{"start":1726217996428,"stop":1726217996429,"duration":1}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1a4990250e98ae5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a4990250e98ae5c","status":"passed","time":{"start":1726217949325,"stop":1726217949326,"duration":1}},{"uid":"43ba19670275f322","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43ba19670275f322","status":"passed","time":{"start":1726217865171,"stop":1726217865177,"duration":6}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3a2ac4e3859a9ff7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a2ac4e3859a9ff7","status":"passed","time":{"start":1726217462726,"stop":1726217462726,"duration":0}},{"uid":"79fd0a4bbc11142c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/79fd0a4bbc11142c","status":"passed","time":{"start":1726217404276,"stop":1726217404276,"duration":0}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"15115c43ce64880","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15115c43ce64880","status":"passed","time":{"start":1726217924754,"stop":1726217924754,"duration":0}},{"uid":"64ba7975f34ae198","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64ba7975f34ae198","status":"passed","time":{"start":1726217840558,"stop":1726217840559,"duration":1}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"85ca7103e2492eab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/85ca7103e2492eab","status":"passed","time":{"start":1726217687429,"stop":1726217687430,"duration":1}},{"uid":"4259f6e86835781b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4259f6e86835781b","status":"passed","time":{"start":1726217604498,"stop":1726217604499,"duration":1}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7230c53b4db9a327","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7230c53b4db9a327","status":"passed","time":{"start":1726217687441,"stop":1726217687441,"duration":0}},{"uid":"28564344807cdb67","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/28564344807cdb67","status":"passed","time":{"start":1726217604523,"stop":1726217604524,"duration":1}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b4e30054e64f672","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b4e30054e64f672","status":"passed","time":{"start":1726217848413,"stop":1726217848413,"duration":0}},{"uid":"1e7a760b7ced0fb4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1e7a760b7ced0fb4","status":"passed","time":{"start":1726217774667,"stop":1726217774667,"duration":0}}]},"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cdd1ece6942e9482","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cdd1ece6942e9482","status":"passed","time":{"start":1726217441569,"stop":1726217441570,"duration":1}},{"uid":"7e3ecce9b98dd093","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7e3ecce9b98dd093","status":"passed","time":{"start":1726217383232,"stop":1726217383232,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4484ab6bc79d4a9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4484ab6bc79d4a9a","status":"passed","time":{"start":1726217946725,"stop":1726217946728,"duration":3}},{"uid":"85e53e783c9e1f27","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85e53e783c9e1f27","status":"passed","time":{"start":1726217862781,"stop":1726217862782,"duration":1}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4f0dd72dea6ac6cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4f0dd72dea6ac6cf","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"duration":0}},{"uid":"5ef0e8e7bd406167","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5ef0e8e7bd406167","status":"passed","time":{"start":1726218000391,"stop":1726218000391,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"efe8072356e5b8c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/efe8072356e5b8c1","status":"passed","time":{"start":1726217687442,"stop":1726217687442,"duration":0}},{"uid":"d83b993f2feb3079","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d83b993f2feb3079","status":"passed","time":{"start":1726217604526,"stop":1726217604527,"duration":1}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d5d62e67d9328415","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d5d62e67d9328415","status":"passed","time":{"start":1726217980052,"stop":1726217980052,"duration":0}},{"uid":"6e7d2da28d723c4f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e7d2da28d723c4f","status":"passed","time":{"start":1726217896505,"stop":1726217896506,"duration":1}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ee6e93fbf84c3ddc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ee6e93fbf84c3ddc","status":"passed","time":{"start":1726217724228,"stop":1726217724228,"duration":0}},{"uid":"15f1a239e42a8561","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15f1a239e42a8561","status":"passed","time":{"start":1726217656061,"stop":1726217656061,"duration":0}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4067cf34d373ec31","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4067cf34d373ec31","status":"passed","time":{"start":1726217577134,"stop":1726217577136,"duration":2}},{"uid":"46ffe0895a62da73","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/46ffe0895a62da73","status":"passed","time":{"start":1726217509412,"stop":1726217509413,"duration":1}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1564355301325361","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1564355301325361","status":"passed","time":{"start":1726217980053,"stop":1726217980054,"duration":1}},{"uid":"8a6a33f24f4f6c07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a6a33f24f4f6c07","status":"passed","time":{"start":1726217896508,"stop":1726217896508,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a52ccb718adb577a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a52ccb718adb577a","status":"passed","time":{"start":1726217450197,"stop":1726217450197,"duration":0}},{"uid":"82f0e54a451727da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82f0e54a451727da","status":"passed","time":{"start":1726217391848,"stop":1726217391849,"duration":1}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8b1b47038ecaf847","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8b1b47038ecaf847","status":"passed","time":{"start":1726217677844,"stop":1726217677844,"duration":0}},{"uid":"cb29388f2a9975cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cb29388f2a9975cc","status":"passed","time":{"start":1726217616847,"stop":1726217616848,"duration":1}}]},"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"95f93989ecb90b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95f93989ecb90b5","status":"passed","time":{"start":1726217441551,"stop":1726217441551,"duration":0}},{"uid":"d16bf38d7cf51735","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d16bf38d7cf51735","status":"passed","time":{"start":1726217383214,"stop":1726217383214,"duration":0}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"72bb661e74770c35","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72bb661e74770c35","status":"passed","time":{"start":1726217687416,"stop":1726217687416,"duration":0}},{"uid":"d1c83df8ca03676c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d1c83df8ca03676c","status":"passed","time":{"start":1726217604480,"stop":1726217604481,"duration":1}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bd15fb2f524ce2c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bd15fb2f524ce2c","status":"passed","time":{"start":1726217976607,"stop":1726217976608,"duration":1}},{"uid":"6005e77114cf1ae9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6005e77114cf1ae9","status":"passed","time":{"start":1726217890296,"stop":1726217890297,"duration":1}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"47c004fa0a6df8fb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47c004fa0a6df8fb","status":"passed","time":{"start":1726217687421,"stop":1726217687421,"duration":0}},{"uid":"6a2921fb92be13ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a2921fb92be13ad","status":"passed","time":{"start":1726217604488,"stop":1726217604488,"duration":0}}]},"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"af0348ae06699822","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af0348ae06699822","status":"passed","time":{"start":1726217441566,"stop":1726217441566,"duration":0}},{"uid":"b720cdd1d400acd6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b720cdd1d400acd6","status":"passed","time":{"start":1726217383229,"stop":1726217383229,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e2f9a85bece3da3d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e2f9a85bece3da3d","status":"passed","time":{"start":1726217677792,"stop":1726217677796,"duration":4}},{"uid":"eb4d2e219ed94f94","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eb4d2e219ed94f94","status":"passed","time":{"start":1726217616838,"stop":1726217616838,"duration":0}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1a6b29b2737111e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a6b29b2737111e","status":"passed","time":{"start":1726217946720,"stop":1726217946720,"duration":0}},{"uid":"e6cf251b51164348","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e6cf251b51164348","status":"passed","time":{"start":1726217862773,"stop":1726217862774,"duration":1}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"577ac696c4909848","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/577ac696c4909848","status":"passed","time":{"start":1726217533047,"stop":1726217533048,"duration":1}},{"uid":"c484e3268d70db49","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c484e3268d70db49","status":"passed","time":{"start":1726217474965,"stop":1726217474966,"duration":1}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c7f9038e88742c57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c7f9038e88742c57","status":"passed","time":{"start":1726217724200,"stop":1726217724201,"duration":1}},{"uid":"4defa2acdc298d89","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4defa2acdc298d89","status":"passed","time":{"start":1726217656057,"stop":1726217656057,"duration":0}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4d7ae123f4338ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4d7ae123f4338ed","status":"passed","time":{"start":1726217978647,"stop":1726217978649,"duration":2}},{"uid":"385ce94a11218f10","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/385ce94a11218f10","status":"passed","time":{"start":1726217893873,"stop":1726217893873,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b84068f23fab0ff6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b84068f23fab0ff6","status":"passed","time":{"start":1726217924764,"stop":1726217924764,"duration":0}},{"uid":"f3ebc0755f6e7883","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f3ebc0755f6e7883","status":"passed","time":{"start":1726217840568,"stop":1726217840568,"duration":0}}]},"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2ea281db3267af3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ea281db3267af3c","status":"passed","time":{"start":1726217441559,"stop":1726217441559,"duration":0}},{"uid":"ecb8c3f1bdc526fa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ecb8c3f1bdc526fa","status":"passed","time":{"start":1726217383221,"stop":1726217383221,"duration":0}}]},"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6654d981dba407c0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6654d981dba407c0","status":"passed","time":{"start":1726217441546,"stop":1726217441546,"duration":0}},{"uid":"624bfe635811c2e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/624bfe635811c2e7","status":"passed","time":{"start":1726217383209,"stop":1726217383209,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"823e7ca7805f944d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/823e7ca7805f944d","status":"passed","time":{"start":1726217946677,"stop":1726217946677,"duration":0}},{"uid":"1c46ed9eb674b2d5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1c46ed9eb674b2d5","status":"passed","time":{"start":1726217862769,"stop":1726217862769,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1fe906bfbb24e70","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1fe906bfbb24e70","status":"passed","time":{"start":1726217577153,"stop":1726217577155,"duration":2}},{"uid":"e983aa763507345","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e983aa763507345","status":"passed","time":{"start":1726217509424,"stop":1726217509424,"duration":0}}]},"b7297778cb119f49787bc8cdbac5a360:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a532000f3eabde59","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a532000f3eabde59","status":"passed","time":{"start":1726218013725,"stop":1726218013725,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6ffafc8d8a1c4350","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ffafc8d8a1c4350","status":"passed","time":{"start":1726217976599,"stop":1726217976599,"duration":0}},{"uid":"33e1413e9af41102","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/33e1413e9af41102","status":"passed","time":{"start":1726217890290,"stop":1726217890291,"duration":1}}]},"28e00b228faded2e7faecef399c0b7ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"387a2fdc99624b2f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/387a2fdc99624b2f","status":"passed","time":{"start":1726217923182,"stop":1726217923182,"duration":0}}]},"9f2f22c2305a3e078a8b45de98ab3373:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"136e7a0b98cd1e3c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/136e7a0b98cd1e3c","status":"passed","time":{"start":1726217952880,"stop":1726217952880,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c3f547d681a86a95","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3f547d681a86a95","status":"passed","time":{"start":1726217455153,"stop":1726217455154,"duration":1}},{"uid":"8be712014c9bcc76","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8be712014c9bcc76","status":"passed","time":{"start":1726217396842,"stop":1726217396842,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"211400f5887a7683","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/211400f5887a7683","status":"passed","time":{"start":1726217924754,"stop":1726217924755,"duration":1}},{"uid":"1a79e401045c9cd7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1a79e401045c9cd7","status":"passed","time":{"start":1726217840559,"stop":1726217840559,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a42c67f43b954f20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a42c67f43b954f20","status":"passed","time":{"start":1726217949325,"stop":1726217949325,"duration":0}},{"uid":"c4f82f5d1b0948bc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4f82f5d1b0948bc","status":"passed","time":{"start":1726217865170,"stop":1726217865171,"duration":1}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9103ba8e59f9d0b0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9103ba8e59f9d0b0","status":"passed","time":{"start":1726217454965,"stop":1726217454965,"duration":0}},{"uid":"6ef318248de8f98c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6ef318248de8f98c","status":"passed","time":{"start":1726217396431,"stop":1726217396432,"duration":1}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e671cdb7d273dd53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e671cdb7d273dd53","status":"passed","time":{"start":1726217980050,"stop":1726217980051,"duration":1}},{"uid":"80c43ff22d15057a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/80c43ff22d15057a","status":"passed","time":{"start":1726217896504,"stop":1726217896505,"duration":1}}]},"60e1b793627ee506f7b1ccccc216151a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f20d8beef3b9bc55","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f20d8beef3b9bc55","status":"passed","time":{"start":1726217923180,"stop":1726217923180,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"109a3964ca955f24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/109a3964ca955f24","status":"passed","time":{"start":1726217533047,"stop":1726217533047,"duration":0}},{"uid":"39368d50ce8e8ddd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39368d50ce8e8ddd","status":"passed","time":{"start":1726217474964,"stop":1726217474965,"duration":1}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"576b67030db7bb98","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/576b67030db7bb98","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217980038,"stop":1726217980038,"duration":0}},{"uid":"1196fc98124c7e50","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1196fc98124c7e50","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217896500,"stop":1726217896500,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d8dc3fa14fc34a24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d8dc3fa14fc34a24","status":"passed","time":{"start":1726218054683,"stop":1726218054684,"duration":1}},{"uid":"cc2c31c7cf59cfd3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cc2c31c7cf59cfd3","status":"passed","time":{"start":1726217965430,"stop":1726217965431,"duration":1}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c496f72c7203b02b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c496f72c7203b02b","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"duration":0}},{"uid":"b1434bbb1f503bfa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1434bbb1f503bfa","status":"passed","time":{"start":1726217391860,"stop":1726217391860,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e046b18e4b9b75eb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e046b18e4b9b75eb","status":"passed","time":{"start":1726217705987,"stop":1726217705988,"duration":1}},{"uid":"f4f0c7a743c44d38","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f4f0c7a743c44d38","status":"passed","time":{"start":1726217650745,"stop":1726217650746,"duration":1}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"12708546cdcbaea6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/12708546cdcbaea6","status":"passed","time":{"start":1726217980054,"stop":1726217980055,"duration":1}},{"uid":"b1782bfd3f9c4eb4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1782bfd3f9c4eb4","status":"passed","time":{"start":1726217896509,"stop":1726217896509,"duration":0}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f8a8d04095de31cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8a8d04095de31cb","status":"passed","time":{"start":1726217978650,"stop":1726217978650,"duration":0}},{"uid":"7cf0a25fccb1417a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7cf0a25fccb1417a","status":"passed","time":{"start":1726217893873,"stop":1726217893874,"duration":1}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"44eae3fc6d0c681c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/44eae3fc6d0c681c","status":"passed","time":{"start":1726217549453,"stop":1726217549453,"duration":0}},{"uid":"a7a1760b0a8672c3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a7a1760b0a8672c3","status":"passed","time":{"start":1726217491290,"stop":1726217491290,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c5385358797e053e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5385358797e053e","status":"passed","time":{"start":1726218095392,"stop":1726218095393,"duration":1}},{"uid":"bad04791faf1f8e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bad04791faf1f8e7","status":"passed","time":{"start":1726218006961,"stop":1726218006961,"duration":0}}]},"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a6f574173d8b143e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a6f574173d8b143e","status":"passed","time":{"start":1726218020458,"stop":1726218020459,"duration":1}},{"uid":"f58a238233213e7c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f58a238233213e7c","status":"passed","time":{"start":1726217934116,"stop":1726217934116,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c9aa0eb57ad99464","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c9aa0eb57ad99464","status":"passed","time":{"start":1726217924763,"stop":1726217924763,"duration":0}},{"uid":"a1a89c59a8225c74","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a1a89c59a8225c74","status":"passed","time":{"start":1726217840567,"stop":1726217840567,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"577d3f0ec67fefa7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/577d3f0ec67fefa7","status":"passed","time":{"start":1726217804645,"stop":1726217804646,"duration":1}},{"uid":"2f5887b94027987a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f5887b94027987a","status":"passed","time":{"start":1726217734028,"stop":1726217734029,"duration":1}}]},"d59803a32195ca01a66da1e9c8ad4d2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"eea280ce78bad141","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eea280ce78bad141","status":"passed","time":{"start":1726217868235,"stop":1726217868236,"duration":1}},{"uid":"2da7be4a86d55835","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2da7be4a86d55835","status":"passed","time":{"start":1726217785169,"stop":1726217785170,"duration":1}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fee230f6a1feb1de","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fee230f6a1feb1de","status":"passed","time":{"start":1726217706000,"stop":1726217706000,"duration":0}},{"uid":"5e118cc905d3122c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e118cc905d3122c","status":"passed","time":{"start":1726217650754,"stop":1726217650756,"duration":2}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c48511aa87b2a0ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c48511aa87b2a0ba","status":"passed","time":{"start":1726217705998,"stop":1726217705999,"duration":1}},{"uid":"ff96edc0be5665c7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ff96edc0be5665c7","status":"passed","time":{"start":1726217650754,"stop":1726217650754,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"eed9fd3f4e271512","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eed9fd3f4e271512","status":"passed","time":{"start":1726217450194,"stop":1726217450195,"duration":1}},{"uid":"e4c2ea4663efaacf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4c2ea4663efaacf","status":"passed","time":{"start":1726217391846,"stop":1726217391847,"duration":1}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b8ba4c51a8218f92","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b8ba4c51a8218f92","status":"passed","time":{"start":1726217441571,"stop":1726217441571,"duration":0}},{"uid":"429f19685465797a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/429f19685465797a","status":"passed","time":{"start":1726217383355,"stop":1726217383355,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9fa9f67396f2c939","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9fa9f67396f2c939","status":"passed","time":{"start":1726218061971,"stop":1726218061974,"duration":3}},{"uid":"a54276e21aeee0b9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a54276e21aeee0b9","status":"passed","time":{"start":1726217984931,"stop":1726217984932,"duration":1}}]},"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d6e7f3d31d0be7a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d6e7f3d31d0be7a8","status":"passed","time":{"start":1726217868893,"stop":1726217868894,"duration":1}},{"uid":"c07ceee06caf5d4c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c07ceee06caf5d4c","status":"passed","time":{"start":1726217785442,"stop":1726217785442,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"53bbf43931b3a13e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53bbf43931b3a13e","status":"passed","time":{"start":1726217946740,"stop":1726217946740,"duration":0}},{"uid":"416e571313eb21dd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/416e571313eb21dd","status":"passed","time":{"start":1726217862789,"stop":1726217862790,"duration":1}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2a503b6eb9914d20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2a503b6eb9914d20","status":"passed","time":{"start":1726217608002,"stop":1726217608002,"duration":0}},{"uid":"cfa12b8d82ea8213","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cfa12b8d82ea8213","status":"passed","time":{"start":1726217547143,"stop":1726217547143,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"846f49de92e30ab6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/846f49de92e30ab6","status":"passed","time":{"start":1726218066275,"stop":1726218066275,"duration":0}},{"uid":"c3cc7a7f1a50d5d0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c3cc7a7f1a50d5d0","status":"passed","time":{"start":1726217965298,"stop":1726217965298,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"42dec1fcd0756e39","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42dec1fcd0756e39","status":"passed","time":{"start":1726217924764,"stop":1726217924764,"duration":0}},{"uid":"c77c1d204f13bcbf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c77c1d204f13bcbf","status":"passed","time":{"start":1726217840567,"stop":1726217840568,"duration":1}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"37ad5ce9bcc2a248","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/37ad5ce9bcc2a248","status":"passed","time":{"start":1726218066298,"stop":1726218066298,"duration":0}},{"uid":"17f127d3cbcdba79","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/17f127d3cbcdba79","status":"passed","time":{"start":1726217965318,"stop":1726217965318,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1e068615d258f85d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1e068615d258f85d","status":"passed","time":{"start":1726217450194,"stop":1726217450194,"duration":0}},{"uid":"c2f946a7d817e89f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c2f946a7d817e89f","status":"passed","time":{"start":1726217391846,"stop":1726217391846,"duration":0}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"817f965bdef4407f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/817f965bdef4407f","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925015,"stop":1726217925015,"duration":0}},{"uid":"411eecba8399d1b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/411eecba8399d1b5","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840807,"stop":1726217840807,"duration":0}}]},"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7eb4fc37ed00550d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7eb4fc37ed00550d","status":"passed","time":{"start":1726218063114,"stop":1726218063114,"duration":0}},{"uid":"662e25fc93663f58","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/662e25fc93663f58","status":"passed","time":{"start":1726217974423,"stop":1726217974424,"duration":1}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"560149277e959387","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/560149277e959387","status":"passed","time":{"start":1726218066281,"stop":1726218066281,"duration":0}},{"uid":"ba8925d05b6c516b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba8925d05b6c516b","status":"passed","time":{"start":1726217965304,"stop":1726217965307,"duration":3}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a415ec338168a68","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a415ec338168a68","status":"passed","time":{"start":1726217677797,"stop":1726217677799,"duration":2}},{"uid":"33ac1f45d15bd6fa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/33ac1f45d15bd6fa","status":"passed","time":{"start":1726217616838,"stop":1726217616838,"duration":0}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"97e00203451e4ee0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/97e00203451e4ee0","status":"passed","time":{"start":1726218020455,"stop":1726218020456,"duration":1}},{"uid":"475055d7cdd4f70d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/475055d7cdd4f70d","status":"passed","time":{"start":1726217934113,"stop":1726217934115,"duration":2}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b96d24654ce58053","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b96d24654ce58053","status":"passed","time":{"start":1726217677812,"stop":1726217677813,"duration":1}},{"uid":"640e15eaca403fad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/640e15eaca403fad","status":"passed","time":{"start":1726217616840,"stop":1726217616840,"duration":0}}]},"7d85d352846f65cadcd2aaa503ad70aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcbf39b2cc90112b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bcbf39b2cc90112b","status":"passed","time":{"start":1726217952884,"stop":1726217952884,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"39274eefaa536eba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39274eefaa536eba","status":"passed","time":{"start":1726217503859,"stop":1726217503859,"duration":0}},{"uid":"43835375cc70bdcd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43835375cc70bdcd","status":"passed","time":{"start":1726217442598,"stop":1726217442598,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6d5b47aded166552","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d5b47aded166552","status":"passed","time":{"start":1726217567474,"stop":1726217567474,"duration":0}},{"uid":"15a35ad8c1dc73f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15a35ad8c1dc73f0","status":"passed","time":{"start":1726217508420,"stop":1726217508420,"duration":0}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"af79f35314395695","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af79f35314395695","status":"passed","time":{"start":1726218054699,"stop":1726218054700,"duration":1}},{"uid":"1b18522081d91900","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1b18522081d91900","status":"passed","time":{"start":1726217965433,"stop":1726217965433,"duration":0}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"48a92568d4185240","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48a92568d4185240","status":"passed","time":{"start":1726218013712,"stop":1726218013715,"duration":3}},{"uid":"b429f96f1f614cbf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b429f96f1f614cbf","status":"passed","time":{"start":1726217945336,"stop":1726217945336,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5a71615e25f1b249","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a71615e25f1b249","status":"passed","time":{"start":1726217503656,"stop":1726217503656,"duration":0}},{"uid":"c0bc33eff040ca11","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c0bc33eff040ca11","status":"passed","time":{"start":1726217444759,"stop":1726217444760,"duration":1}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ce59ddecf13507d5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ce59ddecf13507d5","status":"passed","time":{"start":1726217677825,"stop":1726217677826,"duration":1}},{"uid":"a5a4ea136a69f4f4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a5a4ea136a69f4f4","status":"passed","time":{"start":1726217616844,"stop":1726217616844,"duration":0}}]},"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cb08c5a6f6db0f02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cb08c5a6f6db0f02","status":"passed","time":{"start":1726217441561,"stop":1726217441561,"duration":0}},{"uid":"a4fd4854ef642b07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a4fd4854ef642b07","status":"passed","time":{"start":1726217383223,"stop":1726217383224,"duration":1}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"63d86311cdb44ca9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/63d86311cdb44ca9","status":"passed","time":{"start":1726217946724,"stop":1726217946725,"duration":1}},{"uid":"243d1c4aa1924529","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/243d1c4aa1924529","status":"passed","time":{"start":1726217862781,"stop":1726217862781,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dd3c2fc884ddc6cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd3c2fc884ddc6cf","status":"passed","time":{"start":1726217449477,"stop":1726217449478,"duration":1}},{"uid":"943f1169c3e6538","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/943f1169c3e6538","status":"passed","time":{"start":1726217391250,"stop":1726217391251,"duration":1}}]},"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"19980c71b7d1635c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/19980c71b7d1635c","status":"passed","time":{"start":1726217441557,"stop":1726217441557,"duration":0}},{"uid":"a732078360d2600a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a732078360d2600a","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"762bb0d9e02daf8a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/762bb0d9e02daf8a","status":"passed","time":{"start":1726218054693,"stop":1726218054693,"duration":0}},{"uid":"6641551754f94d92","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6641551754f94d92","status":"passed","time":{"start":1726217965432,"stop":1726217965432,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"36015ee5684301e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/36015ee5684301e4","status":"passed","time":{"start":1726217706005,"stop":1726217706006,"duration":1}},{"uid":"f20400e38dded3d8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f20400e38dded3d8","status":"passed","time":{"start":1726217650762,"stop":1726217650763,"duration":1}}]},"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"460e76ec1bf4730f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/460e76ec1bf4730f","status":"passed","time":{"start":1726217441544,"stop":1726217441544,"duration":0}},{"uid":"8c94536b683ed5b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c94536b683ed5b5","status":"passed","time":{"start":1726217383207,"stop":1726217383207,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"be2c88b74d3d369c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be2c88b74d3d369c","status":"passed","time":{"start":1726218066295,"stop":1726218066295,"duration":0}},{"uid":"1557d944ad6d4b59","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1557d944ad6d4b59","status":"passed","time":{"start":1726217965313,"stop":1726217965313,"duration":0}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ba0c4a5480dd5b8d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ba0c4a5480dd5b8d","status":"passed","time":{"start":1726217450206,"stop":1726217450206,"duration":0}},{"uid":"2a896bbbda0b24c0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2a896bbbda0b24c0","status":"passed","time":{"start":1726217391857,"stop":1726217391858,"duration":1}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b28609a032130aa1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b28609a032130aa1","status":"passed","time":{"start":1726217687426,"stop":1726217687427,"duration":1}},{"uid":"96a93c7dfd1ba75e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96a93c7dfd1ba75e","status":"passed","time":{"start":1726217604495,"stop":1726217604496,"duration":1}}]},"70a0f7858bd0c243321cbac92b27d9bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5691568a6136f845","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5691568a6136f845","status":"passed","time":{"start":1726218039628,"stop":1726218039628,"duration":0}}]},"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2174e0c19f9071b4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2174e0c19f9071b4","status":"passed","time":{"start":1726217742498,"stop":1726217742500,"duration":2}},{"uid":"3b933a6fde158daf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3b933a6fde158daf","status":"passed","time":{"start":1726217674285,"stop":1726217674286,"duration":1}}]},"ac392a7fa6b2d2d7a5428995adfd6cbc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"603a5a0e933e2c50","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/603a5a0e933e2c50","status":"passed","time":{"start":1726217862803,"stop":1726217862805,"duration":2}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"72a4689f75936f85","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72a4689f75936f85","status":"passed","time":{"start":1726218011622,"stop":1726218011622,"duration":0}},{"uid":"d303e9ee5e54753e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d303e9ee5e54753e","status":"passed","time":{"start":1726217923176,"stop":1726217923177,"duration":1}}]},"96f15e9b62705ac5f60989a19dd87ea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dd85b3c9e236ae92","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd85b3c9e236ae92","status":"passed","time":{"start":1726217868233,"stop":1726217868233,"duration":0}},{"uid":"dcd8acbc085b228b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dcd8acbc085b228b","status":"passed","time":{"start":1726217785167,"stop":1726217785167,"duration":0}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"394c68283a7a8ff2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/394c68283a7a8ff2","status":"passed","time":{"start":1726217976603,"stop":1726217976603,"duration":0}},{"uid":"47641b259b8df41c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/47641b259b8df41c","status":"passed","time":{"start":1726217890294,"stop":1726217890295,"duration":1}}]},"9f956e054cca7bcce3966c4689d26f1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"646c5ef349f390a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/646c5ef349f390a4","status":"passed","time":{"start":1726217945357,"stop":1726217945358,"duration":1}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"553f079f1ca8818f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/553f079f1ca8818f","status":"passed","time":{"start":1726218066289,"stop":1726218066289,"duration":0}},{"uid":"565556363d3805da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/565556363d3805da","status":"passed","time":{"start":1726217965312,"stop":1726217965312,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"15f57851aa315469","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15f57851aa315469","status":"passed","time":{"start":1726217463039,"stop":1726217463039,"duration":0}},{"uid":"7fad153c2f2df61f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7fad153c2f2df61f","status":"passed","time":{"start":1726217404606,"stop":1726217404606,"duration":0}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"21f717d2eb9962f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21f717d2eb9962f1","status":"passed","time":{"start":1726217980037,"stop":1726217980037,"duration":0}},{"uid":"2eb653165dadfdea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2eb653165dadfdea","status":"passed","time":{"start":1726217896499,"stop":1726217896499,"duration":0}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a8451b5b33d83280","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a8451b5b33d83280","status":"passed","time":{"start":1726218013724,"stop":1726218013724,"duration":0}},{"uid":"77a76007c081c8f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/77a76007c081c8f3","status":"passed","time":{"start":1726217945349,"stop":1726217945349,"duration":0}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f2c89de5fbb24030","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f2c89de5fbb24030","status":"passed","time":{"start":1726217677785,"stop":1726217677791,"duration":6}},{"uid":"6bc90152bc6a633a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6bc90152bc6a633a","status":"passed","time":{"start":1726217616836,"stop":1726217616836,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3b45aff872bd9d10","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3b45aff872bd9d10","status":"passed","time":{"start":1726218013730,"stop":1726218013731,"duration":1}},{"uid":"5f0c46417f55d5f9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5f0c46417f55d5f9","status":"passed","time":{"start":1726217945359,"stop":1726217945359,"duration":0}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d95bdd3c5fcc3d8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d95bdd3c5fcc3d8","status":"passed","time":{"start":1726217549450,"stop":1726217549450,"duration":0}},{"uid":"22a1a5797010df2a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/22a1a5797010df2a","status":"passed","time":{"start":1726217491287,"stop":1726217491288,"duration":1}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"59e2028896053828","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/59e2028896053828","status":"passed","time":{"start":1726218090764,"stop":1726218090764,"duration":0}},{"uid":"d7b68e650d8813cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d7b68e650d8813cd","status":"passed","time":{"start":1726217999477,"stop":1726217999477,"duration":0}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"24f641dc347c7b23","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/24f641dc347c7b23","status":"passed","time":{"start":1726218066316,"stop":1726218066316,"duration":0}},{"uid":"ef14c8527a366cb2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ef14c8527a366cb2","status":"passed","time":{"start":1726217965349,"stop":1726217965349,"duration":0}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ae4c010ca52a057","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae4c010ca52a057","status":"passed","time":{"start":1726217503858,"stop":1726217503858,"duration":0}},{"uid":"ba7cb378bb83e7cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba7cb378bb83e7cd","status":"passed","time":{"start":1726217442597,"stop":1726217442597,"duration":0}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f8bed61fc70d46be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8bed61fc70d46be","status":"passed","time":{"start":1726217462332,"stop":1726217462333,"duration":1}},{"uid":"ee40099dd6ec3846","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ee40099dd6ec3846","status":"passed","time":{"start":1726217404186,"stop":1726217404186,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fee6e504776f4387","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fee6e504776f4387","status":"passed","time":{"start":1726218013698,"stop":1726218013698,"duration":0}},{"uid":"523525168b86a996","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/523525168b86a996","status":"passed","time":{"start":1726217945331,"stop":1726217945332,"duration":1}}]},"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"34469831c12b20da","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34469831c12b20da","status":"passed","time":{"start":1726217441564,"stop":1726217441564,"duration":0}},{"uid":"b883be0496a6ab00","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b883be0496a6ab00","status":"passed","time":{"start":1726217383227,"stop":1726217383227,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6aa958d8323dee57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6aa958d8323dee57","status":"passed","time":{"start":1726217924734,"stop":1726217924734,"duration":0}},{"uid":"b1bbc071fdf70d1b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1bbc071fdf70d1b","status":"passed","time":{"start":1726217840475,"stop":1726217840475,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b3c2e11c53c4563","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3c2e11c53c4563","status":"passed","time":{"start":1726217706009,"stop":1726217706009,"duration":0}},{"uid":"427450721688d2ac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/427450721688d2ac","status":"passed","time":{"start":1726217650771,"stop":1726217650772,"duration":1}}]},"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b19c2b84bd0067f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b19c2b84bd0067f8","status":"passed","time":{"start":1726217441556,"stop":1726217441556,"duration":0}},{"uid":"b835ad178bb2753c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b835ad178bb2753c","status":"passed","time":{"start":1726217383219,"stop":1726217383219,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b3bfaf07310f90e6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3bfaf07310f90e6","status":"passed","time":{"start":1726217450204,"stop":1726217450204,"duration":0}},{"uid":"92ea33cb90981a21","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/92ea33cb90981a21","status":"passed","time":{"start":1726217391855,"stop":1726217391856,"duration":1}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f2de25bd91396850","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f2de25bd91396850","status":"passed","time":{"start":1726218066273,"stop":1726218066273,"duration":0}},{"uid":"37c43dc23499bfed","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/37c43dc23499bfed","status":"passed","time":{"start":1726217965295,"stop":1726217965296,"duration":1}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1980ceed23b18d7c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1980ceed23b18d7c","status":"passed","time":{"start":1726218066275,"stop":1726218066275,"duration":0}},{"uid":"996b3e9130060d82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/996b3e9130060d82","status":"passed","time":{"start":1726217965299,"stop":1726217965299,"duration":0}}]},"2b1dd4e975806d76599d997e3099ca66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d776aaeeb51f5624","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d776aaeeb51f5624","status":"passed","time":{"start":1726217868232,"stop":1726217868232,"duration":0}},{"uid":"f2a3055cad5c6c52","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f2a3055cad5c6c52","status":"passed","time":{"start":1726217785165,"stop":1726217785166,"duration":1}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a1bf24b88c56c22f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a1bf24b88c56c22f","status":"passed","time":{"start":1726217980037,"stop":1726217980038,"duration":1}},{"uid":"4dd9dda923e00abe","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4dd9dda923e00abe","status":"passed","time":{"start":1726217896499,"stop":1726217896500,"duration":1}}]},"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2b5c279cd9778fa4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2b5c279cd9778fa4","status":"passed","time":{"start":1726217441570,"stop":1726217441570,"duration":0}},{"uid":"bedcd7c846b681fb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bedcd7c846b681fb","status":"passed","time":{"start":1726217383232,"stop":1726217383233,"duration":1}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f5c38f247a1dd326","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f5c38f247a1dd326","status":"passed","time":{"start":1726217493339,"stop":1726217493339,"duration":0}},{"uid":"41e6f4ed0a483b4d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/41e6f4ed0a483b4d","status":"passed","time":{"start":1726217434834,"stop":1726217434834,"duration":0}}]},"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8a5c88f1c5b0ac16","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a5c88f1c5b0ac16","status":"passed","time":{"start":1726217441548,"stop":1726217441548,"duration":0}},{"uid":"5336729eead1382d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5336729eead1382d","status":"passed","time":{"start":1726217383211,"stop":1726217383211,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"73ae9231d7b7f2ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/73ae9231d7b7f2ea","status":"passed","time":{"start":1726218071323,"stop":1726218071323,"duration":0}},{"uid":"6ffa90e10a45e120","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6ffa90e10a45e120","status":"passed","time":{"start":1726217984828,"stop":1726217984828,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f8c949295fb171dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8c949295fb171dd","status":"passed","time":{"start":1726218071325,"stop":1726218071325,"duration":0}},{"uid":"8d243418998fed8e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d243418998fed8e","status":"passed","time":{"start":1726217984830,"stop":1726217984831,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d15ebb9c40f10e66","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d15ebb9c40f10e66","status":"passed","time":{"start":1726217724199,"stop":1726217724199,"duration":0}},{"uid":"bc04856b5626c3d4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bc04856b5626c3d4","status":"passed","time":{"start":1726217656056,"stop":1726217656056,"duration":0}}]},"bc9f1ccc137fb3a34d5a4f8a39d71548:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8993bb265ecf56c5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8993bb265ecf56c5","status":"passed","time":{"start":1726217923182,"stop":1726217923182,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1d682ffed4eaeb0a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d682ffed4eaeb0a","status":"passed","time":{"start":1726218139624,"stop":1726218139624,"duration":0}},{"uid":"39a58fe703389805","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39a58fe703389805","status":"passed","time":{"start":1726218051435,"stop":1726218051436,"duration":1}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"656b33108765eb33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/656b33108765eb33","status":"passed","time":{"start":1726218071349,"stop":1726218071355,"duration":6}},{"uid":"d5356a5fb653719b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d5356a5fb653719b","status":"passed","time":{"start":1726217984832,"stop":1726217984832,"duration":0}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"66fba32ce6b56b18","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/66fba32ce6b56b18","status":"passed","time":{"start":1726217706001,"stop":1726217706002,"duration":1}},{"uid":"38ad529a18e57b3f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38ad529a18e57b3f","status":"passed","time":{"start":1726217650760,"stop":1726217650761,"duration":1}}]},"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5945a44bbf5a9154","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5945a44bbf5a9154","status":"passed","time":{"start":1726217441560,"stop":1726217441560,"duration":0}},{"uid":"a8137ae8619fd051","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a8137ae8619fd051","status":"passed","time":{"start":1726217383222,"stop":1726217383222,"duration":0}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2e56dda219a033fe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e56dda219a033fe","status":"passed","time":{"start":1726217466672,"stop":1726217466673,"duration":1}},{"uid":"80dc6d5a1b9fbbf3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/80dc6d5a1b9fbbf3","status":"passed","time":{"start":1726217408294,"stop":1726217408295,"duration":1}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1102e1245bfc0d12","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1102e1245bfc0d12","status":"passed","time":{"start":1726217677841,"stop":1726217677842,"duration":1}},{"uid":"657aaa3c304985ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/657aaa3c304985ae","status":"passed","time":{"start":1726217616846,"stop":1726217616846,"duration":0}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"defa396601618ef1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/defa396601618ef1","status":"passed","time":{"start":1726217463039,"stop":1726217463039,"duration":0}},{"uid":"1c500a8e97405278","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1c500a8e97405278","status":"passed","time":{"start":1726217404605,"stop":1726217404605,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1595ee22a856bad","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1595ee22a856bad","status":"passed","time":{"start":1726217577137,"stop":1726217577137,"duration":0}},{"uid":"3b22c65b3b6b79b9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3b22c65b3b6b79b9","status":"passed","time":{"start":1726217509414,"stop":1726217509415,"duration":1}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c5eb38e2a4a1dc3d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5eb38e2a4a1dc3d","status":"passed","time":{"start":1726217687414,"stop":1726217687414,"duration":0}},{"uid":"2f8b97bf65abe550","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f8b97bf65abe550","status":"passed","time":{"start":1726217604477,"stop":1726217604478,"duration":1}}]},"5784cade48d6f16c82c3bac5f3b28eb4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"263d169512bd59b2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/263d169512bd59b2","status":"passed","time":{"start":1726217890297,"stop":1726217890299,"duration":2}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"34874ce83d30c413","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34874ce83d30c413","status":"passed","time":{"start":1726217473323,"stop":1726217473323,"duration":0}},{"uid":"9839fcf5f32fa73e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9839fcf5f32fa73e","status":"passed","time":{"start":1726217414668,"stop":1726217414668,"duration":0}}]}} \ No newline at end of file +{"235ce86cf23f13be9b6721011c6e2f2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f1020a5023b9298","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1f1020a5023b9298","status":"passed","time":{"start":1726218863180,"stop":1726218863180,"duration":0}}]},"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dd6ffb0cf6e45718","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd6ffb0cf6e45718","status":"passed","time":{"start":1726218283089,"stop":1726218283089,"duration":0}},{"uid":"c8974e371a640fb5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c8974e371a640fb5","status":"passed","time":{"start":1726218188590,"stop":1726218188590,"duration":0}},{"uid":"d831c29f0492b367","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d831c29f0492b367","status":"passed","time":{"start":1726217441550,"stop":1726217441551,"duration":1}},{"uid":"af95ba4bbd3f5c0f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/af95ba4bbd3f5c0f","status":"passed","time":{"start":1726217383213,"stop":1726217383214,"duration":1}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9f7e1b4d077f8ffe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9f7e1b4d077f8ffe","status":"passed","time":{"start":1726218673576,"stop":1726218673576,"duration":0}},{"uid":"28aabda8aeb0dbac","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/28aabda8aeb0dbac","status":"passed","time":{"start":1726218602429,"stop":1726218602430,"duration":1}},{"uid":"2c65730fb3d4bf3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2c65730fb3d4bf3c","status":"passed","time":{"start":1726217854655,"stop":1726217854656,"duration":1}},{"uid":"cf517e461c1ff596","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cf517e461c1ff596","status":"passed","time":{"start":1726217779605,"stop":1726217779605,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b2b41790c1bfcce6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b2b41790c1bfcce6","status":"passed","time":{"start":1726218778188,"stop":1726218778189,"duration":1}},{"uid":"ccbee51feb6752e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ccbee51feb6752e","status":"passed","time":{"start":1726218673547,"stop":1726218673547,"duration":0}},{"uid":"a03a7e9813f53881","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a03a7e9813f53881","status":"passed","time":{"start":1726217946697,"stop":1726217946698,"duration":1}},{"uid":"4ea38de8a16579ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4ea38de8a16579ae","status":"passed","time":{"start":1726217862771,"stop":1726217862771,"duration":0}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"242c022b987a776e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/242c022b987a776e","status":"passed","time":{"start":1726218285627,"stop":1726218285628,"duration":1}},{"uid":"556414831cf3bf1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/556414831cf3bf1","status":"passed","time":{"start":1726218191033,"stop":1726218191033,"duration":0}},{"uid":"55bf81b09feac598","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55bf81b09feac598","status":"passed","time":{"start":1726217444068,"stop":1726217444069,"duration":1}},{"uid":"48ab4e82763ed31d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/48ab4e82763ed31d","status":"passed","time":{"start":1726217385915,"stop":1726217385915,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4a05e2b44331be75","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4a05e2b44331be75","status":"passed","time":{"start":1726218523024,"stop":1726218523025,"duration":1}},{"uid":"d89f9eb2ac90a7c8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d89f9eb2ac90a7c8","status":"passed","time":{"start":1726218422915,"stop":1726218422915,"duration":0}},{"uid":"42a423a055747248","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42a423a055747248","status":"passed","time":{"start":1726217687437,"stop":1726217687437,"duration":0}},{"uid":"e417cd0cfadce428","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e417cd0cfadce428","status":"passed","time":{"start":1726217604512,"stop":1726217604513,"duration":1}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b7dd4fff37b188c9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b7dd4fff37b188c9","status":"passed","time":{"start":1726218510969,"stop":1726218510970,"duration":1}},{"uid":"b9dfb471cf1306b8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b9dfb471cf1306b8","status":"passed","time":{"start":1726218417145,"stop":1726218417146,"duration":1}},{"uid":"1ad2f552633eef1a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1ad2f552633eef1a","status":"passed","time":{"start":1726217677791,"stop":1726217677792,"duration":1}},{"uid":"88106fd07980b1c5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/88106fd07980b1c5","status":"passed","time":{"start":1726217616837,"stop":1726217616837,"duration":0}}]},"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f8242067814f647e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8242067814f647e","status":"passed","time":{"start":1726218335403,"stop":1726218335404,"duration":1}},{"uid":"877e3d87b8b61c69","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/877e3d87b8b61c69","status":"passed","time":{"start":1726218239527,"stop":1726218239528,"duration":1}},{"uid":"1d5e814e19fccf83","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d5e814e19fccf83","status":"passed","time":{"start":1726217493342,"stop":1726217493343,"duration":1}},{"uid":"97c5c5cba776e447","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/97c5c5cba776e447","status":"passed","time":{"start":1726217434837,"stop":1726217434838,"duration":1}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f03729e4a50a0691","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f03729e4a50a0691","status":"passed","time":{"start":1726218291670,"stop":1726218291671,"duration":1}},{"uid":"5c3ba445b82a840b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5c3ba445b82a840b","status":"passed","time":{"start":1726218197009,"stop":1726218197009,"duration":0}},{"uid":"ad14789021643eda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad14789021643eda","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"duration":0}},{"uid":"1f5d37302bc7305a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f5d37302bc7305a","status":"passed","time":{"start":1726217391859,"stop":1726217391859,"duration":0}}]},"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9bb7459fcffe1aaf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9bb7459fcffe1aaf","status":"passed","time":{"start":1726218583684,"stop":1726218583684,"duration":0}},{"uid":"4b37fd8eec2bd9d6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b37fd8eec2bd9d6","status":"passed","time":{"start":1726218469214,"stop":1726218469214,"duration":0}},{"uid":"3e414a47fc3062f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3e414a47fc3062f6","status":"passed","time":{"start":1726217742503,"stop":1726217742503,"duration":0}},{"uid":"8a4d1391fc4d7c95","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a4d1391fc4d7c95","status":"passed","time":{"start":1726217674287,"stop":1726217674287,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0263a85324abd8b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0263a85324abd8b","status":"passed","time":{"start":1726218914871,"stop":1726218914872,"duration":1}},{"uid":"ded0601b722b147d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ded0601b722b147d","status":"passed","time":{"start":1726218826916,"stop":1726218826916,"duration":0}},{"uid":"894b1608ff37670c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/894b1608ff37670c","status":"passed","time":{"start":1726218091298,"stop":1726218091298,"duration":0}},{"uid":"121dbf2ef01a7bba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/121dbf2ef01a7bba","status":"passed","time":{"start":1726218000389,"stop":1726218000389,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"660070925af87e36","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/660070925af87e36","status":"passed","time":{"start":1726218291084,"stop":1726218291084,"duration":0}},{"uid":"8d97ecf4bfd2103d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8d97ecf4bfd2103d","status":"passed","time":{"start":1726218196350,"stop":1726218196350,"duration":0}},{"uid":"5ff22811a93197e9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ff22811a93197e9","status":"passed","time":{"start":1726217449482,"stop":1726217449483,"duration":1}},{"uid":"27abe4f6fd8969e2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/27abe4f6fd8969e2","status":"passed","time":{"start":1726217391254,"stop":1726217391254,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"95d0b03c21f0a91c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95d0b03c21f0a91c","status":"passed","time":{"start":1726218382079,"stop":1726218382080,"duration":1}},{"uid":"63e9fc2ca10d766a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/63e9fc2ca10d766a","status":"passed","time":{"start":1726218287814,"stop":1726218287814,"duration":0}},{"uid":"ed0498a10a1e8886","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed0498a10a1e8886","status":"passed","time":{"start":1726217549452,"stop":1726217549452,"duration":0}},{"uid":"94adeb6f535afd90","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/94adeb6f535afd90","status":"passed","time":{"start":1726217491289,"stop":1726217491289,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"23d1d43cab0eb68e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/23d1d43cab0eb68e","status":"passed","time":{"start":1726218778223,"stop":1726218778226,"duration":3}},{"uid":"2f608aa38f7345bf","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2f608aa38f7345bf","status":"passed","time":{"start":1726218673555,"stop":1726218673556,"duration":1}},{"uid":"eb443ba2252d774d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb443ba2252d774d","status":"passed","time":{"start":1726217946723,"stop":1726217946724,"duration":1}},{"uid":"e51a18879e01e27d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e51a18879e01e27d","status":"passed","time":{"start":1726217862779,"stop":1726217862779,"duration":0}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"383680d481d5acd4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/383680d481d5acd4","status":"passed","time":{"start":1726218879359,"stop":1726218879359,"duration":0}},{"uid":"5c0ad18a5bd15b5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5c0ad18a5bd15b5f","status":"passed","time":{"start":1726218787589,"stop":1726218787589,"duration":0}},{"uid":"629ac4389cdadbd6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/629ac4389cdadbd6","status":"passed","time":{"start":1726218066303,"stop":1726218066303,"duration":0}},{"uid":"7ff5f04fe6ba86e2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7ff5f04fe6ba86e2","status":"passed","time":{"start":1726217965321,"stop":1726217965321,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"151f42c4d3739391","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/151f42c4d3739391","status":"passed","time":{"start":1726218902967,"stop":1726218902969,"duration":2}},{"uid":"4a8ee79e7e9d2252","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4a8ee79e7e9d2252","status":"passed","time":{"start":1726218814282,"stop":1726218814285,"duration":3}},{"uid":"5a6f8c35e30b3a1e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a6f8c35e30b3a1e","status":"passed","time":{"start":1726218071323,"stop":1726218071324,"duration":1}},{"uid":"60fd29095fb1f86a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/60fd29095fb1f86a","status":"passed","time":{"start":1726217984829,"stop":1726217984830,"duration":1}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8bda49ef577380f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8bda49ef577380f8","status":"passed","time":{"start":1726218764112,"stop":1726218764113,"duration":1}},{"uid":"bcc7f3bd5a87b5e1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bcc7f3bd5a87b5e1","status":"passed","time":{"start":1726218659027,"stop":1726218659027,"duration":0}},{"uid":"f908971d91c158f9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f908971d91c158f9","status":"passed","time":{"start":1726217924764,"stop":1726217924765,"duration":1}},{"uid":"df95f24bb61f910c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/df95f24bb61f910c","status":"passed","time":{"start":1726217840568,"stop":1726217840569,"duration":1}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"61be9f993033be95","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/61be9f993033be95","status":"passed","time":{"start":1726218410952,"stop":1726218410953,"duration":1}},{"uid":"54476d7792723d84","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/54476d7792723d84","status":"passed","time":{"start":1726218315926,"stop":1726218315927,"duration":1}},{"uid":"c71b27a676031794","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c71b27a676031794","status":"passed","time":{"start":1726217577133,"stop":1726217577134,"duration":1}},{"uid":"fd1059cec71b0ef8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd1059cec71b0ef8","status":"passed","time":{"start":1726217509412,"stop":1726217509412,"duration":0}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"222c55d935d492d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/222c55d935d492d6","status":"passed","time":{"start":1726218862991,"stop":1726218862992,"duration":1}},{"uid":"482ac9b613630043","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/482ac9b613630043","status":"passed","time":{"start":1726218781375,"stop":1726218781376,"duration":1}},{"uid":"ff651ac650aa0b69","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ff651ac650aa0b69","status":"passed","time":{"start":1726218013691,"stop":1726218013691,"duration":0}},{"uid":"ce61a19cc4b21d34","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce61a19cc4b21d34","status":"passed","time":{"start":1726217945325,"stop":1726217945325,"duration":0}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"50c54db568fe3def","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/50c54db568fe3def","status":"passed","time":{"start":1726218788036,"stop":1726218788036,"duration":0}},{"uid":"e843389c41d12e37","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e843389c41d12e37","status":"passed","time":{"start":1726218685052,"stop":1726218685052,"duration":0}},{"uid":"c47d8fcb86f012a2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c47d8fcb86f012a2","status":"passed","time":{"start":1726217960213,"stop":1726217960213,"duration":0}},{"uid":"fd6c0a1db5f992f7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd6c0a1db5f992f7","status":"passed","time":{"start":1726217875228,"stop":1726217875229,"duration":1}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e2f50fdc6756f9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e2f50fdc6756f9a","status":"passed","time":{"start":1726218879315,"stop":1726218879317,"duration":2}},{"uid":"24d3bb3587a9e41c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/24d3bb3587a9e41c","status":"passed","time":{"start":1726218787578,"stop":1726218787578,"duration":0}},{"uid":"971f7a4609b7c8bc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/971f7a4609b7c8bc","status":"passed","time":{"start":1726218066280,"stop":1726218066280,"duration":0}},{"uid":"3051677249387c7a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3051677249387c7a","status":"passed","time":{"start":1726217965304,"stop":1726217965304,"duration":0}}]},"1bb699eb2b9db028a8063f7bad0109a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77af0d3a6df2b44f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/77af0d3a6df2b44f","status":"passed","time":{"start":1726218013725,"stop":1726218013726,"duration":1}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b2e138054a3a7c0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4b2e138054a3a7c0","status":"passed","time":{"start":1726218812465,"stop":1726218812466,"duration":1}},{"uid":"8a6ebf86eae896c4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8a6ebf86eae896c4","status":"passed","time":{"start":1726218708390,"stop":1726218708390,"duration":0}},{"uid":"aadd29f5cc1cd3e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aadd29f5cc1cd3e4","status":"passed","time":{"start":1726217980036,"stop":1726217980036,"duration":0}},{"uid":"64b7abb70ef6f9c1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64b7abb70ef6f9c1","status":"passed","time":{"start":1726217896498,"stop":1726217896498,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"77c75080adbf2e9c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/77c75080adbf2e9c","status":"passed","time":{"start":1726218903391,"stop":1726218903391,"duration":0}},{"uid":"1ace02e69a8aefda","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ace02e69a8aefda","status":"passed","time":{"start":1726218807899,"stop":1726218807900,"duration":1}},{"uid":"1703e7f12a78c322","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1703e7f12a78c322","status":"passed","time":{"start":1726218061974,"stop":1726218061975,"duration":1}},{"uid":"86a3262b8a7ef6c1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/86a3262b8a7ef6c1","status":"passed","time":{"start":1726217984933,"stop":1726217984935,"duration":2}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b5ecee3b91f65254","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b5ecee3b91f65254","status":"passed","time":{"start":1726218863010,"stop":1726218863011,"duration":1}},{"uid":"253082a34933cd39","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/253082a34933cd39","status":"passed","time":{"start":1726218781383,"stop":1726218781383,"duration":0}},{"uid":"6ba53f6831712367","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ba53f6831712367","status":"passed","time":{"start":1726218013698,"stop":1726218013699,"duration":1}},{"uid":"82fcc8185e54f7a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82fcc8185e54f7a6","status":"passed","time":{"start":1726217945332,"stop":1726217945332,"duration":0}}]},"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6158c1df0e10543d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6158c1df0e10543d","status":"passed","time":{"start":1726218283099,"stop":1726218283099,"duration":0}},{"uid":"c75f47abbc06be45","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c75f47abbc06be45","status":"passed","time":{"start":1726218188599,"stop":1726218188599,"duration":0}},{"uid":"80fcc8d8d6627b91","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/80fcc8d8d6627b91","status":"passed","time":{"start":1726217441561,"stop":1726217441562,"duration":1}},{"uid":"6aeaf4e90c55dcbc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6aeaf4e90c55dcbc","status":"passed","time":{"start":1726217383224,"stop":1726217383224,"duration":0}}]},"b3e9f17f72d44de4e7b23e843314edfe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6956efe405434fc2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6956efe405434fc2","status":"passed","time":{"start":1726218748389,"stop":1726218748389,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d8b866756082785d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d8b866756082785d","status":"passed","time":{"start":1726218909194,"stop":1726218909194,"duration":0}},{"uid":"edf6cf1748cc49f3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/edf6cf1748cc49f3","status":"passed","time":{"start":1726218818266,"stop":1726218818266,"duration":0}},{"uid":"7d04536c4dbbbe5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d04536c4dbbbe5c","status":"passed","time":{"start":1726218085657,"stop":1726218085658,"duration":1}},{"uid":"81c0b92edbf02996","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/81c0b92edbf02996","status":"passed","time":{"start":1726217996427,"stop":1726217996428,"duration":1}}]},"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"520d90788f19609","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/520d90788f19609","status":"passed","time":{"start":1726218583681,"stop":1726218583681,"duration":0}},{"uid":"67a14469b977aaf0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/67a14469b977aaf0","status":"passed","time":{"start":1726218469196,"stop":1726218469197,"duration":1}},{"uid":"710bc8b5c8768c20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/710bc8b5c8768c20","status":"passed","time":{"start":1726217742496,"stop":1726217742496,"duration":0}},{"uid":"b38762612cdf6a62","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b38762612cdf6a62","status":"passed","time":{"start":1726217674281,"stop":1726217674282,"duration":1}}]},"2625ab4610464a04ee047157f8244e42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f323649b0f04a37f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f323649b0f04a37f","status":"passed","time":{"start":1726217923182,"stop":1726217923183,"duration":1}}]},"9030f45d098600e429e864cbfb84895d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a70cda482a5dd952","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a70cda482a5dd952","status":"passed","time":{"start":1726218863185,"stop":1726218863185,"duration":0}}]},"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9c59145315623cdd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c59145315623cdd","status":"passed","time":{"start":1726218283073,"stop":1726218283073,"duration":0}},{"uid":"bf55afbe014873c0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf55afbe014873c0","status":"passed","time":{"start":1726218188576,"stop":1726218188576,"duration":0}},{"uid":"f941842a26999549","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f941842a26999549","status":"passed","time":{"start":1726217441534,"stop":1726217441535,"duration":1}},{"uid":"df69313152fd21d0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/df69313152fd21d0","status":"passed","time":{"start":1726217383194,"stop":1726217383195,"duration":1}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bfd8f25679c56313","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bfd8f25679c56313","status":"passed","time":{"start":1726218879336,"stop":1726218879337,"duration":1}},{"uid":"35628a2aa1c5dd7a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35628a2aa1c5dd7a","status":"passed","time":{"start":1726218787584,"stop":1726218787584,"duration":0}},{"uid":"6cf821e4d277d951","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6cf821e4d277d951","status":"passed","time":{"start":1726218066296,"stop":1726218066296,"duration":0}},{"uid":"59eb4e4eaca8d4c1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59eb4e4eaca8d4c1","status":"passed","time":{"start":1726217965313,"stop":1726217965314,"duration":1}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"23815a0bdbb86387","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/23815a0bdbb86387","status":"passed","time":{"start":1726218410952,"stop":1726218410952,"duration":0}},{"uid":"44413f8c69d6a186","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/44413f8c69d6a186","status":"passed","time":{"start":1726218315925,"stop":1726218315926,"duration":1}},{"uid":"acdbddd856132ef9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/acdbddd856132ef9","status":"passed","time":{"start":1726217577133,"stop":1726217577133,"duration":0}},{"uid":"80415a9623d7452c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/80415a9623d7452c","status":"passed","time":{"start":1726217509411,"stop":1726217509412,"duration":1}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"60c1834d0183fdfb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/60c1834d0183fdfb","status":"passed","time":{"start":1726218863039,"stop":1726218863041,"duration":2}},{"uid":"a489e2550cee3fe9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a489e2550cee3fe9","status":"passed","time":{"start":1726218781391,"stop":1726218781391,"duration":0}},{"uid":"20f7e6a7dca25bdc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/20f7e6a7dca25bdc","status":"passed","time":{"start":1726218013720,"stop":1726218013720,"duration":0}},{"uid":"d3456f4f0a91905a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d3456f4f0a91905a","status":"passed","time":{"start":1726217945339,"stop":1726217945342,"duration":3}}]},"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8526b933550e1457","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8526b933550e1457","status":"passed","time":{"start":1726218898753,"stop":1726218898753,"duration":0}},{"uid":"1b05d3699220fed0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1b05d3699220fed0","status":"passed","time":{"start":1726218807211,"stop":1726218807211,"duration":0}},{"uid":"cfa5d2d07f9e9111","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cfa5d2d07f9e9111","status":"passed","time":{"start":1726218077540,"stop":1726218077540,"duration":0}},{"uid":"b6bbc52c6d1b858d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b6bbc52c6d1b858d","status":"passed","time":{"start":1726217979448,"stop":1726217979448,"duration":0}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"847fec84165e9698","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/847fec84165e9698","status":"passed","time":{"start":1726218316386,"stop":1726218316386,"duration":0}},{"uid":"85d6945208a76b3b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/85d6945208a76b3b","status":"passed","time":{"start":1726218221124,"stop":1726218221124,"duration":0}},{"uid":"4cfd8602ad53ebb4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4cfd8602ad53ebb4","status":"passed","time":{"start":1726217474513,"stop":1726217474513,"duration":0}},{"uid":"a8a50d42349b509b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a8a50d42349b509b","status":"passed","time":{"start":1726217415841,"stop":1726217415841,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d0c67f1fe9c39695","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d0c67f1fe9c39695","status":"passed","time":{"start":1726218903391,"stop":1726218903392,"duration":1}},{"uid":"8ac70a984709d0f3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8ac70a984709d0f3","status":"passed","time":{"start":1726218807904,"stop":1726218807906,"duration":2}},{"uid":"132e1d1713ee8bd7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/132e1d1713ee8bd7","status":"passed","time":{"start":1726218061976,"stop":1726218061978,"duration":2}},{"uid":"3a2bc1963ffb645d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3a2bc1963ffb645d","status":"passed","time":{"start":1726217984935,"stop":1726217984949,"duration":14}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a14b0dc50511197","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a14b0dc50511197","status":"passed","time":{"start":1726218863003,"stop":1726218863003,"duration":0}},{"uid":"1e0a9cf20a3ab8b2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1e0a9cf20a3ab8b2","status":"passed","time":{"start":1726218781381,"stop":1726218781381,"duration":0}},{"uid":"ae06513cb133c1b2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae06513cb133c1b2","status":"passed","time":{"start":1726218013696,"stop":1726218013696,"duration":0}},{"uid":"310d08a1244c2351","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/310d08a1244c2351","status":"passed","time":{"start":1726217945329,"stop":1726217945330,"duration":1}}]},"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"86b54c0284a2774a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/86b54c0284a2774a","status":"passed","time":{"start":1726218283091,"stop":1726218283091,"duration":0}},{"uid":"5dc898db5b354839","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5dc898db5b354839","status":"passed","time":{"start":1726218188592,"stop":1726218188592,"duration":0}},{"uid":"9ea49bf871203caa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9ea49bf871203caa","status":"passed","time":{"start":1726217441552,"stop":1726217441553,"duration":1}},{"uid":"4b682914fdfa1d36","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b682914fdfa1d36","status":"passed","time":{"start":1726217383216,"stop":1726217383216,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c89c7d79934ee4dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c89c7d79934ee4dd","status":"passed","time":{"start":1726218523016,"stop":1726218523017,"duration":1}},{"uid":"eca169f51799b8c2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eca169f51799b8c2","status":"passed","time":{"start":1726218422899,"stop":1726218422899,"duration":0}},{"uid":"d495f5ba3b9e96f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d495f5ba3b9e96f6","status":"passed","time":{"start":1726217687424,"stop":1726217687424,"duration":0}},{"uid":"64a44f5432bfacd5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64a44f5432bfacd5","status":"passed","time":{"start":1726217604491,"stop":1726217604491,"duration":0}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"836415f84289161b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/836415f84289161b","status":"passed","time":{"start":1726218764108,"stop":1726218764109,"duration":1}},{"uid":"1c1c0eb7a5943c12","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c1c0eb7a5943c12","status":"passed","time":{"start":1726218659023,"stop":1726218659023,"duration":0}},{"uid":"3228440b0ce36330","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3228440b0ce36330","status":"passed","time":{"start":1726217924758,"stop":1726217924758,"duration":0}},{"uid":"7f121e913dd3a2f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f121e913dd3a2f6","status":"passed","time":{"start":1726217840560,"stop":1726217840560,"duration":0}}]},"9f1a707510496f594b25477da9301d6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3f3e7f6bb6f9ee2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e3f3e7f6bb6f9ee2","status":"passed","time":{"start":1726217923179,"stop":1726217923179,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e3965ed3e5cf3bc2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3965ed3e5cf3bc2","status":"passed","time":{"start":1726218296383,"stop":1726218296384,"duration":1}},{"uid":"df46912ca70791e8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/df46912ca70791e8","status":"passed","time":{"start":1726218201683,"stop":1726218201684,"duration":1}},{"uid":"41a7ad292313b330","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/41a7ad292313b330","status":"passed","time":{"start":1726217454964,"stop":1726217454965,"duration":1}},{"uid":"e091f02068740f43","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e091f02068740f43","status":"passed","time":{"start":1726217396430,"stop":1726217396430,"duration":0}}]},"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c6428c13828c570a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c6428c13828c570a","status":"passed","time":{"start":1726218583683,"stop":1726218583683,"duration":0}},{"uid":"cd3e982cdefa262b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cd3e982cdefa262b","status":"passed","time":{"start":1726218469213,"stop":1726218469213,"duration":0}},{"uid":"d06fe232744ae48","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d06fe232744ae48","status":"passed","time":{"start":1726217742502,"stop":1726217742502,"duration":0}},{"uid":"efe70f43d3b883aa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/efe70f43d3b883aa","status":"passed","time":{"start":1726217674286,"stop":1726217674286,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"db33e516cab46bd0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/db33e516cab46bd0","status":"passed","time":{"start":1726218879287,"stop":1726218879288,"duration":1}},{"uid":"35611e8153db6a75","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35611e8153db6a75","status":"passed","time":{"start":1726218787572,"stop":1726218787572,"duration":0}},{"uid":"53778240381946b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53778240381946b7","status":"passed","time":{"start":1726218066274,"stop":1726218066274,"duration":0}},{"uid":"60cdac1e728a6556","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/60cdac1e728a6556","status":"passed","time":{"start":1726217965298,"stop":1726217965298,"duration":0}}]},"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e4a937ac5fb40ce2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e4a937ac5fb40ce2","status":"passed","time":{"start":1726218447509,"stop":1726218447513,"duration":4}},{"uid":"66705d2c534bfe65","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/66705d2c534bfe65","status":"passed","time":{"start":1726218356741,"stop":1726218356742,"duration":1}},{"uid":"c6982ab836910f17","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c6982ab836910f17","status":"passed","time":{"start":1726217603238,"stop":1726217603243,"duration":5}},{"uid":"ed33559ab5df2fc1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ed33559ab5df2fc1","status":"passed","time":{"start":1726217544016,"stop":1726217544017,"duration":1}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f824598b13afc73","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1f824598b13afc73","status":"passed","time":{"start":1726218806763,"stop":1726218806763,"duration":0}},{"uid":"7af58d232dade5aa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7af58d232dade5aa","status":"passed","time":{"start":1726218706746,"stop":1726218706746,"duration":0}},{"uid":"406e7760a6b203bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/406e7760a6b203bf","status":"passed","time":{"start":1726217976615,"stop":1726217976616,"duration":1}},{"uid":"45194b0bf0fb5752","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/45194b0bf0fb5752","status":"passed","time":{"start":1726217890300,"stop":1726217890301,"duration":1}}]},"93053412ca1122ce6eb9566f361ebf92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af31b0df6175fdc1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af31b0df6175fdc1","status":"passed","time":{"start":1726217976610,"stop":1726217976611,"duration":1}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1b33fcacc7c29926","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b33fcacc7c29926","status":"passed","time":{"start":1726218382081,"stop":1726218382082,"duration":1}},{"uid":"e3f837b29033cfa9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e3f837b29033cfa9","status":"passed","time":{"start":1726218287814,"stop":1726218287815,"duration":1}},{"uid":"eaa059067b84b910","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eaa059067b84b910","status":"passed","time":{"start":1726217549452,"stop":1726217549453,"duration":1}},{"uid":"bf333114f279da7b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bf333114f279da7b","status":"passed","time":{"start":1726217491289,"stop":1726217491290,"duration":1}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c96819389a086579","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c96819389a086579","status":"passed","time":{"start":1726218879331,"stop":1726218879331,"duration":0}},{"uid":"64cfb5f38cd2521d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/64cfb5f38cd2521d","status":"passed","time":{"start":1726218787580,"stop":1726218787580,"duration":0}},{"uid":"da919af74647f023","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da919af74647f023","status":"passed","time":{"start":1726218066286,"stop":1726218066287,"duration":1}},{"uid":"ecf88ac151c4d0b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ecf88ac151c4d0b4","status":"passed","time":{"start":1726217965309,"stop":1726217965310,"duration":1}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e96aecb1a53a6bf1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e96aecb1a53a6bf1","status":"passed","time":{"start":1726218314722,"stop":1726218314722,"duration":0}},{"uid":"f14bcc4956d883be","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f14bcc4956d883be","status":"passed","time":{"start":1726218219451,"stop":1726218219451,"duration":0}},{"uid":"6183beef70dbaad3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6183beef70dbaad3","status":"passed","time":{"start":1726217472855,"stop":1726217472855,"duration":0}},{"uid":"4542751394522b7c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4542751394522b7c","status":"passed","time":{"start":1726217414158,"stop":1726217414159,"duration":1}}]},"8dd00e9f3437b188a5273c59e4854204:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"539831bafa494215","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/539831bafa494215","status":"passed","time":{"start":1726218863179,"stop":1726218863179,"duration":0}}]},"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a897a65bf14bac52","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a897a65bf14bac52","status":"passed","time":{"start":1726218283102,"stop":1726218283102,"duration":0}},{"uid":"17c3e8b182d97fab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/17c3e8b182d97fab","status":"passed","time":{"start":1726218188601,"stop":1726218188601,"duration":0}},{"uid":"ae26a49564ed8291","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae26a49564ed8291","status":"passed","time":{"start":1726217441564,"stop":1726217441565,"duration":1}},{"uid":"b1ee3110aff6b62b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1ee3110aff6b62b","status":"passed","time":{"start":1726217383227,"stop":1726217383227,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c5ab2e1ce68417d8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5ab2e1ce68417d8","status":"passed","time":{"start":1726218903392,"stop":1726218903392,"duration":0}},{"uid":"57632232d217e418","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/57632232d217e418","status":"passed","time":{"start":1726218807908,"stop":1726218807910,"duration":2}},{"uid":"5d0e1470f935a1dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5d0e1470f935a1dc","status":"passed","time":{"start":1726218061978,"stop":1726218061979,"duration":1}},{"uid":"ffba553a065ebd39","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ffba553a065ebd39","status":"passed","time":{"start":1726217984949,"stop":1726217984950,"duration":1}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"790ad79c98d678db","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/790ad79c98d678db","status":"passed","time":{"start":1726218375493,"stop":1726218375494,"duration":1}},{"uid":"a752a592c4b32f1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a752a592c4b32f1","status":"passed","time":{"start":1726218279688,"stop":1726218279689,"duration":1}},{"uid":"e63c633194c098e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e63c633194c098e4","status":"passed","time":{"start":1726217533047,"stop":1726217533047,"duration":0}},{"uid":"c1f664ced3070f68","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1f664ced3070f68","status":"passed","time":{"start":1726217474965,"stop":1726217474965,"duration":0}}]},"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"475a0cc54d7b4c64","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/475a0cc54d7b4c64","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"duration":0}},{"uid":"651095342cc88836","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/651095342cc88836","status":"passed","time":{"start":1726218188604,"stop":1726218188604,"duration":0}},{"uid":"bd303d1aa9443e74","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bd303d1aa9443e74","status":"passed","time":{"start":1726217441568,"stop":1726217441568,"duration":0}},{"uid":"488634b3e63767f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/488634b3e63767f3","status":"passed","time":{"start":1726217383230,"stop":1726217383230,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c339f265e3f12f64","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c339f265e3f12f64","status":"passed","time":{"start":1726218879362,"stop":1726218879362,"duration":0}},{"uid":"d20372c93c9be97d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d20372c93c9be97d","status":"passed","time":{"start":1726218787591,"stop":1726218787591,"duration":0}},{"uid":"7714348711ee4cdc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7714348711ee4cdc","status":"passed","time":{"start":1726218066308,"stop":1726218066308,"duration":0}},{"uid":"4626e1f4be562b0c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4626e1f4be562b0c","status":"passed","time":{"start":1726217965347,"stop":1726217965347,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8bb735f072f62e81","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8bb735f072f62e81","status":"passed","time":{"start":1726218886392,"stop":1726218886392,"duration":0}},{"uid":"d5635d5f8588ed52","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d5635d5f8588ed52","status":"passed","time":{"start":1726218791847,"stop":1726218791847,"duration":0}},{"uid":"369e2e1f3d78afd5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/369e2e1f3d78afd5","status":"passed","time":{"start":1726218054684,"stop":1726218054688,"duration":4}},{"uid":"36c5b21697eef943","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36c5b21697eef943","status":"passed","time":{"start":1726217965431,"stop":1726217965431,"duration":0}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"593cdf1e3a3e1056","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/593cdf1e3a3e1056","status":"passed","time":{"start":1726218315165,"stop":1726218315165,"duration":0}},{"uid":"e0b24cf39e019ff1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e0b24cf39e019ff1","status":"passed","time":{"start":1726218219853,"stop":1726218219853,"duration":0}},{"uid":"7d3b17d07a85675c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d3b17d07a85675c","status":"passed","time":{"start":1726217473323,"stop":1726217473324,"duration":1}},{"uid":"acda141c8837c82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/acda141c8837c82","status":"passed","time":{"start":1726217414668,"stop":1726217414669,"duration":1}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2a4880a37eabc43a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2a4880a37eabc43a","status":"passed","time":{"start":1726218523012,"stop":1726218523013,"duration":1}},{"uid":"a0c76727cd367443","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0c76727cd367443","status":"passed","time":{"start":1726218422895,"stop":1726218422895,"duration":0}},{"uid":"bf822a9f7fd0d0a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bf822a9f7fd0d0a4","status":"passed","time":{"start":1726217687417,"stop":1726217687417,"duration":0}},{"uid":"faf32eebe3ac2c5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/faf32eebe3ac2c5","status":"passed","time":{"start":1726217604481,"stop":1726217604482,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b7520b231335f646","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b7520b231335f646","status":"passed","time":{"start":1726218764083,"stop":1726218764086,"duration":3}},{"uid":"e6521eaa17b6d9c2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e6521eaa17b6d9c2","status":"passed","time":{"start":1726218659002,"stop":1726218659003,"duration":1}},{"uid":"bbe9ae1e986de0af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bbe9ae1e986de0af","status":"passed","time":{"start":1726217924732,"stop":1726217924733,"duration":1}},{"uid":"ce6a3d020cc99a3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce6a3d020cc99a3","status":"passed","time":{"start":1726217840473,"stop":1726217840473,"duration":0}}]},"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c9706327e62c087b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c9706327e62c087b","status":"passed","time":{"start":1726218283087,"stop":1726218283087,"duration":0}},{"uid":"219723e0a58b10b4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/219723e0a58b10b4","status":"passed","time":{"start":1726218188588,"stop":1726218188588,"duration":0}},{"uid":"e3a2e46d7c5832be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3a2e46d7c5832be","status":"passed","time":{"start":1726217441548,"stop":1726217441549,"duration":1}},{"uid":"6d666dba7402896e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6d666dba7402896e","status":"passed","time":{"start":1726217383211,"stop":1726217383212,"duration":1}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b15a2adab82e743f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b15a2adab82e743f","status":"passed","time":{"start":1726218917026,"stop":1726218917026,"duration":0}},{"uid":"81a54aa059ef6a65","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/81a54aa059ef6a65","status":"passed","time":{"start":1726218827657,"stop":1726218827657,"duration":0}},{"uid":"39de516b6e9147b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39de516b6e9147b8","status":"passed","time":{"start":1726218090764,"stop":1726218090764,"duration":0}},{"uid":"9ae736d2d6fa05de","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9ae736d2d6fa05de","status":"passed","time":{"start":1726217999477,"stop":1726217999478,"duration":1}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9fc5e910df396dc2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9fc5e910df396dc2","status":"passed","time":{"start":1726218862994,"stop":1726218862994,"duration":0}},{"uid":"8b16f19d3463d11a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8b16f19d3463d11a","status":"passed","time":{"start":1726218781376,"stop":1726218781377,"duration":1}},{"uid":"a027ff90bfff3b8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a027ff90bfff3b8c","status":"passed","time":{"start":1726218013692,"stop":1726218013692,"duration":0}},{"uid":"e4014f04e46ec219","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4014f04e46ec219","status":"passed","time":{"start":1726217945326,"stop":1726217945326,"duration":0}}]},"daa83d320c27b35ac8e8126f2e663dea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ae529ca464f1bcc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3ae529ca464f1bcc","status":"passed","time":{"start":1726218417152,"stop":1726218417152,"duration":0}}]},"1f1826c46d8ebcb70b3ec7356b2c26ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cd34ea5d253a44a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd34ea5d253a44a0","status":"passed","time":{"start":1726218669777,"stop":1726218669777,"duration":0}},{"uid":"3ae19ab5d39b70c6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3ae19ab5d39b70c6","status":"passed","time":{"start":1726218612971,"stop":1726218612971,"duration":0}},{"uid":"efd5d7880c60bac0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/efd5d7880c60bac0","status":"passed","time":{"start":1726217868249,"stop":1726217868250,"duration":1}},{"uid":"322e26fe796b8ee4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/322e26fe796b8ee4","status":"passed","time":{"start":1726217785178,"stop":1726217785178,"duration":0}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"472c9da00b75b8e2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/472c9da00b75b8e2","status":"passed","time":{"start":1726218304472,"stop":1726218304473,"duration":1}},{"uid":"436a11bf686a9292","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/436a11bf686a9292","status":"passed","time":{"start":1726218209566,"stop":1726218209567,"duration":1}},{"uid":"c02b8187c0a110aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c02b8187c0a110aa","status":"passed","time":{"start":1726217463042,"stop":1726217463042,"duration":0}},{"uid":"f4d4337770e0d26b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f4d4337770e0d26b","status":"passed","time":{"start":1726217404608,"stop":1726217404608,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b43fa9cf1159f56f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b43fa9cf1159f56f","status":"passed","time":{"start":1726218291078,"stop":1726218291078,"duration":0}},{"uid":"38f1e42b90639d5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/38f1e42b90639d5","status":"passed","time":{"start":1726218196342,"stop":1726218196343,"duration":1}},{"uid":"9462b0b80a038304","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9462b0b80a038304","status":"passed","time":{"start":1726217449470,"stop":1726217449471,"duration":1}},{"uid":"38629a3420edf57a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38629a3420edf57a","status":"passed","time":{"start":1726217391248,"stop":1726217391248,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9c176a0dbd1f0c77","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c176a0dbd1f0c77","status":"passed","time":{"start":1726218806760,"stop":1726218806761,"duration":1}},{"uid":"323b9aaf2418cd84","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/323b9aaf2418cd84","status":"passed","time":{"start":1726218706743,"stop":1726218706743,"duration":0}},{"uid":"55c9f0947a2b5f19","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55c9f0947a2b5f19","status":"passed","time":{"start":1726217976608,"stop":1726217976609,"duration":1}},{"uid":"96d29535e0548579","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96d29535e0548579","status":"passed","time":{"start":1726217890297,"stop":1726217890297,"duration":0}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b97fdb9f6b39411c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b97fdb9f6b39411c","status":"passed","time":{"start":1726218345027,"stop":1726218345029,"duration":2}},{"uid":"2e6330dd503df386","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2e6330dd503df386","status":"passed","time":{"start":1726218250221,"stop":1726218250225,"duration":4}},{"uid":"57ba563e6eb3f53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/57ba563e6eb3f53","status":"passed","time":{"start":1726217507039,"stop":1726217507040,"duration":1}},{"uid":"b89b82f04127f893","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b89b82f04127f893","status":"passed","time":{"start":1726217445616,"stop":1726217445616,"duration":0}}]},"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9d29df7796ba2dd1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9d29df7796ba2dd1","status":"passed","time":{"start":1726218283085,"stop":1726218283085,"duration":0}},{"uid":"575fc5cdf290d0ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/575fc5cdf290d0ae","status":"passed","time":{"start":1726218188587,"stop":1726218188587,"duration":0}},{"uid":"1d554dbaaf5affb8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d554dbaaf5affb8","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"duration":0}},{"uid":"ac827ce0014e7894","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac827ce0014e7894","status":"passed","time":{"start":1726217383209,"stop":1726217383210,"duration":1}}]},"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dea7c95588c834a1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dea7c95588c834a1","status":"passed","time":{"start":1726218283072,"stop":1726218283072,"duration":0}},{"uid":"3133de4a0978ebc8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3133de4a0978ebc8","status":"passed","time":{"start":1726218188575,"stop":1726218188575,"duration":0}},{"uid":"208fd97f4eea5cee","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/208fd97f4eea5cee","status":"passed","time":{"start":1726217441533,"stop":1726217441534,"duration":1}},{"uid":"bb5657f464ee2362","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bb5657f464ee2362","status":"passed","time":{"start":1726217383193,"stop":1726217383193,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2501ff355c747cd5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2501ff355c747cd5","status":"passed","time":{"start":1726218879374,"stop":1726218879376,"duration":2}},{"uid":"55a72087c316fc9e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/55a72087c316fc9e","status":"passed","time":{"start":1726218787593,"stop":1726218787593,"duration":0}},{"uid":"a66bad0317669e01","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a66bad0317669e01","status":"passed","time":{"start":1726218066315,"stop":1726218066316,"duration":1}},{"uid":"fa8fd038ed1d9c07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fa8fd038ed1d9c07","status":"passed","time":{"start":1726217965348,"stop":1726217965349,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e2c0d30e8b718f94","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e2c0d30e8b718f94","status":"passed","time":{"start":1726218879332,"stop":1726218879332,"duration":0}},{"uid":"15ca0db8bfadcd87","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/15ca0db8bfadcd87","status":"passed","time":{"start":1726218787581,"stop":1726218787581,"duration":0}},{"uid":"477edff38104fe68","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/477edff38104fe68","status":"passed","time":{"start":1726218066287,"stop":1726218066287,"duration":0}},{"uid":"65336afe3cf8be2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/65336afe3cf8be2","status":"passed","time":{"start":1726217965310,"stop":1726217965311,"duration":1}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"61f48ab5e02ae5cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/61f48ab5e02ae5cf","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218777346,"stop":1726218777346,"duration":0}},{"uid":"77363b540786d96e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/77363b540786d96e","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218700175,"stop":1726218700176,"duration":1}},{"uid":"8632721549e14843","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8632721549e14843","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217955949,"stop":1726217955949,"duration":0}},{"uid":"f00a3c2c00dca7bd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f00a3c2c00dca7bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217870053,"stop":1726217870054,"duration":1}}]},"286a6f877f7dadd8a8ffb5623780994d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"998e067cc4564f37","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/998e067cc4564f37","status":"passed","time":{"start":1726218843768,"stop":1726218843768,"duration":0}}]},"b17dea357e1afe10c678c632e5c254ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea335f24d619f36b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ea335f24d619f36b","status":"passed","time":{"start":1726218011624,"stop":1726218011624,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5d1d96fe11841a5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5d1d96fe11841a5c","status":"passed","time":{"start":1726218651144,"stop":1726218651144,"duration":0}},{"uid":"874bbff981558827","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/874bbff981558827","status":"passed","time":{"start":1726218550065,"stop":1726218550065,"duration":0}},{"uid":"befb0566995e0530","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/befb0566995e0530","status":"passed","time":{"start":1726217804580,"stop":1726217804580,"duration":0}},{"uid":"291f9c0264f28393","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/291f9c0264f28393","status":"passed","time":{"start":1726217733943,"stop":1726217733943,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e4903234947b101","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8e4903234947b101","status":"passed","time":{"start":1726218291266,"stop":1726218291266,"duration":0}},{"uid":"23c77416f4fbb045","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/23c77416f4fbb045","status":"passed","time":{"start":1726218196280,"stop":1726218196281,"duration":1}},{"uid":"a69db4875b5dc7f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a69db4875b5dc7f7","status":"passed","time":{"start":1726217449568,"stop":1726217449569,"duration":1}},{"uid":"b64e4052a486a081","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b64e4052a486a081","status":"passed","time":{"start":1726217391314,"stop":1726217391315,"duration":1}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d8c4a11b8c0538e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2d8c4a11b8c0538e","status":"passed","time":{"start":1726218863041,"stop":1726218863043,"duration":2}},{"uid":"3b809cc5074f1bea","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3b809cc5074f1bea","status":"passed","time":{"start":1726218781391,"stop":1726218781391,"duration":0}},{"uid":"da728877ee37693","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da728877ee37693","status":"passed","time":{"start":1726218013720,"stop":1726218013723,"duration":3}},{"uid":"71ce905d69891433","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/71ce905d69891433","status":"passed","time":{"start":1726217945344,"stop":1726217945345,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bb0d1e713f342e90","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb0d1e713f342e90","status":"passed","time":{"start":1726218319678,"stop":1726218319679,"duration":1}},{"uid":"44a4ff8d7b9959c7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/44a4ff8d7b9959c7","status":"passed","time":{"start":1726218224407,"stop":1726218224408,"duration":1}},{"uid":"7eea67dd54ca44a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7eea67dd54ca44a6","status":"passed","time":{"start":1726217477824,"stop":1726217477825,"duration":1}},{"uid":"d79e3638db06fec","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d79e3638db06fec","status":"passed","time":{"start":1726217419062,"stop":1726217419063,"duration":1}}]},"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ddaa1cee76844d3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ddaa1cee76844d3","status":"passed","time":{"start":1726218283087,"stop":1726218283087,"duration":0}},{"uid":"78ff6ff37c32f774","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/78ff6ff37c32f774","status":"passed","time":{"start":1726218188588,"stop":1726218188588,"duration":0}},{"uid":"c8e4ac6e505fc71e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c8e4ac6e505fc71e","status":"passed","time":{"start":1726217441549,"stop":1726217441549,"duration":0}},{"uid":"b114d42623c13e96","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b114d42623c13e96","status":"passed","time":{"start":1726217383212,"stop":1726217383212,"duration":0}}]},"eb079ee0037b2f7b9fc72fcada09b633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32351918145325f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/32351918145325f1","status":"passed","time":{"start":1726217946744,"stop":1726217946744,"duration":0}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a097002e98482115","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a097002e98482115","status":"passed","time":{"start":1726218651146,"stop":1726218651146,"duration":0}},{"uid":"693c2cf47602774b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/693c2cf47602774b","status":"passed","time":{"start":1726218550066,"stop":1726218550067,"duration":1}},{"uid":"cdad8f4cad202d44","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cdad8f4cad202d44","status":"passed","time":{"start":1726217804581,"stop":1726217804582,"duration":1}},{"uid":"11b38217de5883ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/11b38217de5883ad","status":"passed","time":{"start":1726217733945,"stop":1726217733946,"duration":1}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"108f2739a2d0a74c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/108f2739a2d0a74c","status":"passed","time":{"start":1726218764105,"stop":1726218764105,"duration":0}},{"uid":"67cee8a0473a3364","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/67cee8a0473a3364","status":"passed","time":{"start":1726218659019,"stop":1726218659019,"duration":0}},{"uid":"7918a4cdcdc715c3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7918a4cdcdc715c3","status":"passed","time":{"start":1726217924746,"stop":1726217924752,"duration":6}},{"uid":"2c4b52074b738580","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2c4b52074b738580","status":"passed","time":{"start":1726217840542,"stop":1726217840543,"duration":1}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e6a1f6705bad2cb0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e6a1f6705bad2cb0","status":"passed","time":{"start":1726218551493,"stop":1726218551494,"duration":1}},{"uid":"32d819cf68947283","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/32d819cf68947283","status":"passed","time":{"start":1726218459540,"stop":1726218459541,"duration":1}},{"uid":"71a0957bd1164b3e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71a0957bd1164b3e","status":"passed","time":{"start":1726217706009,"stop":1726217706010,"duration":1}},{"uid":"ed5fdeb4f07fd00d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ed5fdeb4f07fd00d","status":"passed","time":{"start":1726217650772,"stop":1726217650772,"duration":0}}]},"55c380238e4e443d6cd8ee82c8d57352:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c8dfcbd7717103c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c8dfcbd7717103c","status":"passed","time":{"start":1726217923183,"stop":1726217923184,"duration":1}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"908d71ba827225ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/908d71ba827225ca","status":"passed","time":{"start":1726218673575,"stop":1726218673576,"duration":1}},{"uid":"5f03a24fa1c679fa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5f03a24fa1c679fa","status":"passed","time":{"start":1726218602429,"stop":1726218602429,"duration":0}},{"uid":"59cdfa21a9801533","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/59cdfa21a9801533","status":"passed","time":{"start":1726217854655,"stop":1726217854655,"duration":0}},{"uid":"19edbf83d9db56ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/19edbf83d9db56ae","status":"passed","time":{"start":1726217779604,"stop":1726217779604,"duration":0}}]},"97c7d9bc61d0b61754408c3c5a06f476:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8524dbf0e44a32da","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8524dbf0e44a32da","status":"passed","time":{"start":1726217677828,"stop":1726217677834,"duration":6}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ff5d0f5b0be27af7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ff5d0f5b0be27af7","status":"passed","time":{"start":1726218806765,"stop":1726218806765,"duration":0}},{"uid":"32e4562c8f6499f4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/32e4562c8f6499f4","status":"passed","time":{"start":1726218706747,"stop":1726218706747,"duration":0}},{"uid":"c4a6c731c5ba181f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c4a6c731c5ba181f","status":"passed","time":{"start":1726217976619,"stop":1726217976620,"duration":1}},{"uid":"531722a649001b54","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/531722a649001b54","status":"passed","time":{"start":1726217890302,"stop":1726217890302,"duration":0}}]},"2c43c0c7857c68680e7d9e4954b1e67a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46163633a9581f8a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/46163633a9581f8a","status":"passed","time":{"start":1726217924738,"stop":1726217924738,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"579696eadf15424b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/579696eadf15424b","status":"passed","time":{"start":1726218551477,"stop":1726218551478,"duration":1}},{"uid":"9096d5c2ca8ad26b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9096d5c2ca8ad26b","status":"passed","time":{"start":1726218459526,"stop":1726218459531,"duration":5}},{"uid":"5a1e4b90919f2275","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a1e4b90919f2275","status":"passed","time":{"start":1726217705997,"stop":1726217705997,"duration":0}},{"uid":"ba31fc123cc5ce35","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba31fc123cc5ce35","status":"passed","time":{"start":1726217650748,"stop":1726217650748,"duration":0}}]},"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"319ba275bc35c263","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/319ba275bc35c263","status":"passed","time":{"start":1726218283074,"stop":1726218283075,"duration":1}},{"uid":"eb6b72227c566036","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eb6b72227c566036","status":"passed","time":{"start":1726218188577,"stop":1726218188578,"duration":1}},{"uid":"2023ebfaf707bc74","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2023ebfaf707bc74","status":"passed","time":{"start":1726217441536,"stop":1726217441536,"duration":0}},{"uid":"1e87573291508231","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1e87573291508231","status":"passed","time":{"start":1726217383198,"stop":1726217383198,"duration":0}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f9423b71d9535698","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f9423b71d9535698","status":"passed","time":{"start":1726218523024,"stop":1726218523024,"duration":0}},{"uid":"4651503f6acd76bb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4651503f6acd76bb","status":"passed","time":{"start":1726218422914,"stop":1726218422915,"duration":1}},{"uid":"1ac639aff7ea290e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1ac639aff7ea290e","status":"passed","time":{"start":1726217687436,"stop":1726217687437,"duration":1}},{"uid":"63d5c007babb7427","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63d5c007babb7427","status":"passed","time":{"start":1726217604511,"stop":1726217604512,"duration":1}}]},"caa51f241c46c1bd2dcd61bf6ac1df17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23862629b2364ec9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/23862629b2364ec9","status":"passed","time":{"start":1726218765883,"stop":1726218765883,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f5d2329997709da7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f5d2329997709da7","status":"passed","time":{"start":1726218551495,"stop":1726218551496,"duration":1}},{"uid":"ffa0eff8a9435a34","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ffa0eff8a9435a34","status":"passed","time":{"start":1726218459541,"stop":1726218459543,"duration":2}},{"uid":"5a052b91b6aaa163","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a052b91b6aaa163","status":"passed","time":{"start":1726217706011,"stop":1726217706011,"duration":0}},{"uid":"c12af0cfde2b5b18","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c12af0cfde2b5b18","status":"passed","time":{"start":1726217650773,"stop":1726217650774,"duration":1}}]},"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3171ebd1f3ad5ef6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3171ebd1f3ad5ef6","status":"passed","time":{"start":1726218283073,"stop":1726218283074,"duration":1}},{"uid":"11f0d4e164da36e3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/11f0d4e164da36e3","status":"passed","time":{"start":1726218188576,"stop":1726218188577,"duration":1}},{"uid":"8bb32d7646448924","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8bb32d7646448924","status":"passed","time":{"start":1726217441535,"stop":1726217441535,"duration":0}},{"uid":"c53c09846d2c7774","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c53c09846d2c7774","status":"passed","time":{"start":1726217383196,"stop":1726217383197,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7f88b88efc26bc79","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7f88b88efc26bc79","status":"passed","time":{"start":1726218778197,"stop":1726218778198,"duration":1}},{"uid":"c5c9b19d89cdaa36","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c5c9b19d89cdaa36","status":"passed","time":{"start":1726218673551,"stop":1726218673552,"duration":1}},{"uid":"d2769fccf237d655","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2769fccf237d655","status":"passed","time":{"start":1726217946722,"stop":1726217946722,"duration":0}},{"uid":"f29c55cac5703081","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f29c55cac5703081","status":"passed","time":{"start":1726217862775,"stop":1726217862775,"duration":0}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3c032a68fc9999e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3c032a68fc9999e4","status":"passed","time":{"start":1726218283107,"stop":1726218283107,"duration":0}},{"uid":"ebea1d632aa5b3f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ebea1d632aa5b3f8","status":"passed","time":{"start":1726218188645,"stop":1726218188645,"duration":0}},{"uid":"b47d8a43c7112de1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b47d8a43c7112de1","status":"passed","time":{"start":1726217441572,"stop":1726217441572,"duration":0}},{"uid":"b31b67574490a4d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b31b67574490a4d7","status":"passed","time":{"start":1726217383356,"stop":1726217383356,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cab8bef1eba4b639","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cab8bef1eba4b639","status":"passed","time":{"start":1726218291076,"stop":1726218291077,"duration":1}},{"uid":"396c8e1c9685161c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/396c8e1c9685161c","status":"passed","time":{"start":1726218196338,"stop":1726218196339,"duration":1}},{"uid":"b970ef7d25bfbec1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b970ef7d25bfbec1","status":"passed","time":{"start":1726217449466,"stop":1726217449467,"duration":1}},{"uid":"8e0a02f2fbe7c291","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e0a02f2fbe7c291","status":"passed","time":{"start":1726217391245,"stop":1726217391246,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"69cc063df694685","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/69cc063df694685","status":"passed","time":{"start":1726218812472,"stop":1726218812472,"duration":0}},{"uid":"1a3e6c4a3627d274","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1a3e6c4a3627d274","status":"passed","time":{"start":1726218708394,"stop":1726218708394,"duration":0}},{"uid":"a15c15ae6c4cd08f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a15c15ae6c4cd08f","status":"passed","time":{"start":1726217980039,"stop":1726217980049,"duration":10}},{"uid":"ae0e241297846879","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ae0e241297846879","status":"passed","time":{"start":1726217896502,"stop":1726217896502,"duration":0}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ebe3abec684a7e8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ebe3abec684a7e8","status":"passed","time":{"start":1726218382075,"stop":1726218382077,"duration":2}},{"uid":"cfd83ccdcbc659f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cfd83ccdcbc659f","status":"passed","time":{"start":1726218287812,"stop":1726218287813,"duration":1}},{"uid":"dadbfe93219e4e8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dadbfe93219e4e8","status":"passed","time":{"start":1726217549449,"stop":1726217549449,"duration":0}},{"uid":"c3ac570ade92eab","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c3ac570ade92eab","status":"passed","time":{"start":1726217491286,"stop":1726217491286,"duration":0}}]},"32a795f7e2fc38ca7082251858a61844:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb63273f35842225","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eb63273f35842225","status":"passed","time":{"start":1726218659024,"stop":1726218659024,"duration":0}}]},"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e3bbb2c8dbe508b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8e3bbb2c8dbe508b","status":"passed","time":{"start":1726218283083,"stop":1726218283083,"duration":0}},{"uid":"b78a2672be73075b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b78a2672be73075b","status":"passed","time":{"start":1726218188585,"stop":1726218188585,"duration":0}},{"uid":"9219a8190f0ad54f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9219a8190f0ad54f","status":"passed","time":{"start":1726217441545,"stop":1726217441545,"duration":0}},{"uid":"39210557e84cfcbc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39210557e84cfcbc","status":"passed","time":{"start":1726217383207,"stop":1726217383208,"duration":1}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e7a315a1a5957505","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e7a315a1a5957505","status":"passed","time":{"start":1726218886390,"stop":1726218886391,"duration":1}},{"uid":"4b6dc59b504e35ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b6dc59b504e35ba","status":"passed","time":{"start":1726218791846,"stop":1726218791846,"duration":0}},{"uid":"51795d515438cd82","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/51795d515438cd82","status":"passed","time":{"start":1726218054673,"stop":1726218054683,"duration":10}},{"uid":"3637b622ebdc3ddc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3637b622ebdc3ddc","status":"passed","time":{"start":1726217965430,"stop":1726217965430,"duration":0}}]},"1a605a18179066c170321df44b6a46a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d594401185ae6dd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d594401185ae6dd","status":"passed","time":{"start":1726218417152,"stop":1726218417152,"duration":0}}]},"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"abbc18cc02a6594","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/abbc18cc02a6594","status":"passed","time":{"start":1726218283072,"stop":1726218283073,"duration":1}},{"uid":"dc918db30c2a41ad","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dc918db30c2a41ad","status":"passed","time":{"start":1726218188575,"stop":1726218188576,"duration":1}},{"uid":"767c98813a5e97be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/767c98813a5e97be","status":"passed","time":{"start":1726217441534,"stop":1726217441534,"duration":0}},{"uid":"886cc12e05fbbc1f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/886cc12e05fbbc1f","status":"passed","time":{"start":1726217383193,"stop":1726217383193,"duration":0}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3a81a27fba1c86f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a81a27fba1c86f1","status":"passed","time":{"start":1726218843769,"stop":1726218843769,"duration":0}},{"uid":"b445325522a0fa46","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b445325522a0fa46","status":"passed","time":{"start":1726218748397,"stop":1726218748397,"duration":0}},{"uid":"a3078c24a20db61e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a3078c24a20db61e","status":"passed","time":{"start":1726218011628,"stop":1726218011628,"duration":0}},{"uid":"5f9b251432bfb20","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5f9b251432bfb20","status":"passed","time":{"start":1726217923184,"stop":1726217923184,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"20b55f41b8cf225","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/20b55f41b8cf225","status":"passed","time":{"start":1726218296785,"stop":1726218296785,"duration":0}},{"uid":"fa2de4014b11e278","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fa2de4014b11e278","status":"passed","time":{"start":1726218201912,"stop":1726218201912,"duration":0}},{"uid":"79cfc8a35d80e179","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/79cfc8a35d80e179","status":"passed","time":{"start":1726217455152,"stop":1726217455152,"duration":0}},{"uid":"c8e5a0b8df9824f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c8e5a0b8df9824f2","status":"passed","time":{"start":1726217396841,"stop":1726217396841,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"87bbe06ff39a661","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/87bbe06ff39a661","status":"passed","time":{"start":1726218862997,"stop":1726218863001,"duration":4}},{"uid":"f93ccb626ad874a3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f93ccb626ad874a3","status":"passed","time":{"start":1726218781379,"stop":1726218781379,"duration":0}},{"uid":"fdd94729863a5ba0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fdd94729863a5ba0","status":"passed","time":{"start":1726218013694,"stop":1726218013695,"duration":1}},{"uid":"7402cae749187b38","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7402cae749187b38","status":"passed","time":{"start":1726217945328,"stop":1726217945328,"duration":0}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9eca7d2728ed4c63","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9eca7d2728ed4c63","status":"passed","time":{"start":1726218304535,"stop":1726218304535,"duration":0}},{"uid":"5ce37af141394995","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5ce37af141394995","status":"passed","time":{"start":1726218209372,"stop":1726218209373,"duration":1}},{"uid":"b84d47afcf81a38","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b84d47afcf81a38","status":"passed","time":{"start":1726217462333,"stop":1726217462334,"duration":1}},{"uid":"7242e02bec452068","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7242e02bec452068","status":"passed","time":{"start":1726217404187,"stop":1726217404187,"duration":0}}]},"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f7658e514e419878","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f7658e514e419878","status":"passed","time":{"start":1726218863187,"stop":1726218863187,"duration":0}},{"uid":"f6e9d5c026c34df2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f6e9d5c026c34df2","status":"passed","time":{"start":1726218765885,"stop":1726218765885,"duration":0}},{"uid":"ca20990e3405d0fc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca20990e3405d0fc","status":"passed","time":{"start":1726218039634,"stop":1726218039635,"duration":1}},{"uid":"562139398c1e8a59","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/562139398c1e8a59","status":"passed","time":{"start":1726217952893,"stop":1726217952894,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"99f750d6a0db3b00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/99f750d6a0db3b00","status":"passed","time":{"start":1726218806753,"stop":1726218806753,"duration":0}},{"uid":"a69abbdd48f2195c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a69abbdd48f2195c","status":"passed","time":{"start":1726218706737,"stop":1726218706737,"duration":0}},{"uid":"c96d254c26f6fe71","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c96d254c26f6fe71","status":"passed","time":{"start":1726217976600,"stop":1726217976600,"duration":0}},{"uid":"dd372eb8c80b7b17","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dd372eb8c80b7b17","status":"passed","time":{"start":1726217890291,"stop":1726217890292,"duration":1}}]},"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b29b3096cb5b3b0d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b29b3096cb5b3b0d","status":"passed","time":{"start":1726218583684,"stop":1726218583684,"duration":0}},{"uid":"43548bf5fd09aa68","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/43548bf5fd09aa68","status":"passed","time":{"start":1726218469213,"stop":1726218469213,"duration":0}},{"uid":"face8bb30fdbac53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/face8bb30fdbac53","status":"passed","time":{"start":1726217742503,"stop":1726217742503,"duration":0}},{"uid":"8e0259f0dabfc336","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e0259f0dabfc336","status":"passed","time":{"start":1726217674286,"stop":1726217674287,"duration":1}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"760f7fbf24c8bbfe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/760f7fbf24c8bbfe","status":"passed","time":{"start":1726218843769,"stop":1726218843770,"duration":1}},{"uid":"1cd59f7ff9599778","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1cd59f7ff9599778","status":"passed","time":{"start":1726218748397,"stop":1726218748398,"duration":1}},{"uid":"43923558f2068114","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/43923558f2068114","status":"passed","time":{"start":1726218011628,"stop":1726218011628,"duration":0}},{"uid":"2a084b0a4d475fb2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2a084b0a4d475fb2","status":"passed","time":{"start":1726217923184,"stop":1726217923185,"duration":1}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9d685fa82d37ede6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9d685fa82d37ede6","status":"passed","time":{"start":1726218551494,"stop":1726218551495,"duration":1}},{"uid":"17ecbd5539b80f5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/17ecbd5539b80f5","status":"passed","time":{"start":1726218459541,"stop":1726218459541,"duration":0}},{"uid":"3c6d35273bb5d2bc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3c6d35273bb5d2bc","status":"passed","time":{"start":1726217706010,"stop":1726217706011,"duration":1}},{"uid":"699a500ef887c476","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/699a500ef887c476","status":"passed","time":{"start":1726217650772,"stop":1726217650773,"duration":1}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d67823a119278576","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d67823a119278576","status":"passed","time":{"start":1726218291074,"stop":1726218291076,"duration":2}},{"uid":"4b2a4f7e4bdacb45","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b2a4f7e4bdacb45","status":"passed","time":{"start":1726218196336,"stop":1726218196338,"duration":2}},{"uid":"cd5eb65e6cb40d6a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd5eb65e6cb40d6a","status":"passed","time":{"start":1726217449463,"stop":1726217449465,"duration":2}},{"uid":"8127e0b00900b575","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8127e0b00900b575","status":"passed","time":{"start":1726217391243,"stop":1726217391245,"duration":2}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca68d9aeb4f6c1a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca68d9aeb4f6c1a0","status":"passed","time":{"start":1726218314721,"stop":1726218314722,"duration":1}},{"uid":"a424bd62077e0282","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a424bd62077e0282","status":"passed","time":{"start":1726218219450,"stop":1726218219450,"duration":0}},{"uid":"9e30d1f26cb293a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9e30d1f26cb293a","status":"passed","time":{"start":1726217472854,"stop":1726217472854,"duration":0}},{"uid":"38ba92aacde1fecf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38ba92aacde1fecf","status":"passed","time":{"start":1726217414158,"stop":1726217414158,"duration":0}}]},"abf8d0d32790e5009a881bbbf8b7aad1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38800d9b501f4f5b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/38800d9b501f4f5b","status":"passed","time":{"start":1726218013726,"stop":1726218013729,"duration":3}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"665c6b744d236b2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/665c6b744d236b2","status":"passed","time":{"start":1726218812475,"stop":1726218812476,"duration":1}},{"uid":"a0c09350eeead99d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0c09350eeead99d","status":"passed","time":{"start":1726218708413,"stop":1726218708424,"duration":11}},{"uid":"9fca3a38bf89962b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9fca3a38bf89962b","status":"passed","time":{"start":1726217980051,"stop":1726217980051,"duration":0}},{"uid":"48e2672882b28b9a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/48e2672882b28b9a","status":"passed","time":{"start":1726217896505,"stop":1726217896505,"duration":0}}]},"2146ce507ac9e84ec6592e5bf3a0f6f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ba83e38b7ffaee9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5ba83e38b7ffaee9","status":"passed","time":{"start":1726218748389,"stop":1726218748389,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3d4fc7777d0be042","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3d4fc7777d0be042","status":"passed","time":{"start":1726218282696,"stop":1726218282697,"duration":1}},{"uid":"e5d4944f3c51fa86","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e5d4944f3c51fa86","status":"passed","time":{"start":1726218188110,"stop":1726218188111,"duration":1}},{"uid":"fa61d54bb45f8471","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa61d54bb45f8471","status":"passed","time":{"start":1726217441218,"stop":1726217441219,"duration":1}},{"uid":"b47da07da92ccf71","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b47da07da92ccf71","status":"passed","time":{"start":1726217382867,"stop":1726217382868,"duration":1}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"af31d9ea7c728f8d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af31d9ea7c728f8d","status":"passed","time":{"start":1726218551470,"stop":1726218551477,"duration":7}},{"uid":"d9c8623eddfd7446","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d9c8623eddfd7446","status":"passed","time":{"start":1726218459525,"stop":1726218459526,"duration":1}},{"uid":"93d80f22374b0110","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/93d80f22374b0110","status":"passed","time":{"start":1726217705997,"stop":1726217705997,"duration":0}},{"uid":"4fdd571e1a88c43d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4fdd571e1a88c43d","status":"passed","time":{"start":1726217650747,"stop":1726217650747,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"799391a6987afda7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/799391a6987afda7","status":"passed","time":{"start":1726218551492,"stop":1726218551493,"duration":1}},{"uid":"ef1c13f8372addec","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ef1c13f8372addec","status":"passed","time":{"start":1726218459540,"stop":1726218459540,"duration":0}},{"uid":"a626c0c9beabd2fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a626c0c9beabd2fd","status":"passed","time":{"start":1726217706008,"stop":1726217706009,"duration":1}},{"uid":"ddd2d391aa48af76","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ddd2d391aa48af76","status":"passed","time":{"start":1726217650771,"stop":1726217650771,"duration":0}}]},"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"29e8574724d47747","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29e8574724d47747","status":"passed","time":{"start":1726218283091,"stop":1726218283091,"duration":0}},{"uid":"3fcc822533576088","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3fcc822533576088","status":"passed","time":{"start":1726218188592,"stop":1726218188592,"duration":0}},{"uid":"afefb99825cc86c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/afefb99825cc86c","status":"passed","time":{"start":1726217441553,"stop":1726217441553,"duration":0}},{"uid":"b3d7e6ad3744b2c4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b3d7e6ad3744b2c4","status":"passed","time":{"start":1726217383217,"stop":1726217383217,"duration":0}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"964b8d843fd00f97","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/964b8d843fd00f97","status":"passed","time":{"start":1726218563296,"stop":1726218563296,"duration":0}},{"uid":"f6bb8c7aa8af0efc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f6bb8c7aa8af0efc","status":"passed","time":{"start":1726218471415,"stop":1726218471415,"duration":0}},{"uid":"a2d1562737d69c87","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2d1562737d69c87","status":"passed","time":{"start":1726217724200,"stop":1726217724200,"duration":0}},{"uid":"4e03c310e6dac32f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4e03c310e6dac32f","status":"passed","time":{"start":1726217656057,"stop":1726217656057,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2f765917896636d8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2f765917896636d8","status":"passed","time":{"start":1726218863029,"stop":1726218863032,"duration":3}},{"uid":"6268580b249b1904","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6268580b249b1904","status":"passed","time":{"start":1726218781389,"stop":1726218781389,"duration":0}},{"uid":"4cc2b05c7efae3c5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4cc2b05c7efae3c5","status":"passed","time":{"start":1726218013718,"stop":1726218013719,"duration":1}},{"uid":"1ef1c2205a9ca529","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1ef1c2205a9ca529","status":"passed","time":{"start":1726217945337,"stop":1726217945338,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b663367c56a04e4f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b663367c56a04e4f","status":"passed","time":{"start":1726218651146,"stop":1726218651146,"duration":0}},{"uid":"9c015b63961bbfde","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9c015b63961bbfde","status":"passed","time":{"start":1726218550067,"stop":1726218550067,"duration":0}},{"uid":"2f1b962b50f38baf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2f1b962b50f38baf","status":"passed","time":{"start":1726217804582,"stop":1726217804582,"duration":0}},{"uid":"85568377c3b37755","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85568377c3b37755","status":"passed","time":{"start":1726217733946,"stop":1726217733947,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d97da8498cc1a26c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d97da8498cc1a26c","status":"passed","time":{"start":1726218791621,"stop":1726218791622,"duration":1}},{"uid":"b3e5b593e87eff80","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b3e5b593e87eff80","status":"passed","time":{"start":1726218683563,"stop":1726218683564,"duration":1}},{"uid":"6af678b35c2f4a73","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6af678b35c2f4a73","status":"passed","time":{"start":1726217949322,"stop":1726217949323,"duration":1}},{"uid":"3c142db5e83e51ee","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3c142db5e83e51ee","status":"passed","time":{"start":1726217865170,"stop":1726217865170,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"859fcb18e01f0d5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/859fcb18e01f0d5c","status":"passed","time":{"start":1726218651145,"stop":1726218651145,"duration":0}},{"uid":"da23991c5f329b57","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/da23991c5f329b57","status":"passed","time":{"start":1726218550066,"stop":1726218550066,"duration":0}},{"uid":"b568e18fceb36b33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b568e18fceb36b33","status":"passed","time":{"start":1726217804581,"stop":1726217804581,"duration":0}},{"uid":"491466b384b3279b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/491466b384b3279b","status":"passed","time":{"start":1726217733944,"stop":1726217733945,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1e23971403a9a11e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1e23971403a9a11e","status":"passed","time":{"start":1726218863027,"stop":1726218863029,"duration":2}},{"uid":"95f242bf72d6ea9b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/95f242bf72d6ea9b","status":"passed","time":{"start":1726218781389,"stop":1726218781389,"duration":0}},{"uid":"f09ae161289fe6e3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f09ae161289fe6e3","status":"passed","time":{"start":1726218013716,"stop":1726218013718,"duration":2}},{"uid":"ef4761e1de7ec8d9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ef4761e1de7ec8d9","status":"passed","time":{"start":1726217945336,"stop":1726217945337,"duration":1}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5e616a9b7dca2230","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5e616a9b7dca2230","status":"passed","time":{"start":1726218510990,"stop":1726218510991,"duration":1}},{"uid":"479ac2a3665ce006","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/479ac2a3665ce006","status":"passed","time":{"start":1726218417156,"stop":1726218417156,"duration":0}},{"uid":"e0dd8b9748ec0ef3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0dd8b9748ec0ef3","status":"passed","time":{"start":1726217677845,"stop":1726217677846,"duration":1}},{"uid":"b62a65bcdabc1226","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b62a65bcdabc1226","status":"passed","time":{"start":1726217616849,"stop":1726217616849,"duration":0}}]},"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"651c9e531633893d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/651c9e531633893d","status":"passed","time":{"start":1726218283099,"stop":1726218283100,"duration":1}},{"uid":"6e99989a4933a900","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6e99989a4933a900","status":"passed","time":{"start":1726218188599,"stop":1726218188599,"duration":0}},{"uid":"6b825f0afba9c336","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6b825f0afba9c336","status":"passed","time":{"start":1726217441562,"stop":1726217441562,"duration":0}},{"uid":"aec792643f8d65d2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/aec792643f8d65d2","status":"passed","time":{"start":1726217383224,"stop":1726217383224,"duration":0}}]},"d63467f5627772f5eed331d19ff5d743:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8fa709bc4442bea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8fa709bc4442bea","status":"passed","time":{"start":1726217952879,"stop":1726217952880,"duration":1}}]},"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"392f839d4f4769ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/392f839d4f4769ca","status":"passed","time":{"start":1726218885487,"stop":1726218885487,"duration":0}},{"uid":"2ab5e5d2838af9be","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2ab5e5d2838af9be","status":"passed","time":{"start":1726218803159,"stop":1726218803159,"duration":0}},{"uid":"6df164cff7642ed4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6df164cff7642ed4","status":"passed","time":{"start":1726218063101,"stop":1726218063101,"duration":0}},{"uid":"cafe7f6e3de940f1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cafe7f6e3de940f1","status":"passed","time":{"start":1726217974420,"stop":1726217974421,"duration":1}}]},"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d74e0b507a4ab6e6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d74e0b507a4ab6e6","status":"passed","time":{"start":1726218283101,"stop":1726218283101,"duration":0}},{"uid":"83f627852ea4b6c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/83f627852ea4b6c","status":"passed","time":{"start":1726218188600,"stop":1726218188601,"duration":1}},{"uid":"3261883c02fe2dd4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3261883c02fe2dd4","status":"passed","time":{"start":1726217441564,"stop":1726217441564,"duration":0}},{"uid":"5c2ce7a738399c91","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5c2ce7a738399c91","status":"passed","time":{"start":1726217383226,"stop":1726217383227,"duration":1}}]},"30c552632c1cb34d6cc4ded455350bcb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c1f8e98c9aea41e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6c1f8e98c9aea41e","status":"passed","time":{"start":1726218843766,"stop":1726218843767,"duration":1}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e54237eb4078a173","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e54237eb4078a173","status":"passed","time":{"start":1726218903392,"stop":1726218903392,"duration":0}},{"uid":"cb72a92c80cdd6d5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cb72a92c80cdd6d5","status":"passed","time":{"start":1726218807910,"stop":1726218807913,"duration":3}},{"uid":"95127b0d06c21192","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95127b0d06c21192","status":"passed","time":{"start":1726218061979,"stop":1726218061979,"duration":0}},{"uid":"34422e33baec63e0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/34422e33baec63e0","status":"passed","time":{"start":1726217984950,"stop":1726217984950,"duration":0}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b403c454b56be12a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b403c454b56be12a","status":"passed","time":{"start":1726218304467,"stop":1726218304467,"duration":0}},{"uid":"446930c4ded7dd7b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/446930c4ded7dd7b","status":"passed","time":{"start":1726218209564,"stop":1726218209565,"duration":1}},{"uid":"9105181f4f7af9b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9105181f4f7af9b8","status":"passed","time":{"start":1726217463039,"stop":1726217463040,"duration":1}},{"uid":"74cd736096102c3a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/74cd736096102c3a","status":"passed","time":{"start":1726217404606,"stop":1726217404606,"duration":0}}]},"2a2e192bbf0a6bfabf47e1dfd9ca65b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3a95e720287219e3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a95e720287219e3","status":"passed","time":{"start":1726218597911,"stop":1726218597911,"duration":0}},{"uid":"55092452523faa29","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/55092452523faa29","status":"passed","time":{"start":1726218496829,"stop":1726218496829,"duration":0}},{"uid":"4dd97c30e82ba1c6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4dd97c30e82ba1c6","status":"passed","time":{"start":1726217751144,"stop":1726217751144,"duration":0}},{"uid":"e4306992fe3ad391","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4306992fe3ad391","status":"passed","time":{"start":1726217685251,"stop":1726217685251,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ef1ecf501442555d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef1ecf501442555d","status":"passed","time":{"start":1726218308584,"stop":1726218308584,"duration":0}},{"uid":"9e0be2aad0d48ec9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9e0be2aad0d48ec9","status":"passed","time":{"start":1726218213410,"stop":1726218213410,"duration":0}},{"uid":"714323173af7c70c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/714323173af7c70c","status":"passed","time":{"start":1726217466677,"stop":1726217466678,"duration":1}},{"uid":"b2262bcbe37c5908","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b2262bcbe37c5908","status":"passed","time":{"start":1726217408298,"stop":1726217408298,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4adbd818215eeb71","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4adbd818215eeb71","status":"passed","time":{"start":1726218295945,"stop":1726218295947,"duration":2}},{"uid":"415651452d591936","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/415651452d591936","status":"passed","time":{"start":1726218201362,"stop":1726218201364,"duration":2}},{"uid":"727385f8bfd63f8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/727385f8bfd63f8c","status":"passed","time":{"start":1726217454407,"stop":1726217454408,"duration":1}},{"uid":"1bb1c4083504454c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1bb1c4083504454c","status":"passed","time":{"start":1726217395940,"stop":1726217395941,"duration":1}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b3fbfb47f0e336ee","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3fbfb47f0e336ee","status":"passed","time":{"start":1726218304533,"stop":1726218304533,"duration":0}},{"uid":"402e5ee826a94d79","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/402e5ee826a94d79","status":"passed","time":{"start":1726218209370,"stop":1726218209370,"duration":0}},{"uid":"3929a8bfc16361f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3929a8bfc16361f2","status":"passed","time":{"start":1726217462331,"stop":1726217462331,"duration":0}},{"uid":"82f0424e36bb33a2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82f0424e36bb33a2","status":"passed","time":{"start":1726217404185,"stop":1726217404185,"duration":0}}]},"08181c2f533a09157809b5da20bbcd05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41df373222025d53","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/41df373222025d53","status":"passed","time":{"start":1726217952883,"stop":1726217952884,"duration":1}}]},"c8efb9edf9b04dc48246a8128b2a01f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a6b2c643474429","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a6b2c643474429","status":"passed","time":{"start":1726218778288,"stop":1726218778291,"duration":3}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"147c9ae3a9cc6b85","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/147c9ae3a9cc6b85","status":"passed","time":{"start":1726218304535,"stop":1726218304536,"duration":1}},{"uid":"825a5346513dab61","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/825a5346513dab61","status":"passed","time":{"start":1726218209373,"stop":1726218209374,"duration":1}},{"uid":"e5d3f2d61b9e7c6b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5d3f2d61b9e7c6b","status":"passed","time":{"start":1726217462336,"stop":1726217462336,"duration":0}},{"uid":"ad85cfb611060aac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ad85cfb611060aac","status":"passed","time":{"start":1726217404188,"stop":1726217404189,"duration":1}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5110d9e8570781ac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5110d9e8570781ac","status":"passed","time":{"start":1726218879289,"stop":1726218879292,"duration":3}},{"uid":"c4f52f9f82cf7f97","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c4f52f9f82cf7f97","status":"passed","time":{"start":1726218787574,"stop":1726218787574,"duration":0}},{"uid":"f8bc866f15e453c3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8bc866f15e453c3","status":"passed","time":{"start":1726218066276,"stop":1726218066277,"duration":1}},{"uid":"a3becd7c1d0d5081","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a3becd7c1d0d5081","status":"passed","time":{"start":1726217965300,"stop":1726217965300,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4fa4abc3d994c292","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4fa4abc3d994c292","status":"passed","time":{"start":1726218909195,"stop":1726218909195,"duration":0}},{"uid":"61f823335a190260","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/61f823335a190260","status":"passed","time":{"start":1726218818269,"stop":1726218818270,"duration":1}},{"uid":"85be338cb327deb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/85be338cb327deb","status":"passed","time":{"start":1726218085660,"stop":1726218085661,"duration":1}},{"uid":"f9a70edc5199d964","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f9a70edc5199d964","status":"passed","time":{"start":1726217996429,"stop":1726217996430,"duration":1}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fb463cb63004426e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fb463cb63004426e","status":"passed","time":{"start":1726218510987,"stop":1726218510988,"duration":1}},{"uid":"8f5f07afe5441378","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8f5f07afe5441378","status":"passed","time":{"start":1726218417152,"stop":1726218417153,"duration":1}},{"uid":"de45df2ab2405988","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/de45df2ab2405988","status":"passed","time":{"start":1726217677835,"stop":1726217677841,"duration":6}},{"uid":"3f338404cfffbfff","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3f338404cfffbfff","status":"passed","time":{"start":1726217616845,"stop":1726217616846,"duration":1}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"892ef1596701a339","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/892ef1596701a339","status":"passed","time":{"start":1726218296785,"stop":1726218296785,"duration":0}},{"uid":"4da0092ae338ba46","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4da0092ae338ba46","status":"passed","time":{"start":1726218201912,"stop":1726218201912,"duration":0}},{"uid":"c744444617919633","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c744444617919633","status":"passed","time":{"start":1726217455153,"stop":1726217455153,"duration":0}},{"uid":"911aae9f1ac6b713","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/911aae9f1ac6b713","status":"passed","time":{"start":1726217396841,"stop":1726217396841,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"915994120eb75fd1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/915994120eb75fd1","status":"passed","time":{"start":1726218316386,"stop":1726218316387,"duration":1}},{"uid":"13a85bc25fd76054","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/13a85bc25fd76054","status":"passed","time":{"start":1726218221125,"stop":1726218221125,"duration":0}},{"uid":"343ca7315e867332","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/343ca7315e867332","status":"passed","time":{"start":1726217474514,"stop":1726217474514,"duration":0}},{"uid":"250ef08e93449d57","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/250ef08e93449d57","status":"passed","time":{"start":1726217415842,"stop":1726217415842,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"34a3024e98051e32","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34a3024e98051e32","status":"passed","time":{"start":1726218793427,"stop":1726218793428,"duration":1}},{"uid":"cc9cf19b454cda14","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc9cf19b454cda14","status":"passed","time":{"start":1726218722075,"stop":1726218722079,"duration":4}},{"uid":"9bb30bb1031e3773","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9bb30bb1031e3773","status":"passed","time":{"start":1726217978645,"stop":1726217978645,"duration":0}},{"uid":"30cc37a09f9dc88c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/30cc37a09f9dc88c","status":"passed","time":{"start":1726217893872,"stop":1726217893872,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"70ad196fb3876722","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/70ad196fb3876722","status":"passed","time":{"start":1726218510989,"stop":1726218510989,"duration":0}},{"uid":"401c84faeee6d58d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/401c84faeee6d58d","status":"passed","time":{"start":1726218417154,"stop":1726218417154,"duration":0}},{"uid":"f905fc86f8a7bacc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f905fc86f8a7bacc","status":"passed","time":{"start":1726217677843,"stop":1726217677843,"duration":0}},{"uid":"2782606e9b9aa56c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2782606e9b9aa56c","status":"passed","time":{"start":1726217616847,"stop":1726217616847,"duration":0}}]},"e290dc1df6185dfab5ebad4d3050b71d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df834e1ff4e2fc11","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df834e1ff4e2fc11","status":"passed","time":{"start":1726218011624,"stop":1726218011624,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8eb088ee29513b7a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8eb088ee29513b7a","status":"passed","time":{"start":1726218342871,"stop":1726218342872,"duration":1}},{"uid":"7b24d0fef83d5547","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7b24d0fef83d5547","status":"passed","time":{"start":1726218246383,"stop":1726218246383,"duration":0}},{"uid":"8d35977b8f25f221","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d35977b8f25f221","status":"passed","time":{"start":1726217500291,"stop":1726217500291,"duration":0}},{"uid":"a0cf462302c9cd20","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a0cf462302c9cd20","status":"passed","time":{"start":1726217442001,"stop":1726217442001,"duration":0}}]},"35d166a14530a0e30d1a96aaae50cd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"905af5facfefd84d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/905af5facfefd84d","status":"passed","time":{"start":1726218748390,"stop":1726218748390,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"71ba1b692379f2e6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71ba1b692379f2e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218345042,"stop":1726218345042,"duration":0}},{"uid":"9a1a71832fbaedc9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9a1a71832fbaedc9","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218250243,"stop":1726218250243,"duration":0}},{"uid":"920710cda25361bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/920710cda25361bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217507044,"stop":1726217507044,"duration":0}},{"uid":"28e2b086cb76cc97","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/28e2b086cb76cc97","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217445625,"stop":1726217445626,"duration":1}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9cc8468fc234bdd3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9cc8468fc234bdd3","status":"passed","time":{"start":1726218315166,"stop":1726218315166,"duration":0}},{"uid":"f7be479bd028421c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f7be479bd028421c","status":"passed","time":{"start":1726218219854,"stop":1726218219854,"duration":0}},{"uid":"a3859a2c7815d1c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a3859a2c7815d1c1","status":"passed","time":{"start":1726217473324,"stop":1726217473325,"duration":1}},{"uid":"db83b4b6921b6665","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/db83b4b6921b6665","status":"passed","time":{"start":1726217414669,"stop":1726217414670,"duration":1}}]},"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"97d82777f2931d95","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/97d82777f2931d95","status":"passed","time":{"start":1726218879387,"stop":1726218879388,"duration":1}},{"uid":"20e3bec9bedae091","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/20e3bec9bedae091","status":"passed","time":{"start":1726218787594,"stop":1726218787595,"duration":1}},{"uid":"a16c780dae603c7a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a16c780dae603c7a","status":"passed","time":{"start":1726218066316,"stop":1726218066317,"duration":1}},{"uid":"9a7985c1d444a55a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9a7985c1d444a55a","status":"passed","time":{"start":1726217965350,"stop":1726217965350,"duration":0}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"75f399477ee03636","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/75f399477ee03636","status":"passed","time":{"start":1726218903001,"stop":1726218903004,"duration":3}},{"uid":"21bab1db873e4131","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/21bab1db873e4131","status":"passed","time":{"start":1726218814297,"stop":1726218814298,"duration":1}},{"uid":"5ecb49d8f2e2a725","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ecb49d8f2e2a725","status":"passed","time":{"start":1726218071326,"stop":1726218071349,"duration":23}},{"uid":"950239a638068e12","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/950239a638068e12","status":"passed","time":{"start":1726217984832,"stop":1726217984832,"duration":0}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"41ba4cd4f9c318e9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/41ba4cd4f9c318e9","status":"passed","time":{"start":1726218768115,"stop":1726218768115,"duration":0}},{"uid":"322f9ba340290768","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/322f9ba340290768","status":"passed","time":{"start":1726218662795,"stop":1726218662796,"duration":1}},{"uid":"6387ce7e4e5327f4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6387ce7e4e5327f4","status":"passed","time":{"start":1726217927560,"stop":1726217927560,"duration":0}},{"uid":"2e2598f77ef7e855","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2e2598f77ef7e855","status":"passed","time":{"start":1726217843352,"stop":1726217843352,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6fb5aa1d79912791","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6fb5aa1d79912791","status":"passed","time":{"start":1726218523025,"stop":1726218523025,"duration":0}},{"uid":"ef90c7e178c9f2a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ef90c7e178c9f2a0","status":"passed","time":{"start":1726218422915,"stop":1726218422916,"duration":1}},{"uid":"9eb1bd1efcf37a35","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9eb1bd1efcf37a35","status":"passed","time":{"start":1726217687438,"stop":1726217687438,"duration":0}},{"uid":"148c5cd5ebada45d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/148c5cd5ebada45d","status":"passed","time":{"start":1726217604514,"stop":1726217604515,"duration":1}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c74d76ee277cb9cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c74d76ee277cb9cf","status":"passed","time":{"start":1726218308583,"stop":1726218308584,"duration":1}},{"uid":"4645a4c9e439156b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4645a4c9e439156b","status":"passed","time":{"start":1726218213410,"stop":1726218213410,"duration":0}},{"uid":"acd25a9e045c20fa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/acd25a9e045c20fa","status":"passed","time":{"start":1726217466677,"stop":1726217466677,"duration":0}},{"uid":"763b7fb9572d23cf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/763b7fb9572d23cf","status":"passed","time":{"start":1726217408297,"stop":1726217408297,"duration":0}}]},"17f4674681f2c68e60e175eaea9f361e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f3605b8fe121008","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4f3605b8fe121008","status":"passed","time":{"start":1726218011626,"stop":1726218011627,"duration":1}}]},"fd8a6235927a73365639b5ddc4b7322b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afad336804e95a88","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/afad336804e95a88","status":"passed","time":{"start":1726218781394,"stop":1726218781395,"duration":1}}]},"c46b45ce1890d5ee3b5c433239f96804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7dcb4c7c30650e3e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7dcb4c7c30650e3e","status":"passed","time":{"start":1726217840565,"stop":1726217840566,"duration":1}}]},"79c881da883a11589aa36daf8c434d50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"278959b5c177d6e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/278959b5c177d6e4","status":"passed","time":{"start":1726218806761,"stop":1726218806762,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2de119fa43ee1f8a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2de119fa43ee1f8a","status":"passed","time":{"start":1726218523024,"stop":1726218523024,"duration":0}},{"uid":"bbb6d5f821e2cf7d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bbb6d5f821e2cf7d","status":"passed","time":{"start":1726218422911,"stop":1726218422914,"duration":3}},{"uid":"927a379b2c157f6e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/927a379b2c157f6e","status":"passed","time":{"start":1726217687432,"stop":1726217687436,"duration":4}},{"uid":"673c9b24f38bc75c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/673c9b24f38bc75c","status":"passed","time":{"start":1726217604510,"stop":1726217604511,"duration":1}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cc0f4a1e4bb0e7a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cc0f4a1e4bb0e7a8","status":"passed","time":{"start":1726218308582,"stop":1726218308582,"duration":0}},{"uid":"d6571c728178321b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d6571c728178321b","status":"passed","time":{"start":1726218213408,"stop":1726218213409,"duration":1}},{"uid":"d008bb654dd7b762","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d008bb654dd7b762","status":"passed","time":{"start":1726217466676,"stop":1726217466676,"duration":0}},{"uid":"4a33946abe12b5e6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4a33946abe12b5e6","status":"passed","time":{"start":1726217408296,"stop":1726217408296,"duration":0}}]},"0875eae35c3e6c8a0178a28be0eeb7dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1eeae33ca8c0bfa4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1eeae33ca8c0bfa4","status":"passed","time":{"start":1726218669776,"stop":1726218669776,"duration":0}},{"uid":"5a2c55a805ce247f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5a2c55a805ce247f","status":"passed","time":{"start":1726218612970,"stop":1726218612971,"duration":1}},{"uid":"90384b357a2fa489","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/90384b357a2fa489","status":"passed","time":{"start":1726217868248,"stop":1726217868249,"duration":1}},{"uid":"1eb2fee7cb0f013a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1eb2fee7cb0f013a","status":"passed","time":{"start":1726217785176,"stop":1726217785177,"duration":1}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"45515d612b2ad07c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/45515d612b2ad07c","status":"passed","time":{"start":1726218523018,"stop":1726218523018,"duration":0}},{"uid":"c1de86bea9705d4c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c1de86bea9705d4c","status":"passed","time":{"start":1726218422900,"stop":1726218422901,"duration":1}},{"uid":"2f5bb894d6388e30","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2f5bb894d6388e30","status":"passed","time":{"start":1726217687425,"stop":1726217687425,"duration":0}},{"uid":"deae1fa860789adb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/deae1fa860789adb","status":"passed","time":{"start":1726217604492,"stop":1726217604492,"duration":0}}]},"515295799c5df4642709cdbe75d1833f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f62dd3b036c34c7e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f62dd3b036c34c7e","status":"passed","time":{"start":1726217952884,"stop":1726217952885,"duration":1}}]},"c67c057d0a45f819d3fb031d45e27f26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c759ef12faa662b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c759ef12faa662b","status":"passed","time":{"start":1726218764109,"stop":1726218764110,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eb26cfa053f83c67","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb26cfa053f83c67","status":"passed","time":{"start":1726218812481,"stop":1726218812482,"duration":1}},{"uid":"8a9d68df63bcdad6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8a9d68df63bcdad6","status":"passed","time":{"start":1726218708459,"stop":1726218708465,"duration":6}},{"uid":"3650feca32375c67","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3650feca32375c67","status":"passed","time":{"start":1726217980055,"stop":1726217980056,"duration":1}},{"uid":"a75672bc4ce8e540","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a75672bc4ce8e540","status":"passed","time":{"start":1726217896510,"stop":1726217896510,"duration":0}}]},"47238d8d3121a42801803a374a03954e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"589406c81c2d876f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/589406c81c2d876f","status":"passed","time":{"start":1726218748391,"stop":1726218748392,"duration":1}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"321068e417e1b2b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/321068e417e1b2b7","status":"passed","time":{"start":1726218778173,"stop":1726218778174,"duration":1}},{"uid":"8036525f0642dbba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8036525f0642dbba","status":"passed","time":{"start":1726218673541,"stop":1726218673542,"duration":1}},{"uid":"5eabbc224a0e71bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5eabbc224a0e71bd","status":"passed","time":{"start":1726217946674,"stop":1726217946675,"duration":1}},{"uid":"a1b664b60a58feef","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a1b664b60a58feef","status":"passed","time":{"start":1726217862767,"stop":1726217862768,"duration":1}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d9fab382e3925698","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d9fab382e3925698","status":"passed","time":{"start":1726218764113,"stop":1726218764114,"duration":1}},{"uid":"d3b368519c31dd00","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d3b368519c31dd00","status":"passed","time":{"start":1726218659028,"stop":1726218659028,"duration":0}},{"uid":"f0a30040c507c186","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0a30040c507c186","status":"passed","time":{"start":1726217924765,"stop":1726217924765,"duration":0}},{"uid":"e57e60781dad58f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e57e60781dad58f2","status":"passed","time":{"start":1726217840570,"stop":1726217840570,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"659c277ee68838c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/659c277ee68838c4","status":"passed","time":{"start":1726218764108,"stop":1726218764108,"duration":0}},{"uid":"939937dc04e01719","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/939937dc04e01719","status":"passed","time":{"start":1726218659022,"stop":1726218659023,"duration":1}},{"uid":"ffb39a8d1b2d5d15","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ffb39a8d1b2d5d15","status":"passed","time":{"start":1726217924755,"stop":1726217924758,"duration":3}},{"uid":"1373912f2517d5a3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1373912f2517d5a3","status":"passed","time":{"start":1726217840559,"stop":1726217840560,"duration":1}}]},"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2fd74dd4a4419bbd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2fd74dd4a4419bbd","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"duration":0}},{"uid":"be469ea1093c7476","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/be469ea1093c7476","status":"passed","time":{"start":1726218188603,"stop":1726218188603,"duration":0}},{"uid":"ac5f3dc9d70e5481","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac5f3dc9d70e5481","status":"passed","time":{"start":1726217441566,"stop":1726217441567,"duration":1}},{"uid":"d5ea49a16817f972","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d5ea49a16817f972","status":"passed","time":{"start":1726217383229,"stop":1726217383229,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"24f6afb249936f66","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/24f6afb249936f66","status":"passed","time":{"start":1726218863011,"stop":1726218863011,"duration":0}},{"uid":"90664283fde38de8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/90664283fde38de8","status":"passed","time":{"start":1726218781383,"stop":1726218781384,"duration":1}},{"uid":"569d2a07b0a33503","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/569d2a07b0a33503","status":"passed","time":{"start":1726218013699,"stop":1726218013700,"duration":1}},{"uid":"30e53cd1a5b7de2c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/30e53cd1a5b7de2c","status":"passed","time":{"start":1726217945332,"stop":1726217945332,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"583971e704940cb2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/583971e704940cb2","status":"passed","time":{"start":1726218563297,"stop":1726218563297,"duration":0}},{"uid":"42546293a9bc5c99","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/42546293a9bc5c99","status":"passed","time":{"start":1726218471416,"stop":1726218471416,"duration":0}},{"uid":"f022cd6f33bd5fc7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f022cd6f33bd5fc7","status":"passed","time":{"start":1726217724201,"stop":1726217724202,"duration":1}},{"uid":"65cedf8efcbe7a2b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/65cedf8efcbe7a2b","status":"passed","time":{"start":1726217656057,"stop":1726217656058,"duration":1}}]},"3266e466dc742dead141c5982f5e7fe0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c96813857934536","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3c96813857934536","status":"passed","time":{"start":1726217952880,"stop":1726217952881,"duration":1}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2ed7a2f20f5842e0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ed7a2f20f5842e0","status":"passed","time":{"start":1726218510976,"stop":1726218510977,"duration":1}},{"uid":"1ef669d18b84981a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ef669d18b84981a","status":"passed","time":{"start":1726218417149,"stop":1726218417149,"duration":0}},{"uid":"b1c22e5b6524f69e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b1c22e5b6524f69e","status":"passed","time":{"start":1726217677813,"stop":1726217677814,"duration":1}},{"uid":"b87c3b33eabd7f7b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b87c3b33eabd7f7b","status":"passed","time":{"start":1726217616840,"stop":1726217616841,"duration":1}}]},"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"22669e80c761df2d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/22669e80c761df2d","status":"passed","time":{"start":1726218283091,"stop":1726218283092,"duration":1}},{"uid":"33d8bd66da1dcedb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/33d8bd66da1dcedb","status":"passed","time":{"start":1726218188592,"stop":1726218188593,"duration":1}},{"uid":"29032cfb5e36730d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29032cfb5e36730d","status":"passed","time":{"start":1726217441553,"stop":1726217441553,"duration":0}},{"uid":"bbd45b53ede387e8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bbd45b53ede387e8","status":"passed","time":{"start":1726217383217,"stop":1726217383217,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2a0ae478e5b2ba92","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2a0ae478e5b2ba92","status":"passed","time":{"start":1726218397742,"stop":1726218397742,"duration":0}},{"uid":"5899c299d2fede6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5899c299d2fede6","status":"passed","time":{"start":1726218303230,"stop":1726218303231,"duration":1}},{"uid":"7098c8b91bda3298","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7098c8b91bda3298","status":"passed","time":{"start":1726217551916,"stop":1726217551920,"duration":4}},{"uid":"3749f320be3c6f19","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3749f320be3c6f19","status":"passed","time":{"start":1726217494760,"stop":1726217494760,"duration":0}}]},"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9bd43529907fa10a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9bd43529907fa10a","status":"passed","time":{"start":1726218283100,"stop":1726218283100,"duration":0}},{"uid":"f3974d8d98325196","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f3974d8d98325196","status":"passed","time":{"start":1726218188600,"stop":1726218188600,"duration":0}},{"uid":"115056d3123b5f7e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/115056d3123b5f7e","status":"passed","time":{"start":1726217441563,"stop":1726217441563,"duration":0}},{"uid":"6506ee75820b23de","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6506ee75820b23de","status":"passed","time":{"start":1726217383225,"stop":1726217383225,"duration":0}}]},"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"687827e6235d51fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/687827e6235d51fd","status":"passed","time":{"start":1726218447508,"stop":1726218447508,"duration":0}},{"uid":"c9e134f2aca87193","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c9e134f2aca87193","status":"passed","time":{"start":1726218356741,"stop":1726218356741,"duration":0}},{"uid":"9d802fea6ad287d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9d802fea6ad287d6","status":"passed","time":{"start":1726217603237,"stop":1726217603238,"duration":1}},{"uid":"d39a2b478afe8370","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d39a2b478afe8370","status":"passed","time":{"start":1726217544016,"stop":1726217544016,"duration":0}}]},"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2843883ccff0aec7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2843883ccff0aec7","status":"passed","time":{"start":1726218283092,"stop":1726218283092,"duration":0}},{"uid":"ca06c6a83b692e35","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca06c6a83b692e35","status":"passed","time":{"start":1726218188593,"stop":1726218188593,"duration":0}},{"uid":"15bf405d74da5c22","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15bf405d74da5c22","status":"passed","time":{"start":1726217441553,"stop":1726217441554,"duration":1}},{"uid":"34fa2e9b3ae8112c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/34fa2e9b3ae8112c","status":"passed","time":{"start":1726217383217,"stop":1726217383218,"duration":1}}]},"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a253f7bc154637cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a253f7bc154637cf","status":"passed","time":{"start":1726218283095,"stop":1726218283096,"duration":1}},{"uid":"6728ad029a1f327f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6728ad029a1f327f","status":"passed","time":{"start":1726218188596,"stop":1726218188597,"duration":1}},{"uid":"975f4fb8028c7ea0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/975f4fb8028c7ea0","status":"passed","time":{"start":1726217441557,"stop":1726217441558,"duration":1}},{"uid":"fce156ea6c5fde60","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fce156ea6c5fde60","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e0a64349b5fdd54b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0a64349b5fdd54b","status":"passed","time":{"start":1726218291265,"stop":1726218291266,"duration":1}},{"uid":"c00ca3c36fc964a6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c00ca3c36fc964a6","status":"passed","time":{"start":1726218196278,"stop":1726218196279,"duration":1}},{"uid":"d29f63c6c1669dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d29f63c6c1669dd","status":"passed","time":{"start":1726217449568,"stop":1726217449568,"duration":0}},{"uid":"6dc739aae972c005","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6dc739aae972c005","status":"passed","time":{"start":1726217391314,"stop":1726217391314,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d3b3be0254f043b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d3b3be0254f043b5","status":"passed","time":{"start":1726218510980,"stop":1726218510981,"duration":1}},{"uid":"3b3ffea91b7a1763","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3b3ffea91b7a1763","status":"passed","time":{"start":1726218417150,"stop":1726218417150,"duration":0}},{"uid":"e74bc7dc8678d97d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e74bc7dc8678d97d","status":"passed","time":{"start":1726217677822,"stop":1726217677823,"duration":1}},{"uid":"e25ce155f953595e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e25ce155f953595e","status":"passed","time":{"start":1726217616843,"stop":1726217616843,"duration":0}}]},"e940d614c8b045b8a9fc45b3f4abd0ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27cd581dbeec6913","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/27cd581dbeec6913","status":"passed","time":{"start":1726218011623,"stop":1726218011623,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1926239cbce7fe4c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1926239cbce7fe4c","status":"passed","time":{"start":1726218291667,"stop":1726218291668,"duration":1}},{"uid":"b17202e41ca93976","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b17202e41ca93976","status":"passed","time":{"start":1726218197006,"stop":1726218197006,"duration":0}},{"uid":"8d36ffff19a47e8b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d36ffff19a47e8b","status":"passed","time":{"start":1726217450204,"stop":1726217450205,"duration":1}},{"uid":"95fb9e8626d21d8f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/95fb9e8626d21d8f","status":"passed","time":{"start":1726217391856,"stop":1726217391856,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e4f7fe4843bd6df8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e4f7fe4843bd6df8","status":"passed","time":{"start":1726218778184,"stop":1726218778185,"duration":1}},{"uid":"eabfafbaca298179","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eabfafbaca298179","status":"passed","time":{"start":1726218673543,"stop":1726218673543,"duration":0}},{"uid":"e5713b8a06afbb25","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5713b8a06afbb25","status":"passed","time":{"start":1726217946676,"stop":1726217946677,"duration":1}},{"uid":"c44a7164316ca6de","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c44a7164316ca6de","status":"passed","time":{"start":1726217862768,"stop":1726217862768,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7746af7131889f3a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7746af7131889f3a","status":"passed","time":{"start":1726218778195,"stop":1726218778195,"duration":0}},{"uid":"320050ddaf1433ee","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/320050ddaf1433ee","status":"passed","time":{"start":1726218673550,"stop":1726218673550,"duration":0}},{"uid":"1c1e58c46a692ff1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c1e58c46a692ff1","status":"passed","time":{"start":1726217946720,"stop":1726217946721,"duration":1}},{"uid":"7bdd857a1d0e6c45","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7bdd857a1d0e6c45","status":"passed","time":{"start":1726217862774,"stop":1726217862774,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bf80a398e9029248","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bf80a398e9029248","status":"passed","time":{"start":1726218764098,"stop":1726218764098,"duration":0}},{"uid":"e43a8d9947ffa59a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e43a8d9947ffa59a","status":"passed","time":{"start":1726218659014,"stop":1726218659015,"duration":1}},{"uid":"f364e6439b37a847","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f364e6439b37a847","status":"passed","time":{"start":1726217924741,"stop":1726217924742,"duration":1}},{"uid":"e93c51c685cc0364","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e93c51c685cc0364","status":"passed","time":{"start":1726217840516,"stop":1726217840516,"duration":0}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c447ef69b898fcf1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c447ef69b898fcf1","status":"passed","time":{"start":1726218673759,"stop":1726218673759,"duration":0}},{"uid":"543b365beaec8dcb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/543b365beaec8dcb","status":"passed","time":{"start":1726218602653,"stop":1726218602653,"duration":0}},{"uid":"28ae9f8ebb0f9a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/28ae9f8ebb0f9a0","status":"passed","time":{"start":1726217854778,"stop":1726217854779,"duration":1}},{"uid":"d660c2e2a7766a54","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d660c2e2a7766a54","status":"passed","time":{"start":1726217779657,"stop":1726217779658,"duration":1}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"92dd06b25b4c7015","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/92dd06b25b4c7015","status":"passed","time":{"start":1726218851922,"stop":1726218851922,"duration":0}},{"uid":"74b7e807be9a5f5b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/74b7e807be9a5f5b","status":"passed","time":{"start":1726218761849,"stop":1726218761849,"duration":0}},{"uid":"aeba21aec66b684","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aeba21aec66b684","status":"passed","time":{"start":1726218020451,"stop":1726218020451,"duration":0}},{"uid":"38107920bd181fdd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38107920bd181fdd","status":"passed","time":{"start":1726217934110,"stop":1726217934110,"duration":0}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b24c58d60f2d3742","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b24c58d60f2d3742","status":"passed","time":{"start":1726218793434,"stop":1726218793435,"duration":1}},{"uid":"ce87c6746af7b866","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ce87c6746af7b866","status":"passed","time":{"start":1726218722089,"stop":1726218722089,"duration":0}},{"uid":"de04ba40cdd8c7e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/de04ba40cdd8c7e7","status":"passed","time":{"start":1726217978667,"stop":1726217978667,"duration":0}},{"uid":"dc1d8392079992b6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dc1d8392079992b6","status":"passed","time":{"start":1726217893875,"stop":1726217893875,"duration":0}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6efe942e8456b3ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6efe942e8456b3ea","status":"passed","time":{"start":1726218778190,"stop":1726218778190,"duration":0}},{"uid":"8b32ebb8af654290","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8b32ebb8af654290","status":"passed","time":{"start":1726218673548,"stop":1726218673549,"duration":1}},{"uid":"acd2681812c08aa9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/acd2681812c08aa9","status":"passed","time":{"start":1726217946705,"stop":1726217946718,"duration":13}},{"uid":"97c6497179348830","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/97c6497179348830","status":"passed","time":{"start":1726217862773,"stop":1726217862773,"duration":0}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79d51a65d0af618d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/79d51a65d0af618d","status":"passed","time":{"start":1726218304470,"stop":1726218304471,"duration":1}},{"uid":"804c3d44000fb7fb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/804c3d44000fb7fb","status":"passed","time":{"start":1726218209566,"stop":1726218209566,"duration":0}},{"uid":"8ee44653e7ebaa4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8ee44653e7ebaa4","status":"passed","time":{"start":1726217463041,"stop":1726217463041,"duration":0}},{"uid":"a891081cbad6f300","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a891081cbad6f300","status":"passed","time":{"start":1726217404607,"stop":1726217404608,"duration":1}}]},"d6b8f06c2f2c5f77f117c8195f9c7170:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"872bf1e194984f13","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/872bf1e194984f13","status":"passed","time":{"start":1726217862799,"stop":1726217862801,"duration":2}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3d83c65a0f339ff7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3d83c65a0f339ff7","status":"passed","time":{"start":1726218551497,"stop":1726218551498,"duration":1}},{"uid":"cb28b8043fc17b6d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cb28b8043fc17b6d","status":"passed","time":{"start":1726218459544,"stop":1726218459544,"duration":0}},{"uid":"3041108ccdfd46d4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3041108ccdfd46d4","status":"passed","time":{"start":1726217706012,"stop":1726217706013,"duration":1}},{"uid":"43a79ad29bc4aacb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43a79ad29bc4aacb","status":"passed","time":{"start":1726217650774,"stop":1726217650774,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b3d52320de0d794","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4b3d52320de0d794","status":"passed","time":{"start":1726218909195,"stop":1726218909196,"duration":1}},{"uid":"4cde0b8e2b8516a1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4cde0b8e2b8516a1","status":"passed","time":{"start":1726218818270,"stop":1726218818271,"duration":1}},{"uid":"f673ab73b2de717c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f673ab73b2de717c","status":"passed","time":{"start":1726218085661,"stop":1726218085662,"duration":1}},{"uid":"830a0d966dd4b73e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/830a0d966dd4b73e","status":"passed","time":{"start":1726217996430,"stop":1726217996430,"duration":0}}]},"a60dccf501f5b52d3f9e79572300581a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1d15cc1f60f49d1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d1d15cc1f60f49d1","status":"passed","time":{"start":1726218011627,"stop":1726218011627,"duration":0}}]},"6d90f32c3fd6caf08cc5d6004f7abc7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f6b1fae02c86cc6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f6b1fae02c86cc6","status":"passed","time":{"start":1726217946743,"stop":1726217946743,"duration":0}}]},"d188b81603c31882ab8b835dc01656b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45435efc6222a176","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/45435efc6222a176","status":"passed","time":{"start":1726218039631,"stop":1726218039631,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7264ab816db8796","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7264ab816db8796","status":"passed","time":{"start":1726218345035,"stop":1726218345035,"duration":0}},{"uid":"fd073831cafc6045","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fd073831cafc6045","status":"passed","time":{"start":1726218250234,"stop":1726218250236,"duration":2}},{"uid":"d7744a9a71a89187","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d7744a9a71a89187","status":"passed","time":{"start":1726217507042,"stop":1726217507042,"duration":0}},{"uid":"9aaa8ca2501e5563","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9aaa8ca2501e5563","status":"passed","time":{"start":1726217445621,"stop":1726217445624,"duration":3}}]},"c2365eda06fd7fa9ba7217cee5e48a26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9eb1f368e11c5fde","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9eb1f368e11c5fde","status":"passed","time":{"start":1726218669770,"stop":1726218669771,"duration":1}},{"uid":"d2431992ee5c0881","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d2431992ee5c0881","status":"passed","time":{"start":1726218612952,"stop":1726218612952,"duration":0}},{"uid":"fd1b79a5dfd61553","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd1b79a5dfd61553","status":"passed","time":{"start":1726217868232,"stop":1726217868232,"duration":0}},{"uid":"c6babc253f7c99c4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c6babc253f7c99c4","status":"passed","time":{"start":1726217785163,"stop":1726217785164,"duration":1}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4650472aca951c60","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4650472aca951c60","status":"passed","time":{"start":1726218291663,"stop":1726218291663,"duration":0}},{"uid":"e87b7e5380507060","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e87b7e5380507060","status":"passed","time":{"start":1726218197005,"stop":1726218197005,"duration":0}},{"uid":"1be6b513a505eacb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1be6b513a505eacb","status":"passed","time":{"start":1726217450199,"stop":1726217450199,"duration":0}},{"uid":"40fed1f0be5176d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/40fed1f0be5176d","status":"passed","time":{"start":1726217391851,"stop":1726217391851,"duration":0}}]},"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b00b16336642eb5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4b00b16336642eb5","status":"passed","time":{"start":1726218885487,"stop":1726218885488,"duration":1}},{"uid":"a1c69db00dd6da3e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a1c69db00dd6da3e","status":"passed","time":{"start":1726218803159,"stop":1726218803160,"duration":1}},{"uid":"54cfcd81a69d590c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54cfcd81a69d590c","status":"passed","time":{"start":1726218063101,"stop":1726218063102,"duration":1}},{"uid":"8f0cb96bc5325e72","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8f0cb96bc5325e72","status":"passed","time":{"start":1726217974421,"stop":1726217974421,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ee8a321789cea58","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ee8a321789cea58","status":"passed","time":{"start":1726218863032,"stop":1726218863034,"duration":2}},{"uid":"981f93eed754d6f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/981f93eed754d6f","status":"passed","time":{"start":1726218781390,"stop":1726218781390,"duration":0}},{"uid":"4c1e3cf0750d78f4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c1e3cf0750d78f4","status":"passed","time":{"start":1726218013719,"stop":1726218013719,"duration":0}},{"uid":"f04aca3c71e13e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f04aca3c71e13e7","status":"passed","time":{"start":1726217945338,"stop":1726217945338,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c0d80f73686d629","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5c0d80f73686d629","status":"passed","time":{"start":1726218863047,"stop":1726218863048,"duration":1}},{"uid":"254d097028cb017a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/254d097028cb017a","status":"passed","time":{"start":1726218781393,"stop":1726218781393,"duration":0}},{"uid":"f49ed9684cf683da","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f49ed9684cf683da","status":"passed","time":{"start":1726218013724,"stop":1726218013724,"duration":0}},{"uid":"3d2d75311c5524f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3d2d75311c5524f","status":"passed","time":{"start":1726217945349,"stop":1726217945350,"duration":1}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1fa821f300cf720d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1fa821f300cf720d","status":"passed","time":{"start":1726218863012,"stop":1726218863013,"duration":1}},{"uid":"f68b6a5ff6f60619","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f68b6a5ff6f60619","status":"passed","time":{"start":1726218781387,"stop":1726218781387,"duration":0}},{"uid":"ed29db7636c0a5e0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed29db7636c0a5e0","status":"passed","time":{"start":1726218013701,"stop":1726218013701,"duration":0}},{"uid":"6a8617ed81ee7ba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a8617ed81ee7ba","status":"passed","time":{"start":1726217945335,"stop":1726217945335,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d1a6706bc00de689","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d1a6706bc00de689","status":"passed","time":{"start":1726218851922,"stop":1726218851923,"duration":1}},{"uid":"3561737f996f7dd9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3561737f996f7dd9","status":"passed","time":{"start":1726218761849,"stop":1726218761849,"duration":0}},{"uid":"dbb6de40286083ac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dbb6de40286083ac","status":"passed","time":{"start":1726218020451,"stop":1726218020453,"duration":2}},{"uid":"83cdc6bea1fd92d5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/83cdc6bea1fd92d5","status":"passed","time":{"start":1726217934111,"stop":1726217934111,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bcef34e5657c63f0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bcef34e5657c63f0","status":"passed","time":{"start":1726218335394,"stop":1726218335400,"duration":6}},{"uid":"745087d25e81f758","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/745087d25e81f758","status":"passed","time":{"start":1726218239516,"stop":1726218239523,"duration":7}},{"uid":"fb5b042bce7a7630","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fb5b042bce7a7630","status":"passed","time":{"start":1726217493336,"stop":1726217493338,"duration":2}},{"uid":"5b43ceb9800757a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5b43ceb9800757a4","status":"passed","time":{"start":1726217434831,"stop":1726217434833,"duration":2}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6204cea0eea6b69f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6204cea0eea6b69f","status":"passed","time":{"start":1726218523006,"stop":1726218523006,"duration":0}},{"uid":"496aba0b913c7bca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/496aba0b913c7bca","status":"passed","time":{"start":1726218422892,"stop":1726218422892,"duration":0}},{"uid":"274d935c6050d9af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/274d935c6050d9af","status":"passed","time":{"start":1726217687413,"stop":1726217687414,"duration":1}},{"uid":"97107836af0f6dd4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/97107836af0f6dd4","status":"passed","time":{"start":1726217604476,"stop":1726217604477,"duration":1}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7c42aead14c0e236","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7c42aead14c0e236","status":"passed","time":{"start":1726218879293,"stop":1726218879293,"duration":0}},{"uid":"e08d0336823ad9e8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e08d0336823ad9e8","status":"passed","time":{"start":1726218787576,"stop":1726218787576,"duration":0}},{"uid":"adfdb59af623b76d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/adfdb59af623b76d","status":"passed","time":{"start":1726218066278,"stop":1726218066278,"duration":0}},{"uid":"7fd8d92ea94aafc2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7fd8d92ea94aafc2","status":"passed","time":{"start":1726217965302,"stop":1726217965302,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4e3c37ce447f3021","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4e3c37ce447f3021","status":"passed","time":{"start":1726218345033,"stop":1726218345033,"duration":0}},{"uid":"8f7c967e139b8af0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8f7c967e139b8af0","status":"passed","time":{"start":1726218250225,"stop":1726218250232,"duration":7}},{"uid":"f3738760b93fcd0d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3738760b93fcd0d","status":"passed","time":{"start":1726217507040,"stop":1726217507041,"duration":1}},{"uid":"248abc0bfe0a52a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/248abc0bfe0a52a","status":"passed","time":{"start":1726217445616,"stop":1726217445616,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9b477effba7c0120","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9b477effba7c0120","status":"passed","time":{"start":1726218764094,"stop":1726218764094,"duration":0}},{"uid":"244db9a5d696369","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/244db9a5d696369","status":"passed","time":{"start":1726218659007,"stop":1726218659008,"duration":1}},{"uid":"4ebf835b7cb2079b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4ebf835b7cb2079b","status":"passed","time":{"start":1726217924737,"stop":1726217924737,"duration":0}},{"uid":"ba23444a172ad084","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba23444a172ad084","status":"passed","time":{"start":1726217840476,"stop":1726217840491,"duration":15}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"64f8883d1686cf38","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/64f8883d1686cf38","status":"passed","time":{"start":1726218806763,"stop":1726218806764,"duration":1}},{"uid":"b6cc0091e4fee5d5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b6cc0091e4fee5d5","status":"passed","time":{"start":1726218706746,"stop":1726218706747,"duration":1}},{"uid":"9eaefe2785f18c04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9eaefe2785f18c04","status":"passed","time":{"start":1726217976616,"stop":1726217976617,"duration":1}},{"uid":"cf2db5ad2f50fa99","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cf2db5ad2f50fa99","status":"passed","time":{"start":1726217890301,"stop":1726217890301,"duration":0}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d7740ad8645ea4bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d7740ad8645ea4bd","status":"passed","time":{"start":1726218382078,"stop":1726218382079,"duration":1}},{"uid":"b1801616c4b7619","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b1801616c4b7619","status":"passed","time":{"start":1726218287813,"stop":1726218287814,"duration":1}},{"uid":"f4e50c2a9d112b67","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f4e50c2a9d112b67","status":"passed","time":{"start":1726217549451,"stop":1726217549452,"duration":1}},{"uid":"da684cfe4b24ba8f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/da684cfe4b24ba8f","status":"passed","time":{"start":1726217491288,"stop":1726217491289,"duration":1}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2754b1350fa4d8a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2754b1350fa4d8a8","status":"passed","time":{"start":1726218291671,"stop":1726218291671,"duration":0}},{"uid":"6b50bcec817fb390","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6b50bcec817fb390","status":"passed","time":{"start":1726218197010,"stop":1726218197010,"duration":0}},{"uid":"237cae1f86bdbffa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/237cae1f86bdbffa","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"duration":0}},{"uid":"6c53ee0a1a603868","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6c53ee0a1a603868","status":"passed","time":{"start":1726217391860,"stop":1726217391860,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"54e1cbc3916a846c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54e1cbc3916a846c","status":"passed","time":{"start":1726218879292,"stop":1726218879292,"duration":0}},{"uid":"126d0b6c4a94c1d0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/126d0b6c4a94c1d0","status":"passed","time":{"start":1726218787574,"stop":1726218787575,"duration":1}},{"uid":"c38ff0aa5014373","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c38ff0aa5014373","status":"passed","time":{"start":1726218066277,"stop":1726218066277,"duration":0}},{"uid":"cd5d28a65e22cad0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cd5d28a65e22cad0","status":"passed","time":{"start":1726217965300,"stop":1726217965301,"duration":1}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7431e5b235325a1f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7431e5b235325a1f","status":"passed","time":{"start":1726218651144,"stop":1726218651145,"duration":1}},{"uid":"c6c27c1723a57367","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c6c27c1723a57367","status":"passed","time":{"start":1726218550066,"stop":1726218550066,"duration":0}},{"uid":"4c22b3d5c5aabacb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c22b3d5c5aabacb","status":"passed","time":{"start":1726217804580,"stop":1726217804581,"duration":1}},{"uid":"7b0c09bd5f333c7f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7b0c09bd5f333c7f","status":"passed","time":{"start":1726217733943,"stop":1726217733944,"duration":1}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d506d7b0fe02227","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2d506d7b0fe02227","status":"passed","time":{"start":1726218304291,"stop":1726218304291,"duration":0}},{"uid":"11e734ddfba0f181","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/11e734ddfba0f181","status":"passed","time":{"start":1726218209340,"stop":1726218209341,"duration":1}},{"uid":"3c6dec6cecbef14e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3c6dec6cecbef14e","status":"passed","time":{"start":1726217462725,"stop":1726217462726,"duration":1}},{"uid":"a261bc7ad7a59e8d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a261bc7ad7a59e8d","status":"passed","time":{"start":1726217404276,"stop":1726217404276,"duration":0}}]},"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cab66ddbef3931e5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cab66ddbef3931e5","status":"passed","time":{"start":1726218283076,"stop":1726218283077,"duration":1}},{"uid":"1c5ec3e470491453","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c5ec3e470491453","status":"passed","time":{"start":1726218188579,"stop":1726218188579,"duration":0}},{"uid":"a81da45f4f55371c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a81da45f4f55371c","status":"passed","time":{"start":1726217441538,"stop":1726217441538,"duration":0}},{"uid":"831aa3e8c6e4411e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/831aa3e8c6e4411e","status":"passed","time":{"start":1726217383206,"stop":1726217383206,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"266bb90f55b69b00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/266bb90f55b69b00","status":"passed","time":{"start":1726218863012,"stop":1726218863012,"duration":0}},{"uid":"4ba343f9cbe4ff8b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ba343f9cbe4ff8b","status":"passed","time":{"start":1726218781384,"stop":1726218781386,"duration":2}},{"uid":"f31d496356106eef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f31d496356106eef","status":"passed","time":{"start":1726218013700,"stop":1726218013700,"duration":0}},{"uid":"47ca87ba55fcf4b0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/47ca87ba55fcf4b0","status":"passed","time":{"start":1726217945334,"stop":1726217945334,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"36a9d65fe8d21203","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/36a9d65fe8d21203","status":"passed","time":{"start":1726218862988,"stop":1726218862989,"duration":1}},{"uid":"11b86bb42b567e07","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/11b86bb42b567e07","status":"passed","time":{"start":1726218781371,"stop":1726218781373,"duration":2}},{"uid":"643a5ef7efb4579f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/643a5ef7efb4579f","status":"passed","time":{"start":1726218013690,"stop":1726218013690,"duration":0}},{"uid":"571ad5648eabb3b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/571ad5648eabb3b4","status":"passed","time":{"start":1726217945324,"stop":1726217945324,"duration":0}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9b9e36a8109e7f77","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9b9e36a8109e7f77","status":"passed","time":{"start":1726218314721,"stop":1726218314721,"duration":0}},{"uid":"d7d4a1a16c8631ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d7d4a1a16c8631ae","status":"passed","time":{"start":1726218219449,"stop":1726218219450,"duration":1}},{"uid":"4d89793415503f12","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4d89793415503f12","status":"passed","time":{"start":1726217472853,"stop":1726217472853,"duration":0}},{"uid":"d61b996db7356b33","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d61b996db7356b33","status":"passed","time":{"start":1726217414157,"stop":1726217414157,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b90ff6a3ba34e7df","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b90ff6a3ba34e7df","status":"passed","time":{"start":1726218879337,"stop":1726218879337,"duration":0}},{"uid":"b99f762157413da8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b99f762157413da8","status":"passed","time":{"start":1726218787585,"stop":1726218787585,"duration":0}},{"uid":"fa2cf113f4c9e79e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa2cf113f4c9e79e","status":"passed","time":{"start":1726218066296,"stop":1726218066297,"duration":1}},{"uid":"5b5c335e2fd8314d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5b5c335e2fd8314d","status":"passed","time":{"start":1726217965316,"stop":1726217965317,"duration":1}}]},"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9a88cff180059b47","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9a88cff180059b47","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"duration":0}},{"uid":"cc600431f2ae4ce9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc600431f2ae4ce9","status":"passed","time":{"start":1726218188602,"stop":1726218188602,"duration":0}},{"uid":"bc6687a77da92d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bc6687a77da92d","status":"passed","time":{"start":1726217441566,"stop":1726217441566,"duration":0}},{"uid":"24b3d91356070529","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/24b3d91356070529","status":"passed","time":{"start":1726217383228,"stop":1726217383229,"duration":1}}]},"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1baa0b027f6e22cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1baa0b027f6e22cd","status":"passed","time":{"start":1726218283085,"stop":1726218283085,"duration":0}},{"uid":"cbd016be3564a752","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cbd016be3564a752","status":"passed","time":{"start":1726218188587,"stop":1726218188587,"duration":0}},{"uid":"7b310b936cdc7140","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b310b936cdc7140","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"duration":0}},{"uid":"ff259d81516008ba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ff259d81516008ba","status":"passed","time":{"start":1726217383210,"stop":1726217383210,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"89d8e056aa54429a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/89d8e056aa54429a","status":"passed","time":{"start":1726218764107,"stop":1726218764107,"duration":0}},{"uid":"4979c485ca6eda1d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4979c485ca6eda1d","status":"passed","time":{"start":1726218659021,"stop":1726218659021,"duration":0}},{"uid":"d5d71a44591962af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d5d71a44591962af","status":"passed","time":{"start":1726217924753,"stop":1726217924753,"duration":0}},{"uid":"e7ff051997caaa81","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e7ff051997caaa81","status":"passed","time":{"start":1726217840544,"stop":1726217840558,"duration":14}}]},"64b9357d644b3d4796abbba9e121b588:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9aea3c2c6b14dca0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9aea3c2c6b14dca0","status":"passed","time":{"start":1726218039627,"stop":1726218039627,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d00bcdec24b8f361","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d00bcdec24b8f361","status":"passed","time":{"start":1726218551468,"stop":1726218551469,"duration":1}},{"uid":"64d712f27e98333","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/64d712f27e98333","status":"passed","time":{"start":1726218459523,"stop":1726218459523,"duration":0}},{"uid":"351e709b75b9a3f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/351e709b75b9a3f7","status":"passed","time":{"start":1726217705988,"stop":1726217705988,"duration":0}},{"uid":"26d8b82812e58923","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/26d8b82812e58923","status":"passed","time":{"start":1726217650746,"stop":1726217650746,"duration":0}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8a96ed903990d5ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a96ed903990d5ba","status":"passed","time":{"start":1726218863034,"stop":1726218863037,"duration":3}},{"uid":"3e0064a754ba9e64","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e0064a754ba9e64","status":"passed","time":{"start":1726218781390,"stop":1726218781390,"duration":0}},{"uid":"2df5ea4a86c6553b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2df5ea4a86c6553b","status":"passed","time":{"start":1726218013719,"stop":1726218013719,"duration":0}},{"uid":"cdfe9cbb18fe0723","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cdfe9cbb18fe0723","status":"passed","time":{"start":1726217945338,"stop":1726217945339,"duration":1}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bef91994bd59cb08","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bef91994bd59cb08","status":"passed","time":{"start":1726218910985,"stop":1726218910985,"duration":0}},{"uid":"aeea75deebb55466","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/aeea75deebb55466","status":"passed","time":{"start":1726218817594,"stop":1726218817595,"duration":1}},{"uid":"577d01f43f1495bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/577d01f43f1495bd","status":"passed","time":{"start":1726218077305,"stop":1726218077305,"duration":0}},{"uid":"5a349e38129dc3be","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5a349e38129dc3be","status":"passed","time":{"start":1726217991631,"stop":1726217991631,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"be45056cdf2bd94e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be45056cdf2bd94e","status":"passed","time":{"start":1726218316388,"stop":1726218316388,"duration":0}},{"uid":"bced28c954e3994f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bced28c954e3994f","status":"passed","time":{"start":1726218221126,"stop":1726218221126,"duration":0}},{"uid":"f636d4713111fb9c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f636d4713111fb9c","status":"passed","time":{"start":1726217474515,"stop":1726217474516,"duration":1}},{"uid":"682a9cfb36612db5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/682a9cfb36612db5","status":"passed","time":{"start":1726217415843,"stop":1726217415843,"duration":0}}]},"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"963aff1bad69da87","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/963aff1bad69da87","status":"passed","time":{"start":1726218283095,"stop":1726218283095,"duration":0}},{"uid":"e6d0600b5d9f25f4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e6d0600b5d9f25f4","status":"passed","time":{"start":1726218188596,"stop":1726218188596,"duration":0}},{"uid":"a14b3b2df2a62266","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a14b3b2df2a62266","status":"passed","time":{"start":1726217441557,"stop":1726217441557,"duration":0}},{"uid":"a46f48f6c74312b1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a46f48f6c74312b1","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d3cd4738359e9336","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d3cd4738359e9336","status":"passed","time":{"start":1726218903393,"stop":1726218903393,"duration":0}},{"uid":"5c77f244bc9602df","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5c77f244bc9602df","status":"passed","time":{"start":1726218807913,"stop":1726218807913,"duration":0}},{"uid":"379d34be8192b129","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/379d34be8192b129","status":"passed","time":{"start":1726218061979,"stop":1726218061979,"duration":0}},{"uid":"85790f719e42936a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85790f719e42936a","status":"passed","time":{"start":1726217984950,"stop":1726217984950,"duration":0}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2ef92f3f7fabb637","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ef92f3f7fabb637","status":"passed","time":{"start":1726218863004,"stop":1726218863005,"duration":1}},{"uid":"4fa4033660f9555f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4fa4033660f9555f","status":"passed","time":{"start":1726218781382,"stop":1726218781382,"duration":0}},{"uid":"f92f1fd2adc550b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f92f1fd2adc550b5","status":"passed","time":{"start":1726218013697,"stop":1726218013698,"duration":1}},{"uid":"f91aa88f23f63695","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f91aa88f23f63695","status":"passed","time":{"start":1726217945331,"stop":1726217945331,"duration":0}}]},"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ba359e866df63c79","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ba359e866df63c79","status":"passed","time":{"start":1726218583682,"stop":1726218583682,"duration":0}},{"uid":"33b13e0e6ba5159f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/33b13e0e6ba5159f","status":"passed","time":{"start":1726218469201,"stop":1726218469204,"duration":3}},{"uid":"c1ec88ed8f3bfe0a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1ec88ed8f3bfe0a","status":"passed","time":{"start":1726217742497,"stop":1726217742497,"duration":0}},{"uid":"bee2ca595ebc5a0c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bee2ca595ebc5a0c","status":"passed","time":{"start":1726217674282,"stop":1726217674283,"duration":1}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"55f9fa646e0dd750","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55f9fa646e0dd750","status":"passed","time":{"start":1726218283107,"stop":1726218283107,"duration":0}},{"uid":"8b9e1b592e19e5b0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8b9e1b592e19e5b0","status":"passed","time":{"start":1726218188645,"stop":1726218188645,"duration":0}},{"uid":"d2133e128eb437a1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2133e128eb437a1","status":"passed","time":{"start":1726217441572,"stop":1726217441572,"duration":0}},{"uid":"59812b2c57870430","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59812b2c57870430","status":"passed","time":{"start":1726217383355,"stop":1726217383355,"duration":0}}]},"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8767f6023d93d22c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8767f6023d93d22c","status":"passed","time":{"start":1726218283102,"stop":1726218283102,"duration":0}},{"uid":"2e2f249472d28cd7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2e2f249472d28cd7","status":"passed","time":{"start":1726218188602,"stop":1726218188602,"duration":0}},{"uid":"b3ae8490085a1f08","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3ae8490085a1f08","status":"passed","time":{"start":1726217441565,"stop":1726217441565,"duration":0}},{"uid":"805aaf4466474dc7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/805aaf4466474dc7","status":"passed","time":{"start":1726217383228,"stop":1726217383228,"duration":0}}]},"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"242f39cda045a6b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/242f39cda045a6b5","status":"passed","time":{"start":1726218283084,"stop":1726218283084,"duration":0}},{"uid":"a372071243be5d62","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a372071243be5d62","status":"passed","time":{"start":1726218188586,"stop":1726218188586,"duration":0}},{"uid":"1bb51afc11f50d7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1bb51afc11f50d7","status":"passed","time":{"start":1726217441545,"stop":1726217441546,"duration":1}},{"uid":"234d52ec7ab3a3cf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/234d52ec7ab3a3cf","status":"passed","time":{"start":1726217383208,"stop":1726217383209,"duration":1}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fcff9a7b4784bf5e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fcff9a7b4784bf5e","status":"passed","time":{"start":1726218862996,"stop":1726218862997,"duration":1}},{"uid":"fcacbee5e70fb8dc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fcacbee5e70fb8dc","status":"passed","time":{"start":1726218781379,"stop":1726218781379,"duration":0}},{"uid":"f46a65f5ec61cbfc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f46a65f5ec61cbfc","status":"passed","time":{"start":1726218013693,"stop":1726218013694,"duration":1}},{"uid":"4b8b7174342b778d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b8b7174342b778d","status":"passed","time":{"start":1726217945327,"stop":1726217945327,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fe1e0a84badbedc3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fe1e0a84badbedc3","status":"passed","time":{"start":1726218551483,"stop":1726218551484,"duration":1}},{"uid":"afe78f32e2bfe6a5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/afe78f32e2bfe6a5","status":"passed","time":{"start":1726218459535,"stop":1726218459535,"duration":0}},{"uid":"81f573bff6c68007","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/81f573bff6c68007","status":"passed","time":{"start":1726217706001,"stop":1726217706001,"duration":0}},{"uid":"6541f5f5f9c95c86","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6541f5f5f9c95c86","status":"passed","time":{"start":1726217650760,"stop":1726217650760,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"455df162951c1d4d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/455df162951c1d4d","status":"passed","time":{"start":1726218523021,"stop":1726218523022,"duration":1}},{"uid":"8046a509db1bb117","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8046a509db1bb117","status":"passed","time":{"start":1726218422906,"stop":1726218422908,"duration":2}},{"uid":"1916a6e15a70987d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1916a6e15a70987d","status":"passed","time":{"start":1726217687428,"stop":1726217687429,"duration":1}},{"uid":"ca059949986c4775","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ca059949986c4775","status":"passed","time":{"start":1726217604497,"stop":1726217604497,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3fa30fd104654379","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3fa30fd104654379","status":"passed","time":{"start":1726218764089,"stop":1726218764089,"duration":0}},{"uid":"148e70df730b8542","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/148e70df730b8542","status":"passed","time":{"start":1726218659006,"stop":1726218659007,"duration":1}},{"uid":"1b2e1c4a7b630a8f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b2e1c4a7b630a8f","status":"passed","time":{"start":1726217924736,"stop":1726217924736,"duration":0}},{"uid":"93af2f7630c83ca0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/93af2f7630c83ca0","status":"passed","time":{"start":1726217840476,"stop":1726217840476,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"923aae3b3a9413c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/923aae3b3a9413c4","status":"passed","time":{"start":1726218764098,"stop":1726218764099,"duration":1}},{"uid":"9fc439ec00ff23ce","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9fc439ec00ff23ce","status":"passed","time":{"start":1726218659015,"stop":1726218659016,"duration":1}},{"uid":"197144ca192231af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/197144ca192231af","status":"passed","time":{"start":1726217924742,"stop":1726217924743,"duration":1}},{"uid":"cc9c4b6d990c7856","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cc9c4b6d990c7856","status":"passed","time":{"start":1726217840517,"stop":1726217840517,"duration":0}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3a73c3ca1147f4db","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a73c3ca1147f4db","status":"passed","time":{"start":1726218523026,"stop":1726218523026,"duration":0}},{"uid":"29be080f0bcb0f6e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/29be080f0bcb0f6e","status":"passed","time":{"start":1726218422917,"stop":1726218422917,"duration":0}},{"uid":"17a03a2b5c401b50","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/17a03a2b5c401b50","status":"passed","time":{"start":1726217687440,"stop":1726217687440,"duration":0}},{"uid":"61785ca82bdaa1e9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/61785ca82bdaa1e9","status":"passed","time":{"start":1726217604520,"stop":1726217604521,"duration":1}}]},"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d0ab136b203326f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d0ab136b203326f7","status":"passed","time":{"start":1726218447513,"stop":1726218447514,"duration":1}},{"uid":"4dd3d5d0811aad28","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4dd3d5d0811aad28","status":"passed","time":{"start":1726218356742,"stop":1726218356742,"duration":0}},{"uid":"551ba36438126053","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/551ba36438126053","status":"passed","time":{"start":1726217603243,"stop":1726217603244,"duration":1}},{"uid":"507fbce6c4dbb1f7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/507fbce6c4dbb1f7","status":"passed","time":{"start":1726217544017,"stop":1726217544017,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a4cd70fae6049169","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a4cd70fae6049169","status":"passed","time":{"start":1726218523018,"stop":1726218523019,"duration":1}},{"uid":"30fd48552b43f4a9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/30fd48552b43f4a9","status":"passed","time":{"start":1726218422903,"stop":1726218422903,"duration":0}},{"uid":"5006e955dc9c9c9f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5006e955dc9c9c9f","status":"passed","time":{"start":1726217687426,"stop":1726217687426,"duration":0}},{"uid":"9918fe9c2194f93a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9918fe9c2194f93a","status":"passed","time":{"start":1726217604493,"stop":1726217604495,"duration":2}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3086fdbd690978db","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3086fdbd690978db","status":"passed","time":{"start":1726218651147,"stop":1726218651147,"duration":0}},{"uid":"7de2357b9e70c4d8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7de2357b9e70c4d8","status":"passed","time":{"start":1726218550067,"stop":1726218550067,"duration":0}},{"uid":"dd7a24a69db17bec","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd7a24a69db17bec","status":"passed","time":{"start":1726217804582,"stop":1726217804583,"duration":1}},{"uid":"22fb661e12fb929c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/22fb661e12fb929c","status":"passed","time":{"start":1726217733947,"stop":1726217733948,"duration":1}}]},"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e1257e39e3e11b97","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e1257e39e3e11b97","status":"passed","time":{"start":1726218447521,"stop":1726218447522,"duration":1}},{"uid":"1aba56ee765fd733","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1aba56ee765fd733","status":"passed","time":{"start":1726218356743,"stop":1726218356744,"duration":1}},{"uid":"25240476a78d2eb7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/25240476a78d2eb7","status":"passed","time":{"start":1726217603245,"stop":1726217603246,"duration":1}},{"uid":"8daac96fc93489dd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8daac96fc93489dd","status":"passed","time":{"start":1726217544018,"stop":1726217544018,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c1cfba753f944e73","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1cfba753f944e73","status":"passed","time":{"start":1726218788037,"stop":1726218788037,"duration":0}},{"uid":"bf50fa3e33cc1978","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf50fa3e33cc1978","status":"passed","time":{"start":1726218685053,"stop":1726218685054,"duration":1}},{"uid":"2453f8230b03b9c5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2453f8230b03b9c5","status":"passed","time":{"start":1726217960214,"stop":1726217960214,"duration":0}},{"uid":"f79fda6e1a99f34b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f79fda6e1a99f34b","status":"passed","time":{"start":1726217875230,"stop":1726217875230,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a44b2234134bccdb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a44b2234134bccdb","status":"passed","time":{"start":1726218291662,"stop":1726218291663,"duration":1}},{"uid":"894d90f1b5f496bd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/894d90f1b5f496bd","status":"passed","time":{"start":1726218197001,"stop":1726218197004,"duration":3}},{"uid":"922b257d671f8e2b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/922b257d671f8e2b","status":"passed","time":{"start":1726217450198,"stop":1726217450199,"duration":1}},{"uid":"59918777f4061001","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59918777f4061001","status":"passed","time":{"start":1726217391850,"stop":1726217391851,"duration":1}}]},"c7a8d2a86abbec6c2530d78c01296d13:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c9e33ea7544ef07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6c9e33ea7544ef07","status":"passed","time":{"start":1726217616845,"stop":1726217616845,"duration":0}}]},"362a0f31a553140107c5b56b426cc0bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b62bbaf200d2c22a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b62bbaf200d2c22a","status":"passed","time":{"start":1726218863181,"stop":1726218863182,"duration":1}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2c17fa7af210c2ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2c17fa7af210c2ed","status":"passed","time":{"start":1726218375495,"stop":1726218375495,"duration":0}},{"uid":"e06747fa9baa816a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e06747fa9baa816a","status":"passed","time":{"start":1726218279695,"stop":1726218279705,"duration":10}},{"uid":"c90efd07154d8cdd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c90efd07154d8cdd","status":"passed","time":{"start":1726217533048,"stop":1726217533049,"duration":1}},{"uid":"1f40670a239a2825","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f40670a239a2825","status":"passed","time":{"start":1726217474967,"stop":1726217474967,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9f97a8a2c80b922","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e9f97a8a2c80b922","status":"passed","time":{"start":1726218510988,"stop":1726218510988,"duration":0}},{"uid":"7f2e8d0bbab917eb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7f2e8d0bbab917eb","status":"passed","time":{"start":1726218417153,"stop":1726218417154,"duration":1}},{"uid":"c8c20720b51b9384","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c8c20720b51b9384","status":"passed","time":{"start":1726217677843,"stop":1726217677843,"duration":0}},{"uid":"4860c903cc6c1dde","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4860c903cc6c1dde","status":"passed","time":{"start":1726217616846,"stop":1726217616846,"duration":0}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"39814480964ff045","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39814480964ff045","status":"passed","time":{"start":1726218812465,"stop":1726218812465,"duration":0}},{"uid":"bbd3a82e04e9fa68","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bbd3a82e04e9fa68","status":"passed","time":{"start":1726218708385,"stop":1726218708389,"duration":4}},{"uid":"c213072de9dc0c33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c213072de9dc0c33","status":"passed","time":{"start":1726217980036,"stop":1726217980036,"duration":0}},{"uid":"ddcf03a87b5a945b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ddcf03a87b5a945b","status":"passed","time":{"start":1726217896498,"stop":1726217896498,"duration":0}}]},"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0b0b4693a4a4045","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0b0b4693a4a4045","status":"passed","time":{"start":1726218283098,"stop":1726218283098,"duration":0}},{"uid":"c90c41cfdd0e2742","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c90c41cfdd0e2742","status":"passed","time":{"start":1726218188598,"stop":1726218188598,"duration":0}},{"uid":"f3ab7663c2e446a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3ab7663c2e446a6","status":"passed","time":{"start":1726217441560,"stop":1726217441561,"duration":1}},{"uid":"339971bf67cb374","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/339971bf67cb374","status":"passed","time":{"start":1726217383222,"stop":1726217383223,"duration":1}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"846aaae332105dd2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/846aaae332105dd2","status":"passed","time":{"start":1726218316387,"stop":1726218316388,"duration":1}},{"uid":"4db848c2ff2d3574","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4db848c2ff2d3574","status":"passed","time":{"start":1726218221126,"stop":1726218221126,"duration":0}},{"uid":"4a4f07f2b8c27639","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4a4f07f2b8c27639","status":"passed","time":{"start":1726217474515,"stop":1726217474515,"duration":0}},{"uid":"95b1e428fe5ec40e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/95b1e428fe5ec40e","status":"passed","time":{"start":1726217415843,"stop":1726217415843,"duration":0}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"810efcac150e5599","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/810efcac150e5599","status":"passed","time":{"start":1726218778287,"stop":1726218778287,"duration":0}},{"uid":"19144888d2998b7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/19144888d2998b7","status":"passed","time":{"start":1726218673562,"stop":1726218673563,"duration":1}},{"uid":"68d994220f4dfbf0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68d994220f4dfbf0","status":"passed","time":{"start":1726217946741,"stop":1726217946741,"duration":0}},{"uid":"15daccea994ffebf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15daccea994ffebf","status":"passed","time":{"start":1726217862792,"stop":1726217862793,"duration":1}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1b5000687e8558a2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b5000687e8558a2","status":"passed","time":{"start":1726218764087,"stop":1726218764087,"duration":0}},{"uid":"6adbaa5601ea73dd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6adbaa5601ea73dd","status":"passed","time":{"start":1726218659003,"stop":1726218659004,"duration":1}},{"uid":"1a1f796910147395","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a1f796910147395","status":"passed","time":{"start":1726217924733,"stop":1726217924733,"duration":0}},{"uid":"f478ff3b555fd3f5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f478ff3b555fd3f5","status":"passed","time":{"start":1726217840473,"stop":1726217840474,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1730e8abc22ba6af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1730e8abc22ba6af","status":"passed","time":{"start":1726218291659,"stop":1726218291659,"duration":0}},{"uid":"1f87875257c2be02","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1f87875257c2be02","status":"passed","time":{"start":1726218196997,"stop":1726218196998,"duration":1}},{"uid":"621ee226953d1393","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/621ee226953d1393","status":"passed","time":{"start":1726217450195,"stop":1726217450195,"duration":0}},{"uid":"e4eeff4655c4509","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4eeff4655c4509","status":"passed","time":{"start":1726217391847,"stop":1726217391847,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2e52da3a43f57646","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e52da3a43f57646","status":"passed","time":{"start":1726218879361,"stop":1726218879361,"duration":0}},{"uid":"ca311a50fc075c8e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca311a50fc075c8e","status":"passed","time":{"start":1726218787591,"stop":1726218787591,"duration":0}},{"uid":"4ee788b0252cc28","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4ee788b0252cc28","status":"passed","time":{"start":1726218066307,"stop":1726218066308,"duration":1}},{"uid":"30e79808fbddd3cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/30e79808fbddd3cc","status":"passed","time":{"start":1726217965346,"stop":1726217965346,"duration":0}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"93c9492b956e5270","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/93c9492b956e5270","status":"passed","time":{"start":1726218926397,"stop":1726218926397,"duration":0}},{"uid":"c1bb61d2885af810","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c1bb61d2885af810","status":"passed","time":{"start":1726218833199,"stop":1726218833200,"duration":1}},{"uid":"55fd22a56b8d7dbe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55fd22a56b8d7dbe","status":"passed","time":{"start":1726218095394,"stop":1726218095395,"duration":1}},{"uid":"978b786851cf7c9f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/978b786851cf7c9f","status":"passed","time":{"start":1726218006963,"stop":1726218006963,"duration":0}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"11bb16190aff82a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/11bb16190aff82a0","status":"passed","time":{"start":1726218308584,"stop":1726218308584,"duration":0}},{"uid":"54148a593bb5ec24","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/54148a593bb5ec24","status":"passed","time":{"start":1726218213410,"stop":1726218213411,"duration":1}},{"uid":"2adf33f424ca7d2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2adf33f424ca7d2","status":"passed","time":{"start":1726217466678,"stop":1726217466678,"duration":0}},{"uid":"f4d2dd2b55f4ca31","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f4d2dd2b55f4ca31","status":"passed","time":{"start":1726217408298,"stop":1726217408298,"duration":0}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e6f11950d6329e52","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e6f11950d6329e52","status":"passed","time":{"start":1726218791623,"stop":1726218791623,"duration":0}},{"uid":"6626ac755b0b5b89","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6626ac755b0b5b89","status":"passed","time":{"start":1726218683565,"stop":1726218683565,"duration":0}},{"uid":"b7e60c0b1bbea68e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b7e60c0b1bbea68e","status":"passed","time":{"start":1726217949327,"stop":1726217949327,"duration":0}},{"uid":"2bc74a7b1e7ef9e4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2bc74a7b1e7ef9e4","status":"passed","time":{"start":1726217865177,"stop":1726217865177,"duration":0}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eba258a384c92f41","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eba258a384c92f41","status":"passed","time":{"start":1726218412658,"stop":1726218412658,"duration":0}},{"uid":"7869c1d98714a4ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7869c1d98714a4ae","status":"passed","time":{"start":1726218318091,"stop":1726218318091,"duration":0}},{"uid":"7cdef3f24d19e5ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7cdef3f24d19e5ba","status":"passed","time":{"start":1726217567475,"stop":1726217567475,"duration":0}},{"uid":"8df68db59501e3f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8df68db59501e3f6","status":"passed","time":{"start":1726217508421,"stop":1726217508421,"duration":0}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3fab50f38a5b2986","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3fab50f38a5b2986","status":"passed","time":{"start":1726218764097,"stop":1726218764097,"duration":0}},{"uid":"34b086567c37ee8a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/34b086567c37ee8a","status":"passed","time":{"start":1726218659012,"stop":1726218659013,"duration":1}},{"uid":"db665e1deda8b2a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/db665e1deda8b2a0","status":"passed","time":{"start":1726217924740,"stop":1726217924740,"duration":0}},{"uid":"5c44e57d3ee4e0f1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5c44e57d3ee4e0f1","status":"passed","time":{"start":1726217840515,"stop":1726217840515,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e7e9d45a8b18dfc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e7e9d45a8b18dfc","status":"passed","time":{"start":1726218778284,"stop":1726218778286,"duration":2}},{"uid":"2fd11d50dcd15b3d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fd11d50dcd15b3d","status":"passed","time":{"start":1726218673562,"stop":1726218673562,"duration":0}},{"uid":"f5be96194f8f36d4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f5be96194f8f36d4","status":"passed","time":{"start":1726217946740,"stop":1726217946740,"duration":0}},{"uid":"32ffe9c42c7b762d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/32ffe9c42c7b762d","status":"passed","time":{"start":1726217862790,"stop":1726217862791,"duration":1}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"670d220e99987e32","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/670d220e99987e32","status":"passed","time":{"start":1726218342869,"stop":1726218342869,"duration":0}},{"uid":"521ee442ae780296","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/521ee442ae780296","status":"passed","time":{"start":1726218246380,"stop":1726218246381,"duration":1}},{"uid":"e8a1715df07ca485","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e8a1715df07ca485","status":"passed","time":{"start":1726217500282,"stop":1726217500285,"duration":3}},{"uid":"f1952d222f063439","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f1952d222f063439","status":"passed","time":{"start":1726217441998,"stop":1726217441999,"duration":1}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"228046c05b3abe0e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/228046c05b3abe0e","status":"passed","time":{"start":1726218345025,"stop":1726218345026,"duration":1}},{"uid":"496376a4f0deaa5a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/496376a4f0deaa5a","status":"passed","time":{"start":1726218250218,"stop":1726218250220,"duration":2}},{"uid":"8fa845975c176d82","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8fa845975c176d82","status":"passed","time":{"start":1726217507037,"stop":1726217507038,"duration":1}},{"uid":"9ad7b6ed4b47a414","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9ad7b6ed4b47a414","status":"passed","time":{"start":1726217445600,"stop":1726217445601,"duration":1}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e05a1e32810214e8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e05a1e32810214e8","status":"passed","time":{"start":1726218412654,"stop":1726218412655,"duration":1}},{"uid":"63b193de6c87d2ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/63b193de6c87d2ba","status":"passed","time":{"start":1726218318078,"stop":1726218318080,"duration":2}},{"uid":"83fc48cd9502e5ce","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/83fc48cd9502e5ce","status":"passed","time":{"start":1726217567470,"stop":1726217567471,"duration":1}},{"uid":"6a26074904cf9ca2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a26074904cf9ca2","status":"passed","time":{"start":1726217508416,"stop":1726217508417,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b984638101a2885","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b984638101a2885","status":"passed","time":{"start":1726218291668,"stop":1726218291668,"duration":0}},{"uid":"1ac63df63e2cada8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ac63df63e2cada8","status":"passed","time":{"start":1726218197006,"stop":1726218197006,"duration":0}},{"uid":"833526ba1cdb55de","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/833526ba1cdb55de","status":"passed","time":{"start":1726217450205,"stop":1726217450205,"duration":0}},{"uid":"ac7986a7243e720f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac7986a7243e720f","status":"passed","time":{"start":1726217391856,"stop":1726217391856,"duration":0}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9cf61ea12f74a1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e9cf61ea12f74a1","status":"passed","time":{"start":1726218764104,"stop":1726218764105,"duration":1}},{"uid":"c95cc31f49d1ac3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c95cc31f49d1ac3","status":"passed","time":{"start":1726218659019,"stop":1726218659019,"duration":0}},{"uid":"edda3e06ccbd69e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/edda3e06ccbd69e","status":"passed","time":{"start":1726217924745,"stop":1726217924746,"duration":1}},{"uid":"5f64eb5ccc4bdf4e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5f64eb5ccc4bdf4e","status":"passed","time":{"start":1726217840542,"stop":1726217840542,"duration":0}}]},"e32cadba24df483d7615561d82bbe946:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab2fae814c5eb696","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ab2fae814c5eb696","status":"passed","time":{"start":1726218863050,"stop":1726218863052,"duration":2}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d499585bbf37519","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2d499585bbf37519","status":"passed","time":{"start":1726218314723,"stop":1726218314723,"duration":0}},{"uid":"cbccf4660ff1e879","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cbccf4660ff1e879","status":"passed","time":{"start":1726218219452,"stop":1726218219452,"duration":0}},{"uid":"f951cc8dcef3d65c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f951cc8dcef3d65c","status":"passed","time":{"start":1726217472856,"stop":1726217472857,"duration":1}},{"uid":"7f3b749a0a4e3c28","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f3b749a0a4e3c28","status":"passed","time":{"start":1726217414159,"stop":1726217414160,"duration":1}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"14b5e88aa3f92da","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/14b5e88aa3f92da","status":"passed","time":{"start":1726218523021,"stop":1726218523021,"duration":0}},{"uid":"8bb966dc004370e8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8bb966dc004370e8","status":"passed","time":{"start":1726218422905,"stop":1726218422905,"duration":0}},{"uid":"5c361733fd3667b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5c361733fd3667b5","status":"passed","time":{"start":1726217687428,"stop":1726217687428,"duration":0}},{"uid":"b221113eacfee29f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b221113eacfee29f","status":"passed","time":{"start":1726217604497,"stop":1726217604497,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"819de4df883467af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/819de4df883467af","status":"passed","time":{"start":1726218319680,"stop":1726218319680,"duration":0}},{"uid":"f06bcd697f749592","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f06bcd697f749592","status":"passed","time":{"start":1726218224408,"stop":1726218224408,"duration":0}},{"uid":"129712e73ee93a04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/129712e73ee93a04","status":"passed","time":{"start":1726217477826,"stop":1726217477826,"duration":0}},{"uid":"2bf013422fd50d54","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2bf013422fd50d54","status":"passed","time":{"start":1726217419063,"stop":1726217419063,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2cf8b78169da3cf9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2cf8b78169da3cf9","status":"passed","time":{"start":1726218879287,"stop":1726218879287,"duration":0}},{"uid":"b7445585c33f8e4a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b7445585c33f8e4a","status":"passed","time":{"start":1726218787572,"stop":1726218787572,"duration":0}},{"uid":"a2831c813634ca9b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2831c813634ca9b","status":"passed","time":{"start":1726218066274,"stop":1726218066274,"duration":0}},{"uid":"eea664d46f79d0a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eea664d46f79d0a4","status":"passed","time":{"start":1726217965297,"stop":1726217965298,"duration":1}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9c4f8358d2363793","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c4f8358d2363793","status":"passed","time":{"start":1726218345027,"stop":1726218345027,"duration":0}},{"uid":"4476aacf55f00e07","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4476aacf55f00e07","status":"passed","time":{"start":1726218250220,"stop":1726218250221,"duration":1}},{"uid":"94ea7fb02ebdb117","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/94ea7fb02ebdb117","status":"passed","time":{"start":1726217507038,"stop":1726217507039,"duration":1}},{"uid":"da1d47c70226dd7b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/da1d47c70226dd7b","status":"passed","time":{"start":1726217445601,"stop":1726217445615,"duration":14}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"690d8d2ed75c41be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/690d8d2ed75c41be","status":"passed","time":{"start":1726218806766,"stop":1726218806767,"duration":1}},{"uid":"42eaf2f28145e2e6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/42eaf2f28145e2e6","status":"passed","time":{"start":1726218706748,"stop":1726218706749,"duration":1}},{"uid":"55a65680c90a88e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55a65680c90a88e7","status":"passed","time":{"start":1726217976622,"stop":1726217976623,"duration":1}},{"uid":"19cb1db945b11e2c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/19cb1db945b11e2c","status":"passed","time":{"start":1726217890303,"stop":1726217890303,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2e90ee09a7ffa8b9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e90ee09a7ffa8b9","status":"passed","time":{"start":1726218879331,"stop":1726218879331,"duration":0}},{"uid":"7bf0737ea916e3f6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7bf0737ea916e3f6","status":"passed","time":{"start":1726218787580,"stop":1726218787581,"duration":1}},{"uid":"bf79c5635140e55b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bf79c5635140e55b","status":"passed","time":{"start":1726218066287,"stop":1726218066287,"duration":0}},{"uid":"1bdcc5c117b2f01c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1bdcc5c117b2f01c","status":"passed","time":{"start":1726217965310,"stop":1726217965310,"duration":0}}]},"4f2f52c038bb199a9f35671dc4756ae6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb50231047495df1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb50231047495df1","status":"passed","time":{"start":1726218011623,"stop":1726218011624,"duration":1}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"81426c59ed6fd194","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/81426c59ed6fd194","status":"passed","time":{"start":1726218689008,"stop":1726218689010,"duration":2}},{"uid":"f23f3e1286e55231","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f23f3e1286e55231","status":"passed","time":{"start":1726218597577,"stop":1726218597578,"duration":1}},{"uid":"7a8433e86cab8872","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7a8433e86cab8872","status":"passed","time":{"start":1726217848421,"stop":1726217848421,"duration":0}},{"uid":"67ae3624c9fcfd9a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/67ae3624c9fcfd9a","status":"passed","time":{"start":1726217774671,"stop":1726217774675,"duration":4}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e19e7dbaf9afd4d3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e19e7dbaf9afd4d3","status":"passed","time":{"start":1726218304470,"stop":1726218304470,"duration":0}},{"uid":"22ded3534b56c279","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/22ded3534b56c279","status":"passed","time":{"start":1726218209565,"stop":1726218209565,"duration":0}},{"uid":"bc42a85f29c1e597","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bc42a85f29c1e597","status":"passed","time":{"start":1726217463040,"stop":1726217463041,"duration":1}},{"uid":"3ef44cc1fdcf7f1e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3ef44cc1fdcf7f1e","status":"passed","time":{"start":1726217404607,"stop":1726217404607,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e5ae7cf2dffd4dfd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5ae7cf2dffd4dfd","status":"passed","time":{"start":1726218510982,"stop":1726218510983,"duration":1}},{"uid":"1c01d07eb6f2c8d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c01d07eb6f2c8d","status":"passed","time":{"start":1726218417151,"stop":1726218417151,"duration":0}},{"uid":"743618d37056dc7e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/743618d37056dc7e","status":"passed","time":{"start":1726217677826,"stop":1726217677827,"duration":1}},{"uid":"6ddb7b9421b4a6f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6ddb7b9421b4a6f3","status":"passed","time":{"start":1726217616844,"stop":1726217616844,"duration":0}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a0f3c82194f2aa3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a0f3c82194f2aa3","status":"passed","time":{"start":1726218956166,"stop":1726218956167,"duration":1}},{"uid":"6ea3c03c79b191ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6ea3c03c79b191ab","status":"passed","time":{"start":1726218868913,"stop":1726218868913,"duration":0}},{"uid":"a2bd097e0388c856","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2bd097e0388c856","status":"passed","time":{"start":1726218139625,"stop":1726218139625,"duration":0}},{"uid":"ae3327f57b9c051f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ae3327f57b9c051f","status":"passed","time":{"start":1726218051436,"stop":1726218051436,"duration":0}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8ff2b856f90d45d7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8ff2b856f90d45d7","status":"passed","time":{"start":1726218302904,"stop":1726218302904,"duration":0}},{"uid":"9a13ffae45179ec1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9a13ffae45179ec1","status":"passed","time":{"start":1726218208238,"stop":1726218208238,"duration":0}},{"uid":"71d198a213384c02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71d198a213384c02","status":"passed","time":{"start":1726217461853,"stop":1726217461853,"duration":0}},{"uid":"e21b56612f08202d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e21b56612f08202d","status":"passed","time":{"start":1726217403236,"stop":1726217403236,"duration":0}}]},"3f3fdd0f17e805c2e0f6beef8ccb5084:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7369b2cfed18dbc5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7369b2cfed18dbc5","status":"passed","time":{"start":1726218669780,"stop":1726218669781,"duration":1}},{"uid":"2129598bd46d2821","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2129598bd46d2821","status":"passed","time":{"start":1726218612987,"stop":1726218612988,"duration":1}},{"uid":"f94d798aba06a946","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f94d798aba06a946","status":"passed","time":{"start":1726217868256,"stop":1726217868257,"duration":1}},{"uid":"7a6c2c17b346ba0a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7a6c2c17b346ba0a","status":"passed","time":{"start":1726217785181,"stop":1726217785182,"duration":1}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"685bba1c4f83f405","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/685bba1c4f83f405","status":"passed","time":{"start":1726218956167,"stop":1726218956168,"duration":1}},{"uid":"2b4363fd84b67673","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2b4363fd84b67673","status":"passed","time":{"start":1726218868913,"stop":1726218868914,"duration":1}},{"uid":"157d554266efcd8e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/157d554266efcd8e","status":"passed","time":{"start":1726218139625,"stop":1726218139626,"duration":1}},{"uid":"7ca07c7dde6df74d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7ca07c7dde6df74d","status":"passed","time":{"start":1726218051437,"stop":1726218051437,"duration":0}}]},"3701393d88c2e4dfb99a1d535ef8bcfc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"31c339942342c875","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/31c339942342c875","status":"passed","time":{"start":1726217946744,"stop":1726217946744,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eac01216bc0b14a3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eac01216bc0b14a3","status":"passed","time":{"start":1726218764088,"stop":1726218764088,"duration":0}},{"uid":"e02b3f7359176825","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e02b3f7359176825","status":"passed","time":{"start":1726218659006,"stop":1726218659006,"duration":0}},{"uid":"663f441ba2161d95","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/663f441ba2161d95","status":"passed","time":{"start":1726217924735,"stop":1726217924736,"duration":1}},{"uid":"19b800067d1d62d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/19b800067d1d62d7","status":"passed","time":{"start":1726217840476,"stop":1726217840476,"duration":0}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"badc7180b5054787","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/badc7180b5054787","status":"passed","time":{"start":1726218342872,"stop":1726218342872,"duration":0}},{"uid":"416c45f701a5aa9e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/416c45f701a5aa9e","status":"passed","time":{"start":1726218246384,"stop":1726218246384,"duration":0}},{"uid":"c6a0aaa5fd2f1950","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c6a0aaa5fd2f1950","status":"passed","time":{"start":1726217500291,"stop":1726217500292,"duration":1}},{"uid":"9fc18cd37afd70da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9fc18cd37afd70da","status":"passed","time":{"start":1726217442001,"stop":1726217442001,"duration":0}}]},"189d747e0c0863c869fa4c24c6922dac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96458131246d2fd1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/96458131246d2fd1","status":"passed","time":{"start":1726218748392,"stop":1726218748396,"duration":4}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"438633ae63c5c79f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/438633ae63c5c79f","status":"passed","time":{"start":1726218551487,"stop":1726218551487,"duration":0}},{"uid":"c094a84bebdfa09c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c094a84bebdfa09c","status":"passed","time":{"start":1726218459537,"stop":1726218459537,"duration":0}},{"uid":"916f4fe4fc4b1b3e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/916f4fe4fc4b1b3e","status":"passed","time":{"start":1726217706005,"stop":1726217706005,"duration":0}},{"uid":"745293e32b41ecf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/745293e32b41ecf","status":"passed","time":{"start":1726217650762,"stop":1726217650762,"duration":0}}]},"3a7572093e3b3731e2f5ad837294ce98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"575f5f1a89a5a265","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/575f5f1a89a5a265","status":"passed","time":{"start":1726218039628,"stop":1726218039628,"duration":0}}]},"6c90582fdc48e1a1d7577cc7f348964b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b40cc9cbef911cb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3b40cc9cbef911cb","status":"passed","time":{"start":1726217952881,"stop":1726217952882,"duration":1}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4ff3780af93403cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4ff3780af93403cb","status":"passed","time":{"start":1726218304533,"stop":1726218304534,"duration":1}},{"uid":"525d7cff246021bc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/525d7cff246021bc","status":"passed","time":{"start":1726218209371,"stop":1726218209371,"duration":0}},{"uid":"6f4c9124210afede","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f4c9124210afede","status":"passed","time":{"start":1726217462331,"stop":1726217462332,"duration":1}},{"uid":"2360914abd7e54d0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2360914abd7e54d0","status":"passed","time":{"start":1726217404185,"stop":1726217404186,"duration":1}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2ab6b3c7a9eaa6be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ab6b3c7a9eaa6be","status":"passed","time":{"start":1726218764105,"stop":1726218764106,"duration":1}},{"uid":"1c47469154557946","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c47469154557946","status":"passed","time":{"start":1726218659020,"stop":1726218659020,"duration":0}},{"uid":"1d87b66ed1f7f3d1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d87b66ed1f7f3d1","status":"passed","time":{"start":1726217924752,"stop":1726217924752,"duration":0}},{"uid":"8023eebb9456ba5e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8023eebb9456ba5e","status":"passed","time":{"start":1726217840543,"stop":1726217840543,"duration":0}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e0ab9090bd91daec","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0ab9090bd91daec","status":"passed","time":{"start":1726218651143,"stop":1726218651143,"duration":0}},{"uid":"52508b15d22a620e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52508b15d22a620e","status":"passed","time":{"start":1726218550064,"stop":1726218550064,"duration":0}},{"uid":"394d8788832ad6a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/394d8788832ad6a8","status":"passed","time":{"start":1726217804575,"stop":1726217804575,"duration":0}},{"uid":"1b17c8f499cc26b7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1b17c8f499cc26b7","status":"passed","time":{"start":1726217733941,"stop":1726217733942,"duration":1}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d0cd26129df832c2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d0cd26129df832c2","status":"passed","time":{"start":1726218291084,"stop":1726218291084,"duration":0}},{"uid":"858825b2473d76f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/858825b2473d76f8","status":"passed","time":{"start":1726218196350,"stop":1726218196350,"duration":0}},{"uid":"c1475a358e355104","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1475a358e355104","status":"passed","time":{"start":1726217449483,"stop":1726217449483,"duration":0}},{"uid":"803e7bc01ae791a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/803e7bc01ae791a","status":"passed","time":{"start":1726217391254,"stop":1726217391254,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dce1bd48bcacab17","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dce1bd48bcacab17","status":"passed","time":{"start":1726218863013,"stop":1726218863013,"duration":0}},{"uid":"6134b8fab2af38f3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6134b8fab2af38f3","status":"passed","time":{"start":1726218781387,"stop":1726218781388,"duration":1}},{"uid":"9613918c76680899","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9613918c76680899","status":"passed","time":{"start":1726218013701,"stop":1726218013702,"duration":1}},{"uid":"4c3861dcfb5d0a07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4c3861dcfb5d0a07","status":"passed","time":{"start":1726217945335,"stop":1726217945335,"duration":0}}]},"f4f881c2782d3268a6f52ca6ca8df6ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":3,"unknown":0,"total":4},"items":[{"uid":"9c554a53e44b6523","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c554a53e44b6523","status":"passed","time":{"start":1726218669777,"stop":1726218669777,"duration":0}},{"uid":"a18f09f5e826df98","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a18f09f5e826df98","status":"passed","time":{"start":1726218612973,"stop":1726218612973,"duration":0}},{"uid":"12289a79c2e77653","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/12289a79c2e77653","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1726217868252,"stop":1726217868253,"duration":1}},{"uid":"bdb3557163ccc51","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bdb3557163ccc51","status":"passed","time":{"start":1726217785179,"stop":1726217785179,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b48ef000cdebec5b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b48ef000cdebec5b","status":"passed","time":{"start":1726218863052,"stop":1726218863053,"duration":1}},{"uid":"b13977e2f503c873","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b13977e2f503c873","status":"passed","time":{"start":1726218781395,"stop":1726218781395,"duration":0}},{"uid":"e12b17f9d8cc7435","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e12b17f9d8cc7435","status":"passed","time":{"start":1726218013729,"stop":1726218013730,"duration":1}},{"uid":"4ffc107112c452a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4ffc107112c452a4","status":"passed","time":{"start":1726217945358,"stop":1726217945358,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"11fda5521108ec17","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/11fda5521108ec17","status":"passed","time":{"start":1726218296385,"stop":1726218296386,"duration":1}},{"uid":"3e070503dedd992a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e070503dedd992a","status":"passed","time":{"start":1726218201685,"stop":1726218201685,"duration":0}},{"uid":"60217863f75bfaa2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/60217863f75bfaa2","status":"passed","time":{"start":1726217454966,"stop":1726217454966,"duration":0}},{"uid":"45e3db3a793c5b32","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/45e3db3a793c5b32","status":"passed","time":{"start":1726217396432,"stop":1726217396433,"duration":1}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d47b914c87a04e64","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d47b914c87a04e64","status":"passed","time":{"start":1726218651433,"stop":1726218651433,"duration":0}},{"uid":"4480a512c8a278f9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4480a512c8a278f9","status":"passed","time":{"start":1726218550305,"stop":1726218550306,"duration":1}},{"uid":"44274d34b09f4ce7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/44274d34b09f4ce7","status":"passed","time":{"start":1726217804645,"stop":1726217804645,"duration":0}},{"uid":"c7b20999fbd35fa7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c7b20999fbd35fa7","status":"passed","time":{"start":1726217734028,"stop":1726217734028,"duration":0}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"24b5bee9924ef036","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/24b5bee9924ef036","status":"passed","time":{"start":1726218316387,"stop":1726218316387,"duration":0}},{"uid":"21ebd2e7415fd2f9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/21ebd2e7415fd2f9","status":"passed","time":{"start":1726218221125,"stop":1726218221125,"duration":0}},{"uid":"3e3de8fe60b5e45a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3e3de8fe60b5e45a","status":"passed","time":{"start":1726217474514,"stop":1726217474514,"duration":0}},{"uid":"25895e84ffdfc73e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/25895e84ffdfc73e","status":"passed","time":{"start":1726217415842,"stop":1726217415842,"duration":0}}]},"4f69cadf0368d282ee7ac100b52ecf35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db4c144717750659","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/db4c144717750659","status":"passed","time":{"start":1726217945350,"stop":1726217945357,"duration":7}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"6e4743b017b62a05","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6e4743b017b62a05","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218764114,"stop":1726218764114,"duration":0}},{"uid":"5777d4d749df2788","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5777d4d749df2788","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659029,"stop":1726218659029,"duration":0}},{"uid":"3570f6d576837572","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3570f6d576837572","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924766,"stop":1726217924766,"duration":0}},{"uid":"f42e24f71d6b7e1d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f42e24f71d6b7e1d","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840571,"stop":1726217840571,"duration":0}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a8f32348d07a3cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a8f32348d07a3cd","status":"passed","time":{"start":1726218863012,"stop":1726218863012,"duration":0}},{"uid":"6d9b79b5c142366e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6d9b79b5c142366e","status":"passed","time":{"start":1726218781387,"stop":1726218781387,"duration":0}},{"uid":"c68091fa3992f9d9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c68091fa3992f9d9","status":"passed","time":{"start":1726218013701,"stop":1726218013701,"duration":0}},{"uid":"679040e4bec8700a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/679040e4bec8700a","status":"passed","time":{"start":1726217945334,"stop":1726217945334,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"47a1dd2c7ca4d653","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47a1dd2c7ca4d653","status":"passed","time":{"start":1726218523013,"stop":1726218523013,"duration":0}},{"uid":"9bf3c6335f2b5af9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9bf3c6335f2b5af9","status":"passed","time":{"start":1726218422896,"stop":1726218422896,"duration":0}},{"uid":"d554c82e90c12818","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d554c82e90c12818","status":"passed","time":{"start":1726217687420,"stop":1726217687421,"duration":1}},{"uid":"473edeace670e633","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/473edeace670e633","status":"passed","time":{"start":1726217604486,"stop":1726217604487,"duration":1}}]},"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"39483524198a56c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39483524198a56c1","status":"passed","time":{"start":1726218283077,"stop":1726218283077,"duration":0}},{"uid":"6988e2fc0b4b11d0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6988e2fc0b4b11d0","status":"passed","time":{"start":1726218188579,"stop":1726218188584,"duration":5}},{"uid":"ea09cf19f1ee130c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ea09cf19f1ee130c","status":"passed","time":{"start":1726217441538,"stop":1726217441544,"duration":6}},{"uid":"d44dd78f36eb27c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d44dd78f36eb27c","status":"passed","time":{"start":1726217383206,"stop":1726217383207,"duration":1}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c590568b831649e9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c590568b831649e9","status":"passed","time":{"start":1726218778174,"stop":1726218778184,"duration":10}},{"uid":"ddd0674c90d5709e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ddd0674c90d5709e","status":"passed","time":{"start":1726218673542,"stop":1726218673542,"duration":0}},{"uid":"665413658dfe9f5e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/665413658dfe9f5e","status":"passed","time":{"start":1726217946675,"stop":1726217946676,"duration":1}},{"uid":"c1f0b3986f61a4bf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1f0b3986f61a4bf","status":"passed","time":{"start":1726217862768,"stop":1726217862768,"duration":0}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c16506b4ab53327","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5c16506b4ab53327","status":"passed","time":{"start":1726218793435,"stop":1726218793436,"duration":1}},{"uid":"344d07f9ff33434e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/344d07f9ff33434e","status":"passed","time":{"start":1726218722090,"stop":1726218722095,"duration":5}},{"uid":"b70b5bb13275e661","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b70b5bb13275e661","status":"passed","time":{"start":1726217978667,"stop":1726217978667,"duration":0}},{"uid":"48d0a09d9e594971","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/48d0a09d9e594971","status":"passed","time":{"start":1726217893875,"stop":1726217893875,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"201ae843cffcaf3a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/201ae843cffcaf3a","status":"passed","time":{"start":1726218806759,"stop":1726218806760,"duration":1}},{"uid":"792ff4b4abf4ce24","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/792ff4b4abf4ce24","status":"passed","time":{"start":1726218706741,"stop":1726218706741,"duration":0}},{"uid":"2f19eecf52c8f720","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2f19eecf52c8f720","status":"passed","time":{"start":1726217976606,"stop":1726217976607,"duration":1}},{"uid":"7847a607859577a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7847a607859577a6","status":"passed","time":{"start":1726217890296,"stop":1726217890296,"duration":0}}]},"d2e97794c7f5ef84111f61fe678c37fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f87551eacbaa8c6e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f87551eacbaa8c6e","status":"passed","time":{"start":1726218843767,"stop":1726218843767,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8717e76113565526","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8717e76113565526","status":"passed","time":{"start":1726218291670,"stop":1726218291670,"duration":0}},{"uid":"3bb6c4485ad4d870","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3bb6c4485ad4d870","status":"passed","time":{"start":1726218197009,"stop":1726218197009,"duration":0}},{"uid":"16047adab6dc31ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/16047adab6dc31ca","status":"passed","time":{"start":1726217450207,"stop":1726217450208,"duration":1}},{"uid":"a3d0764ee6882ff9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a3d0764ee6882ff9","status":"passed","time":{"start":1726217391859,"stop":1726217391859,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ce60da307fe11e0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ce60da307fe11e0","status":"passed","time":{"start":1726218291669,"stop":1726218291669,"duration":0}},{"uid":"b8c3e26fc5e9366d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b8c3e26fc5e9366d","status":"passed","time":{"start":1726218197008,"stop":1726218197008,"duration":0}},{"uid":"18983dd94a18de7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18983dd94a18de7","status":"passed","time":{"start":1726217450206,"stop":1726217450207,"duration":1}},{"uid":"c5ee97c480adcb0b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c5ee97c480adcb0b","status":"passed","time":{"start":1726217391858,"stop":1726217391858,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7236d7a09f2b3797","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7236d7a09f2b3797","status":"passed","time":{"start":1726218862994,"stop":1726218862995,"duration":1}},{"uid":"d1ccdd3ed4cbea35","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d1ccdd3ed4cbea35","status":"passed","time":{"start":1726218781378,"stop":1726218781378,"duration":0}},{"uid":"fdda0479736669ef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fdda0479736669ef","status":"passed","time":{"start":1726218013692,"stop":1726218013693,"duration":1}},{"uid":"f7e625de80add99e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f7e625de80add99e","status":"passed","time":{"start":1726217945326,"stop":1726217945327,"duration":1}}]},"f45d19bbbb413bad450fc4cd5ef69216:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e0ee157c8556665","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9e0ee157c8556665","status":"passed","time":{"start":1726218863184,"stop":1726218863184,"duration":0}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"16ec6ecdc63c5290","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/16ec6ecdc63c5290","status":"passed","time":{"start":1726218316387,"stop":1726218316387,"duration":0}},{"uid":"860698c7e357bbf2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/860698c7e357bbf2","status":"passed","time":{"start":1726218221125,"stop":1726218221126,"duration":1}},{"uid":"c764ddbcab5ac74f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c764ddbcab5ac74f","status":"passed","time":{"start":1726217474515,"stop":1726217474515,"duration":0}},{"uid":"eb69a82b0f484e62","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eb69a82b0f484e62","status":"passed","time":{"start":1726217415842,"stop":1726217415843,"duration":1}}]},"d707288a53363dc4640048e4fdfdebd5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3aaa244311e0da59","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3aaa244311e0da59","status":"passed","time":{"start":1726217976611,"stop":1726217976613,"duration":2}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"163e1cb668f80090","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/163e1cb668f80090","status":"passed","time":{"start":1726218778173,"stop":1726218778173,"duration":0}},{"uid":"c55cabc1017649db","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c55cabc1017649db","status":"passed","time":{"start":1726218673540,"stop":1726218673541,"duration":1}},{"uid":"88a4957eb6159ad5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/88a4957eb6159ad5","status":"passed","time":{"start":1726217946673,"stop":1726217946674,"duration":1}},{"uid":"2757dc9662d91a6c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2757dc9662d91a6c","status":"passed","time":{"start":1726217862767,"stop":1726217862767,"duration":0}}]},"40e35ec0e10dfb4b715b9fb00f4656a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef2cd6e362cefa22","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef2cd6e362cefa22","status":"passed","time":{"start":1726218011624,"stop":1726218011625,"duration":1}}]},"7e5dca37c2ca649e07a605fff085f2dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e871defc1b7b0957","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e871defc1b7b0957","status":"passed","time":{"start":1726217952883,"stop":1726217952883,"duration":0}}]},"6d8adb6ca4f65d0bad0dee09275ceb5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c0add770678b73b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c0add770678b73b","status":"passed","time":{"start":1726218765876,"stop":1726218765876,"duration":0}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"df6098d0e12469f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df6098d0e12469f2","status":"passed","time":{"start":1726218296786,"stop":1726218296786,"duration":0}},{"uid":"7ad702d49586f215","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7ad702d49586f215","status":"passed","time":{"start":1726218201912,"stop":1726218201913,"duration":1}},{"uid":"f3834b4837587fd1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3834b4837587fd1","status":"passed","time":{"start":1726217455153,"stop":1726217455153,"duration":0}},{"uid":"1e9b7c153256dc8b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1e9b7c153256dc8b","status":"passed","time":{"start":1726217396842,"stop":1726217396842,"duration":0}}]},"892295af961bb0c160de29d06a237927:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33be19679efe1aaa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/33be19679efe1aaa","status":"passed","time":{"start":1726218011626,"stop":1726218011626,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eb73b67f7b8fbae3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb73b67f7b8fbae3","status":"passed","time":{"start":1726218510968,"stop":1726218510969,"duration":1}},{"uid":"6769093b54bf2319","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6769093b54bf2319","status":"passed","time":{"start":1726218417137,"stop":1726218417138,"duration":1}},{"uid":"591f890830c9edf4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/591f890830c9edf4","status":"passed","time":{"start":1726217677784,"stop":1726217677785,"duration":1}},{"uid":"56302dde65f3b459","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/56302dde65f3b459","status":"passed","time":{"start":1726217616835,"stop":1726217616836,"duration":1}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d7797eec315560e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d7797eec315560e4","status":"passed","time":{"start":1726218788034,"stop":1726218788035,"duration":1}},{"uid":"917bcc19abe98990","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/917bcc19abe98990","status":"passed","time":{"start":1726218685051,"stop":1726218685051,"duration":0}},{"uid":"9f6ad9d0a302fa81","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9f6ad9d0a302fa81","status":"passed","time":{"start":1726217960212,"stop":1726217960212,"duration":0}},{"uid":"245e9037cd62387a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/245e9037cd62387a","status":"passed","time":{"start":1726217875224,"stop":1726217875225,"duration":1}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4e4cda8e9155f72a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4e4cda8e9155f72a","status":"passed","time":{"start":1726218812462,"stop":1726218812463,"duration":1}},{"uid":"682a70137c029098","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/682a70137c029098","status":"passed","time":{"start":1726218708380,"stop":1726218708382,"duration":2}},{"uid":"8a91252486d89c80","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a91252486d89c80","status":"passed","time":{"start":1726217980035,"stop":1726217980035,"duration":0}},{"uid":"b86c618ab3ad21e6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b86c618ab3ad21e6","status":"passed","time":{"start":1726217896496,"stop":1726217896496,"duration":0}}]},"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ceef3fdf5610026","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ceef3fdf5610026","status":"passed","time":{"start":1726218283086,"stop":1726218283086,"duration":0}},{"uid":"d354434a1737d9d6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d354434a1737d9d6","status":"passed","time":{"start":1726218188587,"stop":1726218188587,"duration":0}},{"uid":"3f16e5f1c1705c00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3f16e5f1c1705c00","status":"passed","time":{"start":1726217441548,"stop":1726217441548,"duration":0}},{"uid":"565d0647c6a85aba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/565d0647c6a85aba","status":"passed","time":{"start":1726217383210,"stop":1726217383211,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"495f9ae83ce407e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/495f9ae83ce407e4","status":"passed","time":{"start":1726218296384,"stop":1726218296385,"duration":1}},{"uid":"f7757ee58b91317c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f7757ee58b91317c","status":"passed","time":{"start":1726218201684,"stop":1726218201684,"duration":0}},{"uid":"f667a9aa18932b1f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f667a9aa18932b1f","status":"passed","time":{"start":1726217454965,"stop":1726217454965,"duration":0}},{"uid":"6e2c89319c8caad9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e2c89319c8caad9","status":"passed","time":{"start":1726217396430,"stop":1726217396431,"duration":1}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f4de2b05d1b01c4f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f4de2b05d1b01c4f","status":"passed","time":{"start":1726218291077,"stop":1726218291077,"duration":0}},{"uid":"fe920dae22f8c514","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fe920dae22f8c514","status":"passed","time":{"start":1726218196339,"stop":1726218196340,"duration":1}},{"uid":"55912713e024dcc9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55912713e024dcc9","status":"passed","time":{"start":1726217449467,"stop":1726217449468,"duration":1}},{"uid":"4516283a4ea9ddf5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4516283a4ea9ddf5","status":"passed","time":{"start":1726217391246,"stop":1726217391246,"duration":0}}]},"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5ae26e81ad67ab3e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ae26e81ad67ab3e","status":"passed","time":{"start":1726218583681,"stop":1726218583681,"duration":0}},{"uid":"758e216b7db9eb9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/758e216b7db9eb9","status":"passed","time":{"start":1726218469198,"stop":1726218469201,"duration":3}},{"uid":"135264c5abcb468c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/135264c5abcb468c","status":"passed","time":{"start":1726217742497,"stop":1726217742497,"duration":0}},{"uid":"d9421ab2d2d7d2db","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9421ab2d2d7d2db","status":"passed","time":{"start":1726217674282,"stop":1726217674282,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cbc339e538797e3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cbc339e538797e3","status":"passed","time":{"start":1726218551482,"stop":1726218551482,"duration":0}},{"uid":"4b4cbef28fdb1651","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b4cbef28fdb1651","status":"passed","time":{"start":1726218459534,"stop":1726218459535,"duration":1}},{"uid":"2d61d05e596ee0bb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2d61d05e596ee0bb","status":"passed","time":{"start":1726217706000,"stop":1726217706000,"duration":0}},{"uid":"2d3482a3f894781b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2d3482a3f894781b","status":"passed","time":{"start":1726217650757,"stop":1726217650757,"duration":0}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fd7930b6eebc4ffa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd7930b6eebc4ffa","status":"passed","time":{"start":1726218879360,"stop":1726218879360,"duration":0}},{"uid":"f8ad940931f4ffec","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f8ad940931f4ffec","status":"passed","time":{"start":1726218787589,"stop":1726218787590,"duration":1}},{"uid":"f4046bbb7f92c7c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f4046bbb7f92c7c4","status":"passed","time":{"start":1726218066304,"stop":1726218066305,"duration":1}},{"uid":"55ec187768f05e10","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/55ec187768f05e10","status":"passed","time":{"start":1726217965342,"stop":1726217965345,"duration":3}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f07822f296fda52a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f07822f296fda52a","status":"passed","time":{"start":1726218551469,"stop":1726218551469,"duration":0}},{"uid":"5d575d1aa5976fd6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5d575d1aa5976fd6","status":"passed","time":{"start":1726218459524,"stop":1726218459524,"duration":0}},{"uid":"e4676b067da16ef4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e4676b067da16ef4","status":"passed","time":{"start":1726217705995,"stop":1726217705996,"duration":1}},{"uid":"e76a3fde5e0f6beb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e76a3fde5e0f6beb","status":"passed","time":{"start":1726217650746,"stop":1726217650747,"duration":1}}]},"530e4b6cb1fef92d6a3390ad219aa25a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcd39ff55f2e6eac","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fcd39ff55f2e6eac","status":"passed","time":{"start":1726218765880,"stop":1726218765883,"duration":3}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d203c783679f29f9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d203c783679f29f9","status":"passed","time":{"start":1726218335402,"stop":1726218335402,"duration":0}},{"uid":"3cc99c5e3f194361","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3cc99c5e3f194361","status":"passed","time":{"start":1726218239526,"stop":1726218239527,"duration":1}},{"uid":"fd000a3b6481080d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd000a3b6481080d","status":"passed","time":{"start":1726217493341,"stop":1726217493341,"duration":0}},{"uid":"c6ea362b5d0dc4be","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c6ea362b5d0dc4be","status":"passed","time":{"start":1726217434835,"stop":1726217434836,"duration":1}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ac745da7d2833461","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac745da7d2833461","status":"passed","time":{"start":1726218523026,"stop":1726218523026,"duration":0}},{"uid":"9afbc5548cc963a5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9afbc5548cc963a5","status":"passed","time":{"start":1726218422917,"stop":1726218422917,"duration":0}},{"uid":"ca68ae3dc8e86300","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca68ae3dc8e86300","status":"passed","time":{"start":1726217687439,"stop":1726217687439,"duration":0}},{"uid":"47e96d991d2a2832","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/47e96d991d2a2832","status":"passed","time":{"start":1726217604519,"stop":1726217604520,"duration":1}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"df1d0806687cc5af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df1d0806687cc5af","status":"passed","time":{"start":1726218812481,"stop":1726218812481,"duration":0}},{"uid":"84eb1fb89db3d977","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/84eb1fb89db3d977","status":"passed","time":{"start":1726218708458,"stop":1726218708459,"duration":1}},{"uid":"af16cec20f846056","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af16cec20f846056","status":"passed","time":{"start":1726217980055,"stop":1726217980055,"duration":0}},{"uid":"707af16b220e0ec9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/707af16b220e0ec9","status":"passed","time":{"start":1726217896509,"stop":1726217896509,"duration":0}}]},"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"61f382425504b46a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/61f382425504b46a","status":"passed","time":{"start":1726218283093,"stop":1726218283093,"duration":0}},{"uid":"916da0f35dfeb484","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/916da0f35dfeb484","status":"passed","time":{"start":1726218188594,"stop":1726218188594,"duration":0}},{"uid":"1843b00d8f2bd14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1843b00d8f2bd14","status":"passed","time":{"start":1726217441555,"stop":1726217441555,"duration":0}},{"uid":"27d4e6e58837f035","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/27d4e6e58837f035","status":"passed","time":{"start":1726217383218,"stop":1726217383218,"duration":0}}]},"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1b0ec5f9a42dd98f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b0ec5f9a42dd98f","status":"passed","time":{"start":1726218283083,"stop":1726218283083,"duration":0}},{"uid":"5755e3557c056626","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5755e3557c056626","status":"passed","time":{"start":1726218188585,"stop":1726218188586,"duration":1}},{"uid":"698cea5946ef0424","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/698cea5946ef0424","status":"passed","time":{"start":1726217441545,"stop":1726217441545,"duration":0}},{"uid":"7ec42da006999a8a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7ec42da006999a8a","status":"passed","time":{"start":1726217383208,"stop":1726217383208,"duration":0}}]},"eae010ba79fede5e1501c515d8ed8ede:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"232cd0d147ba7ed9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/232cd0d147ba7ed9","status":"passed","time":{"start":1726218863180,"stop":1726218863180,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aae88a19784e5896","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aae88a19784e5896","status":"passed","time":{"start":1726218909193,"stop":1726218909194,"duration":1}},{"uid":"b6af511727ba8974","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b6af511727ba8974","status":"passed","time":{"start":1726218818264,"stop":1726218818265,"duration":1}},{"uid":"5868e895f3b49a09","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5868e895f3b49a09","status":"passed","time":{"start":1726218085656,"stop":1726218085657,"duration":1}},{"uid":"23dd5a7087c76a6d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/23dd5a7087c76a6d","status":"passed","time":{"start":1726217996427,"stop":1726217996427,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"398784034053f15d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/398784034053f15d","status":"passed","time":{"start":1726218455968,"stop":1726218455968,"duration":0}},{"uid":"2fdb96e16b101035","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fdb96e16b101035","status":"passed","time":{"start":1726218357623,"stop":1726218357623,"duration":0}},{"uid":"9f598f9ebb5059cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9f598f9ebb5059cb","status":"passed","time":{"start":1726217608001,"stop":1726217608002,"duration":1}},{"uid":"388829911390837e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/388829911390837e","status":"passed","time":{"start":1726217547142,"stop":1726217547143,"duration":1}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"55df71f4ea11c8f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55df71f4ea11c8f8","status":"passed","time":{"start":1726218315166,"stop":1726218315167,"duration":1}},{"uid":"e5037428dd3c7495","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e5037428dd3c7495","status":"passed","time":{"start":1726218219854,"stop":1726218219855,"duration":1}},{"uid":"e3a434d551af9d9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3a434d551af9d9a","status":"passed","time":{"start":1726217473325,"stop":1726217473325,"duration":0}},{"uid":"3d59cfd491d97446","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3d59cfd491d97446","status":"passed","time":{"start":1726217414670,"stop":1726217414670,"duration":0}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3dd9ad0003d0faa4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3dd9ad0003d0faa4","status":"passed","time":{"start":1726218308582,"stop":1726218308582,"duration":0}},{"uid":"efc9d33de0d33687","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/efc9d33de0d33687","status":"passed","time":{"start":1726218213408,"stop":1726218213408,"duration":0}},{"uid":"c3d8eb446dfacfe9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3d8eb446dfacfe9","status":"passed","time":{"start":1726217466675,"stop":1726217466676,"duration":1}},{"uid":"8c71f46a7d136f92","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c71f46a7d136f92","status":"passed","time":{"start":1726217408296,"stop":1726217408296,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d6479dfe9c5fc0df","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d6479dfe9c5fc0df","status":"passed","time":{"start":1726218412655,"stop":1726218412656,"duration":1}},{"uid":"3ca8c780311f52a6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3ca8c780311f52a6","status":"passed","time":{"start":1726218318088,"stop":1726218318088,"duration":0}},{"uid":"8085f42cd3c196ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8085f42cd3c196ca","status":"passed","time":{"start":1726217567472,"stop":1726217567473,"duration":1}},{"uid":"664dd1a4daccaac8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/664dd1a4daccaac8","status":"passed","time":{"start":1726217508418,"stop":1726217508419,"duration":1}}]},"1616cf5f249e9484ee51ea3ddc681497:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df270e8a33d7aa9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/df270e8a33d7aa9","status":"passed","time":{"start":1726218659010,"stop":1726218659010,"duration":0}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d6e14c991b77b56","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2d6e14c991b77b56","status":"passed","time":{"start":1726218291081,"stop":1726218291082,"duration":1}},{"uid":"52674b60407ad7fc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52674b60407ad7fc","status":"passed","time":{"start":1726218196347,"stop":1726218196347,"duration":0}},{"uid":"f4ef8f4fa2874bfe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f4ef8f4fa2874bfe","status":"passed","time":{"start":1726217449479,"stop":1726217449480,"duration":1}},{"uid":"d2ee5840280ce803","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d2ee5840280ce803","status":"passed","time":{"start":1726217391251,"stop":1726217391252,"duration":1}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"18e1cb705e793ac2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18e1cb705e793ac2","status":"passed","time":{"start":1726218397743,"stop":1726218397743,"duration":0}},{"uid":"152d6d707b22681b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/152d6d707b22681b","status":"passed","time":{"start":1726218303231,"stop":1726218303231,"duration":0}},{"uid":"34987f1e0c4cff7a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34987f1e0c4cff7a","status":"passed","time":{"start":1726217551920,"stop":1726217551920,"duration":0}},{"uid":"a5f309efe06b1e4e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a5f309efe06b1e4e","status":"passed","time":{"start":1726217494760,"stop":1726217494760,"duration":0}}]},"e67f5036b6478ef2d4b637d8877e3d27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3aba3de9db46d0fd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3aba3de9db46d0fd","status":"passed","time":{"start":1726218781393,"stop":1726218781394,"duration":1}}]},"08f86d794127e02952836d6b15147b31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a400719ce4c6d3e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a400719ce4c6d3e","status":"passed","time":{"start":1726218778288,"stop":1726218778288,"duration":0}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"631303ba99fa9029","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/631303ba99fa9029","status":"passed","time":{"start":1726218778265,"stop":1726218778270,"duration":5}},{"uid":"be75161bce8a0ec1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/be75161bce8a0ec1","status":"passed","time":{"start":1726218673560,"stop":1726218673560,"duration":0}},{"uid":"d8bc04fa2cad4afe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d8bc04fa2cad4afe","status":"passed","time":{"start":1726217946735,"stop":1726217946735,"duration":0}},{"uid":"4b5b5e7a65992b9f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b5b5e7a65992b9f","status":"passed","time":{"start":1726217862787,"stop":1726217862787,"duration":0}}]},"ac96b5178b1bde30c18bae6c345acf10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"92417dc4a7800a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/92417dc4a7800a0","status":"passed","time":{"start":1726218863179,"stop":1726218863180,"duration":1}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6f297511b425bfdf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f297511b425bfdf","status":"passed","time":{"start":1726218764098,"stop":1726218764098,"duration":0}},{"uid":"57cd5ae727a6aeb6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/57cd5ae727a6aeb6","status":"passed","time":{"start":1726218659015,"stop":1726218659015,"duration":0}},{"uid":"8db847d1f97c48e2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8db847d1f97c48e2","status":"passed","time":{"start":1726217924742,"stop":1726217924742,"duration":0}},{"uid":"9ad727592440a8a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9ad727592440a8a4","status":"passed","time":{"start":1726217840517,"stop":1726217840517,"duration":0}}]},"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e5bfcd69cca79801","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5bfcd69cca79801","status":"passed","time":{"start":1726218885489,"stop":1726218885489,"duration":0}},{"uid":"7aef65423cc1bd39","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7aef65423cc1bd39","status":"passed","time":{"start":1726218803160,"stop":1726218803160,"duration":0}},{"uid":"be7ef5cf7a377c0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be7ef5cf7a377c0","status":"passed","time":{"start":1726218063109,"stop":1726218063110,"duration":1}},{"uid":"60db92e480a1f313","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/60db92e480a1f313","status":"passed","time":{"start":1726217974421,"stop":1726217974422,"duration":1}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d83dd35444514e57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d83dd35444514e57","status":"passed","time":{"start":1726218296784,"stop":1726218296784,"duration":0}},{"uid":"9b1c80fb340fb4df","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9b1c80fb340fb4df","status":"passed","time":{"start":1726218201910,"stop":1726218201911,"duration":1}},{"uid":"526eb17fa2b13c72","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/526eb17fa2b13c72","status":"passed","time":{"start":1726217455151,"stop":1726217455151,"duration":0}},{"uid":"479bc922fbd7d268","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/479bc922fbd7d268","status":"passed","time":{"start":1726217396840,"stop":1726217396840,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f9008147b917165c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f9008147b917165c","status":"passed","time":{"start":1726218563295,"stop":1726218563295,"duration":0}},{"uid":"c96c3ecbd92356b1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c96c3ecbd92356b1","status":"passed","time":{"start":1726218471415,"stop":1726218471415,"duration":0}},{"uid":"be4a89efa6eeda7c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be4a89efa6eeda7c","status":"passed","time":{"start":1726217724200,"stop":1726217724200,"duration":0}},{"uid":"2975df4d243f885d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2975df4d243f885d","status":"passed","time":{"start":1726217656056,"stop":1726217656056,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"88e35d2cf4c770eb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/88e35d2cf4c770eb","status":"passed","time":{"start":1726218879337,"stop":1726218879337,"duration":0}},{"uid":"d672aadafbcce34e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d672aadafbcce34e","status":"passed","time":{"start":1726218787584,"stop":1726218787585,"duration":1}},{"uid":"1e3633514e5ee9f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1e3633514e5ee9f7","status":"passed","time":{"start":1726218066296,"stop":1726218066296,"duration":0}},{"uid":"3138acea2778f812","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3138acea2778f812","status":"passed","time":{"start":1726217965314,"stop":1726217965314,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"567793b8bad2a1b2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/567793b8bad2a1b2","status":"passed","time":{"start":1726218764081,"stop":1726218764081,"duration":0}},{"uid":"16f82677ef61285a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/16f82677ef61285a","status":"passed","time":{"start":1726218659001,"stop":1726218659001,"duration":0}},{"uid":"4361aea2bfb11075","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4361aea2bfb11075","status":"passed","time":{"start":1726217924730,"stop":1726217924730,"duration":0}},{"uid":"9592ca86a9c25c83","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9592ca86a9c25c83","status":"passed","time":{"start":1726217840472,"stop":1726217840472,"duration":0}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"258484f6d68aaaf2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/258484f6d68aaaf2","status":"passed","time":{"start":1726218879289,"stop":1726218879289,"duration":0}},{"uid":"6c6ad603d5ac4329","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6c6ad603d5ac4329","status":"passed","time":{"start":1726218787573,"stop":1726218787573,"duration":0}},{"uid":"b6ab9ef98e88147b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b6ab9ef98e88147b","status":"passed","time":{"start":1726218066275,"stop":1726218066276,"duration":1}},{"uid":"329b443b028cc1f1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/329b443b028cc1f1","status":"passed","time":{"start":1726217965299,"stop":1726217965299,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b28aea2808b126a5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b28aea2808b126a5","status":"passed","time":{"start":1726218523020,"stop":1726218523021,"duration":1}},{"uid":"c0f40d6af96ec692","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c0f40d6af96ec692","status":"passed","time":{"start":1726218422904,"stop":1726218422905,"duration":1}},{"uid":"925b1c919a4ad23d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/925b1c919a4ad23d","status":"passed","time":{"start":1726217687427,"stop":1726217687428,"duration":1}},{"uid":"9cb50416fac1c0a2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9cb50416fac1c0a2","status":"passed","time":{"start":1726217604496,"stop":1726217604496,"duration":0}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"705e34138455fa75","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/705e34138455fa75","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218806766,"stop":1726218806766,"duration":0}},{"uid":"2fe4671d14a43cc4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fe4671d14a43cc4","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218706748,"stop":1726218706748,"duration":0}},{"uid":"52aa7f8c3c7dab29","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/52aa7f8c3c7dab29","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217976621,"stop":1726217976622,"duration":1}},{"uid":"a47604b2d870268c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a47604b2d870268c","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217890303,"stop":1726217890303,"duration":0}}]},"4d7ae0aa488e821bdb69363d0faac581:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b157ba589234ae7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8b157ba589234ae7","status":"passed","time":{"start":1726218843768,"stop":1726218843769,"duration":1}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c13409efc28ba3b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5c13409efc28ba3b","status":"passed","time":{"start":1726218510990,"stop":1726218510990,"duration":0}},{"uid":"f210e8ac58f2da32","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f210e8ac58f2da32","status":"passed","time":{"start":1726218417156,"stop":1726218417156,"duration":0}},{"uid":"53e26649a382515b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53e26649a382515b","status":"passed","time":{"start":1726217677844,"stop":1726217677845,"duration":1}},{"uid":"324bd5ac8a86827c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/324bd5ac8a86827c","status":"passed","time":{"start":1726217616848,"stop":1726217616849,"duration":1}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"768bcaa9249b2728","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/768bcaa9249b2728","status":"passed","time":{"start":1726218304469,"stop":1726218304469,"duration":0}},{"uid":"e491e432a8cc1205","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e491e432a8cc1205","status":"passed","time":{"start":1726218209565,"stop":1726218209565,"duration":0}},{"uid":"432d70d9375b9e24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/432d70d9375b9e24","status":"passed","time":{"start":1726217463040,"stop":1726217463040,"duration":0}},{"uid":"f2889d0b60835cc4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f2889d0b60835cc4","status":"passed","time":{"start":1726217404607,"stop":1726217404607,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"924b95079e61c63c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/924b95079e61c63c","status":"passed","time":{"start":1726218308581,"stop":1726218308582,"duration":1}},{"uid":"f95f47f16300f475","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f95f47f16300f475","status":"passed","time":{"start":1726218213408,"stop":1726218213408,"duration":0}},{"uid":"25dbdae7dd1dad37","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/25dbdae7dd1dad37","status":"passed","time":{"start":1726217466675,"stop":1726217466675,"duration":0}},{"uid":"76375116bd58d115","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/76375116bd58d115","status":"passed","time":{"start":1726217408296,"stop":1726217408296,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"be02553425865e11","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be02553425865e11","status":"passed","time":{"start":1726218778195,"stop":1726218778197,"duration":2}},{"uid":"20bce3b73a9f4081","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/20bce3b73a9f4081","status":"passed","time":{"start":1726218673550,"stop":1726218673551,"duration":1}},{"uid":"1367842c152bee60","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1367842c152bee60","status":"passed","time":{"start":1726217946721,"stop":1726217946721,"duration":0}},{"uid":"eaa719d4375c1255","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eaa719d4375c1255","status":"passed","time":{"start":1726217862774,"stop":1726217862775,"duration":1}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9d208b9d5f6a2294","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9d208b9d5f6a2294","status":"passed","time":{"start":1726218879372,"stop":1726218879373,"duration":1}},{"uid":"96ded1b4c5d154ac","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/96ded1b4c5d154ac","status":"passed","time":{"start":1726218787592,"stop":1726218787592,"duration":0}},{"uid":"486cf7f81ffa6dae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/486cf7f81ffa6dae","status":"passed","time":{"start":1726218066314,"stop":1726218066315,"duration":1}},{"uid":"c322bce9d685314c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c322bce9d685314c","status":"passed","time":{"start":1726217965347,"stop":1726217965348,"duration":1}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f0ccb15b0d08762","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1f0ccb15b0d08762","status":"passed","time":{"start":1726218346773,"stop":1726218346773,"duration":0}},{"uid":"fe40dacaba677356","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fe40dacaba677356","status":"passed","time":{"start":1726218251125,"stop":1726218251125,"duration":0}},{"uid":"5692dc5d47602a81","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5692dc5d47602a81","status":"passed","time":{"start":1726217503655,"stop":1726217503656,"duration":1}},{"uid":"3264a78b206d26df","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3264a78b206d26df","status":"passed","time":{"start":1726217444759,"stop":1726217444759,"duration":0}}]},"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"496cbaa2c10876ec","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/496cbaa2c10876ec","status":"passed","time":{"start":1726218283098,"stop":1726218283099,"duration":1}},{"uid":"66f7021f9b12fe6c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/66f7021f9b12fe6c","status":"passed","time":{"start":1726218188598,"stop":1726218188598,"duration":0}},{"uid":"c414834a9c5d931","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c414834a9c5d931","status":"passed","time":{"start":1726217441561,"stop":1726217441561,"duration":0}},{"uid":"5e321b15d6edd488","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e321b15d6edd488","status":"passed","time":{"start":1726217383223,"stop":1726217383223,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f39e0ed3816f040d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f39e0ed3816f040d","status":"passed","time":{"start":1726218778287,"stop":1726218778287,"duration":0}},{"uid":"e4bb708ac07eb8e1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e4bb708ac07eb8e1","status":"passed","time":{"start":1726218673563,"stop":1726218673563,"duration":0}},{"uid":"3a32b0028b9f79ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a32b0028b9f79ca","status":"passed","time":{"start":1726217946741,"stop":1726217946741,"duration":0}},{"uid":"c87643f3f2d06dfc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c87643f3f2d06dfc","status":"passed","time":{"start":1726217862793,"stop":1726217862794,"duration":1}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"36f49fe4f270b563","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/36f49fe4f270b563","status":"passed","time":{"start":1726218308580,"stop":1726218308581,"duration":1}},{"uid":"36ce9a42654e3261","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/36ce9a42654e3261","status":"passed","time":{"start":1726218213407,"stop":1726218213407,"duration":0}},{"uid":"e526ec3fd1963b8e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e526ec3fd1963b8e","status":"passed","time":{"start":1726217466674,"stop":1726217466675,"duration":1}},{"uid":"206710e8a1c0062e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/206710e8a1c0062e","status":"passed","time":{"start":1726217408295,"stop":1726217408295,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5be8bc1a2f3bf356","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5be8bc1a2f3bf356","status":"passed","time":{"start":1726218296784,"stop":1726218296784,"duration":0}},{"uid":"c0e2c2308102668c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c0e2c2308102668c","status":"passed","time":{"start":1726218201911,"stop":1726218201911,"duration":0}},{"uid":"13856bd9edcc75aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/13856bd9edcc75aa","status":"passed","time":{"start":1726217455151,"stop":1726217455152,"duration":1}},{"uid":"fad85b3d0a854ebc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fad85b3d0a854ebc","status":"passed","time":{"start":1726217396840,"stop":1726217396840,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"62db60a4aeded6f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/62db60a4aeded6f","status":"passed","time":{"start":1726218764097,"stop":1726218764097,"duration":0}},{"uid":"29f2aecb1187565b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/29f2aecb1187565b","status":"passed","time":{"start":1726218659013,"stop":1726218659014,"duration":1}},{"uid":"a127032ae9eea9cc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a127032ae9eea9cc","status":"passed","time":{"start":1726217924741,"stop":1726217924741,"duration":0}},{"uid":"2d39bf251a87d1a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2d39bf251a87d1a4","status":"passed","time":{"start":1726217840515,"stop":1726217840516,"duration":1}}]},"898cbf4a8fba0498e448f7a87518ff0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9fa765fa058e38dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9fa765fa058e38dc","status":"passed","time":{"start":1726218039630,"stop":1726218039630,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bc7d6c8ab7df036e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bc7d6c8ab7df036e","status":"passed","time":{"start":1726218523030,"stop":1726218523030,"duration":0}},{"uid":"c67304556100f378","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c67304556100f378","status":"passed","time":{"start":1726218422921,"stop":1726218422921,"duration":0}},{"uid":"2e63e0cbccc2a075","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e63e0cbccc2a075","status":"passed","time":{"start":1726217687449,"stop":1726217687450,"duration":1}},{"uid":"de56a992437121a7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/de56a992437121a7","status":"passed","time":{"start":1726217604530,"stop":1726217604536,"duration":6}}]},"d1fd9bcbabca03cab7674897b320322b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a76c0089bc66ad9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a76c0089bc66ad9","status":"passed","time":{"start":1726217945358,"stop":1726217945358,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"63335d5b16db4b99","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/63335d5b16db4b99","status":"passed","time":{"start":1726218879361,"stop":1726218879361,"duration":0}},{"uid":"ae64d0d43e9f2402","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ae64d0d43e9f2402","status":"passed","time":{"start":1726218787590,"stop":1726218787591,"duration":1}},{"uid":"169693eed88d11f4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/169693eed88d11f4","status":"passed","time":{"start":1726218066305,"stop":1726218066307,"duration":2}},{"uid":"43a75977d10a2ca9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43a75977d10a2ca9","status":"passed","time":{"start":1726217965346,"stop":1726217965346,"duration":0}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"116814b04659d3b9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/116814b04659d3b9","status":"passed","time":{"start":1726218778282,"stop":1726218778283,"duration":1}},{"uid":"3bc4ffe3f23e6904","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3bc4ffe3f23e6904","status":"passed","time":{"start":1726218673560,"stop":1726218673561,"duration":1}},{"uid":"bb195f127bc23fc3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb195f127bc23fc3","status":"passed","time":{"start":1726217946739,"stop":1726217946739,"duration":0}},{"uid":"c4226e25790fc1f8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4226e25790fc1f8","status":"passed","time":{"start":1726217862788,"stop":1726217862789,"duration":1}}]},"cd8204a5a2773e22a709a9ffc08278f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1718215cb2ff9a1b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1718215cb2ff9a1b","status":"passed","time":{"start":1726217924759,"stop":1726217924759,"duration":0}}]},"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f5ed93bacfe25bb0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f5ed93bacfe25bb0","status":"passed","time":{"start":1726218283087,"stop":1726218283087,"duration":0}},{"uid":"335e3b4a3b51a9b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/335e3b4a3b51a9b","status":"passed","time":{"start":1726218188588,"stop":1726218188589,"duration":1}},{"uid":"7f1f6d1f744a94a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7f1f6d1f744a94a6","status":"passed","time":{"start":1726217441549,"stop":1726217441549,"duration":0}},{"uid":"cbe3e33657898b5c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cbe3e33657898b5c","status":"passed","time":{"start":1726217383212,"stop":1726217383212,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dde3b197bef194a5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dde3b197bef194a5","status":"passed","time":{"start":1726218886392,"stop":1726218886392,"duration":0}},{"uid":"fb6f0aadc7131e21","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fb6f0aadc7131e21","status":"passed","time":{"start":1726218791846,"stop":1726218791847,"duration":1}},{"uid":"21a181c76e1fbf4f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21a181c76e1fbf4f","status":"passed","time":{"start":1726218054684,"stop":1726218054684,"duration":0}},{"uid":"d9c8b6f763ad06c9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9c8b6f763ad06c9","status":"passed","time":{"start":1726217965431,"stop":1726217965431,"duration":0}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5e7bb3133c1d4a93","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5e7bb3133c1d4a93","status":"passed","time":{"start":1726218863004,"stop":1726218863004,"duration":0}},{"uid":"7dc4c6a9ec178c6a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7dc4c6a9ec178c6a","status":"passed","time":{"start":1726218781382,"stop":1726218781382,"duration":0}},{"uid":"e0fb4e9e26f6b570","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0fb4e9e26f6b570","status":"passed","time":{"start":1726218013697,"stop":1726218013697,"duration":0}},{"uid":"8e9e3b9e5d64fec7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e9e3b9e5d64fec7","status":"passed","time":{"start":1726217945330,"stop":1726217945331,"duration":1}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e3de853524dbbd72","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3de853524dbbd72","status":"passed","time":{"start":1726218879294,"stop":1726218879298,"duration":4}},{"uid":"e14c30f84e8d33ca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e14c30f84e8d33ca","status":"passed","time":{"start":1726218787576,"stop":1726218787577,"duration":1}},{"uid":"eb457267617fafac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb457267617fafac","status":"passed","time":{"start":1726218066279,"stop":1726218066279,"duration":0}},{"uid":"52308df98022a0f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/52308df98022a0f2","status":"passed","time":{"start":1726217965302,"stop":1726217965303,"duration":1}}]},"ef736a49114e09f573250a7bccc35ae2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ecb4dbb01334f29d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ecb4dbb01334f29d","status":"passed","time":{"start":1726218039629,"stop":1726218039629,"duration":0}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6f855269ae3e689","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f855269ae3e689","status":"passed","time":{"start":1726218886387,"stop":1726218886390,"duration":3}},{"uid":"302304fcd21f8572","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/302304fcd21f8572","status":"passed","time":{"start":1726218791845,"stop":1726218791846,"duration":1}},{"uid":"e44df5c108d260a3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e44df5c108d260a3","status":"passed","time":{"start":1726218054673,"stop":1726218054673,"duration":0}},{"uid":"680f3c0d345cc8da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/680f3c0d345cc8da","status":"passed","time":{"start":1726217965430,"stop":1726217965430,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b4edf353a788d32c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b4edf353a788d32c","status":"passed","time":{"start":1726218764109,"stop":1726218764109,"duration":0}},{"uid":"be48352549806fa3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/be48352549806fa3","status":"passed","time":{"start":1726218659023,"stop":1726218659023,"duration":0}},{"uid":"3102ce46df784b5a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3102ce46df784b5a","status":"passed","time":{"start":1726217924758,"stop":1726217924759,"duration":1}},{"uid":"fb75925c82415f3b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fb75925c82415f3b","status":"passed","time":{"start":1726217840560,"stop":1726217840562,"duration":2}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"22ed9590a9a5b255","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/22ed9590a9a5b255","status":"passed","time":{"start":1726218909196,"stop":1726218909196,"duration":0}},{"uid":"fb7b9f250681224d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fb7b9f250681224d","status":"passed","time":{"start":1726218818272,"stop":1726218818272,"duration":0}},{"uid":"df2f8c58c95060a5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df2f8c58c95060a5","status":"passed","time":{"start":1726218085663,"stop":1726218085664,"duration":1}},{"uid":"983de1f24e267f0b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/983de1f24e267f0b","status":"passed","time":{"start":1726217996430,"stop":1726217996431,"duration":1}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7d91aeaf8b975730","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d91aeaf8b975730","status":"passed","time":{"start":1726218523023,"stop":1726218523023,"duration":0}},{"uid":"ee3dd4aa4593939a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ee3dd4aa4593939a","status":"passed","time":{"start":1726218422910,"stop":1726218422910,"duration":0}},{"uid":"5f17a1fd85500929","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f17a1fd85500929","status":"passed","time":{"start":1726217687431,"stop":1726217687432,"duration":1}},{"uid":"c3bb6e1457e716d4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c3bb6e1457e716d4","status":"passed","time":{"start":1726217604499,"stop":1726217604509,"duration":10}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6be6a4d847ad8566","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6be6a4d847ad8566","status":"passed","time":{"start":1726218879341,"stop":1726218879342,"duration":1}},{"uid":"22be9cf983e8e6ca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/22be9cf983e8e6ca","status":"passed","time":{"start":1726218787587,"stop":1726218787587,"duration":0}},{"uid":"b0e8224f5deac55d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b0e8224f5deac55d","status":"passed","time":{"start":1726218066298,"stop":1726218066299,"duration":1}},{"uid":"46eb463f4202af18","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/46eb463f4202af18","status":"passed","time":{"start":1726217965319,"stop":1726217965319,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3578b6b775ac898d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3578b6b775ac898d","status":"passed","time":{"start":1726218778287,"stop":1726218778288,"duration":1}},{"uid":"a14558ea907e34d1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a14558ea907e34d1","status":"passed","time":{"start":1726218673563,"stop":1726218673563,"duration":0}},{"uid":"fa930ca5f2fb2f33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa930ca5f2fb2f33","status":"passed","time":{"start":1726217946742,"stop":1726217946743,"duration":1}},{"uid":"78b15efb9775cbb5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/78b15efb9775cbb5","status":"passed","time":{"start":1726217862798,"stop":1726217862799,"duration":1}}]},"9f5ba4358ad1f1ea63dbf0c8d50c1b39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dea6354e6305abda","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dea6354e6305abda","status":"passed","time":{"start":1726218748392,"stop":1726218748392,"duration":0}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"367baa7872b9c6bc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/367baa7872b9c6bc","status":"passed","time":{"start":1726218879340,"stop":1726218879340,"duration":0}},{"uid":"760a0b73fd333c10","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/760a0b73fd333c10","status":"passed","time":{"start":1726218787586,"stop":1726218787586,"duration":0}},{"uid":"176c58e700c9d627","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/176c58e700c9d627","status":"passed","time":{"start":1726218066298,"stop":1726218066298,"duration":0}},{"uid":"755019ded38c6117","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/755019ded38c6117","status":"passed","time":{"start":1726217965318,"stop":1726217965318,"duration":0}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ae17a515ffbdd9e1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae17a515ffbdd9e1","status":"passed","time":{"start":1726218296786,"stop":1726218296787,"duration":1}},{"uid":"505ca3dd7a50bfc4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/505ca3dd7a50bfc4","status":"passed","time":{"start":1726218201913,"stop":1726218201914,"duration":1}},{"uid":"100487c0b35a722e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/100487c0b35a722e","status":"passed","time":{"start":1726217455154,"stop":1726217455154,"duration":0}},{"uid":"40b2c280d2738746","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/40b2c280d2738746","status":"passed","time":{"start":1726217396843,"stop":1726217396843,"duration":0}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a753297e170ba22","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a753297e170ba22","status":"passed","time":{"start":1726218778189,"stop":1726218778189,"duration":0}},{"uid":"28b7968ca062238c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/28b7968ca062238c","status":"passed","time":{"start":1726218673548,"stop":1726218673548,"duration":0}},{"uid":"95c639a6bcb02022","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95c639a6bcb02022","status":"passed","time":{"start":1726217946700,"stop":1726217946705,"duration":5}},{"uid":"a08487edb4173a8f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a08487edb4173a8f","status":"passed","time":{"start":1726217862772,"stop":1726217862772,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9fd2501d22e62bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9fd2501d22e62bd","status":"passed","time":{"start":1726218862993,"stop":1726218862993,"duration":0}},{"uid":"68b3d4fb221db66","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68b3d4fb221db66","status":"passed","time":{"start":1726218781376,"stop":1726218781376,"duration":0}},{"uid":"48dcbc888136b7ac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48dcbc888136b7ac","status":"passed","time":{"start":1726218013692,"stop":1726218013692,"duration":0}},{"uid":"89cbb441bea871a9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/89cbb441bea871a9","status":"passed","time":{"start":1726217945325,"stop":1726217945326,"duration":1}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5f7b643d0c265439","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f7b643d0c265439","status":"passed","time":{"start":1726218291657,"stop":1726218291657,"duration":0}},{"uid":"9df5065f91b347a8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9df5065f91b347a8","status":"passed","time":{"start":1726218196995,"stop":1726218196996,"duration":1}},{"uid":"c1d2dd506ddaa322","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1d2dd506ddaa322","status":"passed","time":{"start":1726217450193,"stop":1726217450193,"duration":0}},{"uid":"23da2af5fdbef403","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/23da2af5fdbef403","status":"passed","time":{"start":1726217391845,"stop":1726217391845,"duration":0}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7e9c238f56610d41","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7e9c238f56610d41","status":"passed","time":{"start":1726218291661,"stop":1726218291661,"duration":0}},{"uid":"c5f4f0f3d6a189b5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c5f4f0f3d6a189b5","status":"passed","time":{"start":1726218196999,"stop":1726218197000,"duration":1}},{"uid":"f2ea9e5a40036722","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f2ea9e5a40036722","status":"passed","time":{"start":1726217450197,"stop":1726217450197,"duration":0}},{"uid":"39e2bac5e3e389b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39e2bac5e3e389b5","status":"passed","time":{"start":1726217391849,"stop":1726217391849,"duration":0}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dd0f71537a4076a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd0f71537a4076a","status":"passed","time":{"start":1726218788035,"stop":1726218788035,"duration":0}},{"uid":"7a5bbf6c71f4ebfc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a5bbf6c71f4ebfc","status":"passed","time":{"start":1726218685051,"stop":1726218685051,"duration":0}},{"uid":"ec4f413dbf24196e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ec4f413dbf24196e","status":"passed","time":{"start":1726217960212,"stop":1726217960212,"duration":0}},{"uid":"83a499a867e783b7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/83a499a867e783b7","status":"passed","time":{"start":1726217875225,"stop":1726217875226,"duration":1}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ac87ccec45685311","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac87ccec45685311","status":"passed","time":{"start":1726218886396,"stop":1726218886396,"duration":0}},{"uid":"d360f138e4e440b4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d360f138e4e440b4","status":"passed","time":{"start":1726218791849,"stop":1726218791850,"duration":1}},{"uid":"a5ab136b1af82365","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a5ab136b1af82365","status":"passed","time":{"start":1726218054700,"stop":1726218054700,"duration":0}},{"uid":"d076e7c769a2480d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d076e7c769a2480d","status":"passed","time":{"start":1726217965433,"stop":1726217965434,"duration":1}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"185105c8754d153e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/185105c8754d153e","status":"passed","time":{"start":1726218304534,"stop":1726218304534,"duration":0}},{"uid":"ad0fe761d0d922cc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ad0fe761d0d922cc","status":"passed","time":{"start":1726218209372,"stop":1726218209372,"duration":0}},{"uid":"f31243e4d41b7834","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f31243e4d41b7834","status":"passed","time":{"start":1726217462333,"stop":1726217462333,"duration":0}},{"uid":"3beee02548768e26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3beee02548768e26","status":"passed","time":{"start":1726217404187,"stop":1726217404187,"duration":0}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"935540172fe40d69","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/935540172fe40d69","status":"passed","time":{"start":1726218291082,"stop":1726218291082,"duration":0}},{"uid":"5348bc661ae29716","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5348bc661ae29716","status":"passed","time":{"start":1726218196348,"stop":1726218196348,"duration":0}},{"uid":"c3d274f4712d5995","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3d274f4712d5995","status":"passed","time":{"start":1726217449480,"stop":1726217449481,"duration":1}},{"uid":"ce9ab3b3dc70ef34","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce9ab3b3dc70ef34","status":"passed","time":{"start":1726217391252,"stop":1726217391252,"duration":0}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"100d5843bbcf901d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/100d5843bbcf901d","status":"passed","time":{"start":1726218879293,"stop":1726218879293,"duration":0}},{"uid":"f7a66c3c9b072730","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f7a66c3c9b072730","status":"passed","time":{"start":1726218787575,"stop":1726218787575,"duration":0}},{"uid":"6d6d264a18014b2c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d6d264a18014b2c","status":"passed","time":{"start":1726218066278,"stop":1726218066278,"duration":0}},{"uid":"8e85fe0d278c8ea5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e85fe0d278c8ea5","status":"passed","time":{"start":1726217965301,"stop":1726217965302,"duration":1}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6bff4dc68a6d93ce","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6bff4dc68a6d93ce","status":"passed","time":{"start":1726218879360,"stop":1726218879361,"duration":1}},{"uid":"d39df60eed1440d3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d39df60eed1440d3","status":"passed","time":{"start":1726218787590,"stop":1726218787590,"duration":0}},{"uid":"be51b96c20f658de","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be51b96c20f658de","status":"passed","time":{"start":1726218066305,"stop":1726218066305,"duration":0}},{"uid":"3ca0f29456da20b8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3ca0f29456da20b8","status":"passed","time":{"start":1726217965345,"stop":1726217965346,"duration":1}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"75c50a9372841e04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/75c50a9372841e04","status":"passed","time":{"start":1726218304535,"stop":1726218304535,"duration":0}},{"uid":"16cc5cb2e0f011f1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/16cc5cb2e0f011f1","status":"passed","time":{"start":1726218209373,"stop":1726218209373,"duration":0}},{"uid":"4c9d3cc8fc0fbb19","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c9d3cc8fc0fbb19","status":"passed","time":{"start":1726217462334,"stop":1726217462336,"duration":2}},{"uid":"2f4ff238658c8107","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f4ff238658c8107","status":"passed","time":{"start":1726217404187,"stop":1726217404188,"duration":1}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"96751cbf414d64f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/96751cbf414d64f1","status":"passed","time":{"start":1726218812471,"stop":1726218812471,"duration":0}},{"uid":"1cf89db39cdf67d2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1cf89db39cdf67d2","status":"passed","time":{"start":1726218708393,"stop":1726218708394,"duration":1}},{"uid":"f625a555b6611ba7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f625a555b6611ba7","status":"passed","time":{"start":1726217980039,"stop":1726217980039,"duration":0}},{"uid":"c176c0674742e634","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c176c0674742e634","status":"passed","time":{"start":1726217896501,"stop":1726217896502,"duration":1}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0b0c15bf2cc7b6e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0b0c15bf2cc7b6e","status":"passed","time":{"start":1726218510971,"stop":1726218510972,"duration":1}},{"uid":"b219a0b38f092a9c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b219a0b38f092a9c","status":"passed","time":{"start":1726218417148,"stop":1726218417148,"duration":0}},{"uid":"3454605ed0d9a3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3454605ed0d9a3","status":"passed","time":{"start":1726217677810,"stop":1726217677812,"duration":2}},{"uid":"6718ff3a05ff8552","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6718ff3a05ff8552","status":"passed","time":{"start":1726217616839,"stop":1726217616840,"duration":1}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"715e3f70c8d9def2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/715e3f70c8d9def2","status":"passed","time":{"start":1726218843765,"stop":1726218843765,"duration":0}},{"uid":"123b24bbf70c56bc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/123b24bbf70c56bc","status":"passed","time":{"start":1726218748385,"stop":1726218748389,"duration":4}},{"uid":"27f30c6a16a7a99e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/27f30c6a16a7a99e","status":"passed","time":{"start":1726218011623,"stop":1726218011623,"duration":0}},{"uid":"1def0d092b574c5a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1def0d092b574c5a","status":"passed","time":{"start":1726217923177,"stop":1726217923178,"duration":1}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ef3865db254e0efe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef3865db254e0efe","status":"passed","time":{"start":1726218455969,"stop":1726218455970,"duration":1}},{"uid":"764fc280e6f2896f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/764fc280e6f2896f","status":"passed","time":{"start":1726218357624,"stop":1726218357624,"duration":0}},{"uid":"e33a56e46eeb57ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e33a56e46eeb57ba","status":"passed","time":{"start":1726217608003,"stop":1726217608003,"duration":0}},{"uid":"28ad328ef3cd253d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/28ad328ef3cd253d","status":"passed","time":{"start":1726217547144,"stop":1726217547144,"duration":0}}]},"00fc3f755153563262515df98204f7c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f0fc950447a01c2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f0fc950447a01c2","status":"passed","time":{"start":1726217952882,"stop":1726217952882,"duration":0}}]},"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"695cb9b704b63250","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/695cb9b704b63250","status":"passed","time":{"start":1726218283105,"stop":1726218283105,"duration":0}},{"uid":"b7ab1beeeaa58cab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b7ab1beeeaa58cab","status":"passed","time":{"start":1726218188606,"stop":1726218188606,"duration":0}},{"uid":"e8c745f9b53e82ff","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e8c745f9b53e82ff","status":"passed","time":{"start":1726217441570,"stop":1726217441570,"duration":0}},{"uid":"63d448c04ee5a59b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63d448c04ee5a59b","status":"passed","time":{"start":1726217383232,"stop":1726217383232,"duration":0}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"30dbe7a6536b4b79","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/30dbe7a6536b4b79","status":"passed","time":{"start":1726218314719,"stop":1726218314720,"duration":1}},{"uid":"767030c1715eb24a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/767030c1715eb24a","status":"passed","time":{"start":1726218219447,"stop":1726218219449,"duration":2}},{"uid":"7fd74a0165a35678","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7fd74a0165a35678","status":"passed","time":{"start":1726217472851,"stop":1726217472853,"duration":2}},{"uid":"3db3c4022b20586e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3db3c4022b20586e","status":"passed","time":{"start":1726217414156,"stop":1726217414157,"duration":1}}]},"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3905969d36b25a5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3905969d36b25a5c","status":"passed","time":{"start":1726218885489,"stop":1726218885490,"duration":1}},{"uid":"e7d904886f1eacae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e7d904886f1eacae","status":"passed","time":{"start":1726218803161,"stop":1726218803161,"duration":0}},{"uid":"21553e4e237cb56a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21553e4e237cb56a","status":"passed","time":{"start":1726218063111,"stop":1726218063112,"duration":1}},{"uid":"eeeaceb72831b18b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eeeaceb72831b18b","status":"passed","time":{"start":1726217974423,"stop":1726217974423,"duration":0}}]},"7e4e9c0eb08b2e911ba778f9b03cbf2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4d21241fcfe9e30","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d4d21241fcfe9e30","status":"passed","time":{"start":1726218764096,"stop":1726218764096,"duration":0}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c718359a42c077c5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c718359a42c077c5","status":"passed","time":{"start":1726218812459,"stop":1726218812462,"duration":3}},{"uid":"937dc5cf332a9ba0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/937dc5cf332a9ba0","status":"passed","time":{"start":1726218708376,"stop":1726218708380,"duration":4}},{"uid":"5f97f03312eb9c3f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f97f03312eb9c3f","status":"passed","time":{"start":1726217980034,"stop":1726217980035,"duration":1}},{"uid":"71f033ffcd97dbb6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/71f033ffcd97dbb6","status":"passed","time":{"start":1726217896495,"stop":1726217896496,"duration":1}}]},"6f019f40e80c241ccd0515a780a7830a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6abc64ab536d92c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d6abc64ab536d92c","status":"passed","time":{"start":1726218778291,"stop":1726218778291,"duration":0}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9ec6b4d4412ed8bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9ec6b4d4412ed8bd","status":"passed","time":{"start":1726218523017,"stop":1726218523017,"duration":0}},{"uid":"f4f209cd1d3180a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f4f209cd1d3180a0","status":"passed","time":{"start":1726218422900,"stop":1726218422900,"duration":0}},{"uid":"6cc886dceb5d32a7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6cc886dceb5d32a7","status":"passed","time":{"start":1726217687424,"stop":1726217687424,"duration":0}},{"uid":"d9dd44d94d730470","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9dd44d94d730470","status":"passed","time":{"start":1726217604491,"stop":1726217604491,"duration":0}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8d6239220a8a42d3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d6239220a8a42d3","status":"passed","time":{"start":1726218917024,"stop":1726218917024,"duration":0}},{"uid":"c286fbdab0bb8317","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c286fbdab0bb8317","status":"passed","time":{"start":1726218827655,"stop":1726218827655,"duration":0}},{"uid":"7c572d9bf118a112","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7c572d9bf118a112","status":"passed","time":{"start":1726218090763,"stop":1726218090763,"duration":0}},{"uid":"7f92eb263570ecc8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f92eb263570ecc8","status":"passed","time":{"start":1726217999476,"stop":1726217999476,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"330d8a8e30a1464a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/330d8a8e30a1464a","status":"passed","time":{"start":1726218862984,"stop":1726218862988,"duration":4}},{"uid":"2f71e9f909a8d56d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2f71e9f909a8d56d","status":"passed","time":{"start":1726218781370,"stop":1726218781371,"duration":1}},{"uid":"a19fa9505e421d8b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a19fa9505e421d8b","status":"passed","time":{"start":1726218013689,"stop":1726218013689,"duration":0}},{"uid":"4befe073dfec3517","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4befe073dfec3517","status":"passed","time":{"start":1726217945323,"stop":1726217945323,"duration":0}}]},"605d9f7dc298219be60b25afae490284:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11ca953b82711ae5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/11ca953b82711ae5","status":"passed","time":{"start":1726217840503,"stop":1726217840504,"duration":1}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca3f24444472b209","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca3f24444472b209","status":"passed","time":{"start":1726218851923,"stop":1726218851924,"duration":1}},{"uid":"c15d451d0bbe91bf","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c15d451d0bbe91bf","status":"passed","time":{"start":1726218761850,"stop":1726218761850,"duration":0}},{"uid":"c4ccced96b1fa86c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c4ccced96b1fa86c","status":"passed","time":{"start":1726218020453,"stop":1726218020454,"duration":1}},{"uid":"99eda544e90d7b15","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/99eda544e90d7b15","status":"passed","time":{"start":1726217934111,"stop":1726217934111,"duration":0}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"32070ae6cab1c299","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/32070ae6cab1c299","status":"passed","time":{"start":1726218788034,"stop":1726218788034,"duration":0}},{"uid":"a16fc328df816b44","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a16fc328df816b44","status":"passed","time":{"start":1726218685050,"stop":1726218685050,"duration":0}},{"uid":"3bf46a1397bddf6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3bf46a1397bddf6","status":"passed","time":{"start":1726217960211,"stop":1726217960211,"duration":0}},{"uid":"16bc844da4a746a8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/16bc844da4a746a8","status":"passed","time":{"start":1726217875222,"stop":1726217875223,"duration":1}}]},"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ee0081bbfbfcce8d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ee0081bbfbfcce8d","status":"passed","time":{"start":1726218283082,"stop":1726218283083,"duration":1}},{"uid":"e5f188dc26f741a9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e5f188dc26f741a9","status":"passed","time":{"start":1726218188584,"stop":1726218188585,"duration":1}},{"uid":"e102d41d9f350282","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e102d41d9f350282","status":"passed","time":{"start":1726217441544,"stop":1726217441545,"duration":1}},{"uid":"45fc3dd82c1fda9c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/45fc3dd82c1fda9c","status":"passed","time":{"start":1726217383207,"stop":1726217383207,"duration":0}}]},"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f46c7314d38f09dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f46c7314d38f09dc","status":"passed","time":{"start":1726218283100,"stop":1726218283100,"duration":0}},{"uid":"260ba317b5a6b6ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/260ba317b5a6b6ab","status":"passed","time":{"start":1726218188599,"stop":1726218188599,"duration":0}},{"uid":"74562d24961e217d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/74562d24961e217d","status":"passed","time":{"start":1726217441562,"stop":1726217441562,"duration":0}},{"uid":"dd728a2a2fbb7f5f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dd728a2a2fbb7f5f","status":"passed","time":{"start":1726217383224,"stop":1726217383225,"duration":1}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"47dfe0034edc7346","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47dfe0034edc7346","status":"passed","time":{"start":1726218902969,"stop":1726218902971,"duration":2}},{"uid":"48ed1b838feafe91","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/48ed1b838feafe91","status":"passed","time":{"start":1726218814285,"stop":1726218814288,"duration":3}},{"uid":"42046d79d859bdb0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42046d79d859bdb0","status":"passed","time":{"start":1726218071324,"stop":1726218071324,"duration":0}},{"uid":"24bede9933db2998","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/24bede9933db2998","status":"passed","time":{"start":1726217984830,"stop":1726217984830,"duration":0}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"df4ce2302cd82c29","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df4ce2302cd82c29","status":"passed","time":{"start":1726218910984,"stop":1726218910985,"duration":1}},{"uid":"a805abb2fe9ebf78","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a805abb2fe9ebf78","status":"passed","time":{"start":1726218817593,"stop":1726218817594,"duration":1}},{"uid":"d37f0742a50075a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d37f0742a50075a8","status":"passed","time":{"start":1726218077305,"stop":1726218077305,"duration":0}},{"uid":"d50a25bf655a128b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d50a25bf655a128b","status":"passed","time":{"start":1726217991631,"stop":1726217991631,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d620215fa6e07241","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d620215fa6e07241","status":"passed","time":{"start":1726218778234,"stop":1726218778241,"duration":7}},{"uid":"814c9aa62894746e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/814c9aa62894746e","status":"passed","time":{"start":1726218673558,"stop":1726218673559,"duration":1}},{"uid":"215000a5d8469684","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/215000a5d8469684","status":"passed","time":{"start":1726217946733,"stop":1726217946733,"duration":0}},{"uid":"52c33f3df2b581ee","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/52c33f3df2b581ee","status":"passed","time":{"start":1726217862784,"stop":1726217862785,"duration":1}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"935df9109f17e48d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/935df9109f17e48d","status":"passed","time":{"start":1726218455970,"stop":1726218455970,"duration":0}},{"uid":"1cfa73e90c257857","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1cfa73e90c257857","status":"passed","time":{"start":1726218357624,"stop":1726218357625,"duration":1}},{"uid":"f0ace057d24b60c7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0ace057d24b60c7","status":"passed","time":{"start":1726217608003,"stop":1726217608003,"duration":0}},{"uid":"e2aa85f7d1865986","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e2aa85f7d1865986","status":"passed","time":{"start":1726217547145,"stop":1726217547145,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ffbab8e6a283f2e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ffbab8e6a283f2e","status":"passed","time":{"start":1726218285626,"stop":1726218285626,"duration":0}},{"uid":"2f61f4b553d0d44e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2f61f4b553d0d44e","status":"passed","time":{"start":1726218191031,"stop":1726218191031,"duration":0}},{"uid":"293c4352c0373443","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/293c4352c0373443","status":"passed","time":{"start":1726217444067,"stop":1726217444067,"duration":0}},{"uid":"ab36cf421e506771","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ab36cf421e506771","status":"passed","time":{"start":1726217385914,"stop":1726217385914,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d91c6ad1ef17a5dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d91c6ad1ef17a5dc","status":"passed","time":{"start":1726218764102,"stop":1726218764104,"duration":2}},{"uid":"21a7c883e5cf25f0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/21a7c883e5cf25f0","status":"passed","time":{"start":1726218659018,"stop":1726218659019,"duration":1}},{"uid":"21ea567502913d50","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21ea567502913d50","status":"passed","time":{"start":1726217924745,"stop":1726217924745,"duration":0}},{"uid":"3bd8c2a7fc15f7ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3bd8c2a7fc15f7ad","status":"passed","time":{"start":1726217840541,"stop":1726217840542,"duration":1}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"43ce9e4d18d7722c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/43ce9e4d18d7722c","status":"passed","time":{"start":1726218291083,"stop":1726218291083,"duration":0}},{"uid":"3b0b7ab8f0b5f6d4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3b0b7ab8f0b5f6d4","status":"passed","time":{"start":1726218196349,"stop":1726218196349,"duration":0}},{"uid":"9c6f192eeb900cb0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c6f192eeb900cb0","status":"passed","time":{"start":1726217449482,"stop":1726217449482,"duration":0}},{"uid":"b88a87f06050ca3a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b88a87f06050ca3a","status":"passed","time":{"start":1726217391253,"stop":1726217391253,"duration":0}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"df88029315feed2c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df88029315feed2c","status":"passed","time":{"start":1726218523029,"stop":1726218523030,"duration":1}},{"uid":"e29798aa3420504e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e29798aa3420504e","status":"passed","time":{"start":1726218422920,"stop":1726218422920,"duration":0}},{"uid":"6ba67b6a9be32d7d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ba67b6a9be32d7d","status":"passed","time":{"start":1726217687445,"stop":1726217687447,"duration":2}},{"uid":"90e604beb63ad64d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/90e604beb63ad64d","status":"passed","time":{"start":1726217604528,"stop":1726217604529,"duration":1}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9219bcb2526a1ce","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e9219bcb2526a1ce","status":"passed","time":{"start":1726218778188,"stop":1726218778188,"duration":0}},{"uid":"5fe8676952ecd4ca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5fe8676952ecd4ca","status":"passed","time":{"start":1726218673546,"stop":1726218673546,"duration":0}},{"uid":"f3d3fbf9eafeb69","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3d3fbf9eafeb69","status":"passed","time":{"start":1726217946680,"stop":1726217946697,"duration":17}},{"uid":"7276886faa192460","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7276886faa192460","status":"passed","time":{"start":1726217862770,"stop":1726217862771,"duration":1}}]},"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"61c23ade9774c792","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/61c23ade9774c792","status":"passed","time":{"start":1726218283071,"stop":1726218283072,"duration":1}},{"uid":"ef22eaaa647deae2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ef22eaaa647deae2","status":"passed","time":{"start":1726218188574,"stop":1726218188575,"duration":1}},{"uid":"74663ade5407f68c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/74663ade5407f68c","status":"passed","time":{"start":1726217441532,"stop":1726217441533,"duration":1}},{"uid":"334dadb934d3d937","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/334dadb934d3d937","status":"passed","time":{"start":1726217383192,"stop":1726217383192,"duration":0}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f9860711d179c857","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f9860711d179c857","status":"passed","time":{"start":1726218863178,"stop":1726218863178,"duration":0}},{"uid":"23123fc26536fbaa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/23123fc26536fbaa","status":"passed","time":{"start":1726218765875,"stop":1726218765875,"duration":0}},{"uid":"e8a0b62e494156e2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e8a0b62e494156e2","status":"passed","time":{"start":1726218039627,"stop":1726218039627,"duration":0}},{"uid":"9a1f4eafa46adee8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9a1f4eafa46adee8","status":"passed","time":{"start":1726217952879,"stop":1726217952879,"duration":0}}]},"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2328974317bda28d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2328974317bda28d","status":"passed","time":{"start":1726218898753,"stop":1726218898753,"duration":0}},{"uid":"e7074d9071436764","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e7074d9071436764","status":"passed","time":{"start":1726218807210,"stop":1726218807210,"duration":0}},{"uid":"ffd4f21d818bc927","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ffd4f21d818bc927","status":"passed","time":{"start":1726218077539,"stop":1726218077540,"duration":1}},{"uid":"be2f505704a383d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/be2f505704a383d7","status":"passed","time":{"start":1726217979448,"stop":1726217979448,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7c9cf4703bdc9691","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7c9cf4703bdc9691","status":"passed","time":{"start":1726218879321,"stop":1726218879321,"duration":0}},{"uid":"532c18bcb8f43778","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/532c18bcb8f43778","status":"passed","time":{"start":1726218787579,"stop":1726218787579,"duration":0}},{"uid":"4dddbe5feb6cc377","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4dddbe5feb6cc377","status":"passed","time":{"start":1726218066281,"stop":1726218066282,"duration":1}},{"uid":"5d230f2532a209fe","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5d230f2532a209fe","status":"passed","time":{"start":1726217965308,"stop":1726217965308,"duration":0}}]},"ddb644912c57ba2d7d8b597759eceef8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a69937b333bd205","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7a69937b333bd205","status":"passed","time":{"start":1726218843766,"stop":1726218843766,"duration":0}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6bc737fb14abf5c9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6bc737fb14abf5c9","status":"passed","time":{"start":1726218909196,"stop":1726218909196,"duration":0}},{"uid":"3e1e5c1a034a01d6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e1e5c1a034a01d6","status":"passed","time":{"start":1726218818271,"stop":1726218818272,"duration":1}},{"uid":"1b4d95fa4bd100bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b4d95fa4bd100bd","status":"passed","time":{"start":1726218085662,"stop":1726218085663,"duration":1}},{"uid":"5b0ef094b90fc95c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5b0ef094b90fc95c","status":"passed","time":{"start":1726217996430,"stop":1726217996430,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"54e7feae9bda1010","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54e7feae9bda1010","status":"passed","time":{"start":1726218291077,"stop":1726218291078,"duration":1}},{"uid":"cea9dab00b10f4c8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cea9dab00b10f4c8","status":"passed","time":{"start":1726218196340,"stop":1726218196341,"duration":1}},{"uid":"8333b452e9956df3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8333b452e9956df3","status":"passed","time":{"start":1726217449468,"stop":1726217449469,"duration":1}},{"uid":"c77c68103351f668","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c77c68103351f668","status":"passed","time":{"start":1726217391247,"stop":1726217391248,"duration":1}}]},"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"918de91f586058ee","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/918de91f586058ee","status":"passed","time":{"start":1726218283097,"stop":1726218283097,"duration":0}},{"uid":"5280638202152d6d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5280638202152d6d","status":"passed","time":{"start":1726218188597,"stop":1726218188597,"duration":0}},{"uid":"7a5babea134bec5a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7a5babea134bec5a","status":"passed","time":{"start":1726217441559,"stop":1726217441559,"duration":0}},{"uid":"774f3b3636ddb7e1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/774f3b3636ddb7e1","status":"passed","time":{"start":1726217383221,"stop":1726217383221,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b3e5963a12f7de49","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3e5963a12f7de49","status":"passed","time":{"start":1726218902993,"stop":1726218902994,"duration":1}},{"uid":"f81ea6876a7c80ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f81ea6876a7c80ba","status":"passed","time":{"start":1726218814291,"stop":1726218814295,"duration":4}},{"uid":"8be0f273fac9bcc2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8be0f273fac9bcc2","status":"passed","time":{"start":1726218071325,"stop":1726218071325,"duration":0}},{"uid":"998001bc08c44414","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/998001bc08c44414","status":"passed","time":{"start":1726217984831,"stop":1726217984831,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1c74ae3529f03fcd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c74ae3529f03fcd","status":"passed","time":{"start":1726218886392,"stop":1726218886393,"duration":1}},{"uid":"a0f3d10cd0a20630","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0f3d10cd0a20630","status":"passed","time":{"start":1726218791847,"stop":1726218791847,"duration":0}},{"uid":"2181694ef311d30","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2181694ef311d30","status":"passed","time":{"start":1726218054691,"stop":1726218054692,"duration":1}},{"uid":"362bb8c752412946","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/362bb8c752412946","status":"passed","time":{"start":1726217965431,"stop":1726217965432,"duration":1}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7a47822857a6188f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7a47822857a6188f","status":"passed","time":{"start":1726218304471,"stop":1726218304472,"duration":1}},{"uid":"1e899f3d23b82450","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1e899f3d23b82450","status":"passed","time":{"start":1726218209566,"stop":1726218209566,"duration":0}},{"uid":"a7a9ce6a75c45cff","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a7a9ce6a75c45cff","status":"passed","time":{"start":1726217463041,"stop":1726217463042,"duration":1}},{"uid":"9413f880c20b36c9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9413f880c20b36c9","status":"passed","time":{"start":1726217404608,"stop":1726217404608,"duration":0}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"709406fe1315a0fe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/709406fe1315a0fe","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218304474,"stop":1726218304474,"duration":0}},{"uid":"2b6ae0538300a030","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2b6ae0538300a030","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218209567,"stop":1726218209567,"duration":0}},{"uid":"5bdc3556cf623f84","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5bdc3556cf623f84","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217463043,"stop":1726217463043,"duration":0}},{"uid":"d6c699ee9945660","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d6c699ee9945660","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217404609,"stop":1726217404609,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a2d3c94346709768","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2d3c94346709768","status":"passed","time":{"start":1726218523015,"stop":1726218523016,"duration":1}},{"uid":"33f1ac606a06beed","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/33f1ac606a06beed","status":"passed","time":{"start":1726218422898,"stop":1726218422898,"duration":0}},{"uid":"76243581b1758426","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/76243581b1758426","status":"passed","time":{"start":1726217687423,"stop":1726217687423,"duration":0}},{"uid":"fd96c4d9359361c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd96c4d9359361c","status":"passed","time":{"start":1726217604490,"stop":1726217604490,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"11e5f25aebcd7132","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/11e5f25aebcd7132","status":"passed","time":{"start":1726218879342,"stop":1726218879348,"duration":6}},{"uid":"1f91550e29c3bb35","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1f91550e29c3bb35","status":"passed","time":{"start":1726218787587,"stop":1726218787587,"duration":0}},{"uid":"c2d387150ef2f747","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c2d387150ef2f747","status":"passed","time":{"start":1726218066299,"stop":1726218066299,"duration":0}},{"uid":"6f616b5e22a70bdd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6f616b5e22a70bdd","status":"passed","time":{"start":1726217965319,"stop":1726217965319,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3ebcfee765a0247b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3ebcfee765a0247b","status":"passed","time":{"start":1726218346772,"stop":1726218346772,"duration":0}},{"uid":"68e4035cab8a3d2e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68e4035cab8a3d2e","status":"passed","time":{"start":1726218251123,"stop":1726218251124,"duration":1}},{"uid":"c28be002ac1abbae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c28be002ac1abbae","status":"passed","time":{"start":1726217503654,"stop":1726217503654,"duration":0}},{"uid":"642ae42573525dd3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/642ae42573525dd3","status":"passed","time":{"start":1726217444758,"stop":1726217444759,"duration":1}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"42f451cbf07d7de4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42f451cbf07d7de4","status":"passed","time":{"start":1726218909195,"stop":1726218909195,"duration":0}},{"uid":"9488b306eb40c09e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9488b306eb40c09e","status":"passed","time":{"start":1726218818268,"stop":1726218818269,"duration":1}},{"uid":"2540c21096383b3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2540c21096383b3c","status":"passed","time":{"start":1726218085659,"stop":1726218085660,"duration":1}},{"uid":"96ecb5052696d078","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96ecb5052696d078","status":"passed","time":{"start":1726217996429,"stop":1726217996429,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0e0e4b95a9693ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0e0e4b95a9693ba","status":"passed","time":{"start":1726218812474,"stop":1726218812474,"duration":0}},{"uid":"5804f04fbb1effb5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5804f04fbb1effb5","status":"passed","time":{"start":1726218708394,"stop":1726218708395,"duration":1}},{"uid":"65777614b69daf42","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/65777614b69daf42","status":"passed","time":{"start":1726217980050,"stop":1726217980050,"duration":0}},{"uid":"8ce8eb729a804910","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8ce8eb729a804910","status":"passed","time":{"start":1726217896503,"stop":1726217896504,"duration":1}}]},"6a7538fee209358db76cfb4e1abe381f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2cd9e83625b30ad7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2cd9e83625b30ad7","status":"passed","time":{"start":1726218765878,"stop":1726218765878,"duration":0}}]},"a2e285fd5c9ac805c15c8f23b6139809:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"871f9e21f1d2b33e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/871f9e21f1d2b33e","status":"passed","time":{"start":1726218843766,"stop":1726218843766,"duration":0}}]},"cdc09bc7b752df3e8a39642787ea9192:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8736293f26b6ab4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c8736293f26b6ab4","status":"passed","time":{"start":1726217677827,"stop":1726217677828,"duration":1}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"32c9bf2db8e7352a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/32c9bf2db8e7352a","status":"passed","time":{"start":1726218375494,"stop":1726218375495,"duration":1}},{"uid":"ce6b13f7d2ad14c0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ce6b13f7d2ad14c0","status":"passed","time":{"start":1726218279691,"stop":1726218279695,"duration":4}},{"uid":"9e9273b9c8ce73cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9e9273b9c8ce73cd","status":"passed","time":{"start":1726217533048,"stop":1726217533048,"duration":0}},{"uid":"70c70457ae9c4f0f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/70c70457ae9c4f0f","status":"passed","time":{"start":1726217474966,"stop":1726217474967,"duration":1}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c2a98fa084253ee0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c2a98fa084253ee0","status":"passed","time":{"start":1726218689005,"stop":1726218689006,"duration":1}},{"uid":"d4708d07fb0c9831","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d4708d07fb0c9831","status":"passed","time":{"start":1726218597576,"stop":1726218597576,"duration":0}},{"uid":"1c0ce4e0a62a37cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c0ce4e0a62a37cf","status":"passed","time":{"start":1726217848414,"stop":1726217848414,"duration":0}},{"uid":"6e47f2d8bbcfe4cb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e47f2d8bbcfe4cb","status":"passed","time":{"start":1726217774668,"stop":1726217774668,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"62f3ede2ea6bb57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/62f3ede2ea6bb57","status":"passed","time":{"start":1726218806754,"stop":1726218806754,"duration":0}},{"uid":"eed56000a554e28a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eed56000a554e28a","status":"passed","time":{"start":1726218706737,"stop":1726218706737,"duration":0}},{"uid":"2fab469ec8314fea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2fab469ec8314fea","status":"passed","time":{"start":1726217976600,"stop":1726217976601,"duration":1}},{"uid":"724105d5d9a84441","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/724105d5d9a84441","status":"passed","time":{"start":1726217890292,"stop":1726217890293,"duration":1}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"879b9592f245da41","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/879b9592f245da41","status":"passed","time":{"start":1726218291658,"stop":1726218291658,"duration":0}},{"uid":"457a342776f983a3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/457a342776f983a3","status":"passed","time":{"start":1726218196996,"stop":1726218196997,"duration":1}},{"uid":"666c45e548af8496","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/666c45e548af8496","status":"passed","time":{"start":1726217450194,"stop":1726217450194,"duration":0}},{"uid":"13cf0d32ecb87145","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/13cf0d32ecb87145","status":"passed","time":{"start":1726217391846,"stop":1726217391846,"duration":0}}]},"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"51d33b622e674957","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/51d33b622e674957","status":"passed","time":{"start":1726218283096,"stop":1726218283096,"duration":0}},{"uid":"e7b41be16a4ddf08","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e7b41be16a4ddf08","status":"passed","time":{"start":1726218188597,"stop":1726218188597,"duration":0}},{"uid":"98511c38589bd9e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/98511c38589bd9e","status":"passed","time":{"start":1726217441558,"stop":1726217441558,"duration":0}},{"uid":"f3174f3b5aa558a5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f3174f3b5aa558a5","status":"passed","time":{"start":1726217383220,"stop":1726217383221,"duration":1}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bcb62b042161b6dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bcb62b042161b6dc","status":"passed","time":{"start":1726218914872,"stop":1726218914873,"duration":1}},{"uid":"dbe41f2e20cc659f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dbe41f2e20cc659f","status":"passed","time":{"start":1726218826917,"stop":1726218826917,"duration":0}},{"uid":"370620f1406a5b64","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/370620f1406a5b64","status":"passed","time":{"start":1726218091299,"stop":1726218091299,"duration":0}},{"uid":"9494e77e473de648","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9494e77e473de648","status":"passed","time":{"start":1726218000390,"stop":1726218000390,"duration":0}}]},"86e41bc1d25451331883b1ea7fc18c07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"594ff4c45895ab89","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/594ff4c45895ab89","status":"passed","time":{"start":1726218039627,"stop":1726218039628,"duration":1}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e67318fdb1b033ad","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e67318fdb1b033ad","status":"passed","time":{"start":1726218768115,"stop":1726218768116,"duration":1}},{"uid":"4b7a3fa3d0d35597","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b7a3fa3d0d35597","status":"passed","time":{"start":1726218662796,"stop":1726218662797,"duration":1}},{"uid":"e20376927b185d2a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e20376927b185d2a","status":"passed","time":{"start":1726217927561,"stop":1726217927561,"duration":0}},{"uid":"7386b22d9c58eb0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7386b22d9c58eb0","status":"passed","time":{"start":1726217843353,"stop":1726217843353,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f12194e561c4be75","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f12194e561c4be75","status":"passed","time":{"start":1726218914875,"stop":1726218914875,"duration":0}},{"uid":"b1ed3b1d598704a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b1ed3b1d598704a","status":"passed","time":{"start":1726218826919,"stop":1726218826920,"duration":1}},{"uid":"1c5d67241e843233","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c5d67241e843233","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"duration":0}},{"uid":"8b61c90d4ca556cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8b61c90d4ca556cd","status":"passed","time":{"start":1726218000391,"stop":1726218000392,"duration":1}}]},"72fee5969d81b5b9ccbbd506e0a41e67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d39e9c75b52c617","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d39e9c75b52c617","status":"passed","time":{"start":1726218863048,"stop":1726218863049,"duration":1}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3635fc44fd8f2555","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3635fc44fd8f2555","status":"passed","time":{"start":1726218291659,"stop":1726218291660,"duration":1}},{"uid":"9d43ce8314e1a679","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9d43ce8314e1a679","status":"passed","time":{"start":1726218196998,"stop":1726218196998,"duration":0}},{"uid":"10f9bae00905c9d9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/10f9bae00905c9d9","status":"passed","time":{"start":1726217450195,"stop":1726217450196,"duration":1}},{"uid":"fffd17e4146ca360","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fffd17e4146ca360","status":"passed","time":{"start":1726217391847,"stop":1726217391847,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c144b0be3f407985","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c144b0be3f407985","status":"passed","time":{"start":1726218793428,"stop":1726218793429,"duration":1}},{"uid":"a5230315de8418cc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a5230315de8418cc","status":"passed","time":{"start":1726218722080,"stop":1726218722080,"duration":0}},{"uid":"155d181d2dd11c63","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/155d181d2dd11c63","status":"passed","time":{"start":1726217978645,"stop":1726217978647,"duration":2}},{"uid":"aefe7dc1af3e1a56","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/aefe7dc1af3e1a56","status":"passed","time":{"start":1726217893872,"stop":1726217893873,"duration":1}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9e482b09460dc0b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9e482b09460dc0b8","status":"passed","time":{"start":1726218523030,"stop":1726218523030,"duration":0}},{"uid":"4b35bbaffbbedd38","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b35bbaffbbedd38","status":"passed","time":{"start":1726218422920,"stop":1726218422921,"duration":1}},{"uid":"4e023238762566f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4e023238762566f1","status":"passed","time":{"start":1726217687447,"stop":1726217687449,"duration":2}},{"uid":"7da0db01f0218b84","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7da0db01f0218b84","status":"passed","time":{"start":1726217604529,"stop":1726217604530,"duration":1}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3cbce1ba325f4009","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3cbce1ba325f4009","status":"passed","time":{"start":1726218523022,"stop":1726218523022,"duration":0}},{"uid":"b218b266859849d9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b218b266859849d9","status":"passed","time":{"start":1726218422909,"stop":1726218422909,"duration":0}},{"uid":"fefa5b17b05cc84b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fefa5b17b05cc84b","status":"passed","time":{"start":1726217687429,"stop":1726217687429,"duration":0}},{"uid":"8cd21164abb8a310","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8cd21164abb8a310","status":"passed","time":{"start":1726217604498,"stop":1726217604498,"duration":0}}]},"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"71256f7045ae34","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71256f7045ae34","status":"passed","time":{"start":1726218898754,"stop":1726218898754,"duration":0}},{"uid":"ca06431b0b3ac83c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca06431b0b3ac83c","status":"passed","time":{"start":1726218807211,"stop":1726218807212,"duration":1}},{"uid":"1bade847af628851","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1bade847af628851","status":"passed","time":{"start":1726218077540,"stop":1726218077540,"duration":0}},{"uid":"cb2d35c22589085b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cb2d35c22589085b","status":"passed","time":{"start":1726217979449,"stop":1726217979449,"duration":0}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b007419bcfd40f9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b007419bcfd40f9a","status":"passed","time":{"start":1726218291080,"stop":1726218291080,"duration":0}},{"uid":"c62203f6a4dcd6fa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c62203f6a4dcd6fa","status":"passed","time":{"start":1726218196345,"stop":1726218196346,"duration":1}},{"uid":"47d333d62e7c116d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47d333d62e7c116d","status":"passed","time":{"start":1726217449475,"stop":1726217449476,"duration":1}},{"uid":"ca227a677b9e27d3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ca227a677b9e27d3","status":"passed","time":{"start":1726217391250,"stop":1726217391250,"duration":0}}]},"0594382963bea32e9c8b3542e5bec09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"36839293d899a7c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/36839293d899a7c1","status":"passed","time":{"start":1726218669774,"stop":1726218669774,"duration":0}},{"uid":"81a43e5ffe88b55f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/81a43e5ffe88b55f","status":"passed","time":{"start":1726218612963,"stop":1726218612965,"duration":2}},{"uid":"b1da881b4a2fd795","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b1da881b4a2fd795","status":"passed","time":{"start":1726217868236,"stop":1726217868237,"duration":1}},{"uid":"ea195893363204c0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ea195893363204c0","status":"passed","time":{"start":1726217785171,"stop":1726217785174,"duration":3}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e8fe22c2fec85a3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8e8fe22c2fec85a3","status":"passed","time":{"start":1726218285627,"stop":1726218285627,"duration":0}},{"uid":"27e89c16c5c64e42","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/27e89c16c5c64e42","status":"passed","time":{"start":1726218191032,"stop":1726218191032,"duration":0}},{"uid":"c3bc736879b5085f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3bc736879b5085f","status":"passed","time":{"start":1726217444068,"stop":1726217444068,"duration":0}},{"uid":"a5cfe75f7e8c1514","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a5cfe75f7e8c1514","status":"passed","time":{"start":1726217385914,"stop":1726217385915,"duration":1}}]},"2c6e8d07fcb934340faeb1ed5ad629a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcb8c58ac0dfd459","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fcb8c58ac0dfd459","status":"passed","time":{"start":1726217923181,"stop":1726217923181,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3d6c66e8ac7880a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3d6c66e8ac7880a4","status":"passed","time":{"start":1726218914873,"stop":1726218914874,"duration":1}},{"uid":"2fe6ddc99451e24","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fe6ddc99451e24","status":"passed","time":{"start":1726218826918,"stop":1726218826919,"duration":1}},{"uid":"7f25e3f990a9cdbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7f25e3f990a9cdbf","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"duration":0}},{"uid":"87c4c9d114c41ff4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/87c4c9d114c41ff4","status":"passed","time":{"start":1726218000391,"stop":1726218000391,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ad132ab58d35f0a7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad132ab58d35f0a7","status":"passed","time":{"start":1726218910985,"stop":1726218910986,"duration":1}},{"uid":"afabe385347ac399","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/afabe385347ac399","status":"passed","time":{"start":1726218817595,"stop":1726218817595,"duration":0}},{"uid":"bb3259767a1d0e57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb3259767a1d0e57","status":"passed","time":{"start":1726218077306,"stop":1726218077306,"duration":0}},{"uid":"51fbdf9449c15f71","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/51fbdf9449c15f71","status":"passed","time":{"start":1726217991632,"stop":1726217991634,"duration":2}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5360e733e13a6bb4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5360e733e13a6bb4","status":"passed","time":{"start":1726218375483,"stop":1726218375484,"duration":1}},{"uid":"814d2d79939008fd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/814d2d79939008fd","status":"passed","time":{"start":1726218279679,"stop":1726218279685,"duration":6}},{"uid":"872c80c1f279eeb4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/872c80c1f279eeb4","status":"passed","time":{"start":1726217533046,"stop":1726217533046,"duration":0}},{"uid":"78e382ccd096e26c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/78e382ccd096e26c","status":"passed","time":{"start":1726217474963,"stop":1726217474963,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eb52333d1510eb29","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb52333d1510eb29","status":"passed","time":{"start":1726218510977,"stop":1726218510977,"duration":0}},{"uid":"4df454d2570b183a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4df454d2570b183a","status":"passed","time":{"start":1726218417149,"stop":1726218417149,"duration":0}},{"uid":"54da3af17e7b59c8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54da3af17e7b59c8","status":"passed","time":{"start":1726217677814,"stop":1726217677815,"duration":1}},{"uid":"cd78cd7d9473a1a2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cd78cd7d9473a1a2","status":"passed","time":{"start":1726217616841,"stop":1726217616841,"duration":0}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eeafbf1d12887ad9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eeafbf1d12887ad9","status":"passed","time":{"start":1726218778233,"stop":1726218778234,"duration":1}},{"uid":"9ae36155a2c169c6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9ae36155a2c169c6","status":"passed","time":{"start":1726218673558,"stop":1726218673558,"duration":0}},{"uid":"822c7391aaeeaf49","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/822c7391aaeeaf49","status":"passed","time":{"start":1726217946732,"stop":1726217946733,"duration":1}},{"uid":"44c56c1bfe700006","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/44c56c1bfe700006","status":"passed","time":{"start":1726217862783,"stop":1726217862784,"duration":1}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4147f4d5e1180d73","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4147f4d5e1180d73","status":"passed","time":{"start":1726218778189,"stop":1726218778189,"duration":0}},{"uid":"4b7cd82580148d16","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b7cd82580148d16","status":"passed","time":{"start":1726218673547,"stop":1726218673547,"duration":0}},{"uid":"d71162fe36448aeb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d71162fe36448aeb","status":"passed","time":{"start":1726217946699,"stop":1726217946699,"duration":0}},{"uid":"fd439c7ee7d6c4b7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd439c7ee7d6c4b7","status":"passed","time":{"start":1726217862772,"stop":1726217862772,"duration":0}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c97d5c3e7a55a385","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c97d5c3e7a55a385","status":"passed","time":{"start":1726218806758,"stop":1726218806758,"duration":0}},{"uid":"dfcbf3f952024cfc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dfcbf3f952024cfc","status":"passed","time":{"start":1726218706740,"stop":1726218706740,"duration":0}},{"uid":"db8561724d375e5f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/db8561724d375e5f","status":"passed","time":{"start":1726217976603,"stop":1726217976603,"duration":0}},{"uid":"25b53a876e8eba3b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/25b53a876e8eba3b","status":"passed","time":{"start":1726217890295,"stop":1726217890295,"duration":0}}]},"dc5b89765543e8799aaed780d11dd2b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12b4d0648b00e401","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/12b4d0648b00e401","status":"passed","time":{"start":1726217890299,"stop":1726217890299,"duration":0}}]},"b6dfbc38cbe6d55cca3a467e98af681a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43993ae6688f6977","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/43993ae6688f6977","status":"passed","time":{"start":1726218011626,"stop":1726218011626,"duration":0}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"96e82bf7c76ad986","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/96e82bf7c76ad986","status":"passed","time":{"start":1726218304536,"stop":1726218304536,"duration":0}},{"uid":"97822586f13fe846","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/97822586f13fe846","status":"passed","time":{"start":1726218209374,"stop":1726218209374,"duration":0}},{"uid":"33293d8f5b9e8e0f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/33293d8f5b9e8e0f","status":"passed","time":{"start":1726217462339,"stop":1726217462339,"duration":0}},{"uid":"c813756681be6c58","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c813756681be6c58","status":"passed","time":{"start":1726217404189,"stop":1726217404190,"duration":1}}]},"4a30c88d4067345a68f042556229f945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d36abfea4dce09d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7d36abfea4dce09d","status":"passed","time":{"start":1726218673565,"stop":1726218673565,"duration":0}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cc8e38dc4d948ee6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cc8e38dc4d948ee6","status":"passed","time":{"start":1726218793433,"stop":1726218793434,"duration":1}},{"uid":"724982b336937e81","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/724982b336937e81","status":"passed","time":{"start":1726218722081,"stop":1726218722089,"duration":8}},{"uid":"6fe6410a277322c9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6fe6410a277322c9","status":"passed","time":{"start":1726217978666,"stop":1726217978666,"duration":0}},{"uid":"4eab0cd8e4c0f18b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4eab0cd8e4c0f18b","status":"passed","time":{"start":1726217893874,"stop":1726217893874,"duration":0}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"df8171faf052af51","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df8171faf052af51","status":"passed","time":{"start":1726218764081,"stop":1726218764082,"duration":1}},{"uid":"1f904ba26896ee88","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1f904ba26896ee88","status":"passed","time":{"start":1726218659001,"stop":1726218659002,"duration":1}},{"uid":"38add447307aaaf2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/38add447307aaaf2","status":"passed","time":{"start":1726217924731,"stop":1726217924732,"duration":1}},{"uid":"e833ad1d28373582","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e833ad1d28373582","status":"passed","time":{"start":1726217840472,"stop":1726217840473,"duration":1}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"47d06fdcdc1c348e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47d06fdcdc1c348e","status":"passed","time":{"start":1726218651142,"stop":1726218651143,"duration":1}},{"uid":"a17fc38a2bb30997","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a17fc38a2bb30997","status":"passed","time":{"start":1726218550063,"stop":1726218550064,"duration":1}},{"uid":"30f98cd2a9d61481","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/30f98cd2a9d61481","status":"passed","time":{"start":1726217804574,"stop":1726217804574,"duration":0}},{"uid":"497d2249cc2db959","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/497d2249cc2db959","status":"passed","time":{"start":1726217733941,"stop":1726217733941,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fa14c5ab67fd2c86","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa14c5ab67fd2c86","status":"passed","time":{"start":1726218551496,"stop":1726218551497,"duration":1}},{"uid":"dd298c6c748c9a27","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dd298c6c748c9a27","status":"passed","time":{"start":1726218459543,"stop":1726218459544,"duration":1}},{"uid":"fd1422df3e59aced","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd1422df3e59aced","status":"passed","time":{"start":1726217706011,"stop":1726217706012,"duration":1}},{"uid":"f6ba3be7cc712b42","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f6ba3be7cc712b42","status":"passed","time":{"start":1726217650774,"stop":1726217650774,"duration":0}}]},"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"63960250baa96b55","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/63960250baa96b55","status":"passed","time":{"start":1726218283104,"stop":1726218283105,"duration":1}},{"uid":"23d75f3eedb2a7f0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/23d75f3eedb2a7f0","status":"passed","time":{"start":1726218188605,"stop":1726218188605,"duration":0}},{"uid":"1514f7ec7ccf2d5d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1514f7ec7ccf2d5d","status":"passed","time":{"start":1726217441568,"stop":1726217441569,"duration":1}},{"uid":"6c4f34e2bc4bf457","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6c4f34e2bc4bf457","status":"passed","time":{"start":1726217383231,"stop":1726217383231,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca9d2067e246b0e8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca9d2067e246b0e8","status":"passed","time":{"start":1726218903394,"stop":1726218903394,"duration":0}},{"uid":"b1397f1c65978a11","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b1397f1c65978a11","status":"passed","time":{"start":1726218807915,"stop":1726218807915,"duration":0}},{"uid":"860268ee1c290af7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/860268ee1c290af7","status":"passed","time":{"start":1726218061981,"stop":1726218061981,"duration":0}},{"uid":"e60a73c62bb11600","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e60a73c62bb11600","status":"passed","time":{"start":1726217984952,"stop":1726217984952,"duration":0}}]},"87d2975059f6406d581806dbc1b15584:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4368215cbf6b665d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4368215cbf6b665d","status":"passed","time":{"start":1726218806762,"stop":1726218806762,"duration":0}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c29173ca9145775e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c29173ca9145775e","status":"passed","time":{"start":1726218764101,"stop":1726218764101,"duration":0}},{"uid":"82e85afd49b7976a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/82e85afd49b7976a","status":"passed","time":{"start":1726218659018,"stop":1726218659018,"duration":0}},{"uid":"cd9aa96cbafd7868","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd9aa96cbafd7868","status":"passed","time":{"start":1726217924744,"stop":1726217924744,"duration":0}},{"uid":"603a77c63548144a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/603a77c63548144a","status":"passed","time":{"start":1726217840524,"stop":1726217840538,"duration":14}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"27902b6ce484cc0e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/27902b6ce484cc0e","status":"passed","time":{"start":1726218778197,"stop":1726218778197,"duration":0}},{"uid":"8be57116e5cdccb3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8be57116e5cdccb3","status":"passed","time":{"start":1726218673551,"stop":1726218673551,"duration":0}},{"uid":"1915a37224b4eead","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1915a37224b4eead","status":"passed","time":{"start":1726217946721,"stop":1726217946721,"duration":0}},{"uid":"623d30565ba630dc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/623d30565ba630dc","status":"passed","time":{"start":1726217862775,"stop":1726217862775,"duration":0}}]},"b539a6e04275dd8da2b54392a44302be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3e9fdbc1a78cbd0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a3e9fdbc1a78cbd0","status":"passed","time":{"start":1726218764095,"stop":1726218764096,"duration":1}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b9e3beb086ba681a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b9e3beb086ba681a","status":"passed","time":{"start":1726218345034,"stop":1726218345034,"duration":0}},{"uid":"e0bbe2689648e7e1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e0bbe2689648e7e1","status":"passed","time":{"start":1726218250233,"stop":1726218250234,"duration":1}},{"uid":"62e29705231e7abb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/62e29705231e7abb","status":"passed","time":{"start":1726217507041,"stop":1726217507042,"duration":1}},{"uid":"839c9f31caf642ab","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/839c9f31caf642ab","status":"passed","time":{"start":1726217445616,"stop":1726217445620,"duration":4}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"62b01232520f18e6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/62b01232520f18e6","status":"passed","time":{"start":1726218806751,"stop":1726218806751,"duration":0}},{"uid":"690d297821e94fcc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/690d297821e94fcc","status":"passed","time":{"start":1726218706735,"stop":1726218706735,"duration":0}},{"uid":"2ef258ced9393aaf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ef258ced9393aaf","status":"passed","time":{"start":1726217976598,"stop":1726217976598,"duration":0}},{"uid":"2d7e15d03013dacc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2d7e15d03013dacc","status":"passed","time":{"start":1726217890289,"stop":1726217890289,"duration":0}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"45ced46f4168b7f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/45ced46f4168b7f6","status":"passed","time":{"start":1726218291082,"stop":1726218291083,"duration":1}},{"uid":"7a5abcd45675397b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a5abcd45675397b","status":"passed","time":{"start":1726218196348,"stop":1726218196349,"duration":1}},{"uid":"90d6244b18cb3998","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/90d6244b18cb3998","status":"passed","time":{"start":1726217449481,"stop":1726217449481,"duration":0}},{"uid":"d72b2267ce904f4c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d72b2267ce904f4c","status":"passed","time":{"start":1726217391253,"stop":1726217391253,"duration":0}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1603de7664729680","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1603de7664729680","status":"passed","time":{"start":1726218523027,"stop":1726218523027,"duration":0}},{"uid":"b83892cd25317b66","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b83892cd25317b66","status":"passed","time":{"start":1726218422917,"stop":1726218422918,"duration":1}},{"uid":"1454bbe5908cf8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1454bbe5908cf8c","status":"passed","time":{"start":1726217687440,"stop":1726217687441,"duration":1}},{"uid":"ccecf647a189a62c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ccecf647a189a62c","status":"passed","time":{"start":1726217604521,"stop":1726217604523,"duration":2}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d0dbcd93c1397719","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d0dbcd93c1397719","status":"passed","time":{"start":1726218397743,"stop":1726218397743,"duration":0}},{"uid":"6dcde74d4d1327ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6dcde74d4d1327ab","status":"passed","time":{"start":1726218303231,"stop":1726218303232,"duration":1}},{"uid":"283fbfb203367c56","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/283fbfb203367c56","status":"passed","time":{"start":1726217551920,"stop":1726217551921,"duration":1}},{"uid":"96e695b439fb836","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96e695b439fb836","status":"passed","time":{"start":1726217494760,"stop":1726217494761,"duration":1}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"992c411c2172ec00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/992c411c2172ec00","status":"passed","time":{"start":1726218651143,"stop":1726218651144,"duration":1}},{"uid":"c3d8edc45085ab12","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c3d8edc45085ab12","status":"passed","time":{"start":1726218550065,"stop":1726218550065,"duration":0}},{"uid":"fdcd25c2971565ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fdcd25c2971565ed","status":"passed","time":{"start":1726217804575,"stop":1726217804576,"duration":1}},{"uid":"59481860ce3678ba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59481860ce3678ba","status":"passed","time":{"start":1726217733942,"stop":1726217733943,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e6901025ac9b9175","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e6901025ac9b9175","status":"passed","time":{"start":1726218523017,"stop":1726218523017,"duration":0}},{"uid":"8c1f96dc51b88dc4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8c1f96dc51b88dc4","status":"passed","time":{"start":1726218422900,"stop":1726218422900,"duration":0}},{"uid":"b6a37fe23b451513","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b6a37fe23b451513","status":"passed","time":{"start":1726217687424,"stop":1726217687425,"duration":1}},{"uid":"7529331458dc0768","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7529331458dc0768","status":"passed","time":{"start":1726217604491,"stop":1726217604492,"duration":1}}]},"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fb092e4d29ee67aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fb092e4d29ee67aa","status":"passed","time":{"start":1726218283097,"stop":1726218283097,"duration":0}},{"uid":"6bc13014fc9ddb37","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6bc13014fc9ddb37","status":"passed","time":{"start":1726218188597,"stop":1726218188598,"duration":1}},{"uid":"fc00216f7f742763","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc00216f7f742763","status":"passed","time":{"start":1726217441559,"stop":1726217441560,"duration":1}},{"uid":"cfd5687e32262367","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cfd5687e32262367","status":"passed","time":{"start":1726217383221,"stop":1726217383222,"duration":1}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"51ef0b3ac9b9029a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/51ef0b3ac9b9029a","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218764452,"stop":1726218764452,"duration":0}},{"uid":"9c9eea534635aeb3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9c9eea534635aeb3","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659235,"stop":1726218659235,"duration":0}},{"uid":"f9a0f8a733a691ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f9a0f8a733a691ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925016,"stop":1726217925016,"duration":0}},{"uid":"275cbff2bf48ce37","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/275cbff2bf48ce37","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840807,"stop":1726217840807,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d5c80308ecae3ad5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d5c80308ecae3ad5","status":"passed","time":{"start":1726218806767,"stop":1726218806767,"duration":0}},{"uid":"ebf2a90e9894bf5c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ebf2a90e9894bf5c","status":"passed","time":{"start":1726218706749,"stop":1726218706749,"duration":0}},{"uid":"78d71f9d8fa08f9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/78d71f9d8fa08f9a","status":"passed","time":{"start":1726217976623,"stop":1726217976624,"duration":1}},{"uid":"c1225d5c1ecf5b00","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1225d5c1ecf5b00","status":"passed","time":{"start":1726217890303,"stop":1726217890304,"duration":1}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"adab1d1f20bcc561","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/adab1d1f20bcc561","status":"passed","time":{"start":1726218523015,"stop":1726218523015,"duration":0}},{"uid":"80c6de79fea9ca05","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/80c6de79fea9ca05","status":"passed","time":{"start":1726218422897,"stop":1726218422898,"duration":1}},{"uid":"bbeb1f06bb1cc096","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bbeb1f06bb1cc096","status":"passed","time":{"start":1726217687422,"stop":1726217687422,"duration":0}},{"uid":"b415dd63f7c240cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b415dd63f7c240cc","status":"passed","time":{"start":1726217604489,"stop":1726217604490,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"674e32b525603e69","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/674e32b525603e69","status":"passed","time":{"start":1726218764067,"stop":1726218764067,"duration":0}},{"uid":"ffe10bd2be1d1d94","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ffe10bd2be1d1d94","status":"passed","time":{"start":1726218659000,"stop":1726218659000,"duration":0}},{"uid":"ad3d9f69973527b4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad3d9f69973527b4","status":"passed","time":{"start":1726217924729,"stop":1726217924729,"duration":0}},{"uid":"a7b45f94976283cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a7b45f94976283cd","status":"passed","time":{"start":1726217840471,"stop":1726217840471,"duration":0}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dfce94e63411aedf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dfce94e63411aedf","status":"passed","time":{"start":1726218291670,"stop":1726218291670,"duration":0}},{"uid":"99926af1a2e21bc3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/99926af1a2e21bc3","status":"passed","time":{"start":1726218197008,"stop":1726218197009,"duration":1}},{"uid":"6f4fd95af0aa249e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f4fd95af0aa249e","status":"passed","time":{"start":1726217450207,"stop":1726217450207,"duration":0}},{"uid":"fdf5355238468d28","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fdf5355238468d28","status":"passed","time":{"start":1726217391859,"stop":1726217391859,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ed3233569991489d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed3233569991489d","status":"passed","time":{"start":1726218291668,"stop":1726218291668,"duration":0}},{"uid":"f9004a603e5587f6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f9004a603e5587f6","status":"passed","time":{"start":1726218197007,"stop":1726218197007,"duration":0}},{"uid":"6fa3ec0d1abfcfcd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6fa3ec0d1abfcfcd","status":"passed","time":{"start":1726217450206,"stop":1726217450206,"duration":0}},{"uid":"a92d187ea10d95ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a92d187ea10d95ad","status":"passed","time":{"start":1726217391857,"stop":1726217391857,"duration":0}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6d951e7eda174203","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d951e7eda174203","status":"passed","time":{"start":1726218291668,"stop":1726218291668,"duration":0}},{"uid":"a50c51e3a9811a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a50c51e3a9811a0","status":"passed","time":{"start":1726218197007,"stop":1726218197007,"duration":0}},{"uid":"1dc009d3321749d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1dc009d3321749d6","status":"passed","time":{"start":1726217450205,"stop":1726217450205,"duration":0}},{"uid":"4e6951510494b8bf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4e6951510494b8bf","status":"passed","time":{"start":1726217391856,"stop":1726217391857,"duration":1}}]},"ae7a5a3ee5d454b41af9ad34deb4c4d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf20f3c9567e362","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bf20f3c9567e362","status":"passed","time":{"start":1726218863184,"stop":1726218863184,"duration":0}}]},"8abbd5d2341f2ceeb7cda8e686373cdf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a21557c0982eeaa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6a21557c0982eeaa","status":"passed","time":{"start":1726218863182,"stop":1726218863182,"duration":0}}]},"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"92b6402ff8053dc2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/92b6402ff8053dc2","status":"passed","time":{"start":1726218283105,"stop":1726218283105,"duration":0}},{"uid":"e75e9af442f81402","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e75e9af442f81402","status":"passed","time":{"start":1726218188605,"stop":1726218188605,"duration":0}},{"uid":"495d71f9ea60418a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/495d71f9ea60418a","status":"passed","time":{"start":1726217441569,"stop":1726217441569,"duration":0}},{"uid":"9dbea05081fdcfc7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9dbea05081fdcfc7","status":"passed","time":{"start":1726217383231,"stop":1726217383232,"duration":1}}]},"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"197912e751f465a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/197912e751f465a8","status":"passed","time":{"start":1726218583682,"stop":1726218583682,"duration":0}},{"uid":"349f1700ba86b346","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/349f1700ba86b346","status":"passed","time":{"start":1726218469204,"stop":1726218469207,"duration":3}},{"uid":"34e19b98ba411c0e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34e19b98ba411c0e","status":"passed","time":{"start":1726217742497,"stop":1726217742498,"duration":1}},{"uid":"564d11a24796dc9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/564d11a24796dc9","status":"passed","time":{"start":1726217674283,"stop":1726217674284,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b0a6f61c031638c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b0a6f61c031638c1","status":"passed","time":{"start":1726218551488,"stop":1726218551489,"duration":1}},{"uid":"ba3a180a97334ba0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ba3a180a97334ba0","status":"passed","time":{"start":1726218459538,"stop":1726218459538,"duration":0}},{"uid":"f6fcbf6ede1545b6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f6fcbf6ede1545b6","status":"passed","time":{"start":1726217706006,"stop":1726217706006,"duration":0}},{"uid":"9494e9dc05c50a55","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9494e9dc05c50a55","status":"passed","time":{"start":1726217650763,"stop":1726217650763,"duration":0}}]},"e00509ad2cd2dd8b7958a6473b66075b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"199d5a0683b82d6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/199d5a0683b82d6","status":"passed","time":{"start":1726218748390,"stop":1726218748390,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6105905ca3426dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6105905ca3426dd","status":"passed","time":{"start":1726218283107,"stop":1726218283107,"duration":0}},{"uid":"9bce9022b43580c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9bce9022b43580c","status":"passed","time":{"start":1726218188644,"stop":1726218188645,"duration":1}},{"uid":"9a0c0f5f94750769","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9a0c0f5f94750769","status":"passed","time":{"start":1726217441571,"stop":1726217441572,"duration":1}},{"uid":"1be307170cd6187a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1be307170cd6187a","status":"passed","time":{"start":1726217383355,"stop":1726217383355,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"406731f9a031e25b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/406731f9a031e25b","status":"passed","time":{"start":1726218410951,"stop":1726218410952,"duration":1}},{"uid":"3137af7d122afc72","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3137af7d122afc72","status":"passed","time":{"start":1726218315924,"stop":1726218315925,"duration":1}},{"uid":"7677dfe93a0787f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7677dfe93a0787f7","status":"passed","time":{"start":1726217577132,"stop":1726217577133,"duration":1}},{"uid":"1ff2cbc4eaca8aef","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1ff2cbc4eaca8aef","status":"passed","time":{"start":1726217509411,"stop":1726217509411,"duration":0}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"242792f42b933ae4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/242792f42b933ae4","status":"passed","time":{"start":1726218806759,"stop":1726218806759,"duration":0}},{"uid":"af61f5104d355525","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/af61f5104d355525","status":"passed","time":{"start":1726218706741,"stop":1726218706741,"duration":0}},{"uid":"f110014bb68fc085","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f110014bb68fc085","status":"passed","time":{"start":1726217976604,"stop":1726217976606,"duration":2}},{"uid":"bc749b323cb91066","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bc749b323cb91066","status":"passed","time":{"start":1726217890296,"stop":1726217890296,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"de1030823bf94604","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/de1030823bf94604","status":"passed","time":{"start":1726218812464,"stop":1726218812464,"duration":0}},{"uid":"720f57bfc4a32ed8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/720f57bfc4a32ed8","status":"passed","time":{"start":1726218708383,"stop":1726218708385,"duration":2}},{"uid":"42f866ea9a68472e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42f866ea9a68472e","status":"passed","time":{"start":1726217980035,"stop":1726217980036,"duration":1}},{"uid":"383b5e105f424c60","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/383b5e105f424c60","status":"passed","time":{"start":1726217896496,"stop":1726217896497,"duration":1}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a043d423d9bcf54","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a043d423d9bcf54","status":"passed","time":{"start":1726218551489,"stop":1726218551490,"duration":1}},{"uid":"bc216d160575bc5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bc216d160575bc5f","status":"passed","time":{"start":1726218459538,"stop":1726218459539,"duration":1}},{"uid":"bda7487f80b65a24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bda7487f80b65a24","status":"passed","time":{"start":1726217706007,"stop":1726217706007,"duration":0}},{"uid":"463716b98e9a23f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/463716b98e9a23f0","status":"passed","time":{"start":1726217650764,"stop":1726217650764,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9e03baf83eac6a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e9e03baf83eac6a4","status":"passed","time":{"start":1726218304463,"stop":1726218304463,"duration":0}},{"uid":"9fe45ba7339820ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9fe45ba7339820ba","status":"passed","time":{"start":1726218209563,"stop":1726218209563,"duration":0}},{"uid":"ccc8f2efe1e70ec8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ccc8f2efe1e70ec8","status":"passed","time":{"start":1726217463038,"stop":1726217463038,"duration":0}},{"uid":"7147274a062d70aa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7147274a062d70aa","status":"passed","time":{"start":1726217404604,"stop":1726217404605,"duration":1}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f500c56fdff1f020","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f500c56fdff1f020","status":"passed","time":{"start":1726218291085,"stop":1726218291085,"duration":0}},{"uid":"ce3a455deb25eb8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ce3a455deb25eb8","status":"passed","time":{"start":1726218196350,"stop":1726218196351,"duration":1}},{"uid":"c3a625ee978a2aeb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3a625ee978a2aeb","status":"passed","time":{"start":1726217449483,"stop":1726217449484,"duration":1}},{"uid":"68480339b277459b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/68480339b277459b","status":"passed","time":{"start":1726217391255,"stop":1726217391255,"duration":0}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b94e01803d8ac2bb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b94e01803d8ac2bb","status":"passed","time":{"start":1726218308584,"stop":1726218308585,"duration":1}},{"uid":"b5bf38ecff96eadb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b5bf38ecff96eadb","status":"passed","time":{"start":1726218213411,"stop":1726218213411,"duration":0}},{"uid":"6d63ae885f0671ee","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d63ae885f0671ee","status":"passed","time":{"start":1726217466678,"stop":1726217466678,"duration":0}},{"uid":"ba37ce57a6f363a8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba37ce57a6f363a8","status":"passed","time":{"start":1726217408298,"stop":1726217408298,"duration":0}}]},"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"377ccda8c80955b3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/377ccda8c80955b3","status":"passed","time":{"start":1726218283090,"stop":1726218283091,"duration":1}},{"uid":"fd2e10836f7103ed","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fd2e10836f7103ed","status":"passed","time":{"start":1726218188591,"stop":1726218188592,"duration":1}},{"uid":"e91d123d5773b3a9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e91d123d5773b3a9","status":"passed","time":{"start":1726217441552,"stop":1726217441552,"duration":0}},{"uid":"3a2a6e9890fa853f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3a2a6e9890fa853f","status":"passed","time":{"start":1726217383216,"stop":1726217383216,"duration":0}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5e16e97312309652","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5e16e97312309652","status":"passed","time":{"start":1726218788035,"stop":1726218788036,"duration":1}},{"uid":"88593a1538b9badb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/88593a1538b9badb","status":"passed","time":{"start":1726218685052,"stop":1726218685052,"duration":0}},{"uid":"d323eb4b7d5f4e3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d323eb4b7d5f4e3c","status":"passed","time":{"start":1726217960213,"stop":1726217960213,"duration":0}},{"uid":"3780012abba5457e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3780012abba5457e","status":"passed","time":{"start":1726217875227,"stop":1726217875228,"duration":1}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2bdeae87aeaeba31","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2bdeae87aeaeba31","status":"passed","time":{"start":1726218382074,"stop":1726218382075,"duration":1}},{"uid":"bf6f686611f2a4ee","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf6f686611f2a4ee","status":"passed","time":{"start":1726218287812,"stop":1726218287812,"duration":0}},{"uid":"205b7a3bfc944527","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/205b7a3bfc944527","status":"passed","time":{"start":1726217549448,"stop":1726217549449,"duration":1}},{"uid":"a686222f66d1a0b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a686222f66d1a0b5","status":"passed","time":{"start":1726217491286,"stop":1726217491286,"duration":0}}]},"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8ca0c9c76f229215","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8ca0c9c76f229215","status":"passed","time":{"start":1726218447504,"stop":1726218447506,"duration":2}},{"uid":"cd3c18e22e7c6c85","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cd3c18e22e7c6c85","status":"passed","time":{"start":1726218356739,"stop":1726218356740,"duration":1}},{"uid":"48b37bb234b8612a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48b37bb234b8612a","status":"passed","time":{"start":1726217603235,"stop":1726217603236,"duration":1}},{"uid":"ce111a5474131428","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce111a5474131428","status":"passed","time":{"start":1726217544015,"stop":1726217544015,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"44eb3b80a95b39c3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/44eb3b80a95b39c3","status":"passed","time":{"start":1726218764096,"stop":1726218764096,"duration":0}},{"uid":"fde290e517753ac7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fde290e517753ac7","status":"passed","time":{"start":1726218659011,"stop":1726218659011,"duration":0}},{"uid":"cd6766c4b7272b55","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd6766c4b7272b55","status":"passed","time":{"start":1726217924739,"stop":1726217924739,"duration":0}},{"uid":"5786e99bd094bb69","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5786e99bd094bb69","status":"passed","time":{"start":1726217840506,"stop":1726217840509,"duration":3}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"767c9dcd579d75ab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/767c9dcd579d75ab","status":"passed","time":{"start":1726218302902,"stop":1726218302903,"duration":1}},{"uid":"7668cc5cd7aff91d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7668cc5cd7aff91d","status":"passed","time":{"start":1726218208236,"stop":1726218208237,"duration":1}},{"uid":"47dce93e0c12260d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47dce93e0c12260d","status":"passed","time":{"start":1726217461851,"stop":1726217461852,"duration":1}},{"uid":"12eaa2051bd1aeea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/12eaa2051bd1aeea","status":"passed","time":{"start":1726217403234,"stop":1726217403236,"duration":2}}]},"eb9f5c637ccaca44bc69118a8add9174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b35ed543bc55ca7a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b35ed543bc55ca7a","status":"passed","time":{"start":1726217840562,"stop":1726217840565,"duration":3}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"537aaac81b083674","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/537aaac81b083674","status":"passed","time":{"start":1726218862990,"stop":1726218862991,"duration":1}},{"uid":"af6e829bb5358519","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/af6e829bb5358519","status":"passed","time":{"start":1726218781374,"stop":1726218781375,"duration":1}},{"uid":"fbdf6fecbd6fa7e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fbdf6fecbd6fa7e4","status":"passed","time":{"start":1726218013691,"stop":1726218013691,"duration":0}},{"uid":"f9842c14b2cd424d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f9842c14b2cd424d","status":"passed","time":{"start":1726217945324,"stop":1726217945325,"duration":1}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"47f3ae10a0d91128","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47f3ae10a0d91128","status":"passed","time":{"start":1726218410956,"stop":1726218410956,"duration":0}},{"uid":"7b898c2f4e8e699e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7b898c2f4e8e699e","status":"passed","time":{"start":1726218315930,"stop":1726218315930,"duration":0}},{"uid":"c39f1eda8251a907","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c39f1eda8251a907","status":"passed","time":{"start":1726217577151,"stop":1726217577152,"duration":1}},{"uid":"e73321fbfd26fec7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e73321fbfd26fec7","status":"passed","time":{"start":1726217509423,"stop":1726217509424,"duration":1}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d7e2d5b9fe65653","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2d7e2d5b9fe65653","status":"passed","time":{"start":1726218862983,"stop":1726218862984,"duration":1}},{"uid":"25bad725628c61db","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/25bad725628c61db","status":"passed","time":{"start":1726218781369,"stop":1726218781370,"duration":1}},{"uid":"7218ef37689f8d5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7218ef37689f8d5c","status":"passed","time":{"start":1726218013688,"stop":1726218013689,"duration":1}},{"uid":"ab3767ab4a0b0387","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ab3767ab4a0b0387","status":"passed","time":{"start":1726217945323,"stop":1726217945323,"duration":0}}]},"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"57e714e5f0dbe7db","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/57e714e5f0dbe7db","status":"passed","time":{"start":1726218447519,"stop":1726218447521,"duration":2}},{"uid":"952c03b2249cfd3c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/952c03b2249cfd3c","status":"passed","time":{"start":1726218356743,"stop":1726218356743,"duration":0}},{"uid":"1f98fc81c2c208f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1f98fc81c2c208f2","status":"passed","time":{"start":1726217603245,"stop":1726217603245,"duration":0}},{"uid":"dbce28a4e37b175a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dbce28a4e37b175a","status":"passed","time":{"start":1726217544018,"stop":1726217544018,"duration":0}}]},"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"18250addac37a8d4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18250addac37a8d4","status":"passed","time":{"start":1726218283088,"stop":1726218283088,"duration":0}},{"uid":"7a939780ee57c098","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a939780ee57c098","status":"passed","time":{"start":1726218188589,"stop":1726218188589,"duration":0}},{"uid":"ac26df81bb1c1915","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac26df81bb1c1915","status":"passed","time":{"start":1726217441549,"stop":1726217441550,"duration":1}},{"uid":"ce6efc6f93fb3c50","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce6efc6f93fb3c50","status":"passed","time":{"start":1726217383212,"stop":1726217383213,"duration":1}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"666b6ffa76b3ce73","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/666b6ffa76b3ce73","status":"passed","time":{"start":1726218879320,"stop":1726218879320,"duration":0}},{"uid":"987c8073d6addeed","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/987c8073d6addeed","status":"passed","time":{"start":1726218787578,"stop":1726218787579,"duration":1}},{"uid":"7d6d58bdcb63c947","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d6d58bdcb63c947","status":"passed","time":{"start":1726218066281,"stop":1726218066281,"duration":0}},{"uid":"15c476bc6c5d218a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15c476bc6c5d218a","status":"passed","time":{"start":1726217965308,"stop":1726217965308,"duration":0}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bfc04cb0394bb571","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bfc04cb0394bb571","status":"passed","time":{"start":1726218903394,"stop":1726218903394,"duration":0}},{"uid":"cfddf4ff812d0a06","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cfddf4ff812d0a06","status":"passed","time":{"start":1726218807914,"stop":1726218807914,"duration":0}},{"uid":"e13a13fd6ca5d2ff","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e13a13fd6ca5d2ff","status":"passed","time":{"start":1726218061980,"stop":1726218061981,"duration":1}},{"uid":"ca33e588df997c8e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ca33e588df997c8e","status":"passed","time":{"start":1726217984951,"stop":1726217984951,"duration":0}}]},"6e6a418f8d45c03dd7942b6dd4acecac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67307bc0cb953c6a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/67307bc0cb953c6a","status":"passed","time":{"start":1726218748391,"stop":1726218748391,"duration":0}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2ed553b263b77aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ed553b263b77aa","status":"passed","time":{"start":1726218812470,"stop":1726218812471,"duration":1}},{"uid":"163fb3d9ed95c8ee","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/163fb3d9ed95c8ee","status":"passed","time":{"start":1726218708393,"stop":1726218708393,"duration":0}},{"uid":"3ceb98ed5f653578","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3ceb98ed5f653578","status":"passed","time":{"start":1726217980039,"stop":1726217980039,"duration":0}},{"uid":"e7e2fddc4123a89b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e7e2fddc4123a89b","status":"passed","time":{"start":1726217896500,"stop":1726217896501,"duration":1}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"75a3acbad1032ec4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/75a3acbad1032ec4","status":"passed","time":{"start":1726218308583,"stop":1726218308583,"duration":0}},{"uid":"5b30cd825e9d9fc8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5b30cd825e9d9fc8","status":"passed","time":{"start":1726218213409,"stop":1726218213409,"duration":0}},{"uid":"8a1610f72c58596f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a1610f72c58596f","status":"passed","time":{"start":1726217466676,"stop":1726217466676,"duration":0}},{"uid":"4117c1a050f69c8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4117c1a050f69c8","status":"passed","time":{"start":1726217408297,"stop":1726217408297,"duration":0}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"31039f33ceae023","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/31039f33ceae023","status":"passed","time":{"start":1726218879351,"stop":1726218879352,"duration":1}},{"uid":"258bf1362d8d39c7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/258bf1362d8d39c7","status":"passed","time":{"start":1726218787587,"stop":1726218787588,"duration":1}},{"uid":"1d51ce2f861ce45c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d51ce2f861ce45c","status":"passed","time":{"start":1726218066299,"stop":1726218066299,"duration":0}},{"uid":"3bd8ec53b22231a0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3bd8ec53b22231a0","status":"passed","time":{"start":1726217965319,"stop":1726217965320,"duration":1}}]},"6d1136c538e4fb816f257cef285dd09b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42b2de635a2355c6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/42b2de635a2355c6","status":"passed","time":{"start":1726218765877,"stop":1726218765877,"duration":0}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"834cc8d3e3b354bc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/834cc8d3e3b354bc","status":"passed","time":{"start":1726218346774,"stop":1726218346774,"duration":0}},{"uid":"561efe26b6a53b81","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/561efe26b6a53b81","status":"passed","time":{"start":1726218251126,"stop":1726218251129,"duration":3}},{"uid":"ab9dbea0e18daacc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ab9dbea0e18daacc","status":"passed","time":{"start":1726217503657,"stop":1726217503657,"duration":0}},{"uid":"2068013a4a1a6bb6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2068013a4a1a6bb6","status":"passed","time":{"start":1726217444763,"stop":1726217444764,"duration":1}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b2f914b66bf323b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b2f914b66bf323b7","status":"passed","time":{"start":1726218806763,"stop":1726218806763,"duration":0}},{"uid":"2cf34a60d6e06741","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2cf34a60d6e06741","status":"passed","time":{"start":1726218706745,"stop":1726218706746,"duration":1}},{"uid":"ecd94d1fd89bec96","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ecd94d1fd89bec96","status":"passed","time":{"start":1726217976614,"stop":1726217976615,"duration":1}},{"uid":"8118d404c11e3a27","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8118d404c11e3a27","status":"passed","time":{"start":1726217890300,"stop":1726217890300,"duration":0}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"858368dbe10b1a15","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/858368dbe10b1a15","status":"passed","time":{"start":1726218302904,"stop":1726218302904,"duration":0}},{"uid":"5a21f4983c8d827f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5a21f4983c8d827f","status":"passed","time":{"start":1726218208238,"stop":1726218208239,"duration":1}},{"uid":"6335709be79bd6f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6335709be79bd6f2","status":"passed","time":{"start":1726217461853,"stop":1726217461854,"duration":1}},{"uid":"6863e70ff9c2e20f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6863e70ff9c2e20f","status":"passed","time":{"start":1726217403237,"stop":1726217403237,"duration":0}}]},"6f5db8f8f13c830c7e59f3146489be59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c24daf8d388268bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c24daf8d388268bf","status":"passed","time":{"start":1726218669772,"stop":1726218669772,"duration":0}},{"uid":"d1f97d2963b4edc9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d1f97d2963b4edc9","status":"passed","time":{"start":1726218612959,"stop":1726218612960,"duration":1}},{"uid":"c5cc9eb2b2619f9d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5cc9eb2b2619f9d","status":"passed","time":{"start":1726217868233,"stop":1726217868233,"duration":0}},{"uid":"c2c050b31c2e1a89","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c2c050b31c2e1a89","status":"passed","time":{"start":1726217785166,"stop":1726217785167,"duration":1}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c5d603b0351a7b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5c5d603b0351a7b7","status":"passed","time":{"start":1726218812476,"stop":1726218812476,"duration":0}},{"uid":"63d2ba4cda7057a7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/63d2ba4cda7057a7","status":"passed","time":{"start":1726218708449,"stop":1726218708449,"duration":0}},{"uid":"b00c46347845a679","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b00c46347845a679","status":"passed","time":{"start":1726217980052,"stop":1726217980052,"duration":0}},{"uid":"62f3a3c68a9b914d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/62f3a3c68a9b914d","status":"passed","time":{"start":1726217896506,"stop":1726217896507,"duration":1}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"662a7b316fc5f7b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/662a7b316fc5f7b7","status":"passed","time":{"start":1726218863003,"stop":1726218863004,"duration":1}},{"uid":"b5260dc5ae1bff51","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b5260dc5ae1bff51","status":"passed","time":{"start":1726218781381,"stop":1726218781381,"duration":0}},{"uid":"fa96a3d3c340607a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa96a3d3c340607a","status":"passed","time":{"start":1726218013697,"stop":1726218013697,"duration":0}},{"uid":"5e24ca1cf2ad0154","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e24ca1cf2ad0154","status":"passed","time":{"start":1726217945330,"stop":1726217945330,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4e9efdc7d457d906","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4e9efdc7d457d906","status":"passed","time":{"start":1726218523028,"stop":1726218523028,"duration":0}},{"uid":"cb3d1b58d6e18482","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cb3d1b58d6e18482","status":"passed","time":{"start":1726218422919,"stop":1726218422920,"duration":1}},{"uid":"26346756a1797bfe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/26346756a1797bfe","status":"passed","time":{"start":1726217687443,"stop":1726217687444,"duration":1}},{"uid":"7a3b9547e6929e88","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7a3b9547e6929e88","status":"passed","time":{"start":1726217604527,"stop":1726217604528,"duration":1}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"92d43601f811c44e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/92d43601f811c44e","status":"passed","time":{"start":1726218777346,"stop":1726218777346,"duration":0}},{"uid":"cb995bf8240b7f54","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cb995bf8240b7f54","status":"passed","time":{"start":1726218700175,"stop":1726218700175,"duration":0}},{"uid":"9931e5fbeb80520f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9931e5fbeb80520f","status":"passed","time":{"start":1726217955948,"stop":1726217955949,"duration":1}},{"uid":"ebf33d0c3d2b900d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ebf33d0c3d2b900d","status":"passed","time":{"start":1726217870053,"stop":1726217870053,"duration":0}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"a6d39240ee1218dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a6d39240ee1218dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218510991,"stop":1726218510991,"duration":0}},{"uid":"cbbbca0ada53944b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cbbbca0ada53944b","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218417157,"stop":1726218417157,"duration":0}},{"uid":"512770156df70bbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/512770156df70bbf","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217677846,"stop":1726217677846,"duration":0}},{"uid":"65583bbba889e67e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/65583bbba889e67e","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217616849,"stop":1726217616850,"duration":1}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ea6e403880636015","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ea6e403880636015","status":"passed","time":{"start":1726218879289,"stop":1726218879289,"duration":0}},{"uid":"1a33e54b4a8fdf12","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1a33e54b4a8fdf12","status":"passed","time":{"start":1726218787574,"stop":1726218787574,"duration":0}},{"uid":"9a9afe810157a850","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9a9afe810157a850","status":"passed","time":{"start":1726218066276,"stop":1726218066276,"duration":0}},{"uid":"b6c9801f18f77396","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b6c9801f18f77396","status":"passed","time":{"start":1726217965300,"stop":1726217965300,"duration":0}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d457d4c29c1ed37b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d457d4c29c1ed37b","status":"passed","time":{"start":1726218282698,"stop":1726218282698,"duration":0}},{"uid":"c08edc97e8b5aa67","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c08edc97e8b5aa67","status":"passed","time":{"start":1726218188111,"stop":1726218188112,"duration":1}},{"uid":"e53c7cf82e29fc58","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e53c7cf82e29fc58","status":"passed","time":{"start":1726217441220,"stop":1726217441220,"duration":0}},{"uid":"712f955b15e7b4f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/712f955b15e7b4f0","status":"passed","time":{"start":1726217382869,"stop":1726217382869,"duration":0}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"45cf3f32838628f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/45cf3f32838628f8","status":"passed","time":{"start":1726218291672,"stop":1726218291672,"duration":0}},{"uid":"4e482fae9ed5ae5e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4e482fae9ed5ae5e","status":"passed","time":{"start":1726218197010,"stop":1726218197011,"duration":1}},{"uid":"eebd79fe645a938e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eebd79fe645a938e","status":"passed","time":{"start":1726217450209,"stop":1726217450209,"duration":0}},{"uid":"c0d6de7b6bf92f59","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c0d6de7b6bf92f59","status":"passed","time":{"start":1726217391860,"stop":1726217391860,"duration":0}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1d73d598cf6fbc3d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d73d598cf6fbc3d","status":"passed","time":{"start":1726218863186,"stop":1726218863186,"duration":0}},{"uid":"7940d4f646ff9e16","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7940d4f646ff9e16","status":"passed","time":{"start":1726218765884,"stop":1726218765884,"duration":0}},{"uid":"7b13e800fd0cb8b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b13e800fd0cb8b7","status":"passed","time":{"start":1726218039632,"stop":1726218039632,"duration":0}},{"uid":"f694b48a9fe5b4fb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f694b48a9fe5b4fb","status":"passed","time":{"start":1726217952886,"stop":1726217952891,"duration":5}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"ad03d55176a61ff2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad03d55176a61ff2","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218345043,"stop":1726218345043,"duration":0}},{"uid":"d270dbd0607b4d56","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d270dbd0607b4d56","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218250244,"stop":1726218250244,"duration":0}},{"uid":"d2b9f5b0f8c8699d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2b9f5b0f8c8699d","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217507044,"stop":1726217507044,"duration":0}},{"uid":"5613864c255307a0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5613864c255307a0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217445626,"stop":1726217445626,"duration":0}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"15c087d996447df6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15c087d996447df6","status":"passed","time":{"start":1726218764113,"stop":1726218764113,"duration":0}},{"uid":"a699ed89ba2d5a00","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a699ed89ba2d5a00","status":"passed","time":{"start":1726218659028,"stop":1726218659028,"duration":0}},{"uid":"75edb88255806c74","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/75edb88255806c74","status":"passed","time":{"start":1726217924765,"stop":1726217924765,"duration":0}},{"uid":"fc8366e0526b83a0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fc8366e0526b83a0","status":"passed","time":{"start":1726217840569,"stop":1726217840570,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bd839a54809cc14c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bd839a54809cc14c","status":"passed","time":{"start":1726218412653,"stop":1726218412654,"duration":1}},{"uid":"f0265f826b6996e5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f0265f826b6996e5","status":"passed","time":{"start":1726218318073,"stop":1726218318078,"duration":5}},{"uid":"95af17ba7cffbe1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95af17ba7cffbe1","status":"passed","time":{"start":1726217567469,"stop":1726217567470,"duration":1}},{"uid":"5bb956806b86ecc9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5bb956806b86ecc9","status":"passed","time":{"start":1726217508416,"stop":1726217508416,"duration":0}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dfc7401d99b6323a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dfc7401d99b6323a","status":"passed","time":{"start":1726218764067,"stop":1726218764080,"duration":13}},{"uid":"79635a3345586d28","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79635a3345586d28","status":"passed","time":{"start":1726218659000,"stop":1726218659001,"duration":1}},{"uid":"abdb0ed5d61875d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/abdb0ed5d61875d6","status":"passed","time":{"start":1726217924730,"stop":1726217924730,"duration":0}},{"uid":"d2a95e9f8c65edc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d2a95e9f8c65edc","status":"passed","time":{"start":1726217840471,"stop":1726217840472,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8830b33a86ebd98c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8830b33a86ebd98c","status":"passed","time":{"start":1726218862989,"stop":1726218862990,"duration":1}},{"uid":"4978b79034937b59","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4978b79034937b59","status":"passed","time":{"start":1726218781373,"stop":1726218781374,"duration":1}},{"uid":"62582c25cfe4c6ae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/62582c25cfe4c6ae","status":"passed","time":{"start":1726218013690,"stop":1726218013690,"duration":0}},{"uid":"26690e6258870e5d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/26690e6258870e5d","status":"passed","time":{"start":1726217945324,"stop":1726217945324,"duration":0}}]},"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"61ce8eee8cbc3e24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/61ce8eee8cbc3e24","status":"passed","time":{"start":1726218283094,"stop":1726218283095,"duration":1}},{"uid":"12f54a22b7d0c46a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/12f54a22b7d0c46a","status":"passed","time":{"start":1726218188595,"stop":1726218188596,"duration":1}},{"uid":"e4a88018a044905","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e4a88018a044905","status":"passed","time":{"start":1726217441556,"stop":1726217441557,"duration":1}},{"uid":"71aa4efb7c2badc5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/71aa4efb7c2badc5","status":"passed","time":{"start":1726217383219,"stop":1726217383220,"duration":1}}]},"f1376321c0cdaf3e2d1853c53fb70497:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b87ec4ae07b4e39","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7b87ec4ae07b4e39","status":"passed","time":{"start":1726217890299,"stop":1726217890299,"duration":0}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7dad575c746875b3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7dad575c746875b3","status":"passed","time":{"start":1726218778227,"stop":1726218778227,"duration":0}},{"uid":"8cab99bd60602b49","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8cab99bd60602b49","status":"passed","time":{"start":1726218673556,"stop":1726218673556,"duration":0}},{"uid":"aa3b33c00932961f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aa3b33c00932961f","status":"passed","time":{"start":1726217946724,"stop":1726217946724,"duration":0}},{"uid":"8aac035610c4b080","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8aac035610c4b080","status":"passed","time":{"start":1726217862780,"stop":1726217862780,"duration":0}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4530e489d7ff9d83","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4530e489d7ff9d83","status":"passed","time":{"start":1726218764106,"stop":1726218764106,"duration":0}},{"uid":"857df858501ca9f5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/857df858501ca9f5","status":"passed","time":{"start":1726218659020,"stop":1726218659021,"duration":1}},{"uid":"decd75e56d355f4f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/decd75e56d355f4f","status":"passed","time":{"start":1726217924753,"stop":1726217924753,"duration":0}},{"uid":"74c370988e3ba269","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/74c370988e3ba269","status":"passed","time":{"start":1726217840544,"stop":1726217840544,"duration":0}}]},"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"202985609b8c349e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/202985609b8c349e","status":"passed","time":{"start":1726218283101,"stop":1726218283101,"duration":0}},{"uid":"ed00d3ef935e0077","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ed00d3ef935e0077","status":"passed","time":{"start":1726218188600,"stop":1726218188600,"duration":0}},{"uid":"8e9c67811b271bd5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8e9c67811b271bd5","status":"passed","time":{"start":1726217441563,"stop":1726217441563,"duration":0}},{"uid":"d6188eb9ee399a44","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d6188eb9ee399a44","status":"passed","time":{"start":1726217383225,"stop":1726217383225,"duration":0}}]},"2557ec157df35bf6d707685321bea72f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e012bbea6c8443eb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e012bbea6c8443eb","status":"passed","time":{"start":1726218669773,"stop":1726218669773,"duration":0}},{"uid":"bc12cd0083b5a2a8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bc12cd0083b5a2a8","status":"passed","time":{"start":1726218612962,"stop":1726218612962,"duration":0}},{"uid":"bff1533859a58dfa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bff1533859a58dfa","status":"passed","time":{"start":1726217868233,"stop":1726217868234,"duration":1}},{"uid":"6985ee31a275dbae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6985ee31a275dbae","status":"passed","time":{"start":1726217785168,"stop":1726217785169,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"568bee47aa5f5ca8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/568bee47aa5f5ca8","status":"passed","time":{"start":1726218778198,"stop":1726218778218,"duration":20}},{"uid":"cd38fa5481fe6944","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cd38fa5481fe6944","status":"passed","time":{"start":1726218673552,"stop":1726218673553,"duration":1}},{"uid":"f3ecbd401a1a7259","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3ecbd401a1a7259","status":"passed","time":{"start":1726217946722,"stop":1726217946722,"duration":0}},{"uid":"959c9cef6e96ec20","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/959c9cef6e96ec20","status":"passed","time":{"start":1726217862776,"stop":1726217862776,"duration":0}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"550547bdd951ef21","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/550547bdd951ef21","status":"passed","time":{"start":1726218335401,"stop":1726218335401,"duration":0}},{"uid":"aa2fbbc28729b12d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/aa2fbbc28729b12d","status":"passed","time":{"start":1726218239525,"stop":1726218239526,"duration":1}},{"uid":"5179966f57ebbdde","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5179966f57ebbdde","status":"passed","time":{"start":1726217493340,"stop":1726217493341,"duration":1}},{"uid":"660692007901190","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/660692007901190","status":"passed","time":{"start":1726217434835,"stop":1726217434835,"duration":0}}]},"08b68d234e84cac511353d0a55c2dea7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3fd595342149374","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e3fd595342149374","status":"passed","time":{"start":1726217923180,"stop":1726217923180,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"557f15b86c3817d4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/557f15b86c3817d4","status":"passed","time":{"start":1726218291660,"stop":1726218291660,"duration":0}},{"uid":"6bc6cf8a5a6a43b2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6bc6cf8a5a6a43b2","status":"passed","time":{"start":1726218196998,"stop":1726218196998,"duration":0}},{"uid":"42b2760caa093080","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42b2760caa093080","status":"passed","time":{"start":1726217450196,"stop":1726217450196,"duration":0}},{"uid":"56139187f67d6ea0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/56139187f67d6ea0","status":"passed","time":{"start":1726217391848,"stop":1726217391848,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d23ed477b88ff7eb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d23ed477b88ff7eb","status":"passed","time":{"start":1726218551486,"stop":1726218551487,"duration":1}},{"uid":"b0712850326ae1b5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b0712850326ae1b5","status":"passed","time":{"start":1726218459537,"stop":1726218459537,"duration":0}},{"uid":"3017e8be06448635","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3017e8be06448635","status":"passed","time":{"start":1726217706005,"stop":1726217706005,"duration":0}},{"uid":"72f8d61a5f7d10d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/72f8d61a5f7d10d7","status":"passed","time":{"start":1726217650762,"stop":1726217650762,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f3ac9f80763ce85","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1f3ac9f80763ce85","status":"passed","time":{"start":1726218689007,"stop":1726218689008,"duration":1}},{"uid":"c912027d7e951cfc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c912027d7e951cfc","status":"passed","time":{"start":1726218597577,"stop":1726218597577,"duration":0}},{"uid":"2e5a6f402f793a14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e5a6f402f793a14","status":"passed","time":{"start":1726217848420,"stop":1726217848420,"duration":0}},{"uid":"b20c5ce9c70a87db","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b20c5ce9c70a87db","status":"passed","time":{"start":1726217774669,"stop":1726217774670,"duration":1}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d6de5ef0c1aecdef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d6de5ef0c1aecdef","status":"passed","time":{"start":1726218863013,"stop":1726218863022,"duration":9}},{"uid":"4432c7cf1fd345da","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4432c7cf1fd345da","status":"passed","time":{"start":1726218781388,"stop":1726218781388,"duration":0}},{"uid":"f974fb36c1ad20d9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f974fb36c1ad20d9","status":"passed","time":{"start":1726218013702,"stop":1726218013712,"duration":10}},{"uid":"72014da336dc6cae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/72014da336dc6cae","status":"passed","time":{"start":1726217945335,"stop":1726217945336,"duration":1}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d3a816832f52cb88","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d3a816832f52cb88","status":"passed","time":{"start":1726218879322,"stop":1726218879330,"duration":8}},{"uid":"b02d1d3b0cceae71","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b02d1d3b0cceae71","status":"passed","time":{"start":1726218787580,"stop":1726218787580,"duration":0}},{"uid":"ae619eb282cfba91","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae619eb282cfba91","status":"passed","time":{"start":1726218066282,"stop":1726218066282,"duration":0}},{"uid":"2feef292305df39b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2feef292305df39b","status":"passed","time":{"start":1726217965309,"stop":1726217965309,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"37c7c2c4bab9ceb8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/37c7c2c4bab9ceb8","status":"passed","time":{"start":1726218851924,"stop":1726218851924,"duration":0}},{"uid":"7a1f1ab215301204","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a1f1ab215301204","status":"passed","time":{"start":1726218761850,"stop":1726218761850,"duration":0}},{"uid":"2e6e42f34c4e0edf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e6e42f34c4e0edf","status":"passed","time":{"start":1726218020454,"stop":1726218020455,"duration":1}},{"uid":"999443686eab4540","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/999443686eab4540","status":"passed","time":{"start":1726217934111,"stop":1726217934112,"duration":1}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e42a676bd4df1918","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e42a676bd4df1918","status":"passed","time":{"start":1726218886395,"stop":1726218886395,"duration":0}},{"uid":"8aa21cfab6a92bd2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8aa21cfab6a92bd2","status":"passed","time":{"start":1726218791848,"stop":1726218791849,"duration":1}},{"uid":"57a626a4a7efd37c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/57a626a4a7efd37c","status":"passed","time":{"start":1726218054694,"stop":1726218054699,"duration":5}},{"uid":"ba991ba93dd263da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba991ba93dd263da","status":"passed","time":{"start":1726217965433,"stop":1726217965433,"duration":0}}]},"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4bd65ed11b7149a1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4bd65ed11b7149a1","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"duration":0}},{"uid":"3e2447c23f4ea66d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e2447c23f4ea66d","status":"passed","time":{"start":1726218188604,"stop":1726218188605,"duration":1}},{"uid":"6f9ab89a4500802d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f9ab89a4500802d","status":"passed","time":{"start":1726217441568,"stop":1726217441568,"duration":0}},{"uid":"873dbaa11183b2e5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/873dbaa11183b2e5","status":"passed","time":{"start":1726217383231,"stop":1726217383231,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2807c4e1554d3f47","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2807c4e1554d3f47","status":"passed","time":{"start":1726218862995,"stop":1726218862996,"duration":1}},{"uid":"f3b9afd9f60bc032","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f3b9afd9f60bc032","status":"passed","time":{"start":1726218781378,"stop":1726218781378,"duration":0}},{"uid":"8ca8dd69249fc3f5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8ca8dd69249fc3f5","status":"passed","time":{"start":1726218013693,"stop":1726218013693,"duration":0}},{"uid":"3c32e834a4a3cfa5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3c32e834a4a3cfa5","status":"passed","time":{"start":1726217945327,"stop":1726217945327,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d69800452db5eca8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d69800452db5eca8","status":"passed","time":{"start":1726218563298,"stop":1726218563298,"duration":0}},{"uid":"a9a6274d98d6acbf","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a9a6274d98d6acbf","status":"passed","time":{"start":1726218471417,"stop":1726218471434,"duration":17}},{"uid":"249e9bfd52485f18","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/249e9bfd52485f18","status":"passed","time":{"start":1726217724203,"stop":1726217724203,"duration":0}},{"uid":"ee988470fc12c672","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ee988470fc12c672","status":"passed","time":{"start":1726217656059,"stop":1726217656059,"duration":0}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"900241452f21c45e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/900241452f21c45e","status":"passed","time":{"start":1726218788036,"stop":1726218788036,"duration":0}},{"uid":"74e482c886148c4b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/74e482c886148c4b","status":"passed","time":{"start":1726218685052,"stop":1726218685053,"duration":1}},{"uid":"a59d67651086a0f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a59d67651086a0f1","status":"passed","time":{"start":1726217960214,"stop":1726217960214,"duration":0}},{"uid":"3dbf84d1d2b263b9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3dbf84d1d2b263b9","status":"passed","time":{"start":1726217875229,"stop":1726217875230,"duration":1}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"abbfca4a22a97f18","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/abbfca4a22a97f18","status":"passed","time":{"start":1726218778233,"stop":1726218778233,"duration":0}},{"uid":"ab65afa3d8e3bd36","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ab65afa3d8e3bd36","status":"passed","time":{"start":1726218673558,"stop":1726218673558,"duration":0}},{"uid":"dd0c3a44300bb4cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd0c3a44300bb4cd","status":"passed","time":{"start":1726217946732,"stop":1726217946732,"duration":0}},{"uid":"7913f16f726c6df0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7913f16f726c6df0","status":"passed","time":{"start":1726217862782,"stop":1726217862783,"duration":1}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"639db5205748c5f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/639db5205748c5f6","status":"passed","time":{"start":1726218806762,"stop":1726218806762,"duration":0}},{"uid":"3398003093094c39","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3398003093094c39","status":"passed","time":{"start":1726218706745,"stop":1726218706745,"duration":0}},{"uid":"c44675d18b5bdf00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c44675d18b5bdf00","status":"passed","time":{"start":1726217976613,"stop":1726217976614,"duration":1}},{"uid":"e71ad5a6db4665da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e71ad5a6db4665da","status":"passed","time":{"start":1726217890300,"stop":1726217890300,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8b45d5c131dc7c31","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8b45d5c131dc7c31","status":"passed","time":{"start":1726218926396,"stop":1726218926396,"duration":0}},{"uid":"2fabf43f2aec9bcc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fabf43f2aec9bcc","status":"passed","time":{"start":1726218833198,"stop":1726218833198,"duration":0}},{"uid":"e29eb799a4dcdfa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e29eb799a4dcdfa","status":"passed","time":{"start":1726218095393,"stop":1726218095393,"duration":0}},{"uid":"36aebf635ea253a3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36aebf635ea253a3","status":"passed","time":{"start":1726218006961,"stop":1726218006962,"duration":1}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4e786474877154de","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4e786474877154de","status":"passed","time":{"start":1726218843777,"stop":1726218843779,"duration":2}},{"uid":"1f7500f65af852c3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1f7500f65af852c3","status":"passed","time":{"start":1726218748398,"stop":1726218748398,"duration":0}},{"uid":"ef70294ca0d0caa2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef70294ca0d0caa2","status":"passed","time":{"start":1726218011629,"stop":1726218011630,"duration":1}},{"uid":"485f5ec32e3e2c13","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/485f5ec32e3e2c13","status":"passed","time":{"start":1726217923185,"stop":1726217923186,"duration":1}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b51b5e81cdf9de23","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b51b5e81cdf9de23","status":"passed","time":{"start":1726218879332,"stop":1726218879332,"duration":0}},{"uid":"de48ad716cf61862","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/de48ad716cf61862","status":"passed","time":{"start":1726218787581,"stop":1726218787581,"duration":0}},{"uid":"da85895096bc06a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da85895096bc06a8","status":"passed","time":{"start":1726218066288,"stop":1726218066288,"duration":0}},{"uid":"2b1bafeddad747ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2b1bafeddad747ae","status":"passed","time":{"start":1726217965311,"stop":1726217965311,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"10fb03eb06175399","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/10fb03eb06175399","status":"passed","time":{"start":1726218375492,"stop":1726218375492,"duration":0}},{"uid":"5d2bb287207eb996","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5d2bb287207eb996","status":"passed","time":{"start":1726218279686,"stop":1726218279687,"duration":1}},{"uid":"175f73d1c21f019b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/175f73d1c21f019b","status":"passed","time":{"start":1726217533046,"stop":1726217533047,"duration":1}},{"uid":"6bbd5a643657f24f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6bbd5a643657f24f","status":"passed","time":{"start":1726217474964,"stop":1726217474964,"duration":0}}]},"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2e7e9fb9e46df0f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e7e9fb9e46df0f8","status":"passed","time":{"start":1726218283089,"stop":1726218283090,"duration":1}},{"uid":"7b892ddd4cd55528","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7b892ddd4cd55528","status":"passed","time":{"start":1726218188590,"stop":1726218188591,"duration":1}},{"uid":"72842ee5184d92f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72842ee5184d92f8","status":"passed","time":{"start":1726217441551,"stop":1726217441551,"duration":0}},{"uid":"c4201781a8d55a57","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4201781a8d55a57","status":"passed","time":{"start":1726217383214,"stop":1726217383215,"duration":1}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3e7a9ea3deffc3a2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3e7a9ea3deffc3a2","status":"passed","time":{"start":1726218879371,"stop":1726218879372,"duration":1}},{"uid":"84c884540ce76052","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/84c884540ce76052","status":"passed","time":{"start":1726218787592,"stop":1726218787592,"duration":0}},{"uid":"3faae2278630f533","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3faae2278630f533","status":"passed","time":{"start":1726218066308,"stop":1726218066314,"duration":6}},{"uid":"3acbbb541b6ed3a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3acbbb541b6ed3a6","status":"passed","time":{"start":1726217965347,"stop":1726217965347,"duration":0}}]},"b8224b5240fbd362784e93469a691c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5bc6855f1ee3e850","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5bc6855f1ee3e850","status":"passed","time":{"start":1726218748390,"stop":1726218748391,"duration":1}}]},"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bc22a6d73963c6e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bc22a6d73963c6e7","status":"passed","time":{"start":1726218283085,"stop":1726218283085,"duration":0}},{"uid":"fba8e224a1c49d99","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fba8e224a1c49d99","status":"passed","time":{"start":1726218188587,"stop":1726218188587,"duration":0}},{"uid":"1d685cd8bbeb331d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d685cd8bbeb331d","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"duration":0}},{"uid":"85fc9a212486fb4b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85fc9a212486fb4b","status":"passed","time":{"start":1726217383210,"stop":1726217383210,"duration":0}}]},"8a21ab25c2ad276c8011246878f8019a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"280a7ba80e6d145","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/280a7ba80e6d145","status":"passed","time":{"start":1726218706744,"stop":1726218706744,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ab98e4248eaf54d4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ab98e4248eaf54d4","status":"passed","time":{"start":1726218344914,"stop":1726218344914,"duration":0}},{"uid":"f446c58c4903bcef","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f446c58c4903bcef","status":"passed","time":{"start":1726218249120,"stop":1726218249120,"duration":0}},{"uid":"d60bf22b87acb74f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d60bf22b87acb74f","status":"passed","time":{"start":1726217503858,"stop":1726217503859,"duration":1}},{"uid":"77f99ee8a2ec8c92","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/77f99ee8a2ec8c92","status":"passed","time":{"start":1726217442597,"stop":1726217442598,"duration":1}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"27a8bb0444abdbab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/27a8bb0444abdbab","status":"passed","time":{"start":1726218926397,"stop":1726218926397,"duration":0}},{"uid":"b568871db81458f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b568871db81458f8","status":"passed","time":{"start":1726218833198,"stop":1726218833199,"duration":1}},{"uid":"81a6e7263f2db1a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/81a6e7263f2db1a4","status":"passed","time":{"start":1726218095393,"stop":1726218095394,"duration":1}},{"uid":"7cf0231cf2274644","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7cf0231cf2274644","status":"passed","time":{"start":1726218006962,"stop":1726218006962,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bb3950b468ed56b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb3950b468ed56b7","status":"passed","time":{"start":1726218917025,"stop":1726218917025,"duration":0}},{"uid":"a3c1647162fd7bbb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a3c1647162fd7bbb","status":"passed","time":{"start":1726218827656,"stop":1726218827656,"duration":0}},{"uid":"4ba0c2fecbf6b662","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4ba0c2fecbf6b662","status":"passed","time":{"start":1726218090763,"stop":1726218090763,"duration":0}},{"uid":"465472260a810ff6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/465472260a810ff6","status":"passed","time":{"start":1726217999476,"stop":1726217999477,"duration":1}}]},"38ae952e928b892b973efc93018df70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a746752f6b36bda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a746752f6b36bda","status":"passed","time":{"start":1726218011627,"stop":1726218011627,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"651f778519cbe626","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/651f778519cbe626","status":"passed","time":{"start":1726218806755,"stop":1726218806755,"duration":0}},{"uid":"84d0fc5d081a1509","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/84d0fc5d081a1509","status":"passed","time":{"start":1726218706738,"stop":1726218706738,"duration":0}},{"uid":"afc4890543196d66","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/afc4890543196d66","status":"passed","time":{"start":1726217976601,"stop":1726217976601,"duration":0}},{"uid":"10e14e2044fd0277","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/10e14e2044fd0277","status":"passed","time":{"start":1726217890293,"stop":1726217890293,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2fa78b257813acca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2fa78b257813acca","status":"passed","time":{"start":1726218291662,"stop":1726218291662,"duration":0}},{"uid":"fbf8f29482b4fb5e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fbf8f29482b4fb5e","status":"passed","time":{"start":1726218197000,"stop":1726218197000,"duration":0}},{"uid":"4025c993a732dd8d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4025c993a732dd8d","status":"passed","time":{"start":1726217450198,"stop":1726217450198,"duration":0}},{"uid":"ff22d5aee87d1fae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ff22d5aee87d1fae","status":"passed","time":{"start":1726217391849,"stop":1726217391850,"duration":1}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1e101a6df7fe0c99","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1e101a6df7fe0c99","status":"passed","time":{"start":1726218863011,"stop":1726218863011,"duration":0}},{"uid":"ea50e619a88758a4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ea50e619a88758a4","status":"passed","time":{"start":1726218781384,"stop":1726218781384,"duration":0}},{"uid":"ea1d44b491181207","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ea1d44b491181207","status":"passed","time":{"start":1726218013700,"stop":1726218013700,"duration":0}},{"uid":"1763fb6f44e62fd4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1763fb6f44e62fd4","status":"passed","time":{"start":1726217945333,"stop":1726217945333,"duration":0}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eaf720a73ec30f34","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eaf720a73ec30f34","status":"passed","time":{"start":1726218843770,"stop":1726218843770,"duration":0}},{"uid":"7a839190823738f9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a839190823738f9","status":"passed","time":{"start":1726218748398,"stop":1726218748398,"duration":0}},{"uid":"2c6da54044659602","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2c6da54044659602","status":"passed","time":{"start":1726218011629,"stop":1726218011629,"duration":0}},{"uid":"c05f3d48d050a3bf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c05f3d48d050a3bf","status":"passed","time":{"start":1726217923185,"stop":1726217923185,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"868c589a32757cc7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/868c589a32757cc7","status":"passed","time":{"start":1726218455970,"stop":1726218455970,"duration":0}},{"uid":"7a1db39d50f9ba6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a1db39d50f9ba6","status":"passed","time":{"start":1726218357625,"stop":1726218357626,"duration":1}},{"uid":"2aef1dcc86b612f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2aef1dcc86b612f6","status":"passed","time":{"start":1726217608003,"stop":1726217608004,"duration":1}},{"uid":"8418a9dce2dec4f4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8418a9dce2dec4f4","status":"passed","time":{"start":1726217547146,"stop":1726217547146,"duration":0}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5a7e75bc5cb280a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a7e75bc5cb280a4","status":"passed","time":{"start":1726218926398,"stop":1726218926398,"duration":0}},{"uid":"b4e4482984d50d1f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b4e4482984d50d1f","status":"passed","time":{"start":1726218833200,"stop":1726218833200,"duration":0}},{"uid":"f591f16c528f3754","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f591f16c528f3754","status":"passed","time":{"start":1726218095395,"stop":1726218095395,"duration":0}},{"uid":"412082fe329b88cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/412082fe329b88cc","status":"passed","time":{"start":1726218006963,"stop":1726218006963,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c264980d0035ff4b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c264980d0035ff4b","status":"passed","time":{"start":1726218879314,"stop":1726218879315,"duration":1}},{"uid":"dc2623382528f3ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dc2623382528f3ab","status":"passed","time":{"start":1726218787577,"stop":1726218787577,"duration":0}},{"uid":"26db03bcb167e1a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/26db03bcb167e1a6","status":"passed","time":{"start":1726218066280,"stop":1726218066280,"duration":0}},{"uid":"606562d6b1c1a634","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/606562d6b1c1a634","status":"passed","time":{"start":1726217965303,"stop":1726217965304,"duration":1}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3b4062f34987ec05","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3b4062f34987ec05","status":"passed","time":{"start":1726218523022,"stop":1726218523022,"duration":0}},{"uid":"9acc074040e16f2d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9acc074040e16f2d","status":"passed","time":{"start":1726218422909,"stop":1726218422909,"duration":0}},{"uid":"da6a90a0bb2f5052","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da6a90a0bb2f5052","status":"passed","time":{"start":1726217687429,"stop":1726217687429,"duration":0}},{"uid":"38291434f6c04740","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38291434f6c04740","status":"passed","time":{"start":1726217604498,"stop":1726217604498,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9a185ca7e9623f75","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9a185ca7e9623f75","status":"passed","time":{"start":1726218412655,"stop":1726218412655,"duration":0}},{"uid":"a912e5c227e9d1a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a912e5c227e9d1a0","status":"passed","time":{"start":1726218318084,"stop":1726218318088,"duration":4}},{"uid":"e5c4025f4cf0c155","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5c4025f4cf0c155","status":"passed","time":{"start":1726217567471,"stop":1726217567472,"duration":1}},{"uid":"8c6599e6cd735051","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c6599e6cd735051","status":"passed","time":{"start":1726217508417,"stop":1726217508418,"duration":1}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eb514182afeec34f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb514182afeec34f","status":"passed","time":{"start":1726218812472,"stop":1726218812473,"duration":1}},{"uid":"55601fd8e673c9c4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/55601fd8e673c9c4","status":"passed","time":{"start":1726218708394,"stop":1726218708394,"duration":0}},{"uid":"a16ed47e57a9e8be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a16ed47e57a9e8be","status":"passed","time":{"start":1726217980049,"stop":1726217980050,"duration":1}},{"uid":"6a8b2c7f9d66e802","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a8b2c7f9d66e802","status":"passed","time":{"start":1726217896502,"stop":1726217896503,"duration":1}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"93f0918bee81e74","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/93f0918bee81e74","status":"passed","time":{"start":1726218764088,"stop":1726218764088,"duration":0}},{"uid":"da58e62c63de831","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/da58e62c63de831","status":"passed","time":{"start":1726218659005,"stop":1726218659006,"duration":1}},{"uid":"ca635cebc11eec5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca635cebc11eec5c","status":"passed","time":{"start":1726217924735,"stop":1726217924735,"duration":0}},{"uid":"d9ebc2a4e9f2acea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9ebc2a4e9f2acea","status":"passed","time":{"start":1726217840475,"stop":1726217840476,"duration":1}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"baf57a9d5101b5a1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/baf57a9d5101b5a1","status":"passed","time":{"start":1726218291079,"stop":1726218291079,"duration":0}},{"uid":"1d6396f7a8c0572a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1d6396f7a8c0572a","status":"passed","time":{"start":1726218196344,"stop":1726218196345,"duration":1}},{"uid":"1c540980b93f4667","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c540980b93f4667","status":"passed","time":{"start":1726217449474,"stop":1726217449475,"duration":1}},{"uid":"c1a334cb4fa73e68","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1a334cb4fa73e68","status":"passed","time":{"start":1726217391249,"stop":1726217391250,"duration":1}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c161dc11c4f443c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5c161dc11c4f443c","status":"passed","time":{"start":1726218304536,"stop":1726218304536,"duration":0}},{"uid":"8208308747a58c70","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8208308747a58c70","status":"passed","time":{"start":1726218209374,"stop":1726218209374,"duration":0}},{"uid":"9d4a31fecbd4c094","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9d4a31fecbd4c094","status":"passed","time":{"start":1726217462337,"stop":1726217462339,"duration":2}},{"uid":"43cf311e065e9a26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43cf311e065e9a26","status":"passed","time":{"start":1726217404189,"stop":1726217404189,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2322ccece2a9d744","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2322ccece2a9d744","status":"passed","time":{"start":1726218563299,"stop":1726218563299,"duration":0}},{"uid":"b1ac87b4d92ef3de","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b1ac87b4d92ef3de","status":"passed","time":{"start":1726218471438,"stop":1726218471438,"duration":0}},{"uid":"af5538879261d242","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af5538879261d242","status":"passed","time":{"start":1726217724226,"stop":1726217724227,"duration":1}},{"uid":"6e10592354984b98","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e10592354984b98","status":"passed","time":{"start":1726217656060,"stop":1726217656060,"duration":0}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9416d68d8bc87580","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9416d68d8bc87580","status":"passed","time":{"start":1726218778219,"stop":1726218778219,"duration":0}},{"uid":"4ed28731614e4bad","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ed28731614e4bad","status":"passed","time":{"start":1726218673555,"stop":1726218673555,"duration":0}},{"uid":"ee54230ded098042","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ee54230ded098042","status":"passed","time":{"start":1726217946723,"stop":1726217946723,"duration":0}},{"uid":"3539a4fac29b54e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3539a4fac29b54e","status":"passed","time":{"start":1726217862778,"stop":1726217862779,"duration":1}}]},"3f0f2dc0913594ac4d27adb61197f584:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9b1f1bcbf98a7a5d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9b1f1bcbf98a7a5d","status":"passed","time":{"start":1726218669775,"stop":1726218669776,"duration":1}},{"uid":"a0cf72a2f6a2f7b0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0cf72a2f6a2f7b0","status":"passed","time":{"start":1726218612969,"stop":1726218612970,"duration":1}},{"uid":"fd07b200094621c3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd07b200094621c3","status":"passed","time":{"start":1726217868247,"stop":1726217868248,"duration":1}},{"uid":"63ac9f7e9d0ed37d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63ac9f7e9d0ed37d","status":"passed","time":{"start":1726217785175,"stop":1726217785176,"duration":1}}]},"7e19743d899ffc1a028976587701d8da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d261a52e45727f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d261a52e45727f0","status":"passed","time":{"start":1726217862805,"stop":1726217862805,"duration":0}}]},"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7a1e19dcd69d002e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7a1e19dcd69d002e","status":"passed","time":{"start":1726218447514,"stop":1726218447514,"duration":0}},{"uid":"276a06e11aa0e70f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/276a06e11aa0e70f","status":"passed","time":{"start":1726218356742,"stop":1726218356743,"duration":1}},{"uid":"aadf896afd64389b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aadf896afd64389b","status":"passed","time":{"start":1726217603244,"stop":1726217603245,"duration":1}},{"uid":"553911fb99aedf4c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/553911fb99aedf4c","status":"passed","time":{"start":1726217544017,"stop":1726217544018,"duration":1}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a96b18887e656f30","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a96b18887e656f30","status":"passed","time":{"start":1726218291079,"stop":1726218291079,"duration":0}},{"uid":"d669f18092acb7c9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d669f18092acb7c9","status":"passed","time":{"start":1726218196343,"stop":1726218196344,"duration":1}},{"uid":"be63cfdb366bc3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be63cfdb366bc3c","status":"passed","time":{"start":1726217449471,"stop":1726217449474,"duration":3}},{"uid":"39104b30aee71bbd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39104b30aee71bbd","status":"passed","time":{"start":1726217391249,"stop":1726217391249,"duration":0}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"779a6d33409ee6bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/779a6d33409ee6bf","status":"passed","time":{"start":1726218886396,"stop":1726218886396,"duration":0}},{"uid":"d040efb5dcb7d689","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d040efb5dcb7d689","status":"passed","time":{"start":1726218791850,"stop":1726218791850,"duration":0}},{"uid":"a9a095a31d4342b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a9a095a31d4342b8","status":"passed","time":{"start":1726218054703,"stop":1726218054704,"duration":1}},{"uid":"b3fabc5777b1fb75","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b3fabc5777b1fb75","status":"passed","time":{"start":1726217965434,"stop":1726217965434,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ccdb5b9bd5c8332","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ccdb5b9bd5c8332","status":"passed","time":{"start":1726218410955,"stop":1726218410955,"duration":0}},{"uid":"15cb2431301a4319","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/15cb2431301a4319","status":"passed","time":{"start":1726218315929,"stop":1726218315929,"duration":0}},{"uid":"4173215c27f58299","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4173215c27f58299","status":"passed","time":{"start":1726217577138,"stop":1726217577146,"duration":8}},{"uid":"36750f8808705516","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36750f8808705516","status":"passed","time":{"start":1726217509415,"stop":1726217509415,"duration":0}}]},"21aaa2ba3dacac3be79eb626492e7e49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2fa40ebc5a25ff9f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fa40ebc5a25ff9f","status":"passed","time":{"start":1726218706745,"stop":1726218706745,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"36824c297905f874","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/36824c297905f874","status":"passed","time":{"start":1726218523010,"stop":1726218523011,"duration":1}},{"uid":"b8edefb8edf66da1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b8edefb8edf66da1","status":"passed","time":{"start":1726218422894,"stop":1726218422894,"duration":0}},{"uid":"a8581a6e5485075c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a8581a6e5485075c","status":"passed","time":{"start":1726217687416,"stop":1726217687416,"duration":0}},{"uid":"26af7413f4a7a408","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/26af7413f4a7a408","status":"passed","time":{"start":1726217604479,"stop":1726217604480,"duration":1}}]},"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"228d3f00c723b625","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/228d3f00c723b625","status":"passed","time":{"start":1726218283097,"stop":1726218283098,"duration":1}},{"uid":"cbefdcbcfdef8439","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cbefdcbcfdef8439","status":"passed","time":{"start":1726218188598,"stop":1726218188598,"duration":0}},{"uid":"f3f809e51280ffb7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3f809e51280ffb7","status":"passed","time":{"start":1726217441560,"stop":1726217441560,"duration":0}},{"uid":"c9e58754d4cf28e9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c9e58754d4cf28e9","status":"passed","time":{"start":1726217383222,"stop":1726217383222,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1906dad37997d564","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1906dad37997d564","status":"passed","time":{"start":1726218764095,"stop":1726218764095,"duration":0}},{"uid":"f56f0a2dcfbe7b9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f56f0a2dcfbe7b9","status":"passed","time":{"start":1726218659008,"stop":1726218659009,"duration":1}},{"uid":"231d34991ec56653","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/231d34991ec56653","status":"passed","time":{"start":1726217924737,"stop":1726217924738,"duration":1}},{"uid":"298a6686ae76e3cf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/298a6686ae76e3cf","status":"passed","time":{"start":1726217840492,"stop":1726217840503,"duration":11}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f947d2d1700fce9d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f947d2d1700fce9d","status":"passed","time":{"start":1726218926397,"stop":1726218926397,"duration":0}},{"uid":"52f7a9818620111d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52f7a9818620111d","status":"passed","time":{"start":1726218833199,"stop":1726218833199,"duration":0}},{"uid":"18a81fdc8f640f1b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18a81fdc8f640f1b","status":"passed","time":{"start":1726218095394,"stop":1726218095394,"duration":0}},{"uid":"163e71d52c44ec31","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/163e71d52c44ec31","status":"passed","time":{"start":1726218006962,"stop":1726218006962,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b114c56cb4449fce","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b114c56cb4449fce","status":"passed","time":{"start":1726218879338,"stop":1726218879338,"duration":0}},{"uid":"3ad503da8b5a193f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3ad503da8b5a193f","status":"passed","time":{"start":1726218787585,"stop":1726218787585,"duration":0}},{"uid":"ba693ab0b047ac50","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ba693ab0b047ac50","status":"passed","time":{"start":1726218066297,"stop":1726218066297,"duration":0}},{"uid":"9f09cd9ce3373fc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9f09cd9ce3373fc","status":"passed","time":{"start":1726217965317,"stop":1726217965317,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d4d6264d4aeab97f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d4d6264d4aeab97f","status":"passed","time":{"start":1726218812477,"stop":1726218812477,"duration":0}},{"uid":"ac1e023704b922dc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ac1e023704b922dc","status":"passed","time":{"start":1726218708455,"stop":1726218708455,"duration":0}},{"uid":"fe089244688f9639","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fe089244688f9639","status":"passed","time":{"start":1726217980053,"stop":1726217980053,"duration":0}},{"uid":"d204eb9fbab6e271","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d204eb9fbab6e271","status":"passed","time":{"start":1726217896507,"stop":1726217896508,"duration":1}}]},"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"42207941aaedf54a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42207941aaedf54a","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"duration":0}},{"uid":"d46e4667e67d3312","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d46e4667e67d3312","status":"passed","time":{"start":1726218188604,"stop":1726218188604,"duration":0}},{"uid":"7ae70dc76b5f53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7ae70dc76b5f53","status":"passed","time":{"start":1726217441567,"stop":1726217441568,"duration":1}},{"uid":"5ebd9ca01adb31d6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5ebd9ca01adb31d6","status":"passed","time":{"start":1726217383230,"stop":1726217383230,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3cfc1ccbb96d7982","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3cfc1ccbb96d7982","status":"passed","time":{"start":1726218879352,"stop":1726218879352,"duration":0}},{"uid":"4b0dbc988c4fa759","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b0dbc988c4fa759","status":"passed","time":{"start":1726218787588,"stop":1726218787588,"duration":0}},{"uid":"b2af5cbce1133d1c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b2af5cbce1133d1c","status":"passed","time":{"start":1726218066299,"stop":1726218066300,"duration":1}},{"uid":"8927c6198d5d0ac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8927c6198d5d0ac","status":"passed","time":{"start":1726217965320,"stop":1726217965320,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7eca4a8a2a006f38","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7eca4a8a2a006f38","status":"passed","time":{"start":1726218778190,"stop":1726218778190,"duration":0}},{"uid":"cd4ed677c88b6934","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cd4ed677c88b6934","status":"passed","time":{"start":1726218673549,"stop":1726218673549,"duration":0}},{"uid":"76159908ae89d281","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/76159908ae89d281","status":"passed","time":{"start":1726217946719,"stop":1726217946719,"duration":0}},{"uid":"9f7edf15e088bc26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9f7edf15e088bc26","status":"passed","time":{"start":1726217862773,"stop":1726217862773,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9eaa155f85b9a97d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9eaa155f85b9a97d","status":"passed","time":{"start":1726218778246,"stop":1726218778250,"duration":4}},{"uid":"97465f08a28ea33e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/97465f08a28ea33e","status":"passed","time":{"start":1726218673559,"stop":1726218673559,"duration":0}},{"uid":"fc6cfb471425cb2f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc6cfb471425cb2f","status":"passed","time":{"start":1726217946734,"stop":1726217946734,"duration":0}},{"uid":"8af5250b0c77bedf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8af5250b0c77bedf","status":"passed","time":{"start":1726217862785,"stop":1726217862786,"duration":1}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2c70bdf6d700a2d3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2c70bdf6d700a2d3","status":"passed","time":{"start":1726218903393,"stop":1726218903393,"duration":0}},{"uid":"27f1d4cd1ed5b78d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/27f1d4cd1ed5b78d","status":"passed","time":{"start":1726218807914,"stop":1726218807914,"duration":0}},{"uid":"803d2a4649479cab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/803d2a4649479cab","status":"passed","time":{"start":1726218061980,"stop":1726218061980,"duration":0}},{"uid":"467560c339838d28","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/467560c339838d28","status":"passed","time":{"start":1726217984951,"stop":1726217984951,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a5f75f3e1f62f363","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a5f75f3e1f62f363","status":"passed","time":{"start":1726218778187,"stop":1726218778188,"duration":1}},{"uid":"26084c67f81bd0f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/26084c67f81bd0f8","status":"passed","time":{"start":1726218673545,"stop":1726218673546,"duration":1}},{"uid":"efe0fa846cbf9c99","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/efe0fa846cbf9c99","status":"passed","time":{"start":1726217946678,"stop":1726217946678,"duration":0}},{"uid":"68f84576bf4152f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/68f84576bf4152f6","status":"passed","time":{"start":1726217862769,"stop":1726217862770,"duration":1}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"20215fcba1552091","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/20215fcba1552091","status":"passed","time":{"start":1726218778286,"stop":1726218778286,"duration":0}},{"uid":"b40be14661fcf4b3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b40be14661fcf4b3","status":"passed","time":{"start":1726218673562,"stop":1726218673562,"duration":0}},{"uid":"139ea9cdbd201ed8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/139ea9cdbd201ed8","status":"passed","time":{"start":1726217946740,"stop":1726217946741,"duration":1}},{"uid":"7b29192afc122e0d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7b29192afc122e0d","status":"passed","time":{"start":1726217862791,"stop":1726217862792,"duration":1}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ea9995e30f4b8f8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ea9995e30f4b8f8c","status":"passed","time":{"start":1726218956168,"stop":1726218956168,"duration":0}},{"uid":"44faf99e3048d00","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/44faf99e3048d00","status":"passed","time":{"start":1726218868914,"stop":1726218868914,"duration":0}},{"uid":"cf8879057b42a0c2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cf8879057b42a0c2","status":"passed","time":{"start":1726218139626,"stop":1726218139626,"duration":0}},{"uid":"27065f453f070769","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/27065f453f070769","status":"passed","time":{"start":1726218051437,"stop":1726218051438,"duration":1}}]},"b40534068599ef4874ce65384293b963:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"434b229ab1db1a66","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/434b229ab1db1a66","status":"passed","time":{"start":1726217923183,"stop":1726217923183,"duration":0}}]},"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a6c4dd3285259e01","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a6c4dd3285259e01","status":"passed","time":{"start":1726218283070,"stop":1726218283070,"duration":0}},{"uid":"68a8f1af5234759d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68a8f1af5234759d","status":"passed","time":{"start":1726218188573,"stop":1726218188573,"duration":0}},{"uid":"8a53fe670213405a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a53fe670213405a","status":"passed","time":{"start":1726217441531,"stop":1726217441531,"duration":0}},{"uid":"557dd9aeb3492c36","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/557dd9aeb3492c36","status":"passed","time":{"start":1726217383191,"stop":1726217383191,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"33a5c70aa8f6ce59","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/33a5c70aa8f6ce59","status":"passed","time":{"start":1726218397741,"stop":1726218397742,"duration":1}},{"uid":"911bd0a9fce935ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/911bd0a9fce935ab","status":"passed","time":{"start":1726218303230,"stop":1726218303230,"duration":0}},{"uid":"522f26a6ca24594f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/522f26a6ca24594f","status":"passed","time":{"start":1726217551914,"stop":1726217551914,"duration":0}},{"uid":"fbe1d3ccae91eb9e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fbe1d3ccae91eb9e","status":"passed","time":{"start":1726217494759,"stop":1726217494759,"duration":0}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3435de0fce6427c9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3435de0fce6427c9","status":"passed","time":{"start":1726218523025,"stop":1726218523025,"duration":0}},{"uid":"9ceb081d67f65492","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9ceb081d67f65492","status":"passed","time":{"start":1726218422916,"stop":1726218422916,"duration":0}},{"uid":"a5449bf876e4d8b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a5449bf876e4d8b5","status":"passed","time":{"start":1726217687438,"stop":1726217687439,"duration":1}},{"uid":"51431c16b3002b30","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/51431c16b3002b30","status":"passed","time":{"start":1726217604515,"stop":1726217604518,"duration":3}}]},"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7c4df3568cddd6d0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7c4df3568cddd6d0","status":"passed","time":{"start":1726218283084,"stop":1726218283084,"duration":0}},{"uid":"d664df7c696177c2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d664df7c696177c2","status":"passed","time":{"start":1726218188586,"stop":1726218188586,"duration":0}},{"uid":"5e6ed667d6d4e23a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5e6ed667d6d4e23a","status":"passed","time":{"start":1726217441546,"stop":1726217441546,"duration":0}},{"uid":"35984c0e0c9376e3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/35984c0e0c9376e3","status":"passed","time":{"start":1726217383209,"stop":1726217383209,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c2c702fa3f6aab9f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c2c702fa3f6aab9f","status":"passed","time":{"start":1726218412657,"stop":1726218412657,"duration":0}},{"uid":"a01ca0a329f9e26d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a01ca0a329f9e26d","status":"passed","time":{"start":1726218318090,"stop":1726218318091,"duration":1}},{"uid":"eb47fc8409a0adbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb47fc8409a0adbf","status":"passed","time":{"start":1726217567474,"stop":1726217567475,"duration":1}},{"uid":"ea17d5a58b727f1c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ea17d5a58b727f1c","status":"passed","time":{"start":1726217508420,"stop":1726217508420,"duration":0}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c6f40427d2545d48","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c6f40427d2545d48","status":"passed","time":{"start":1726218563305,"stop":1726218563307,"duration":2}},{"uid":"b456bf4c27a0b921","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b456bf4c27a0b921","status":"passed","time":{"start":1726218471438,"stop":1726218471439,"duration":1}},{"uid":"d472045ff0cee630","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d472045ff0cee630","status":"passed","time":{"start":1726217724227,"stop":1726217724227,"duration":0}},{"uid":"841dff9b3580b8cb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/841dff9b3580b8cb","status":"passed","time":{"start":1726217656060,"stop":1726217656060,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"da3115bd84df2951","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da3115bd84df2951","status":"passed","time":{"start":1726218879298,"stop":1726218879313,"duration":15}},{"uid":"bd2cd458e5f3e905","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bd2cd458e5f3e905","status":"passed","time":{"start":1726218787577,"stop":1726218787577,"duration":0}},{"uid":"68fe3ac082989074","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68fe3ac082989074","status":"passed","time":{"start":1726218066279,"stop":1726218066280,"duration":1}},{"uid":"168df5127f5a13c3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/168df5127f5a13c3","status":"passed","time":{"start":1726217965303,"stop":1726217965303,"duration":0}}]},"16add05193b9c7d0ee449f1362d84b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dec0f2a0fa9d8928","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dec0f2a0fa9d8928","status":"passed","time":{"start":1726218039631,"stop":1726218039631,"duration":0}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3d2f5e499349faf6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3d2f5e499349faf6","status":"passed","time":{"start":1726218285626,"stop":1726218285627,"duration":1}},{"uid":"8af5321f4b0a9007","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8af5321f4b0a9007","status":"passed","time":{"start":1726218191032,"stop":1726218191032,"duration":0}},{"uid":"34f44e129050bce6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34f44e129050bce6","status":"passed","time":{"start":1726217444068,"stop":1726217444068,"duration":0}},{"uid":"2b2961797925e65e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2b2961797925e65e","status":"passed","time":{"start":1726217385914,"stop":1726217385914,"duration":0}}]},"f4c8e5196061be0338c5fe393aeb5daf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"25876a1f6fc120b1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/25876a1f6fc120b1","status":"passed","time":{"start":1726218669778,"stop":1726218669779,"duration":1}},{"uid":"1a34df3ba9d03bbe","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1a34df3ba9d03bbe","status":"passed","time":{"start":1726218612986,"stop":1726218612987,"duration":1}},{"uid":"851a5c816053d52","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/851a5c816053d52","status":"passed","time":{"start":1726217868255,"stop":1726217868256,"duration":1}},{"uid":"9a8137d422fe767","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9a8137d422fe767","status":"passed","time":{"start":1726217785180,"stop":1726217785181,"duration":1}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a3ab94adac720b7d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a3ab94adac720b7d","status":"passed","time":{"start":1726218689004,"stop":1726218689005,"duration":1}},{"uid":"dceab7e09d1d8c03","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dceab7e09d1d8c03","status":"passed","time":{"start":1726218597576,"stop":1726218597576,"duration":0}},{"uid":"8a062336079246fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a062336079246fd","status":"passed","time":{"start":1726217848413,"stop":1726217848414,"duration":1}},{"uid":"b85a93587b2896f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b85a93587b2896f2","status":"passed","time":{"start":1726217774668,"stop":1726217774668,"duration":0}}]},"abf5e2cb0760dee3d5dd90fb175c3bff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eea171a1042c71ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eea171a1042c71ae","status":"passed","time":{"start":1726218765875,"stop":1726218765876,"duration":1}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7a991b11369e823b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7a991b11369e823b","status":"passed","time":{"start":1726218563307,"stop":1726218563307,"duration":0}},{"uid":"845b4206568b7cb7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/845b4206568b7cb7","status":"passed","time":{"start":1726218471439,"stop":1726218471445,"duration":6}},{"uid":"87bf3e9c0fb36842","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/87bf3e9c0fb36842","status":"passed","time":{"start":1726217724227,"stop":1726217724228,"duration":1}},{"uid":"1dd699877c9ab82d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1dd699877c9ab82d","status":"passed","time":{"start":1726217656060,"stop":1726217656061,"duration":1}}]},"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"39200fd258aaa858","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39200fd258aaa858","status":"passed","time":{"start":1726218283092,"stop":1726218283093,"duration":1}},{"uid":"d6c57b351ccfbec4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d6c57b351ccfbec4","status":"passed","time":{"start":1726218188593,"stop":1726218188594,"duration":1}},{"uid":"8cc35be5beb2596","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8cc35be5beb2596","status":"passed","time":{"start":1726217441554,"stop":1726217441554,"duration":0}},{"uid":"9f485161fa7a6f67","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9f485161fa7a6f67","status":"passed","time":{"start":1726217383218,"stop":1726217383218,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f996d83bb887c01e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f996d83bb887c01e","status":"passed","time":{"start":1726218316385,"stop":1726218316386,"duration":1}},{"uid":"1ecfec5a84198f34","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ecfec5a84198f34","status":"passed","time":{"start":1726218221124,"stop":1726218221124,"duration":0}},{"uid":"68307dd046efb22","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68307dd046efb22","status":"passed","time":{"start":1726217474513,"stop":1726217474513,"duration":0}},{"uid":"8353fe4d60464f66","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8353fe4d60464f66","status":"passed","time":{"start":1726217415840,"stop":1726217415841,"duration":1}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"a2a9db929b75e827","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2a9db929b75e827","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218510991,"stop":1726218510991,"duration":0}},{"uid":"fe6f9eaa16803cc5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fe6f9eaa16803cc5","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218417157,"stop":1726218417157,"duration":0}},{"uid":"5b9f28d79360d323","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5b9f28d79360d323","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217677846,"stop":1726217677846,"duration":0}},{"uid":"8cd3e78438f7faa0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8cd3e78438f7faa0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217616850,"stop":1726217616850,"duration":0}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a3f025a934aab25b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a3f025a934aab25b","status":"passed","time":{"start":1726218863186,"stop":1726218863187,"duration":1}},{"uid":"82e60bc1ebbd3276","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/82e60bc1ebbd3276","status":"passed","time":{"start":1726218765885,"stop":1726218765885,"duration":0}},{"uid":"48981eb82341f9c8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48981eb82341f9c8","status":"passed","time":{"start":1726218039633,"stop":1726218039634,"duration":1}},{"uid":"95c3d0944be5587e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/95c3d0944be5587e","status":"passed","time":{"start":1726217952892,"stop":1726217952893,"duration":1}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4f6b89127dadb9d3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4f6b89127dadb9d3","status":"passed","time":{"start":1726218764087,"stop":1726218764087,"duration":0}},{"uid":"ea53e2f35cf52729","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ea53e2f35cf52729","status":"passed","time":{"start":1726218659004,"stop":1726218659004,"duration":0}},{"uid":"2b19dce128f3f727","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2b19dce128f3f727","status":"passed","time":{"start":1726217924734,"stop":1726217924734,"duration":0}},{"uid":"6122979c23f3399","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6122979c23f3399","status":"passed","time":{"start":1726217840474,"stop":1726217840475,"duration":1}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"cdbfb21cda54f7aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cdbfb21cda54f7aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218345037,"stop":1726218345038,"duration":1}},{"uid":"79a05e7d41d72539","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79a05e7d41d72539","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218250242,"stop":1726218250242,"duration":0}},{"uid":"ab41c39994db8206","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ab41c39994db8206","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217507043,"stop":1726217507044,"duration":1}},{"uid":"a198938d45b11efa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a198938d45b11efa","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217445625,"stop":1726217445625,"duration":0}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c3c0787846b12f11","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3c0787846b12f11","status":"passed","time":{"start":1726218806755,"stop":1726218806756,"duration":1}},{"uid":"7754c5558e62ac87","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7754c5558e62ac87","status":"passed","time":{"start":1726218706738,"stop":1726218706739,"duration":1}},{"uid":"171f63e0abd388e3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/171f63e0abd388e3","status":"passed","time":{"start":1726217976602,"stop":1726217976602,"duration":0}},{"uid":"1ddc9b5b6fdbfece","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1ddc9b5b6fdbfece","status":"passed","time":{"start":1726217890294,"stop":1726217890294,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dac8b312ad0a1be4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dac8b312ad0a1be4","status":"passed","time":{"start":1726218778218,"stop":1726218778218,"duration":0}},{"uid":"43dc446b3ba75e33","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/43dc446b3ba75e33","status":"passed","time":{"start":1726218673553,"stop":1726218673554,"duration":1}},{"uid":"8718c7049de43c14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8718c7049de43c14","status":"passed","time":{"start":1726217946723,"stop":1726217946723,"duration":0}},{"uid":"f0d8ade0e36e8284","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f0d8ade0e36e8284","status":"passed","time":{"start":1726217862776,"stop":1726217862778,"duration":2}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e3b3dd6dd177dce6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3b3dd6dd177dce6","status":"passed","time":{"start":1726218914872,"stop":1726218914872,"duration":0}},{"uid":"164ccb0b31adbfa8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/164ccb0b31adbfa8","status":"passed","time":{"start":1726218826916,"stop":1726218826917,"duration":1}},{"uid":"c1f0d09bf50e1802","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1f0d09bf50e1802","status":"passed","time":{"start":1726218091298,"stop":1726218091299,"duration":1}},{"uid":"31f56b0734fa8551","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/31f56b0734fa8551","status":"passed","time":{"start":1726218000389,"stop":1726218000390,"duration":1}}]},"76fe896f14393d1f12e129bf72e65d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc907c404587e76a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc907c404587e76a","status":"passed","time":{"start":1726218659024,"stop":1726218659025,"duration":1}}]},"b3db2177abad53cafc87450b366491d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"395672326b4866ac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/395672326b4866ac","status":"passed","time":{"start":1726218597911,"stop":1726218597912,"duration":1}},{"uid":"8a31a73b40003c2e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8a31a73b40003c2e","status":"passed","time":{"start":1726218496829,"stop":1726218496830,"duration":1}},{"uid":"b73f45b7c0342d27","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b73f45b7c0342d27","status":"passed","time":{"start":1726217751144,"stop":1726217751144,"duration":0}},{"uid":"6eba66a7f09fca47","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6eba66a7f09fca47","status":"passed","time":{"start":1726217685251,"stop":1726217685251,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5871aede98daa3b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5871aede98daa3b7","status":"passed","time":{"start":1726218778250,"stop":1726218778251,"duration":1}},{"uid":"a649167962bda76","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a649167962bda76","status":"passed","time":{"start":1726218673559,"stop":1726218673559,"duration":0}},{"uid":"f0009605e23d797e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0009605e23d797e","status":"passed","time":{"start":1726217946734,"stop":1726217946735,"duration":1}},{"uid":"b0e030e972feb9b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b0e030e972feb9b4","status":"passed","time":{"start":1726217862786,"stop":1726217862787,"duration":1}}]},"c700be94b334e72c1fe108821b5cb424:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0ec8cc6acacc39a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a0ec8cc6acacc39a","status":"passed","time":{"start":1726217924759,"stop":1726217924762,"duration":3}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fbc0edc6f6d97f23","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fbc0edc6f6d97f23","status":"passed","time":{"start":1726218778278,"stop":1726218778281,"duration":3}},{"uid":"9efe170b72b54e5e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9efe170b72b54e5e","status":"passed","time":{"start":1726218673560,"stop":1726218673560,"duration":0}},{"uid":"538a15730f0478a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/538a15730f0478a","status":"passed","time":{"start":1726217946735,"stop":1726217946739,"duration":4}},{"uid":"a14c8adb8c444aa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a14c8adb8c444aa","status":"passed","time":{"start":1726217862788,"stop":1726217862788,"duration":0}}]},"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"152b75294ea3e72a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/152b75294ea3e72a","status":"passed","time":{"start":1726218898752,"stop":1726218898752,"duration":0}},{"uid":"12dcfb66c273e613","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/12dcfb66c273e613","status":"passed","time":{"start":1726218807210,"stop":1726218807210,"duration":0}},{"uid":"65bfd825d880fe65","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/65bfd825d880fe65","status":"passed","time":{"start":1726218077539,"stop":1726218077539,"duration":0}},{"uid":"34901f27e58bfb51","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/34901f27e58bfb51","status":"passed","time":{"start":1726217979447,"stop":1726217979448,"duration":1}}]},"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"78092d03690abda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/78092d03690abda","status":"passed","time":{"start":1726218283071,"stop":1726218283071,"duration":0}},{"uid":"50c78b503e7a336a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/50c78b503e7a336a","status":"passed","time":{"start":1726218188574,"stop":1726218188574,"duration":0}},{"uid":"f3e125187d9a3b1b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3e125187d9a3b1b","status":"passed","time":{"start":1726217441532,"stop":1726217441532,"duration":0}},{"uid":"e65387abb0b2523e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e65387abb0b2523e","status":"passed","time":{"start":1726217383191,"stop":1726217383192,"duration":1}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"96579635c9e42be6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/96579635c9e42be6","status":"passed","time":{"start":1726218551485,"stop":1726218551486,"duration":1}},{"uid":"129de9dd9fce8923","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/129de9dd9fce8923","status":"passed","time":{"start":1726218459536,"stop":1726218459536,"duration":0}},{"uid":"33d7e21774b4b1ef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/33d7e21774b4b1ef","status":"passed","time":{"start":1726217706002,"stop":1726217706004,"duration":2}},{"uid":"bf2ab2540d2bcd77","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bf2ab2540d2bcd77","status":"passed","time":{"start":1726217650761,"stop":1726217650761,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"1b6d175a88a9b1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b6d175a88a9b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218764451,"stop":1726218764451,"duration":0}},{"uid":"9ec50a12a8908027","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9ec50a12a8908027","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659234,"stop":1726218659234,"duration":0}},{"uid":"72b1ee58aa9f58ad","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72b1ee58aa9f58ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925015,"stop":1726217925016,"duration":1}},{"uid":"5e549ec656cda695","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e549ec656cda695","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840807,"stop":1726217840807,"duration":0}}]},"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2fe3b651b85c342","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2fe3b651b85c342","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"duration":0}},{"uid":"13e1aedf2b7c0649","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/13e1aedf2b7c0649","status":"passed","time":{"start":1726218188602,"stop":1726218188602,"duration":0}},{"uid":"58b99ef2a2ae898b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/58b99ef2a2ae898b","status":"passed","time":{"start":1726217441565,"stop":1726217441566,"duration":1}},{"uid":"72211c52bc57d87c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/72211c52bc57d87c","status":"passed","time":{"start":1726217383228,"stop":1726217383228,"duration":0}}]},"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"818c402d33e1d6ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/818c402d33e1d6ed","status":"passed","time":{"start":1726218283075,"stop":1726218283075,"duration":0}},{"uid":"ac80809dd886eb44","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ac80809dd886eb44","status":"passed","time":{"start":1726218188578,"stop":1726218188578,"duration":0}},{"uid":"c9cd260e858660ef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c9cd260e858660ef","status":"passed","time":{"start":1726217441536,"stop":1726217441537,"duration":1}},{"uid":"5dec734112a3ba72","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5dec734112a3ba72","status":"passed","time":{"start":1726217383198,"stop":1726217383199,"duration":1}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79818748cd8073b6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/79818748cd8073b6","status":"passed","time":{"start":1726218863176,"stop":1726218863178,"duration":2}},{"uid":"7722d8823e69c455","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7722d8823e69c455","status":"passed","time":{"start":1726218765874,"stop":1726218765874,"duration":0}},{"uid":"ad6c71acb1ac96cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad6c71acb1ac96cb","status":"passed","time":{"start":1726218039626,"stop":1726218039626,"duration":0}},{"uid":"62218f15b9fe7835","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/62218f15b9fe7835","status":"passed","time":{"start":1726217952878,"stop":1726217952879,"duration":1}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d8ea0ca6f4d5807c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d8ea0ca6f4d5807c","status":"passed","time":{"start":1726218914873,"stop":1726218914873,"duration":0}},{"uid":"cf70fa5ab3033b15","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cf70fa5ab3033b15","status":"passed","time":{"start":1726218826917,"stop":1726218826918,"duration":1}},{"uid":"3789e627bb808812","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3789e627bb808812","status":"passed","time":{"start":1726218091299,"stop":1726218091299,"duration":0}},{"uid":"a0c09de40bea1ff","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a0c09de40bea1ff","status":"passed","time":{"start":1726218000390,"stop":1726218000391,"duration":1}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"99a1e3d362e0e353","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/99a1e3d362e0e353","status":"passed","time":{"start":1726218304464,"stop":1726218304464,"duration":0}},{"uid":"84e999b624c1288b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/84e999b624c1288b","status":"passed","time":{"start":1726218209563,"stop":1726218209564,"duration":1}},{"uid":"ad6b8bb9b4a1d24a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad6b8bb9b4a1d24a","status":"passed","time":{"start":1726217463038,"stop":1726217463039,"duration":1}},{"uid":"e4ca261ded340ca4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4ca261ded340ca4","status":"passed","time":{"start":1726217404605,"stop":1726217404605,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5dd8864a7f1a10d7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5dd8864a7f1a10d7","status":"passed","time":{"start":1726218523008,"stop":1726218523009,"duration":1}},{"uid":"2ab26b0c2debb819","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2ab26b0c2debb819","status":"passed","time":{"start":1726218422893,"stop":1726218422894,"duration":1}},{"uid":"749a4fbeb03255c7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/749a4fbeb03255c7","status":"passed","time":{"start":1726217687415,"stop":1726217687415,"duration":0}},{"uid":"4cd2a36fdc9114a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4cd2a36fdc9114a6","status":"passed","time":{"start":1726217604478,"stop":1726217604479,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"55869f8d4fd64c78","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55869f8d4fd64c78","status":"passed","time":{"start":1726218551490,"stop":1726218551491,"duration":1}},{"uid":"4ffe543bafefcf83","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ffe543bafefcf83","status":"passed","time":{"start":1726218459539,"stop":1726218459539,"duration":0}},{"uid":"29b51c8671733e33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29b51c8671733e33","status":"passed","time":{"start":1726217706007,"stop":1726217706008,"duration":1}},{"uid":"85d3ef174b907fea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85d3ef174b907fea","status":"passed","time":{"start":1726217650767,"stop":1726217650767,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d91b108464358a1f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d91b108464358a1f","status":"passed","time":{"start":1726218314724,"stop":1726218314724,"duration":0}},{"uid":"cc1964ddb1c4f07b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc1964ddb1c4f07b","status":"passed","time":{"start":1726218219452,"stop":1726218219453,"duration":1}},{"uid":"fee958fb3968df83","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fee958fb3968df83","status":"passed","time":{"start":1726217472857,"stop":1726217472857,"duration":0}},{"uid":"3745d14ba7dc8bc8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3745d14ba7dc8bc8","status":"passed","time":{"start":1726217414160,"stop":1726217414160,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8c5c61248a434d17","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8c5c61248a434d17","status":"passed","time":{"start":1726218523013,"stop":1726218523013,"duration":0}},{"uid":"c05c82ae52a171ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c05c82ae52a171ba","status":"passed","time":{"start":1726218422895,"stop":1726218422895,"duration":0}},{"uid":"5f8ba8ff9bdc65e6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f8ba8ff9bdc65e6","status":"passed","time":{"start":1726217687417,"stop":1726217687418,"duration":1}},{"uid":"4211afd4c8f5deb5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4211afd4c8f5deb5","status":"passed","time":{"start":1726217604486,"stop":1726217604486,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3217491cb103ac24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3217491cb103ac24","status":"passed","time":{"start":1726218764110,"stop":1726218764110,"duration":0}},{"uid":"b2d16ff1ebd5e976","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b2d16ff1ebd5e976","status":"passed","time":{"start":1726218659025,"stop":1726218659025,"duration":0}},{"uid":"7b0118d58f5347dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b0118d58f5347dc","status":"passed","time":{"start":1726217924763,"stop":1726217924763,"duration":0}},{"uid":"289e3cc88a0c0151","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/289e3cc88a0c0151","status":"passed","time":{"start":1726217840566,"stop":1726217840567,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"60497c7fddd2b17d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/60497c7fddd2b17d","status":"passed","time":{"start":1726218304292,"stop":1726218304292,"duration":0}},{"uid":"94fb52a6b53555e1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/94fb52a6b53555e1","status":"passed","time":{"start":1726218209342,"stop":1726218209342,"duration":0}},{"uid":"bb3400b3c9ba4ffa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb3400b3c9ba4ffa","status":"passed","time":{"start":1726217462726,"stop":1726217462727,"duration":1}},{"uid":"31353af49329286c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/31353af49329286c","status":"passed","time":{"start":1726217404277,"stop":1726217404277,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2c31a301adb48fd0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2c31a301adb48fd0","status":"passed","time":{"start":1726218551478,"stop":1726218551478,"duration":0}},{"uid":"f2885a2213b69d41","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f2885a2213b69d41","status":"passed","time":{"start":1726218459531,"stop":1726218459531,"duration":0}},{"uid":"a2819a7fbc4ccdbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2819a7fbc4ccdbf","status":"passed","time":{"start":1726217705997,"stop":1726217705998,"duration":1}},{"uid":"1f8f20f0d535a894","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f8f20f0d535a894","status":"passed","time":{"start":1726217650748,"stop":1726217650749,"duration":1}}]},"2fe52d01a1c18dff6e9b8280156e14b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f9788d85e8944f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3f9788d85e8944f3","status":"passed","time":{"start":1726217923181,"stop":1726217923181,"duration":0}}]},"e791e755b2d4497a2709581f61e78d8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"950d8b4e347e809a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/950d8b4e347e809a","status":"passed","time":{"start":1726218669777,"stop":1726218669778,"duration":1}},{"uid":"4c1c66ea5d0d5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4c1c66ea5d0d5f","status":"passed","time":{"start":1726218612973,"stop":1726218612986,"duration":13}},{"uid":"be1491af3b4379e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be1491af3b4379e4","status":"passed","time":{"start":1726217868253,"stop":1726217868255,"duration":2}},{"uid":"ce9cdb87b1d40ce9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce9cdb87b1d40ce9","status":"passed","time":{"start":1726217785179,"stop":1726217785180,"duration":1}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a50e45a2ccda67c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a50e45a2ccda67c4","status":"passed","time":{"start":1726218764107,"stop":1726218764107,"duration":0}},{"uid":"2229fce2116d067f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2229fce2116d067f","status":"passed","time":{"start":1726218659021,"stop":1726218659021,"duration":0}},{"uid":"922d391927121e35","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/922d391927121e35","status":"passed","time":{"start":1726217924754,"stop":1726217924754,"duration":0}},{"uid":"a3ea3a7ce76ab27b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a3ea3a7ce76ab27b","status":"passed","time":{"start":1726217840558,"stop":1726217840558,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"49991af8deb3effe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/49991af8deb3effe","status":"passed","time":{"start":1726218523031,"stop":1726218523031,"duration":0}},{"uid":"68cda840fc916dc1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68cda840fc916dc1","status":"passed","time":{"start":1726218422921,"stop":1726218422922,"duration":1}},{"uid":"ac8a402fcc401b07","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac8a402fcc401b07","status":"passed","time":{"start":1726217687450,"stop":1726217687451,"duration":1}},{"uid":"361fcc80ad7a4531","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/361fcc80ad7a4531","status":"passed","time":{"start":1726217604538,"stop":1726217604539,"duration":1}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"aa7b6e6072f0cdfa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aa7b6e6072f0cdfa","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218764114,"stop":1726218764114,"duration":0}},{"uid":"4a8770ed1f534365","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4a8770ed1f534365","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659028,"stop":1726218659029,"duration":1}},{"uid":"3d3fcbe2458bcd52","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3d3fcbe2458bcd52","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924766,"stop":1726217924766,"duration":0}},{"uid":"11820fd6010e9c63","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/11820fd6010e9c63","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840570,"stop":1726217840570,"duration":0}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"1b33fb2456e66c3f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b33fb2456e66c3f","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218777347,"stop":1726218777347,"duration":0}},{"uid":"6579d9669d2f7d91","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6579d9669d2f7d91","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218700176,"stop":1726218700176,"duration":0}},{"uid":"a974dc35348d8bf9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a974dc35348d8bf9","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217955949,"stop":1726217955949,"duration":0}},{"uid":"8ad1e03881eaf158","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8ad1e03881eaf158","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217870055,"stop":1726217870055,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c4f0787b13d0cf02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c4f0787b13d0cf02","status":"passed","time":{"start":1726218914872,"stop":1726218914872,"duration":0}},{"uid":"49d8bee10079dcc2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/49d8bee10079dcc2","status":"passed","time":{"start":1726218826916,"stop":1726218826916,"duration":0}},{"uid":"3931030e79a8b866","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3931030e79a8b866","status":"passed","time":{"start":1726218091298,"stop":1726218091298,"duration":0}},{"uid":"cf3110025bf0d4e6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cf3110025bf0d4e6","status":"passed","time":{"start":1726218000389,"stop":1726218000389,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e2472066eaba930c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e2472066eaba930c","status":"passed","time":{"start":1726218879294,"stop":1726218879294,"duration":0}},{"uid":"4e005962cff73193","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4e005962cff73193","status":"passed","time":{"start":1726218787576,"stop":1726218787576,"duration":0}},{"uid":"6bf5e85ce279ac3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6bf5e85ce279ac3","status":"passed","time":{"start":1726218066278,"stop":1726218066279,"duration":1}},{"uid":"16942950b705369f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/16942950b705369f","status":"passed","time":{"start":1726217965302,"stop":1726217965302,"duration":0}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"177db12bfa4c0174","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/177db12bfa4c0174","status":"passed","time":{"start":1726218285624,"stop":1726218285625,"duration":1}},{"uid":"3f1f1ce2e8fecf89","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3f1f1ce2e8fecf89","status":"passed","time":{"start":1726218191029,"stop":1726218191030,"duration":1}},{"uid":"b9fa5df7d82ab3c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b9fa5df7d82ab3c4","status":"passed","time":{"start":1726217444065,"stop":1726217444066,"duration":1}},{"uid":"8db69694452e21b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8db69694452e21b4","status":"passed","time":{"start":1726217385912,"stop":1726217385913,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a086eadde719dc9f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a086eadde719dc9f","status":"passed","time":{"start":1726218455969,"stop":1726218455969,"duration":0}},{"uid":"8f6106fffa2e4d5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8f6106fffa2e4d5f","status":"passed","time":{"start":1726218357623,"stop":1726218357624,"duration":1}},{"uid":"45cac4c7fa658491","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/45cac4c7fa658491","status":"passed","time":{"start":1726217608002,"stop":1726217608003,"duration":1}},{"uid":"2c2aaa6d4e36e902","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2c2aaa6d4e36e902","status":"passed","time":{"start":1726217547143,"stop":1726217547143,"duration":0}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ed62c19e4c4fe287","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed62c19e4c4fe287","status":"passed","time":{"start":1726218285626,"stop":1726218285626,"duration":0}},{"uid":"b37ecdfbc68910e9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b37ecdfbc68910e9","status":"passed","time":{"start":1726218191031,"stop":1726218191031,"duration":0}},{"uid":"7156390733722e1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7156390733722e1","status":"passed","time":{"start":1726217444067,"stop":1726217444067,"duration":0}},{"uid":"20f2e7a8ecfb535a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/20f2e7a8ecfb535a","status":"passed","time":{"start":1726217385913,"stop":1726217385913,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"74588ef3ba61f4c2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/74588ef3ba61f4c2","status":"passed","time":{"start":1726218863002,"stop":1726218863003,"duration":1}},{"uid":"9e9c6bbabe93c9ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9e9c6bbabe93c9ae","status":"passed","time":{"start":1726218781380,"stop":1726218781380,"duration":0}},{"uid":"d05befb19538bf00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d05befb19538bf00","status":"passed","time":{"start":1726218013696,"stop":1726218013696,"duration":0}},{"uid":"1f95e15f7771a91c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f95e15f7771a91c","status":"passed","time":{"start":1726217945328,"stop":1726217945329,"duration":1}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2e2e08bd7e693029","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e2e08bd7e693029","status":"passed","time":{"start":1726218879373,"stop":1726218879374,"duration":1}},{"uid":"35b138711a402749","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35b138711a402749","status":"passed","time":{"start":1726218787593,"stop":1726218787593,"duration":0}},{"uid":"4936de9a881be791","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4936de9a881be791","status":"passed","time":{"start":1726218066315,"stop":1726218066315,"duration":0}},{"uid":"115c52a3088a79c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/115c52a3088a79c","status":"passed","time":{"start":1726217965348,"stop":1726217965348,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ceb015486f59ea5a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ceb015486f59ea5a","status":"passed","time":{"start":1726218510989,"stop":1726218510990,"duration":1}},{"uid":"fa4211d3f8342121","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fa4211d3f8342121","status":"passed","time":{"start":1726218417155,"stop":1726218417156,"duration":1}},{"uid":"fc6e8a051f69ff43","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc6e8a051f69ff43","status":"passed","time":{"start":1726217677844,"stop":1726217677844,"duration":0}},{"uid":"2ba80f9aa8d6259","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2ba80f9aa8d6259","status":"passed","time":{"start":1726217616848,"stop":1726217616848,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fca31f4368e22336","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fca31f4368e22336","status":"passed","time":{"start":1726218917026,"stop":1726218917027,"duration":1}},{"uid":"d26a1042a44b17c2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d26a1042a44b17c2","status":"passed","time":{"start":1726218827657,"stop":1726218827657,"duration":0}},{"uid":"e3b51b3103a19e76","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3b51b3103a19e76","status":"passed","time":{"start":1726218090764,"stop":1726218090765,"duration":1}},{"uid":"69be27e32f80bfbb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/69be27e32f80bfbb","status":"passed","time":{"start":1726217999478,"stop":1726217999478,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5dcffabab626862c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5dcffabab626862c","status":"passed","time":{"start":1726218851925,"stop":1726218851925,"duration":0}},{"uid":"c11f5698f4eedb4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c11f5698f4eedb4","status":"passed","time":{"start":1726218761851,"stop":1726218761851,"duration":0}},{"uid":"e0dbf51dfa7f3528","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0dbf51dfa7f3528","status":"passed","time":{"start":1726218020457,"stop":1726218020458,"duration":1}},{"uid":"b91183d533f6d817","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b91183d533f6d817","status":"passed","time":{"start":1726217934115,"stop":1726217934116,"duration":1}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8d334c4fb7fb5f77","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d334c4fb7fb5f77","status":"passed","time":{"start":1726218879338,"stop":1726218879340,"duration":2}},{"uid":"5134701b40246c54","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5134701b40246c54","status":"passed","time":{"start":1726218787585,"stop":1726218787586,"duration":1}},{"uid":"aa92acb13802c6fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aa92acb13802c6fd","status":"passed","time":{"start":1726218066297,"stop":1726218066297,"duration":0}},{"uid":"81555d6eeafdabca","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/81555d6eeafdabca","status":"passed","time":{"start":1726217965317,"stop":1726217965318,"duration":1}}]},"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b7b98741c6ff64f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b7b98741c6ff64f2","status":"passed","time":{"start":1726218283092,"stop":1726218283092,"duration":0}},{"uid":"57e890607baf3461","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/57e890607baf3461","status":"passed","time":{"start":1726218188593,"stop":1726218188593,"duration":0}},{"uid":"955ebc19b1334d1e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/955ebc19b1334d1e","status":"passed","time":{"start":1726217441554,"stop":1726217441554,"duration":0}},{"uid":"4cd97ceb977402ac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4cd97ceb977402ac","status":"passed","time":{"start":1726217383218,"stop":1726217383218,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a55a58f746b70daf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a55a58f746b70daf","status":"passed","time":{"start":1726218879336,"stop":1726218879336,"duration":0}},{"uid":"b0f54316a10b03b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b0f54316a10b03b","status":"passed","time":{"start":1726218787583,"stop":1726218787583,"duration":0}},{"uid":"2bf564898450397c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2bf564898450397c","status":"passed","time":{"start":1726218066292,"stop":1726218066293,"duration":1}},{"uid":"f6e7e757c3a621e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f6e7e757c3a621e7","status":"passed","time":{"start":1726217965312,"stop":1726217965312,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"23b626892948c266","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/23b626892948c266","status":"passed","time":{"start":1726218563299,"stop":1726218563299,"duration":0}},{"uid":"68f5d22291ebae2b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68f5d22291ebae2b","status":"passed","time":{"start":1726218471434,"stop":1726218471438,"duration":4}},{"uid":"7b1be8aea5389366","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b1be8aea5389366","status":"passed","time":{"start":1726217724224,"stop":1726217724224,"duration":0}},{"uid":"58d66dab69ec131f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/58d66dab69ec131f","status":"passed","time":{"start":1726217656059,"stop":1726217656060,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"342f55d395fcaac2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/342f55d395fcaac2","status":"passed","time":{"start":1726218806752,"stop":1726218806753,"duration":1}},{"uid":"6fd59e73a16ea7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6fd59e73a16ea7","status":"passed","time":{"start":1726218706736,"stop":1726218706737,"duration":1}},{"uid":"e66192f75d7908bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e66192f75d7908bf","status":"passed","time":{"start":1726217976600,"stop":1726217976600,"duration":0}},{"uid":"e9a1add65d414698","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e9a1add65d414698","status":"passed","time":{"start":1726217890291,"stop":1726217890291,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"366dffa50af051e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/366dffa50af051e4","status":"passed","time":{"start":1726218917023,"stop":1726218917024,"duration":1}},{"uid":"18b3cdb3e716b5ea","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/18b3cdb3e716b5ea","status":"passed","time":{"start":1726218827655,"stop":1726218827655,"duration":0}},{"uid":"ed54ac08cbaa7d2f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed54ac08cbaa7d2f","status":"passed","time":{"start":1726218090762,"stop":1726218090763,"duration":1}},{"uid":"cff0517efef09603","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cff0517efef09603","status":"passed","time":{"start":1726217999475,"stop":1726217999476,"duration":1}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"19e2562b1616adda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/19e2562b1616adda","status":"passed","time":{"start":1726218902994,"stop":1726218903000,"duration":6}},{"uid":"51519eb7a441ff8d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/51519eb7a441ff8d","status":"passed","time":{"start":1726218814295,"stop":1726218814296,"duration":1}},{"uid":"630dc2f0f3d5087d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/630dc2f0f3d5087d","status":"passed","time":{"start":1726218071325,"stop":1726218071326,"duration":1}},{"uid":"cdf72e2c28731b82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cdf72e2c28731b82","status":"passed","time":{"start":1726217984831,"stop":1726217984831,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"81a2f09709e4cfb6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/81a2f09709e4cfb6","status":"passed","time":{"start":1726218523027,"stop":1726218523028,"duration":1}},{"uid":"a6d33bc4280d523a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a6d33bc4280d523a","status":"passed","time":{"start":1726218422918,"stop":1726218422918,"duration":0}},{"uid":"be3b4c77d4d2229d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be3b4c77d4d2229d","status":"passed","time":{"start":1726217687441,"stop":1726217687442,"duration":1}},{"uid":"ac47001a600cf64d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac47001a600cf64d","status":"passed","time":{"start":1726217604524,"stop":1726217604525,"duration":1}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"132c3abe100e29c9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/132c3abe100e29c9","status":"passed","time":{"start":1726218510978,"stop":1726218510978,"duration":0}},{"uid":"35e06b2533a3dd2f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35e06b2533a3dd2f","status":"passed","time":{"start":1726218417149,"stop":1726218417150,"duration":1}},{"uid":"cf7aad3341606f02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cf7aad3341606f02","status":"passed","time":{"start":1726217677815,"stop":1726217677820,"duration":5}},{"uid":"e917978781a58057","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e917978781a58057","status":"passed","time":{"start":1726217616841,"stop":1726217616842,"duration":1}}]},"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bce9d5d961aebf2e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bce9d5d961aebf2e","status":"passed","time":{"start":1726218689329,"stop":1726218689329,"duration":0}},{"uid":"763f4ce0f60d4f23","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/763f4ce0f60d4f23","status":"passed","time":{"start":1726218613307,"stop":1726218613309,"duration":2}},{"uid":"5ce0d52363880cf8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ce0d52363880cf8","status":"passed","time":{"start":1726217868894,"stop":1726217868894,"duration":0}},{"uid":"c68e7774ba3265b3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c68e7774ba3265b3","status":"passed","time":{"start":1726217785443,"stop":1726217785443,"duration":0}}]},"a1b7a8eb8e77a18bc459323fdc80f262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe3f0cbbe0020de7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fe3f0cbbe0020de7","status":"passed","time":{"start":1726218863049,"stop":1726218863050,"duration":1}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1905aae14897a6fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1905aae14897a6fd","status":"passed","time":{"start":1726218689006,"stop":1726218689007,"duration":1}},{"uid":"f30cc3e1483304c9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f30cc3e1483304c9","status":"passed","time":{"start":1726218597577,"stop":1726218597577,"duration":0}},{"uid":"65af325e86f9e7c5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/65af325e86f9e7c5","status":"passed","time":{"start":1726217848414,"stop":1726217848415,"duration":1}},{"uid":"b179f75554f78ed7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b179f75554f78ed7","status":"passed","time":{"start":1726217774669,"stop":1726217774669,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4f53b845455a3c58","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4f53b845455a3c58","status":"passed","time":{"start":1726218551469,"stop":1726218551469,"duration":0}},{"uid":"cf5f9d3579a2cd4f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cf5f9d3579a2cd4f","status":"passed","time":{"start":1726218459524,"stop":1726218459524,"duration":0}},{"uid":"888a2fcfd7362efe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/888a2fcfd7362efe","status":"passed","time":{"start":1726217705996,"stop":1726217705996,"duration":0}},{"uid":"8085ca909c9df63b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8085ca909c9df63b","status":"passed","time":{"start":1726217650747,"stop":1726217650747,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79a2ee5477479019","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/79a2ee5477479019","status":"passed","time":{"start":1726218523020,"stop":1726218523020,"duration":0}},{"uid":"9e8c6369045118e2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9e8c6369045118e2","status":"passed","time":{"start":1726218422904,"stop":1726218422904,"duration":0}},{"uid":"201539d42c5e9114","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/201539d42c5e9114","status":"passed","time":{"start":1726217687427,"stop":1726217687427,"duration":0}},{"uid":"8d62adaccf741e17","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d62adaccf741e17","status":"passed","time":{"start":1726217604496,"stop":1726217604496,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f19a4e0ab55df714","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f19a4e0ab55df714","status":"passed","time":{"start":1726218291669,"stop":1726218291670,"duration":1}},{"uid":"52244239b2859907","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52244239b2859907","status":"passed","time":{"start":1726218197008,"stop":1726218197008,"duration":0}},{"uid":"5da36c021f581f17","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5da36c021f581f17","status":"passed","time":{"start":1726217450207,"stop":1726217450207,"duration":0}},{"uid":"5de6f61949006b3c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5de6f61949006b3c","status":"passed","time":{"start":1726217391858,"stop":1726217391859,"duration":1}}]},"a7acf76bb64d7f185f31b5548812797b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56945726f19a17d5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/56945726f19a17d5","status":"passed","time":{"start":1726217840504,"stop":1726217840505,"duration":1}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c9d9b8803fa3cdd0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c9d9b8803fa3cdd0","status":"passed","time":{"start":1726218764094,"stop":1726218764095,"duration":1}},{"uid":"304741073d18e53b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/304741073d18e53b","status":"passed","time":{"start":1726218659008,"stop":1726218659008,"duration":0}},{"uid":"9dadd59fc00b67ae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9dadd59fc00b67ae","status":"passed","time":{"start":1726217924737,"stop":1726217924737,"duration":0}},{"uid":"a161bcdbd6b2887d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a161bcdbd6b2887d","status":"passed","time":{"start":1726217840491,"stop":1726217840491,"duration":0}}]},"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3741a4ed93904932","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3741a4ed93904932","status":"passed","time":{"start":1726218283094,"stop":1726218283094,"duration":0}},{"uid":"5171f2c87f5546fb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5171f2c87f5546fb","status":"passed","time":{"start":1726218188595,"stop":1726218188595,"duration":0}},{"uid":"279eecbe50eba447","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/279eecbe50eba447","status":"passed","time":{"start":1726217441556,"stop":1726217441556,"duration":0}},{"uid":"cc3fe74226e417ec","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cc3fe74226e417ec","status":"passed","time":{"start":1726217383219,"stop":1726217383219,"duration":0}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"cee73cea46d43bf4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cee73cea46d43bf4","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218764450,"stop":1726218764451,"duration":1}},{"uid":"62d6af3d5b5f9bdc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/62d6af3d5b5f9bdc","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659233,"stop":1726218659234,"duration":1}},{"uid":"6261c0636e1b38eb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6261c0636e1b38eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925015,"stop":1726217925015,"duration":0}},{"uid":"bc1568a80fc7b954","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bc1568a80fc7b954","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840806,"stop":1726217840806,"duration":0}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"62e1583ea7fe58b2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/62e1583ea7fe58b2","status":"passed","time":{"start":1726218851926,"stop":1726218851926,"duration":0}},{"uid":"86172c428d282407","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/86172c428d282407","status":"passed","time":{"start":1726218761852,"stop":1726218761852,"duration":0}},{"uid":"46da2f5652808e97","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/46da2f5652808e97","status":"passed","time":{"start":1726218020459,"stop":1726218020460,"duration":1}},{"uid":"f85b5ec0bcd4ed22","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f85b5ec0bcd4ed22","status":"passed","time":{"start":1726217934116,"stop":1726217934116,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"361c7d4a52bd7515","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/361c7d4a52bd7515","status":"passed","time":{"start":1726218523016,"stop":1726218523016,"duration":0}},{"uid":"adb887129de0b0f2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/adb887129de0b0f2","status":"passed","time":{"start":1726218422898,"stop":1726218422898,"duration":0}},{"uid":"6a918a6e973d43a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6a918a6e973d43a0","status":"passed","time":{"start":1726217687423,"stop":1726217687423,"duration":0}},{"uid":"46a98932451d53c0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/46a98932451d53c0","status":"passed","time":{"start":1726217604490,"stop":1726217604490,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8bbd492d1e4af379","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8bbd492d1e4af379","status":"passed","time":{"start":1726218764100,"stop":1726218764101,"duration":1}},{"uid":"6134514419b9a6ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6134514419b9a6ba","status":"passed","time":{"start":1726218659017,"stop":1726218659017,"duration":0}},{"uid":"f7d584da4a6968f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f7d584da4a6968f7","status":"passed","time":{"start":1726217924744,"stop":1726217924744,"duration":0}},{"uid":"6acceace6a1901b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6acceace6a1901b5","status":"passed","time":{"start":1726217840523,"stop":1726217840524,"duration":1}}]},"c394f6a1cbd9f87ce54234685838f69f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39b9911ab7b31593","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39b9911ab7b31593","status":"passed","time":{"start":1726217976609,"stop":1726217976610,"duration":1}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"51afd52b18ee549e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/51afd52b18ee549e","status":"passed","time":{"start":1726218563297,"stop":1726218563298,"duration":1}},{"uid":"f9520fe92b91fb0d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f9520fe92b91fb0d","status":"passed","time":{"start":1726218471416,"stop":1726218471417,"duration":1}},{"uid":"26ae4ffa0f63dc96","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/26ae4ffa0f63dc96","status":"passed","time":{"start":1726217724203,"stop":1726217724203,"duration":0}},{"uid":"ee34befeb8ebfad5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ee34befeb8ebfad5","status":"passed","time":{"start":1726217656058,"stop":1726217656059,"duration":1}}]},"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"311b699ff5958b9c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/311b699ff5958b9c","status":"passed","time":{"start":1726218885489,"stop":1726218885489,"duration":0}},{"uid":"aa08653a34b0d021","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/aa08653a34b0d021","status":"passed","time":{"start":1726218803160,"stop":1726218803160,"duration":0}},{"uid":"55eaa98d05eb2025","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55eaa98d05eb2025","status":"passed","time":{"start":1726218063111,"stop":1726218063111,"duration":0}},{"uid":"c62aa91f073ebb26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c62aa91f073ebb26","status":"passed","time":{"start":1726217974422,"stop":1726217974423,"duration":1}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5bb67e6dcf90491d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5bb67e6dcf90491d","status":"passed","time":{"start":1726218902972,"stop":1726218902982,"duration":10}},{"uid":"3a02d197b957c26b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3a02d197b957c26b","status":"passed","time":{"start":1726218814289,"stop":1726218814289,"duration":0}},{"uid":"8f48a3ff0e5f000d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8f48a3ff0e5f000d","status":"passed","time":{"start":1726218071324,"stop":1726218071324,"duration":0}},{"uid":"1855b4c5948adf4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1855b4c5948adf4","status":"passed","time":{"start":1726217984830,"stop":1726217984830,"duration":0}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2094a66674e669aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2094a66674e669aa","status":"passed","time":{"start":1726218510978,"stop":1726218510979,"duration":1}},{"uid":"baf9b52aaf35a7fa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/baf9b52aaf35a7fa","status":"passed","time":{"start":1726218417150,"stop":1726218417150,"duration":0}},{"uid":"97f2a2592cdf0156","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/97f2a2592cdf0156","status":"passed","time":{"start":1726217677820,"stop":1726217677822,"duration":2}},{"uid":"9b145b80dee22728","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9b145b80dee22728","status":"passed","time":{"start":1726217616842,"stop":1726217616843,"duration":1}}]},"d304c43d5d9cd71b1c348344a62734e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"146db86b9a3340a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/146db86b9a3340a","status":"passed","time":{"start":1726218765877,"stop":1726218765878,"duration":1}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9d8360a9790d6062","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9d8360a9790d6062","status":"passed","time":{"start":1726218806755,"stop":1726218806755,"duration":0}},{"uid":"326ab9f810a3f233","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/326ab9f810a3f233","status":"passed","time":{"start":1726218706738,"stop":1726218706738,"duration":0}},{"uid":"872bd653fe613d0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/872bd653fe613d0","status":"passed","time":{"start":1726217976601,"stop":1726217976602,"duration":1}},{"uid":"e421d8df76926ece","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e421d8df76926ece","status":"passed","time":{"start":1726217890293,"stop":1726217890293,"duration":0}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2397007bcd832aa6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2397007bcd832aa6","status":"passed","time":{"start":1726218879352,"stop":1726218879353,"duration":1}},{"uid":"b8c679955d85ce8d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b8c679955d85ce8d","status":"passed","time":{"start":1726218787588,"stop":1726218787589,"duration":1}},{"uid":"a1c68e210ca6256","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a1c68e210ca6256","status":"passed","time":{"start":1726218066302,"stop":1726218066302,"duration":0}},{"uid":"dd87f4694ba586e9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dd87f4694ba586e9","status":"passed","time":{"start":1726217965320,"stop":1726217965320,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9b8dbea5d7e69996","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9b8dbea5d7e69996","status":"passed","time":{"start":1726218764082,"stop":1726218764083,"duration":1}},{"uid":"2a87e166be51fb2f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2a87e166be51fb2f","status":"passed","time":{"start":1726218659002,"stop":1726218659002,"duration":0}},{"uid":"dc7120f30593480b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dc7120f30593480b","status":"passed","time":{"start":1726217924732,"stop":1726217924732,"duration":0}},{"uid":"49fa55325506f044","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/49fa55325506f044","status":"passed","time":{"start":1726217840473,"stop":1726217840473,"duration":0}}]},"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f61c86bf67f5a4f0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f61c86bf67f5a4f0","status":"passed","time":{"start":1726218283088,"stop":1726218283088,"duration":0}},{"uid":"2373b9dc41d34721","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2373b9dc41d34721","status":"passed","time":{"start":1726218188589,"stop":1726218188589,"duration":0}},{"uid":"5ea3681e72b4a3ab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ea3681e72b4a3ab","status":"passed","time":{"start":1726217441550,"stop":1726217441550,"duration":0}},{"uid":"8d20e4061f72517d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d20e4061f72517d","status":"passed","time":{"start":1726217383213,"stop":1726217383213,"duration":0}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"c4264c5519720650","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c4264c5519720650","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218812469,"stop":1726218812469,"duration":0}},{"uid":"eda56a0b15c2fea3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eda56a0b15c2fea3","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218708392,"stop":1726218708392,"duration":0}},{"uid":"68007f3446635ee8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68007f3446635ee8","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217980038,"stop":1726217980038,"duration":0}},{"uid":"9773de5d14797f65","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9773de5d14797f65","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217896500,"stop":1726217896500,"duration":0}}]},"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"43ad251086066ab1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/43ad251086066ab1","status":"passed","time":{"start":1726218283090,"stop":1726218283090,"duration":0}},{"uid":"a0214ea9cbf9f836","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0214ea9cbf9f836","status":"passed","time":{"start":1726218188591,"stop":1726218188591,"duration":0}},{"uid":"11b730fb556373f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/11b730fb556373f6","status":"passed","time":{"start":1726217441552,"stop":1726217441552,"duration":0}},{"uid":"eae6a18b13e1fa34","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eae6a18b13e1fa34","status":"passed","time":{"start":1726217383215,"stop":1726217383215,"duration":0}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5f9551c5693c1f36","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f9551c5693c1f36","status":"passed","time":{"start":1726218314723,"stop":1726218314723,"duration":0}},{"uid":"c7a45eaccc336ab0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c7a45eaccc336ab0","status":"passed","time":{"start":1726218219451,"stop":1726218219452,"duration":1}},{"uid":"29ecdd5f7363029a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29ecdd5f7363029a","status":"passed","time":{"start":1726217472855,"stop":1726217472856,"duration":1}},{"uid":"2efcdb4e9cc400d4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2efcdb4e9cc400d4","status":"passed","time":{"start":1726217414159,"stop":1726217414159,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"94faa7b3da474197","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/94faa7b3da474197","status":"passed","time":{"start":1726218806756,"stop":1726218806757,"duration":1}},{"uid":"484d62a750a017a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/484d62a750a017a0","status":"passed","time":{"start":1726218706739,"stop":1726218706739,"duration":0}},{"uid":"3f3b65e5e9b4ab34","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3f3b65e5e9b4ab34","status":"passed","time":{"start":1726217976602,"stop":1726217976602,"duration":0}},{"uid":"1cc24690c4f601f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1cc24690c4f601f6","status":"passed","time":{"start":1726217890294,"stop":1726217890294,"duration":0}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"455836d047d869b3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/455836d047d869b3","status":"passed","time":{"start":1726218342870,"stop":1726218342871,"duration":1}},{"uid":"51e04680cf70a6c4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/51e04680cf70a6c4","status":"passed","time":{"start":1726218246382,"stop":1726218246383,"duration":1}},{"uid":"740b35e4ea1f331a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/740b35e4ea1f331a","status":"passed","time":{"start":1726217500288,"stop":1726217500290,"duration":2}},{"uid":"4b396a5a4e78e810","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b396a5a4e78e810","status":"passed","time":{"start":1726217442000,"stop":1726217442000,"duration":0}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6fd7038d9c6972bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6fd7038d9c6972bf","status":"passed","time":{"start":1726218777347,"stop":1726218777347,"duration":0}},{"uid":"a8db58f6087b65d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a8db58f6087b65d","status":"passed","time":{"start":1726218700176,"stop":1726218700177,"duration":1}},{"uid":"d1052525a440082e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d1052525a440082e","status":"passed","time":{"start":1726217955950,"stop":1726217955950,"duration":0}},{"uid":"fe0e9fa05295a6f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fe0e9fa05295a6f0","status":"passed","time":{"start":1726217870055,"stop":1726217870055,"duration":0}}]},"3158802b7db8fbfb451ab4d676c95192:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3594fe57f9ea49db","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3594fe57f9ea49db","status":"passed","time":{"start":1726218669769,"stop":1726218669770,"duration":1}},{"uid":"a8e36531cc8195c3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a8e36531cc8195c3","status":"passed","time":{"start":1726218612951,"stop":1726218612951,"duration":0}},{"uid":"21d81dc43d92ec0e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21d81dc43d92ec0e","status":"passed","time":{"start":1726217868231,"stop":1726217868231,"duration":0}},{"uid":"b8da419067143d70","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b8da419067143d70","status":"passed","time":{"start":1726217785162,"stop":1726217785163,"duration":1}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"478125b8fdeb1062","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/478125b8fdeb1062","status":"passed","time":{"start":1726218886393,"stop":1726218886393,"duration":0}},{"uid":"562c7722fabc352e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/562c7722fabc352e","status":"passed","time":{"start":1726218791847,"stop":1726218791848,"duration":1}},{"uid":"ddc1d131c50fd5ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ddc1d131c50fd5ea","status":"passed","time":{"start":1726218054693,"stop":1726218054693,"duration":0}},{"uid":"2c6cca9722a2c098","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2c6cca9722a2c098","status":"passed","time":{"start":1726217965432,"stop":1726217965432,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c36de91d586b3103","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c36de91d586b3103","status":"passed","time":{"start":1726218914871,"stop":1726218914871,"duration":0}},{"uid":"7858fece9783fbcd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7858fece9783fbcd","status":"passed","time":{"start":1726218826915,"stop":1726218826915,"duration":0}},{"uid":"b5e82c93652a2236","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b5e82c93652a2236","status":"passed","time":{"start":1726218091297,"stop":1726218091297,"duration":0}},{"uid":"36b05fb9e8f0cf1c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36b05fb9e8f0cf1c","status":"passed","time":{"start":1726218000388,"stop":1726218000389,"duration":1}}]},"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c373db5dacca5779","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c373db5dacca5779","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"duration":0}},{"uid":"38e60818ceaf1ea0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/38e60818ceaf1ea0","status":"passed","time":{"start":1726218188603,"stop":1726218188604,"duration":1}},{"uid":"10d81350469b1ad2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/10d81350469b1ad2","status":"passed","time":{"start":1726217441567,"stop":1726217441567,"duration":0}},{"uid":"968fce7d9d4bc86c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/968fce7d9d4bc86c","status":"passed","time":{"start":1726217383229,"stop":1726217383230,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"78c3c06cabb3a069","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/78c3c06cabb3a069","status":"passed","time":{"start":1726218764101,"stop":1726218764101,"duration":0}},{"uid":"8a163a7db753e7cc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8a163a7db753e7cc","status":"passed","time":{"start":1726218659018,"stop":1726218659018,"duration":0}},{"uid":"7b5216172d8f56f0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b5216172d8f56f0","status":"passed","time":{"start":1726217924745,"stop":1726217924745,"duration":0}},{"uid":"bb2aee7fc7ff4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bb2aee7fc7ff4","status":"passed","time":{"start":1726217840538,"stop":1726217840541,"duration":3}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"94f95c2217d9715","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/94f95c2217d9715","status":"passed","time":{"start":1726218812466,"stop":1726218812467,"duration":1}},{"uid":"d8422a90aa328b2d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d8422a90aa328b2d","status":"passed","time":{"start":1726218708391,"stop":1726218708391,"duration":0}},{"uid":"d2599ebb63e00009","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2599ebb63e00009","status":"passed","time":{"start":1726217980036,"stop":1726217980037,"duration":1}},{"uid":"ac980a55db6f9d2c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac980a55db6f9d2c","status":"passed","time":{"start":1726217896498,"stop":1726217896499,"duration":1}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7112b51adb4e6712","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7112b51adb4e6712","status":"passed","time":{"start":1726218410955,"stop":1726218410955,"duration":0}},{"uid":"d81c4dc5348bcbc8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d81c4dc5348bcbc8","status":"passed","time":{"start":1726218315929,"stop":1726218315929,"duration":0}},{"uid":"780cb6abf9cec399","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/780cb6abf9cec399","status":"passed","time":{"start":1726217577147,"stop":1726217577148,"duration":1}},{"uid":"b81cd478f267589f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b81cd478f267589f","status":"passed","time":{"start":1726217509416,"stop":1726217509416,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a3065fd072702330","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a3065fd072702330","status":"passed","time":{"start":1726218764106,"stop":1726218764106,"duration":0}},{"uid":"79681848b41073b2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79681848b41073b2","status":"passed","time":{"start":1726218659020,"stop":1726218659020,"duration":0}},{"uid":"30ddbc056644a158","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/30ddbc056644a158","status":"passed","time":{"start":1726217924752,"stop":1726217924752,"duration":0}},{"uid":"5300ca9f6a2c416c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5300ca9f6a2c416c","status":"passed","time":{"start":1726217840543,"stop":1726217840543,"duration":0}}]},"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"53dd65ded2366685","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53dd65ded2366685","status":"passed","time":{"start":1726218283093,"stop":1726218283093,"duration":0}},{"uid":"52542b1e796b9c5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52542b1e796b9c5","status":"passed","time":{"start":1726218188594,"stop":1726218188594,"duration":0}},{"uid":"16b1b3250baad6c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/16b1b3250baad6c1","status":"passed","time":{"start":1726217441555,"stop":1726217441555,"duration":0}},{"uid":"82f5e164299011c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82f5e164299011c","status":"passed","time":{"start":1726217383219,"stop":1726217383219,"duration":0}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"613c1a723fac9563","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/613c1a723fac9563","status":"passed","time":{"start":1726218764096,"stop":1726218764097,"duration":1}},{"uid":"b92c56d4600a0830","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b92c56d4600a0830","status":"passed","time":{"start":1726218659011,"stop":1726218659012,"duration":1}},{"uid":"9c248b72f3c6af5e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c248b72f3c6af5e","status":"passed","time":{"start":1726217924740,"stop":1726217924740,"duration":0}},{"uid":"c921b8dea5b134c3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c921b8dea5b134c3","status":"passed","time":{"start":1726217840514,"stop":1726217840514,"duration":0}}]},"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"acca02ee50027210","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/acca02ee50027210","status":"passed","time":{"start":1726218447507,"stop":1726218447507,"duration":0}},{"uid":"6793731cfc874034","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6793731cfc874034","status":"passed","time":{"start":1726218356740,"stop":1726218356741,"duration":1}},{"uid":"7c8671cbf4e0b7e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7c8671cbf4e0b7e7","status":"passed","time":{"start":1726217603236,"stop":1726217603237,"duration":1}},{"uid":"22b71e7f58a7678c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/22b71e7f58a7678c","status":"passed","time":{"start":1726217544015,"stop":1726217544016,"duration":1}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d9823d6de745ee5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2d9823d6de745ee5","status":"passed","time":{"start":1726218375484,"stop":1726218375492,"duration":8}},{"uid":"b7ea1e231a58a9e3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b7ea1e231a58a9e3","status":"passed","time":{"start":1726218279685,"stop":1726218279686,"duration":1}},{"uid":"223cc97ebfa4f915","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/223cc97ebfa4f915","status":"passed","time":{"start":1726217533046,"stop":1726217533046,"duration":0}},{"uid":"acda66de57f470fd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/acda66de57f470fd","status":"passed","time":{"start":1726217474963,"stop":1726217474964,"duration":1}}]},"f5de7aeafbb518978d807748208430e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"584cb024dcffc7da","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/584cb024dcffc7da","status":"passed","time":{"start":1726218669774,"stop":1726218669775,"duration":1}},{"uid":"1bbc777fb5cf8fea","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1bbc777fb5cf8fea","status":"passed","time":{"start":1726218612968,"stop":1726218612968,"duration":0}},{"uid":"22bef30d0160dbfd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/22bef30d0160dbfd","status":"passed","time":{"start":1726217868237,"stop":1726217868246,"duration":9}},{"uid":"4f9fc3aa4f8c1d1b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4f9fc3aa4f8c1d1b","status":"passed","time":{"start":1726217785174,"stop":1726217785175,"duration":1}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ec0d7bc5a8cc0eda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ec0d7bc5a8cc0eda","status":"passed","time":{"start":1726218291660,"stop":1726218291660,"duration":0}},{"uid":"8be21300d0e162fd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8be21300d0e162fd","status":"passed","time":{"start":1726218196999,"stop":1726218196999,"duration":0}},{"uid":"ec75a102b4f018c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ec75a102b4f018c","status":"passed","time":{"start":1726217450196,"stop":1726217450196,"duration":0}},{"uid":"7fcd65666339f24c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7fcd65666339f24c","status":"passed","time":{"start":1726217391848,"stop":1726217391848,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6832d472335fde69","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6832d472335fde69","status":"passed","time":{"start":1726218926397,"stop":1726218926398,"duration":1}},{"uid":"f375dfebd084aa9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f375dfebd084aa9","status":"passed","time":{"start":1726218833200,"stop":1726218833200,"duration":0}},{"uid":"350ad1a5f71be573","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/350ad1a5f71be573","status":"passed","time":{"start":1726218095395,"stop":1726218095395,"duration":0}},{"uid":"9c52da42e1a16043","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9c52da42e1a16043","status":"passed","time":{"start":1726218006963,"stop":1726218006963,"duration":0}}]},"58a3b723b7339c2c05dbc8d2a74ae118:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0eac2d53509dbfc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f0eac2d53509dbfc","status":"passed","time":{"start":1726218765879,"stop":1726218765880,"duration":1}}]},"e71f47597c8da3e77fa38b943d999e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9acde6759b869f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e9acde6759b869f6","status":"passed","time":{"start":1726218510983,"stop":1726218510983,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eec5773f1b7b7b1c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eec5773f1b7b7b1c","status":"passed","time":{"start":1726218863002,"stop":1726218863002,"duration":0}},{"uid":"e132be844c4ca307","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e132be844c4ca307","status":"passed","time":{"start":1726218781380,"stop":1726218781380,"duration":0}},{"uid":"42e6432cbb5d2993","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42e6432cbb5d2993","status":"passed","time":{"start":1726218013695,"stop":1726218013695,"duration":0}},{"uid":"9d2dceaec72d1afa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9d2dceaec72d1afa","status":"passed","time":{"start":1726217945328,"stop":1726217945328,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9c8b151bd6ba6e79","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c8b151bd6ba6e79","status":"passed","time":{"start":1726218551479,"stop":1726218551480,"duration":1}},{"uid":"6ba453b37b6703b9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6ba453b37b6703b9","status":"passed","time":{"start":1726218459532,"stop":1726218459532,"duration":0}},{"uid":"c0a4ddd8a07af88b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c0a4ddd8a07af88b","status":"passed","time":{"start":1726217705998,"stop":1726217705998,"duration":0}},{"uid":"6f6c748295e71146","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6f6c748295e71146","status":"passed","time":{"start":1726217650749,"stop":1726217650753,"duration":4}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"a561c9cac12a0a10","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a561c9cac12a0a10","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218304475,"stop":1726218304475,"duration":0}},{"uid":"9e074eacdf415529","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9e074eacdf415529","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218209567,"stop":1726218209567,"duration":0}},{"uid":"c575faf23badb7e0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c575faf23badb7e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217463043,"stop":1726217463043,"duration":0}},{"uid":"5317929a38210517","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5317929a38210517","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217404609,"stop":1726217404609,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"50df2a52ec8a6288","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/50df2a52ec8a6288","status":"passed","time":{"start":1726218851925,"stop":1726218851925,"duration":0}},{"uid":"55ad640d1b45c29e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/55ad640d1b45c29e","status":"passed","time":{"start":1726218761851,"stop":1726218761851,"duration":0}},{"uid":"1ccc6c22d23ddcfb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1ccc6c22d23ddcfb","status":"passed","time":{"start":1726218020456,"stop":1726218020457,"duration":1}},{"uid":"e8e62c3582e62d2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e8e62c3582e62d2","status":"passed","time":{"start":1726217934115,"stop":1726217934115,"duration":0}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fd993a1418c6f970","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd993a1418c6f970","status":"passed","time":{"start":1726218551491,"stop":1726218551492,"duration":1}},{"uid":"7833524baaa32fa5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7833524baaa32fa5","status":"passed","time":{"start":1726218459539,"stop":1726218459539,"duration":0}},{"uid":"63ecc95d35307b4d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/63ecc95d35307b4d","status":"passed","time":{"start":1726217706008,"stop":1726217706008,"duration":0}},{"uid":"b496fcfc531ff524","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b496fcfc531ff524","status":"passed","time":{"start":1726217650768,"stop":1726217650771,"duration":3}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c5eeae2efd1869b2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5eeae2efd1869b2","status":"passed","time":{"start":1726218806759,"stop":1726218806759,"duration":0}},{"uid":"90fafc2c680f1c83","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/90fafc2c680f1c83","status":"passed","time":{"start":1726218706740,"stop":1726218706740,"duration":0}},{"uid":"80c89eaf05f4cd9c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/80c89eaf05f4cd9c","status":"passed","time":{"start":1726217976603,"stop":1726217976604,"duration":1}},{"uid":"3be90f757d51c7e4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3be90f757d51c7e4","status":"passed","time":{"start":1726217890295,"stop":1726217890295,"duration":0}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cd1571c98e4417b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd1571c98e4417b","status":"passed","time":{"start":1726218806752,"stop":1726218806752,"duration":0}},{"uid":"a3a63200dd1a104e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a3a63200dd1a104e","status":"passed","time":{"start":1726218706735,"stop":1726218706736,"duration":1}},{"uid":"8d6e3c354c56f675","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d6e3c354c56f675","status":"passed","time":{"start":1726217976599,"stop":1726217976599,"duration":0}},{"uid":"1d91e8b829679b46","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1d91e8b829679b46","status":"passed","time":{"start":1726217890290,"stop":1726217890290,"duration":0}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"f759b0eb1907c407","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f759b0eb1907c407","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218806766,"stop":1726218806766,"duration":0}},{"uid":"779e4d697bfcca2b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/779e4d697bfcca2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218706748,"stop":1726218706748,"duration":0}},{"uid":"f67ce95b2517dcfb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f67ce95b2517dcfb","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217976620,"stop":1726217976621,"duration":1}},{"uid":"64a063acc8b6fb88","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64a063acc8b6fb88","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217890302,"stop":1726217890302,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b7aa1e471b0a9400","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b7aa1e471b0a9400","status":"passed","time":{"start":1726218879292,"stop":1726218879293,"duration":1}},{"uid":"8e0a3afc093a9755","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8e0a3afc093a9755","status":"passed","time":{"start":1726218787575,"stop":1726218787575,"duration":0}},{"uid":"c300ab64ca52bed7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c300ab64ca52bed7","status":"passed","time":{"start":1726218066277,"stop":1726218066277,"duration":0}},{"uid":"b2360f014a54720e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b2360f014a54720e","status":"passed","time":{"start":1726217965301,"stop":1726217965301,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"121074442479f866","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/121074442479f866","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218764099,"stop":1726218764099,"duration":0}},{"uid":"ab46b998845a4fb7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ab46b998845a4fb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659016,"stop":1726218659016,"duration":0}},{"uid":"71e016fe5642d185","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71e016fe5642d185","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924743,"stop":1726217924743,"duration":0}},{"uid":"e097cfa00a71079c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e097cfa00a71079c","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840517,"stop":1726217840518,"duration":1}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"51e2196bc0ace9b1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/51e2196bc0ace9b1","status":"passed","time":{"start":1726218291662,"stop":1726218291662,"duration":0}},{"uid":"bbe53aa0abb2a969","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bbe53aa0abb2a969","status":"passed","time":{"start":1726218197000,"stop":1726218197001,"duration":1}},{"uid":"5fd8962b32122768","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5fd8962b32122768","status":"passed","time":{"start":1726217450198,"stop":1726217450198,"duration":0}},{"uid":"7bbebf0dc21aa7d1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7bbebf0dc21aa7d1","status":"passed","time":{"start":1726217391850,"stop":1726217391850,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6fcad84c00b1720f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6fcad84c00b1720f","status":"passed","time":{"start":1726218926396,"stop":1726218926396,"duration":0}},{"uid":"8dea352bac81e59","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8dea352bac81e59","status":"passed","time":{"start":1726218833198,"stop":1726218833198,"duration":0}},{"uid":"b6227468bcb5f2e1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b6227468bcb5f2e1","status":"passed","time":{"start":1726218095393,"stop":1726218095393,"duration":0}},{"uid":"fb38cffaec3f745e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fb38cffaec3f745e","status":"passed","time":{"start":1726218006962,"stop":1726218006962,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3bd8b923d50c1685","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3bd8b923d50c1685","status":"passed","time":{"start":1726218879385,"stop":1726218879387,"duration":2}},{"uid":"119c51434d08dcd9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/119c51434d08dcd9","status":"passed","time":{"start":1726218787594,"stop":1726218787594,"duration":0}},{"uid":"ef4fede9ecf10770","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef4fede9ecf10770","status":"passed","time":{"start":1726218066316,"stop":1726218066316,"duration":0}},{"uid":"c4b32caa408026a5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4b32caa408026a5","status":"passed","time":{"start":1726217965349,"stop":1726217965349,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f92d8af552c71729","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f92d8af552c71729","status":"passed","time":{"start":1726218291182,"stop":1726218291182,"duration":0}},{"uid":"de0b2958b836f2c8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/de0b2958b836f2c8","status":"passed","time":{"start":1726218196487,"stop":1726218196487,"duration":0}},{"uid":"3975a4fc8101b941","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3975a4fc8101b941","status":"passed","time":{"start":1726217449517,"stop":1726217449517,"duration":0}},{"uid":"a669d6862ecc4108","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a669d6862ecc4108","status":"passed","time":{"start":1726217391274,"stop":1726217391274,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9ca70e51b96f77c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e9ca70e51b96f77c","status":"passed","time":{"start":1726218778291,"stop":1726218778292,"duration":1}},{"uid":"8e828b35a21ea26","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8e828b35a21ea26","status":"passed","time":{"start":1726218673565,"stop":1726218673566,"duration":1}},{"uid":"332f95502e32f96e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/332f95502e32f96e","status":"passed","time":{"start":1726217946745,"stop":1726217946745,"duration":0}},{"uid":"cdfc197ce84cac04","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cdfc197ce84cac04","status":"passed","time":{"start":1726217862806,"stop":1726217862806,"duration":0}}]},"6105d1c155e1ea0b04818593d5787c10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab124e5bda8b39fe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ab124e5bda8b39fe","status":"passed","time":{"start":1726217924738,"stop":1726217924738,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7520aef96caaa0e1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7520aef96caaa0e1","status":"passed","time":{"start":1726218523014,"stop":1726218523015,"duration":1}},{"uid":"b902ae0620d98322","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b902ae0620d98322","status":"passed","time":{"start":1726218422897,"stop":1726218422897,"duration":0}},{"uid":"d104607e2829a325","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d104607e2829a325","status":"passed","time":{"start":1726217687422,"stop":1726217687422,"duration":0}},{"uid":"e9532e3f93f44306","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e9532e3f93f44306","status":"passed","time":{"start":1726217604489,"stop":1726217604489,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f924a128b3a5a985","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f924a128b3a5a985","status":"passed","time":{"start":1726218879359,"stop":1726218879360,"duration":1}},{"uid":"4575349684b0ed22","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4575349684b0ed22","status":"passed","time":{"start":1726218787589,"stop":1726218787589,"duration":0}},{"uid":"8b556197d3dad9ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8b556197d3dad9ed","status":"passed","time":{"start":1726218066303,"stop":1726218066303,"duration":0}},{"uid":"d1e6a1851c613758","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d1e6a1851c613758","status":"passed","time":{"start":1726217965339,"stop":1726217965342,"duration":3}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f1db01fbb7f3b8b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f1db01fbb7f3b8b","status":"passed","time":{"start":1726218412656,"stop":1726218412656,"duration":0}},{"uid":"71c3d9808476905b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/71c3d9808476905b","status":"passed","time":{"start":1726218318089,"stop":1726218318089,"duration":0}},{"uid":"3377326b3fd6ef05","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3377326b3fd6ef05","status":"passed","time":{"start":1726217567473,"stop":1726217567474,"duration":1}},{"uid":"6a8ef32523661402","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a8ef32523661402","status":"passed","time":{"start":1726217508419,"stop":1726217508420,"duration":1}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"950b7a9803b662ec","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/950b7a9803b662ec","status":"passed","time":{"start":1726218304290,"stop":1726218304291,"duration":1}},{"uid":"bc889528de50d9d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bc889528de50d9d","status":"passed","time":{"start":1726218209339,"stop":1726218209340,"duration":1}},{"uid":"e1b4253f18249535","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e1b4253f18249535","status":"passed","time":{"start":1726217462725,"stop":1726217462725,"duration":0}},{"uid":"2351d160e114651e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2351d160e114651e","status":"passed","time":{"start":1726217404275,"stop":1726217404276,"duration":1}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"972104f0059f8a2d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/972104f0059f8a2d","status":"passed","time":{"start":1726218812476,"stop":1726218812477,"duration":1}},{"uid":"6b5ef0b69a5e786e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6b5ef0b69a5e786e","status":"passed","time":{"start":1726218708449,"stop":1726218708455,"duration":6}},{"uid":"4d824539b4a594dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4d824539b4a594dd","status":"passed","time":{"start":1726217980052,"stop":1726217980053,"duration":1}},{"uid":"7f641ab1f9db84ca","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f641ab1f9db84ca","status":"passed","time":{"start":1726217896507,"stop":1726217896507,"duration":0}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ad8a495913a569","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad8a495913a569","status":"passed","time":{"start":1726218304461,"stop":1726218304462,"duration":1}},{"uid":"581f4fe4fae5f66c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/581f4fe4fae5f66c","status":"passed","time":{"start":1726218209562,"stop":1726218209563,"duration":1}},{"uid":"992102610aab72b6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/992102610aab72b6","status":"passed","time":{"start":1726217463037,"stop":1726217463038,"duration":1}},{"uid":"8019d6c7a142477e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8019d6c7a142477e","status":"passed","time":{"start":1726217404604,"stop":1726217404604,"duration":0}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"53988f1145d3cbb6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53988f1145d3cbb6","status":"passed","time":{"start":1726218879287,"stop":1726218879287,"duration":0}},{"uid":"646573547f17cce8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/646573547f17cce8","status":"passed","time":{"start":1726218787571,"stop":1726218787571,"duration":0}},{"uid":"3a9fb22184aedfe1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a9fb22184aedfe1","status":"passed","time":{"start":1726218066273,"stop":1726218066274,"duration":1}},{"uid":"191730c0ea151f9f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/191730c0ea151f9f","status":"passed","time":{"start":1726217965296,"stop":1726217965297,"duration":1}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"be7e300a4a45c6f9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be7e300a4a45c6f9","status":"passed","time":{"start":1726218863038,"stop":1726218863039,"duration":1}},{"uid":"1dec82b22b133b48","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1dec82b22b133b48","status":"passed","time":{"start":1726218781390,"stop":1726218781391,"duration":1}},{"uid":"a862455496dd40e8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a862455496dd40e8","status":"passed","time":{"start":1726218013719,"stop":1726218013720,"duration":1}},{"uid":"201b53beba704dae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/201b53beba704dae","status":"passed","time":{"start":1726217945339,"stop":1726217945339,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d36c938a4929c62b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d36c938a4929c62b","status":"passed","time":{"start":1726218812478,"stop":1726218812478,"duration":0}},{"uid":"856d840fe4d5876b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/856d840fe4d5876b","status":"passed","time":{"start":1726218708458,"stop":1726218708458,"duration":0}},{"uid":"dde0fd7b88ca5c32","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dde0fd7b88ca5c32","status":"passed","time":{"start":1726217980054,"stop":1726217980054,"duration":0}},{"uid":"99227b5b08173e82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/99227b5b08173e82","status":"passed","time":{"start":1726217896508,"stop":1726217896508,"duration":0}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"20e553b8aba899e6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/20e553b8aba899e6","status":"passed","time":{"start":1726218551483,"stop":1726218551483,"duration":0}},{"uid":"32a3c6e85f2ee981","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/32a3c6e85f2ee981","status":"passed","time":{"start":1726218459535,"stop":1726218459535,"duration":0}},{"uid":"8d35acc5cb6a530b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d35acc5cb6a530b","status":"passed","time":{"start":1726217706000,"stop":1726217706001,"duration":1}},{"uid":"bdb9a6f12e5ea7bb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bdb9a6f12e5ea7bb","status":"passed","time":{"start":1726217650758,"stop":1726217650760,"duration":2}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b53274d932426b2f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b53274d932426b2f","status":"passed","time":{"start":1726218308580,"stop":1726218308580,"duration":0}},{"uid":"f3c903e3bc4277f6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f3c903e3bc4277f6","status":"passed","time":{"start":1726218213406,"stop":1726218213407,"duration":1}},{"uid":"7bb613c59fad5aa5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7bb613c59fad5aa5","status":"passed","time":{"start":1726217466673,"stop":1726217466674,"duration":1}},{"uid":"dca9ccc68d7dabe1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dca9ccc68d7dabe1","status":"passed","time":{"start":1726217408295,"stop":1726217408295,"duration":0}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2a078604bad514a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2a078604bad514a4","status":"passed","time":{"start":1726218296783,"stop":1726218296783,"duration":0}},{"uid":"4bce17b6a1ab4605","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4bce17b6a1ab4605","status":"passed","time":{"start":1726218201910,"stop":1726218201910,"duration":0}},{"uid":"6097e5c0161a8220","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6097e5c0161a8220","status":"passed","time":{"start":1726217455150,"stop":1726217455151,"duration":1}},{"uid":"8c3fad061c7ba820","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c3fad061c7ba820","status":"passed","time":{"start":1726217396839,"stop":1726217396839,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"177a53f7c467eb59","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/177a53f7c467eb59","status":"passed","time":{"start":1726218788034,"stop":1726218788034,"duration":0}},{"uid":"a06ffd0eb0700f3e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a06ffd0eb0700f3e","status":"passed","time":{"start":1726218685050,"stop":1726218685050,"duration":0}},{"uid":"32e0d786de989bda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/32e0d786de989bda","status":"passed","time":{"start":1726217960211,"stop":1726217960211,"duration":0}},{"uid":"2dca1e643fa3e192","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2dca1e643fa3e192","status":"passed","time":{"start":1726217875223,"stop":1726217875224,"duration":1}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7287df32d636fb32","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7287df32d636fb32","status":"passed","time":{"start":1726218879286,"stop":1726218879286,"duration":0}},{"uid":"28bb03a41b051575","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/28bb03a41b051575","status":"passed","time":{"start":1726218787570,"stop":1726218787571,"duration":1}},{"uid":"82b7499e042a1d6a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/82b7499e042a1d6a","status":"passed","time":{"start":1726218066272,"stop":1726218066272,"duration":0}},{"uid":"f2e5f934b5060f23","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f2e5f934b5060f23","status":"passed","time":{"start":1726217965294,"stop":1726217965295,"duration":1}}]},"204a531a98e657b752a5899c8bc8275e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4ae31bb75b432cc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a4ae31bb75b432cc","status":"passed","time":{"start":1726218673565,"stop":1726218673565,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"db44986040e8162d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/db44986040e8162d","status":"passed","time":{"start":1726218510981,"stop":1726218510982,"duration":1}},{"uid":"7e9da5169b0bbf0e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7e9da5169b0bbf0e","status":"passed","time":{"start":1726218417150,"stop":1726218417151,"duration":1}},{"uid":"e54dc3a22d1203cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e54dc3a22d1203cb","status":"passed","time":{"start":1726217677823,"stop":1726217677825,"duration":2}},{"uid":"6f9b444a7e82619e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6f9b444a7e82619e","status":"passed","time":{"start":1726217616843,"stop":1726217616843,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"87908b47f4c629f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/87908b47f4c629f","status":"passed","time":{"start":1726218778292,"stop":1726218778292,"duration":0}},{"uid":"1ade9bf7aeb2a147","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ade9bf7aeb2a147","status":"passed","time":{"start":1726218673566,"stop":1726218673566,"duration":0}},{"uid":"9dbeccb659bd7d14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9dbeccb659bd7d14","status":"passed","time":{"start":1726217946745,"stop":1726217946745,"duration":0}},{"uid":"86f14403ebc373c9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/86f14403ebc373c9","status":"passed","time":{"start":1726217862807,"stop":1726217862808,"duration":1}}]},"80777b0ccab5e1808d76bae5a45c9754:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c957ba2dabb60e40","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c957ba2dabb60e40","status":"passed","time":{"start":1726218843767,"stop":1726218843768,"duration":1}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3dae94ad1d9e1fbc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3dae94ad1d9e1fbc","status":"passed","time":{"start":1726218345035,"stop":1726218345036,"duration":1}},{"uid":"d51421b105bf88a4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d51421b105bf88a4","status":"passed","time":{"start":1726218250236,"stop":1726218250237,"duration":1}},{"uid":"ccf176b50888f7ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ccf176b50888f7ea","status":"passed","time":{"start":1726217507042,"stop":1726217507043,"duration":1}},{"uid":"1a11fe7982cc5f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1a11fe7982cc5f6","status":"passed","time":{"start":1726217445624,"stop":1726217445624,"duration":0}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"92fcf1b8602d5bd5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/92fcf1b8602d5bd5","status":"passed","time":{"start":1726218342870,"stop":1726218342870,"duration":0}},{"uid":"58b5c9d10eac24f1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/58b5c9d10eac24f1","status":"passed","time":{"start":1726218246382,"stop":1726218246382,"duration":0}},{"uid":"96e4f8d648db6854","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/96e4f8d648db6854","status":"passed","time":{"start":1726217500287,"stop":1726217500288,"duration":1}},{"uid":"1de9f3ea6e594f3c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1de9f3ea6e594f3c","status":"passed","time":{"start":1726217441999,"stop":1726217442000,"duration":1}}]},"e4a129f4e47c454c5810dc597d4a7ce8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eaeb2474ee64e437","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eaeb2474ee64e437","status":"passed","time":{"start":1726217952881,"stop":1726217952881,"duration":0}}]},"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"64523352a822b4d7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/64523352a822b4d7","status":"passed","time":{"start":1726218335404,"stop":1726218335405,"duration":1}},{"uid":"4b1117a8a4a03677","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b1117a8a4a03677","status":"passed","time":{"start":1726218239528,"stop":1726218239540,"duration":12}},{"uid":"583a428500a7a658","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/583a428500a7a658","status":"passed","time":{"start":1726217493343,"stop":1726217493343,"duration":0}},{"uid":"842501b097a4b19b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/842501b097a4b19b","status":"passed","time":{"start":1726217434839,"stop":1726217434839,"duration":0}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"11fe45f887f0e1a1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/11fe45f887f0e1a1","status":"passed","time":{"start":1726218926398,"stop":1726218926399,"duration":1}},{"uid":"700f738863a1fdc2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/700f738863a1fdc2","status":"passed","time":{"start":1726218833200,"stop":1726218833201,"duration":1}},{"uid":"c461003765ada517","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c461003765ada517","status":"passed","time":{"start":1726218095396,"stop":1726218095396,"duration":0}},{"uid":"e51e0942fbb34c12","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e51e0942fbb34c12","status":"passed","time":{"start":1726218006963,"stop":1726218006964,"duration":1}}]},"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"432c761318df8589","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/432c761318df8589","status":"passed","time":{"start":1726218283096,"stop":1726218283096,"duration":0}},{"uid":"eae0fc4ca558e83a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eae0fc4ca558e83a","status":"passed","time":{"start":1726218188597,"stop":1726218188597,"duration":0}},{"uid":"e6c5c29cf1e1f4b0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e6c5c29cf1e1f4b0","status":"passed","time":{"start":1726217441558,"stop":1726217441558,"duration":0}},{"uid":"38f8f641cd2d9d17","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38f8f641cd2d9d17","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"96bde8fdb21bce2a4bfa2b10c287dd78:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1aba6b642bc81e77","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1aba6b642bc81e77","status":"passed","time":{"start":1726218706744,"stop":1726218706744,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"29e401b857c4dab5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29e401b857c4dab5","status":"passed","time":{"start":1726218291663,"stop":1726218291664,"duration":1}},{"uid":"2d7005be79bbf6c7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2d7005be79bbf6c7","status":"passed","time":{"start":1726218197005,"stop":1726218197005,"duration":0}},{"uid":"e15aca594ff4cbfb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e15aca594ff4cbfb","status":"passed","time":{"start":1726217450199,"stop":1726217450203,"duration":4}},{"uid":"e06eb17cfb17c96c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e06eb17cfb17c96c","status":"passed","time":{"start":1726217391851,"stop":1726217391855,"duration":4}}]},"fd6467254d4f3b777beda840145ec4ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c5928a8bbd66520","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c5928a8bbd66520","status":"passed","time":{"start":1726218039629,"stop":1726218039629,"duration":0}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c4ce9dd4347aa0e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c4ce9dd4347aa0e7","status":"passed","time":{"start":1726218863043,"stop":1726218863045,"duration":2}},{"uid":"b0919d3dd8c4b1d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b0919d3dd8c4b1d","status":"passed","time":{"start":1726218781392,"stop":1726218781392,"duration":0}},{"uid":"6579233b147dbd27","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6579233b147dbd27","status":"passed","time":{"start":1726218013723,"stop":1726218013724,"duration":1}},{"uid":"1451da80dd181bad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1451da80dd181bad","status":"passed","time":{"start":1726217945345,"stop":1726217945346,"duration":1}}]},"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e1626e82bcffce8f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e1626e82bcffce8f","status":"passed","time":{"start":1726218879334,"stop":1726218879335,"duration":1}},{"uid":"e81fc83479590fb4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e81fc83479590fb4","status":"passed","time":{"start":1726218787582,"stop":1726218787582,"duration":0}},{"uid":"372da25cb686d3f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/372da25cb686d3f6","status":"passed","time":{"start":1726218066288,"stop":1726218066288,"duration":0}},{"uid":"c64ba619f7f72e0e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c64ba619f7f72e0e","status":"passed","time":{"start":1726217965311,"stop":1726217965311,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d52d3089909a0a1a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d52d3089909a0a1a","status":"passed","time":{"start":1726218764064,"stop":1726218764066,"duration":2}},{"uid":"9493b2464a970a06","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9493b2464a970a06","status":"passed","time":{"start":1726218658998,"stop":1726218658999,"duration":1}},{"uid":"a6040956941a17c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a6040956941a17c4","status":"passed","time":{"start":1726217924727,"stop":1726217924729,"duration":2}},{"uid":"52284e0449ba8a9e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/52284e0449ba8a9e","status":"passed","time":{"start":1726217840470,"stop":1726217840471,"duration":1}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7964f3640c5430ae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7964f3640c5430ae","status":"passed","time":{"start":1726218410956,"stop":1726218410956,"duration":0}},{"uid":"86c1112bbc077b7c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/86c1112bbc077b7c","status":"passed","time":{"start":1726218315930,"stop":1726218315930,"duration":0}},{"uid":"e25eca97863e029e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e25eca97863e029e","status":"passed","time":{"start":1726217577152,"stop":1726217577153,"duration":1}},{"uid":"965acb82035fbb0d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/965acb82035fbb0d","status":"passed","time":{"start":1726217509424,"stop":1726217509424,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cc2183a62e1d6eec","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cc2183a62e1d6eec","status":"passed","time":{"start":1726218510971,"stop":1726218510971,"duration":0}},{"uid":"7a8d9a264499e6f4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a8d9a264499e6f4","status":"passed","time":{"start":1726218417147,"stop":1726218417148,"duration":1}},{"uid":"9bda46af5259417b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9bda46af5259417b","status":"passed","time":{"start":1726217677799,"stop":1726217677810,"duration":11}},{"uid":"14bb31f724d075dd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/14bb31f724d075dd","status":"passed","time":{"start":1726217616838,"stop":1726217616839,"duration":1}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"a94cfcb7f614ba83","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a94cfcb7f614ba83","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218764099,"stop":1726218764099,"duration":0}},{"uid":"62c2b0b030cec343","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/62c2b0b030cec343","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659016,"stop":1726218659016,"duration":0}},{"uid":"1d4bc9192dedefcc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d4bc9192dedefcc","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924743,"stop":1726217924743,"duration":0}},{"uid":"c60459773ff5c0ed","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c60459773ff5c0ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840523,"stop":1726217840523,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"21c0013143e20769","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21c0013143e20769","status":"passed","time":{"start":1726218375482,"stop":1726218375483,"duration":1}},{"uid":"6712f75ae7e0627c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6712f75ae7e0627c","status":"passed","time":{"start":1726218279679,"stop":1726218279679,"duration":0}},{"uid":"fc737a6fda9c0b6a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc737a6fda9c0b6a","status":"passed","time":{"start":1726217533045,"stop":1726217533045,"duration":0}},{"uid":"e4c34f67d428acc3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4c34f67d428acc3","status":"passed","time":{"start":1726217474962,"stop":1726217474963,"duration":1}}]},"e3d715d5c93def6384800c1dc65eb17d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"199d7479d5e9dea9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/199d7479d5e9dea9","status":"passed","time":{"start":1726217616844,"stop":1726217616845,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f87597fefdc9c4b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f87597fefdc9c4b","status":"passed","time":{"start":1726218879321,"stop":1726218879322,"duration":1}},{"uid":"ccbfa093a44029ad","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ccbfa093a44029ad","status":"passed","time":{"start":1726218787579,"stop":1726218787579,"duration":0}},{"uid":"18b8b10c8b0ca943","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18b8b10c8b0ca943","status":"passed","time":{"start":1726218066282,"stop":1726218066282,"duration":0}},{"uid":"bf761f41f93a2040","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bf761f41f93a2040","status":"passed","time":{"start":1726217965308,"stop":1726217965309,"duration":1}}]},"1ca26eb2e9ec41523b8cd2c3817c857d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c0bef4a99d3c90e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c0bef4a99d3c90e","status":"passed","time":{"start":1726218039630,"stop":1726218039630,"duration":0}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7b167a55536c4b63","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b167a55536c4b63","status":"passed","time":{"start":1726218410957,"stop":1726218410957,"duration":0}},{"uid":"3346891fbad75288","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3346891fbad75288","status":"passed","time":{"start":1726218315931,"stop":1726218315931,"duration":0}},{"uid":"6ad6ef14739be7cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ad6ef14739be7cd","status":"passed","time":{"start":1726217577155,"stop":1726217577155,"duration":0}},{"uid":"8a05136ecdde7c1d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a05136ecdde7c1d","status":"passed","time":{"start":1726217509425,"stop":1726217509425,"duration":0}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"15dbb6dd6b930e16","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15dbb6dd6b930e16","status":"passed","time":{"start":1726218523018,"stop":1726218523018,"duration":0}},{"uid":"2551ed0bf1cb79e2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2551ed0bf1cb79e2","status":"passed","time":{"start":1726218422901,"stop":1726218422902,"duration":1}},{"uid":"68d7da29c1b04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68d7da29c1b04","status":"passed","time":{"start":1726217687425,"stop":1726217687425,"duration":0}},{"uid":"63cfef560d868e8b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63cfef560d868e8b","status":"passed","time":{"start":1726217604492,"stop":1726217604493,"duration":1}}]},"90e6e3a28c999e9774a5554b0b646527:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8bd67832f56d0880","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8bd67832f56d0880","status":"passed","time":{"start":1726218764109,"stop":1726218764109,"duration":0}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"59a74889be4cdf9e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/59a74889be4cdf9e","status":"passed","time":{"start":1726218909194,"stop":1726218909195,"duration":1}},{"uid":"4ddf307cb277ab66","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ddf307cb277ab66","status":"passed","time":{"start":1726218818267,"stop":1726218818268,"duration":1}},{"uid":"54b386364d12f4bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54b386364d12f4bd","status":"passed","time":{"start":1726218085658,"stop":1726218085659,"duration":1}},{"uid":"897d1965ad929ef3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/897d1965ad929ef3","status":"passed","time":{"start":1726217996428,"stop":1726217996429,"duration":1}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"edec1c0dd4349f42","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/edec1c0dd4349f42","status":"passed","time":{"start":1726218791622,"stop":1726218791623,"duration":1}},{"uid":"565255702b592afb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/565255702b592afb","status":"passed","time":{"start":1726218683565,"stop":1726218683565,"duration":0}},{"uid":"1a4990250e98ae5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a4990250e98ae5c","status":"passed","time":{"start":1726217949325,"stop":1726217949326,"duration":1}},{"uid":"43ba19670275f322","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43ba19670275f322","status":"passed","time":{"start":1726217865171,"stop":1726217865177,"duration":6}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"274acc71bc983490","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/274acc71bc983490","status":"passed","time":{"start":1726218304291,"stop":1726218304292,"duration":1}},{"uid":"92bed04ff7a3ac5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/92bed04ff7a3ac5f","status":"passed","time":{"start":1726218209341,"stop":1726218209341,"duration":0}},{"uid":"3a2ac4e3859a9ff7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a2ac4e3859a9ff7","status":"passed","time":{"start":1726217462726,"stop":1726217462726,"duration":0}},{"uid":"79fd0a4bbc11142c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/79fd0a4bbc11142c","status":"passed","time":{"start":1726217404276,"stop":1726217404276,"duration":0}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c5cad4d05983b044","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5cad4d05983b044","status":"passed","time":{"start":1726218764107,"stop":1726218764107,"duration":0}},{"uid":"b596add68ca96cba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b596add68ca96cba","status":"passed","time":{"start":1726218659022,"stop":1726218659022,"duration":0}},{"uid":"15115c43ce64880","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15115c43ce64880","status":"passed","time":{"start":1726217924754,"stop":1726217924754,"duration":0}},{"uid":"64ba7975f34ae198","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64ba7975f34ae198","status":"passed","time":{"start":1726217840558,"stop":1726217840559,"duration":1}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"32e5e4ac50f26cdb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/32e5e4ac50f26cdb","status":"passed","time":{"start":1726218523023,"stop":1726218523023,"duration":0}},{"uid":"cc6e39bc51be44e2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc6e39bc51be44e2","status":"passed","time":{"start":1726218422909,"stop":1726218422910,"duration":1}},{"uid":"85ca7103e2492eab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/85ca7103e2492eab","status":"passed","time":{"start":1726217687429,"stop":1726217687430,"duration":1}},{"uid":"4259f6e86835781b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4259f6e86835781b","status":"passed","time":{"start":1726217604498,"stop":1726217604499,"duration":1}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e6599e476169dbb6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e6599e476169dbb6","status":"passed","time":{"start":1726218523027,"stop":1726218523027,"duration":0}},{"uid":"b507b3185a1cfc39","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b507b3185a1cfc39","status":"passed","time":{"start":1726218422918,"stop":1726218422918,"duration":0}},{"uid":"7230c53b4db9a327","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7230c53b4db9a327","status":"passed","time":{"start":1726217687441,"stop":1726217687441,"duration":0}},{"uid":"28564344807cdb67","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/28564344807cdb67","status":"passed","time":{"start":1726217604523,"stop":1726217604524,"duration":1}}]},"14b03ca52cc294f067203208f5673223:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e09eb866c9d13283","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e09eb866c9d13283","status":"passed","time":{"start":1726218806761,"stop":1726218806761,"duration":0}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b4517f7aac9fffa4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b4517f7aac9fffa4","status":"passed","time":{"start":1726218689003,"stop":1726218689004,"duration":1}},{"uid":"c03d31830288a482","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c03d31830288a482","status":"passed","time":{"start":1726218597575,"stop":1726218597576,"duration":1}},{"uid":"b4e30054e64f672","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b4e30054e64f672","status":"passed","time":{"start":1726217848413,"stop":1726217848413,"duration":0}},{"uid":"1e7a760b7ced0fb4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1e7a760b7ced0fb4","status":"passed","time":{"start":1726217774667,"stop":1726217774667,"duration":0}}]},"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"691cc1106d76d00d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/691cc1106d76d00d","status":"passed","time":{"start":1726218283105,"stop":1726218283105,"duration":0}},{"uid":"c6a2dd636531d0e8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c6a2dd636531d0e8","status":"passed","time":{"start":1726218188605,"stop":1726218188606,"duration":1}},{"uid":"cdd1ece6942e9482","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cdd1ece6942e9482","status":"passed","time":{"start":1726217441569,"stop":1726217441570,"duration":1}},{"uid":"7e3ecce9b98dd093","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7e3ecce9b98dd093","status":"passed","time":{"start":1726217383232,"stop":1726217383232,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2ad5928be6e6b407","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ad5928be6e6b407","status":"passed","time":{"start":1726218778231,"stop":1726218778232,"duration":1}},{"uid":"38336494d1cf3696","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/38336494d1cf3696","status":"passed","time":{"start":1726218673557,"stop":1726218673557,"duration":0}},{"uid":"4484ab6bc79d4a9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4484ab6bc79d4a9a","status":"passed","time":{"start":1726217946725,"stop":1726217946728,"duration":3}},{"uid":"85e53e783c9e1f27","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85e53e783c9e1f27","status":"passed","time":{"start":1726217862781,"stop":1726217862782,"duration":1}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"86acbfe66afccb5a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/86acbfe66afccb5a","status":"passed","time":{"start":1726218914874,"stop":1726218914874,"duration":0}},{"uid":"180eafb3373b97f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/180eafb3373b97f8","status":"passed","time":{"start":1726218826919,"stop":1726218826919,"duration":0}},{"uid":"4f0dd72dea6ac6cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4f0dd72dea6ac6cf","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"duration":0}},{"uid":"5ef0e8e7bd406167","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5ef0e8e7bd406167","status":"passed","time":{"start":1726218000391,"stop":1726218000391,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d5bf30daee794375","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d5bf30daee794375","status":"passed","time":{"start":1726218523028,"stop":1726218523028,"duration":0}},{"uid":"d6016beea9d94d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d6016beea9d94d","status":"passed","time":{"start":1726218422919,"stop":1726218422919,"duration":0}},{"uid":"efe8072356e5b8c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/efe8072356e5b8c1","status":"passed","time":{"start":1726217687442,"stop":1726217687442,"duration":0}},{"uid":"d83b993f2feb3079","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d83b993f2feb3079","status":"passed","time":{"start":1726217604526,"stop":1726217604527,"duration":1}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"756eb1c6d7cc0faa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/756eb1c6d7cc0faa","status":"passed","time":{"start":1726218812476,"stop":1726218812476,"duration":0}},{"uid":"385dccad85046253","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/385dccad85046253","status":"passed","time":{"start":1726218708424,"stop":1726218708425,"duration":1}},{"uid":"d5d62e67d9328415","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d5d62e67d9328415","status":"passed","time":{"start":1726217980052,"stop":1726217980052,"duration":0}},{"uid":"6e7d2da28d723c4f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e7d2da28d723c4f","status":"passed","time":{"start":1726217896505,"stop":1726217896506,"duration":1}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9a01de46ec5469aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9a01de46ec5469aa","status":"passed","time":{"start":1726218563307,"stop":1726218563307,"duration":0}},{"uid":"ca3c31d16d436ca0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca3c31d16d436ca0","status":"passed","time":{"start":1726218471445,"stop":1726218471445,"duration":0}},{"uid":"ee6e93fbf84c3ddc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ee6e93fbf84c3ddc","status":"passed","time":{"start":1726217724228,"stop":1726217724228,"duration":0}},{"uid":"15f1a239e42a8561","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15f1a239e42a8561","status":"passed","time":{"start":1726217656061,"stop":1726217656061,"duration":0}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e8cb6615ac58252","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8e8cb6615ac58252","status":"passed","time":{"start":1726218410953,"stop":1726218410954,"duration":1}},{"uid":"75697fa2b43ab00","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/75697fa2b43ab00","status":"passed","time":{"start":1726218315928,"stop":1726218315928,"duration":0}},{"uid":"4067cf34d373ec31","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4067cf34d373ec31","status":"passed","time":{"start":1726217577134,"stop":1726217577136,"duration":2}},{"uid":"46ffe0895a62da73","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/46ffe0895a62da73","status":"passed","time":{"start":1726217509412,"stop":1726217509413,"duration":1}}]},"021ddf29f2e20f536efa597d36c69f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"930eca53a6c593d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/930eca53a6c593d","status":"passed","time":{"start":1726218673564,"stop":1726218673564,"duration":0}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a7ba43ac4d583af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a7ba43ac4d583af","status":"passed","time":{"start":1726218812477,"stop":1726218812478,"duration":1}},{"uid":"4ebc27f209cdc742","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ebc27f209cdc742","status":"passed","time":{"start":1726218708455,"stop":1726218708456,"duration":1}},{"uid":"1564355301325361","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1564355301325361","status":"passed","time":{"start":1726217980053,"stop":1726217980054,"duration":1}},{"uid":"8a6a33f24f4f6c07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a6a33f24f4f6c07","status":"passed","time":{"start":1726217896508,"stop":1726217896508,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"707d97b279ffa5c0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/707d97b279ffa5c0","status":"passed","time":{"start":1726218291661,"stop":1726218291661,"duration":0}},{"uid":"1ad0f44342bb3168","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ad0f44342bb3168","status":"passed","time":{"start":1726218196999,"stop":1726218196999,"duration":0}},{"uid":"a52ccb718adb577a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a52ccb718adb577a","status":"passed","time":{"start":1726217450197,"stop":1726217450197,"duration":0}},{"uid":"82f0e54a451727da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82f0e54a451727da","status":"passed","time":{"start":1726217391848,"stop":1726217391849,"duration":1}}]},"c920e0fed4eb2bed40b99198a5d2ce9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0241118c3bc6332","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a0241118c3bc6332","status":"passed","time":{"start":1726218863178,"stop":1726218863179,"duration":1}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"963bce16e4917ff2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/963bce16e4917ff2","status":"passed","time":{"start":1726218510989,"stop":1726218510989,"duration":0}},{"uid":"a93867212b1fffb6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a93867212b1fffb6","status":"passed","time":{"start":1726218417154,"stop":1726218417155,"duration":1}},{"uid":"8b1b47038ecaf847","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8b1b47038ecaf847","status":"passed","time":{"start":1726217677844,"stop":1726217677844,"duration":0}},{"uid":"cb29388f2a9975cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cb29388f2a9975cc","status":"passed","time":{"start":1726217616847,"stop":1726217616848,"duration":1}}]},"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"442e4d1e68bb0cc4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/442e4d1e68bb0cc4","status":"passed","time":{"start":1726218283089,"stop":1726218283089,"duration":0}},{"uid":"2329b57a6c27551b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2329b57a6c27551b","status":"passed","time":{"start":1726218188590,"stop":1726218188590,"duration":0}},{"uid":"95f93989ecb90b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95f93989ecb90b5","status":"passed","time":{"start":1726217441551,"stop":1726217441551,"duration":0}},{"uid":"d16bf38d7cf51735","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d16bf38d7cf51735","status":"passed","time":{"start":1726217383214,"stop":1726217383214,"duration":0}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2caefeca848c4e4d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2caefeca848c4e4d","status":"passed","time":{"start":1726218523011,"stop":1726218523012,"duration":1}},{"uid":"4502a03d1ad637c7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4502a03d1ad637c7","status":"passed","time":{"start":1726218422894,"stop":1726218422895,"duration":1}},{"uid":"72bb661e74770c35","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72bb661e74770c35","status":"passed","time":{"start":1726217687416,"stop":1726217687416,"duration":0}},{"uid":"d1c83df8ca03676c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d1c83df8ca03676c","status":"passed","time":{"start":1726217604480,"stop":1726217604481,"duration":1}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"46bb154674a8ab9f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/46bb154674a8ab9f","status":"passed","time":{"start":1726218806760,"stop":1726218806760,"duration":0}},{"uid":"5209a8cf7eb2c754","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5209a8cf7eb2c754","status":"passed","time":{"start":1726218706741,"stop":1726218706742,"duration":1}},{"uid":"bd15fb2f524ce2c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bd15fb2f524ce2c","status":"passed","time":{"start":1726217976607,"stop":1726217976608,"duration":1}},{"uid":"6005e77114cf1ae9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6005e77114cf1ae9","status":"passed","time":{"start":1726217890296,"stop":1726217890297,"duration":1}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3887e3f58a5d3f4e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3887e3f58a5d3f4e","status":"passed","time":{"start":1726218523014,"stop":1726218523014,"duration":0}},{"uid":"7f9f3fc6c438442d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7f9f3fc6c438442d","status":"passed","time":{"start":1726218422896,"stop":1726218422897,"duration":1}},{"uid":"47c004fa0a6df8fb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47c004fa0a6df8fb","status":"passed","time":{"start":1726217687421,"stop":1726217687421,"duration":0}},{"uid":"6a2921fb92be13ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a2921fb92be13ad","status":"passed","time":{"start":1726217604488,"stop":1726217604488,"duration":0}}]},"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a33701ae79543e34","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a33701ae79543e34","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"duration":0}},{"uid":"973974f13acf3ddb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/973974f13acf3ddb","status":"passed","time":{"start":1726218188603,"stop":1726218188603,"duration":0}},{"uid":"af0348ae06699822","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af0348ae06699822","status":"passed","time":{"start":1726217441566,"stop":1726217441566,"duration":0}},{"uid":"b720cdd1d400acd6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b720cdd1d400acd6","status":"passed","time":{"start":1726217383229,"stop":1726217383229,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8b0c253c8b9ce831","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8b0c253c8b9ce831","status":"passed","time":{"start":1726218510970,"stop":1726218510970,"duration":0}},{"uid":"a02a2476d75be331","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a02a2476d75be331","status":"passed","time":{"start":1726218417146,"stop":1726218417147,"duration":1}},{"uid":"e2f9a85bece3da3d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e2f9a85bece3da3d","status":"passed","time":{"start":1726217677792,"stop":1726217677796,"duration":4}},{"uid":"eb4d2e219ed94f94","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eb4d2e219ed94f94","status":"passed","time":{"start":1726217616838,"stop":1726217616838,"duration":0}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b14e1ea212a311d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b14e1ea212a311d","status":"passed","time":{"start":1726218778194,"stop":1726218778195,"duration":1}},{"uid":"a46a0f9cbcdc6f6a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a46a0f9cbcdc6f6a","status":"passed","time":{"start":1726218673550,"stop":1726218673550,"duration":0}},{"uid":"1a6b29b2737111e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a6b29b2737111e","status":"passed","time":{"start":1726217946720,"stop":1726217946720,"duration":0}},{"uid":"e6cf251b51164348","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e6cf251b51164348","status":"passed","time":{"start":1726217862773,"stop":1726217862774,"duration":1}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8ec6782034e406ad","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8ec6782034e406ad","status":"passed","time":{"start":1726218375494,"stop":1726218375494,"duration":0}},{"uid":"407fa9cb9e3ec05b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/407fa9cb9e3ec05b","status":"passed","time":{"start":1726218279689,"stop":1726218279691,"duration":2}},{"uid":"577ac696c4909848","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/577ac696c4909848","status":"passed","time":{"start":1726217533047,"stop":1726217533048,"duration":1}},{"uid":"c484e3268d70db49","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c484e3268d70db49","status":"passed","time":{"start":1726217474965,"stop":1726217474966,"duration":1}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"21ea0d4782b9afef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21ea0d4782b9afef","status":"passed","time":{"start":1726218563296,"stop":1726218563297,"duration":1}},{"uid":"f9726ee80248e89d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f9726ee80248e89d","status":"passed","time":{"start":1726218471416,"stop":1726218471416,"duration":0}},{"uid":"c7f9038e88742c57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c7f9038e88742c57","status":"passed","time":{"start":1726217724200,"stop":1726217724201,"duration":1}},{"uid":"4defa2acdc298d89","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4defa2acdc298d89","status":"passed","time":{"start":1726217656057,"stop":1726217656057,"duration":0}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"95fd2ae821f89eba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95fd2ae821f89eba","status":"passed","time":{"start":1726218793429,"stop":1726218793430,"duration":1}},{"uid":"1d3b88ae0ef1e954","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1d3b88ae0ef1e954","status":"passed","time":{"start":1726218722080,"stop":1726218722080,"duration":0}},{"uid":"4d7ae123f4338ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4d7ae123f4338ed","status":"passed","time":{"start":1726217978647,"stop":1726217978649,"duration":2}},{"uid":"385ce94a11218f10","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/385ce94a11218f10","status":"passed","time":{"start":1726217893873,"stop":1726217893873,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"956108d6c7f9953c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/956108d6c7f9953c","status":"passed","time":{"start":1726218764112,"stop":1726218764112,"duration":0}},{"uid":"dbb0106f44d5cd78","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dbb0106f44d5cd78","status":"passed","time":{"start":1726218659026,"stop":1726218659027,"duration":1}},{"uid":"b84068f23fab0ff6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b84068f23fab0ff6","status":"passed","time":{"start":1726217924764,"stop":1726217924764,"duration":0}},{"uid":"f3ebc0755f6e7883","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f3ebc0755f6e7883","status":"passed","time":{"start":1726217840568,"stop":1726217840568,"duration":0}}]},"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"29165dffa2534375","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29165dffa2534375","status":"passed","time":{"start":1726218283096,"stop":1726218283097,"duration":1}},{"uid":"cebcde8eb640a4d4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cebcde8eb640a4d4","status":"passed","time":{"start":1726218188597,"stop":1726218188597,"duration":0}},{"uid":"2ea281db3267af3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ea281db3267af3c","status":"passed","time":{"start":1726217441559,"stop":1726217441559,"duration":0}},{"uid":"ecb8c3f1bdc526fa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ecb8c3f1bdc526fa","status":"passed","time":{"start":1726217383221,"stop":1726217383221,"duration":0}}]},"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fb7925ccf6ae0157","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fb7925ccf6ae0157","status":"passed","time":{"start":1726218283084,"stop":1726218283084,"duration":0}},{"uid":"493d2b4996776e26","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/493d2b4996776e26","status":"passed","time":{"start":1726218188586,"stop":1726218188586,"duration":0}},{"uid":"6654d981dba407c0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6654d981dba407c0","status":"passed","time":{"start":1726217441546,"stop":1726217441546,"duration":0}},{"uid":"624bfe635811c2e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/624bfe635811c2e7","status":"passed","time":{"start":1726217383209,"stop":1726217383209,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0ffbfa562b572e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0ffbfa562b572e4","status":"passed","time":{"start":1726218778185,"stop":1726218778187,"duration":2}},{"uid":"a0d24d6ffa1318c1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0d24d6ffa1318c1","status":"passed","time":{"start":1726218673544,"stop":1726218673545,"duration":1}},{"uid":"823e7ca7805f944d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/823e7ca7805f944d","status":"passed","time":{"start":1726217946677,"stop":1726217946677,"duration":0}},{"uid":"1c46ed9eb674b2d5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1c46ed9eb674b2d5","status":"passed","time":{"start":1726217862769,"stop":1726217862769,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2bbc30f1861c5a1f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2bbc30f1861c5a1f","status":"passed","time":{"start":1726218410957,"stop":1726218410957,"duration":0}},{"uid":"a88179589dad5ff5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a88179589dad5ff5","status":"passed","time":{"start":1726218315931,"stop":1726218315931,"duration":0}},{"uid":"1fe906bfbb24e70","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1fe906bfbb24e70","status":"passed","time":{"start":1726217577153,"stop":1726217577155,"duration":2}},{"uid":"e983aa763507345","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e983aa763507345","status":"passed","time":{"start":1726217509424,"stop":1726217509424,"duration":0}}]},"b7297778cb119f49787bc8cdbac5a360:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a532000f3eabde59","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a532000f3eabde59","status":"passed","time":{"start":1726218013725,"stop":1726218013725,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d4e86377be60935d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d4e86377be60935d","status":"passed","time":{"start":1726218806752,"stop":1726218806752,"duration":0}},{"uid":"573bb547b3a99ddd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/573bb547b3a99ddd","status":"passed","time":{"start":1726218706736,"stop":1726218706736,"duration":0}},{"uid":"6ffafc8d8a1c4350","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ffafc8d8a1c4350","status":"passed","time":{"start":1726217976599,"stop":1726217976599,"duration":0}},{"uid":"33e1413e9af41102","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/33e1413e9af41102","status":"passed","time":{"start":1726217890290,"stop":1726217890291,"duration":1}}]},"28e00b228faded2e7faecef399c0b7ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"387a2fdc99624b2f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/387a2fdc99624b2f","status":"passed","time":{"start":1726217923182,"stop":1726217923182,"duration":0}}]},"9f2f22c2305a3e078a8b45de98ab3373:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"136e7a0b98cd1e3c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/136e7a0b98cd1e3c","status":"passed","time":{"start":1726217952880,"stop":1726217952880,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"984360b0a1525e5d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/984360b0a1525e5d","status":"passed","time":{"start":1726218296786,"stop":1726218296786,"duration":0}},{"uid":"4c736802b29687cd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4c736802b29687cd","status":"passed","time":{"start":1726218201913,"stop":1726218201913,"duration":0}},{"uid":"c3f547d681a86a95","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3f547d681a86a95","status":"passed","time":{"start":1726217455153,"stop":1726217455154,"duration":1}},{"uid":"8be712014c9bcc76","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8be712014c9bcc76","status":"passed","time":{"start":1726217396842,"stop":1726217396842,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"535ff8ea095a5e3d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/535ff8ea095a5e3d","status":"passed","time":{"start":1726218764108,"stop":1726218764108,"duration":0}},{"uid":"204f7ab14514c760","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/204f7ab14514c760","status":"passed","time":{"start":1726218659022,"stop":1726218659022,"duration":0}},{"uid":"211400f5887a7683","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/211400f5887a7683","status":"passed","time":{"start":1726217924754,"stop":1726217924755,"duration":1}},{"uid":"1a79e401045c9cd7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1a79e401045c9cd7","status":"passed","time":{"start":1726217840559,"stop":1726217840559,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e62d5bd582ce8d02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e62d5bd582ce8d02","status":"passed","time":{"start":1726218791622,"stop":1726218791622,"duration":0}},{"uid":"2f020ff3bf8d394","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2f020ff3bf8d394","status":"passed","time":{"start":1726218683564,"stop":1726218683565,"duration":1}},{"uid":"a42c67f43b954f20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a42c67f43b954f20","status":"passed","time":{"start":1726217949325,"stop":1726217949325,"duration":0}},{"uid":"c4f82f5d1b0948bc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4f82f5d1b0948bc","status":"passed","time":{"start":1726217865170,"stop":1726217865171,"duration":1}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b1dba01c6d98e04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4b1dba01c6d98e04","status":"passed","time":{"start":1726218296385,"stop":1726218296385,"duration":0}},{"uid":"65f7574486bc23aa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/65f7574486bc23aa","status":"passed","time":{"start":1726218201684,"stop":1726218201685,"duration":1}},{"uid":"9103ba8e59f9d0b0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9103ba8e59f9d0b0","status":"passed","time":{"start":1726217454965,"stop":1726217454965,"duration":0}},{"uid":"6ef318248de8f98c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6ef318248de8f98c","status":"passed","time":{"start":1726217396431,"stop":1726217396432,"duration":1}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e82c497fda57d01c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e82c497fda57d01c","status":"passed","time":{"start":1726218812475,"stop":1726218812475,"duration":0}},{"uid":"ad8973fb82528dd5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ad8973fb82528dd5","status":"passed","time":{"start":1726218708395,"stop":1726218708413,"duration":18}},{"uid":"e671cdb7d273dd53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e671cdb7d273dd53","status":"passed","time":{"start":1726217980050,"stop":1726217980051,"duration":1}},{"uid":"80c43ff22d15057a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/80c43ff22d15057a","status":"passed","time":{"start":1726217896504,"stop":1726217896505,"duration":1}}]},"60e1b793627ee506f7b1ccccc216151a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f20d8beef3b9bc55","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f20d8beef3b9bc55","status":"passed","time":{"start":1726217923180,"stop":1726217923180,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1aa1f33b1641a8a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1aa1f33b1641a8a4","status":"passed","time":{"start":1726218375492,"stop":1726218375493,"duration":1}},{"uid":"32f4751e790ffea4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/32f4751e790ffea4","status":"passed","time":{"start":1726218279687,"stop":1726218279688,"duration":1}},{"uid":"109a3964ca955f24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/109a3964ca955f24","status":"passed","time":{"start":1726217533047,"stop":1726217533047,"duration":0}},{"uid":"39368d50ce8e8ddd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39368d50ce8e8ddd","status":"passed","time":{"start":1726217474964,"stop":1726217474965,"duration":1}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"ac7affc6087430f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac7affc6087430f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218812469,"stop":1726218812470,"duration":1}},{"uid":"e5437062e980bfc0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e5437062e980bfc0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218708392,"stop":1726218708393,"duration":1}},{"uid":"576b67030db7bb98","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/576b67030db7bb98","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217980038,"stop":1726217980038,"duration":0}},{"uid":"1196fc98124c7e50","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1196fc98124c7e50","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217896500,"stop":1726217896500,"duration":0}}]},"c8e543bcdc4acb5444818c30c1f5f9ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c278ab2c3c3fca03","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c278ab2c3c3fca03","status":"passed","time":{"start":1726218765878,"stop":1726218765879,"duration":1}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f3739f783287e1b3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3739f783287e1b3","status":"passed","time":{"start":1726218886391,"stop":1726218886391,"duration":0}},{"uid":"29d92f7922b36a03","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/29d92f7922b36a03","status":"passed","time":{"start":1726218791846,"stop":1726218791846,"duration":0}},{"uid":"d8dc3fa14fc34a24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d8dc3fa14fc34a24","status":"passed","time":{"start":1726218054683,"stop":1726218054684,"duration":1}},{"uid":"cc2c31c7cf59cfd3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cc2c31c7cf59cfd3","status":"passed","time":{"start":1726217965430,"stop":1726217965431,"duration":1}}]},"0e65024574e801a9619eb7ccb5bda84f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"49259250f07a1e1e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/49259250f07a1e1e","status":"passed","time":{"start":1726218510984,"stop":1726218510987,"duration":3}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"931d0150e1bf0c7e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/931d0150e1bf0c7e","status":"passed","time":{"start":1726218291671,"stop":1726218291671,"duration":0}},{"uid":"eae25a2482b6619e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eae25a2482b6619e","status":"passed","time":{"start":1726218197009,"stop":1726218197010,"duration":1}},{"uid":"c496f72c7203b02b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c496f72c7203b02b","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"duration":0}},{"uid":"b1434bbb1f503bfa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1434bbb1f503bfa","status":"passed","time":{"start":1726217391860,"stop":1726217391860,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c58010ac28ca13f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c58010ac28ca13f1","status":"passed","time":{"start":1726218551468,"stop":1726218551468,"duration":0}},{"uid":"946589eea58d8ff8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/946589eea58d8ff8","status":"passed","time":{"start":1726218459522,"stop":1726218459523,"duration":1}},{"uid":"e046b18e4b9b75eb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e046b18e4b9b75eb","status":"passed","time":{"start":1726217705987,"stop":1726217705988,"duration":1}},{"uid":"f4f0c7a743c44d38","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f4f0c7a743c44d38","status":"passed","time":{"start":1726217650745,"stop":1726217650746,"duration":1}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6d61330a9158f738","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d61330a9158f738","status":"passed","time":{"start":1726218812478,"stop":1726218812481,"duration":3}},{"uid":"c5e140f8a63b9ef","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c5e140f8a63b9ef","status":"passed","time":{"start":1726218708458,"stop":1726218708458,"duration":0}},{"uid":"12708546cdcbaea6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/12708546cdcbaea6","status":"passed","time":{"start":1726217980054,"stop":1726217980055,"duration":1}},{"uid":"b1782bfd3f9c4eb4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1782bfd3f9c4eb4","status":"passed","time":{"start":1726217896509,"stop":1726217896509,"duration":0}}]},"f2c3f586276f57850f30072ab2a59515:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70177625bd3bac53","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/70177625bd3bac53","status":"passed","time":{"start":1726218765876,"stop":1726218765877,"duration":1}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8fd2716faba41796","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8fd2716faba41796","status":"passed","time":{"start":1726218793432,"stop":1726218793433,"duration":1}},{"uid":"bbb313232bc1ec14","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bbb313232bc1ec14","status":"passed","time":{"start":1726218722081,"stop":1726218722081,"duration":0}},{"uid":"f8a8d04095de31cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8a8d04095de31cb","status":"passed","time":{"start":1726217978650,"stop":1726217978650,"duration":0}},{"uid":"7cf0a25fccb1417a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7cf0a25fccb1417a","status":"passed","time":{"start":1726217893873,"stop":1726217893874,"duration":1}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"667597201fc36399","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/667597201fc36399","status":"passed","time":{"start":1726218382082,"stop":1726218382083,"duration":1}},{"uid":"d29d6d80a48f4f05","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d29d6d80a48f4f05","status":"passed","time":{"start":1726218287815,"stop":1726218287815,"duration":0}},{"uid":"44eae3fc6d0c681c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/44eae3fc6d0c681c","status":"passed","time":{"start":1726217549453,"stop":1726217549453,"duration":0}},{"uid":"a7a1760b0a8672c3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a7a1760b0a8672c3","status":"passed","time":{"start":1726217491290,"stop":1726217491290,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1203dd6f46a5a9b9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1203dd6f46a5a9b9","status":"passed","time":{"start":1726218926396,"stop":1726218926396,"duration":0}},{"uid":"75c22e2f1c1d5dae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/75c22e2f1c1d5dae","status":"passed","time":{"start":1726218833197,"stop":1726218833198,"duration":1}},{"uid":"c5385358797e053e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5385358797e053e","status":"passed","time":{"start":1726218095392,"stop":1726218095393,"duration":1}},{"uid":"bad04791faf1f8e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bad04791faf1f8e7","status":"passed","time":{"start":1726218006961,"stop":1726218006961,"duration":0}}]},"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7731a62b40f6539c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7731a62b40f6539c","status":"passed","time":{"start":1726218851925,"stop":1726218851926,"duration":1}},{"uid":"241875bd455ef0b6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/241875bd455ef0b6","status":"passed","time":{"start":1726218761852,"stop":1726218761852,"duration":0}},{"uid":"a6f574173d8b143e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a6f574173d8b143e","status":"passed","time":{"start":1726218020458,"stop":1726218020459,"duration":1}},{"uid":"f58a238233213e7c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f58a238233213e7c","status":"passed","time":{"start":1726217934116,"stop":1726217934116,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"abe09ce20c4fce8f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/abe09ce20c4fce8f","status":"passed","time":{"start":1726218764111,"stop":1726218764111,"duration":0}},{"uid":"9312515a66c2125d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9312515a66c2125d","status":"passed","time":{"start":1726218659025,"stop":1726218659025,"duration":0}},{"uid":"c9aa0eb57ad99464","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c9aa0eb57ad99464","status":"passed","time":{"start":1726217924763,"stop":1726217924763,"duration":0}},{"uid":"a1a89c59a8225c74","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a1a89c59a8225c74","status":"passed","time":{"start":1726217840567,"stop":1726217840567,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6440c79b717e446e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6440c79b717e446e","status":"passed","time":{"start":1726218651433,"stop":1726218651434,"duration":1}},{"uid":"e062a0ba9ee8eb49","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e062a0ba9ee8eb49","status":"passed","time":{"start":1726218550306,"stop":1726218550311,"duration":5}},{"uid":"577d3f0ec67fefa7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/577d3f0ec67fefa7","status":"passed","time":{"start":1726217804645,"stop":1726217804646,"duration":1}},{"uid":"2f5887b94027987a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f5887b94027987a","status":"passed","time":{"start":1726217734028,"stop":1726217734029,"duration":1}}]},"d59803a32195ca01a66da1e9c8ad4d2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9ad2d5a74daa8e20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9ad2d5a74daa8e20","status":"passed","time":{"start":1726218669773,"stop":1726218669773,"duration":0}},{"uid":"2351b7934fc46997","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2351b7934fc46997","status":"passed","time":{"start":1726218612963,"stop":1726218612963,"duration":0}},{"uid":"eea280ce78bad141","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eea280ce78bad141","status":"passed","time":{"start":1726217868235,"stop":1726217868236,"duration":1}},{"uid":"2da7be4a86d55835","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2da7be4a86d55835","status":"passed","time":{"start":1726217785169,"stop":1726217785170,"duration":1}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e841201c8c73b06d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e841201c8c73b06d","status":"passed","time":{"start":1726218551481,"stop":1726218551482,"duration":1}},{"uid":"c4cc522a05931ea7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c4cc522a05931ea7","status":"passed","time":{"start":1726218459532,"stop":1726218459534,"duration":2}},{"uid":"fee230f6a1feb1de","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fee230f6a1feb1de","status":"passed","time":{"start":1726217706000,"stop":1726217706000,"duration":0}},{"uid":"5e118cc905d3122c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e118cc905d3122c","status":"passed","time":{"start":1726217650754,"stop":1726217650756,"duration":2}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dc7595f2dc0f2656","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dc7595f2dc0f2656","status":"passed","time":{"start":1726218551480,"stop":1726218551481,"duration":1}},{"uid":"5f7a39deb2473a32","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5f7a39deb2473a32","status":"passed","time":{"start":1726218459532,"stop":1726218459532,"duration":0}},{"uid":"c48511aa87b2a0ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c48511aa87b2a0ba","status":"passed","time":{"start":1726217705998,"stop":1726217705999,"duration":1}},{"uid":"ff96edc0be5665c7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ff96edc0be5665c7","status":"passed","time":{"start":1726217650754,"stop":1726217650754,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"37e7b98ff53b561b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/37e7b98ff53b561b","status":"passed","time":{"start":1726218291658,"stop":1726218291659,"duration":1}},{"uid":"82352953b8d98362","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/82352953b8d98362","status":"passed","time":{"start":1726218196997,"stop":1726218196997,"duration":0}},{"uid":"eed9fd3f4e271512","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eed9fd3f4e271512","status":"passed","time":{"start":1726217450194,"stop":1726217450195,"duration":1}},{"uid":"e4c2ea4663efaacf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4c2ea4663efaacf","status":"passed","time":{"start":1726217391846,"stop":1726217391847,"duration":1}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c519bf1090181949","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c519bf1090181949","status":"passed","time":{"start":1726218283106,"stop":1726218283107,"duration":1}},{"uid":"fd29773dadb5a934","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fd29773dadb5a934","status":"passed","time":{"start":1726218188644,"stop":1726218188644,"duration":0}},{"uid":"b8ba4c51a8218f92","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b8ba4c51a8218f92","status":"passed","time":{"start":1726217441571,"stop":1726217441571,"duration":0}},{"uid":"429f19685465797a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/429f19685465797a","status":"passed","time":{"start":1726217383355,"stop":1726217383355,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"68339af2b34ebf50","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68339af2b34ebf50","status":"passed","time":{"start":1726218903390,"stop":1726218903391,"duration":1}},{"uid":"853dde8c6aacdce3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/853dde8c6aacdce3","status":"passed","time":{"start":1726218807898,"stop":1726218807899,"duration":1}},{"uid":"9fa9f67396f2c939","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9fa9f67396f2c939","status":"passed","time":{"start":1726218061971,"stop":1726218061974,"duration":3}},{"uid":"a54276e21aeee0b9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a54276e21aeee0b9","status":"passed","time":{"start":1726217984931,"stop":1726217984932,"duration":1}}]},"fec0b1331f12d636a105f3d1d6c324a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"87dc81dded3591cc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/87dc81dded3591cc","status":"passed","time":{"start":1726218748391,"stop":1726218748391,"duration":0}}]},"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"14caa117ed72cab5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/14caa117ed72cab5","status":"passed","time":{"start":1726218689329,"stop":1726218689329,"duration":0}},{"uid":"c81735f6fc3768de","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c81735f6fc3768de","status":"passed","time":{"start":1726218613307,"stop":1726218613307,"duration":0}},{"uid":"d6e7f3d31d0be7a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d6e7f3d31d0be7a8","status":"passed","time":{"start":1726217868893,"stop":1726217868894,"duration":1}},{"uid":"c07ceee06caf5d4c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c07ceee06caf5d4c","status":"passed","time":{"start":1726217785442,"stop":1726217785442,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e2142edc0914b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e2142edc0914b7","status":"passed","time":{"start":1726218778284,"stop":1726218778284,"duration":0}},{"uid":"79f7a82cbb5fc50f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79f7a82cbb5fc50f","status":"passed","time":{"start":1726218673561,"stop":1726218673561,"duration":0}},{"uid":"53bbf43931b3a13e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53bbf43931b3a13e","status":"passed","time":{"start":1726217946740,"stop":1726217946740,"duration":0}},{"uid":"416e571313eb21dd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/416e571313eb21dd","status":"passed","time":{"start":1726217862789,"stop":1726217862790,"duration":1}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1e8a651880521a01","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1e8a651880521a01","status":"passed","time":{"start":1726218455969,"stop":1726218455969,"duration":0}},{"uid":"810538ca13bf3c73","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/810538ca13bf3c73","status":"passed","time":{"start":1726218357623,"stop":1726218357623,"duration":0}},{"uid":"2a503b6eb9914d20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2a503b6eb9914d20","status":"passed","time":{"start":1726217608002,"stop":1726217608002,"duration":0}},{"uid":"cfa12b8d82ea8213","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cfa12b8d82ea8213","status":"passed","time":{"start":1726217547143,"stop":1726217547143,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"29ed9c662df66fd5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29ed9c662df66fd5","status":"passed","time":{"start":1726218879288,"stop":1726218879288,"duration":0}},{"uid":"a8942c01536346d8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a8942c01536346d8","status":"passed","time":{"start":1726218787572,"stop":1726218787573,"duration":1}},{"uid":"846f49de92e30ab6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/846f49de92e30ab6","status":"passed","time":{"start":1726218066275,"stop":1726218066275,"duration":0}},{"uid":"c3cc7a7f1a50d5d0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c3cc7a7f1a50d5d0","status":"passed","time":{"start":1726217965298,"stop":1726217965298,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9c25c94dbd769c9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e9c25c94dbd769c9","status":"passed","time":{"start":1726218764111,"stop":1726218764111,"duration":0}},{"uid":"c7960b2e23ba8ca8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c7960b2e23ba8ca8","status":"passed","time":{"start":1726218659026,"stop":1726218659026,"duration":0}},{"uid":"42dec1fcd0756e39","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42dec1fcd0756e39","status":"passed","time":{"start":1726217924764,"stop":1726217924764,"duration":0}},{"uid":"c77c1d204f13bcbf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c77c1d204f13bcbf","status":"passed","time":{"start":1726217840567,"stop":1726217840568,"duration":1}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7998b9ee7532984b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7998b9ee7532984b","status":"passed","time":{"start":1726218879340,"stop":1726218879341,"duration":1}},{"uid":"6bd0e6d00788536a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6bd0e6d00788536a","status":"passed","time":{"start":1726218787586,"stop":1726218787587,"duration":1}},{"uid":"37ad5ce9bcc2a248","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/37ad5ce9bcc2a248","status":"passed","time":{"start":1726218066298,"stop":1726218066298,"duration":0}},{"uid":"17f127d3cbcdba79","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/17f127d3cbcdba79","status":"passed","time":{"start":1726217965318,"stop":1726217965318,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8dfb836e329d14e1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8dfb836e329d14e1","status":"passed","time":{"start":1726218291658,"stop":1726218291658,"duration":0}},{"uid":"e589d1b2a9bd6e01","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e589d1b2a9bd6e01","status":"passed","time":{"start":1726218196996,"stop":1726218196996,"duration":0}},{"uid":"1e068615d258f85d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1e068615d258f85d","status":"passed","time":{"start":1726217450194,"stop":1726217450194,"duration":0}},{"uid":"c2f946a7d817e89f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c2f946a7d817e89f","status":"passed","time":{"start":1726217391846,"stop":1726217391846,"duration":0}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"42488ac0a4c8f05d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42488ac0a4c8f05d","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218764451,"stop":1726218764451,"duration":0}},{"uid":"f1e23d6c26f9ae5e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f1e23d6c26f9ae5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659234,"stop":1726218659234,"duration":0}},{"uid":"817f965bdef4407f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/817f965bdef4407f","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925015,"stop":1726217925015,"duration":0}},{"uid":"411eecba8399d1b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/411eecba8399d1b5","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840807,"stop":1726217840807,"duration":0}}]},"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c65248be57fd159d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c65248be57fd159d","status":"passed","time":{"start":1726218885490,"stop":1726218885490,"duration":0}},{"uid":"86bfddeb86037ea7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/86bfddeb86037ea7","status":"passed","time":{"start":1726218803162,"stop":1726218803162,"duration":0}},{"uid":"7eb4fc37ed00550d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7eb4fc37ed00550d","status":"passed","time":{"start":1726218063114,"stop":1726218063114,"duration":0}},{"uid":"662e25fc93663f58","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/662e25fc93663f58","status":"passed","time":{"start":1726217974423,"stop":1726217974424,"duration":1}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"224a81e76873dffd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/224a81e76873dffd","status":"passed","time":{"start":1726218879318,"stop":1726218879320,"duration":2}},{"uid":"7787eabe31f0f5dd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7787eabe31f0f5dd","status":"passed","time":{"start":1726218787578,"stop":1726218787578,"duration":0}},{"uid":"560149277e959387","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/560149277e959387","status":"passed","time":{"start":1726218066281,"stop":1726218066281,"duration":0}},{"uid":"ba8925d05b6c516b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba8925d05b6c516b","status":"passed","time":{"start":1726217965304,"stop":1726217965307,"duration":3}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"681e53653698700f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/681e53653698700f","status":"passed","time":{"start":1726218510970,"stop":1726218510971,"duration":1}},{"uid":"d4eb4deb1b4c23a1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d4eb4deb1b4c23a1","status":"passed","time":{"start":1726218417147,"stop":1726218417147,"duration":0}},{"uid":"a415ec338168a68","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a415ec338168a68","status":"passed","time":{"start":1726217677797,"stop":1726217677799,"duration":2}},{"uid":"33ac1f45d15bd6fa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/33ac1f45d15bd6fa","status":"passed","time":{"start":1726217616838,"stop":1726217616838,"duration":0}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ef9020a16e3ff4f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef9020a16e3ff4f8","status":"passed","time":{"start":1726218851924,"stop":1726218851924,"duration":0}},{"uid":"7e66d71e10ef0514","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7e66d71e10ef0514","status":"passed","time":{"start":1726218761850,"stop":1726218761851,"duration":1}},{"uid":"97e00203451e4ee0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/97e00203451e4ee0","status":"passed","time":{"start":1726218020455,"stop":1726218020456,"duration":1}},{"uid":"475055d7cdd4f70d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/475055d7cdd4f70d","status":"passed","time":{"start":1726217934113,"stop":1726217934115,"duration":2}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"95ca8082657bb408","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95ca8082657bb408","status":"passed","time":{"start":1726218510972,"stop":1726218510972,"duration":0}},{"uid":"63f8adbe7b945b35","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/63f8adbe7b945b35","status":"passed","time":{"start":1726218417148,"stop":1726218417148,"duration":0}},{"uid":"b96d24654ce58053","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b96d24654ce58053","status":"passed","time":{"start":1726217677812,"stop":1726217677813,"duration":1}},{"uid":"640e15eaca403fad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/640e15eaca403fad","status":"passed","time":{"start":1726217616840,"stop":1726217616840,"duration":0}}]},"7d85d352846f65cadcd2aaa503ad70aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcbf39b2cc90112b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bcbf39b2cc90112b","status":"passed","time":{"start":1726217952884,"stop":1726217952884,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ef0a83fcfb23aedf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef0a83fcfb23aedf","status":"passed","time":{"start":1726218344914,"stop":1726218344915,"duration":1}},{"uid":"e736c573eaee734c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e736c573eaee734c","status":"passed","time":{"start":1726218249120,"stop":1726218249121,"duration":1}},{"uid":"39274eefaa536eba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39274eefaa536eba","status":"passed","time":{"start":1726217503859,"stop":1726217503859,"duration":0}},{"uid":"43835375cc70bdcd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43835375cc70bdcd","status":"passed","time":{"start":1726217442598,"stop":1726217442598,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cb589df37055047b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cb589df37055047b","status":"passed","time":{"start":1726218412656,"stop":1726218412657,"duration":1}},{"uid":"44bbae43a70e6fc4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/44bbae43a70e6fc4","status":"passed","time":{"start":1726218318090,"stop":1726218318090,"duration":0}},{"uid":"6d5b47aded166552","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d5b47aded166552","status":"passed","time":{"start":1726217567474,"stop":1726217567474,"duration":0}},{"uid":"15a35ad8c1dc73f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15a35ad8c1dc73f0","status":"passed","time":{"start":1726217508420,"stop":1726217508420,"duration":0}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4831bf8be021a99d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4831bf8be021a99d","status":"passed","time":{"start":1726218886396,"stop":1726218886396,"duration":0}},{"uid":"6948d33ea4a06750","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6948d33ea4a06750","status":"passed","time":{"start":1726218791849,"stop":1726218791849,"duration":0}},{"uid":"af79f35314395695","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af79f35314395695","status":"passed","time":{"start":1726218054699,"stop":1726218054700,"duration":1}},{"uid":"1b18522081d91900","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1b18522081d91900","status":"passed","time":{"start":1726217965433,"stop":1726217965433,"duration":0}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"30f21201776bf25f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/30f21201776bf25f","status":"passed","time":{"start":1726218863022,"stop":1726218863027,"duration":5}},{"uid":"5e95c212fe0fbea","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5e95c212fe0fbea","status":"passed","time":{"start":1726218781388,"stop":1726218781388,"duration":0}},{"uid":"48a92568d4185240","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48a92568d4185240","status":"passed","time":{"start":1726218013712,"stop":1726218013715,"duration":3}},{"uid":"b429f96f1f614cbf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b429f96f1f614cbf","status":"passed","time":{"start":1726217945336,"stop":1726217945336,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"720449b875078c85","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/720449b875078c85","status":"passed","time":{"start":1726218346773,"stop":1726218346774,"duration":1}},{"uid":"89f9bd0aa90710c4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/89f9bd0aa90710c4","status":"passed","time":{"start":1726218251125,"stop":1726218251126,"duration":1}},{"uid":"5a71615e25f1b249","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a71615e25f1b249","status":"passed","time":{"start":1726217503656,"stop":1726217503656,"duration":0}},{"uid":"c0bc33eff040ca11","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c0bc33eff040ca11","status":"passed","time":{"start":1726217444759,"stop":1726217444760,"duration":1}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1fb2bf7d5900190e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1fb2bf7d5900190e","status":"passed","time":{"start":1726218510982,"stop":1726218510982,"duration":0}},{"uid":"f5c200e25deb505b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f5c200e25deb505b","status":"passed","time":{"start":1726218417151,"stop":1726218417151,"duration":0}},{"uid":"ce59ddecf13507d5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ce59ddecf13507d5","status":"passed","time":{"start":1726217677825,"stop":1726217677826,"duration":1}},{"uid":"a5a4ea136a69f4f4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a5a4ea136a69f4f4","status":"passed","time":{"start":1726217616844,"stop":1726217616844,"duration":0}}]},"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d30510fd52f60d39","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d30510fd52f60d39","status":"passed","time":{"start":1726218283099,"stop":1726218283099,"duration":0}},{"uid":"193048d2e53d675b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/193048d2e53d675b","status":"passed","time":{"start":1726218188599,"stop":1726218188599,"duration":0}},{"uid":"cb08c5a6f6db0f02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cb08c5a6f6db0f02","status":"passed","time":{"start":1726217441561,"stop":1726217441561,"duration":0}},{"uid":"a4fd4854ef642b07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a4fd4854ef642b07","status":"passed","time":{"start":1726217383223,"stop":1726217383224,"duration":1}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"33ef4c9801e0a51d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/33ef4c9801e0a51d","status":"passed","time":{"start":1726218778227,"stop":1726218778231,"duration":4}},{"uid":"7679673981e5ba08","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7679673981e5ba08","status":"passed","time":{"start":1726218673556,"stop":1726218673557,"duration":1}},{"uid":"63d86311cdb44ca9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/63d86311cdb44ca9","status":"passed","time":{"start":1726217946724,"stop":1726217946725,"duration":1}},{"uid":"243d1c4aa1924529","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/243d1c4aa1924529","status":"passed","time":{"start":1726217862781,"stop":1726217862781,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5d40a6e80470af0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5d40a6e80470af0","status":"passed","time":{"start":1726218291080,"stop":1726218291081,"duration":1}},{"uid":"da7e08d40449ae4a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/da7e08d40449ae4a","status":"passed","time":{"start":1726218196346,"stop":1726218196347,"duration":1}},{"uid":"dd3c2fc884ddc6cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd3c2fc884ddc6cf","status":"passed","time":{"start":1726217449477,"stop":1726217449478,"duration":1}},{"uid":"943f1169c3e6538","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/943f1169c3e6538","status":"passed","time":{"start":1726217391250,"stop":1726217391251,"duration":1}}]},"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"38771a52fe4c1f65","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/38771a52fe4c1f65","status":"passed","time":{"start":1726218283095,"stop":1726218283095,"duration":0}},{"uid":"8cf3c9ec695874ca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8cf3c9ec695874ca","status":"passed","time":{"start":1726218188596,"stop":1726218188596,"duration":0}},{"uid":"19980c71b7d1635c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/19980c71b7d1635c","status":"passed","time":{"start":1726217441557,"stop":1726217441557,"duration":0}},{"uid":"a732078360d2600a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a732078360d2600a","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5bddcdba3a462e9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5bddcdba3a462e9","status":"passed","time":{"start":1726218886393,"stop":1726218886395,"duration":2}},{"uid":"9b58a6e765a85fae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9b58a6e765a85fae","status":"passed","time":{"start":1726218791848,"stop":1726218791848,"duration":0}},{"uid":"762bb0d9e02daf8a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/762bb0d9e02daf8a","status":"passed","time":{"start":1726218054693,"stop":1726218054693,"duration":0}},{"uid":"6641551754f94d92","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6641551754f94d92","status":"passed","time":{"start":1726217965432,"stop":1726217965432,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"146ea6121d55ad75","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/146ea6121d55ad75","status":"passed","time":{"start":1726218551488,"stop":1726218551488,"duration":0}},{"uid":"6c85a5c917dee358","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6c85a5c917dee358","status":"passed","time":{"start":1726218459537,"stop":1726218459538,"duration":1}},{"uid":"36015ee5684301e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/36015ee5684301e4","status":"passed","time":{"start":1726217706005,"stop":1726217706006,"duration":1}},{"uid":"f20400e38dded3d8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f20400e38dded3d8","status":"passed","time":{"start":1726217650762,"stop":1726217650763,"duration":1}}]},"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ec544f86edaed142","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ec544f86edaed142","status":"passed","time":{"start":1726218283077,"stop":1726218283082,"duration":5}},{"uid":"bf70ad88809652de","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf70ad88809652de","status":"passed","time":{"start":1726218188584,"stop":1726218188584,"duration":0}},{"uid":"460e76ec1bf4730f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/460e76ec1bf4730f","status":"passed","time":{"start":1726217441544,"stop":1726217441544,"duration":0}},{"uid":"8c94536b683ed5b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c94536b683ed5b5","status":"passed","time":{"start":1726217383207,"stop":1726217383207,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6e788243042e341e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6e788243042e341e","status":"passed","time":{"start":1726218879336,"stop":1726218879336,"duration":0}},{"uid":"9cbf6dd1ebadb5b7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9cbf6dd1ebadb5b7","status":"passed","time":{"start":1726218787584,"stop":1726218787584,"duration":0}},{"uid":"be2c88b74d3d369c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be2c88b74d3d369c","status":"passed","time":{"start":1726218066295,"stop":1726218066295,"duration":0}},{"uid":"1557d944ad6d4b59","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1557d944ad6d4b59","status":"passed","time":{"start":1726217965313,"stop":1726217965313,"duration":0}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9cda4ced405a4a9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e9cda4ced405a4a9","status":"passed","time":{"start":1726218291669,"stop":1726218291669,"duration":0}},{"uid":"5898e82c22fba059","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5898e82c22fba059","status":"passed","time":{"start":1726218197007,"stop":1726218197007,"duration":0}},{"uid":"ba0c4a5480dd5b8d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ba0c4a5480dd5b8d","status":"passed","time":{"start":1726217450206,"stop":1726217450206,"duration":0}},{"uid":"2a896bbbda0b24c0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2a896bbbda0b24c0","status":"passed","time":{"start":1726217391857,"stop":1726217391858,"duration":1}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"35d66046eb6255f0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/35d66046eb6255f0","status":"passed","time":{"start":1726218523019,"stop":1726218523019,"duration":0}},{"uid":"3e8a360d4e4d1c62","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e8a360d4e4d1c62","status":"passed","time":{"start":1726218422903,"stop":1726218422904,"duration":1}},{"uid":"b28609a032130aa1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b28609a032130aa1","status":"passed","time":{"start":1726217687426,"stop":1726217687427,"duration":1}},{"uid":"96a93c7dfd1ba75e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96a93c7dfd1ba75e","status":"passed","time":{"start":1726217604495,"stop":1726217604496,"duration":1}}]},"70a0f7858bd0c243321cbac92b27d9bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5691568a6136f845","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5691568a6136f845","status":"passed","time":{"start":1726218039628,"stop":1726218039628,"duration":0}}]},"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"116568e226d8328d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/116568e226d8328d","status":"passed","time":{"start":1726218583682,"stop":1726218583683,"duration":1}},{"uid":"85abeca5c7b134c5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/85abeca5c7b134c5","status":"passed","time":{"start":1726218469207,"stop":1726218469209,"duration":2}},{"uid":"2174e0c19f9071b4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2174e0c19f9071b4","status":"passed","time":{"start":1726217742498,"stop":1726217742500,"duration":2}},{"uid":"3b933a6fde158daf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3b933a6fde158daf","status":"passed","time":{"start":1726217674285,"stop":1726217674286,"duration":1}}]},"ac392a7fa6b2d2d7a5428995adfd6cbc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"603a5a0e933e2c50","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/603a5a0e933e2c50","status":"passed","time":{"start":1726217862803,"stop":1726217862805,"duration":2}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4771320b2e2c974e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4771320b2e2c974e","status":"passed","time":{"start":1726218843764,"stop":1726218843764,"duration":0}},{"uid":"4761f5938ddfc1ad","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4761f5938ddfc1ad","status":"passed","time":{"start":1726218748384,"stop":1726218748385,"duration":1}},{"uid":"72a4689f75936f85","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72a4689f75936f85","status":"passed","time":{"start":1726218011622,"stop":1726218011622,"duration":0}},{"uid":"d303e9ee5e54753e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d303e9ee5e54753e","status":"passed","time":{"start":1726217923176,"stop":1726217923177,"duration":1}}]},"c0fd482aae709c31dfafa7795b78a37d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2da6bc6a56181059","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2da6bc6a56181059","status":"passed","time":{"start":1726218659009,"stop":1726218659010,"duration":1}}]},"96f15e9b62705ac5f60989a19dd87ea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c8a95a638719fe75","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c8a95a638719fe75","status":"passed","time":{"start":1726218669772,"stop":1726218669773,"duration":1}},{"uid":"92884c30b91ca283","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/92884c30b91ca283","status":"passed","time":{"start":1726218612961,"stop":1726218612962,"duration":1}},{"uid":"dd85b3c9e236ae92","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd85b3c9e236ae92","status":"passed","time":{"start":1726217868233,"stop":1726217868233,"duration":0}},{"uid":"dcd8acbc085b228b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dcd8acbc085b228b","status":"passed","time":{"start":1726217785167,"stop":1726217785167,"duration":0}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c111197eafd4e238","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c111197eafd4e238","status":"passed","time":{"start":1726218806758,"stop":1726218806758,"duration":0}},{"uid":"91c5e272853c115e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/91c5e272853c115e","status":"passed","time":{"start":1726218706739,"stop":1726218706740,"duration":1}},{"uid":"394c68283a7a8ff2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/394c68283a7a8ff2","status":"passed","time":{"start":1726217976603,"stop":1726217976603,"duration":0}},{"uid":"47641b259b8df41c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/47641b259b8df41c","status":"passed","time":{"start":1726217890294,"stop":1726217890295,"duration":1}}]},"9f956e054cca7bcce3966c4689d26f1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"646c5ef349f390a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/646c5ef349f390a4","status":"passed","time":{"start":1726217945357,"stop":1726217945358,"duration":1}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b1a5a22e87f3879a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b1a5a22e87f3879a","status":"passed","time":{"start":1726218879335,"stop":1726218879335,"duration":0}},{"uid":"36e71919b51b36e4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/36e71919b51b36e4","status":"passed","time":{"start":1726218787583,"stop":1726218787583,"duration":0}},{"uid":"553f079f1ca8818f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/553f079f1ca8818f","status":"passed","time":{"start":1726218066289,"stop":1726218066289,"duration":0}},{"uid":"565556363d3805da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/565556363d3805da","status":"passed","time":{"start":1726217965312,"stop":1726217965312,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ae8e24c35164dfaa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae8e24c35164dfaa","status":"passed","time":{"start":1726218304465,"stop":1726218304466,"duration":1}},{"uid":"9383d0e5b2b74b3f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9383d0e5b2b74b3f","status":"passed","time":{"start":1726218209564,"stop":1726218209564,"duration":0}},{"uid":"15f57851aa315469","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15f57851aa315469","status":"passed","time":{"start":1726217463039,"stop":1726217463039,"duration":0}},{"uid":"7fad153c2f2df61f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7fad153c2f2df61f","status":"passed","time":{"start":1726217404606,"stop":1726217404606,"duration":0}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3c567f3b6eeed9c0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3c567f3b6eeed9c0","status":"passed","time":{"start":1726218812467,"stop":1726218812468,"duration":1}},{"uid":"92a3b7bf6719ea10","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/92a3b7bf6719ea10","status":"passed","time":{"start":1726218708391,"stop":1726218708391,"duration":0}},{"uid":"21f717d2eb9962f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21f717d2eb9962f1","status":"passed","time":{"start":1726217980037,"stop":1726217980037,"duration":0}},{"uid":"2eb653165dadfdea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2eb653165dadfdea","status":"passed","time":{"start":1726217896499,"stop":1726217896499,"duration":0}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b408c3c35b17bb79","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b408c3c35b17bb79","status":"passed","time":{"start":1726218863045,"stop":1726218863047,"duration":2}},{"uid":"4d5cf58b9b9a2983","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4d5cf58b9b9a2983","status":"passed","time":{"start":1726218781392,"stop":1726218781392,"duration":0}},{"uid":"a8451b5b33d83280","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a8451b5b33d83280","status":"passed","time":{"start":1726218013724,"stop":1726218013724,"duration":0}},{"uid":"77a76007c081c8f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/77a76007c081c8f3","status":"passed","time":{"start":1726217945349,"stop":1726217945349,"duration":0}}]},"dd0974706f15a4474f45c913f44e524e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b2d2c207178d698","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7b2d2c207178d698","status":"passed","time":{"start":1726218781394,"stop":1726218781394,"duration":0}}]},"a3d19f19da4051362689592f6441ffbd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df4f238740304d55","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df4f238740304d55","status":"passed","time":{"start":1726218843765,"stop":1726218843766,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c867390b75319487","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c867390b75319487","status":"passed","time":{"start":1726218510969,"stop":1726218510969,"duration":0}},{"uid":"4e0795f389800d17","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4e0795f389800d17","status":"passed","time":{"start":1726218417138,"stop":1726218417145,"duration":7}},{"uid":"f2c89de5fbb24030","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f2c89de5fbb24030","status":"passed","time":{"start":1726217677785,"stop":1726217677791,"duration":6}},{"uid":"6bc90152bc6a633a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6bc90152bc6a633a","status":"passed","time":{"start":1726217616836,"stop":1726217616836,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7c385da43d3b55ef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7c385da43d3b55ef","status":"passed","time":{"start":1726218863053,"stop":1726218863056,"duration":3}},{"uid":"939b26707314b5fa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/939b26707314b5fa","status":"passed","time":{"start":1726218781395,"stop":1726218781395,"duration":0}},{"uid":"3b45aff872bd9d10","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3b45aff872bd9d10","status":"passed","time":{"start":1726218013730,"stop":1726218013731,"duration":1}},{"uid":"5f0c46417f55d5f9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5f0c46417f55d5f9","status":"passed","time":{"start":1726217945359,"stop":1726217945359,"duration":0}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f8e3fb5b679c9b3a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8e3fb5b679c9b3a","status":"passed","time":{"start":1726218382077,"stop":1726218382078,"duration":1}},{"uid":"2bdc029b93d7b4b2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2bdc029b93d7b4b2","status":"passed","time":{"start":1726218287813,"stop":1726218287813,"duration":0}},{"uid":"d95bdd3c5fcc3d8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d95bdd3c5fcc3d8","status":"passed","time":{"start":1726217549450,"stop":1726217549450,"duration":0}},{"uid":"22a1a5797010df2a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/22a1a5797010df2a","status":"passed","time":{"start":1726217491287,"stop":1726217491288,"duration":1}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b2036469c5a1bba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4b2036469c5a1bba","status":"passed","time":{"start":1726218917025,"stop":1726218917025,"duration":0}},{"uid":"1d6983a5717a4c1e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1d6983a5717a4c1e","status":"passed","time":{"start":1726218827656,"stop":1726218827656,"duration":0}},{"uid":"59e2028896053828","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/59e2028896053828","status":"passed","time":{"start":1726218090764,"stop":1726218090764,"duration":0}},{"uid":"d7b68e650d8813cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d7b68e650d8813cd","status":"passed","time":{"start":1726217999477,"stop":1726217999477,"duration":0}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"47724909b08677f5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47724909b08677f5","status":"passed","time":{"start":1726218879376,"stop":1726218879380,"duration":4}},{"uid":"c928dbc93bd12a12","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c928dbc93bd12a12","status":"passed","time":{"start":1726218787593,"stop":1726218787594,"duration":1}},{"uid":"24f641dc347c7b23","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/24f641dc347c7b23","status":"passed","time":{"start":1726218066316,"stop":1726218066316,"duration":0}},{"uid":"ef14c8527a366cb2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ef14c8527a366cb2","status":"passed","time":{"start":1726217965349,"stop":1726217965349,"duration":0}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5124b8ffe0fbdb7b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5124b8ffe0fbdb7b","status":"passed","time":{"start":1726218344913,"stop":1726218344914,"duration":1}},{"uid":"1888858eb9c2b814","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1888858eb9c2b814","status":"passed","time":{"start":1726218249119,"stop":1726218249119,"duration":0}},{"uid":"ae4c010ca52a057","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae4c010ca52a057","status":"passed","time":{"start":1726217503858,"stop":1726217503858,"duration":0}},{"uid":"ba7cb378bb83e7cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba7cb378bb83e7cd","status":"passed","time":{"start":1726217442597,"stop":1726217442597,"duration":0}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"caec25470d773579","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/caec25470d773579","status":"passed","time":{"start":1726218304534,"stop":1726218304534,"duration":0}},{"uid":"20060c908d3e389a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/20060c908d3e389a","status":"passed","time":{"start":1726218209371,"stop":1726218209372,"duration":1}},{"uid":"f8bed61fc70d46be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8bed61fc70d46be","status":"passed","time":{"start":1726217462332,"stop":1726217462333,"duration":1}},{"uid":"ee40099dd6ec3846","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ee40099dd6ec3846","status":"passed","time":{"start":1726217404186,"stop":1726217404186,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"93f3f59f11f1311f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/93f3f59f11f1311f","status":"passed","time":{"start":1726218863005,"stop":1726218863005,"duration":0}},{"uid":"bd82145e78571b32","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bd82145e78571b32","status":"passed","time":{"start":1726218781383,"stop":1726218781383,"duration":0}},{"uid":"fee6e504776f4387","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fee6e504776f4387","status":"passed","time":{"start":1726218013698,"stop":1726218013698,"duration":0}},{"uid":"523525168b86a996","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/523525168b86a996","status":"passed","time":{"start":1726217945331,"stop":1726217945332,"duration":1}}]},"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d309c12fd2cb7c76","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d309c12fd2cb7c76","status":"passed","time":{"start":1726218283101,"stop":1726218283102,"duration":1}},{"uid":"a6518d156beb7363","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a6518d156beb7363","status":"passed","time":{"start":1726218188601,"stop":1726218188601,"duration":0}},{"uid":"34469831c12b20da","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34469831c12b20da","status":"passed","time":{"start":1726217441564,"stop":1726217441564,"duration":0}},{"uid":"b883be0496a6ab00","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b883be0496a6ab00","status":"passed","time":{"start":1726217383227,"stop":1726217383227,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e3723453c66ff63c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3723453c66ff63c","status":"passed","time":{"start":1726218764087,"stop":1726218764088,"duration":1}},{"uid":"e4a7e6c813437fa9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e4a7e6c813437fa9","status":"passed","time":{"start":1726218659004,"stop":1726218659005,"duration":1}},{"uid":"6aa958d8323dee57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6aa958d8323dee57","status":"passed","time":{"start":1726217924734,"stop":1726217924734,"duration":0}},{"uid":"b1bbc071fdf70d1b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1bbc071fdf70d1b","status":"passed","time":{"start":1726217840475,"stop":1726217840475,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"af16f11846fbef17","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af16f11846fbef17","status":"passed","time":{"start":1726218551493,"stop":1726218551493,"duration":0}},{"uid":"750e997b031bf5d2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/750e997b031bf5d2","status":"passed","time":{"start":1726218459540,"stop":1726218459540,"duration":0}},{"uid":"b3c2e11c53c4563","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3c2e11c53c4563","status":"passed","time":{"start":1726217706009,"stop":1726217706009,"duration":0}},{"uid":"427450721688d2ac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/427450721688d2ac","status":"passed","time":{"start":1726217650771,"stop":1726217650772,"duration":1}}]},"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7b618163cfb6ed0a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b618163cfb6ed0a","status":"passed","time":{"start":1726218283094,"stop":1726218283094,"duration":0}},{"uid":"a1724cab886bc8ed","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a1724cab886bc8ed","status":"passed","time":{"start":1726218188595,"stop":1726218188595,"duration":0}},{"uid":"b19c2b84bd0067f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b19c2b84bd0067f8","status":"passed","time":{"start":1726217441556,"stop":1726217441556,"duration":0}},{"uid":"b835ad178bb2753c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b835ad178bb2753c","status":"passed","time":{"start":1726217383219,"stop":1726217383219,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"35e2ad0ffd61e6a9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/35e2ad0ffd61e6a9","status":"passed","time":{"start":1726218291667,"stop":1726218291667,"duration":0}},{"uid":"47dab09c6930c972","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/47dab09c6930c972","status":"passed","time":{"start":1726218197006,"stop":1726218197006,"duration":0}},{"uid":"b3bfaf07310f90e6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3bfaf07310f90e6","status":"passed","time":{"start":1726217450204,"stop":1726217450204,"duration":0}},{"uid":"92ea33cb90981a21","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/92ea33cb90981a21","status":"passed","time":{"start":1726217391855,"stop":1726217391856,"duration":1}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"67490c33c0312537","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/67490c33c0312537","status":"passed","time":{"start":1726218879286,"stop":1726218879286,"duration":0}},{"uid":"5fc59b6c567fcf3b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5fc59b6c567fcf3b","status":"passed","time":{"start":1726218787571,"stop":1726218787571,"duration":0}},{"uid":"f2de25bd91396850","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f2de25bd91396850","status":"passed","time":{"start":1726218066273,"stop":1726218066273,"duration":0}},{"uid":"37c43dc23499bfed","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/37c43dc23499bfed","status":"passed","time":{"start":1726217965295,"stop":1726217965296,"duration":1}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3b45b45986eed455","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3b45b45986eed455","status":"passed","time":{"start":1726218879288,"stop":1726218879288,"duration":0}},{"uid":"41841d932f268a7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/41841d932f268a7","status":"passed","time":{"start":1726218787573,"stop":1726218787573,"duration":0}},{"uid":"1980ceed23b18d7c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1980ceed23b18d7c","status":"passed","time":{"start":1726218066275,"stop":1726218066275,"duration":0}},{"uid":"996b3e9130060d82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/996b3e9130060d82","status":"passed","time":{"start":1726217965299,"stop":1726217965299,"duration":0}}]},"2b1dd4e975806d76599d997e3099ca66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"32f121014bff52c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/32f121014bff52c","status":"passed","time":{"start":1726218669771,"stop":1726218669772,"duration":1}},{"uid":"781bfe5de63f83d4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/781bfe5de63f83d4","status":"passed","time":{"start":1726218612952,"stop":1726218612953,"duration":1}},{"uid":"d776aaeeb51f5624","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d776aaeeb51f5624","status":"passed","time":{"start":1726217868232,"stop":1726217868232,"duration":0}},{"uid":"f2a3055cad5c6c52","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f2a3055cad5c6c52","status":"passed","time":{"start":1726217785165,"stop":1726217785166,"duration":1}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"529d32a582d345ec","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/529d32a582d345ec","status":"passed","time":{"start":1726218812468,"stop":1726218812468,"duration":0}},{"uid":"fae54075171853ce","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fae54075171853ce","status":"passed","time":{"start":1726218708392,"stop":1726218708392,"duration":0}},{"uid":"a1bf24b88c56c22f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a1bf24b88c56c22f","status":"passed","time":{"start":1726217980037,"stop":1726217980038,"duration":1}},{"uid":"4dd9dda923e00abe","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4dd9dda923e00abe","status":"passed","time":{"start":1726217896499,"stop":1726217896500,"duration":1}}]},"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"41b190f6c80d05d4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/41b190f6c80d05d4","status":"passed","time":{"start":1726218283105,"stop":1726218283106,"duration":1}},{"uid":"d690db70ab582a8e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d690db70ab582a8e","status":"passed","time":{"start":1726218188606,"stop":1726218188606,"duration":0}},{"uid":"2b5c279cd9778fa4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2b5c279cd9778fa4","status":"passed","time":{"start":1726217441570,"stop":1726217441570,"duration":0}},{"uid":"bedcd7c846b681fb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bedcd7c846b681fb","status":"passed","time":{"start":1726217383232,"stop":1726217383233,"duration":1}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c7bafc8c0ce29fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c7bafc8c0ce29fd","status":"passed","time":{"start":1726218335400,"stop":1726218335400,"duration":0}},{"uid":"79dde05063fec527","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79dde05063fec527","status":"passed","time":{"start":1726218239524,"stop":1726218239525,"duration":1}},{"uid":"f5c38f247a1dd326","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f5c38f247a1dd326","status":"passed","time":{"start":1726217493339,"stop":1726217493339,"duration":0}},{"uid":"41e6f4ed0a483b4d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/41e6f4ed0a483b4d","status":"passed","time":{"start":1726217434834,"stop":1726217434834,"duration":0}}]},"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e531ad16ba5f39b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e531ad16ba5f39b8","status":"passed","time":{"start":1726218283086,"stop":1726218283086,"duration":0}},{"uid":"7ce696f5d7959c78","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7ce696f5d7959c78","status":"passed","time":{"start":1726218188587,"stop":1726218188588,"duration":1}},{"uid":"8a5c88f1c5b0ac16","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a5c88f1c5b0ac16","status":"passed","time":{"start":1726217441548,"stop":1726217441548,"duration":0}},{"uid":"5336729eead1382d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5336729eead1382d","status":"passed","time":{"start":1726217383211,"stop":1726217383211,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c279509fd5a114ae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c279509fd5a114ae","status":"passed","time":{"start":1726218902965,"stop":1726218902967,"duration":2}},{"uid":"bc5c137519ba4c13","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bc5c137519ba4c13","status":"passed","time":{"start":1726218814280,"stop":1726218814281,"duration":1}},{"uid":"73ae9231d7b7f2ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/73ae9231d7b7f2ea","status":"passed","time":{"start":1726218071323,"stop":1726218071323,"duration":0}},{"uid":"6ffa90e10a45e120","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6ffa90e10a45e120","status":"passed","time":{"start":1726217984828,"stop":1726217984828,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"af9df56f21f5cb03","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af9df56f21f5cb03","status":"passed","time":{"start":1726218902982,"stop":1726218902983,"duration":1}},{"uid":"98de0e8b5b161e89","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/98de0e8b5b161e89","status":"passed","time":{"start":1726218814290,"stop":1726218814291,"duration":1}},{"uid":"f8c949295fb171dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8c949295fb171dd","status":"passed","time":{"start":1726218071325,"stop":1726218071325,"duration":0}},{"uid":"8d243418998fed8e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d243418998fed8e","status":"passed","time":{"start":1726217984830,"stop":1726217984831,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"67d24d342325b5d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/67d24d342325b5d6","status":"passed","time":{"start":1726218563295,"stop":1726218563295,"duration":0}},{"uid":"bf61450e410f2c25","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf61450e410f2c25","status":"passed","time":{"start":1726218471414,"stop":1726218471415,"duration":1}},{"uid":"d15ebb9c40f10e66","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d15ebb9c40f10e66","status":"passed","time":{"start":1726217724199,"stop":1726217724199,"duration":0}},{"uid":"bc04856b5626c3d4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bc04856b5626c3d4","status":"passed","time":{"start":1726217656056,"stop":1726217656056,"duration":0}}]},"bc9f1ccc137fb3a34d5a4f8a39d71548:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8993bb265ecf56c5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8993bb265ecf56c5","status":"passed","time":{"start":1726217923182,"stop":1726217923182,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"be4d20fe809697d1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be4d20fe809697d1","status":"passed","time":{"start":1726218956166,"stop":1726218956166,"duration":0}},{"uid":"35b7e7343f01b96c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35b7e7343f01b96c","status":"passed","time":{"start":1726218868912,"stop":1726218868912,"duration":0}},{"uid":"1d682ffed4eaeb0a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d682ffed4eaeb0a","status":"passed","time":{"start":1726218139624,"stop":1726218139624,"duration":0}},{"uid":"39a58fe703389805","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39a58fe703389805","status":"passed","time":{"start":1726218051435,"stop":1726218051436,"duration":1}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"673cc6f45d1229df","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/673cc6f45d1229df","status":"passed","time":{"start":1726218903005,"stop":1726218903006,"duration":1}},{"uid":"665bacaf9d1f8492","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/665bacaf9d1f8492","status":"passed","time":{"start":1726218814298,"stop":1726218814299,"duration":1}},{"uid":"656b33108765eb33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/656b33108765eb33","status":"passed","time":{"start":1726218071349,"stop":1726218071355,"duration":6}},{"uid":"d5356a5fb653719b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d5356a5fb653719b","status":"passed","time":{"start":1726217984832,"stop":1726217984832,"duration":0}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"887d32d34f6d85e1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/887d32d34f6d85e1","status":"passed","time":{"start":1726218551484,"stop":1726218551485,"duration":1}},{"uid":"88d98c19b9f0959d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/88d98c19b9f0959d","status":"passed","time":{"start":1726218459536,"stop":1726218459536,"duration":0}},{"uid":"66fba32ce6b56b18","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/66fba32ce6b56b18","status":"passed","time":{"start":1726217706001,"stop":1726217706002,"duration":1}},{"uid":"38ad529a18e57b3f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38ad529a18e57b3f","status":"passed","time":{"start":1726217650760,"stop":1726217650761,"duration":1}}]},"ad0d8047adf331d42bd29a5d874a8b15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"124b23b67895c646","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/124b23b67895c646","status":"passed","time":{"start":1726218843768,"stop":1726218843768,"duration":0}}]},"3e68dda2c50923f5a6ad15ff0a105f99:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2cc78035072cefda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2cc78035072cefda","status":"passed","time":{"start":1726218843765,"stop":1726218843765,"duration":0}}]},"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6f46be6f6d970a7c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f46be6f6d970a7c","status":"passed","time":{"start":1726218283098,"stop":1726218283098,"duration":0}},{"uid":"942f39f0600fba09","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/942f39f0600fba09","status":"passed","time":{"start":1726218188598,"stop":1726218188598,"duration":0}},{"uid":"5945a44bbf5a9154","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5945a44bbf5a9154","status":"passed","time":{"start":1726217441560,"stop":1726217441560,"duration":0}},{"uid":"a8137ae8619fd051","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a8137ae8619fd051","status":"passed","time":{"start":1726217383222,"stop":1726217383222,"duration":0}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4da3cca465124c20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4da3cca465124c20","status":"passed","time":{"start":1726218308579,"stop":1726218308579,"duration":0}},{"uid":"9814ae131be286bb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9814ae131be286bb","status":"passed","time":{"start":1726218213405,"stop":1726218213406,"duration":1}},{"uid":"2e56dda219a033fe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e56dda219a033fe","status":"passed","time":{"start":1726217466672,"stop":1726217466673,"duration":1}},{"uid":"80dc6d5a1b9fbbf3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/80dc6d5a1b9fbbf3","status":"passed","time":{"start":1726217408294,"stop":1726217408295,"duration":1}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a901ab6dd6d36afe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a901ab6dd6d36afe","status":"passed","time":{"start":1726218510988,"stop":1726218510988,"duration":0}},{"uid":"771034211c2d9177","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/771034211c2d9177","status":"passed","time":{"start":1726218417153,"stop":1726218417153,"duration":0}},{"uid":"1102e1245bfc0d12","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1102e1245bfc0d12","status":"passed","time":{"start":1726217677841,"stop":1726217677842,"duration":1}},{"uid":"657aaa3c304985ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/657aaa3c304985ae","status":"passed","time":{"start":1726217616846,"stop":1726217616846,"duration":0}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"729a70bf5dcc58ae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/729a70bf5dcc58ae","status":"passed","time":{"start":1726218304464,"stop":1726218304465,"duration":1}},{"uid":"373058ef2b2ce42e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/373058ef2b2ce42e","status":"passed","time":{"start":1726218209564,"stop":1726218209564,"duration":0}},{"uid":"defa396601618ef1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/defa396601618ef1","status":"passed","time":{"start":1726217463039,"stop":1726217463039,"duration":0}},{"uid":"1c500a8e97405278","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1c500a8e97405278","status":"passed","time":{"start":1726217404605,"stop":1726217404605,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ae141cb13565e468","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae141cb13565e468","status":"passed","time":{"start":1726218410954,"stop":1726218410954,"duration":0}},{"uid":"c62e21034b7fb6d4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c62e21034b7fb6d4","status":"passed","time":{"start":1726218315928,"stop":1726218315928,"duration":0}},{"uid":"1595ee22a856bad","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1595ee22a856bad","status":"passed","time":{"start":1726217577137,"stop":1726217577137,"duration":0}},{"uid":"3b22c65b3b6b79b9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3b22c65b3b6b79b9","status":"passed","time":{"start":1726217509414,"stop":1726217509415,"duration":1}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"da47ff61da8a8a8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da47ff61da8a8a8c","status":"passed","time":{"start":1726218523006,"stop":1726218523008,"duration":2}},{"uid":"ca7599a3952a7f83","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca7599a3952a7f83","status":"passed","time":{"start":1726218422893,"stop":1726218422893,"duration":0}},{"uid":"c5eb38e2a4a1dc3d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5eb38e2a4a1dc3d","status":"passed","time":{"start":1726217687414,"stop":1726217687414,"duration":0}},{"uid":"2f8b97bf65abe550","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f8b97bf65abe550","status":"passed","time":{"start":1726217604477,"stop":1726217604478,"duration":1}}]},"5784cade48d6f16c82c3bac5f3b28eb4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"263d169512bd59b2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/263d169512bd59b2","status":"passed","time":{"start":1726217890297,"stop":1726217890299,"duration":2}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca06e059aece7b1f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca06e059aece7b1f","status":"passed","time":{"start":1726218315164,"stop":1726218315165,"duration":1}},{"uid":"9144d265f6ca42a2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9144d265f6ca42a2","status":"passed","time":{"start":1726218219852,"stop":1726218219853,"duration":1}},{"uid":"34874ce83d30c413","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34874ce83d30c413","status":"passed","time":{"start":1726217473323,"stop":1726217473323,"duration":0}},{"uid":"9839fcf5f32fa73e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9839fcf5f32fa73e","status":"passed","time":{"start":1726217414668,"stop":1726217414668,"duration":0}}]}} \ No newline at end of file diff --git a/7434/history/retry-trend.json b/7434/history/retry-trend.json index 03025555880..d63b8ec01ca 100644 --- a/7434/history/retry-trend.json +++ b/7434/history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7437,"reportUrl":"https://waku-org.github.io/js-waku/7437/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/7434/index.html b/7434/index.html index cddab5cad4f..1bd61505b48 100644 --- a/7434/index.html +++ b/7434/index.html @@ -26,7 +26,7 @@ gtag('js', new Date()); gtag('config', 'G-FVWC4GKEYS', { 'allureVersion': 'dev', - 'reportUuid': '018e9a7b-73c3-4fe7-8d0e-4c5bbe988bcd', + 'reportUuid': 'e7529746-0d75-4545-9542-53df8a181f37', 'single_file': false }); diff --git a/7434/widgets/categories-trend.json b/7434/widgets/categories-trend.json index 9654e0c038a..43b2f77a529 100644 --- a/7434/widgets/categories-trend.json +++ b/7434/widgets/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{}},{"buildOrder":7437,"reportUrl":"https://waku-org.github.io/js-waku/7437/","reportName":"Allure Report with history","data":{}},{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/7434/widgets/categories.json b/7434/widgets/categories.json index c4db438f048..a527ade754f 100644 --- a/7434/widgets/categories.json +++ b/7434/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/7434/widgets/duration-trend.json b/7434/widgets/duration-trend.json index 89be92fe493..70a5a77595d 100644 --- a/7434/widgets/duration-trend.json +++ b/7434/widgets/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"duration":698408}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{"duration":668571}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"duration":673472}},{"buildOrder":7437,"reportUrl":"https://waku-org.github.io/js-waku/7437/","reportName":"Allure Report with history","data":{"duration":680804}},{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"duration":698408}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{"duration":668571}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/7434/widgets/duration.json b/7434/widgets/duration.json index 788810bcdd8..16df5cc870c 100644 --- a/7434/widgets/duration.json +++ b/7434/widgets/duration.json @@ -1 +1 @@ -[{"uid":"575f5f1a89a5a265","name":"random static sharding 3 - Cluster ID: 309, Shard ID: 473","time":{"start":1726218039628,"stop":1726218039628,"duration":0},"status":"passed","severity":"normal"},{"uid":"42dec1fcd0756e39","name":"Check message with invalid timestamp is not received","time":{"start":1726217924764,"stop":1726217924764,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3bc736879b5085f","name":"Waku message hash computation (no timestamp)","time":{"start":1726217444068,"stop":1726217444068,"duration":0},"status":"passed","severity":"normal"},{"uid":"24f641dc347c7b23","name":"Subscribe to topic containing emoji and receive message","time":{"start":1726218066316,"stop":1726218066316,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c361733fd3667b5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1726217687428,"stop":1726217687428,"duration":0},"status":"passed","severity":"normal"},{"uid":"7230c53b4db9a327","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1726217687441,"stop":1726217687441,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a5babea134bec5a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1726217441559,"stop":1726217441559,"duration":0},"status":"passed","severity":"normal"},{"uid":"2174e0c19f9071b4","name":"LightPush with 2 connections","time":{"start":1726217742498,"stop":1726217742500,"duration":2},"status":"passed","severity":"normal"},{"uid":"ee6e93fbf84c3ddc","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1726217724228,"stop":1726217724228,"duration":0},"status":"passed","severity":"normal"},{"uid":"9103ba8e59f9d0b0","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1726217454965,"stop":1726217454965,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3a625ee978a2aeb","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1726217449483,"stop":1726217449484,"duration":1},"status":"passed","severity":"normal"},{"uid":"68fe3ac082989074","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1726218066279,"stop":1726218066280,"duration":1},"status":"passed","severity":"normal"},{"uid":"c90efd07154d8cdd","name":"stop","time":{"start":1726217533048,"stop":1726217533049,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c6f192eeb900cb0","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1726217449482,"stop":1726217449482,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8c20720b51b9384","name":"Check message with invalid timestamp is not received","time":{"start":1726217677843,"stop":1726217677843,"duration":0},"status":"passed","severity":"normal"},{"uid":"9462b0b80a038304","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1726217449470,"stop":1726217449471,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecd94d1fd89bec96","name":"Fails to publish message with empty text","time":{"start":1726217976614,"stop":1726217976615,"duration":1},"status":"passed","severity":"normal"},{"uid":"c300ab64ca52bed7","name":"Subscribe to topic containing short and receive message","time":{"start":1726218066277,"stop":1726218066277,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e30d1f26cb293a","name":"Check meta is set [symmetric]","time":{"start":1726217472854,"stop":1726217472854,"duration":0},"status":"passed","severity":"normal"},{"uid":"71a0957bd1164b3e","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1726217706009,"stop":1726217706010,"duration":1},"status":"passed","severity":"normal"},{"uid":"94ea7fb02ebdb117","name":"can start and stop the service","time":{"start":1726217507038,"stop":1726217507039,"duration":1},"status":"passed","severity":"normal"},{"uid":"274d935c6050d9af","name":"same cluster, same shard: nodes connect","time":{"start":1726217687413,"stop":1726217687414,"duration":1},"status":"passed","severity":"normal"},{"uid":"7cdef3f24d19e5ba","name":"Reopen subscription with peer with lost subscription","time":{"start":1726217567475,"stop":1726217567475,"duration":0},"status":"passed","severity":"normal"},{"uid":"81a6e7263f2db1a4","name":"Store - dialed first","time":{"start":1726218095393,"stop":1726218095394,"duration":1},"status":"passed","severity":"normal"},{"uid":"992102610aab72b6","name":"retrieves a single peer","time":{"start":1726217463037,"stop":1726217463038,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ba53f6831712367","name":"Push message with content topic containing long","time":{"start":1726218013698,"stop":1726218013699,"duration":1},"status":"passed","severity":"normal"},{"uid":"29b51c8671733e33","name":"Subscribe to topic containing XML and receive message","time":{"start":1726217706007,"stop":1726217706008,"duration":1},"status":"passed","severity":"normal"},{"uid":"175f73d1c21f019b","name":"removeEventListener with wrong event","time":{"start":1726217533046,"stop":1726217533047,"duration":1},"status":"passed","severity":"normal"},{"uid":"432d70d9375b9e24","name":"should only return 1 node with relay capability","time":{"start":1726217463040,"stop":1726217463040,"duration":0},"status":"passed","severity":"normal"},{"uid":"135264c5abcb468c","name":"Filter with 0 connections","time":{"start":1726217742497,"stop":1726217742497,"duration":0},"status":"passed","severity":"normal"},{"uid":"44eae3fc6d0c681c","name":"isConnected between 2 js-waku relay nodes","time":{"start":1726217549453,"stop":1726217549453,"duration":0},"status":"passed","severity":"normal"},{"uid":"62e29705231e7abb","name":"should emit a peer event after start","time":{"start":1726217507041,"stop":1726217507042,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2819a7fbc4ccdbf","name":"Subscribe and receives messages on 20 topics","time":{"start":1726217705997,"stop":1726217705998,"duration":1},"status":"passed","severity":"normal"},{"uid":"aadd29f5cc1cd3e4","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1726217980036,"stop":1726217980036,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d3fcbe2458bcd52","name":"Check message received after jswaku node is restarted","time":{"start":1726217924766,"stop":1726217924766,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b6227468bcb5f2e1","name":"Relay - times out","time":{"start":1726218095393,"stop":1726218095393,"duration":0},"status":"passed","severity":"normal"},{"uid":"c744444617919633","name":"Encoder throws on empty string content topic","time":{"start":1726217455153,"stop":1726217455153,"duration":0},"status":"passed","severity":"normal"},{"uid":"3929a8bfc16361f2","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1726217462331,"stop":1726217462331,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cc886dceb5d32a7","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1726217687424,"stop":1726217687424,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3d8eb446dfacfe9","name":"should emit a peer event after start","time":{"start":1726217466675,"stop":1726217466676,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d4a31fecbd4c094","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1726217462337,"stop":1726217462339,"duration":2},"status":"passed","severity":"normal"},{"uid":"b7e60c0b1bbea68e","name":"Js publishes, other Js receives","time":{"start":1726217949327,"stop":1726217949327,"duration":0},"status":"passed","severity":"normal"},{"uid":"215000a5d8469684","name":"Push message with content topic containing Script","time":{"start":1726217946733,"stop":1726217946733,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd15fb2f524ce2c","name":"Check publish message containing emoji","time":{"start":1726217976607,"stop":1726217976608,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdda0479736669ef","name":"Push message with Script payload","time":{"start":1726218013692,"stop":1726218013693,"duration":1},"status":"passed","severity":"normal"},{"uid":"55a65680c90a88e7","name":"Publish message with large meta","time":{"start":1726217976622,"stop":1726217976623,"duration":1},"status":"passed","severity":"normal"},{"uid":"be4a89efa6eeda7c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1726217724200,"stop":1726217724200,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe089244688f9639","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1726217980053,"stop":1726217980053,"duration":0},"status":"passed","severity":"normal"},{"uid":"b28609a032130aa1","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1726217687426,"stop":1726217687427,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccf176b50888f7ea","name":"should not receive a peer event after stop","time":{"start":1726217507042,"stop":1726217507043,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2af5cbce1133d1c","name":"Subscribe to topic containing numeric and receive message","time":{"start":1726218066299,"stop":1726218066300,"duration":1},"status":"passed","severity":"normal"},{"uid":"3570f6d576837572","name":"Check message received after nwaku node is restarted","time":{"start":1726217924766,"stop":1726217924766,"duration":0},"status":"skipped","severity":"normal"},{"uid":"823e7ca7805f944d","name":"Push message with Chinese payload","time":{"start":1726217946677,"stop":1726217946677,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bdc3556cf623f84","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1726217463043,"stop":1726217463043,"duration":0},"status":"skipped","severity":"normal"},{"uid":"922b257d671f8e2b","name":"should encode/decode to text encoding","time":{"start":1726217450198,"stop":1726217450199,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab9dbea0e18daacc","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1726217503657,"stop":1726217503657,"duration":0},"status":"passed","severity":"normal"},{"uid":"12289a79c2e77653","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726217868252,"stop":1726217868253,"duration":1},"status":"broken","severity":"normal"},{"uid":"f951cc8dcef3d65c","name":"Decoder throws on undefined content topic","time":{"start":1726217472856,"stop":1726217472857,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e068615d258f85d","name":"should decode valid enr successfully","time":{"start":1726217450194,"stop":1726217450194,"duration":0},"status":"passed","severity":"normal"},{"uid":"55c9f0947a2b5f19","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1726217976608,"stop":1726217976609,"duration":1},"status":"passed","severity":"normal"},{"uid":"eebd79fe645a938e","name":"Relay + Store","time":{"start":1726217450209,"stop":1726217450209,"duration":0},"status":"passed","severity":"normal"},{"uid":"21f717d2eb9962f1","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1726217980037,"stop":1726217980037,"duration":0},"status":"passed","severity":"normal"},{"uid":"b970ef7d25bfbec1","name":"should be able to encode the field with only STORE set to true","time":{"start":1726217449466,"stop":1726217449467,"duration":1},"status":"passed","severity":"normal"},{"uid":"db665e1deda8b2a0","name":"Check message with invalid timestamp is not received","time":{"start":1726217924740,"stop":1726217924740,"duration":0},"status":"passed","severity":"normal"},{"uid":"68007f3446635ee8","name":"Refresh subscription","time":{"start":1726217980038,"stop":1726217980038,"duration":0},"status":"skipped","severity":"normal"},{"uid":"583a428500a7a658","name":"should be online or offline if network state changed","time":{"start":1726217493343,"stop":1726217493343,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fca3a38bf89962b","name":"Subscribe to topic containing Russian and publish message","time":{"start":1726217980051,"stop":1726217980051,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b9f28d79360d323","name":"Check message received after nwaku node is restarted","time":{"start":1726217677846,"stop":1726217677846,"duration":0},"status":"skipped","severity":"normal"},{"uid":"87bf3e9c0fb36842","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1726217724227,"stop":1726217724228,"duration":1},"status":"passed","severity":"normal"},{"uid":"8524dbf0e44a32da","name":"Check received message with timestamp: 1726217492603 ","time":{"start":1726217677828,"stop":1726217677834,"duration":6},"status":"passed","severity":"normal"},{"uid":"48a92568d4185240","name":"Push message with content topic containing XML","time":{"start":1726218013712,"stop":1726218013715,"duration":3},"status":"passed","severity":"normal"},{"uid":"cf7aad3341606f02","name":"Check received message containing Basic HTML tag","time":{"start":1726217677815,"stop":1726217677820,"duration":5},"status":"passed","severity":"normal"},{"uid":"e3a434d551af9d9a","name":"Sign & Recover","time":{"start":1726217473325,"stop":1726217473325,"duration":0},"status":"passed","severity":"normal"},{"uid":"15115c43ce64880","name":"Check received message containing JSON","time":{"start":1726217924754,"stop":1726217924754,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b4d95fa4bd100bd","name":"Passing page size 110 when there are 120 messages","time":{"start":1726218085662,"stop":1726218085663,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d6d264a18014b2c","name":"Subscribe to topic containing long and receive message","time":{"start":1726218066278,"stop":1726218066278,"duration":0},"status":"passed","severity":"normal"},{"uid":"922d391927121e35","name":"Check received message containing Basic HTML tag","time":{"start":1726217924754,"stop":1726217924754,"duration":0},"status":"passed","severity":"normal"},{"uid":"efe8072356e5b8c1","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687442,"stop":1726217687442,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f6b1fae02c86cc6","name":"Push message with custom timestamp: 1695459342715","time":{"start":1726217946743,"stop":1726217946743,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2133e128eb437a1","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1726217441572,"stop":1726217441572,"duration":0},"status":"passed","severity":"normal"},{"uid":"576b67030db7bb98","name":"Overlapping topic subscription","time":{"start":1726217980038,"stop":1726217980038,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f8c949295fb171dd","name":"Callback on promise","time":{"start":1726218071325,"stop":1726218071325,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3738760b93fcd0d","name":"should not fail to start the service if it is already started","time":{"start":1726217507040,"stop":1726217507041,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8bc866f15e453c3","name":"Overlapping topic subscription","time":{"start":1726218066276,"stop":1726218066277,"duration":1},"status":"passed","severity":"normal"},{"uid":"3789e627bb808812","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1726218091299,"stop":1726218091299,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8a1715df07ca485","name":"should be called at least once on all `peer:discovery` events","time":{"start":1726217500282,"stop":1726217500285,"duration":3},"status":"passed","severity":"normal"},{"uid":"3b45aff872bd9d10","name":"Fails to push message bigger that 1MB","time":{"start":1726218013730,"stop":1726218013731,"duration":1},"status":"passed","severity":"normal"},{"uid":"7218ef37689f8d5c","name":"Push message with short payload","time":{"start":1726218013688,"stop":1726218013689,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5e82c93652a2236","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1726218091297,"stop":1726218091297,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbdf6fecbd6fa7e4","name":"Push message with Chinese payload","time":{"start":1726218013691,"stop":1726218013691,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d04536c4dbbbe5c","name":"Passing page size 1 when there are 4 messages","time":{"start":1726218085657,"stop":1726218085658,"duration":1},"status":"passed","severity":"normal"},{"uid":"6654d981dba407c0","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1726217441546,"stop":1726217441546,"duration":0},"status":"passed","severity":"normal"},{"uid":"594ff4c45895ab89","name":"random static sharding 2 - Cluster ID: 517, Shard ID: 180","time":{"start":1726218039627,"stop":1726218039628,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1ec88ed8f3bfe0a","name":"LightPush with 1 connections","time":{"start":1726217742497,"stop":1726217742497,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7a9ce6a75c45cff","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1726217463041,"stop":1726217463042,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb443ba2252d774d","name":"Push message with content topic containing numeric","time":{"start":1726217946723,"stop":1726217946724,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ca8dd69249fc3f5","name":"Push message with XML payload","time":{"start":1726218013693,"stop":1726218013693,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4a88018a044905","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1726217441556,"stop":1726217441557,"duration":1},"status":"passed","severity":"normal"},{"uid":"4067cf34d373ec31","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1726217577134,"stop":1726217577136,"duration":2},"status":"passed","severity":"normal"},{"uid":"f3f809e51280ffb7","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1726217441560,"stop":1726217441560,"duration":0},"status":"passed","severity":"normal"},{"uid":"e102d41d9f350282","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1726217441544,"stop":1726217441545,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ba67b6a9be32d7d","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1726217687445,"stop":1726217687447,"duration":2},"status":"passed","severity":"normal"},{"uid":"c48511aa87b2a0ba","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1726217705998,"stop":1726217705999,"duration":1},"status":"passed","severity":"normal"},{"uid":"7677dfe93a0787f7","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1726217577132,"stop":1726217577133,"duration":1},"status":"passed","severity":"normal"},{"uid":"c414834a9c5d931","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1726217441561,"stop":1726217441561,"duration":0},"status":"passed","severity":"normal"},{"uid":"6097e5c0161a8220","name":"Round trip binary serialization","time":{"start":1726217455150,"stop":1726217455151,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2769fccf237d655","name":"Push 30 different messages","time":{"start":1726217946722,"stop":1726217946722,"duration":0},"status":"passed","severity":"normal"},{"uid":"be63cfdb366bc3c","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1726217449471,"stop":1726217449474,"duration":3},"status":"passed","severity":"normal"},{"uid":"ec75a102b4f018c","name":"should throw error - invalid id","time":{"start":1726217450196,"stop":1726217450196,"duration":0},"status":"passed","severity":"normal"},{"uid":"bff1533859a58dfa","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1726217868233,"stop":1726217868234,"duration":1},"status":"passed","severity":"normal"},{"uid":"c0a4ddd8a07af88b","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1726217705998,"stop":1726217705998,"duration":0},"status":"passed","severity":"normal"},{"uid":"36015ee5684301e4","name":"Subscribe to topic containing Russian and receive message","time":{"start":1726217706005,"stop":1726217706006,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6a37fe23b451513","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1726217687424,"stop":1726217687425,"duration":1},"status":"passed","severity":"normal"},{"uid":"6387ce7e4e5327f4","name":"Decrypt messages","time":{"start":1726217927560,"stop":1726217927560,"duration":0},"status":"passed","severity":"normal"},{"uid":"72a4689f75936f85","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1726218011622,"stop":1726218011622,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b13e800fd0cb8b7","name":"configure the node with multiple pubsub topics","time":{"start":1726218039632,"stop":1726218039632,"duration":0},"status":"passed","severity":"normal"},{"uid":"e20376927b185d2a","name":"Delete observer","time":{"start":1726217927561,"stop":1726217927561,"duration":0},"status":"passed","severity":"normal"},{"uid":"dde0fd7b88ca5c32","name":"Subscribe to topic containing shell command and publish message","time":{"start":1726217980054,"stop":1726217980054,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f3b65e5e9b4ab34","name":"Check publish message containing XML","time":{"start":1726217976602,"stop":1726217976602,"duration":0},"status":"passed","severity":"normal"},{"uid":"3975a4fc8101b941","name":"Sample","time":{"start":1726217449517,"stop":1726217449517,"duration":0},"status":"passed","severity":"normal"},{"uid":"a15c15ae6c4cd08f","name":"Subscribe to topic containing numeric and publish message","time":{"start":1726217980039,"stop":1726217980049,"duration":10},"status":"passed","severity":"normal"},{"uid":"4c0bef4a99d3c90e","name":"random static sharding 7 - Cluster ID: 69, Shard ID: 416","time":{"start":1726218039630,"stop":1726218039630,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa2cf113f4c9e79e","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1726218066296,"stop":1726218066297,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bda46af5259417b","name":"Check received message containing Arabic","time":{"start":1726217677799,"stop":1726217677810,"duration":11},"status":"passed","severity":"normal"},{"uid":"f94d798aba06a946","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1726217868256,"stop":1726217868257,"duration":1},"status":"passed","severity":"normal"},{"uid":"65777614b69daf42","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1726217980050,"stop":1726217980050,"duration":0},"status":"passed","severity":"normal"},{"uid":"55fd22a56b8d7dbe","name":"LightPush","time":{"start":1726218095394,"stop":1726218095395,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2b9f5b0f8c8699d","name":"passes more than one ENR URLs and attempts connection","time":{"start":1726217507044,"stop":1726217507044,"duration":0},"status":"skipped","severity":"normal"},{"uid":"28ae9f8ebb0f9a0","name":"Correctly serialized arguments","time":{"start":1726217854778,"stop":1726217854779,"duration":1},"status":"passed","severity":"normal"},{"uid":"a52ccb718adb577a","name":"should throw error - no public key","time":{"start":1726217450197,"stop":1726217450197,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3400b3c9ba4ffa","name":"1 Relay, 1 Filter, gives up","time":{"start":1726217462726,"stop":1726217462727,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6040956941a17c4","name":"Check received message containing short","time":{"start":1726217924727,"stop":1726217924729,"duration":2},"status":"passed","severity":"normal"},{"uid":"9613918c76680899","name":"Push message with content topic containing SQL Injection","time":{"start":1726218013701,"stop":1726218013702,"duration":1},"status":"passed","severity":"normal"},{"uid":"621ee226953d1393","name":"should throw error - no id","time":{"start":1726217450195,"stop":1726217450195,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ccc6c22d23ddcfb","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1726218020456,"stop":1726218020457,"duration":1},"status":"passed","severity":"normal"},{"uid":"95af17ba7cffbe1","name":"Ping on subscribed peer","time":{"start":1726217567469,"stop":1726217567470,"duration":1},"status":"passed","severity":"normal"},{"uid":"f941842a26999549","name":"throws on content topic with empty application field","time":{"start":1726217441534,"stop":1726217441535,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed29db7636c0a5e0","name":"Push message with content topic containing Russian","time":{"start":1726218013701,"stop":1726218013701,"duration":0},"status":"passed","severity":"normal"},{"uid":"749a4fbeb03255c7","name":"different cluster, same shard: nodes don't connect","time":{"start":1726217687415,"stop":1726217687415,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc7120f30593480b","name":"Check received message containing Arabic","time":{"start":1726217924732,"stop":1726217924732,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1475a358e355104","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1726217449483,"stop":1726217449483,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3078c24a20db61e","name":"Wrong topic","time":{"start":1726218011628,"stop":1726218011628,"duration":0},"status":"passed","severity":"normal"},{"uid":"42b2760caa093080","name":"should throw error - no id","time":{"start":1726217450196,"stop":1726217450196,"duration":0},"status":"passed","severity":"normal"},{"uid":"894b1608ff37670c","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1726218091298,"stop":1726218091298,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3ecbd401a1a7259","name":"Throws when trying to push message with empty payload","time":{"start":1726217946722,"stop":1726217946722,"duration":0},"status":"passed","severity":"normal"},{"uid":"43923558f2068114","name":"configure the node with multiple content topics","time":{"start":1726218011628,"stop":1726218011628,"duration":0},"status":"passed","severity":"normal"},{"uid":"25dbdae7dd1dad37","name":"should not fail to start the service if it is already started","time":{"start":1726217466675,"stop":1726217466675,"duration":0},"status":"passed","severity":"normal"},{"uid":"5945a44bbf5a9154","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1726217441560,"stop":1726217441560,"duration":0},"status":"passed","severity":"normal"},{"uid":"332f95502e32f96e","name":"Push message equal or less that 1MB","time":{"start":1726217946745,"stop":1726217946745,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5d71a44591962af","name":"Check received message containing XML","time":{"start":1726217924753,"stop":1726217924753,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ad6ef14739be7cd","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1726217577155,"stop":1726217577155,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a2ac4e3859a9ff7","name":"1 Store, 2 relays, 2 fetches","time":{"start":1726217462726,"stop":1726217462726,"duration":0},"status":"passed","severity":"normal"},{"uid":"b96d24654ce58053","name":"Check received message containing SQL Injection","time":{"start":1726217677812,"stop":1726217677813,"duration":1},"status":"passed","severity":"normal"},{"uid":"79cfc8a35d80e179","name":"Encoder throws on undefined content topic","time":{"start":1726217455152,"stop":1726217455152,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd000a3b6481080d","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1726217493341,"stop":1726217493341,"duration":0},"status":"passed","severity":"normal"},{"uid":"59cdfa21a9801533","name":"can dial TLS multiaddrs","time":{"start":1726217854655,"stop":1726217854655,"duration":0},"status":"passed","severity":"normal"},{"uid":"714323173af7c70c","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1726217466677,"stop":1726217466678,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f1f6d1f744a94a6","name":"handles different clusterIds correctly","time":{"start":1726217441549,"stop":1726217441549,"duration":0},"status":"passed","severity":"normal"},{"uid":"63d86311cdb44ca9","name":"Push message with content topic containing Chinese","time":{"start":1726217946724,"stop":1726217946725,"duration":1},"status":"passed","severity":"normal"},{"uid":"2df5ea4a86c6553b","name":"Push message with content topic containing escaped characters","time":{"start":1726218013719,"stop":1726218013719,"duration":0},"status":"passed","severity":"normal"},{"uid":"80c89eaf05f4cd9c","name":"Check publish message containing shell command","time":{"start":1726217976603,"stop":1726217976604,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d5e814e19fccf83","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1726217493342,"stop":1726217493343,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9aa0eb57ad99464","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1726217924763,"stop":1726217924763,"duration":0},"status":"passed","severity":"normal"},{"uid":"da85895096bc06a8","name":"Add multiple subscription objects on single nwaku node","time":{"start":1726218066288,"stop":1726218066288,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6f574173d8b143e","name":"Passing invalid cursor","time":{"start":1726218020458,"stop":1726218020459,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8ba4c51a8218f92","name":"should handle a minimal index list","time":{"start":1726217441571,"stop":1726217441571,"duration":0},"status":"passed","severity":"normal"},{"uid":"38add447307aaaf2","name":"Check received message containing Chinese","time":{"start":1726217924731,"stop":1726217924732,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbb6de40286083ac","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1726218020451,"stop":1726218020453,"duration":2},"status":"passed","severity":"normal"},{"uid":"4a4f07f2b8c27639","name":"Decoder throws on undefined content topic","time":{"start":1726217474515,"stop":1726217474515,"duration":0},"status":"passed","severity":"normal"},{"uid":"8333b452e9956df3","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1726217449468,"stop":1726217449469,"duration":1},"status":"passed","severity":"normal"},{"uid":"be51b96c20f658de","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1726218066305,"stop":1726218066305,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2599ebb63e00009","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1726217980036,"stop":1726217980037,"duration":1},"status":"passed","severity":"normal"},{"uid":"7eb4fc37ed00550d","name":"Ordered Callback - false","time":{"start":1726218063114,"stop":1726218063114,"duration":0},"status":"passed","severity":"normal"},{"uid":"26ae4ffa0f63dc96","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1726217724203,"stop":1726217724203,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c6dec6cecbef14e","name":"1 Store, 2 fetches","time":{"start":1726217462725,"stop":1726217462726,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a062336079246fd","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1726217848413,"stop":1726217848414,"duration":1},"status":"passed","severity":"normal"},{"uid":"a415ec338168a68","name":"Check received message containing Chinese","time":{"start":1726217677797,"stop":1726217677799,"duration":2},"status":"passed","severity":"normal"},{"uid":"85ca7103e2492eab","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1726217687429,"stop":1726217687430,"duration":1},"status":"passed","severity":"normal"},{"uid":"60217863f75bfaa2","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1726217454966,"stop":1726217454966,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd9aa96cbafd7868","name":"Check received message containing long","time":{"start":1726217924744,"stop":1726217924744,"duration":0},"status":"passed","severity":"normal"},{"uid":"30f98cd2a9d61481","name":"Push message on custom pubsubTopic","time":{"start":1726217804574,"stop":1726217804574,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f4fd95af0aa249e","name":"should set field with all protocols enabled","time":{"start":1726217450207,"stop":1726217450207,"duration":0},"status":"passed","severity":"normal"},{"uid":"c02b8187c0a110aa","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1726217463042,"stop":1726217463042,"duration":0},"status":"passed","severity":"normal"},{"uid":"f625a555b6611ba7","name":"Subscribe to topic containing long and publish message","time":{"start":1726217980039,"stop":1726217980039,"duration":0},"status":"passed","severity":"normal"},{"uid":"205b7a3bfc944527","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1726217549448,"stop":1726217549449,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ee788b0252cc28","name":"Subscribe to topic containing XML and receive message","time":{"start":1726218066307,"stop":1726218066308,"duration":1},"status":"passed","severity":"normal"},{"uid":"39274eefaa536eba","name":"All","time":{"start":1726217503859,"stop":1726217503859,"duration":0},"status":"passed","severity":"normal"},{"uid":"4936de9a881be791","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1726218066315,"stop":1726218066315,"duration":0},"status":"passed","severity":"normal"},{"uid":"d554c82e90c12818","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1726217687420,"stop":1726217687421,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a0c0f5f94750769","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1726217441571,"stop":1726217441572,"duration":1},"status":"passed","severity":"normal"},{"uid":"82b7499e042a1d6a","name":"Subscribe and receive messages via lightPush","time":{"start":1726218066272,"stop":1726218066272,"duration":0},"status":"passed","severity":"normal"},{"uid":"54b386364d12f4bd","name":"Passing page size 3 when there are 20 messages","time":{"start":1726218085658,"stop":1726218085659,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0ace057d24b60c7","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1726217608003,"stop":1726217608003,"duration":0},"status":"passed","severity":"normal"},{"uid":"55eaa98d05eb2025","name":"Promise Callback - false","time":{"start":1726218063111,"stop":1726218063111,"duration":0},"status":"passed","severity":"normal"},{"uid":"e33a56e46eeb57ba","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1726217608003,"stop":1726217608003,"duration":0},"status":"passed","severity":"normal"},{"uid":"293c4352c0373443","name":"Waku message hash computation (meta attribute not present)","time":{"start":1726217444067,"stop":1726217444067,"duration":0},"status":"passed","severity":"normal"},{"uid":"85be338cb327deb","name":"Passing page size 11 when there are 10 messages","time":{"start":1726218085660,"stop":1726218085661,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c9d3cc8fc0fbb19","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1726217462334,"stop":1726217462336,"duration":2},"status":"passed","severity":"normal"},{"uid":"2181694ef311d30","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1726218054691,"stop":1726218054692,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dddbe5feb6cc377","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1726218066281,"stop":1726218066282,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb457267617fafac","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1726218066279,"stop":1726218066279,"duration":0},"status":"passed","severity":"normal"},{"uid":"577ac696c4909848","name":"dispatchEvent via connectionManager","time":{"start":1726217533047,"stop":1726217533048,"duration":1},"status":"passed","severity":"normal"},{"uid":"5eabbc224a0e71bd","name":"Push message with long payload","time":{"start":1726217946674,"stop":1726217946675,"duration":1},"status":"passed","severity":"normal"},{"uid":"95f93989ecb90b5","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1726217441551,"stop":1726217441551,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d0e1470f935a1dc","name":"Generator, custom pubsub topic","time":{"start":1726218061978,"stop":1726218061979,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d61d05e596ee0bb","name":"Refresh subscription","time":{"start":1726217706000,"stop":1726217706000,"duration":0},"status":"passed","severity":"normal"},{"uid":"f49ed9684cf683da","name":"Push message with rate limit","time":{"start":1726218013724,"stop":1726218013724,"duration":0},"status":"passed","severity":"normal"},{"uid":"2540c21096383b3c","name":"Passing page size 10 when there are 10 messages","time":{"start":1726218085659,"stop":1726218085660,"duration":1},"status":"passed","severity":"normal"},{"uid":"3faae2278630f533","name":"Subscribe to topic containing JSON and receive message","time":{"start":1726218066308,"stop":1726218066314,"duration":6},"status":"passed","severity":"normal"},{"uid":"477edff38104fe68","name":"Subscribe to topic containing emoji and receive message","time":{"start":1726218066287,"stop":1726218066287,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6c5c29cf1e1f4b0","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1726217441558,"stop":1726217441558,"duration":0},"status":"passed","severity":"normal"},{"uid":"538a15730f0478a","name":"Push message with content topic containing shell command","time":{"start":1726217946735,"stop":1726217946739,"duration":4},"status":"passed","severity":"normal"},{"uid":"68d994220f4dfbf0","name":"Push message with meta","time":{"start":1726217946741,"stop":1726217946741,"duration":0},"status":"passed","severity":"normal"},{"uid":"e74bc7dc8678d97d","name":"Check received message containing shell command","time":{"start":1726217677822,"stop":1726217677823,"duration":1},"status":"passed","severity":"normal"},{"uid":"88a4957eb6159ad5","name":"Push message with short payload","time":{"start":1726217946673,"stop":1726217946674,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f3605b8fe121008","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app62/7/topic669/test.js","time":{"start":1726218011626,"stop":1726218011627,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5d62e67d9328415","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1726217980052,"stop":1726217980052,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd0c3a44300bb4cd","name":"Push message with content topic containing Russian","time":{"start":1726217946732,"stop":1726217946732,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3e125187d9a3b1b","name":"throws on empty content topic","time":{"start":1726217441532,"stop":1726217441532,"duration":0},"status":"passed","severity":"normal"},{"uid":"22bef30d0160dbfd","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726217868237,"stop":1726217868246,"duration":9},"status":"passed","severity":"normal"},{"uid":"43993ae6688f6977","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app24/4/topic447/utf8","time":{"start":1726218011626,"stop":1726218011626,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb195f127bc23fc3","name":"Push message with content topic containing escaped characters","time":{"start":1726217946739,"stop":1726217946739,"duration":0},"status":"passed","severity":"normal"},{"uid":"d008bb654dd7b762","name":"should not receive a peer event before start","time":{"start":1726217466676,"stop":1726217466676,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba0c4a5480dd5b8d","name":"should properly create location multiaddrs - tcp","time":{"start":1726217450206,"stop":1726217450206,"duration":0},"status":"passed","severity":"normal"},{"uid":"c44675d18b5bdf00","name":"Fails to publish duplicate message","time":{"start":1726217976613,"stop":1726217976614,"duration":1},"status":"passed","severity":"normal"},{"uid":"d71162fe36448aeb","name":"Push message with Script payload","time":{"start":1726217946699,"stop":1726217946699,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad6b8bb9b4a1d24a","name":"recovers when dns.resolve returns empty","time":{"start":1726217463038,"stop":1726217463039,"duration":1},"status":"passed","severity":"normal"},{"uid":"c39f1eda8251a907","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1726217577151,"stop":1726217577152,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7d584da4a6968f7","name":"Check received message containing short","time":{"start":1726217924744,"stop":1726217924744,"duration":0},"status":"passed","severity":"normal"},{"uid":"f31243e4d41b7834","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1726217462333,"stop":1726217462333,"duration":0},"status":"passed","severity":"normal"},{"uid":"460e76ec1bf4730f","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1726217441544,"stop":1726217441544,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3834b4837587fd1","name":"Decoder throws on undefined content topic","time":{"start":1726217455153,"stop":1726217455153,"duration":0},"status":"passed","severity":"normal"},{"uid":"9eaefe2785f18c04","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1726217976616,"stop":1726217976617,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ad2f552633eef1a","name":"Check received message containing numeric","time":{"start":1726217677791,"stop":1726217677792,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd6766c4b7272b55","name":"Check received message with timestamp: 1649153314 ","time":{"start":1726217924739,"stop":1726217924739,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca635cebc11eec5c","name":"Check received message containing Basic HTML tag","time":{"start":1726217924735,"stop":1726217924735,"duration":0},"status":"passed","severity":"normal"},{"uid":"920710cda25361bf","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1726217507044,"stop":1726217507044,"duration":0},"status":"skipped","severity":"normal"},{"uid":"21a181c76e1fbf4f","name":"Query Generator, No message returned","time":{"start":1726218054684,"stop":1726218054684,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fab469ec8314fea","name":"Check publish message containing Arabic","time":{"start":1726217976600,"stop":1726217976601,"duration":1},"status":"passed","severity":"normal"},{"uid":"c96d254c26f6fe71","name":"Check publish message containing Chinese","time":{"start":1726217976600,"stop":1726217976600,"duration":0},"status":"passed","severity":"normal"},{"uid":"d05befb19538bf00","name":"Push message with escaped characters payload","time":{"start":1726218013696,"stop":1726218013696,"duration":0},"status":"passed","severity":"normal"},{"uid":"495d71f9ea60418a","name":"should correctly map a content topic to a pubsub topic","time":{"start":1726217441569,"stop":1726217441569,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c8671cbf4e0b7e7","name":"Ping succeeds for all connected peers","time":{"start":1726217603236,"stop":1726217603237,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b5216172d8f56f0","name":"Check received message containing numeric","time":{"start":1726217924745,"stop":1726217924745,"duration":0},"status":"passed","severity":"normal"},{"uid":"208fd97f4eea5cee","name":"throws on content topic with non-number generation field","time":{"start":1726217441533,"stop":1726217441534,"duration":1},"status":"passed","severity":"normal"},{"uid":"d831c29f0492b367","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1726217441550,"stop":1726217441551,"duration":1},"status":"passed","severity":"normal"},{"uid":"7918a4cdcdc715c3","name":"Check received message containing Arabic","time":{"start":1726217924746,"stop":1726217924752,"duration":6},"status":"passed","severity":"normal"},{"uid":"a16c780dae603c7a","name":"Renews subscription after lossing a connection","time":{"start":1726218066316,"stop":1726218066317,"duration":1},"status":"passed","severity":"normal"},{"uid":"9aea3c2c6b14dca0","name":"random static sharding 1 - Cluster ID: 813, Shard ID: 4","time":{"start":1726218039627,"stop":1726218039627,"duration":0},"status":"passed","severity":"normal"},{"uid":"33293d8f5b9e8e0f","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1726217462339,"stop":1726217462339,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e56dda219a033fe","name":"can start the service","time":{"start":1726217466672,"stop":1726217466673,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0009605e23d797e","name":"Push message with content topic containing Basic HTML tag","time":{"start":1726217946734,"stop":1726217946735,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1052525a440082e","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1726217955950,"stop":1726217955950,"duration":0},"status":"passed","severity":"normal"},{"uid":"42a423a055747248","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1726217687437,"stop":1726217687437,"duration":0},"status":"passed","severity":"normal"},{"uid":"197144ca192231af","name":"Check message with non string payload is not received","time":{"start":1726217924742,"stop":1726217924743,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb47fc8409a0adbf","name":"Ping on unsubscribed peer","time":{"start":1726217567474,"stop":1726217567475,"duration":1},"status":"passed","severity":"normal"},{"uid":"231d34991ec56653","name":"Check received message containing emoji","time":{"start":1726217924737,"stop":1726217924738,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1b4253f18249535","name":"1 Relay, 1 fetch","time":{"start":1726217462725,"stop":1726217462725,"duration":0},"status":"passed","severity":"normal"},{"uid":"da6a90a0bb2f5052","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1726217687429,"stop":1726217687429,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffb39a8d1b2d5d15","name":"Check received message containing escaped characters","time":{"start":1726217924755,"stop":1726217924758,"duration":3},"status":"passed","severity":"normal"},{"uid":"10d81350469b1ad2","name":"should return valid sharding parameters for static sharding","time":{"start":1726217441567,"stop":1726217441567,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3f547d681a86a95","name":"Decoder throws on empty string content topic","time":{"start":1726217455153,"stop":1726217455154,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a91252486d89c80","name":"Register correct protocols","time":{"start":1726217980035,"stop":1726217980035,"duration":0},"status":"passed","severity":"normal"},{"uid":"53bbf43931b3a13e","name":"Push message with content topic containing unicode special characters","time":{"start":1726217946740,"stop":1726217946740,"duration":0},"status":"passed","severity":"normal"},{"uid":"b568e18fceb36b33","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1726217804581,"stop":1726217804581,"duration":0},"status":"passed","severity":"normal"},{"uid":"d472045ff0cee630","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1726217724227,"stop":1726217724227,"duration":0},"status":"passed","severity":"normal"},{"uid":"2adf33f424ca7d2","name":"should handle corrupted local storage data gracefully","time":{"start":1726217466678,"stop":1726217466678,"duration":0},"status":"passed","severity":"normal"},{"uid":"18b8b10c8b0ca943","name":"Subscribe to topic containing JSON and receive message","time":{"start":1726218066282,"stop":1726218066282,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae26a49564ed8291","name":"should throw an error for an unconfigured topic","time":{"start":1726217441564,"stop":1726217441565,"duration":1},"status":"passed","severity":"normal"},{"uid":"a532000f3eabde59","name":"Push message with custom timestamp: 1695459306169","time":{"start":1726218013725,"stop":1726218013725,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbe9ae1e986de0af","name":"Check received message containing Russian","time":{"start":1726217924732,"stop":1726217924733,"duration":1},"status":"passed","severity":"normal"},{"uid":"a626c0c9beabd2fd","name":"Subscribe to topic containing JSON and receive message","time":{"start":1726217706008,"stop":1726217706009,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fd8962b32122768","name":"should encode/decode to RLP encoding","time":{"start":1726217450198,"stop":1726217450198,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d802fea6ad287d6","name":"Ping fails for unsubscribed peers","time":{"start":1726217603237,"stop":1726217603238,"duration":1},"status":"passed","severity":"normal"},{"uid":"19980c71b7d1635c","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1726217441557,"stop":1726217441557,"duration":0},"status":"passed","severity":"normal"},{"uid":"72842ee5184d92f8","name":"should throw an error for empty SingleShardInfos array","time":{"start":1726217441551,"stop":1726217441551,"duration":0},"status":"passed","severity":"normal"},{"uid":"a746752f6b36bda","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app20/5/topic731/xml","time":{"start":1726218011627,"stop":1726218011627,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4046bbb7f92c7c4","name":"Subscribe to topic containing Russian and receive message","time":{"start":1726218066304,"stop":1726218066305,"duration":1},"status":"passed","severity":"normal"},{"uid":"26db03bcb167e1a6","name":"Subscribe to topic containing Russian and receive message","time":{"start":1726218066280,"stop":1726218066280,"duration":0},"status":"passed","severity":"normal"},{"uid":"efe0fa846cbf9c99","name":"Push message with Arabic payload","time":{"start":1726217946678,"stop":1726217946678,"duration":0},"status":"passed","severity":"normal"},{"uid":"71d198a213384c02","name":"returns all values when wanted number is greater than available values","time":{"start":1726217461853,"stop":1726217461853,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab124e5bda8b39fe","name":"Check received message with timestamp: 1726217492448000000 ","time":{"start":1726217924738,"stop":1726217924738,"duration":0},"status":"passed","severity":"normal"},{"uid":"27f30c6a16a7a99e","name":"Non TWN Cluster","time":{"start":1726218011623,"stop":1726218011623,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dbeccb659bd7d14","name":"Fails to push message bigger that 1MB","time":{"start":1726217946745,"stop":1726217946745,"duration":0},"status":"passed","severity":"normal"},{"uid":"551ba36438126053","name":"Renews peer on consistent ping failures","time":{"start":1726217603243,"stop":1726217603244,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e5a6f402f793a14","name":"different cluster, same shard: nodes don't connect","time":{"start":1726217848420,"stop":1726217848420,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd5eb65e6cb40d6a","name":"should be able to encode the field with only RELAY set to true","time":{"start":1726217449463,"stop":1726217449465,"duration":2},"status":"passed","severity":"normal"},{"uid":"803d2a4649479cab","name":"Generator, custom pubsub topic","time":{"start":1726218061980,"stop":1726218061980,"duration":0},"status":"passed","severity":"normal"},{"uid":"767c98813a5e97be","name":"throws on content topic with generation field greater than 0","time":{"start":1726217441534,"stop":1726217441534,"duration":0},"status":"passed","severity":"normal"},{"uid":"65af325e86f9e7c5","name":"same cluster, different shard: nodes connect","time":{"start":1726217848414,"stop":1726217848415,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd1422df3e59aced","name":"Add multiple subscription objects on single nwaku node","time":{"start":1726217706011,"stop":1726217706012,"duration":1},"status":"passed","severity":"normal"},{"uid":"21553e4e237cb56a","name":"Ordered Callback - true","time":{"start":1726218063111,"stop":1726218063112,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6ab9ef98e88147b","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1726218066275,"stop":1726218066276,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c540980b93f4667","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1726217449474,"stop":1726217449475,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8e4ac6e505fc71e","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1726217441549,"stop":1726217441549,"duration":0},"status":"passed","severity":"normal"},{"uid":"e66192f75d7908bf","name":"Check publish message containing special chars","time":{"start":1726217976600,"stop":1726217976600,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdad8f4cad202d44","name":"Push message on custom pubsubTopic","time":{"start":1726217804581,"stop":1726217804582,"duration":1},"status":"passed","severity":"normal"},{"uid":"c496f72c7203b02b","name":"should set field with only FILTER enabled","time":{"start":1726217450208,"stop":1726217450208,"duration":0},"status":"passed","severity":"normal"},{"uid":"78d71f9d8fa08f9a","name":"Publish message with rate limit","time":{"start":1726217976623,"stop":1726217976624,"duration":1},"status":"passed","severity":"normal"},{"uid":"851a5c816053d52","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1726217868255,"stop":1726217868256,"duration":1},"status":"passed","severity":"normal"},{"uid":"109a3964ca955f24","name":"getPeersByDiscovery","time":{"start":1726217533047,"stop":1726217533047,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed54ac08cbaa7d2f","name":"connects to nwaku","time":{"start":1726218090762,"stop":1726218090763,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee54230ded098042","name":"Push message with content topic containing long","time":{"start":1726217946723,"stop":1726217946723,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdd1ece6942e9482","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1726217441569,"stop":1726217441570,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3ab7663c2e446a6","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1726217441560,"stop":1726217441561,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e9273b9c8ce73cd","name":"safeDispatchEvent","time":{"start":1726217533048,"stop":1726217533048,"duration":0},"status":"passed","severity":"normal"},{"uid":"47d333d62e7c116d","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1726217449475,"stop":1726217449476,"duration":1},"status":"passed","severity":"normal"},{"uid":"1dc009d3321749d6","name":"should properly create location multiaddrs - tcp6","time":{"start":1726217450205,"stop":1726217450205,"duration":0},"status":"passed","severity":"normal"},{"uid":"fefa5b17b05cc84b","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1726217687429,"stop":1726217687429,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ef258ced9393aaf","name":"Check publish message containing short","time":{"start":1726217976598,"stop":1726217976598,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f0dd72dea6ac6cf","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1726218091300,"stop":1726218091300,"duration":0},"status":"passed","severity":"normal"},{"uid":"eaa059067b84b910","name":"isConnected return false after peer stops","time":{"start":1726217549452,"stop":1726217549453,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a1610f72c58596f","name":"should not receive a peer event after stop","time":{"start":1726217466676,"stop":1726217466676,"duration":0},"status":"passed","severity":"normal"},{"uid":"df834e1ff4e2fc11","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app58/8/topic404/proto","time":{"start":1726218011624,"stop":1726218011624,"duration":0},"status":"passed","severity":"normal"},{"uid":"157d554266efcd8e","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1726218139625,"stop":1726218139626,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6a0aaa5fd2f1950","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1726217500291,"stop":1726217500292,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6fcbf6ede1545b6","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1726217706006,"stop":1726217706006,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc6cfb471425cb2f","name":"Push message with content topic containing XML","time":{"start":1726217946734,"stop":1726217946734,"duration":0},"status":"passed","severity":"normal"},{"uid":"f908971d91c158f9","name":"Check message with no content topic is not received","time":{"start":1726217924764,"stop":1726217924765,"duration":1},"status":"passed","severity":"normal"},{"uid":"45cac4c7fa658491","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1726217608002,"stop":1726217608003,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae619eb282cfba91","name":"Subscribe to topic containing shell command and receive message","time":{"start":1726218066282,"stop":1726218066282,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a052b91b6aaa163","name":"Subscribe to topic containing emoji and receive message","time":{"start":1726217706011,"stop":1726217706011,"duration":0},"status":"passed","severity":"normal"},{"uid":"553f079f1ca8818f","name":"Subscribe and receive messages via lightPush","time":{"start":1726218066289,"stop":1726218066289,"duration":0},"status":"passed","severity":"normal"},{"uid":"132e1d1713ee8bd7","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218061976,"stop":1726218061978,"duration":2},"status":"passed","severity":"normal"},{"uid":"ddc1d131c50fd5ea","name":"Query with Ordered Callback, No Decoder","time":{"start":1726218054693,"stop":1726218054693,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d7ae123f4338ed","name":"should not fail to stop the service if it was not started","time":{"start":1726217978647,"stop":1726217978649,"duration":2},"status":"passed","severity":"normal"},{"uid":"d1d15cc1f60f49d1","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app16/3/topic493/proto","time":{"start":1726218011627,"stop":1726218011627,"duration":0},"status":"passed","severity":"normal"},{"uid":"971f7a4609b7c8bc","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1726218066280,"stop":1726218066280,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c572d9bf118a112","name":"Does not throw an exception when node disconnects","time":{"start":1726218090763,"stop":1726218090763,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cf821e4d277d951","name":"Subscribe and receive messages via waku relay post","time":{"start":1726218066296,"stop":1726218066296,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e63e0cbccc2a075","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1726217687449,"stop":1726217687450,"duration":1},"status":"passed","severity":"normal"},{"uid":"f667a9aa18932b1f","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1726217454965,"stop":1726217454965,"duration":0},"status":"passed","severity":"normal"},{"uid":"17a03a2b5c401b50","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1726217687440,"stop":1726217687440,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b556197d3dad9ed","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1726218066303,"stop":1726218066303,"duration":0},"status":"passed","severity":"normal"},{"uid":"76243581b1758426","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1726217687423,"stop":1726217687423,"duration":0},"status":"passed","severity":"normal"},{"uid":"6aa958d8323dee57","name":"Check received message containing XML","time":{"start":1726217924734,"stop":1726217924734,"duration":0},"status":"passed","severity":"normal"},{"uid":"48b37bb234b8612a","name":"Number of peers are maintained correctly","time":{"start":1726217603235,"stop":1726217603236,"duration":1},"status":"passed","severity":"normal"},{"uid":"41a7ad292313b330","name":"should return all peers when numPeers is 0","time":{"start":1726217454964,"stop":1726217454965,"duration":1},"status":"passed","severity":"normal"},{"uid":"abdb0ed5d61875d6","name":"Check received message containing numeric","time":{"start":1726217924730,"stop":1726217924730,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b825f0afba9c336","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1726217441562,"stop":1726217441562,"duration":0},"status":"passed","severity":"normal"},{"uid":"18a81fdc8f640f1b","name":"Store - dialed after - with timeout","time":{"start":1726218095394,"stop":1726218095394,"duration":0},"status":"passed","severity":"normal"},{"uid":"46163633a9581f8a","name":"Check received message with timestamp: 1726217492448 ","time":{"start":1726217924738,"stop":1726217924738,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf822a9f7fd0d0a4","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1726217687417,"stop":1726217687417,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6e7f3d31d0be7a8","name":"Should update multiaddrs","time":{"start":1726217868893,"stop":1726217868894,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c0ce4e0a62a37cf","name":"same cluster, same shard: nodes connect","time":{"start":1726217848414,"stop":1726217848414,"duration":0},"status":"passed","severity":"normal"},{"uid":"1514f7ec7ccf2d5d","name":"handles empty contentTopics array correctly","time":{"start":1726217441568,"stop":1726217441569,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d3b17d07a85675c","name":"Symmetric encrypt & Decrypt","time":{"start":1726217473323,"stop":1726217473324,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa92acb13802c6fd","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1726218066297,"stop":1726218066297,"duration":0},"status":"passed","severity":"normal"},{"uid":"7714348711ee4cdc","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1726218066308,"stop":1726218066308,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac5f3dc9d70e5481","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1726217441566,"stop":1726217441567,"duration":1},"status":"passed","severity":"normal"},{"uid":"39de516b6e9147b8","name":"Used by Waku Relay","time":{"start":1726218090764,"stop":1726218090764,"duration":0},"status":"passed","severity":"normal"},{"uid":"dadbfe93219e4e8","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1726217549449,"stop":1726217549449,"duration":0},"status":"passed","severity":"normal"},{"uid":"d06fe232744ae48","name":"Filter with 2 connections","time":{"start":1726217742502,"stop":1726217742502,"duration":0},"status":"passed","severity":"normal"},{"uid":"d776aaeeb51f5624","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","time":{"start":1726217868232,"stop":1726217868232,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf79c5635140e55b","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1726218066287,"stop":1726218066287,"duration":0},"status":"passed","severity":"normal"},{"uid":"34987f1e0c4cff7a","name":"Ping on unsubscribed peer","time":{"start":1726217551920,"stop":1726217551920,"duration":0},"status":"passed","severity":"normal"},{"uid":"11b730fb556373f6","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1726217441552,"stop":1726217441552,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d51ce2f861ce45c","name":"Subscribe to topic containing long and receive message","time":{"start":1726218066299,"stop":1726218066299,"duration":0},"status":"passed","severity":"normal"},{"uid":"be3b4c77d4d2229d","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1726217687441,"stop":1726217687442,"duration":1},"status":"passed","severity":"normal"},{"uid":"58b99ef2a2ae898b","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1726217441565,"stop":1726217441566,"duration":1},"status":"passed","severity":"normal"},{"uid":"32e0d786de989bda","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1726217960211,"stop":1726217960211,"duration":0},"status":"passed","severity":"normal"},{"uid":"1703e7f12a78c322","name":"Generator, 2 different pubsubtopics","time":{"start":1726218061974,"stop":1726218061975,"duration":1},"status":"passed","severity":"normal"},{"uid":"12708546cdcbaea6","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1726217980054,"stop":1726217980055,"duration":1},"status":"passed","severity":"normal"},{"uid":"a59d67651086a0f1","name":"Nodes with multiple pubsub topic","time":{"start":1726217960214,"stop":1726217960214,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d824539b4a594dd","name":"Subscribe to topic containing XML and publish message","time":{"start":1726217980052,"stop":1726217980053,"duration":1},"status":"passed","severity":"normal"},{"uid":"6335709be79bd6f2","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1726217461853,"stop":1726217461854,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad6c71acb1ac96cb","name":"shard 0","time":{"start":1726218039626,"stop":1726218039626,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d682ffed4eaeb0a","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1726218139624,"stop":1726218139624,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea1d44b491181207","name":"Push message with content topic containing special chars","time":{"start":1726218013700,"stop":1726218013700,"duration":0},"status":"passed","severity":"normal"},{"uid":"d29f63c6c1669dd","name":"tcp ip4 address","time":{"start":1726217449568,"stop":1726217449568,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8451b5b33d83280","name":"Fails to push message with large meta","time":{"start":1726218013724,"stop":1726218013724,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ce0d52363880cf8","name":"Should update shard info","time":{"start":1726217868894,"stop":1726217868894,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e3633514e5ee9f7","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1726218066296,"stop":1726218066296,"duration":0},"status":"passed","severity":"normal"},{"uid":"665413658dfe9f5e","name":"Push message with numeric payload","time":{"start":1726217946675,"stop":1726217946676,"duration":1},"status":"passed","severity":"normal"},{"uid":"c213072de9dc0c33","name":"Subscribe and publish message","time":{"start":1726217980036,"stop":1726217980036,"duration":0},"status":"passed","severity":"normal"},{"uid":"44274d34b09f4ce7","name":"A test","time":{"start":1726217804645,"stop":1726217804645,"duration":0},"status":"passed","severity":"normal"},{"uid":"7098c8b91bda3298","name":"Ping on peer without subscriptions","time":{"start":1726217551916,"stop":1726217551920,"duration":4},"status":"passed","severity":"normal"},{"uid":"a862455496dd40e8","name":"Push message with content topic containing unicode special characters","time":{"start":1726218013719,"stop":1726218013720,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c1e58c46a692ff1","name":"Push message with escaped characters payload","time":{"start":1726217946720,"stop":1726217946721,"duration":1},"status":"passed","severity":"normal"},{"uid":"372da25cb686d3f6","name":"Renews subscription after lossing a connection","time":{"start":1726218066288,"stop":1726218066288,"duration":0},"status":"passed","severity":"normal"},{"uid":"72b1ee58aa9f58ad","name":"less peers than existing","time":{"start":1726217925015,"stop":1726217925016,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5e6ed667d6d4e23a","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1726217441546,"stop":1726217441546,"duration":0},"status":"passed","severity":"normal"},{"uid":"73ae9231d7b7f2ea","name":"Query generator for multiple messages","time":{"start":1726218071323,"stop":1726218071323,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3a2e46d7c5832be","name":"groups content topics by expected pubsub topic","time":{"start":1726217441548,"stop":1726217441549,"duration":1},"status":"passed","severity":"normal"},{"uid":"698cea5946ef0424","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1726217441545,"stop":1726217441545,"duration":0},"status":"passed","severity":"normal"},{"uid":"bda7487f80b65a24","name":"Subscribe to topic containing Script and receive message","time":{"start":1726217706007,"stop":1726217706007,"duration":0},"status":"passed","severity":"normal"},{"uid":"53e26649a382515b","name":"Check message with no payload is not received","time":{"start":1726217677844,"stop":1726217677845,"duration":1},"status":"passed","severity":"normal"},{"uid":"e53c7cf82e29fc58","name":"Push to array if already present","time":{"start":1726217441220,"stop":1726217441220,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd3c2fc884ddc6cf","name":"should be able to decode the field with only RELAY set to true","time":{"start":1726217449477,"stop":1726217449478,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae06513cb133c1b2","name":"Push message with unicode special characters payload","time":{"start":1726218013696,"stop":1726218013696,"duration":0},"status":"passed","severity":"normal"},{"uid":"3377326b3fd6ef05","name":"Ping on subscribed peer","time":{"start":1726217567473,"stop":1726217567474,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc737a6fda9c0b6a","name":"addEventListener with correct event","time":{"start":1726217533045,"stop":1726217533045,"duration":0},"status":"passed","severity":"normal"},{"uid":"e63c633194c098e4","name":"listenerCount","time":{"start":1726217533047,"stop":1726217533047,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4e30054e64f672","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1726217848413,"stop":1726217848413,"duration":0},"status":"passed","severity":"normal"},{"uid":"68307dd046efb22","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1726217474513,"stop":1726217474513,"duration":0},"status":"passed","severity":"normal"},{"uid":"955ebc19b1334d1e","name":"should return empty list for no shard","time":{"start":1726217441554,"stop":1726217441554,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a5c88f1c5b0ac16","name":"topics with same application and version share the same shard","time":{"start":1726217441548,"stop":1726217441548,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca20990e3405d0fc","name":"start node with empty shard should fail","time":{"start":1726218039634,"stop":1726218039635,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b19dce128f3f727","name":"Check received message containing Script","time":{"start":1726217924734,"stop":1726217924734,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5449bf876e4d8b5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1726217687438,"stop":1726217687439,"duration":1},"status":"passed","severity":"normal"},{"uid":"c68091fa3992f9d9","name":"Push message with content topic containing Arabic","time":{"start":1726218013701,"stop":1726218013701,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d6e3c354c56f675","name":"Check publish message containing long","time":{"start":1726217976599,"stop":1726217976599,"duration":0},"status":"passed","severity":"normal"},{"uid":"c71b27a676031794","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1726217577133,"stop":1726217577134,"duration":1},"status":"passed","severity":"normal"},{"uid":"9105181f4f7af9b8","name":"caches peers it previously fetched","time":{"start":1726217463039,"stop":1726217463040,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f4c9124210afede","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1726217462331,"stop":1726217462332,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bade847af628851","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1726218077540,"stop":1726218077540,"duration":0},"status":"passed","severity":"normal"},{"uid":"adfdb59af623b76d","name":"Subscribe to topic containing numeric and receive message","time":{"start":1726218066278,"stop":1726218066278,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f9ab89a4500802d","name":"handles empty shards array correctly","time":{"start":1726217441568,"stop":1726217441568,"duration":0},"status":"passed","severity":"normal"},{"uid":"33d7e21774b4b1ef","name":"Subscribe to topic containing special chars and receive message","time":{"start":1726217706002,"stop":1726217706004,"duration":2},"status":"passed","severity":"normal"},{"uid":"888a2fcfd7362efe","name":"Subscribe and receive messages via waku relay post","time":{"start":1726217705996,"stop":1726217705996,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef70294ca0d0caa2","name":"start node with empty content topic","time":{"start":1726218011629,"stop":1726218011630,"duration":1},"status":"passed","severity":"normal"},{"uid":"8718c7049de43c14","name":"Push message with content topic containing short","time":{"start":1726217946723,"stop":1726217946723,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dadd59fc00b67ae","name":"Check received message containing unicode special characters","time":{"start":1726217924737,"stop":1726217924737,"duration":0},"status":"passed","severity":"normal"},{"uid":"d323eb4b7d5f4e3c","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1726217960213,"stop":1726217960213,"duration":0},"status":"passed","severity":"normal"},{"uid":"aadf896afd64389b","name":"Tracks peer failures correctly","time":{"start":1726217603244,"stop":1726217603245,"duration":1},"status":"passed","severity":"normal"},{"uid":"351e709b75b9a3f7","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1726217705988,"stop":1726217705988,"duration":0},"status":"passed","severity":"normal"},{"uid":"38800d9b501f4f5b","name":"Push message with custom timestamp: 1726221306169","time":{"start":1726218013726,"stop":1726218013729,"duration":3},"status":"passed","severity":"normal"},{"uid":"a1bf24b88c56c22f","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1726217980037,"stop":1726217980038,"duration":1},"status":"passed","severity":"normal"},{"uid":"743618d37056dc7e","name":"Check received message containing emoji","time":{"start":1726217677826,"stop":1726217677827,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a9afe810157a850","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1726218066276,"stop":1726218066276,"duration":0},"status":"passed","severity":"normal"},{"uid":"30ddbc056644a158","name":"Check received message containing SQL Injection","time":{"start":1726217924752,"stop":1726217924752,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cfd8602ad53ebb4","name":"Round trip binary encryption [ecies, signature]","time":{"start":1726217474513,"stop":1726217474513,"duration":0},"status":"passed","severity":"normal"},{"uid":"33be19679efe1aaa","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app7/3/topic353/xml","time":{"start":1726218011626,"stop":1726218011626,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a9fb22184aedfe1","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1726218066273,"stop":1726218066274,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4e50c2a9d112b67","name":"isConnected should return true after first peer connects","time":{"start":1726217549451,"stop":1726217549452,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5ab136b1af82365","name":"Query with Promise Callback, No Decoder","time":{"start":1726218054700,"stop":1726218054700,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fa9f67396f2c939","name":"Generator, custom pubsub topic","time":{"start":1726218061971,"stop":1726218061974,"duration":3},"status":"passed","severity":"normal"},{"uid":"8d35977b8f25f221","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1726217500291,"stop":1726217500291,"duration":0},"status":"passed","severity":"normal"},{"uid":"1564355301325361","name":"Subscribe to topic containing JSON and publish message","time":{"start":1726217980053,"stop":1726217980054,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3d274f4712d5995","name":"should be able to decode the field with only STORE set to true","time":{"start":1726217449480,"stop":1726217449481,"duration":1},"status":"passed","severity":"normal"},{"uid":"629ac4389cdadbd6","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1726218066303,"stop":1726218066303,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c5928a8bbd66520","name":"random static sharding 5 - Cluster ID: 39, Shard ID: 679","time":{"start":1726218039629,"stop":1726218039629,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb50231047495df1","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app90/6/topic326/proto","time":{"start":1726218011623,"stop":1726218011624,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8c745f9b53e82ff","name":"should use the provided clusterId for the pubsub topic","time":{"start":1726217441570,"stop":1726217441570,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1f0d09bf50e1802","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1726218091298,"stop":1726218091299,"duration":1},"status":"passed","severity":"normal"},{"uid":"97f2a2592cdf0156","name":"Check received message containing JSON","time":{"start":1726217677820,"stop":1726217677822,"duration":2},"status":"passed","severity":"normal"},{"uid":"decd75e56d355f4f","name":"Check received message containing Script","time":{"start":1726217924753,"stop":1726217924753,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa96a3d3c340607a","name":"Push message with emoji payload","time":{"start":1726218013697,"stop":1726218013697,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0e8224f5deac55d","name":"Refresh subscription","time":{"start":1726218066298,"stop":1726218066299,"duration":1},"status":"passed","severity":"normal"},{"uid":"5179966f57ebbdde","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1726217493340,"stop":1726217493341,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4676b067da16ef4","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1726217705995,"stop":1726217705996,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae4c010ca52a057","name":"Relay","time":{"start":1726217503858,"stop":1726217503858,"duration":0},"status":"passed","severity":"normal"},{"uid":"100487c0b35a722e","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1726217455154,"stop":1726217455154,"duration":0},"status":"passed","severity":"normal"},{"uid":"16b1b3250baad6c1","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1726217441555,"stop":1726217441555,"duration":0},"status":"passed","severity":"normal"},{"uid":"3041108ccdfd46d4","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1726217706012,"stop":1726217706013,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8bc04fa2cad4afe","name":"Push message with content topic containing JSON","time":{"start":1726217946735,"stop":1726217946735,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f16e5f1c1705c00","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1726217441548,"stop":1726217441548,"duration":0},"status":"passed","severity":"normal"},{"uid":"af5538879261d242","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1726217724226,"stop":1726217724227,"duration":1},"status":"passed","severity":"normal"},{"uid":"21d81dc43d92ec0e","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726217868231,"stop":1726217868231,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f6ad9d0a302fa81","name":"Nodes with multiple pubsub topic","time":{"start":1726217960212,"stop":1726217960212,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ff22811a93197e9","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1726217449482,"stop":1726217449483,"duration":1},"status":"passed","severity":"normal"},{"uid":"42e6432cbb5d2993","name":"Push message with shell command payload","time":{"start":1726218013695,"stop":1726218013695,"duration":0},"status":"passed","severity":"normal"},{"uid":"f09ae161289fe6e3","name":"Push message with content topic containing Basic HTML tag","time":{"start":1726218013716,"stop":1726218013718,"duration":2},"status":"passed","severity":"normal"},{"uid":"8db847d1f97c48e2","name":"Check message with no payload is not received","time":{"start":1726217924742,"stop":1726217924742,"duration":0},"status":"passed","severity":"normal"},{"uid":"97e00203451e4ee0","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1726218020455,"stop":1726218020456,"duration":1},"status":"passed","severity":"normal"},{"uid":"f92f1fd2adc550b5","name":"Throws when trying to push message with empty payload","time":{"start":1726218013697,"stop":1726218013698,"duration":1},"status":"passed","severity":"normal"},{"uid":"3aaa244311e0da59","name":"Publish message with custom timestamp: Fri Sep 13 2024 09:59:09 GMT+0000 (Coordinated Universal Time)","time":{"start":1726217976611,"stop":1726217976613,"duration":2},"status":"passed","severity":"normal"},{"uid":"b84068f23fab0ff6","name":"Check message on other pubsub topic is not received","time":{"start":1726217924764,"stop":1726217924764,"duration":0},"status":"passed","severity":"normal"},{"uid":"edda3e06ccbd69e","name":"Check received message containing Chinese","time":{"start":1726217924745,"stop":1726217924746,"duration":1},"status":"passed","severity":"normal"},{"uid":"9931e5fbeb80520f","name":"getPeersByDiscovery","time":{"start":1726217955948,"stop":1726217955949,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f19eecf52c8f720","name":"Check publish message containing unicode special characters","time":{"start":1726217976606,"stop":1726217976607,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f598f9ebb5059cb","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1726217608001,"stop":1726217608002,"duration":1},"status":"passed","severity":"normal"},{"uid":"e671cdb7d273dd53","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1726217980050,"stop":1726217980051,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc00216f7f742763","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1726217441559,"stop":1726217441560,"duration":1},"status":"passed","severity":"normal"},{"uid":"762bb0d9e02daf8a","name":"Query with Ordered Callback, No message returned","time":{"start":1726218054693,"stop":1726218054693,"duration":0},"status":"passed","severity":"normal"},{"uid":"48dcbc888136b7ac","name":"Push message with Russian payload","time":{"start":1726218013692,"stop":1726218013692,"duration":0},"status":"passed","severity":"normal"},{"uid":"be1491af3b4379e4","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1726217868253,"stop":1726217868255,"duration":2},"status":"passed","severity":"normal"},{"uid":"c28be002ac1abbae","name":"Ephemeral messages are not stored","time":{"start":1726217503654,"stop":1726217503654,"duration":0},"status":"passed","severity":"normal"},{"uid":"522f26a6ca24594f","name":"Ping on subscribed peer","time":{"start":1726217551914,"stop":1726217551914,"duration":0},"status":"passed","severity":"normal"},{"uid":"370620f1406a5b64","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1726218091299,"stop":1726218091299,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1c68e210ca6256","name":"Subscribe to topic containing special chars and receive message","time":{"start":1726218066302,"stop":1726218066302,"duration":0},"status":"passed","severity":"normal"},{"uid":"512770156df70bbf","name":"Check message received after jswaku node is restarted","time":{"start":1726217677846,"stop":1726217677846,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8d35acc5cb6a530b","name":"Subscribe to topic containing short and receive message","time":{"start":1726217706000,"stop":1726217706001,"duration":1},"status":"passed","severity":"normal"},{"uid":"822c7391aaeeaf49","name":"Push message with content topic containing SQL Injection","time":{"start":1726217946732,"stop":1726217946733,"duration":1},"status":"passed","severity":"normal"},{"uid":"74562d24961e217d","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1726217441562,"stop":1726217441562,"duration":0},"status":"passed","severity":"normal"},{"uid":"817f965bdef4407f","name":"more peers than existing","time":{"start":1726217925015,"stop":1726217925015,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4ba0c2fecbf6b662","name":"Passing an array","time":{"start":1726218090763,"stop":1726218090763,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdd94729863a5ba0","name":"Push message with JSON payload","time":{"start":1726218013694,"stop":1726218013695,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccc8f2efe1e70ec8","name":"it tolerates circular branch references","time":{"start":1726217463038,"stop":1726217463038,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cc2b05c7efae3c5","name":"Push message with content topic containing JSON","time":{"start":1726218013718,"stop":1726218013719,"duration":1},"status":"passed","severity":"normal"},{"uid":"139ea9cdbd201ed8","name":"Fails to push message with empty content topic","time":{"start":1726217946740,"stop":1726217946741,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ea49bf871203caa","name":"should return unique PubsubTopics for static sharding","time":{"start":1726217441552,"stop":1726217441553,"duration":1},"status":"passed","severity":"normal"},{"uid":"55912713e024dcc9","name":"should be able to encode the field with only FILTER set to true","time":{"start":1726217449467,"stop":1726217449468,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3bfaf07310f90e6","name":"should properly create location multiaddrs - udp4","time":{"start":1726217450204,"stop":1726217450204,"duration":0},"status":"passed","severity":"normal"},{"uid":"e91d123d5773b3a9","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1726217441552,"stop":1726217441552,"duration":0},"status":"passed","severity":"normal"},{"uid":"975f4fb8028c7ea0","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1726217441557,"stop":1726217441558,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfa5d2d07f9e9111","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1726218077540,"stop":1726218077540,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f98fc81c2c208f2","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1726217603245,"stop":1726217603245,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffd4f21d818bc927","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1726218077539,"stop":1726218077540,"duration":1},"status":"passed","severity":"normal"},{"uid":"f364e6439b37a847","name":"Check message with no content topic is not received","time":{"start":1726217924741,"stop":1726217924742,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bb51afc11f50d7","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1726217441545,"stop":1726217441546,"duration":1},"status":"passed","severity":"normal"},{"uid":"fee958fb3968df83","name":"Decoder throws on empty string content topic","time":{"start":1726217472857,"stop":1726217472857,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f8ba8ff9bdc65e6","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1726217687417,"stop":1726217687418,"duration":1},"status":"passed","severity":"normal"},{"uid":"1367842c152bee60","name":"Push message with unicode special characters payload","time":{"start":1726217946721,"stop":1726217946721,"duration":0},"status":"passed","severity":"normal"},{"uid":"1102e1245bfc0d12","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1726217677841,"stop":1726217677842,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ee44653e7ebaa4","name":"should only return 1 node with store capability","time":{"start":1726217463041,"stop":1726217463041,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef2cd6e362cefa22","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app57/6/topic639/json","time":{"start":1726218011624,"stop":1726218011625,"duration":1},"status":"passed","severity":"normal"},{"uid":"af79f35314395695","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1726218054699,"stop":1726218054700,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b1be8aea5389366","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1726217724224,"stop":1726217724224,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d89793415503f12","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1726217472853,"stop":1726217472853,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdcd25c2971565ed","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1726217804575,"stop":1726217804576,"duration":1},"status":"passed","severity":"normal"},{"uid":"3261883c02fe2dd4","name":"should not throw an error for a single configured topic","time":{"start":1726217441564,"stop":1726217441564,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6982ab836910f17","name":"Keep-alive pings maintain the connection","time":{"start":1726217603238,"stop":1726217603243,"duration":5},"status":"passed","severity":"normal"},{"uid":"927a379b2c157f6e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687432,"stop":1726217687436,"duration":4},"status":"passed","severity":"normal"},{"uid":"f3d3fbf9eafeb69","name":"Push message with Russian payload","time":{"start":1726217946680,"stop":1726217946697,"duration":17},"status":"passed","severity":"normal"},{"uid":"fa61d54bb45f8471","name":"Init the array if not present","time":{"start":1726217441218,"stop":1726217441219,"duration":1},"status":"passed","severity":"normal"},{"uid":"237cae1f86bdbffa","name":"should set field with only LIGHTPUSH enabled","time":{"start":1726217450208,"stop":1726217450208,"duration":0},"status":"passed","severity":"normal"},{"uid":"d104607e2829a325","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1726217687422,"stop":1726217687422,"duration":0},"status":"passed","severity":"normal"},{"uid":"76159908ae89d281","name":"Push message with JSON payload","time":{"start":1726217946719,"stop":1726217946719,"duration":0},"status":"passed","severity":"normal"},{"uid":"727385f8bfd63f8c","name":"Fields are not dropped","time":{"start":1726217454407,"stop":1726217454408,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a71615e25f1b249","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1726217503656,"stop":1726217503656,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4ef8f4fa2874bfe","name":"should be able to decode the field with only FILTER set to true","time":{"start":1726217449479,"stop":1726217449480,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c1e3cf0750d78f4","name":"Push message with content topic containing shell command","time":{"start":1726218013719,"stop":1726218013719,"duration":0},"status":"passed","severity":"normal"},{"uid":"db8561724d375e5f","name":"Check publish message containing JSON","time":{"start":1726217976603,"stop":1726217976603,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d87b66ed1f7f3d1","name":"Check received message containing Russian","time":{"start":1726217924752,"stop":1726217924752,"duration":0},"status":"passed","severity":"normal"},{"uid":"63ecc95d35307b4d","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1726217706008,"stop":1726217706008,"duration":0},"status":"passed","severity":"normal"},{"uid":"93d80f22374b0110","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1726217705997,"stop":1726217705997,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3b51b3103a19e76","name":"Sets default value correctly","time":{"start":1726218090764,"stop":1726218090765,"duration":1},"status":"passed","severity":"normal"},{"uid":"6183beef70dbaad3","name":"Encoder throws on undefined content topic","time":{"start":1726217472855,"stop":1726217472855,"duration":0},"status":"passed","severity":"normal"},{"uid":"57a626a4a7efd37c","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1726218054694,"stop":1726218054699,"duration":5},"status":"passed","severity":"normal"},{"uid":"66fba32ce6b56b18","name":"Subscribe to topic containing numeric and receive message","time":{"start":1726217706001,"stop":1726217706002,"duration":1},"status":"passed","severity":"normal"},{"uid":"65bfd825d880fe65","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1726218077539,"stop":1726218077539,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ac639aff7ea290e","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1726217687436,"stop":1726217687437,"duration":1},"status":"passed","severity":"normal"},{"uid":"5868e895f3b49a09","name":"Passing page size 0 when there are 110 messages","time":{"start":1726218085656,"stop":1726218085657,"duration":1},"status":"passed","severity":"normal"},{"uid":"201539d42c5e9114","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1726217687427,"stop":1726217687427,"duration":0},"status":"passed","severity":"normal"},{"uid":"13856bd9edcc75aa","name":"Meta field set when metaSetter is specified","time":{"start":1726217455151,"stop":1726217455152,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2de25bd91396850","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1726218066273,"stop":1726218066273,"duration":0},"status":"passed","severity":"normal"},{"uid":"b73f45b7c0342d27","name":"Failed peers are renewed","time":{"start":1726217751144,"stop":1726217751144,"duration":0},"status":"passed","severity":"normal"},{"uid":"486cf7f81ffa6dae","name":"Subscribe to topic containing shell command and receive message","time":{"start":1726218066314,"stop":1726218066315,"duration":1},"status":"passed","severity":"normal"},{"uid":"860268ee1c290af7","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218061981,"stop":1726218061981,"duration":0},"status":"passed","severity":"normal"},{"uid":"47c004fa0a6df8fb","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687421,"stop":1726217687421,"duration":0},"status":"passed","severity":"normal"},{"uid":"2453f8230b03b9c5","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1726217960214,"stop":1726217960214,"duration":0},"status":"passed","severity":"normal"},{"uid":"72bb661e74770c35","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1726217687416,"stop":1726217687416,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c22b3d5c5aabacb","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726217804580,"stop":1726217804581,"duration":1},"status":"passed","severity":"normal"},{"uid":"54da3af17e7b59c8","name":"Check received message containing XML","time":{"start":1726217677814,"stop":1726217677815,"duration":1},"status":"passed","severity":"normal"},{"uid":"4025c993a732dd8d","name":"should properly compute the node id","time":{"start":1726217450198,"stop":1726217450198,"duration":0},"status":"passed","severity":"normal"},{"uid":"55bf81b09feac598","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1726217444068,"stop":1726217444069,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad3d9f69973527b4","name":"Check received message containing long","time":{"start":1726217924729,"stop":1726217924729,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c65730fb3d4bf3c","name":"through manual discovery","time":{"start":1726217854655,"stop":1726217854656,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b2e1c4a7b630a8f","name":"Check received message containing shell command","time":{"start":1726217924736,"stop":1726217924736,"duration":0},"status":"passed","severity":"normal"},{"uid":"68d7da29c1b04","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1726217687425,"stop":1726217687425,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f48a3ff0e5f000d","name":"Query generator for multiple messages with different content topic format","time":{"start":1726218071324,"stop":1726218071324,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f17a1fd85500929","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1726217687431,"stop":1726217687432,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d4bc9192dedefcc","name":"Check message received after nwaku node is restarted","time":{"start":1726217924743,"stop":1726217924743,"duration":0},"status":"skipped","severity":"normal"},{"uid":"80fcc8d8d6627b91","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1726217441561,"stop":1726217441562,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fe6410a277322c9","name":"should emit a peer event after start","time":{"start":1726217978666,"stop":1726217978666,"duration":0},"status":"passed","severity":"normal"},{"uid":"16047adab6dc31ca","name":"should set field with only RELAY enabled","time":{"start":1726217450207,"stop":1726217450208,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd85b3c9e236ae92","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726217868233,"stop":1726217868233,"duration":0},"status":"passed","severity":"normal"},{"uid":"a69db4875b5dc7f7","name":"udp ip6 address","time":{"start":1726217449568,"stop":1726217449569,"duration":1},"status":"passed","severity":"normal"},{"uid":"6579233b147dbd27","name":"Push message with meta","time":{"start":1726218013723,"stop":1726218013724,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2ea9e5a40036722","name":"should return false","time":{"start":1726217450197,"stop":1726217450197,"duration":0},"status":"passed","severity":"normal"},{"uid":"c764ddbcab5ac74f","name":"Encoder throws on empty string content topic","time":{"start":1726217474515,"stop":1726217474515,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd7a24a69db17bec","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1726217804582,"stop":1726217804583,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bf564898450397c","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1726218066292,"stop":1726218066293,"duration":1},"status":"passed","severity":"normal"},{"uid":"1454bbe5908cf8c","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1726217687440,"stop":1726217687441,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0a30040c507c186","name":"Check message with non string payload is not received","time":{"start":1726217924765,"stop":1726217924765,"duration":0},"status":"passed","severity":"normal"},{"uid":"53778240381946b7","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1726218066274,"stop":1726218066274,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4ccced96b1fa86c","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1726218020453,"stop":1726218020454,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fe906bfbb24e70","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1726217577153,"stop":1726217577155,"duration":2},"status":"passed","severity":"normal"},{"uid":"8be0f273fac9bcc2","name":"Callback on promise, aborts when callback returns true","time":{"start":1726218071325,"stop":1726218071325,"duration":0},"status":"passed","severity":"normal"},{"uid":"f022cd6f33bd5fc7","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1726217724201,"stop":1726217724202,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d5b47aded166552","name":"Ping on peer without subscriptions","time":{"start":1726217567474,"stop":1726217567474,"duration":0},"status":"passed","severity":"normal"},{"uid":"3931030e79a8b866","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1726218091298,"stop":1726218091298,"duration":0},"status":"passed","severity":"normal"},{"uid":"656b33108765eb33","name":"Query generator for 2000 messages","time":{"start":1726218071349,"stop":1726218071355,"duration":6},"status":"passed","severity":"normal"},{"uid":"d8dc3fa14fc34a24","name":"Query Generator, No Decoder","time":{"start":1726218054683,"stop":1726218054684,"duration":1},"status":"passed","severity":"normal"},{"uid":"c47d8fcb86f012a2","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1726217960213,"stop":1726217960213,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5713b8a06afbb25","name":"Push message with special chars payload","time":{"start":1726217946676,"stop":1726217946677,"duration":1},"status":"passed","severity":"normal"},{"uid":"1916a6e15a70987d","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687428,"stop":1726217687429,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef4fede9ecf10770","name":"Add multiple subscription objects on single nwaku node","time":{"start":1726218066316,"stop":1726218066316,"duration":0},"status":"passed","severity":"normal"},{"uid":"95c639a6bcb02022","name":"Push message with XML payload","time":{"start":1726217946700,"stop":1726217946705,"duration":5},"status":"passed","severity":"normal"},{"uid":"526eb17fa2b13c72","name":"Ephemeral field set to true","time":{"start":1726217455151,"stop":1726217455151,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab41c39994db8206","name":"should use DNS peer discovery with light client","time":{"start":1726217507043,"stop":1726217507044,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5ecb49d8f2e2a725","name":"Ordered callback, aborts when callback returns true","time":{"start":1726218071326,"stop":1726218071349,"duration":23},"status":"passed","severity":"normal"},{"uid":"2b5c279cd9778fa4","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1726217441570,"stop":1726217441570,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8a8d04095de31cb","name":"should not fail to start the service if it is already started","time":{"start":1726217978650,"stop":1726217978650,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a1e4b90919f2275","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1726217705997,"stop":1726217705997,"duration":0},"status":"passed","severity":"normal"},{"uid":"eea280ce78bad141","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","time":{"start":1726217868235,"stop":1726217868236,"duration":1},"status":"passed","severity":"normal"},{"uid":"8085f42cd3c196ca","name":"Reopen subscription with peer with lost subscription","time":{"start":1726217567472,"stop":1726217567473,"duration":1},"status":"passed","severity":"normal"},{"uid":"129712e73ee93a04","name":"Rejects garbage","time":{"start":1726217477826,"stop":1726217477826,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e6e42f34c4e0edf","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1726218020454,"stop":1726218020455,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bb30bb1031e3773","name":"can start the service","time":{"start":1726217978645,"stop":1726217978645,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f5bb894d6388e30","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1726217687425,"stop":1726217687425,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2f9a85bece3da3d","name":"Check received message containing special chars","time":{"start":1726217677792,"stop":1726217677796,"duration":4},"status":"passed","severity":"normal"},{"uid":"c8736293f26b6ab4","name":"Check received message with timestamp: 1726217492603000000 ","time":{"start":1726217677827,"stop":1726217677828,"duration":1},"status":"passed","severity":"normal"},{"uid":"155d181d2dd11c63","name":"can start and stop the service","time":{"start":1726217978645,"stop":1726217978647,"duration":2},"status":"passed","severity":"normal"},{"uid":"a2bd097e0388c856","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1726218139625,"stop":1726218139625,"duration":0},"status":"passed","severity":"normal"},{"uid":"77af0d3a6df2b44f","name":"Push message with custom timestamp: 1726214106169","time":{"start":1726218013725,"stop":1726218013726,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad14789021643eda","name":"should set field with only STORE enabled","time":{"start":1726217450208,"stop":1726217450208,"duration":0},"status":"passed","severity":"normal"},{"uid":"a127032ae9eea9cc","name":"Check message on other pubsub topic is not received","time":{"start":1726217924741,"stop":1726217924741,"duration":0},"status":"passed","severity":"normal"},{"uid":"defa396601618ef1","name":"ignores domain fetching errors","time":{"start":1726217463039,"stop":1726217463039,"duration":0},"status":"passed","severity":"normal"},{"uid":"f46a65f5ec61cbfc","name":"Push message with Basic HTML tag payload","time":{"start":1726218013693,"stop":1726218013694,"duration":1},"status":"passed","severity":"normal"},{"uid":"51795d515438cd82","name":"Query Generator, Multiple PubsubTopics","time":{"start":1726218054673,"stop":1726218054683,"duration":10},"status":"passed","severity":"normal"},{"uid":"a81da45f4f55371c","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1726217441538,"stop":1726217441538,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce59ddecf13507d5","name":"Check received message containing unicode special characters","time":{"start":1726217677825,"stop":1726217677826,"duration":1},"status":"passed","severity":"normal"},{"uid":"37ad5ce9bcc2a248","name":"Overlapping topic subscription","time":{"start":1726218066298,"stop":1726218066298,"duration":0},"status":"passed","severity":"normal"},{"uid":"710bc8b5c8768c20","name":"LightPush with 0 connections","time":{"start":1726217742496,"stop":1726217742496,"duration":0},"status":"passed","severity":"normal"},{"uid":"afefb99825cc86c","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1726217441553,"stop":1726217441553,"duration":0},"status":"passed","severity":"normal"},{"uid":"df2f8c58c95060a5","name":"Default pageSize","time":{"start":1726218085663,"stop":1726218085664,"duration":1},"status":"passed","severity":"normal"},{"uid":"a66bad0317669e01","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1726218066315,"stop":1726218066316,"duration":1},"status":"passed","severity":"normal"},{"uid":"343ca7315e867332","name":"Check meta is set [ecies]","time":{"start":1726217474514,"stop":1726217474514,"duration":0},"status":"passed","severity":"normal"},{"uid":"acdbddd856132ef9","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726217577133,"stop":1726217577133,"duration":0},"status":"passed","severity":"normal"},{"uid":"45435efc6222a176","name":"random static sharding 9 - Cluster ID: 340, Shard ID: 336","time":{"start":1726218039631,"stop":1726218039631,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc6e8a051f69ff43","name":"Check message with no content topic is not received","time":{"start":1726217677844,"stop":1726217677844,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff651ac650aa0b69","name":"Push message with Arabic payload","time":{"start":1726218013691,"stop":1726218013691,"duration":0},"status":"passed","severity":"normal"},{"uid":"62582c25cfe4c6ae","name":"Push message with special chars payload","time":{"start":1726218013690,"stop":1726218013690,"duration":0},"status":"passed","severity":"normal"},{"uid":"32351918145325f1","name":"Push message with custom timestamp: 1726221342715","time":{"start":1726217946744,"stop":1726217946744,"duration":0},"status":"passed","severity":"normal"},{"uid":"de04ba40cdd8c7e7","name":"should not receive a peer event before start","time":{"start":1726217978667,"stop":1726217978667,"duration":0},"status":"passed","severity":"normal"},{"uid":"3102ce46df784b5a","name":"Check received message containing emoji","time":{"start":1726217924758,"stop":1726217924759,"duration":1},"status":"passed","severity":"normal"},{"uid":"e29eb799a4dcdfa","name":"Relay - dialed after","time":{"start":1726218095393,"stop":1726218095393,"duration":0},"status":"passed","severity":"normal"},{"uid":"96e4f8d648db6854","name":"should be called for bootstrap peers","time":{"start":1726217500287,"stop":1726217500288,"duration":1},"status":"passed","severity":"normal"},{"uid":"2aef1dcc86b612f6","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1726217608003,"stop":1726217608004,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9cd260e858660ef","name":"throws on content topic with empty encoding field","time":{"start":1726217441536,"stop":1726217441537,"duration":1},"status":"passed","severity":"normal"},{"uid":"31c339942342c875","name":"Push message with custom timestamp: 1726214142715","time":{"start":1726217946744,"stop":1726217946744,"duration":0},"status":"passed","severity":"normal"},{"uid":"da728877ee37693","name":"Fails to push message with empty content topic","time":{"start":1726218013720,"stop":1726218013723,"duration":3},"status":"passed","severity":"normal"},{"uid":"c575faf23badb7e0","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1726217463043,"stop":1726217463043,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f67ce95b2517dcfb","name":"Check publish message after service node is restarted","time":{"start":1726217976620,"stop":1726217976621,"duration":1},"status":"skipped","severity":"normal"},{"uid":"1718215cb2ff9a1b","name":"Check received message with timestamp: 1726217492448000000 ","time":{"start":1726217924759,"stop":1726217924759,"duration":0},"status":"passed","severity":"normal"},{"uid":"d495f5ba3b9e96f6","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687424,"stop":1726217687424,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2c89de5fbb24030","name":"Check received message containing long","time":{"start":1726217677785,"stop":1726217677791,"duration":6},"status":"passed","severity":"normal"},{"uid":"c7f9038e88742c57","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1726217724200,"stop":1726217724201,"duration":1},"status":"passed","severity":"normal"},{"uid":"47dce93e0c12260d","name":"returns all values when wanted number matches available values","time":{"start":1726217461851,"stop":1726217461852,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf8879057b42a0c2","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1726218139626,"stop":1726218139626,"duration":0},"status":"passed","severity":"normal"},{"uid":"169693eed88d11f4","name":"Subscribe to topic containing Script and receive message","time":{"start":1726218066305,"stop":1726218066307,"duration":2},"status":"passed","severity":"normal"},{"uid":"15bf405d74da5c22","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1726217441553,"stop":1726217441554,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d6d58bdcb63c947","name":"Subscribe to topic containing XML and receive message","time":{"start":1726218066281,"stop":1726218066281,"duration":0},"status":"passed","severity":"normal"},{"uid":"406e7760a6b203bf","name":"Fails to publish message with wrong content topic","time":{"start":1726217976615,"stop":1726217976616,"duration":1},"status":"passed","severity":"normal"},{"uid":"a42c67f43b954f20","name":"Publishes to nwaku","time":{"start":1726217949325,"stop":1726217949325,"duration":0},"status":"passed","severity":"normal"},{"uid":"18983dd94a18de7","name":"should properly create peer info with all multiaddrs","time":{"start":1726217450206,"stop":1726217450207,"duration":1},"status":"passed","severity":"normal"},{"uid":"8632721549e14843","name":"new peer added after a peer was already found","time":{"start":1726217955949,"stop":1726217955949,"duration":0},"status":"skipped","severity":"normal"},{"uid":"560149277e959387","name":"Subscribe to topic containing Script and receive message","time":{"start":1726218066281,"stop":1726218066281,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c5d67241e843233","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1726218091300,"stop":1726218091300,"duration":0},"status":"passed","severity":"normal"},{"uid":"be2c88b74d3d369c","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1726218066295,"stop":1726218066295,"duration":0},"status":"passed","severity":"normal"},{"uid":"279eecbe50eba447","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1726217441556,"stop":1726217441556,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc42a85f29c1e597","name":"should only return 1 node with relay and store capability","time":{"start":1726217463040,"stop":1726217463041,"duration":1},"status":"passed","severity":"normal"},{"uid":"95127b0d06c21192","name":"Generator, 2 different pubsubtopics","time":{"start":1726218061979,"stop":1726218061979,"duration":0},"status":"passed","severity":"normal"},{"uid":"6af678b35c2f4a73","name":"nwaku subscribes","time":{"start":1726217949322,"stop":1726217949323,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8581a6e5485075c","name":"different cluster, different shard: nodes don't connect","time":{"start":1726217687416,"stop":1726217687416,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac8a402fcc401b07","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1726217687450,"stop":1726217687451,"duration":1},"status":"passed","severity":"normal"},{"uid":"394c68283a7a8ff2","name":"Check publish message containing Basic HTML tag","time":{"start":1726217976603,"stop":1726217976603,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7744a9a71a89187","name":"should not receive a peer event before start","time":{"start":1726217507042,"stop":1726217507042,"duration":0},"status":"passed","severity":"normal"},{"uid":"a14b3b2df2a62266","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1726217441557,"stop":1726217441557,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ceb98ed5f653578","name":"Subscribe to topic containing short and publish message","time":{"start":1726217980039,"stop":1726217980039,"duration":0},"status":"passed","severity":"normal"},{"uid":"7156390733722e1","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1726217444067,"stop":1726217444067,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fa3ec0d1abfcfcd","name":"should properly create location multiaddrs - udp","time":{"start":1726217450206,"stop":1726217450206,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d63ae885f0671ee","name":"should add and remove event listeners correctly","time":{"start":1726217466678,"stop":1726217466678,"duration":0},"status":"passed","severity":"normal"},{"uid":"39b9911ab7b31593","name":"Publish message with custom timestamp: Sat Sep 23 2023 08:59:09 GMT+0000 (Coordinated Universal Time)","time":{"start":1726217976609,"stop":1726217976610,"duration":1},"status":"passed","severity":"normal"},{"uid":"e25eca97863e029e","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726217577152,"stop":1726217577153,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b1b47038ecaf847","name":"Check message with no pubsub topic is not received","time":{"start":1726217677844,"stop":1726217677844,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fa765fa058e38dc","name":"random static sharding 8 - Cluster ID: 299, Shard ID: 381","time":{"start":1726218039630,"stop":1726218039630,"duration":0},"status":"passed","severity":"normal"},{"uid":"3228440b0ce36330","name":"Check received message containing unicode special characters","time":{"start":1726217924758,"stop":1726217924758,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f97f03312eb9c3f","name":"Mutual subscription","time":{"start":1726217980034,"stop":1726217980035,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd1b79a5dfd61553","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","time":{"start":1726217868232,"stop":1726217868232,"duration":0},"status":"passed","severity":"normal"},{"uid":"25240476a78d2eb7","name":"Renews peer on consistent missed messages","time":{"start":1726217603245,"stop":1726217603246,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a6f8c35e30b3a1e","name":"Query generator for multiple messages with different message text format","time":{"start":1726218071323,"stop":1726218071324,"duration":1},"status":"passed","severity":"normal"},{"uid":"d95bdd3c5fcc3d8","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1726217549450,"stop":1726217549450,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa3b33c00932961f","name":"Push message with content topic containing special chars","time":{"start":1726217946724,"stop":1726217946724,"duration":0},"status":"passed","severity":"normal"},{"uid":"34e19b98ba411c0e","name":"Filter with 1 connections","time":{"start":1726217742497,"stop":1726217742498,"duration":1},"status":"passed","severity":"normal"},{"uid":"4173215c27f58299","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1726217577138,"stop":1726217577146,"duration":8},"status":"passed","severity":"normal"},{"uid":"a03a7e9813f53881","name":"Push message with SQL Injection payload","time":{"start":1726217946697,"stop":1726217946698,"duration":1},"status":"passed","severity":"normal"},{"uid":"90384b357a2fa489","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1726217868248,"stop":1726217868249,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2d1562737d69c87","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1726217724200,"stop":1726217724200,"duration":0},"status":"passed","severity":"normal"},{"uid":"42046d79d859bdb0","name":"Query generator for multiple messages with multiple decoders","time":{"start":1726218071324,"stop":1726218071324,"duration":0},"status":"passed","severity":"normal"},{"uid":"f110014bb68fc085","name":"Check publish message containing escaped characters","time":{"start":1726217976604,"stop":1726217976606,"duration":2},"status":"passed","severity":"normal"},{"uid":"780cb6abf9cec399","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1726217577147,"stop":1726217577148,"duration":1},"status":"passed","severity":"normal"},{"uid":"aeba21aec66b684","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1726218020451,"stop":1726218020451,"duration":0},"status":"passed","severity":"normal"},{"uid":"591f890830c9edf4","name":"Check received message containing short","time":{"start":1726217677784,"stop":1726217677785,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a503b6eb9914d20","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1726217608002,"stop":1726217608002,"duration":0},"status":"passed","severity":"normal"},{"uid":"59e2028896053828","name":"Using a function","time":{"start":1726218090764,"stop":1726218090764,"duration":0},"status":"passed","severity":"normal"},{"uid":"efd5d7880c60bac0","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1726217868249,"stop":1726217868250,"duration":1},"status":"passed","severity":"normal"},{"uid":"83fc48cd9502e5ce","name":"Ping on peer without subscriptions","time":{"start":1726217567470,"stop":1726217567471,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cc35be5beb2596","name":"should throw an error if shards are undefined for static sharding","time":{"start":1726217441554,"stop":1726217441554,"duration":0},"status":"passed","severity":"normal"},{"uid":"1be6b513a505eacb","name":"should get / set UDP multiaddr","time":{"start":1726217450199,"stop":1726217450199,"duration":0},"status":"passed","severity":"normal"},{"uid":"e54dc3a22d1203cb","name":"Check received message containing escaped characters","time":{"start":1726217677823,"stop":1726217677825,"duration":2},"status":"passed","severity":"normal"},{"uid":"3a32b0028b9f79ca","name":"Fails to push message with large meta","time":{"start":1726217946741,"stop":1726217946741,"duration":0},"status":"passed","severity":"normal"},{"uid":"1595ee22a856bad","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726217577137,"stop":1726217577137,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e3de8fe60b5e45a","name":"Encoder throws on undefined content topic","time":{"start":1726217474514,"stop":1726217474514,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1d2dd506ddaa322","name":"should encodeTxt and decodeTxt","time":{"start":1726217450193,"stop":1726217450193,"duration":0},"status":"passed","severity":"normal"},{"uid":"de45df2ab2405988","name":"Check received message with timestamp: 1649153314 ","time":{"start":1726217677835,"stop":1726217677841,"duration":6},"status":"passed","severity":"normal"},{"uid":"e15aca594ff4cbfb","name":"should get / set TCP multiaddr","time":{"start":1726217450199,"stop":1726217450203,"duration":4},"status":"passed","severity":"normal"},{"uid":"b19c2b84bd0067f8","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1726217441556,"stop":1726217441556,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ae70dc76b5f53","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1726217441567,"stop":1726217441568,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5be96194f8f36d4","name":"Push message with content topic containing emoji","time":{"start":1726217946740,"stop":1726217946740,"duration":0},"status":"passed","severity":"normal"},{"uid":"81f573bff6c68007","name":"Subscribe to topic containing long and receive message","time":{"start":1726217706001,"stop":1726217706001,"duration":0},"status":"passed","severity":"normal"},{"uid":"925b1c919a4ad23d","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1726217687427,"stop":1726217687428,"duration":1},"status":"passed","severity":"normal"},{"uid":"af16cec20f846056","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1726217980055,"stop":1726217980055,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e414a47fc3062f6","name":"Filter with 3 connections","time":{"start":1726217742503,"stop":1726217742503,"duration":0},"status":"passed","severity":"normal"},{"uid":"34874ce83d30c413","name":"Asymmetric encrypt & decrypt","time":{"start":1726217473323,"stop":1726217473323,"duration":0},"status":"passed","severity":"normal"},{"uid":"577d3f0ec67fefa7","name":"A test","time":{"start":1726217804645,"stop":1726217804646,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0dd8b9748ec0ef3","name":"Check message with non string payload is not received","time":{"start":1726217677845,"stop":1726217677846,"duration":1},"status":"passed","severity":"normal"},{"uid":"be7ef5cf7a377c0","name":"Promise Callback - true","time":{"start":1726218063109,"stop":1726218063110,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a6b29b2737111e","name":"Push message with shell command payload","time":{"start":1726217946720,"stop":1726217946720,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb5b042bce7a7630","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1726217493336,"stop":1726217493338,"duration":2},"status":"passed","severity":"normal"},{"uid":"666c45e548af8496","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1726217450194,"stop":1726217450194,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed0498a10a1e8886","name":"isConnected should return false after all peers disconnect","time":{"start":1726217549452,"stop":1726217549452,"duration":0},"status":"passed","severity":"normal"},{"uid":"fee6e504776f4387","name":"Push message with content topic containing short","time":{"start":1726218013698,"stop":1726218013698,"duration":0},"status":"passed","severity":"normal"},{"uid":"48981eb82341f9c8","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1726218039633,"stop":1726218039634,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8bed61fc70d46be","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1726217462332,"stop":1726217462333,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5eb38e2a4a1dc3d","name":"same cluster, different shard: nodes don't connect","time":{"start":1726217687414,"stop":1726217687414,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba693ab0b047ac50","name":"Subscribe and receives messages on 20 topics","time":{"start":1726218066297,"stop":1726218066297,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bf46a1397bddf6","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1726217960211,"stop":1726217960211,"duration":0},"status":"passed","severity":"normal"},{"uid":"a027ff90bfff3b8c","name":"Push message with SQL Injection payload","time":{"start":1726218013692,"stop":1726218013692,"duration":0},"status":"passed","severity":"normal"},{"uid":"e526ec3fd1963b8e","name":"should not fail to stop the service if it was not started","time":{"start":1726217466674,"stop":1726217466675,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5c4025f4cf0c155","name":"Ping on unsubscribed peer","time":{"start":1726217567471,"stop":1726217567472,"duration":1},"status":"passed","severity":"normal"},{"uid":"5006e955dc9c9c9f","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687426,"stop":1726217687426,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b310b936cdc7140","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1726217441547,"stop":1726217441547,"duration":0},"status":"passed","severity":"normal"},{"uid":"54cfcd81a69d590c","name":"Query Generator - false","time":{"start":1726218063101,"stop":1726218063102,"duration":1},"status":"passed","severity":"normal"},{"uid":"afc4890543196d66","name":"Check publish message containing Russian","time":{"start":1726217976601,"stop":1726217976601,"duration":0},"status":"passed","severity":"normal"},{"uid":"27cd581dbeec6913","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app95/8/topic808/test.js","time":{"start":1726218011623,"stop":1726218011623,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5385358797e053e","name":"Relay - dialed first","time":{"start":1726218095392,"stop":1726218095393,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ffafc8d8a1c4350","name":"Check publish message containing numeric","time":{"start":1726217976599,"stop":1726217976599,"duration":0},"status":"passed","severity":"normal"},{"uid":"5da36c021f581f17","name":"should set field with all protocols disabled","time":{"start":1726217450207,"stop":1726217450207,"duration":0},"status":"passed","severity":"normal"},{"uid":"b70b5bb13275e661","name":"should not receive a peer event after stop","time":{"start":1726217978667,"stop":1726217978667,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa930ca5f2fb2f33","name":"Push message with rate limit","time":{"start":1726217946742,"stop":1726217946743,"duration":1},"status":"passed","severity":"normal"},{"uid":"171f63e0abd388e3","name":"Check publish message containing Script","time":{"start":1726217976602,"stop":1726217976602,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1c22e5b6524f69e","name":"Check received message containing Script","time":{"start":1726217677813,"stop":1726217677814,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9a0f8a733a691ea","name":"non connected peers","time":{"start":1726217925016,"stop":1726217925016,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6261c0636e1b38eb","name":"connected peers and dial","time":{"start":1726217925015,"stop":1726217925015,"duration":0},"status":"skipped","severity":"normal"},{"uid":"369e2e1f3d78afd5","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1726218054684,"stop":1726218054688,"duration":4},"status":"passed","severity":"normal"},{"uid":"350ad1a5f71be573","name":"Filter","time":{"start":1726218095395,"stop":1726218095395,"duration":0},"status":"passed","severity":"normal"},{"uid":"6df164cff7642ed4","name":"Query Generator - true","time":{"start":1726218063101,"stop":1726218063101,"duration":0},"status":"passed","severity":"normal"},{"uid":"26346756a1797bfe","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1726217687443,"stop":1726217687444,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0ec8cc6acacc39a","name":"Check received message with timestamp: 1726217492448 ","time":{"start":1726217924759,"stop":1726217924762,"duration":3},"status":"passed","severity":"normal"},{"uid":"d15ebb9c40f10e66","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1726217724199,"stop":1726217724199,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4a6c731c5ba181f","name":"Fails to publish message with size larger than 1 MB","time":{"start":1726217976619,"stop":1726217976620,"duration":1},"status":"passed","severity":"normal"},{"uid":"643a5ef7efb4579f","name":"Push message with numeric payload","time":{"start":1726218013690,"stop":1726218013690,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8a0b62e494156e2","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1726218039627,"stop":1726218039627,"duration":0},"status":"passed","severity":"normal"},{"uid":"846f49de92e30ab6","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1726218066275,"stop":1726218066275,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb08c5a6f6db0f02","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1726217441561,"stop":1726217441561,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3859a2c7815d1c1","name":"pre and post cipher","time":{"start":1726217473324,"stop":1726217473325,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac26df81bb1c1915","name":"handles different networkShards values correctly","time":{"start":1726217441549,"stop":1726217441550,"duration":1},"status":"passed","severity":"normal"},{"uid":"630dc2f0f3d5087d","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1726218071325,"stop":1726218071326,"duration":1},"status":"passed","severity":"normal"},{"uid":"e13a13fd6ca5d2ff","name":"Generator, 2 different pubsubtopics","time":{"start":1726218061980,"stop":1726218061981,"duration":1},"status":"passed","severity":"normal"},{"uid":"e046b18e4b9b75eb","name":"Subscribe and receive messages via lightPush","time":{"start":1726217705987,"stop":1726217705988,"duration":1},"status":"passed","severity":"normal"},{"uid":"75edb88255806c74","name":"Check message with no payload is not received","time":{"start":1726217924765,"stop":1726217924765,"duration":0},"status":"passed","severity":"normal"},{"uid":"1915a37224b4eead","name":"Push message with emoji payload","time":{"start":1726217946721,"stop":1726217946721,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fd74a0165a35678","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1726217472851,"stop":1726217472853,"duration":2},"status":"passed","severity":"normal"},{"uid":"b1da881b4a2fd795","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","time":{"start":1726217868236,"stop":1726217868237,"duration":1},"status":"passed","severity":"normal"},{"uid":"3650feca32375c67","name":"Subscribe to topic containing emoji and publish message","time":{"start":1726217980055,"stop":1726217980056,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5c38f247a1dd326","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1726217493339,"stop":1726217493339,"duration":0},"status":"passed","severity":"normal"},{"uid":"176c58e700c9d627","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1726218066298,"stop":1726218066298,"duration":0},"status":"passed","severity":"normal"},{"uid":"577d01f43f1495bd","name":"handles multiple messages","time":{"start":1726218077305,"stop":1726218077305,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a53fe670213405a","name":"does not throw on valid cases","time":{"start":1726217441531,"stop":1726217441531,"duration":0},"status":"passed","severity":"normal"},{"uid":"fee230f6a1feb1de","name":"Overlapping topic subscription","time":{"start":1726217706000,"stop":1726217706000,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2831c813634ca9b","name":"Subscribe and receive messages via waku relay post","time":{"start":1726218066274,"stop":1726218066274,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ea3681e72b4a3ab","name":"throws an error for improperly formatted content topics","time":{"start":1726217441550,"stop":1726217441550,"duration":0},"status":"passed","severity":"normal"},{"uid":"f591f16c528f3754","name":"Light Node - default protocols","time":{"start":1726218095395,"stop":1726218095395,"duration":0},"status":"passed","severity":"normal"},{"uid":"e44df5c108d260a3","name":"Query Generator, Wrong PubsubTopic","time":{"start":1726218054673,"stop":1726218054673,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca68ae3dc8e86300","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687439,"stop":1726217687439,"duration":0},"status":"passed","severity":"normal"},{"uid":"872bd653fe613d0","name":"Check publish message containing SQL Injection","time":{"start":1726217976601,"stop":1726217976602,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a918a6e973d43a0","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1726217687423,"stop":1726217687423,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea09cf19f1ee130c","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1726217441538,"stop":1726217441544,"duration":6},"status":"passed","severity":"normal"},{"uid":"283fbfb203367c56","name":"Reopen subscription with peer with lost subscription","time":{"start":1726217551920,"stop":1726217551921,"duration":1},"status":"passed","severity":"normal"},{"uid":"acd25a9e045c20fa","name":"should load peers from local storage and dispatch events","time":{"start":1726217466677,"stop":1726217466677,"duration":0},"status":"passed","severity":"normal"},{"uid":"dec0f2a0fa9d8928","name":"random static sharding 10 - Cluster ID: 415, Shard ID: 397","time":{"start":1726218039631,"stop":1726218039631,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c6d35273bb5d2bc","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1726217706010,"stop":1726217706011,"duration":1},"status":"passed","severity":"normal"},{"uid":"1980ceed23b18d7c","name":"Subscribe and receives messages on 20 topics","time":{"start":1726218066275,"stop":1726218066275,"duration":0},"status":"passed","severity":"normal"},{"uid":"f974fb36c1ad20d9","name":"Push message with content topic containing Script","time":{"start":1726218013702,"stop":1726218013712,"duration":10},"status":"passed","severity":"normal"},{"uid":"bbeb1f06bb1cc096","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1726217687422,"stop":1726217687422,"duration":0},"status":"passed","severity":"normal"},{"uid":"c38ff0aa5014373","name":"Refresh subscription","time":{"start":1726218066277,"stop":1726218066277,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecb4dbb01334f29d","name":"random static sharding 6 - Cluster ID: 431, Shard ID: 247","time":{"start":1726218039629,"stop":1726218039629,"duration":0},"status":"passed","severity":"normal"},{"uid":"34f44e129050bce6","name":"Waku message hash computation (payload length 0)","time":{"start":1726217444068,"stop":1726217444068,"duration":0},"status":"passed","severity":"normal"},{"uid":"569d2a07b0a33503","name":"Push message with content topic containing numeric","time":{"start":1726218013699,"stop":1726218013700,"duration":1},"status":"passed","severity":"normal"},{"uid":"befb0566995e0530","name":"Push message on custom pubsubTopic","time":{"start":1726217804580,"stop":1726217804580,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc6687a77da92d","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1726217441566,"stop":1726217441566,"duration":0},"status":"passed","severity":"normal"},{"uid":"740b35e4ea1f331a","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1726217500288,"stop":1726217500290,"duration":2},"status":"passed","severity":"normal"},{"uid":"fd07b200094621c3","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1726217868247,"stop":1726217868248,"duration":1},"status":"passed","severity":"normal"},{"uid":"e12b17f9d8cc7435","name":"Push message equal or less that 1MB","time":{"start":1726218013729,"stop":1726218013730,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea335f24d619f36b","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app37/1/topic193/proto","time":{"start":1726218011624,"stop":1726218011624,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b0118d58f5347dc","name":"Check received message with timestamp: 1649153314 ","time":{"start":1726217924763,"stop":1726217924763,"duration":0},"status":"passed","severity":"normal"},{"uid":"eed9fd3f4e271512","name":"should decode valid enr with tcp successfully","time":{"start":1726217450194,"stop":1726217450195,"duration":1},"status":"passed","severity":"normal"},{"uid":"5691568a6136f845","name":"random static sharding 4 - Cluster ID: 517, Shard ID: 214","time":{"start":1726218039628,"stop":1726218039628,"duration":0},"status":"passed","severity":"normal"},{"uid":"a974dc35348d8bf9","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1726217955949,"stop":1726217955949,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f905fc86f8a7bacc","name":"Check message on other pubsub topic is not received","time":{"start":1726217677843,"stop":1726217677843,"duration":0},"status":"passed","severity":"normal"},{"uid":"34469831c12b20da","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1726217441564,"stop":1726217441564,"duration":0},"status":"passed","severity":"normal"},{"uid":"46da2f5652808e97","name":"Passing cursor with wrong pubsubTopic","time":{"start":1726218020459,"stop":1726218020460,"duration":1},"status":"passed","severity":"normal"},{"uid":"a16ed47e57a9e8be","name":"Subscribe to topic containing special chars and publish message","time":{"start":1726217980049,"stop":1726217980050,"duration":1},"status":"passed","severity":"normal"},{"uid":"833526ba1cdb55de","name":"should properly create location multiaddrs - udp6","time":{"start":1726217450205,"stop":1726217450205,"duration":0},"status":"passed","severity":"normal"},{"uid":"916f4fe4fc4b1b3e","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1726217706005,"stop":1726217706005,"duration":0},"status":"passed","severity":"normal"},{"uid":"71e016fe5642d185","name":"Check message received after jswaku node is restarted","time":{"start":1726217924743,"stop":1726217924743,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4e023238762566f1","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1726217687447,"stop":1726217687449,"duration":2},"status":"passed","severity":"normal"},{"uid":"21ea567502913d50","name":"Check received message containing special chars","time":{"start":1726217924745,"stop":1726217924745,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec4f413dbf24196e","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1726217960212,"stop":1726217960212,"duration":0},"status":"passed","severity":"normal"},{"uid":"d37f0742a50075a8","name":"creates an iterator","time":{"start":1726218077305,"stop":1726218077305,"duration":0},"status":"passed","severity":"normal"},{"uid":"52aa7f8c3c7dab29","name":"Check publish message after client node is restarted","time":{"start":1726217976621,"stop":1726217976622,"duration":1},"status":"skipped","severity":"normal"},{"uid":"42f866ea9a68472e","name":"Publish without waiting for remote peer","time":{"start":1726217980035,"stop":1726217980036,"duration":1},"status":"passed","severity":"normal"},{"uid":"face8bb30fdbac53","name":"LightPush with 3 connections","time":{"start":1726217742503,"stop":1726217742503,"duration":0},"status":"passed","severity":"normal"},{"uid":"b47d8a43c7112de1","name":"should throw an error for insufficient data","time":{"start":1726217441572,"stop":1726217441572,"duration":0},"status":"passed","severity":"normal"},{"uid":"af0348ae06699822","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1726217441566,"stop":1726217441566,"duration":0},"status":"passed","severity":"normal"},{"uid":"115056d3123b5f7e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1726217441563,"stop":1726217441563,"duration":0},"status":"passed","severity":"normal"},{"uid":"249e9bfd52485f18","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1726217724203,"stop":1726217724203,"duration":0},"status":"passed","severity":"normal"},{"uid":"223cc97ebfa4f915","name":"removeEventListener with correct event","time":{"start":1726217533046,"stop":1726217533046,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5cc9eb2b2619f9d","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","time":{"start":1726217868233,"stop":1726217868233,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0fb4e9e26f6b570","name":"Push 30 different messages","time":{"start":1726218013697,"stop":1726218013697,"duration":0},"status":"passed","severity":"normal"},{"uid":"10f9bae00905c9d9","name":"should throw error - no public key","time":{"start":1726217450195,"stop":1726217450196,"duration":1},"status":"passed","severity":"normal"},{"uid":"394d8788832ad6a8","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726217804575,"stop":1726217804575,"duration":0},"status":"passed","severity":"normal"},{"uid":"f636d4713111fb9c","name":"Decoder throws on empty string content topic","time":{"start":1726217474515,"stop":1726217474516,"duration":1},"status":"passed","severity":"normal"},{"uid":"29032cfb5e36730d","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1726217441553,"stop":1726217441553,"duration":0},"status":"passed","severity":"normal"},{"uid":"4484ab6bc79d4a9a","name":"Push message with content topic containing Arabic","time":{"start":1726217946725,"stop":1726217946728,"duration":3},"status":"passed","severity":"normal"},{"uid":"872c80c1f279eeb4","name":"addEventListener with wrong event","time":{"start":1726217533046,"stop":1726217533046,"duration":0},"status":"passed","severity":"normal"},{"uid":"57ba563e6eb3f53","name":"should not fail to stop the service if it was not started","time":{"start":1726217507039,"stop":1726217507040,"duration":1},"status":"passed","severity":"normal"},{"uid":"2023ebfaf707bc74","name":"throws on content topic with empty topic name field","time":{"start":1726217441536,"stop":1726217441536,"duration":0},"status":"passed","severity":"normal"},{"uid":"379d34be8192b129","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218061979,"stop":1726218061979,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ebf835b7cb2079b","name":"Check received message containing escaped characters","time":{"start":1726217924737,"stop":1726217924737,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5d3f2d61b9e7c6b","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1726217462336,"stop":1726217462336,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dd97c30e82ba1c6","name":"Number of peers are maintained correctly","time":{"start":1726217751144,"stop":1726217751144,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fa845975c176d82","name":"can start the service","time":{"start":1726217507037,"stop":1726217507038,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3c2e11c53c4563","name":"Subscribe to topic containing shell command and receive message","time":{"start":1726217706009,"stop":1726217706009,"duration":0},"status":"passed","severity":"normal"},{"uid":"b84d47afcf81a38","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1726217462333,"stop":1726217462334,"duration":1},"status":"passed","severity":"normal"},{"uid":"90d6244b18cb3998","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1726217449481,"stop":1726217449481,"duration":0},"status":"passed","severity":"normal"},{"uid":"3454605ed0d9a3","name":"Check received message containing Russian","time":{"start":1726217677810,"stop":1726217677812,"duration":2},"status":"passed","severity":"normal"},{"uid":"b9fa5df7d82ab3c4","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1726217444065,"stop":1726217444066,"duration":1},"status":"passed","severity":"normal"},{"uid":"7eea67dd54ca44a6","name":"Accepts a valid Waku Message","time":{"start":1726217477824,"stop":1726217477825,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bb32d7646448924","name":"throws on content topic with empty version field","time":{"start":1726217441535,"stop":1726217441535,"duration":0},"status":"passed","severity":"normal"},{"uid":"20f7e6a7dca25bdc","name":"Push message with content topic containing emoji","time":{"start":1726218013720,"stop":1726218013720,"duration":0},"status":"passed","severity":"normal"},{"uid":"5692dc5d47602a81","name":"Ephemeral field is preserved - encoder v0","time":{"start":1726217503655,"stop":1726217503656,"duration":1},"status":"passed","severity":"normal"},{"uid":"a19fa9505e421d8b","name":"Push message with long payload","time":{"start":1726218013689,"stop":1726218013689,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d554dbaaf5affb8","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1726217441547,"stop":1726217441547,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d685cd8bbeb331d","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1726217441547,"stop":1726217441547,"duration":0},"status":"passed","severity":"normal"},{"uid":"f673ab73b2de717c","name":"Passing page size 19 when there are 20 messages","time":{"start":1726218085661,"stop":1726218085662,"duration":1},"status":"passed","severity":"normal"},{"uid":"af31b0df6175fdc1","name":"Publish message with custom timestamp: Fri Sep 13 2024 07:59:09 GMT+0000 (Coordinated Universal Time)","time":{"start":1726217976610,"stop":1726217976611,"duration":1},"status":"passed","severity":"normal"},{"uid":"1843b00d8f2bd14","name":"should throw an error for missing required configuration","time":{"start":1726217441555,"stop":1726217441555,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c6da54044659602","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1726218011629,"stop":1726218011629,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bf5e85ce279ac3","name":"Subscribe to topic containing special chars and receive message","time":{"start":1726218066278,"stop":1726218066279,"duration":1},"status":"passed","severity":"normal"},{"uid":"9219a8190f0ad54f","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1726217441545,"stop":1726217441545,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e9c67811b271bd5","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1726217441563,"stop":1726217441563,"duration":0},"status":"passed","severity":"normal"},{"uid":"acd2681812c08aa9","name":"Push message with Basic HTML tag payload","time":{"start":1726217946705,"stop":1726217946718,"duration":13},"status":"passed","severity":"normal"},{"uid":"d60bf22b87acb74f","name":"Relay + Store","time":{"start":1726217503858,"stop":1726217503859,"duration":1},"status":"passed","severity":"normal"},{"uid":"98511c38589bd9e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1726217441558,"stop":1726217441558,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ea281db3267af3c","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1726217441559,"stop":1726217441559,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd303d1aa9443e74","name":"should throw an error for missing sharding configuration","time":{"start":1726217441568,"stop":1726217441568,"duration":0},"status":"passed","severity":"normal"},{"uid":"211400f5887a7683","name":"Check received message containing shell command","time":{"start":1726217924754,"stop":1726217924755,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a4990250e98ae5c","name":"Nwaku publishes","time":{"start":1726217949325,"stop":1726217949326,"duration":1},"status":"passed","severity":"normal"},{"uid":"b00c46347845a679","name":"Subscribe to topic containing Script and publish message","time":{"start":1726217980052,"stop":1726217980052,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f25e3f990a9cdbf","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1726218091300,"stop":1726218091300,"duration":0},"status":"passed","severity":"normal"},{"uid":"29ecdd5f7363029a","name":"Encoder throws on empty string content topic","time":{"start":1726217472855,"stop":1726217472856,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2d387150ef2f747","name":"Subscribe to topic containing short and receive message","time":{"start":1726218066299,"stop":1726218066299,"duration":0},"status":"passed","severity":"normal"},{"uid":"9eb1bd1efcf37a35","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1726217687438,"stop":1726217687438,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d36ffff19a47e8b","name":"should properly create location multiaddrs - tcp4","time":{"start":1726217450204,"stop":1726217450205,"duration":1},"status":"passed","severity":"normal"},{"uid":"f31d496356106eef","name":"Push message with content topic containing Chinese","time":{"start":1726218013700,"stop":1726218013700,"duration":0},"status":"passed","severity":"normal"},{"uid":"c461003765ada517","name":"Privacy Node - default protocol","time":{"start":1726218095396,"stop":1726218095396,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bb613c59fad5aa5","name":"can start and stop the service","time":{"start":1726217466673,"stop":1726217466674,"duration":1},"status":"passed","severity":"normal"},{"uid":"4361aea2bfb11075","name":"Check received message containing special chars","time":{"start":1726217924730,"stop":1726217924730,"duration":0},"status":"passed","severity":"normal"},{"uid":"3017e8be06448635","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1726217706005,"stop":1726217706005,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3ae8490085a1f08","name":"should return the pubsub topic directly if a string is provided","time":{"start":1726217441565,"stop":1726217441565,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9a095a31d4342b8","name":"Query with Promise Callback, No message returned","time":{"start":1726218054703,"stop":1726218054704,"duration":1},"status":"passed","severity":"normal"},{"uid":"74663ade5407f68c","name":"throws on content topic with too few or too many fields","time":{"start":1726217441532,"stop":1726217441533,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f1b962b50f38baf","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726217804582,"stop":1726217804582,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3259767a1d0e57","name":"unsubscribes","time":{"start":1726218077306,"stop":1726218077306,"duration":0},"status":"passed","severity":"normal"},{"uid":"da919af74647f023","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1726218066286,"stop":1726218066287,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a1f796910147395","name":"Check received message containing SQL Injection","time":{"start":1726217924733,"stop":1726217924733,"duration":0},"status":"passed","severity":"normal"},{"uid":"15f57851aa315469","name":"ignores unrecognized TXT record formats","time":{"start":1726217463039,"stop":1726217463039,"duration":0},"status":"passed","severity":"normal"},{"uid":"663f441ba2161d95","name":"Check received message containing JSON","time":{"start":1726217924735,"stop":1726217924736,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c248b72f3c6af5e","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1726217924740,"stop":1726217924740,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a8433e86cab8872","name":"different cluster, different shard: nodes don't connect","time":{"start":1726217848421,"stop":1726217848421,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0dbf51dfa7f3528","name":"Reusing cursor across nodes","time":{"start":1726218020457,"stop":1726218020458,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"6204cea0eea6b69f","name":"same cluster, same shard: nodes connect","time":{"start":1726218523006,"stop":1726218523006,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0e0e4b95a9693ba","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1726218812474,"stop":1726218812474,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c13409efc28ba3b","name":"Check message with no payload is not received","time":{"start":1726218510990,"stop":1726218510990,"duration":0},"status":"passed","severity":"normal"},{"uid":"a96b18887e656f30","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1726218291079,"stop":1726218291079,"duration":0},"status":"passed","severity":"normal"},{"uid":"5be8bc1a2f3bf356","name":"Meta field set when metaSetter is specified","time":{"start":1726218296784,"stop":1726218296784,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea9995e30f4b8f8c","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1726218956168,"stop":1726218956168,"duration":0},"status":"passed","severity":"normal"},{"uid":"790ad79c98d678db","name":"listenerCount","time":{"start":1726218375493,"stop":1726218375494,"duration":1},"status":"passed","severity":"normal"},{"uid":"32070ae6cab1c299","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1726218788034,"stop":1726218788034,"duration":0},"status":"passed","severity":"normal"},{"uid":"c519bf1090181949","name":"should handle a minimal index list","time":{"start":1726218283106,"stop":1726218283107,"duration":1},"status":"passed","severity":"normal"},{"uid":"673cc6f45d1229df","name":"Query generator for 2000 messages","time":{"start":1726218903005,"stop":1726218903006,"duration":1},"status":"passed","severity":"normal"},{"uid":"c447ef69b898fcf1","name":"Correctly serialized arguments","time":{"start":1726218673759,"stop":1726218673759,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a6b2c643474429","name":"Push message with custom timestamp: 1726214983850","time":{"start":1726218778288,"stop":1726218778291,"duration":3},"status":"passed","severity":"normal"},{"uid":"36a9d65fe8d21203","name":"Push message with numeric payload","time":{"start":1726218862988,"stop":1726218862989,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8242067814f647e","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1726218335403,"stop":1726218335404,"duration":1},"status":"passed","severity":"normal"},{"uid":"5124b8ffe0fbdb7b","name":"Relay","time":{"start":1726218344913,"stop":1726218344914,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6599e476169dbb6","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1726218523027,"stop":1726218523027,"duration":0},"status":"passed","severity":"normal"},{"uid":"93f0918bee81e74","name":"Check received message containing Basic HTML tag","time":{"start":1726218764088,"stop":1726218764088,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6a1f6705bad2cb0","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1726218551493,"stop":1726218551494,"duration":1},"status":"passed","severity":"normal"},{"uid":"63960250baa96b55","name":"handles empty contentTopics array correctly","time":{"start":1726218283104,"stop":1726218283105,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c8b151bd6ba6e79","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1726218551479,"stop":1726218551480,"duration":1},"status":"passed","severity":"normal"},{"uid":"1eeae33ca8c0bfa4","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1726218669776,"stop":1726218669776,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5ab2e1ce68417d8","name":"Generator, custom pubsub topic","time":{"start":1726218903392,"stop":1726218903392,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b1dba01c6d98e04","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1726218296385,"stop":1726218296385,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee0081bbfbfcce8d","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1726218283082,"stop":1726218283083,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ca0c9c76f229215","name":"Number of peers are maintained correctly","time":{"start":1726218447504,"stop":1726218447506,"duration":2},"status":"passed","severity":"normal"},{"uid":"568bee47aa5f5ca8","name":"Throws when trying to push message with empty payload","time":{"start":1726218778198,"stop":1726218778218,"duration":20},"status":"passed","severity":"normal"},{"uid":"d1a6706bc00de689","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1726218851922,"stop":1726218851923,"duration":1},"status":"passed","severity":"normal"},{"uid":"37e7b98ff53b561b","name":"should decode valid enr with tcp successfully","time":{"start":1726218291658,"stop":1726218291659,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bb735f072f62e81","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1726218886392,"stop":1726218886392,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ff2b856f90d45d7","name":"returns all values when wanted number is greater than available values","time":{"start":1726218302904,"stop":1726218302904,"duration":0},"status":"passed","severity":"normal"},{"uid":"b114c56cb4449fce","name":"Subscribe and receives messages on 20 topics","time":{"start":1726218879338,"stop":1726218879338,"duration":0},"status":"passed","severity":"normal"},{"uid":"53dd65ded2366685","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1726218283093,"stop":1726218283093,"duration":0},"status":"passed","severity":"normal"},{"uid":"d30510fd52f60d39","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1726218283099,"stop":1726218283099,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab2fae814c5eb696","name":"Push message with custom timestamp: 1726222151739","time":{"start":1726218863050,"stop":1726218863052,"duration":2},"status":"passed","severity":"normal"},{"uid":"ddaa1cee76844d3","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1726218283087,"stop":1726218283087,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9f97a8a2c80b922","name":"Check message with invalid timestamp is not received","time":{"start":1726218510988,"stop":1726218510988,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e482b09460dc0b8","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1726218523030,"stop":1726218523030,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac7affc6087430f8","name":"Overlapping topic subscription","time":{"start":1726218812469,"stop":1726218812470,"duration":1},"status":"skipped","severity":"normal"},{"uid":"177db12bfa4c0174","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1726218285624,"stop":1726218285625,"duration":1},"status":"passed","severity":"normal"},{"uid":"e012bbea6c8443eb","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1726218669773,"stop":1726218669773,"duration":0},"status":"passed","severity":"normal"},{"uid":"121074442479f866","name":"Check message received after jswaku node is restarted","time":{"start":1726218764099,"stop":1726218764099,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ef3865db254e0efe","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1726218455969,"stop":1726218455970,"duration":1},"status":"passed","severity":"normal"},{"uid":"7520aef96caaa0e1","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1726218523014,"stop":1726218523015,"duration":1},"status":"passed","severity":"normal"},{"uid":"33a5c70aa8f6ce59","name":"Ping on subscribed peer","time":{"start":1726218397741,"stop":1726218397742,"duration":1},"status":"passed","severity":"normal"},{"uid":"df4f238740304d55","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app87/8/topic658/proto","time":{"start":1726218843765,"stop":1726218843766,"duration":1},"status":"passed","severity":"normal"},{"uid":"c590568b831649e9","name":"Push message with numeric payload","time":{"start":1726218778174,"stop":1726218778184,"duration":10},"status":"passed","severity":"normal"},{"uid":"e531ad16ba5f39b8","name":"topics with same application and version share the same shard","time":{"start":1726218283086,"stop":1726218283086,"duration":0},"status":"passed","severity":"normal"},{"uid":"f61c86bf67f5a4f0","name":"throws an error for improperly formatted content topics","time":{"start":1726218283088,"stop":1726218283088,"duration":0},"status":"passed","severity":"normal"},{"uid":"b43fa9cf1159f56f","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1726218291078,"stop":1726218291078,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9008147b917165c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1726218563295,"stop":1726218563295,"duration":0},"status":"passed","severity":"normal"},{"uid":"395672326b4866ac","name":"Failed peers are renewed","time":{"start":1726218597911,"stop":1726218597912,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ceef3fdf5610026","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1726218283086,"stop":1726218283086,"duration":0},"status":"passed","severity":"normal"},{"uid":"1906dad37997d564","name":"Check received message containing emoji","time":{"start":1726218764095,"stop":1726218764095,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9acde6759b869f6","name":"Check received message with timestamp: 1726218334519000000 ","time":{"start":1726218510983,"stop":1726218510983,"duration":0},"status":"passed","severity":"normal"},{"uid":"a33701ae79543e34","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b1f1bcbf98a7a5d","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1726218669775,"stop":1726218669776,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4cd70fae6049169","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523018,"stop":1726218523019,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6428c13828c570a","name":"Filter with 2 connections","time":{"start":1726218583683,"stop":1726218583683,"duration":0},"status":"passed","severity":"normal"},{"uid":"71ba1b692379f2e6","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1726218345042,"stop":1726218345042,"duration":0},"status":"skipped","severity":"normal"},{"uid":"923aae3b3a9413c4","name":"Check message with non string payload is not received","time":{"start":1726218764098,"stop":1726218764099,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9219bcb2526a1ce","name":"Push message with Russian payload","time":{"start":1726218778188,"stop":1726218778188,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fd74dd4a4419bbd","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"status":"passed","severity":"normal"},{"uid":"674e32b525603e69","name":"Check received message containing long","time":{"start":1726218764067,"stop":1726218764067,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a05e2b44331be75","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1726218523024,"stop":1726218523025,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c554a53e44b6523","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726218669777,"stop":1726218669777,"duration":0},"status":"passed","severity":"normal"},{"uid":"33ef4c9801e0a51d","name":"Push message with content topic containing Chinese","time":{"start":1726218778227,"stop":1726218778231,"duration":4},"status":"passed","severity":"normal"},{"uid":"b984638101a2885","name":"should properly create location multiaddrs - udp6","time":{"start":1726218291668,"stop":1726218291668,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d6239220a8a42d3","name":"Does not throw an exception when node disconnects","time":{"start":1726218917024,"stop":1726218917024,"duration":0},"status":"passed","severity":"normal"},{"uid":"e82c497fda57d01c","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1726218812475,"stop":1726218812475,"duration":0},"status":"passed","severity":"normal"},{"uid":"cab8bef1eba4b639","name":"should be able to encode the field with only STORE set to true","time":{"start":1726218291076,"stop":1726218291077,"duration":1},"status":"passed","severity":"normal"},{"uid":"3741a4ed93904932","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1726218283094,"stop":1726218283094,"duration":0},"status":"passed","severity":"normal"},{"uid":"935df9109f17e48d","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1726218455970,"stop":1726218455970,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd839a54809cc14c","name":"Ping on subscribed peer","time":{"start":1726218412653,"stop":1726218412654,"duration":1},"status":"passed","severity":"normal"},{"uid":"c36de91d586b3103","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1726218914871,"stop":1726218914871,"duration":0},"status":"passed","severity":"normal"},{"uid":"963bce16e4917ff2","name":"Check message with no pubsub topic is not received","time":{"start":1726218510989,"stop":1726218510989,"duration":0},"status":"passed","severity":"normal"},{"uid":"c96819389a086579","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1726218879331,"stop":1726218879331,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bbd492d1e4af379","name":"Check received message containing short","time":{"start":1726218764100,"stop":1726218764101,"duration":1},"status":"passed","severity":"normal"},{"uid":"695cb9b704b63250","name":"should use the provided clusterId for the pubsub topic","time":{"start":1726218283105,"stop":1726218283105,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3b3be0254f043b5","name":"Check received message containing shell command","time":{"start":1726218510980,"stop":1726218510981,"duration":1},"status":"passed","severity":"normal"},{"uid":"651f778519cbe626","name":"Check publish message containing Russian","time":{"start":1726218806755,"stop":1726218806755,"duration":0},"status":"passed","severity":"normal"},{"uid":"62f3ede2ea6bb57","name":"Check publish message containing Arabic","time":{"start":1726218806754,"stop":1726218806754,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcff9a7b4784bf5e","name":"Push message with Basic HTML tag payload","time":{"start":1726218862996,"stop":1726218862997,"duration":1},"status":"passed","severity":"normal"},{"uid":"aae88a19784e5896","name":"Passing page size 0 when there are 110 messages","time":{"start":1726218909193,"stop":1726218909194,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c4f8358d2363793","name":"can start and stop the service","time":{"start":1726218345027,"stop":1726218345027,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e8cb6615ac58252","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1726218410953,"stop":1726218410954,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fb2bf7d5900190e","name":"Check received message containing unicode special characters","time":{"start":1726218510982,"stop":1726218510982,"duration":0},"status":"passed","severity":"normal"},{"uid":"c144b0be3f407985","name":"can start and stop the service","time":{"start":1726218793428,"stop":1726218793429,"duration":1},"status":"passed","severity":"normal"},{"uid":"8830b33a86ebd98c","name":"Push message with special chars payload","time":{"start":1726218862989,"stop":1726218862990,"duration":1},"status":"passed","severity":"normal"},{"uid":"662a7b316fc5f7b7","name":"Push message with emoji payload","time":{"start":1726218863003,"stop":1726218863004,"duration":1},"status":"passed","severity":"normal"},{"uid":"108f2739a2d0a74c","name":"Check received message containing Arabic","time":{"start":1726218764105,"stop":1726218764105,"duration":0},"status":"passed","severity":"normal"},{"uid":"3635fc44fd8f2555","name":"should throw error - no public key","time":{"start":1726218291659,"stop":1726218291660,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d83c65a0f339ff7","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1726218551497,"stop":1726218551498,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4e86377be60935d","name":"Check publish message containing numeric","time":{"start":1726218806752,"stop":1726218806752,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d39e9c75b52c617","name":"Push message with custom timestamp: 1695460151739","time":{"start":1726218863048,"stop":1726218863049,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0cd26129df832c2","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1726218291084,"stop":1726218291084,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8f32348d07a3cd","name":"Push message with content topic containing Arabic","time":{"start":1726218863012,"stop":1726218863012,"duration":0},"status":"passed","severity":"normal"},{"uid":"3217491cb103ac24","name":"Check received message with timestamp: 1649153314 ","time":{"start":1726218764110,"stop":1726218764110,"duration":0},"status":"passed","severity":"normal"},{"uid":"d83dd35444514e57","name":"Ephemeral field set to true","time":{"start":1726218296784,"stop":1726218296784,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcef34e5657c63f0","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1726218335394,"stop":1726218335400,"duration":6},"status":"passed","severity":"normal"},{"uid":"e0ab9090bd91daec","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726218651143,"stop":1726218651143,"duration":0},"status":"passed","severity":"normal"},{"uid":"687827e6235d51fd","name":"Ping fails for unsubscribed peers","time":{"start":1726218447508,"stop":1726218447508,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3f025a934aab25b","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1726218863186,"stop":1726218863187,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3723453c66ff63c","name":"Check received message containing XML","time":{"start":1726218764087,"stop":1726218764088,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c385da43d3b55ef","name":"Fails to push message bigger that 1MB","time":{"start":1726218863053,"stop":1726218863056,"duration":3},"status":"passed","severity":"normal"},{"uid":"bf80a398e9029248","name":"Check message with no content topic is not received","time":{"start":1726218764098,"stop":1726218764098,"duration":0},"status":"passed","severity":"normal"},{"uid":"be02553425865e11","name":"Push message with unicode special characters payload","time":{"start":1726218778195,"stop":1726218778197,"duration":2},"status":"passed","severity":"normal"},{"uid":"998e067cc4564f37","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app57/5/topic252/json","time":{"start":1726218843768,"stop":1726218843768,"duration":0},"status":"passed","severity":"normal"},{"uid":"377ccda8c80955b3","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1726218283090,"stop":1726218283091,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5cad4d05983b044","name":"Check received message containing JSON","time":{"start":1726218764107,"stop":1726218764107,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7797eec315560e4","name":"Nodes with multiple pubsub topic","time":{"start":1726218788034,"stop":1726218788035,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c1f8e98c9aea41e","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app33/6/topic731/utf8","time":{"start":1726218843766,"stop":1726218843767,"duration":1},"status":"passed","severity":"normal"},{"uid":"a55a58f746b70daf","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1726218879336,"stop":1726218879336,"duration":0},"status":"passed","severity":"normal"},{"uid":"520d90788f19609","name":"LightPush with 0 connections","time":{"start":1726218583681,"stop":1726218583681,"duration":0},"status":"passed","severity":"normal"},{"uid":"818c402d33e1d6ed","name":"throws on content topic with empty encoding field","time":{"start":1726218283075,"stop":1726218283075,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d8360a9790d6062","name":"Check publish message containing SQL Injection","time":{"start":1726218806755,"stop":1726218806755,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6901025ac9b9175","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1726218523017,"stop":1726218523017,"duration":0},"status":"passed","severity":"normal"},{"uid":"61f48ab5e02ae5cf","name":"new peer added after a peer was already found","time":{"start":1726218777346,"stop":1726218777346,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1c759ef12faa662b","name":"Check received message with timestamp: 1726218335042 ","time":{"start":1726218764109,"stop":1726218764110,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fab50f38a5b2986","name":"Check message with invalid timestamp is not received","time":{"start":1726218764097,"stop":1726218764097,"duration":0},"status":"passed","severity":"normal"},{"uid":"992c411c2172ec00","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218651143,"stop":1726218651144,"duration":1},"status":"passed","severity":"normal"},{"uid":"659c277ee68838c4","name":"Check received message containing escaped characters","time":{"start":1726218764108,"stop":1726218764108,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c0d80f73686d629","name":"Push message with rate limit","time":{"start":1726218863047,"stop":1726218863048,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfc7401d99b6323a","name":"Check received message containing numeric","time":{"start":1726218764067,"stop":1726218764080,"duration":13},"status":"passed","severity":"normal"},{"uid":"e0a64349b5fdd54b","name":"tcp ip4 address","time":{"start":1726218291265,"stop":1726218291266,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c176a0dbd1f0c77","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1726218806760,"stop":1726218806761,"duration":1},"status":"passed","severity":"normal"},{"uid":"185105c8754d153e","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1726218304534,"stop":1726218304534,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee8a321789cea58","name":"Push message with content topic containing shell command","time":{"start":1726218863032,"stop":1726218863034,"duration":2},"status":"passed","severity":"normal"},{"uid":"50df2a52ec8a6288","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1726218851925,"stop":1726218851925,"duration":0},"status":"passed","severity":"normal"},{"uid":"232cd0d147ba7ed9","name":"random static sharding 4 - Cluster ID: 886, Shard ID: 997","time":{"start":1726218863180,"stop":1726218863180,"duration":0},"status":"passed","severity":"normal"},{"uid":"7112b51adb4e6712","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1726218410955,"stop":1726218410955,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a95e720287219e3","name":"Number of peers are maintained correctly","time":{"start":1726218597911,"stop":1726218597911,"duration":0},"status":"passed","severity":"normal"},{"uid":"d00bcdec24b8f361","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1726218551468,"stop":1726218551469,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e4cda8e9155f72a","name":"Register correct protocols","time":{"start":1726218812462,"stop":1726218812463,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c032a68fc9999e4","name":"should throw an error for insufficient data","time":{"start":1726218283107,"stop":1726218283107,"duration":0},"status":"passed","severity":"normal"},{"uid":"f19a4e0ab55df714","name":"should set field with all protocols disabled","time":{"start":1726218291669,"stop":1726218291670,"duration":1},"status":"passed","severity":"normal"},{"uid":"47f3ae10a0d91128","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1726218410956,"stop":1726218410956,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bbc30f1861c5a1f","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218410957,"stop":1726218410957,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a81a27fba1c86f1","name":"Wrong topic","time":{"start":1726218843769,"stop":1726218843769,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b45b45986eed455","name":"Subscribe and receives messages on 20 topics","time":{"start":1726218879288,"stop":1726218879288,"duration":0},"status":"passed","severity":"normal"},{"uid":"b97fdb9f6b39411c","name":"should not fail to stop the service if it was not started","time":{"start":1726218345027,"stop":1726218345029,"duration":2},"status":"passed","severity":"normal"},{"uid":"f0b0c15bf2cc7b6e","name":"Check received message containing Russian","time":{"start":1726218510971,"stop":1726218510972,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a400719ce4c6d3e","name":"Push message with custom timestamp: 1695460183850","time":{"start":1726218778288,"stop":1726218778288,"duration":0},"status":"passed","severity":"normal"},{"uid":"b28aea2808b126a5","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1726218523020,"stop":1726218523021,"duration":1},"status":"passed","severity":"normal"},{"uid":"86b54c0284a2774a","name":"should return unique PubsubTopics for static sharding","time":{"start":1726218283091,"stop":1726218283091,"duration":0},"status":"passed","severity":"normal"},{"uid":"42488ac0a4c8f05d","name":"more peers than existing","time":{"start":1726218764451,"stop":1726218764451,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c279509fd5a114ae","name":"Query generator for multiple messages","time":{"start":1726218902965,"stop":1726218902967,"duration":2},"status":"passed","severity":"normal"},{"uid":"dd0f71537a4076a","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1726218788035,"stop":1726218788035,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6c4dd3285259e01","name":"does not throw on valid cases","time":{"start":1726218283070,"stop":1726218283070,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f53b845455a3c58","name":"Subscribe and receive messages via waku relay post","time":{"start":1726218551469,"stop":1726218551469,"duration":0},"status":"passed","severity":"normal"},{"uid":"197912e751f465a8","name":"Filter with 1 connections","time":{"start":1726218583682,"stop":1726218583682,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9e03baf83eac6a4","name":"it tolerates circular branch references","time":{"start":1726218304463,"stop":1726218304463,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d73d598cf6fbc3d","name":"configure the node with multiple pubsub topics","time":{"start":1726218863186,"stop":1726218863186,"duration":0},"status":"passed","severity":"normal"},{"uid":"2094a66674e669aa","name":"Check received message containing JSON","time":{"start":1726218510978,"stop":1726218510979,"duration":1},"status":"passed","severity":"normal"},{"uid":"557f15b86c3817d4","name":"should throw error - no id","time":{"start":1726218291660,"stop":1726218291660,"duration":0},"status":"passed","severity":"normal"},{"uid":"f87597fefdc9c4b","name":"Subscribe to topic containing JSON and receive message","time":{"start":1726218879321,"stop":1726218879322,"duration":1},"status":"passed","severity":"normal"},{"uid":"1730e8abc22ba6af","name":"should throw error - no id","time":{"start":1726218291659,"stop":1726218291659,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3e9fdbc1a78cbd0","name":"Check received message with timestamp: 1726218335042000000 ","time":{"start":1726218764095,"stop":1726218764096,"duration":1},"status":"passed","severity":"normal"},{"uid":"529d32a582d345ec","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1726218812468,"stop":1726218812468,"duration":0},"status":"passed","severity":"normal"},{"uid":"95d0b03c21f0a91c","name":"isConnected should return false after all peers disconnect","time":{"start":1726218382079,"stop":1726218382080,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0ffbfa562b572e4","name":"Push message with Chinese payload","time":{"start":1726218778185,"stop":1726218778187,"duration":2},"status":"passed","severity":"normal"},{"uid":"8a96ed903990d5ba","name":"Push message with content topic containing escaped characters","time":{"start":1726218863034,"stop":1726218863037,"duration":3},"status":"passed","severity":"normal"},{"uid":"94faa7b3da474197","name":"Check publish message containing XML","time":{"start":1726218806756,"stop":1726218806757,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d506d7b0fe02227","name":"1 Store, 2 fetches","time":{"start":1726218304291,"stop":1726218304291,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab98e4248eaf54d4","name":"Relay + Store","time":{"start":1726218344914,"stop":1726218344914,"duration":0},"status":"passed","severity":"normal"},{"uid":"7eca4a8a2a006f38","name":"Push message with JSON payload","time":{"start":1726218778190,"stop":1726218778190,"duration":0},"status":"passed","severity":"normal"},{"uid":"e67318fdb1b033ad","name":"Delete observer","time":{"start":1726218768115,"stop":1726218768116,"duration":1},"status":"passed","severity":"normal"},{"uid":"311b699ff5958b9c","name":"Promise Callback - false","time":{"start":1726218885489,"stop":1726218885489,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9423b71d9535698","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1726218523024,"stop":1726218523024,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c59145315623cdd","name":"throws on content topic with empty application field","time":{"start":1726218283073,"stop":1726218283073,"duration":0},"status":"passed","severity":"normal"},{"uid":"f924a128b3a5a985","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1726218879359,"stop":1726218879360,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f297511b425bfdf","name":"Check message with no payload is not received","time":{"start":1726218764098,"stop":1726218764098,"duration":0},"status":"passed","severity":"normal"},{"uid":"22ed9590a9a5b255","name":"Default pageSize","time":{"start":1726218909196,"stop":1726218909196,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a47822857a6188f","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1726218304471,"stop":1726218304472,"duration":1},"status":"passed","severity":"normal"},{"uid":"11e5f25aebcd7132","name":"Subscribe to topic containing short and receive message","time":{"start":1726218879342,"stop":1726218879348,"duration":6},"status":"passed","severity":"normal"},{"uid":"da47ff61da8a8a8c","name":"same cluster, different shard: nodes don't connect","time":{"start":1726218523006,"stop":1726218523008,"duration":2},"status":"passed","severity":"normal"},{"uid":"3b4062f34987ec05","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1726218523022,"stop":1726218523022,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1257e39e3e11b97","name":"Renews peer on consistent missed messages","time":{"start":1726218447521,"stop":1726218447522,"duration":1},"status":"passed","severity":"normal"},{"uid":"20e553b8aba899e6","name":"Subscribe to topic containing short and receive message","time":{"start":1726218551483,"stop":1726218551483,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2d3c94346709768","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1726218523015,"stop":1726218523016,"duration":1},"status":"passed","severity":"normal"},{"uid":"177a53f7c467eb59","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1726218788034,"stop":1726218788034,"duration":0},"status":"passed","severity":"normal"},{"uid":"3171ebd1f3ad5ef6","name":"throws on content topic with empty version field","time":{"start":1726218283073,"stop":1726218283074,"duration":1},"status":"passed","severity":"normal"},{"uid":"1905aae14897a6fd","name":"same cluster, different shard: nodes connect","time":{"start":1726218689006,"stop":1726218689007,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b0ec5f9a42dd98f","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1726218283083,"stop":1726218283083,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f0ccb15b0d08762","name":"Ephemeral field is preserved - encoder v0","time":{"start":1726218346773,"stop":1726218346773,"duration":0},"status":"passed","severity":"normal"},{"uid":"931d0150e1bf0c7e","name":"should set field with only FILTER enabled","time":{"start":1726218291671,"stop":1726218291671,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf20f3c9567e362","name":"random static sharding 9 - Cluster ID: 810, Shard ID: 32","time":{"start":1726218863184,"stop":1726218863184,"duration":0},"status":"passed","severity":"normal"},{"uid":"342f55d395fcaac2","name":"Check publish message containing special chars","time":{"start":1726218806752,"stop":1726218806753,"duration":1},"status":"passed","severity":"normal"},{"uid":"fca31f4368e22336","name":"Sets default value correctly","time":{"start":1726218917026,"stop":1726218917027,"duration":1},"status":"passed","severity":"normal"},{"uid":"a901ab6dd6d36afe","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1726218510988,"stop":1726218510988,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5d2329997709da7","name":"Subscribe to topic containing emoji and receive message","time":{"start":1726218551495,"stop":1726218551496,"duration":1},"status":"passed","severity":"normal"},{"uid":"60c1834d0183fdfb","name":"Push message with content topic containing emoji","time":{"start":1726218863039,"stop":1726218863041,"duration":2},"status":"passed","severity":"normal"},{"uid":"15dbb6dd6b930e16","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1726218523018,"stop":1726218523018,"duration":0},"status":"passed","severity":"normal"},{"uid":"f92d8af552c71729","name":"Sample","time":{"start":1726218291182,"stop":1726218291182,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ad5928be6e6b407","name":"Push message with content topic containing Arabic","time":{"start":1726218778231,"stop":1726218778232,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d208b9d5f6a2294","name":"Subscribe to topic containing shell command and receive message","time":{"start":1726218879372,"stop":1726218879373,"duration":1},"status":"passed","severity":"normal"},{"uid":"b62bbaf200d2c22a","name":"random static sharding 6 - Cluster ID: 895, Shard ID: 920","time":{"start":1726218863181,"stop":1726218863182,"duration":1},"status":"passed","severity":"normal"},{"uid":"67490c33c0312537","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1726218879286,"stop":1726218879286,"duration":0},"status":"passed","severity":"normal"},{"uid":"acca02ee50027210","name":"Ping succeeds for all connected peers","time":{"start":1726218447507,"stop":1726218447507,"duration":0},"status":"passed","severity":"normal"},{"uid":"4da3cca465124c20","name":"can start the service","time":{"start":1726218308579,"stop":1726218308579,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9d9b8803fa3cdd0","name":"Check received message containing unicode special characters","time":{"start":1726218764094,"stop":1726218764095,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a73c3ca1147f4db","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1726218523026,"stop":1726218523026,"duration":0},"status":"passed","severity":"normal"},{"uid":"f947d2d1700fce9d","name":"Store - dialed after - with timeout","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e4903234947b101","name":"udp ip6 address","time":{"start":1726218291266,"stop":1726218291266,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9ca70e51b96f77c","name":"Push message equal or less that 1MB","time":{"start":1726218778291,"stop":1726218778292,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed3233569991489d","name":"should properly create location multiaddrs - udp","time":{"start":1726218291668,"stop":1726218291668,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0c67f1fe9c39695","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218903391,"stop":1726218903392,"duration":1},"status":"passed","severity":"normal"},{"uid":"2328974317bda28d","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1726218898753,"stop":1726218898753,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac87ccec45685311","name":"Query with Promise Callback, No Decoder","time":{"start":1726218886396,"stop":1726218886396,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7aa1e471b0a9400","name":"Subscribe to topic containing short and receive message","time":{"start":1726218879292,"stop":1726218879293,"duration":1},"status":"passed","severity":"normal"},{"uid":"956108d6c7f9953c","name":"Check message on other pubsub topic is not received","time":{"start":1726218764112,"stop":1726218764112,"duration":0},"status":"passed","severity":"normal"},{"uid":"799391a6987afda7","name":"Subscribe to topic containing JSON and receive message","time":{"start":1726218551492,"stop":1726218551493,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ef92f3f7fabb637","name":"Throws when trying to push message with empty payload","time":{"start":1726218863004,"stop":1726218863005,"duration":1},"status":"passed","severity":"normal"},{"uid":"63335d5b16db4b99","name":"Subscribe to topic containing Script and receive message","time":{"start":1726218879361,"stop":1726218879361,"duration":0},"status":"passed","severity":"normal"},{"uid":"836415f84289161b","name":"Check received message containing unicode special characters","time":{"start":1726218764108,"stop":1726218764109,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0b0b4693a4a4045","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1726218283098,"stop":1726218283098,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fd2716faba41796","name":"should not fail to start the service if it is already started","time":{"start":1726218793432,"stop":1726218793433,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d91aeaf8b975730","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1726218523023,"stop":1726218523023,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bc737fb14abf5c9","name":"Passing page size 110 when there are 120 messages","time":{"start":1726218909196,"stop":1726218909196,"duration":0},"status":"passed","severity":"normal"},{"uid":"bce9d5d961aebf2e","name":"Should update shard info","time":{"start":1726218689329,"stop":1726218689329,"duration":0},"status":"passed","severity":"normal"},{"uid":"10fb03eb06175399","name":"removeEventListener with wrong event","time":{"start":1726218375492,"stop":1726218375492,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fe3b651b85c342","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"status":"passed","severity":"normal"},{"uid":"96751cbf414d64f1","name":"Subscribe to topic containing long and publish message","time":{"start":1726218812471,"stop":1726218812471,"duration":0},"status":"passed","severity":"normal"},{"uid":"681e53653698700f","name":"Check received message containing Chinese","time":{"start":1726218510970,"stop":1726218510971,"duration":1},"status":"passed","severity":"normal"},{"uid":"14caa117ed72cab5","name":"Should update multiaddrs","time":{"start":1726218689329,"stop":1726218689329,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3e5963a12f7de49","name":"Callback on promise, aborts when callback returns true","time":{"start":1726218902993,"stop":1726218902994,"duration":1},"status":"passed","severity":"normal"},{"uid":"366dffa50af051e4","name":"connects to nwaku","time":{"start":1726218917023,"stop":1726218917024,"duration":1},"status":"passed","severity":"normal"},{"uid":"55869f8d4fd64c78","name":"Subscribe to topic containing XML and receive message","time":{"start":1726218551490,"stop":1726218551491,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d499585bbf37519","name":"Decoder throws on undefined content topic","time":{"start":1726218314723,"stop":1726218314723,"duration":0},"status":"passed","severity":"normal"},{"uid":"834cc8d3e3b354bc","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1726218346774,"stop":1726218346774,"duration":0},"status":"passed","severity":"normal"},{"uid":"496cbaa2c10876ec","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1726218283098,"stop":1726218283099,"duration":1},"status":"passed","severity":"normal"},{"uid":"691cc1106d76d00d","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1726218283105,"stop":1726218283105,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4de2b05d1b01c4f","name":"should be able to encode the field with only FILTER set to true","time":{"start":1726218291077,"stop":1726218291077,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0ab136b203326f7","name":"Renews peer on consistent ping failures","time":{"start":1726218447513,"stop":1726218447514,"duration":1},"status":"passed","severity":"normal"},{"uid":"eba258a384c92f41","name":"Reopen subscription with peer with lost subscription","time":{"start":1726218412658,"stop":1726218412658,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e8a651880521a01","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1726218455969,"stop":1726218455969,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7b98741c6ff64f2","name":"should return empty list for no shard","time":{"start":1726218283092,"stop":1726218283092,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb0d1e713f342e90","name":"Accepts a valid Waku Message","time":{"start":1726218319678,"stop":1726218319679,"duration":1},"status":"passed","severity":"normal"},{"uid":"767c9dcd579d75ab","name":"returns all values when wanted number matches available values","time":{"start":1726218302902,"stop":1726218302903,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b8dbea5d7e69996","name":"Check received message containing Arabic","time":{"start":1726218764082,"stop":1726218764083,"duration":1},"status":"passed","severity":"normal"},{"uid":"af31d9ea7c728f8d","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1726218551470,"stop":1726218551477,"duration":7},"status":"passed","severity":"normal"},{"uid":"fa14c5ab67fd2c86","name":"Add multiple subscription objects on single nwaku node","time":{"start":1726218551496,"stop":1726218551497,"duration":1},"status":"passed","severity":"normal"},{"uid":"81a2f09709e4cfb6","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1726218523027,"stop":1726218523028,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a0ae478e5b2ba92","name":"Ping on peer without subscriptions","time":{"start":1726218397742,"stop":1726218397742,"duration":0},"status":"passed","severity":"normal"},{"uid":"d620215fa6e07241","name":"Push message with content topic containing Script","time":{"start":1726218778234,"stop":1726218778241,"duration":7},"status":"passed","severity":"normal"},{"uid":"41b190f6c80d05d4","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1726218283105,"stop":1726218283106,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d7e2d5b9fe65653","name":"Push message with short payload","time":{"start":1726218862983,"stop":1726218862984,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d29df7796ba2dd1","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1726218283085,"stop":1726218283085,"duration":0},"status":"passed","severity":"normal"},{"uid":"222c55d935d492d6","name":"Push message with Arabic payload","time":{"start":1726218862991,"stop":1726218862992,"duration":1},"status":"passed","severity":"normal"},{"uid":"c111197eafd4e238","name":"Check publish message containing Basic HTML tag","time":{"start":1726218806758,"stop":1726218806758,"duration":0},"status":"passed","severity":"normal"},{"uid":"613c1a723fac9563","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1726218764096,"stop":1726218764097,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbc0edc6f6d97f23","name":"Push message with content topic containing shell command","time":{"start":1726218778278,"stop":1726218778281,"duration":3},"status":"passed","severity":"normal"},{"uid":"b9e3beb086ba681a","name":"should emit a peer event after start","time":{"start":1726218345034,"stop":1726218345034,"duration":0},"status":"passed","severity":"normal"},{"uid":"af9df56f21f5cb03","name":"Callback on promise","time":{"start":1726218902982,"stop":1726218902983,"duration":1},"status":"passed","severity":"normal"},{"uid":"36839293d899a7c1","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","time":{"start":1726218669774,"stop":1726218669774,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcb62b042161b6dc","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1726218914872,"stop":1726218914873,"duration":1},"status":"passed","severity":"normal"},{"uid":"62b01232520f18e6","name":"Check publish message containing short","time":{"start":1726218806751,"stop":1726218806751,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4f0787b13d0cf02","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1726218914872,"stop":1726218914872,"duration":0},"status":"passed","severity":"normal"},{"uid":"b94e01803d8ac2bb","name":"should add and remove event listeners correctly","time":{"start":1726218308584,"stop":1726218308585,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ebe3abec684a7e8","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1726218382075,"stop":1726218382077,"duration":2},"status":"passed","severity":"normal"},{"uid":"92b6402ff8053dc2","name":"should correctly map a content topic to a pubsub topic","time":{"start":1726218283105,"stop":1726218283105,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0a6f61c031638c1","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1726218551488,"stop":1726218551489,"duration":1},"status":"passed","severity":"normal"},{"uid":"a44b2234134bccdb","name":"should encode/decode to text encoding","time":{"start":1726218291662,"stop":1726218291663,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fc5e910df396dc2","name":"Push message with SQL Injection payload","time":{"start":1726218862994,"stop":1726218862994,"duration":0},"status":"passed","severity":"normal"},{"uid":"32f121014bff52c","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","time":{"start":1726218669771,"stop":1726218669772,"duration":1},"status":"passed","severity":"normal"},{"uid":"760f7fbf24c8bbfe","name":"configure the node with multiple content topics","time":{"start":1726218843769,"stop":1726218843770,"duration":1},"status":"passed","severity":"normal"},{"uid":"715e3f70c8d9def2","name":"Non TWN Cluster","time":{"start":1726218843765,"stop":1726218843765,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fd2501d22e62bd","name":"Push message with Russian payload","time":{"start":1726218862993,"stop":1726218862993,"duration":0},"status":"passed","severity":"normal"},{"uid":"dea7c95588c834a1","name":"throws on content topic with non-number generation field","time":{"start":1726218283072,"stop":1726218283072,"duration":0},"status":"passed","severity":"normal"},{"uid":"11fda5521108ec17","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1726218296385,"stop":1726218296386,"duration":1},"status":"passed","severity":"normal"},{"uid":"383680d481d5acd4","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1726218879359,"stop":1726218879359,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ae26e81ad67ab3e","name":"Filter with 0 connections","time":{"start":1726218583681,"stop":1726218583681,"duration":0},"status":"passed","severity":"normal"},{"uid":"39814480964ff045","name":"Subscribe and publish message","time":{"start":1726218812465,"stop":1726218812465,"duration":0},"status":"passed","severity":"normal"},{"uid":"51ef0b3ac9b9029a","name":"non connected peers","time":{"start":1726218764452,"stop":1726218764452,"duration":0},"status":"skipped","severity":"normal"},{"uid":"99a1e3d362e0e353","name":"recovers when dns.resolve returns empty","time":{"start":1726218304464,"stop":1726218304464,"duration":0},"status":"passed","severity":"normal"},{"uid":"d69800452db5eca8","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1726218563298,"stop":1726218563298,"duration":0},"status":"passed","severity":"normal"},{"uid":"92fcf1b8602d5bd5","name":"should be called for bootstrap peers","time":{"start":1726218342870,"stop":1726218342870,"duration":0},"status":"passed","severity":"normal"},{"uid":"23815a0bdbb86387","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726218410952,"stop":1726218410952,"duration":0},"status":"passed","severity":"normal"},{"uid":"5110d9e8570781ac","name":"Overlapping topic subscription","time":{"start":1726218879289,"stop":1726218879292,"duration":3},"status":"passed","severity":"normal"},{"uid":"935540172fe40d69","name":"should be able to decode the field with only STORE set to true","time":{"start":1726218291082,"stop":1726218291082,"duration":0},"status":"passed","severity":"normal"},{"uid":"4530e489d7ff9d83","name":"Check received message containing Script","time":{"start":1726218764106,"stop":1726218764106,"duration":0},"status":"passed","severity":"normal"},{"uid":"95fd2ae821f89eba","name":"should not fail to stop the service if it was not started","time":{"start":1726218793429,"stop":1726218793430,"duration":1},"status":"passed","severity":"normal"},{"uid":"89d8e056aa54429a","name":"Check received message containing XML","time":{"start":1726218764107,"stop":1726218764107,"duration":0},"status":"passed","severity":"normal"},{"uid":"b48ef000cdebec5b","name":"Push message equal or less that 1MB","time":{"start":1726218863052,"stop":1726218863053,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3965ed3e5cf3bc2","name":"should return all peers when numPeers is 0","time":{"start":1726218296383,"stop":1726218296384,"duration":1},"status":"passed","severity":"normal"},{"uid":"7998b9ee7532984b","name":"Overlapping topic subscription","time":{"start":1726218879340,"stop":1726218879341,"duration":1},"status":"passed","severity":"normal"},{"uid":"c97d5c3e7a55a385","name":"Check publish message containing JSON","time":{"start":1726218806758,"stop":1726218806758,"duration":0},"status":"passed","severity":"normal"},{"uid":"29165dffa2534375","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1726218283096,"stop":1726218283097,"duration":1},"status":"passed","severity":"normal"},{"uid":"4147f4d5e1180d73","name":"Push message with Script payload","time":{"start":1726218778189,"stop":1726218778189,"duration":0},"status":"passed","severity":"normal"},{"uid":"b15a2adab82e743f","name":"Used by Waku Relay","time":{"start":1726218917026,"stop":1726218917026,"duration":0},"status":"passed","severity":"normal"},{"uid":"de1030823bf94604","name":"Publish without waiting for remote peer","time":{"start":1726218812464,"stop":1726218812464,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b33fcacc7c29926","name":"isConnected return false after peer stops","time":{"start":1726218382081,"stop":1726218382082,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a185ca7e9623f75","name":"Ping on unsubscribed peer","time":{"start":1726218412655,"stop":1726218412655,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ab6b3c7a9eaa6be","name":"Check received message containing Russian","time":{"start":1726218764105,"stop":1726218764106,"duration":1},"status":"passed","severity":"normal"},{"uid":"45ced46f4168b7f6","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1726218291082,"stop":1726218291083,"duration":1},"status":"passed","severity":"normal"},{"uid":"db33e516cab46bd0","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1726218879287,"stop":1726218879288,"duration":1},"status":"passed","severity":"normal"},{"uid":"23d1d43cab0eb68e","name":"Push message with content topic containing numeric","time":{"start":1726218778223,"stop":1726218778226,"duration":3},"status":"passed","severity":"normal"},{"uid":"7c42aead14c0e236","name":"Subscribe to topic containing numeric and receive message","time":{"start":1726218879293,"stop":1726218879293,"duration":0},"status":"passed","severity":"normal"},{"uid":"87bbe06ff39a661","name":"Push message with JSON payload","time":{"start":1726218862997,"stop":1726218863001,"duration":4},"status":"passed","severity":"normal"},{"uid":"472c9da00b75b8e2","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1726218304472,"stop":1726218304473,"duration":1},"status":"passed","severity":"normal"},{"uid":"c65248be57fd159d","name":"Ordered Callback - false","time":{"start":1726218885490,"stop":1726218885490,"duration":0},"status":"passed","severity":"normal"},{"uid":"8767f6023d93d22c","name":"should return the pubsub topic directly if a string is provided","time":{"start":1726218283102,"stop":1726218283102,"duration":0},"status":"passed","severity":"normal"},{"uid":"39483524198a56c1","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1726218283077,"stop":1726218283077,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a4880a37eabc43a","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1726218523012,"stop":1726218523013,"duration":1},"status":"passed","severity":"normal"},{"uid":"330d8a8e30a1464a","name":"Push message with long payload","time":{"start":1726218862984,"stop":1726218862988,"duration":4},"status":"passed","severity":"normal"},{"uid":"670d220e99987e32","name":"should be called at least once on all `peer:discovery` events","time":{"start":1726218342869,"stop":1726218342869,"duration":0},"status":"passed","severity":"normal"},{"uid":"950d8b4e347e809a","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1726218669777,"stop":1726218669778,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e786474877154de","name":"start node with empty content topic","time":{"start":1726218843777,"stop":1726218843779,"duration":2},"status":"passed","severity":"normal"},{"uid":"9b9e36a8109e7f77","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1726218314721,"stop":1726218314721,"duration":0},"status":"passed","severity":"normal"},{"uid":"f39e0ed3816f040d","name":"Fails to push message with large meta","time":{"start":1726218778287,"stop":1726218778287,"duration":0},"status":"passed","severity":"normal"},{"uid":"42f451cbf07d7de4","name":"Passing page size 10 when there are 10 messages","time":{"start":1726218909195,"stop":1726218909195,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7bafc8c0ce29fd","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1726218335400,"stop":1726218335400,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c17fa7af210c2ed","name":"stop","time":{"start":1726218375495,"stop":1726218375495,"duration":0},"status":"passed","severity":"normal"},{"uid":"a897a65bf14bac52","name":"should throw an error for an unconfigured topic","time":{"start":1726218283102,"stop":1726218283102,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b167a55536c4b63","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1726218410957,"stop":1726218410957,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e16e97312309652","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1726218788035,"stop":1726218788036,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4517f7aac9fffa4","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1726218689003,"stop":1726218689004,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d40a6e80470af0","name":"should be able to decode the field with only RELAY set to true","time":{"start":1726218291080,"stop":1726218291081,"duration":1},"status":"passed","severity":"normal"},{"uid":"707d97b279ffa5c0","name":"should throw error - no public key","time":{"start":1726218291661,"stop":1726218291661,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2b41790c1bfcce6","name":"Push message with SQL Injection payload","time":{"start":1726218778188,"stop":1726218778189,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bd8b923d50c1685","name":"Add multiple subscription objects on single nwaku node","time":{"start":1726218879385,"stop":1726218879387,"duration":2},"status":"passed","severity":"normal"},{"uid":"4adbd818215eeb71","name":"Fields are not dropped","time":{"start":1726218295945,"stop":1726218295947,"duration":2},"status":"passed","severity":"normal"},{"uid":"116814b04659d3b9","name":"Push message with content topic containing escaped characters","time":{"start":1726218778282,"stop":1726218778283,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f3ac9f80763ce85","name":"different cluster, same shard: nodes don't connect","time":{"start":1726218689007,"stop":1726218689008,"duration":1},"status":"passed","severity":"normal"},{"uid":"392f839d4f4769ca","name":"Query Generator - true","time":{"start":1726218885487,"stop":1726218885487,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc2183a62e1d6eec","name":"Check received message containing Arabic","time":{"start":1726218510971,"stop":1726218510971,"duration":0},"status":"passed","severity":"normal"},{"uid":"665c6b744d236b2","name":"Subscribe to topic containing Russian and publish message","time":{"start":1726218812475,"stop":1726218812476,"duration":1},"status":"passed","severity":"normal"},{"uid":"caec25470d773579","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1726218304534,"stop":1726218304534,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e616a9b7dca2230","name":"Check message with non string payload is not received","time":{"start":1726218510990,"stop":1726218510991,"duration":1},"status":"passed","severity":"normal"},{"uid":"27902b6ce484cc0e","name":"Push message with emoji payload","time":{"start":1726218778197,"stop":1726218778197,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad8a495913a569","name":"retrieves a single peer","time":{"start":1726218304461,"stop":1726218304462,"duration":1},"status":"passed","severity":"normal"},{"uid":"d67823a119278576","name":"should be able to encode the field with only RELAY set to true","time":{"start":1726218291074,"stop":1726218291076,"duration":2},"status":"passed","severity":"normal"},{"uid":"24f6afb249936f66","name":"Push message with content topic containing numeric","time":{"start":1726218863011,"stop":1726218863011,"duration":0},"status":"passed","severity":"normal"},{"uid":"81426c59ed6fd194","name":"different cluster, different shard: nodes don't connect","time":{"start":1726218689008,"stop":1726218689010,"duration":2},"status":"passed","severity":"normal"},{"uid":"d5c80308ecae3ad5","name":"Publish message with rate limit","time":{"start":1726218806767,"stop":1726218806767,"duration":0},"status":"passed","severity":"normal"},{"uid":"a097002e98482115","name":"Push message on custom pubsubTopic","time":{"start":1726218651146,"stop":1726218651146,"duration":0},"status":"passed","severity":"normal"},{"uid":"887d32d34f6d85e1","name":"Subscribe to topic containing numeric and receive message","time":{"start":1726218551484,"stop":1726218551485,"duration":1},"status":"passed","severity":"normal"},{"uid":"55f9fa646e0dd750","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1726218283107,"stop":1726218283107,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fb5aa1d79912791","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1726218523025,"stop":1726218523025,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e23971403a9a11e","name":"Push message with content topic containing Basic HTML tag","time":{"start":1726218863027,"stop":1726218863029,"duration":2},"status":"passed","severity":"normal"},{"uid":"68339af2b34ebf50","name":"Generator, custom pubsub topic","time":{"start":1726218903390,"stop":1726218903391,"duration":1},"status":"passed","severity":"normal"},{"uid":"adab1d1f20bcc561","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1726218523015,"stop":1726218523015,"duration":0},"status":"passed","severity":"normal"},{"uid":"e19e7dbaf9afd4d3","name":"should only return 1 node with relay and store capability","time":{"start":1726218304470,"stop":1726218304470,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5bfcd69cca79801","name":"Promise Callback - true","time":{"start":1726218885489,"stop":1726218885489,"duration":0},"status":"passed","severity":"normal"},{"uid":"a043d423d9bcf54","name":"Subscribe to topic containing Script and receive message","time":{"start":1726218551489,"stop":1726218551490,"duration":1},"status":"passed","severity":"normal"},{"uid":"224a81e76873dffd","name":"Subscribe to topic containing Script and receive message","time":{"start":1726218879318,"stop":1726218879320,"duration":2},"status":"passed","severity":"normal"},{"uid":"6d61330a9158f738","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1726218812478,"stop":1726218812481,"duration":3},"status":"passed","severity":"normal"},{"uid":"6ccdb5b9bd5c8332","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218410955,"stop":1726218410955,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6d39240ee1218dc","name":"Check message received after jswaku node is restarted","time":{"start":1726218510991,"stop":1726218510991,"duration":0},"status":"skipped","severity":"normal"},{"uid":"baf57a9d5101b5a1","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1726218291079,"stop":1726218291079,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cbce1ba325f4009","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1726218523022,"stop":1726218523022,"duration":0},"status":"passed","severity":"normal"},{"uid":"132c3abe100e29c9","name":"Check received message containing Basic HTML tag","time":{"start":1726218510978,"stop":1726218510978,"duration":0},"status":"passed","severity":"normal"},{"uid":"87908b47f4c629f","name":"Fails to push message bigger that 1MB","time":{"start":1726218778292,"stop":1726218778292,"duration":0},"status":"passed","severity":"normal"},{"uid":"2843883ccff0aec7","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1726218283092,"stop":1726218283092,"duration":0},"status":"passed","severity":"normal"},{"uid":"593cdf1e3a3e1056","name":"Symmetric encrypt & Decrypt","time":{"start":1726218315165,"stop":1726218315165,"duration":0},"status":"passed","severity":"normal"},{"uid":"950b7a9803b662ec","name":"1 Relay, 1 fetch","time":{"start":1726218304290,"stop":1726218304291,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e7bb3133c1d4a93","name":"Push 30 different messages","time":{"start":1726218863004,"stop":1726218863004,"duration":0},"status":"passed","severity":"normal"},{"uid":"cab66ddbef3931e5","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1726218283076,"stop":1726218283077,"duration":1},"status":"passed","severity":"normal"},{"uid":"61ce8eee8cbc3e24","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1726218283094,"stop":1726218283095,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c31a301adb48fd0","name":"Subscribe and receives messages on 20 topics","time":{"start":1726218551478,"stop":1726218551478,"duration":0},"status":"passed","severity":"normal"},{"uid":"eac01216bc0b14a3","name":"Check received message containing JSON","time":{"start":1726218764088,"stop":1726218764088,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f824598b13afc73","name":"Fails to publish message with wrong content topic","time":{"start":1726218806763,"stop":1726218806763,"duration":0},"status":"passed","severity":"normal"},{"uid":"e841201c8c73b06d","name":"Overlapping topic subscription","time":{"start":1726218551481,"stop":1726218551482,"duration":1},"status":"passed","severity":"normal"},{"uid":"dde3b197bef194a5","name":"Query Generator, No message returned","time":{"start":1726218886392,"stop":1726218886392,"duration":0},"status":"passed","severity":"normal"},{"uid":"47a1dd2c7ca4d653","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1726218523013,"stop":1726218523013,"duration":0},"status":"passed","severity":"normal"},{"uid":"f07822f296fda52a","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1726218551469,"stop":1726218551469,"duration":0},"status":"passed","severity":"normal"},{"uid":"e05a1e32810214e8","name":"Ping on peer without subscriptions","time":{"start":1726218412654,"stop":1726218412655,"duration":1},"status":"passed","severity":"normal"},{"uid":"3887e3f58a5d3f4e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523014,"stop":1726218523014,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dd8864a7f1a10d7","name":"different cluster, same shard: nodes don't connect","time":{"start":1726218523008,"stop":1726218523009,"duration":1},"status":"passed","severity":"normal"},{"uid":"d36c938a4929c62b","name":"Subscribe to topic containing shell command and publish message","time":{"start":1726218812478,"stop":1726218812478,"duration":0},"status":"passed","severity":"normal"},{"uid":"44eb3b80a95b39c3","name":"Check received message with timestamp: 1649153314 ","time":{"start":1726218764096,"stop":1726218764096,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd6ffb0cf6e45718","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1726218283089,"stop":1726218283089,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c5c61248a434d17","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1726218523013,"stop":1726218523013,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f7b643d0c265439","name":"should encodeTxt and decodeTxt","time":{"start":1726218291657,"stop":1726218291657,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae8e24c35164dfaa","name":"ignores unrecognized TXT record formats","time":{"start":1726218304465,"stop":1726218304466,"duration":1},"status":"passed","severity":"normal"},{"uid":"151f42c4d3739391","name":"Query generator for multiple messages with different message text format","time":{"start":1726218902967,"stop":1726218902969,"duration":2},"status":"passed","severity":"normal"},{"uid":"a70cda482a5dd952","name":"random static sharding 10 - Cluster ID: 854, Shard ID: 399","time":{"start":1726218863185,"stop":1726218863185,"duration":0},"status":"passed","severity":"normal"},{"uid":"7431e5b235325a1f","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726218651144,"stop":1726218651145,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b0c253c8b9ce831","name":"Check received message containing special chars","time":{"start":1726218510970,"stop":1726218510970,"duration":0},"status":"passed","severity":"normal"},{"uid":"d91c6ad1ef17a5dc","name":"Check received message containing special chars","time":{"start":1726218764102,"stop":1726218764104,"duration":2},"status":"passed","severity":"normal"},{"uid":"df88029315feed2c","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1726218523029,"stop":1726218523030,"duration":1},"status":"passed","severity":"normal"},{"uid":"77c75080adbf2e9c","name":"Generator, 2 different pubsubtopics","time":{"start":1726218903391,"stop":1726218903391,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2472066eaba930c","name":"Subscribe to topic containing special chars and receive message","time":{"start":1726218879294,"stop":1726218879294,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fa30fd104654379","name":"Check received message containing shell command","time":{"start":1726218764089,"stop":1726218764089,"duration":0},"status":"passed","severity":"normal"},{"uid":"dce1bd48bcacab17","name":"Push message with content topic containing SQL Injection","time":{"start":1726218863013,"stop":1726218863013,"duration":0},"status":"passed","severity":"normal"},{"uid":"62e1583ea7fe58b2","name":"Passing cursor with wrong pubsubTopic","time":{"start":1726218851926,"stop":1726218851926,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f46be6f6d970a7c","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1726218283098,"stop":1726218283098,"duration":0},"status":"passed","severity":"normal"},{"uid":"20215fcba1552091","name":"Fails to push message with empty content topic","time":{"start":1726218778286,"stop":1726218778286,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c161dc11c4f443c","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1726218304536,"stop":1726218304536,"duration":0},"status":"passed","severity":"normal"},{"uid":"18e1cb705e793ac2","name":"Ping on unsubscribed peer","time":{"start":1726218397743,"stop":1726218397743,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca06e059aece7b1f","name":"Asymmetric encrypt & decrypt","time":{"start":1726218315164,"stop":1726218315165,"duration":1},"status":"passed","severity":"normal"},{"uid":"62db60a4aeded6f","name":"Check message on other pubsub topic is not received","time":{"start":1726218764097,"stop":1726218764097,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e7a9ea3deffc3a2","name":"Subscribe to topic containing JSON and receive message","time":{"start":1726218879371,"stop":1726218879372,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1626e82bcffce8f","name":"Renews subscription after lossing a connection","time":{"start":1726218879334,"stop":1726218879335,"duration":1},"status":"passed","severity":"normal"},{"uid":"690d8d2ed75c41be","name":"Publish message with large meta","time":{"start":1726218806766,"stop":1726218806767,"duration":1},"status":"passed","severity":"normal"},{"uid":"92d43601f811c44e","name":"getPeersByDiscovery","time":{"start":1726218777346,"stop":1726218777346,"duration":0},"status":"passed","severity":"normal"},{"uid":"70ad196fb3876722","name":"Check message on other pubsub topic is not received","time":{"start":1726218510989,"stop":1726218510989,"duration":0},"status":"passed","severity":"normal"},{"uid":"124b23b67895c646","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app46/6/topic476/proto","time":{"start":1726218843768,"stop":1726218843768,"duration":0},"status":"passed","severity":"normal"},{"uid":"f759b0eb1907c407","name":"Check publish message after service node is restarted","time":{"start":1726218806766,"stop":1726218806766,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ef0a83fcfb23aedf","name":"All","time":{"start":1726218344914,"stop":1726218344915,"duration":1},"status":"passed","severity":"normal"},{"uid":"df8171faf052af51","name":"Check received message containing Chinese","time":{"start":1726218764081,"stop":1726218764082,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a01de46ec5469aa","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1726218563307,"stop":1726218563307,"duration":0},"status":"passed","severity":"normal"},{"uid":"79d51a65d0af618d","name":"should only return 1 node with store capability","time":{"start":1726218304470,"stop":1726218304471,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ed7a2f20f5842e0","name":"Check received message containing Script","time":{"start":1726218510976,"stop":1726218510977,"duration":1},"status":"passed","severity":"normal"},{"uid":"c24daf8d388268bf","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","time":{"start":1726218669772,"stop":1726218669772,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6479dfe9c5fc0df","name":"Reopen subscription with peer with lost subscription","time":{"start":1726218412655,"stop":1726218412656,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac745da7d2833461","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523026,"stop":1726218523026,"duration":0},"status":"passed","severity":"normal"},{"uid":"51d33b622e674957","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1726218283096,"stop":1726218283096,"duration":0},"status":"passed","severity":"normal"},{"uid":"3086fdbd690978db","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218651147,"stop":1726218651147,"duration":0},"status":"passed","severity":"normal"},{"uid":"35d66046eb6255f0","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1726218523019,"stop":1726218523019,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dad575c746875b3","name":"Push message with content topic containing special chars","time":{"start":1726218778227,"stop":1726218778227,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f855269ae3e689","name":"Query Generator, Wrong PubsubTopic","time":{"start":1726218886387,"stop":1726218886390,"duration":3},"status":"passed","severity":"normal"},{"uid":"768bcaa9249b2728","name":"should only return 1 node with relay capability","time":{"start":1726218304469,"stop":1726218304469,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd1571c98e4417b","name":"Check publish message containing long","time":{"start":1726218806752,"stop":1726218806752,"duration":0},"status":"passed","severity":"normal"},{"uid":"29ed9c662df66fd5","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1726218879288,"stop":1726218879288,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fd7038d9c6972bf","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1726218777347,"stop":1726218777347,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e8fe22c2fec85a3","name":"Waku message hash computation (no timestamp)","time":{"start":1726218285627,"stop":1726218285627,"duration":0},"status":"passed","severity":"normal"},{"uid":"116568e226d8328d","name":"LightPush with 2 connections","time":{"start":1726218583682,"stop":1726218583683,"duration":1},"status":"passed","severity":"normal"},{"uid":"14b5e88aa3f92da","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1726218523021,"stop":1726218523021,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc7595f2dc0f2656","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1726218551480,"stop":1726218551481,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5f75f3e1f62f363","name":"Push message with Arabic payload","time":{"start":1726218778187,"stop":1726218778188,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9706327e62c087b","name":"groups content topics by expected pubsub topic","time":{"start":1726218283087,"stop":1726218283087,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bda49ef577380f8","name":"Check message with no content topic is not received","time":{"start":1726218764112,"stop":1726218764113,"duration":1},"status":"passed","severity":"normal"},{"uid":"438633ae63c5c79f","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1726218551487,"stop":1726218551487,"duration":0},"status":"passed","severity":"normal"},{"uid":"c29173ca9145775e","name":"Check received message containing long","time":{"start":1726218764101,"stop":1726218764101,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f88b88efc26bc79","name":"Push 30 different messages","time":{"start":1726218778197,"stop":1726218778198,"duration":1},"status":"passed","severity":"normal"},{"uid":"eaf720a73ec30f34","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1726218843770,"stop":1726218843770,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc7d6c8ab7df036e","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1726218523030,"stop":1726218523030,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1cfba753f944e73","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1726218788037,"stop":1726218788037,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bb7459fcffe1aaf","name":"Filter with 3 connections","time":{"start":1726218583684,"stop":1726218583684,"duration":0},"status":"passed","severity":"normal"},{"uid":"729a70bf5dcc58ae","name":"ignores domain fetching errors","time":{"start":1726218304464,"stop":1726218304465,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3739f783287e1b3","name":"Query Generator, No Decoder","time":{"start":1726218886391,"stop":1726218886391,"duration":0},"status":"passed","severity":"normal"},{"uid":"4368215cbf6b665d","name":"Publish message with custom timestamp: Fri Sep 13 2024 10:12:58 GMT+0000 (Coordinated Universal Time)","time":{"start":1726218806762,"stop":1726218806762,"duration":0},"status":"passed","severity":"normal"},{"uid":"f12194e561c4be75","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1726218914875,"stop":1726218914875,"duration":0},"status":"passed","severity":"normal"},{"uid":"79a2ee5477479019","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1726218523020,"stop":1726218523020,"duration":0},"status":"passed","severity":"normal"},{"uid":"29e401b857c4dab5","name":"should get / set TCP multiaddr","time":{"start":1726218291663,"stop":1726218291664,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6f11950d6329e52","name":"Js publishes, other Js receives","time":{"start":1726218791623,"stop":1726218791623,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1a5a22e87f3879a","name":"Subscribe and receive messages via lightPush","time":{"start":1726218879335,"stop":1726218879335,"duration":0},"status":"passed","severity":"normal"},{"uid":"bef91994bd59cb08","name":"handles multiple messages","time":{"start":1726218910985,"stop":1726218910985,"duration":0},"status":"passed","severity":"normal"},{"uid":"924b95079e61c63c","name":"should not fail to start the service if it is already started","time":{"start":1726218308581,"stop":1726218308582,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2a98fa084253ee0","name":"same cluster, same shard: nodes connect","time":{"start":1726218689005,"stop":1726218689006,"duration":1},"status":"passed","severity":"normal"},{"uid":"8dfb836e329d14e1","name":"should decode valid enr successfully","time":{"start":1726218291658,"stop":1726218291658,"duration":0},"status":"passed","severity":"normal"},{"uid":"319ba275bc35c263","name":"throws on content topic with empty topic name field","time":{"start":1726218283074,"stop":1726218283075,"duration":1},"status":"passed","severity":"normal"},{"uid":"7236d7a09f2b3797","name":"Push message with Script payload","time":{"start":1726218862994,"stop":1726218862995,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0dbcd93c1397719","name":"Reopen subscription with peer with lost subscription","time":{"start":1726218397743,"stop":1726218397743,"duration":0},"status":"passed","severity":"normal"},{"uid":"df4ce2302cd82c29","name":"creates an iterator","time":{"start":1726218910984,"stop":1726218910985,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d6e14c991b77b56","name":"should be able to decode the field with only FILTER set to true","time":{"start":1726218291081,"stop":1726218291082,"duration":1},"status":"passed","severity":"normal"},{"uid":"918de91f586058ee","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1726218283097,"stop":1726218283097,"duration":0},"status":"passed","severity":"normal"},{"uid":"7731a62b40f6539c","name":"Passing invalid cursor","time":{"start":1726218851925,"stop":1726218851926,"duration":1},"status":"passed","severity":"normal"},{"uid":"92dd06b25b4c7015","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1726218851922,"stop":1726218851922,"duration":0},"status":"passed","severity":"normal"},{"uid":"21c0013143e20769","name":"addEventListener with correct event","time":{"start":1726218375482,"stop":1726218375483,"duration":1},"status":"passed","severity":"normal"},{"uid":"30dbe7a6536b4b79","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1726218314719,"stop":1726218314720,"duration":1},"status":"passed","severity":"normal"},{"uid":"537aaac81b083674","name":"Push message with Chinese payload","time":{"start":1726218862990,"stop":1726218862991,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c70bdf6d700a2d3","name":"Generator, custom pubsub topic","time":{"start":1726218903393,"stop":1726218903393,"duration":0},"status":"passed","severity":"normal"},{"uid":"36f49fe4f270b563","name":"should not fail to stop the service if it was not started","time":{"start":1726218308580,"stop":1726218308581,"duration":1},"status":"passed","severity":"normal"},{"uid":"1603de7664729680","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1726218523027,"stop":1726218523027,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bb67e6dcf90491d","name":"Query generator for multiple messages with different content topic format","time":{"start":1726218902972,"stop":1726218902982,"duration":10},"status":"passed","severity":"normal"},{"uid":"eeafbf1d12887ad9","name":"Push message with content topic containing SQL Injection","time":{"start":1726218778233,"stop":1726218778234,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea6e403880636015","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1726218879289,"stop":1726218879289,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a7e75bc5cb280a4","name":"Light Node - default protocols","time":{"start":1726218926398,"stop":1726218926398,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b45d5c131dc7c31","name":"Relay - dialed after","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"status":"passed","severity":"normal"},{"uid":"d74e0b507a4ab6e6","name":"should not throw an error for a single configured topic","time":{"start":1726218283101,"stop":1726218283101,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e7e9fb9e46df0f8","name":"should throw an error for empty SingleShardInfos array","time":{"start":1726218283089,"stop":1726218283090,"duration":1},"status":"passed","severity":"normal"},{"uid":"d457d4c29c1ed37b","name":"Push to array if already present","time":{"start":1726218282698,"stop":1726218282698,"duration":0},"status":"passed","severity":"normal"},{"uid":"868c589a32757cc7","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1726218455970,"stop":1726218455970,"duration":0},"status":"passed","severity":"normal"},{"uid":"274acc71bc983490","name":"1 Store, 2 relays, 2 fetches","time":{"start":1726218304291,"stop":1726218304292,"duration":1},"status":"passed","severity":"normal"},{"uid":"75c50a9372841e04","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1726218304535,"stop":1726218304535,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bd67832f56d0880","name":"Check received message with timestamp: 1726218335042000000 ","time":{"start":1726218764109,"stop":1726218764109,"duration":0},"status":"passed","severity":"normal"},{"uid":"756eb1c6d7cc0faa","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1726218812476,"stop":1726218812476,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0263a85324abd8b","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1726218914871,"stop":1726218914872,"duration":1},"status":"passed","severity":"normal"},{"uid":"60497c7fddd2b17d","name":"1 Relay, 1 Filter, gives up","time":{"start":1726218304292,"stop":1726218304292,"duration":0},"status":"passed","severity":"normal"},{"uid":"3578b6b775ac898d","name":"Push message with rate limit","time":{"start":1726218778287,"stop":1726218778288,"duration":1},"status":"passed","severity":"normal"},{"uid":"be4d20fe809697d1","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1726218956166,"stop":1726218956166,"duration":0},"status":"passed","severity":"normal"},{"uid":"57e714e5f0dbe7db","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1726218447519,"stop":1726218447521,"duration":2},"status":"passed","severity":"normal"},{"uid":"dac8b312ad0a1be4","name":"Push message with content topic containing short","time":{"start":1726218778218,"stop":1726218778218,"duration":0},"status":"passed","severity":"normal"},{"uid":"4771320b2e2c974e","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1726218843764,"stop":1726218843764,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f9551c5693c1f36","name":"Encoder throws on empty string content topic","time":{"start":1726218314723,"stop":1726218314723,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec544f86edaed142","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1726218283077,"stop":1726218283082,"duration":5},"status":"passed","severity":"normal"},{"uid":"e3de853524dbbd72","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1726218879294,"stop":1726218879298,"duration":4},"status":"passed","severity":"normal"},{"uid":"ca3f24444472b209","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1726218851923,"stop":1726218851924,"duration":1},"status":"passed","severity":"normal"},{"uid":"d203c783679f29f9","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1726218335402,"stop":1726218335402,"duration":0},"status":"passed","severity":"normal"},{"uid":"61be9f993033be95","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218410952,"stop":1726218410953,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b157ba589234ae7","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app90/4/topic376/test.js","time":{"start":1726218843768,"stop":1726218843769,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfd8f25679c56313","name":"Subscribe and receive messages via waku relay post","time":{"start":1726218879336,"stop":1726218879337,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba359e866df63c79","name":"LightPush with 1 connections","time":{"start":1726218583682,"stop":1726218583682,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2f50fdc6756f9a","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1726218879315,"stop":1726218879317,"duration":2},"status":"passed","severity":"normal"},{"uid":"fe3f0cbbe0020de7","name":"Push message with custom timestamp: 1726214951739","time":{"start":1726218863049,"stop":1726218863050,"duration":1},"status":"passed","severity":"normal"},{"uid":"7369b2cfed18dbc5","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1726218669780,"stop":1726218669781,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f1020a5023b9298","name":"random static sharding 5 - Cluster ID: 328, Shard ID: 996","time":{"start":1726218863180,"stop":1726218863180,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e788243042e341e","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1726218879336,"stop":1726218879336,"duration":0},"status":"passed","severity":"normal"},{"uid":"859fcb18e01f0d5c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218651145,"stop":1726218651145,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5eeae2efd1869b2","name":"Check publish message containing shell command","time":{"start":1726218806759,"stop":1726218806759,"duration":0},"status":"passed","severity":"normal"},{"uid":"6832d472335fde69","name":"Filter","time":{"start":1726218926397,"stop":1726218926398,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4ce9dd4347aa0e7","name":"Push message with meta","time":{"start":1726218863043,"stop":1726218863045,"duration":2},"status":"passed","severity":"normal"},{"uid":"b663367c56a04e4f","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726218651146,"stop":1726218651146,"duration":0},"status":"passed","severity":"normal"},{"uid":"b53274d932426b2f","name":"can start and stop the service","time":{"start":1726218308580,"stop":1726218308580,"duration":0},"status":"passed","severity":"normal"},{"uid":"685bba1c4f83f405","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1726218956167,"stop":1726218956168,"duration":1},"status":"passed","severity":"normal"},{"uid":"7287df32d636fb32","name":"Subscribe and receive messages via lightPush","time":{"start":1726218879286,"stop":1726218879286,"duration":0},"status":"passed","severity":"normal"},{"uid":"b51b5e81cdf9de23","name":"Add multiple subscription objects on single nwaku node","time":{"start":1726218879332,"stop":1726218879332,"duration":0},"status":"passed","severity":"normal"},{"uid":"da3115bd84df2951","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1726218879298,"stop":1726218879313,"duration":15},"status":"passed","severity":"normal"},{"uid":"ff5d0f5b0be27af7","name":"Fails to publish message with size larger than 1 MB","time":{"start":1726218806765,"stop":1726218806765,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef9020a16e3ff4f8","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1726218851924,"stop":1726218851924,"duration":0},"status":"passed","severity":"normal"},{"uid":"d52d3089909a0a1a","name":"Check received message containing short","time":{"start":1726218764064,"stop":1726218764066,"duration":2},"status":"passed","severity":"normal"},{"uid":"908d71ba827225ca","name":"can dial TLS multiaddrs","time":{"start":1726218673575,"stop":1726218673576,"duration":1},"status":"passed","severity":"normal"},{"uid":"442e4d1e68bb0cc4","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1726218283089,"stop":1726218283089,"duration":0},"status":"passed","severity":"normal"},{"uid":"6be6a4d847ad8566","name":"Refresh subscription","time":{"start":1726218879341,"stop":1726218879342,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc8e38dc4d948ee6","name":"should emit a peer event after start","time":{"start":1726218793433,"stop":1726218793434,"duration":1},"status":"passed","severity":"normal"},{"uid":"35e2ad0ffd61e6a9","name":"should properly create location multiaddrs - udp4","time":{"start":1726218291667,"stop":1726218291667,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ebcfee765a0247b","name":"Ephemeral messages are not stored","time":{"start":1726218346772,"stop":1726218346772,"duration":0},"status":"passed","severity":"normal"},{"uid":"55df71f4ea11c8f8","name":"Sign & Recover","time":{"start":1726218315166,"stop":1726218315167,"duration":1},"status":"passed","severity":"normal"},{"uid":"2501ff355c747cd5","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1726218879374,"stop":1726218879376,"duration":2},"status":"passed","severity":"normal"},{"uid":"be45056cdf2bd94e","name":"Decoder throws on empty string content topic","time":{"start":1726218316388,"stop":1726218316388,"duration":0},"status":"passed","severity":"normal"},{"uid":"badc7180b5054787","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1726218342872,"stop":1726218342872,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2142edc0914b7","name":"Push message with content topic containing unicode special characters","time":{"start":1726218778284,"stop":1726218778284,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7658e514e419878","name":"start node with empty shard should fail","time":{"start":1726218863187,"stop":1726218863187,"duration":0},"status":"passed","severity":"normal"},{"uid":"51afd52b18ee549e","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1726218563297,"stop":1726218563298,"duration":1},"status":"passed","severity":"normal"},{"uid":"720449b875078c85","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1726218346773,"stop":1726218346774,"duration":1},"status":"passed","severity":"normal"},{"uid":"30f21201776bf25f","name":"Push message with content topic containing XML","time":{"start":1726218863022,"stop":1726218863027,"duration":5},"status":"passed","severity":"normal"},{"uid":"95ca8082657bb408","name":"Check received message containing SQL Injection","time":{"start":1726218510972,"stop":1726218510972,"duration":0},"status":"passed","severity":"normal"},{"uid":"71256f7045ae34","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1726218898754,"stop":1726218898754,"duration":0},"status":"passed","severity":"normal"},{"uid":"7264ab816db8796","name":"should not receive a peer event before start","time":{"start":1726218345035,"stop":1726218345035,"duration":0},"status":"passed","severity":"normal"},{"uid":"7746af7131889f3a","name":"Push message with escaped characters payload","time":{"start":1726218778195,"stop":1726218778195,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef1ecf501442555d","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1726218308584,"stop":1726218308584,"duration":0},"status":"passed","severity":"normal"},{"uid":"6efe942e8456b3ea","name":"Push message with Basic HTML tag payload","time":{"start":1726218778190,"stop":1726218778190,"duration":0},"status":"passed","severity":"normal"},{"uid":"915994120eb75fd1","name":"Check meta is set [ecies]","time":{"start":1726218316386,"stop":1726218316387,"duration":1},"status":"passed","severity":"normal"},{"uid":"3905969d36b25a5c","name":"Ordered Callback - true","time":{"start":1726218885489,"stop":1726218885490,"duration":1},"status":"passed","severity":"normal"},{"uid":"75f399477ee03636","name":"Ordered callback, aborts when callback returns true","time":{"start":1726218903001,"stop":1726218903004,"duration":3},"status":"passed","severity":"normal"},{"uid":"c6f40427d2545d48","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1726218563305,"stop":1726218563307,"duration":2},"status":"passed","severity":"normal"},{"uid":"f1db01fbb7f3b8b","name":"Ping on subscribed peer","time":{"start":1726218412656,"stop":1726218412656,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f7e1b4d077f8ffe","name":"through manual discovery","time":{"start":1726218673576,"stop":1726218673576,"duration":0},"status":"passed","severity":"normal"},{"uid":"d91b108464358a1f","name":"Decoder throws on empty string content topic","time":{"start":1726218314724,"stop":1726218314724,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad03d55176a61ff2","name":"passes more than one ENR URLs and attempts connection","time":{"start":1726218345043,"stop":1726218345043,"duration":0},"status":"skipped","severity":"normal"},{"uid":"61f382425504b46a","name":"should throw an error for missing required configuration","time":{"start":1726218283093,"stop":1726218283093,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cfc1ccbb96d7982","name":"Subscribe to topic containing numeric and receive message","time":{"start":1726218879352,"stop":1726218879352,"duration":0},"status":"passed","severity":"normal"},{"uid":"631303ba99fa9029","name":"Push message with content topic containing JSON","time":{"start":1726218778265,"stop":1726218778270,"duration":5},"status":"passed","severity":"normal"},{"uid":"a3065fd072702330","name":"Check received message containing SQL Injection","time":{"start":1726218764106,"stop":1726218764106,"duration":0},"status":"passed","severity":"normal"},{"uid":"3435de0fce6427c9","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1726218523025,"stop":1726218523025,"duration":0},"status":"passed","severity":"normal"},{"uid":"11bb16190aff82a0","name":"should handle corrupted local storage data gracefully","time":{"start":1726218308584,"stop":1726218308584,"duration":0},"status":"passed","severity":"normal"},{"uid":"96579635c9e42be6","name":"Subscribe to topic containing special chars and receive message","time":{"start":1726218551485,"stop":1726218551486,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a078604bad514a4","name":"Round trip binary serialization","time":{"start":1726218296783,"stop":1726218296783,"duration":0},"status":"passed","severity":"normal"},{"uid":"af16f11846fbef17","name":"Subscribe to topic containing shell command and receive message","time":{"start":1726218551493,"stop":1726218551493,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b00b16336642eb5","name":"Query Generator - false","time":{"start":1726218885487,"stop":1726218885488,"duration":1},"status":"passed","severity":"normal"},{"uid":"23b626892948c266","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1726218563299,"stop":1726218563299,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e0ee157c8556665","name":"random static sharding 8 - Cluster ID: 226, Shard ID: 947","time":{"start":1726218863184,"stop":1726218863184,"duration":0},"status":"passed","severity":"normal"},{"uid":"4831bf8be021a99d","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1726218886396,"stop":1726218886396,"duration":0},"status":"passed","severity":"normal"},{"uid":"43ce9e4d18d7722c","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1726218291083,"stop":1726218291083,"duration":0},"status":"passed","severity":"normal"},{"uid":"69cc063df694685","name":"Subscribe to topic containing numeric and publish message","time":{"start":1726218812472,"stop":1726218812472,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fcad84c00b1720f","name":"Relay - times out","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"status":"passed","severity":"normal"},{"uid":"f500c56fdff1f020","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1726218291085,"stop":1726218291085,"duration":0},"status":"passed","severity":"normal"},{"uid":"53988f1145d3cbb6","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1726218879287,"stop":1726218879287,"duration":0},"status":"passed","severity":"normal"},{"uid":"201ae843cffcaf3a","name":"Check publish message containing unicode special characters","time":{"start":1726218806759,"stop":1726218806760,"duration":1},"status":"passed","severity":"normal"},{"uid":"819de4df883467af","name":"Rejects garbage","time":{"start":1726218319680,"stop":1726218319680,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8e3fb5b679c9b3a","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1726218382077,"stop":1726218382078,"duration":1},"status":"passed","severity":"normal"},{"uid":"900241452f21c45e","name":"Nodes with multiple pubsub topic","time":{"start":1726218788036,"stop":1726218788036,"duration":0},"status":"passed","severity":"normal"},{"uid":"abbc18cc02a6594","name":"throws on content topic with generation field greater than 0","time":{"start":1726218283072,"stop":1726218283073,"duration":1},"status":"passed","severity":"normal"},{"uid":"535ff8ea095a5e3d","name":"Check received message containing shell command","time":{"start":1726218764108,"stop":1726218764108,"duration":0},"status":"passed","severity":"normal"},{"uid":"49259250f07a1e1e","name":"Check received message with timestamp: 1726218334519 ","time":{"start":1726218510984,"stop":1726218510987,"duration":3},"status":"passed","severity":"normal"},{"uid":"e4f7fe4843bd6df8","name":"Push message with special chars payload","time":{"start":1726218778184,"stop":1726218778185,"duration":1},"status":"passed","severity":"normal"},{"uid":"2754b1350fa4d8a8","name":"should set field with only LIGHTPUSH enabled","time":{"start":1726218291671,"stop":1726218291671,"duration":0},"status":"passed","severity":"normal"},{"uid":"228046c05b3abe0e","name":"can start the service","time":{"start":1726218345025,"stop":1726218345026,"duration":1},"status":"passed","severity":"normal"},{"uid":"f03729e4a50a0691","name":"should set field with only STORE enabled","time":{"start":1726218291670,"stop":1726218291671,"duration":1},"status":"passed","severity":"normal"},{"uid":"32e5e4ac50f26cdb","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1726218523023,"stop":1726218523023,"duration":0},"status":"passed","severity":"normal"},{"uid":"1203dd6f46a5a9b9","name":"Relay - dialed first","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"status":"passed","severity":"normal"},{"uid":"79818748cd8073b6","name":"shard 0","time":{"start":1726218863176,"stop":1726218863178,"duration":2},"status":"passed","severity":"normal"},{"uid":"96e82bf7c76ad986","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1726218304536,"stop":1726218304536,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5ed93bacfe25bb0","name":"handles different clusterIds correctly","time":{"start":1726218283087,"stop":1726218283087,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aa1f33b1641a8a4","name":"getPeersByDiscovery","time":{"start":1726218375492,"stop":1726218375493,"duration":1},"status":"passed","severity":"normal"},{"uid":"858368dbe10b1a15","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1726218302904,"stop":1726218302904,"duration":0},"status":"passed","severity":"normal"},{"uid":"8eb088ee29513b7a","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1726218342871,"stop":1726218342872,"duration":1},"status":"passed","severity":"normal"},{"uid":"a086eadde719dc9f","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1726218455969,"stop":1726218455969,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4264c5519720650","name":"Refresh subscription","time":{"start":1726218812469,"stop":1726218812469,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ca68d9aeb4f6c1a0","name":"Check meta is set [symmetric]","time":{"start":1726218314721,"stop":1726218314722,"duration":1},"status":"passed","severity":"normal"},{"uid":"278959b5c177d6e4","name":"Publish message with custom timestamp: Fri Sep 13 2024 08:12:58 GMT+0000 (Coordinated Universal Time)","time":{"start":1726218806761,"stop":1726218806762,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec0d7bc5a8cc0eda","name":"should throw error - invalid id","time":{"start":1726218291660,"stop":1726218291660,"duration":0},"status":"passed","severity":"normal"},{"uid":"152b75294ea3e72a","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1726218898752,"stop":1726218898752,"duration":0},"status":"passed","severity":"normal"},{"uid":"99f750d6a0db3b00","name":"Check publish message containing Chinese","time":{"start":1726218806753,"stop":1726218806753,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0241118c3bc6332","name":"random static sharding 1 - Cluster ID: 39, Shard ID: 480","time":{"start":1726218863178,"stop":1726218863179,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ed553b263b77aa","name":"Subscribe to topic containing short and publish message","time":{"start":1726218812470,"stop":1726218812471,"duration":1},"status":"passed","severity":"normal"},{"uid":"539831bafa494215","name":"random static sharding 2 - Cluster ID: 996, Shard ID: 797","time":{"start":1726218863179,"stop":1726218863179,"duration":0},"status":"passed","severity":"normal"},{"uid":"879b9592f245da41","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1726218291658,"stop":1726218291658,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a753297e170ba22","name":"Push message with XML payload","time":{"start":1726218778189,"stop":1726218778189,"duration":0},"status":"passed","severity":"normal"},{"uid":"21ea0d4782b9afef","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1726218563296,"stop":1726218563297,"duration":1},"status":"passed","severity":"normal"},{"uid":"2cc78035072cefda","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app21/8/topic968/test.js","time":{"start":1726218843765,"stop":1726218843765,"duration":0},"status":"passed","severity":"normal"},{"uid":"86acbfe66afccb5a","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1726218914874,"stop":1726218914874,"duration":0},"status":"passed","severity":"normal"},{"uid":"2397007bcd832aa6","name":"Subscribe to topic containing special chars and receive message","time":{"start":1726218879352,"stop":1726218879353,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fa4abc3d994c292","name":"Passing page size 11 when there are 10 messages","time":{"start":1726218909195,"stop":1726218909195,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cf8b78169da3cf9","name":"Subscribe and receive messages via waku relay post","time":{"start":1726218879287,"stop":1726218879287,"duration":0},"status":"passed","severity":"normal"},{"uid":"666b6ffa76b3ce73","name":"Subscribe to topic containing XML and receive message","time":{"start":1726218879320,"stop":1726218879320,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdbfb21cda54f7aa","name":"should use DNS peer discovery with light client","time":{"start":1726218345037,"stop":1726218345038,"duration":1},"status":"skipped","severity":"normal"},{"uid":"c957ba2dabb60e40","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app24/1/topic797/proto","time":{"start":1726218843767,"stop":1726218843768,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b6d175a88a9b1","name":"less peers than existing","time":{"start":1726218764451,"stop":1726218764451,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e62d5bd582ce8d02","name":"Publishes to nwaku","time":{"start":1726218791622,"stop":1726218791622,"duration":0},"status":"passed","severity":"normal"},{"uid":"a94cfcb7f614ba83","name":"Check message received after nwaku node is restarted","time":{"start":1726218764099,"stop":1726218764099,"duration":0},"status":"skipped","severity":"normal"},{"uid":"74588ef3ba61f4c2","name":"Push message with escaped characters payload","time":{"start":1726218863002,"stop":1726218863003,"duration":1},"status":"passed","severity":"normal"},{"uid":"c58010ac28ca13f1","name":"Subscribe and receive messages via lightPush","time":{"start":1726218551468,"stop":1726218551468,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca9d2067e246b0e8","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218903394,"stop":1726218903394,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3cd4738359e9336","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218903393,"stop":1726218903393,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2a9db929b75e827","name":"Check message received after nwaku node is restarted","time":{"start":1726218510991,"stop":1726218510991,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5c5d603b0351a7b7","name":"Subscribe to topic containing Script and publish message","time":{"start":1726218812476,"stop":1726218812476,"duration":0},"status":"passed","severity":"normal"},{"uid":"df1d0806687cc5af","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1726218812481,"stop":1726218812481,"duration":0},"status":"passed","severity":"normal"},{"uid":"9416d68d8bc87580","name":"Push message with content topic containing long","time":{"start":1726218778219,"stop":1726218778219,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d9823d6de745ee5","name":"removeEventListener with correct event","time":{"start":1726218375484,"stop":1726218375492,"duration":8},"status":"passed","severity":"normal"},{"uid":"242f39cda045a6b5","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1726218283084,"stop":1726218283084,"duration":0},"status":"passed","severity":"normal"},{"uid":"972104f0059f8a2d","name":"Subscribe to topic containing XML and publish message","time":{"start":1726218812476,"stop":1726218812477,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbc339e538797e3","name":"Refresh subscription","time":{"start":1726218551482,"stop":1726218551482,"duration":0},"status":"passed","severity":"normal"},{"uid":"31039f33ceae023","name":"Subscribe to topic containing long and receive message","time":{"start":1726218879351,"stop":1726218879352,"duration":1},"status":"passed","severity":"normal"},{"uid":"9eca7d2728ed4c63","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1726218304535,"stop":1726218304535,"duration":0},"status":"passed","severity":"normal"},{"uid":"24b5bee9924ef036","name":"Encoder throws on undefined content topic","time":{"start":1726218316387,"stop":1726218316387,"duration":0},"status":"passed","severity":"normal"},{"uid":"892ef1596701a339","name":"Encoder throws on empty string content topic","time":{"start":1726218296785,"stop":1726218296785,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3a816832f52cb88","name":"Subscribe to topic containing shell command and receive message","time":{"start":1726218879322,"stop":1726218879330,"duration":8},"status":"passed","severity":"normal"},{"uid":"242c022b987a776e","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1726218285627,"stop":1726218285628,"duration":1},"status":"passed","severity":"normal"},{"uid":"64f8883d1686cf38","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1726218806763,"stop":1726218806764,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae17a515ffbdd9e1","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1726218296786,"stop":1726218296787,"duration":1},"status":"passed","severity":"normal"},{"uid":"88e35d2cf4c770eb","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1726218879337,"stop":1726218879337,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ad2d5a74daa8e20","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","time":{"start":1726218669773,"stop":1726218669773,"duration":0},"status":"passed","severity":"normal"},{"uid":"651c9e531633893d","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1726218283099,"stop":1726218283100,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0f3c82194f2aa3","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1726218956166,"stop":1726218956167,"duration":1},"status":"passed","severity":"normal"},{"uid":"4650472aca951c60","name":"should get / set UDP multiaddr","time":{"start":1726218291663,"stop":1726218291663,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2c0d30e8b718f94","name":"Subscribe to topic containing emoji and receive message","time":{"start":1726218879332,"stop":1726218879332,"duration":0},"status":"passed","severity":"normal"},{"uid":"1baa0b027f6e22cd","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1726218283085,"stop":1726218283085,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfce94e63411aedf","name":"should set field with all protocols enabled","time":{"start":1726218291670,"stop":1726218291670,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ff3780af93403cb","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1726218304533,"stop":1726218304534,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd7930b6eebc4ffa","name":"Subscribe to topic containing Russian and receive message","time":{"start":1726218879360,"stop":1726218879360,"duration":0},"status":"passed","severity":"normal"},{"uid":"15c087d996447df6","name":"Check message with no payload is not received","time":{"start":1726218764113,"stop":1726218764113,"duration":0},"status":"passed","severity":"normal"},{"uid":"8526b933550e1457","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1726218898753,"stop":1726218898753,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cc8468fc234bdd3","name":"pre and post cipher","time":{"start":1726218315166,"stop":1726218315166,"duration":0},"status":"passed","severity":"normal"},{"uid":"b403c454b56be12a","name":"caches peers it previously fetched","time":{"start":1726218304467,"stop":1726218304467,"duration":0},"status":"passed","severity":"normal"},{"uid":"147c9ae3a9cc6b85","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1726218304535,"stop":1726218304536,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d1d96fe11841a5c","name":"Push message on custom pubsubTopic","time":{"start":1726218651144,"stop":1726218651144,"duration":0},"status":"passed","severity":"normal"},{"uid":"e42a676bd4df1918","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1726218886395,"stop":1726218886395,"duration":0},"status":"passed","severity":"normal"},{"uid":"6158c1df0e10543d","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1726218283099,"stop":1726218283099,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2f914b66bf323b7","name":"Fails to publish message with empty text","time":{"start":1726218806763,"stop":1726218806763,"duration":0},"status":"passed","severity":"normal"},{"uid":"583971e704940cb2","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1726218563297,"stop":1726218563297,"duration":0},"status":"passed","severity":"normal"},{"uid":"266bb90f55b69b00","name":"Push message with content topic containing Chinese","time":{"start":1726218863012,"stop":1726218863012,"duration":0},"status":"passed","severity":"normal"},{"uid":"abe09ce20c4fce8f","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1726218764111,"stop":1726218764111,"duration":0},"status":"passed","severity":"normal"},{"uid":"100d5843bbcf901d","name":"Subscribe to topic containing long and receive message","time":{"start":1726218879293,"stop":1726218879293,"duration":0},"status":"passed","severity":"normal"},{"uid":"2de119fa43ee1f8a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523024,"stop":1726218523024,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c4df3568cddd6d0","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1726218283084,"stop":1726218283084,"duration":0},"status":"passed","severity":"normal"},{"uid":"9eb1f368e11c5fde","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","time":{"start":1726218669770,"stop":1726218669771,"duration":1},"status":"passed","severity":"normal"},{"uid":"b24c58d60f2d3742","name":"should not receive a peer event before start","time":{"start":1726218793434,"stop":1726218793435,"duration":1},"status":"passed","severity":"normal"},{"uid":"93f3f59f11f1311f","name":"Push message with content topic containing short","time":{"start":1726218863005,"stop":1726218863005,"duration":0},"status":"passed","severity":"normal"},{"uid":"64523352a822b4d7","name":"should be online or offline if network state changed","time":{"start":1726218335404,"stop":1726218335405,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7a315a1a5957505","name":"Query Generator, Multiple PubsubTopics","time":{"start":1726218886390,"stop":1726218886391,"duration":1},"status":"passed","severity":"normal"},{"uid":"54e7feae9bda1010","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1726218291077,"stop":1726218291078,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc22a6d73963c6e7","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1726218283085,"stop":1726218283085,"duration":0},"status":"passed","severity":"normal"},{"uid":"34a3024e98051e32","name":"can start the service","time":{"start":1726218793427,"stop":1726218793428,"duration":1},"status":"passed","severity":"normal"},{"uid":"705e34138455fa75","name":"Check publish message after client node is restarted","time":{"start":1726218806766,"stop":1726218806766,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5dcffabab626862c","name":"Reusing cursor across nodes","time":{"start":1726218851925,"stop":1726218851925,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4d6264d4aeab97f","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1726218812477,"stop":1726218812477,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b2e138054a3a7c0","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1726218812465,"stop":1726218812466,"duration":1},"status":"passed","severity":"normal"},{"uid":"eec5773f1b7b7b1c","name":"Push message with shell command payload","time":{"start":1726218863002,"stop":1726218863002,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9cf61ea12f74a1","name":"Check received message containing Chinese","time":{"start":1726218764104,"stop":1726218764105,"duration":1},"status":"passed","severity":"normal"},{"uid":"c264980d0035ff4b","name":"Subscribe to topic containing Russian and receive message","time":{"start":1726218879314,"stop":1726218879315,"duration":1},"status":"passed","severity":"normal"},{"uid":"361c7d4a52bd7515","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1726218523016,"stop":1726218523016,"duration":0},"status":"passed","severity":"normal"},{"uid":"5871aede98daa3b7","name":"Push message with content topic containing Basic HTML tag","time":{"start":1726218778250,"stop":1726218778251,"duration":1},"status":"passed","severity":"normal"},{"uid":"97d82777f2931d95","name":"Renews subscription after lossing a connection","time":{"start":1726218879387,"stop":1726218879388,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5ae7cf2dffd4dfd","name":"Check received message containing emoji","time":{"start":1726218510982,"stop":1726218510983,"duration":1},"status":"passed","severity":"normal"},{"uid":"d97da8498cc1a26c","name":"nwaku subscribes","time":{"start":1726218791621,"stop":1726218791622,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b477effba7c0120","name":"Check received message containing escaped characters","time":{"start":1726218764094,"stop":1726218764094,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d4fc7777d0be042","name":"Init the array if not present","time":{"start":1726218282696,"stop":1726218282697,"duration":1},"status":"passed","severity":"normal"},{"uid":"964b8d843fd00f97","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1726218563296,"stop":1726218563296,"duration":0},"status":"passed","severity":"normal"},{"uid":"847fec84165e9698","name":"Round trip binary encryption [ecies, signature]","time":{"start":1726218316386,"stop":1726218316386,"duration":0},"status":"passed","severity":"normal"},{"uid":"146ea6121d55ad75","name":"Subscribe to topic containing Russian and receive message","time":{"start":1726218551488,"stop":1726218551488,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e3bbb2c8dbe508b","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1726218283083,"stop":1726218283083,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9c25c94dbd769c9","name":"Check message with invalid timestamp is not received","time":{"start":1726218764111,"stop":1726218764111,"duration":0},"status":"passed","severity":"normal"},{"uid":"c89c7d79934ee4dd","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523016,"stop":1726218523017,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb092e4d29ee67aa","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1726218283097,"stop":1726218283097,"duration":0},"status":"passed","severity":"normal"},{"uid":"47d06fdcdc1c348e","name":"Push message on custom pubsubTopic","time":{"start":1726218651142,"stop":1726218651143,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8b866756082785d","name":"Passing page size 1 when there are 4 messages","time":{"start":1726218909194,"stop":1726218909194,"duration":0},"status":"passed","severity":"normal"},{"uid":"37c7c2c4bab9ceb8","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1726218851924,"stop":1726218851924,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ec6782034e406ad","name":"dispatchEvent via connectionManager","time":{"start":1726218375494,"stop":1726218375494,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe1e0a84badbedc3","name":"Subscribe to topic containing long and receive message","time":{"start":1726218551483,"stop":1726218551484,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c74ae3529f03fcd","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1726218886392,"stop":1726218886393,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e4743b017b62a05","name":"Check message received after nwaku node is restarted","time":{"start":1726218764114,"stop":1726218764114,"duration":0},"status":"skipped","severity":"normal"},{"uid":"367baa7872b9c6bc","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1726218879340,"stop":1726218879340,"duration":0},"status":"passed","severity":"normal"},{"uid":"6105905ca3426dd","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1726218283107,"stop":1726218283107,"duration":0},"status":"passed","severity":"normal"},{"uid":"163e1cb668f80090","name":"Push message with short payload","time":{"start":1726218778173,"stop":1726218778173,"duration":0},"status":"passed","severity":"normal"},{"uid":"455df162951c1d4d","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523021,"stop":1726218523022,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c9cf4703bdc9691","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1726218879321,"stop":1726218879321,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d6c66e8ac7880a4","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1726218914873,"stop":1726218914874,"duration":1},"status":"passed","severity":"normal"},{"uid":"660070925af87e36","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1726218291084,"stop":1726218291084,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b618163cfb6ed0a","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1726218283094,"stop":1726218283094,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bdeae87aeaeba31","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1726218382074,"stop":1726218382075,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ec6b4d4412ed8bd","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1726218523017,"stop":1726218523017,"duration":0},"status":"passed","severity":"normal"},{"uid":"550547bdd951ef21","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1726218335401,"stop":1726218335401,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d685fa82d37ede6","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1726218551494,"stop":1726218551495,"duration":1},"status":"passed","severity":"normal"},{"uid":"47dfe0034edc7346","name":"Query generator for multiple messages with multiple decoders","time":{"start":1726218902969,"stop":1726218902971,"duration":2},"status":"passed","severity":"normal"},{"uid":"c2c702fa3f6aab9f","name":"Ping on unsubscribed peer","time":{"start":1726218412657,"stop":1726218412657,"duration":0},"status":"passed","severity":"normal"},{"uid":"51e2196bc0ace9b1","name":"should encode/decode to RLP encoding","time":{"start":1726218291662,"stop":1726218291662,"duration":0},"status":"passed","severity":"normal"},{"uid":"242792f42b933ae4","name":"Check publish message containing escaped characters","time":{"start":1726218806759,"stop":1726218806759,"duration":0},"status":"passed","severity":"normal"},{"uid":"50c54db568fe3def","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1726218788036,"stop":1726218788036,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb514182afeec34f","name":"Subscribe to topic containing special chars and publish message","time":{"start":1726218812472,"stop":1726218812473,"duration":1},"status":"passed","severity":"normal"},{"uid":"d47b914c87a04e64","name":"A test","time":{"start":1726218651433,"stop":1726218651433,"duration":0},"status":"passed","severity":"normal"},{"uid":"779a6d33409ee6bf","name":"Query with Promise Callback, No message returned","time":{"start":1726218886396,"stop":1726218886396,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb7925ccf6ae0157","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1726218283084,"stop":1726218283084,"duration":0},"status":"passed","severity":"normal"},{"uid":"475a0cc54d7b4c64","name":"should throw an error for missing sharding configuration","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"status":"passed","severity":"normal"},{"uid":"61c23ade9774c792","name":"throws on content topic with too few or too many fields","time":{"start":1726218283071,"stop":1726218283072,"duration":1},"status":"passed","severity":"normal"},{"uid":"42207941aaedf54a","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"status":"passed","severity":"normal"},{"uid":"a561c9cac12a0a10","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1726218304475,"stop":1726218304475,"duration":0},"status":"skipped","severity":"normal"},{"uid":"93c9492b956e5270","name":"LightPush","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"status":"passed","severity":"normal"},{"uid":"45cf3f32838628f8","name":"Relay + Store","time":{"start":1726218291672,"stop":1726218291672,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4a937ac5fb40ce2","name":"Keep-alive pings maintain the connection","time":{"start":1726218447509,"stop":1726218447513,"duration":4},"status":"passed","severity":"normal"},{"uid":"edec1c0dd4349f42","name":"Nwaku publishes","time":{"start":1726218791622,"stop":1726218791623,"duration":1},"status":"passed","severity":"normal"},{"uid":"7964f3640c5430ae","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726218410956,"stop":1726218410956,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3fbfb47f0e336ee","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1726218304533,"stop":1726218304533,"duration":0},"status":"passed","severity":"normal"},{"uid":"871f9e21f1d2b33e","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app31/4/topic67/utf8","time":{"start":1726218843766,"stop":1726218843766,"duration":0},"status":"passed","severity":"normal"},{"uid":"8717e76113565526","name":"should set field with only RELAY enabled","time":{"start":1726218291670,"stop":1726218291670,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb589df37055047b","name":"Ping on peer without subscriptions","time":{"start":1726218412656,"stop":1726218412657,"duration":1},"status":"passed","severity":"normal"},{"uid":"94f95c2217d9715","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1726218812466,"stop":1726218812467,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bd43529907fa10a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1726218283100,"stop":1726218283100,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b3d52320de0d794","name":"Passing page size 19 when there are 20 messages","time":{"start":1726218909195,"stop":1726218909196,"duration":1},"status":"passed","severity":"normal"},{"uid":"984360b0a1525e5d","name":"Decoder throws on empty string content topic","time":{"start":1726218296786,"stop":1726218296786,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a1e19dcd69d002e","name":"Tracks peer failures correctly","time":{"start":1726218447514,"stop":1726218447514,"duration":0},"status":"passed","severity":"normal"},{"uid":"e09eb866c9d13283","name":"Publish message with custom timestamp: Sat Sep 23 2023 09:12:58 GMT+0000 (Coordinated Universal Time)","time":{"start":1726218806761,"stop":1726218806761,"duration":0},"status":"passed","severity":"normal"},{"uid":"19e2562b1616adda","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1726218902994,"stop":1726218903000,"duration":6},"status":"passed","severity":"normal"},{"uid":"667597201fc36399","name":"isConnected between 2 js-waku relay nodes","time":{"start":1726218382082,"stop":1726218382083,"duration":1},"status":"passed","severity":"normal"},{"uid":"2322ccece2a9d744","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1726218563299,"stop":1726218563299,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed62c19e4c4fe287","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1726218285626,"stop":1726218285626,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e9c238f56610d41","name":"should return false","time":{"start":1726218291661,"stop":1726218291661,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfc04cb0394bb571","name":"Generator, 2 different pubsubtopics","time":{"start":1726218903394,"stop":1726218903394,"duration":0},"status":"passed","severity":"normal"},{"uid":"db44986040e8162d","name":"Check received message containing escaped characters","time":{"start":1726218510981,"stop":1726218510982,"duration":1},"status":"passed","severity":"normal"},{"uid":"75a3acbad1032ec4","name":"should not receive a peer event after stop","time":{"start":1726218308583,"stop":1726218308583,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9cda4ced405a4a9","name":"should properly create location multiaddrs - tcp","time":{"start":1726218291669,"stop":1726218291669,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceb015486f59ea5a","name":"Check message with no content topic is not received","time":{"start":1726218510989,"stop":1726218510990,"duration":1},"status":"passed","severity":"normal"},{"uid":"11fe45f887f0e1a1","name":"Privacy Node - default protocol","time":{"start":1726218926398,"stop":1726218926399,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ce60da307fe11e0","name":"should properly create peer info with all multiaddrs","time":{"start":1726218291669,"stop":1726218291669,"duration":0},"status":"passed","severity":"normal"},{"uid":"e54237eb4078a173","name":"Generator, 2 different pubsubtopics","time":{"start":1726218903392,"stop":1726218903392,"duration":0},"status":"passed","severity":"normal"},{"uid":"49991af8deb3effe","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1726218523031,"stop":1726218523031,"duration":0},"status":"passed","severity":"normal"},{"uid":"25876a1f6fc120b1","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1726218669778,"stop":1726218669779,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6abc64ab536d92c","name":"Push message with custom timestamp: 1726222183850","time":{"start":1726218778291,"stop":1726218778291,"duration":0},"status":"passed","severity":"normal"},{"uid":"478125b8fdeb1062","name":"Query with Ordered Callback, No Decoder","time":{"start":1726218886393,"stop":1726218886393,"duration":0},"status":"passed","severity":"normal"},{"uid":"c373db5dacca5779","name":"should return valid sharding parameters for static sharding","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7740ad8645ea4bd","name":"isConnected should return true after first peer connects","time":{"start":1726218382078,"stop":1726218382079,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e3c37ce447f3021","name":"should not fail to start the service if it is already started","time":{"start":1726218345033,"stop":1726218345033,"duration":0},"status":"passed","severity":"normal"},{"uid":"59a74889be4cdf9e","name":"Passing page size 3 when there are 20 messages","time":{"start":1726218909194,"stop":1726218909195,"duration":1},"status":"passed","severity":"normal"},{"uid":"abbfca4a22a97f18","name":"Push message with content topic containing Russian","time":{"start":1726218778233,"stop":1726218778233,"duration":0},"status":"passed","severity":"normal"},{"uid":"f46c7314d38f09dc","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1726218283100,"stop":1726218283100,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a69937b333bd205","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app83/10/topic906/test.js","time":{"start":1726218843766,"stop":1726218843766,"duration":0},"status":"passed","severity":"normal"},{"uid":"1926239cbce7fe4c","name":"should properly create location multiaddrs - tcp4","time":{"start":1726218291667,"stop":1726218291668,"duration":1},"status":"passed","severity":"normal"},{"uid":"f87551eacbaa8c6e","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app42/9/topic703/test.js","time":{"start":1726218843767,"stop":1726218843767,"duration":0},"status":"passed","severity":"normal"},{"uid":"709406fe1315a0fe","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1726218304474,"stop":1726218304474,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d309c12fd2cb7c76","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1726218283101,"stop":1726218283102,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7520b231335f646","name":"Check received message containing Russian","time":{"start":1726218764083,"stop":1726218764086,"duration":3},"status":"passed","severity":"normal"},{"uid":"1b5000687e8558a2","name":"Check received message containing SQL Injection","time":{"start":1726218764087,"stop":1726218764087,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3950b468ed56b7","name":"Passing an array","time":{"start":1726218917025,"stop":1726218917025,"duration":0},"status":"passed","severity":"normal"},{"uid":"36824c297905f874","name":"different cluster, different shard: nodes don't connect","time":{"start":1726218523010,"stop":1726218523011,"duration":1},"status":"passed","severity":"normal"},{"uid":"455836d047d869b3","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1726218342870,"stop":1726218342871,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9860711d179c857","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1726218863178,"stop":1726218863178,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd993a1418c6f970","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1726218551491,"stop":1726218551492,"duration":1},"status":"passed","severity":"normal"},{"uid":"a50e45a2ccda67c4","name":"Check received message containing Basic HTML tag","time":{"start":1726218764107,"stop":1726218764107,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb463cb63004426e","name":"Check received message with timestamp: 1649153314 ","time":{"start":1726218510987,"stop":1726218510988,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8ea0ca6f4d5807c","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1726218914873,"stop":1726218914873,"duration":0},"status":"passed","severity":"normal"},{"uid":"43ad251086066ab1","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1726218283090,"stop":1726218283090,"duration":0},"status":"passed","severity":"normal"},{"uid":"432c761318df8589","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1726218283096,"stop":1726218283096,"duration":0},"status":"passed","severity":"normal"},{"uid":"9eaa155f85b9a97d","name":"Push message with content topic containing XML","time":{"start":1726218778246,"stop":1726218778250,"duration":4},"status":"passed","severity":"normal"},{"uid":"c3c0787846b12f11","name":"Check publish message containing Script","time":{"start":1726218806755,"stop":1726218806756,"duration":1},"status":"passed","severity":"normal"},{"uid":"579696eadf15424b","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1726218551477,"stop":1726218551478,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e2e08bd7e693029","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1726218879373,"stop":1726218879374,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8a95a638719fe75","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726218669772,"stop":1726218669773,"duration":1},"status":"passed","severity":"normal"},{"uid":"2807c4e1554d3f47","name":"Push message with XML payload","time":{"start":1726218862995,"stop":1726218862996,"duration":1},"status":"passed","severity":"normal"},{"uid":"b29b3096cb5b3b0d","name":"LightPush with 3 connections","time":{"start":1726218583684,"stop":1726218583684,"duration":0},"status":"passed","severity":"normal"},{"uid":"20b55f41b8cf225","name":"Encoder throws on undefined content topic","time":{"start":1726218296785,"stop":1726218296785,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b33fb2456e66c3f","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1726218777347,"stop":1726218777347,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5bddcdba3a462e9","name":"Query with Ordered Callback, No message returned","time":{"start":1726218886393,"stop":1726218886395,"duration":2},"status":"passed","severity":"normal"},{"uid":"2f765917896636d8","name":"Push message with content topic containing JSON","time":{"start":1726218863029,"stop":1726218863032,"duration":3},"status":"passed","severity":"normal"},{"uid":"47724909b08677f5","name":"Subscribe to topic containing emoji and receive message","time":{"start":1726218879376,"stop":1726218879380,"duration":4},"status":"passed","severity":"normal"},{"uid":"5360e733e13a6bb4","name":"addEventListener with wrong event","time":{"start":1726218375483,"stop":1726218375484,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5bf30daee794375","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523028,"stop":1726218523028,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e52da3a43f57646","name":"Subscribe to topic containing XML and receive message","time":{"start":1726218879361,"stop":1726218879361,"duration":0},"status":"passed","severity":"normal"},{"uid":"a253f7bc154637cf","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1726218283095,"stop":1726218283096,"duration":1},"status":"passed","severity":"normal"},{"uid":"c339f265e3f12f64","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1726218879362,"stop":1726218879362,"duration":0},"status":"passed","severity":"normal"},{"uid":"38771a52fe4c1f65","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1726218283095,"stop":1726218283095,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e90ee09a7ffa8b9","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1726218879331,"stop":1726218879331,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae141cb13565e468","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726218410954,"stop":1726218410954,"duration":0},"status":"passed","severity":"normal"},{"uid":"18250addac37a8d4","name":"handles different networkShards values correctly","time":{"start":1726218283088,"stop":1726218283088,"duration":0},"status":"passed","severity":"normal"},{"uid":"810efcac150e5599","name":"Push message with meta","time":{"start":1726218778287,"stop":1726218778287,"duration":0},"status":"passed","severity":"normal"},{"uid":"78092d03690abda","name":"throws on empty content topic","time":{"start":1726218283071,"stop":1726218283071,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad132ab58d35f0a7","name":"unsubscribes","time":{"start":1726218910985,"stop":1726218910986,"duration":1},"status":"passed","severity":"normal"},{"uid":"b14e1ea212a311d","name":"Push message with shell command payload","time":{"start":1726218778194,"stop":1726218778195,"duration":1},"status":"passed","severity":"normal"},{"uid":"4bd65ed11b7149a1","name":"handles empty shards array correctly","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"status":"passed","severity":"normal"},{"uid":"29e8574724d47747","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1726218283091,"stop":1726218283091,"duration":0},"status":"passed","severity":"normal"},{"uid":"be7e300a4a45c6f9","name":"Push message with content topic containing unicode special characters","time":{"start":1726218863038,"stop":1726218863039,"duration":1},"status":"passed","severity":"normal"},{"uid":"cee73cea46d43bf4","name":"connected peers and dial","time":{"start":1726218764450,"stop":1726218764451,"duration":1},"status":"skipped","severity":"normal"},{"uid":"2fa78b257813acca","name":"should properly compute the node id","time":{"start":1726218291662,"stop":1726218291662,"duration":0},"status":"passed","severity":"normal"},{"uid":"406731f9a031e25b","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1726218410951,"stop":1726218410952,"duration":1},"status":"passed","severity":"normal"},{"uid":"b90ff6a3ba34e7df","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1726218879337,"stop":1726218879337,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a14b0dc50511197","name":"Push message with unicode special characters payload","time":{"start":1726218863003,"stop":1726218863003,"duration":0},"status":"passed","severity":"normal"},{"uid":"202985609b8c349e","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1726218283101,"stop":1726218283101,"duration":0},"status":"passed","severity":"normal"},{"uid":"584cb024dcffc7da","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726218669774,"stop":1726218669775,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dae94ad1d9e1fbc","name":"should not receive a peer event after stop","time":{"start":1726218345035,"stop":1726218345036,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa7b6e6072f0cdfa","name":"Check message received after jswaku node is restarted","time":{"start":1726218764114,"stop":1726218764114,"duration":0},"status":"skipped","severity":"normal"},{"uid":"78c3c06cabb3a069","name":"Check received message containing numeric","time":{"start":1726218764101,"stop":1726218764101,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb73b67f7b8fbae3","name":"Check received message containing short","time":{"start":1726218510968,"stop":1726218510969,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e9efdc7d457d906","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1726218523028,"stop":1726218523028,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f6b89127dadb9d3","name":"Check received message containing Script","time":{"start":1726218764087,"stop":1726218764087,"duration":0},"status":"passed","severity":"normal"},{"uid":"45515d612b2ad07c","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1726218523018,"stop":1726218523018,"duration":0},"status":"passed","severity":"normal"},{"uid":"46bb154674a8ab9f","name":"Check publish message containing emoji","time":{"start":1726218806760,"stop":1726218806760,"duration":0},"status":"passed","severity":"normal"},{"uid":"92417dc4a7800a0","name":"random static sharding 3 - Cluster ID: 755, Shard ID: 863","time":{"start":1726218863179,"stop":1726218863180,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a991b11369e823b","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1726218563307,"stop":1726218563307,"duration":0},"status":"passed","severity":"normal"},{"uid":"b408c3c35b17bb79","name":"Fails to push message with large meta","time":{"start":1726218863045,"stop":1726218863047,"duration":2},"status":"passed","severity":"normal"},{"uid":"c867390b75319487","name":"Check received message containing long","time":{"start":1726218510969,"stop":1726218510969,"duration":0},"status":"passed","severity":"normal"},{"uid":"495f9ae83ce407e4","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1726218296384,"stop":1726218296385,"duration":1},"status":"passed","severity":"normal"},{"uid":"c718359a42c077c5","name":"Mutual subscription","time":{"start":1726218812459,"stop":1726218812462,"duration":3},"status":"passed","severity":"normal"},{"uid":"2caefeca848c4e4d","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1726218523011,"stop":1726218523012,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9fab382e3925698","name":"Check message with non string payload is not received","time":{"start":1726218764113,"stop":1726218764114,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fa821f300cf720d","name":"Push message with content topic containing Russian","time":{"start":1726218863012,"stop":1726218863013,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d8c4a11b8c0538e","name":"Fails to push message with empty content topic","time":{"start":1726218863041,"stop":1726218863043,"duration":2},"status":"passed","severity":"normal"},{"uid":"8d334c4fb7fb5f77","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1726218879338,"stop":1726218879340,"duration":2},"status":"passed","severity":"normal"},{"uid":"22669e80c761df2d","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1726218283091,"stop":1726218283092,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5ecee3b91f65254","name":"Push message with content topic containing long","time":{"start":1726218863010,"stop":1726218863011,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d2f5e499349faf6","name":"Waku message hash computation (payload length 0)","time":{"start":1726218285626,"stop":1726218285627,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3b3dd6dd177dce6","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1726218914872,"stop":1726218914872,"duration":0},"status":"passed","severity":"normal"},{"uid":"6440c79b717e446e","name":"A test","time":{"start":1726218651433,"stop":1726218651434,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3ab94adac720b7d","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1726218689004,"stop":1726218689005,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7dd4fff37b188c9","name":"Check received message containing numeric","time":{"start":1726218510969,"stop":1726218510970,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6de5ef0c1aecdef","name":"Push message with content topic containing Script","time":{"start":1726218863013,"stop":1726218863022,"duration":9},"status":"passed","severity":"normal"},{"uid":"321068e417e1b2b7","name":"Push message with long payload","time":{"start":1726218778173,"stop":1726218778174,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d951e7eda174203","name":"should properly create location multiaddrs - tcp6","time":{"start":1726218291668,"stop":1726218291668,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb52333d1510eb29","name":"Check received message containing XML","time":{"start":1726218510977,"stop":1726218510977,"duration":0},"status":"passed","severity":"normal"},{"uid":"846aaae332105dd2","name":"Decoder throws on undefined content topic","time":{"start":1726218316387,"stop":1726218316388,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc0f4a1e4bb0e7a8","name":"should not receive a peer event before start","time":{"start":1726218308582,"stop":1726218308582,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c16506b4ab53327","name":"should not receive a peer event after stop","time":{"start":1726218793435,"stop":1726218793436,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a88cff180059b47","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"status":"passed","severity":"normal"},{"uid":"228d3f00c723b625","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1726218283097,"stop":1726218283098,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a21557c0982eeaa","name":"random static sharding 7 - Cluster ID: 10, Shard ID: 664","time":{"start":1726218863182,"stop":1726218863182,"duration":0},"status":"passed","severity":"normal"},{"uid":"54e1cbc3916a846c","name":"Refresh subscription","time":{"start":1726218879292,"stop":1726218879292,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7e9d45a8b18dfc","name":"Push message with content topic containing emoji","time":{"start":1726218778284,"stop":1726218778286,"duration":2},"status":"passed","severity":"normal"},{"uid":"b007419bcfd40f9a","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1726218291080,"stop":1726218291080,"duration":0},"status":"passed","severity":"normal"},{"uid":"41ba4cd4f9c318e9","name":"Decrypt messages","time":{"start":1726218768115,"stop":1726218768115,"duration":0},"status":"passed","severity":"normal"},{"uid":"567793b8bad2a1b2","name":"Check received message containing special chars","time":{"start":1726218764081,"stop":1726218764081,"duration":0},"status":"passed","severity":"normal"},{"uid":"27a8bb0444abdbab","name":"Store - dialed first","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"status":"passed","severity":"normal"},{"uid":"df6098d0e12469f2","name":"Decoder throws on undefined content topic","time":{"start":1726218296786,"stop":1726218296786,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4d21241fcfe9e30","name":"Check received message with timestamp: 1726218335042 ","time":{"start":1726218764096,"stop":1726218764096,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7ba43ac4d583af","name":"Subscribe to topic containing JSON and publish message","time":{"start":1726218812477,"stop":1726218812478,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c567f3b6eeed9c0","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1726218812467,"stop":1726218812468,"duration":1},"status":"passed","severity":"normal"},{"uid":"f996d83bb887c01e","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1726218316385,"stop":1726218316386,"duration":1},"status":"passed","severity":"normal"},{"uid":"6bff4dc68a6d93ce","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1726218879360,"stop":1726218879361,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b2036469c5a1bba","name":"Using a function","time":{"start":1726218917025,"stop":1726218917025,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e101a6df7fe0c99","name":"Push message with content topic containing special chars","time":{"start":1726218863011,"stop":1726218863011,"duration":0},"status":"passed","severity":"normal"},{"uid":"32c9bf2db8e7352a","name":"safeDispatchEvent","time":{"start":1726218375494,"stop":1726218375495,"duration":1},"status":"passed","severity":"normal"},{"uid":"67d24d342325b5d6","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1726218563295,"stop":1726218563295,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb26cfa053f83c67","name":"Subscribe to topic containing emoji and publish message","time":{"start":1726218812481,"stop":1726218812482,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dd9ad0003d0faa4","name":"should emit a peer event after start","time":{"start":1726218308582,"stop":1726218308582,"duration":0},"status":"passed","severity":"normal"},{"uid":"639db5205748c5f6","name":"Fails to publish duplicate message","time":{"start":1726218806762,"stop":1726218806762,"duration":0},"status":"passed","severity":"normal"},{"uid":"39200fd258aaa858","name":"should throw an error if shards are undefined for static sharding","time":{"start":1726218283092,"stop":1726218283093,"duration":1},"status":"passed","severity":"normal"},{"uid":"e96aecb1a53a6bf1","name":"Encoder throws on undefined content topic","time":{"start":1726218314722,"stop":1726218314722,"duration":0},"status":"passed","severity":"normal"},{"uid":"398784034053f15d","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1726218455968,"stop":1726218455968,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd34ea5d253a44a0","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1726218669777,"stop":1726218669777,"duration":0},"status":"passed","severity":"normal"},{"uid":"963aff1bad69da87","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1726218283095,"stop":1726218283095,"duration":0},"status":"passed","severity":"normal"},{"uid":"3594fe57f9ea49db","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726218669769,"stop":1726218669770,"duration":1},"status":"passed","severity":"normal"},{"uid":"c74d76ee277cb9cf","name":"should load peers from local storage and dispatch events","time":{"start":1726218308583,"stop":1726218308584,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4edf353a788d32c","name":"Check received message containing emoji","time":{"start":1726218764109,"stop":1726218764109,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffbab8e6a283f2e","name":"Waku message hash computation (meta attribute not present)","time":{"start":1726218285626,"stop":1726218285626,"duration":0},"status":"passed","severity":"normal"},{"uid":"d23ed477b88ff7eb","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1726218551486,"stop":1726218551487,"duration":1},"status":"passed","severity":"normal"},{"uid":"16ec6ecdc63c5290","name":"Encoder throws on empty string content topic","time":{"start":1726218316387,"stop":1726218316387,"duration":0},"status":"passed","severity":"normal"},{"uid":"258484f6d68aaaf2","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1726218879289,"stop":1726218879289,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7434/widgets/history-trend.json b/7434/widgets/history-trend.json index a9fc00540bc..2954166f0ed 100644 --- a/7434/widgets/history-trend.json +++ b/7434/widgets/history-trend.json @@ -1 +1 @@ -[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7437,"reportUrl":"https://waku-org.github.io/js-waku/7437/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/7434/widgets/retry-trend.json b/7434/widgets/retry-trend.json index 03025555880..d63b8ec01ca 100644 --- a/7434/widgets/retry-trend.json +++ b/7434/widgets/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7437,"reportUrl":"https://waku-org.github.io/js-waku/7437/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/7434/widgets/severity.json b/7434/widgets/severity.json index 07c233ffb0d..dc29f39d942 100644 --- a/7434/widgets/severity.json +++ b/7434/widgets/severity.json @@ -1 +1 @@ -[{"uid":"1367842c152bee60","name":"Push message with unicode special characters payload","time":{"start":1726217946721,"stop":1726217946721,"duration":0},"status":"passed","severity":"normal"},{"uid":"decd75e56d355f4f","name":"Check received message containing Script","time":{"start":1726217924753,"stop":1726217924753,"duration":0},"status":"passed","severity":"normal"},{"uid":"13856bd9edcc75aa","name":"Meta field set when metaSetter is specified","time":{"start":1726217455151,"stop":1726217455152,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c1e58c46a692ff1","name":"Push message with escaped characters payload","time":{"start":1726217946720,"stop":1726217946721,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1d2dd506ddaa322","name":"should encodeTxt and decodeTxt","time":{"start":1726217450193,"stop":1726217450193,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad6c71acb1ac96cb","name":"shard 0","time":{"start":1726218039626,"stop":1726218039626,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e9273b9c8ce73cd","name":"safeDispatchEvent","time":{"start":1726217533048,"stop":1726217533048,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2af5cbce1133d1c","name":"Subscribe to topic containing numeric and receive message","time":{"start":1726218066299,"stop":1726218066300,"duration":1},"status":"passed","severity":"normal"},{"uid":"4cfd8602ad53ebb4","name":"Round trip binary encryption [ecies, signature]","time":{"start":1726217474513,"stop":1726217474513,"duration":0},"status":"passed","severity":"normal"},{"uid":"211400f5887a7683","name":"Check received message containing shell command","time":{"start":1726217924754,"stop":1726217924755,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e023238762566f1","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1726217687447,"stop":1726217687449,"duration":2},"status":"passed","severity":"normal"},{"uid":"97e00203451e4ee0","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1726218020455,"stop":1726218020456,"duration":1},"status":"passed","severity":"normal"},{"uid":"44eae3fc6d0c681c","name":"isConnected between 2 js-waku relay nodes","time":{"start":1726217549453,"stop":1726217549453,"duration":0},"status":"passed","severity":"normal"},{"uid":"da85895096bc06a8","name":"Add multiple subscription objects on single nwaku node","time":{"start":1726218066288,"stop":1726218066288,"duration":0},"status":"passed","severity":"normal"},{"uid":"df2f8c58c95060a5","name":"Default pageSize","time":{"start":1726218085663,"stop":1726218085664,"duration":1},"status":"passed","severity":"normal"},{"uid":"edda3e06ccbd69e","name":"Check received message containing Chinese","time":{"start":1726217924745,"stop":1726217924746,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ee788b0252cc28","name":"Subscribe to topic containing XML and receive message","time":{"start":1726218066307,"stop":1726218066308,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c0bef4a99d3c90e","name":"random static sharding 7 - Cluster ID: 69, Shard ID: 416","time":{"start":1726218039630,"stop":1726218039630,"duration":0},"status":"passed","severity":"normal"},{"uid":"c44675d18b5bdf00","name":"Fails to publish duplicate message","time":{"start":1726217976613,"stop":1726217976614,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffb39a8d1b2d5d15","name":"Check received message containing escaped characters","time":{"start":1726217924755,"stop":1726217924758,"duration":3},"status":"passed","severity":"normal"},{"uid":"e8c745f9b53e82ff","name":"should use the provided clusterId for the pubsub topic","time":{"start":1726217441570,"stop":1726217441570,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a9afe810157a850","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1726218066276,"stop":1726218066276,"duration":0},"status":"passed","severity":"normal"},{"uid":"975f4fb8028c7ea0","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1726217441557,"stop":1726217441558,"duration":1},"status":"passed","severity":"normal"},{"uid":"6579233b147dbd27","name":"Push message with meta","time":{"start":1726218013723,"stop":1726218013724,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2133e128eb437a1","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1726217441572,"stop":1726217441572,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dadd59fc00b67ae","name":"Check received message containing unicode special characters","time":{"start":1726217924737,"stop":1726217924737,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e30d1f26cb293a","name":"Check meta is set [symmetric]","time":{"start":1726217472854,"stop":1726217472854,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ea3681e72b4a3ab","name":"throws an error for improperly formatted content topics","time":{"start":1726217441550,"stop":1726217441550,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f6b1fae02c86cc6","name":"Push message with custom timestamp: 1695459342715","time":{"start":1726217946743,"stop":1726217946743,"duration":0},"status":"passed","severity":"normal"},{"uid":"f46a65f5ec61cbfc","name":"Push message with Basic HTML tag payload","time":{"start":1726218013693,"stop":1726218013694,"duration":1},"status":"passed","severity":"normal"},{"uid":"e13a13fd6ca5d2ff","name":"Generator, 2 different pubsubtopics","time":{"start":1726218061980,"stop":1726218061981,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bade847af628851","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1726218077540,"stop":1726218077540,"duration":0},"status":"passed","severity":"normal"},{"uid":"32e0d786de989bda","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1726217960211,"stop":1726217960211,"duration":0},"status":"passed","severity":"normal"},{"uid":"95af17ba7cffbe1","name":"Ping on subscribed peer","time":{"start":1726217567469,"stop":1726217567470,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ecb49d8f2e2a725","name":"Ordered callback, aborts when callback returns true","time":{"start":1726218071326,"stop":1726218071349,"duration":23},"status":"passed","severity":"normal"},{"uid":"dd3c2fc884ddc6cf","name":"should be able to decode the field with only RELAY set to true","time":{"start":1726217449477,"stop":1726217449478,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d554dbaaf5affb8","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1726217441547,"stop":1726217441547,"duration":0},"status":"passed","severity":"normal"},{"uid":"15f57851aa315469","name":"ignores unrecognized TXT record formats","time":{"start":1726217463039,"stop":1726217463039,"duration":0},"status":"passed","severity":"normal"},{"uid":"4484ab6bc79d4a9a","name":"Push message with content topic containing Arabic","time":{"start":1726217946725,"stop":1726217946728,"duration":3},"status":"passed","severity":"normal"},{"uid":"1514f7ec7ccf2d5d","name":"handles empty contentTopics array correctly","time":{"start":1726217441568,"stop":1726217441569,"duration":1},"status":"passed","severity":"normal"},{"uid":"594ff4c45895ab89","name":"random static sharding 2 - Cluster ID: 517, Shard ID: 180","time":{"start":1726218039627,"stop":1726218039628,"duration":1},"status":"passed","severity":"normal"},{"uid":"a19fa9505e421d8b","name":"Push message with long payload","time":{"start":1726218013689,"stop":1726218013689,"duration":0},"status":"passed","severity":"normal"},{"uid":"be63cfdb366bc3c","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1726217449471,"stop":1726217449474,"duration":3},"status":"passed","severity":"normal"},{"uid":"a127032ae9eea9cc","name":"Check message on other pubsub topic is not received","time":{"start":1726217924741,"stop":1726217924741,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb457267617fafac","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1726218066279,"stop":1726218066279,"duration":0},"status":"passed","severity":"normal"},{"uid":"c414834a9c5d931","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1726217441561,"stop":1726217441561,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d63ae885f0671ee","name":"should add and remove event listeners correctly","time":{"start":1726217466678,"stop":1726217466678,"duration":0},"status":"passed","severity":"normal"},{"uid":"927a379b2c157f6e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687432,"stop":1726217687436,"duration":4},"status":"passed","severity":"normal"},{"uid":"f951cc8dcef3d65c","name":"Decoder throws on undefined content topic","time":{"start":1726217472856,"stop":1726217472857,"duration":1},"status":"passed","severity":"normal"},{"uid":"d472045ff0cee630","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1726217724227,"stop":1726217724227,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a2ac4e3859a9ff7","name":"1 Store, 2 relays, 2 fetches","time":{"start":1726217462726,"stop":1726217462726,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f598f9ebb5059cb","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1726217608001,"stop":1726217608002,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae26a49564ed8291","name":"should throw an error for an unconfigured topic","time":{"start":1726217441564,"stop":1726217441565,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdda0479736669ef","name":"Push message with Script payload","time":{"start":1726218013692,"stop":1726218013693,"duration":1},"status":"passed","severity":"normal"},{"uid":"46163633a9581f8a","name":"Check received message with timestamp: 1726217492448 ","time":{"start":1726217924738,"stop":1726217924738,"duration":0},"status":"passed","severity":"normal"},{"uid":"58b99ef2a2ae898b","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1726217441565,"stop":1726217441566,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae06513cb133c1b2","name":"Push message with unicode special characters payload","time":{"start":1726218013696,"stop":1726218013696,"duration":0},"status":"passed","severity":"normal"},{"uid":"43993ae6688f6977","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app24/4/topic447/utf8","time":{"start":1726218011626,"stop":1726218011626,"duration":0},"status":"passed","severity":"normal"},{"uid":"c71b27a676031794","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1726217577133,"stop":1726217577134,"duration":1},"status":"passed","severity":"normal"},{"uid":"54b386364d12f4bd","name":"Passing page size 3 when there are 20 messages","time":{"start":1726218085658,"stop":1726218085659,"duration":1},"status":"passed","severity":"normal"},{"uid":"a16c780dae603c7a","name":"Renews subscription after lossing a connection","time":{"start":1726218066316,"stop":1726218066317,"duration":1},"status":"passed","severity":"normal"},{"uid":"d37f0742a50075a8","name":"creates an iterator","time":{"start":1726218077305,"stop":1726218077305,"duration":0},"status":"passed","severity":"normal"},{"uid":"3102ce46df784b5a","name":"Check received message containing emoji","time":{"start":1726217924758,"stop":1726217924759,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a71615e25f1b249","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1726217503656,"stop":1726217503656,"duration":0},"status":"passed","severity":"normal"},{"uid":"370620f1406a5b64","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1726218091299,"stop":1726218091299,"duration":0},"status":"passed","severity":"normal"},{"uid":"9103ba8e59f9d0b0","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1726217454965,"stop":1726217454965,"duration":0},"status":"passed","severity":"normal"},{"uid":"197144ca192231af","name":"Check message with non string payload is not received","time":{"start":1726217924742,"stop":1726217924743,"duration":1},"status":"passed","severity":"normal"},{"uid":"18983dd94a18de7","name":"should properly create peer info with all multiaddrs","time":{"start":1726217450206,"stop":1726217450207,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7a9ce6a75c45cff","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1726217463041,"stop":1726217463042,"duration":1},"status":"passed","severity":"normal"},{"uid":"34469831c12b20da","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1726217441564,"stop":1726217441564,"duration":0},"status":"passed","severity":"normal"},{"uid":"c28be002ac1abbae","name":"Ephemeral messages are not stored","time":{"start":1726217503654,"stop":1726217503654,"duration":0},"status":"passed","severity":"normal"},{"uid":"76159908ae89d281","name":"Push message with JSON payload","time":{"start":1726217946719,"stop":1726217946719,"duration":0},"status":"passed","severity":"normal"},{"uid":"29032cfb5e36730d","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1726217441553,"stop":1726217441553,"duration":0},"status":"passed","severity":"normal"},{"uid":"55c9f0947a2b5f19","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1726217976608,"stop":1726217976609,"duration":1},"status":"passed","severity":"normal"},{"uid":"eaa059067b84b910","name":"isConnected return false after peer stops","time":{"start":1726217549452,"stop":1726217549453,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b0118d58f5347dc","name":"Check received message with timestamp: 1649153314 ","time":{"start":1726217924763,"stop":1726217924763,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e63e0cbccc2a075","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1726217687449,"stop":1726217687450,"duration":1},"status":"passed","severity":"normal"},{"uid":"fee230f6a1feb1de","name":"Overlapping topic subscription","time":{"start":1726217706000,"stop":1726217706000,"duration":0},"status":"passed","severity":"normal"},{"uid":"394d8788832ad6a8","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726217804575,"stop":1726217804575,"duration":0},"status":"passed","severity":"normal"},{"uid":"68fe3ac082989074","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1726218066279,"stop":1726218066280,"duration":1},"status":"passed","severity":"normal"},{"uid":"5bdc3556cf623f84","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1726217463043,"stop":1726217463043,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c47d8fcb86f012a2","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1726217960213,"stop":1726217960213,"duration":0},"status":"passed","severity":"normal"},{"uid":"f636d4713111fb9c","name":"Decoder throws on empty string content topic","time":{"start":1726217474515,"stop":1726217474516,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb47fc8409a0adbf","name":"Ping on unsubscribed peer","time":{"start":1726217567474,"stop":1726217567475,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ba0c2fecbf6b662","name":"Passing an array","time":{"start":1726218090763,"stop":1726218090763,"duration":0},"status":"passed","severity":"normal"},{"uid":"39274eefaa536eba","name":"All","time":{"start":1726217503859,"stop":1726217503859,"duration":0},"status":"passed","severity":"normal"},{"uid":"90384b357a2fa489","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1726217868248,"stop":1726217868249,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6f574173d8b143e","name":"Passing invalid cursor","time":{"start":1726218020458,"stop":1726218020459,"duration":1},"status":"passed","severity":"normal"},{"uid":"af5538879261d242","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1726217724226,"stop":1726217724227,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2d1562737d69c87","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1726217724200,"stop":1726217724200,"duration":0},"status":"passed","severity":"normal"},{"uid":"279eecbe50eba447","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1726217441556,"stop":1726217441556,"duration":0},"status":"passed","severity":"normal"},{"uid":"94ea7fb02ebdb117","name":"can start and stop the service","time":{"start":1726217507038,"stop":1726217507039,"duration":1},"status":"passed","severity":"normal"},{"uid":"7cdef3f24d19e5ba","name":"Reopen subscription with peer with lost subscription","time":{"start":1726217567475,"stop":1726217567475,"duration":0},"status":"passed","severity":"normal"},{"uid":"3261883c02fe2dd4","name":"should not throw an error for a single configured topic","time":{"start":1726217441564,"stop":1726217441564,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f48a3ff0e5f000d","name":"Query generator for multiple messages with different content topic format","time":{"start":1726218071324,"stop":1726218071324,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e56dda219a033fe","name":"can start the service","time":{"start":1726217466672,"stop":1726217466673,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d7ae123f4338ed","name":"should not fail to stop the service if it was not started","time":{"start":1726217978647,"stop":1726217978649,"duration":2},"status":"passed","severity":"normal"},{"uid":"f110014bb68fc085","name":"Check publish message containing escaped characters","time":{"start":1726217976604,"stop":1726217976606,"duration":2},"status":"passed","severity":"normal"},{"uid":"803d2a4649479cab","name":"Generator, custom pubsub topic","time":{"start":1726218061980,"stop":1726218061980,"duration":0},"status":"passed","severity":"normal"},{"uid":"727385f8bfd63f8c","name":"Fields are not dropped","time":{"start":1726217454407,"stop":1726217454408,"duration":1},"status":"passed","severity":"normal"},{"uid":"823e7ca7805f944d","name":"Push message with Chinese payload","time":{"start":1726217946677,"stop":1726217946677,"duration":0},"status":"passed","severity":"normal"},{"uid":"19980c71b7d1635c","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1726217441557,"stop":1726217441557,"duration":0},"status":"passed","severity":"normal"},{"uid":"46da2f5652808e97","name":"Passing cursor with wrong pubsubTopic","time":{"start":1726218020459,"stop":1726218020460,"duration":1},"status":"passed","severity":"normal"},{"uid":"851a5c816053d52","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1726217868255,"stop":1726217868256,"duration":1},"status":"passed","severity":"normal"},{"uid":"538a15730f0478a","name":"Push message with content topic containing shell command","time":{"start":1726217946735,"stop":1726217946739,"duration":4},"status":"passed","severity":"normal"},{"uid":"16047adab6dc31ca","name":"should set field with only RELAY enabled","time":{"start":1726217450207,"stop":1726217450208,"duration":1},"status":"passed","severity":"normal"},{"uid":"a81da45f4f55371c","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1726217441538,"stop":1726217441538,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd0c3a44300bb4cd","name":"Push message with content topic containing Russian","time":{"start":1726217946732,"stop":1726217946732,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0fb4e9e26f6b570","name":"Push 30 different messages","time":{"start":1726218013697,"stop":1726218013697,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fab469ec8314fea","name":"Check publish message containing Arabic","time":{"start":1726217976600,"stop":1726217976601,"duration":1},"status":"passed","severity":"normal"},{"uid":"171f63e0abd388e3","name":"Check publish message containing Script","time":{"start":1726217976602,"stop":1726217976602,"duration":0},"status":"passed","severity":"normal"},{"uid":"a862455496dd40e8","name":"Push message with content topic containing unicode special characters","time":{"start":1726218013719,"stop":1726218013720,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdcd25c2971565ed","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1726217804575,"stop":1726217804576,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba693ab0b047ac50","name":"Subscribe and receives messages on 20 topics","time":{"start":1726218066297,"stop":1726218066297,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbeb1f06bb1cc096","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1726217687422,"stop":1726217687422,"duration":0},"status":"passed","severity":"normal"},{"uid":"2aef1dcc86b612f6","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1726217608003,"stop":1726217608004,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f1f6d1f744a94a6","name":"handles different clusterIds correctly","time":{"start":1726217441549,"stop":1726217441549,"duration":0},"status":"passed","severity":"normal"},{"uid":"a16ed47e57a9e8be","name":"Subscribe to topic containing special chars and publish message","time":{"start":1726217980049,"stop":1726217980050,"duration":1},"status":"passed","severity":"normal"},{"uid":"42b2760caa093080","name":"should throw error - no id","time":{"start":1726217450196,"stop":1726217450196,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0a30040c507c186","name":"Check message with non string payload is not received","time":{"start":1726217924765,"stop":1726217924765,"duration":0},"status":"passed","severity":"normal"},{"uid":"30ddbc056644a158","name":"Check received message containing SQL Injection","time":{"start":1726217924752,"stop":1726217924752,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bb613c59fad5aa5","name":"can start and stop the service","time":{"start":1726217466673,"stop":1726217466674,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1d15cc1f60f49d1","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app16/3/topic493/proto","time":{"start":1726218011627,"stop":1726218011627,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3bfaf07310f90e6","name":"should properly create location multiaddrs - udp4","time":{"start":1726217450204,"stop":1726217450204,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8a1715df07ca485","name":"should be called at least once on all `peer:discovery` events","time":{"start":1726217500282,"stop":1726217500285,"duration":3},"status":"passed","severity":"normal"},{"uid":"4f3605b8fe121008","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app62/7/topic669/test.js","time":{"start":1726218011626,"stop":1726218011627,"duration":1},"status":"passed","severity":"normal"},{"uid":"55bf81b09feac598","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1726217444068,"stop":1726217444069,"duration":1},"status":"passed","severity":"normal"},{"uid":"e046b18e4b9b75eb","name":"Subscribe and receive messages via lightPush","time":{"start":1726217705987,"stop":1726217705988,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dd97c30e82ba1c6","name":"Number of peers are maintained correctly","time":{"start":1726217751144,"stop":1726217751144,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb08c5a6f6db0f02","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1726217441561,"stop":1726217441561,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dddbe5feb6cc377","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1726218066281,"stop":1726218066282,"duration":1},"status":"passed","severity":"normal"},{"uid":"577ac696c4909848","name":"dispatchEvent via connectionManager","time":{"start":1726217533047,"stop":1726217533048,"duration":1},"status":"passed","severity":"normal"},{"uid":"c96d254c26f6fe71","name":"Check publish message containing Chinese","time":{"start":1726217976600,"stop":1726217976600,"duration":0},"status":"passed","severity":"normal"},{"uid":"71a0957bd1164b3e","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1726217706009,"stop":1726217706010,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d6e3c354c56f675","name":"Check publish message containing long","time":{"start":1726217976599,"stop":1726217976599,"duration":0},"status":"passed","severity":"normal"},{"uid":"5da36c021f581f17","name":"should set field with all protocols disabled","time":{"start":1726217450207,"stop":1726217450207,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2b9f5b0f8c8699d","name":"passes more than one ENR URLs and attempts connection","time":{"start":1726217507044,"stop":1726217507044,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fefa5b17b05cc84b","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1726217687429,"stop":1726217687429,"duration":0},"status":"passed","severity":"normal"},{"uid":"16b1b3250baad6c1","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1726217441555,"stop":1726217441555,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c572d9bf118a112","name":"Does not throw an exception when node disconnects","time":{"start":1726218090763,"stop":1726218090763,"duration":0},"status":"passed","severity":"normal"},{"uid":"f49ed9684cf683da","name":"Push message with rate limit","time":{"start":1726218013724,"stop":1726218013724,"duration":0},"status":"passed","severity":"normal"},{"uid":"992102610aab72b6","name":"retrieves a single peer","time":{"start":1726217463037,"stop":1726217463038,"duration":1},"status":"passed","severity":"normal"},{"uid":"24f641dc347c7b23","name":"Subscribe to topic containing emoji and receive message","time":{"start":1726218066316,"stop":1726218066316,"duration":0},"status":"passed","severity":"normal"},{"uid":"be3b4c77d4d2229d","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1726217687441,"stop":1726217687442,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab41c39994db8206","name":"should use DNS peer discovery with light client","time":{"start":1726217507043,"stop":1726217507044,"duration":1},"status":"skipped","severity":"normal"},{"uid":"aa92acb13802c6fd","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1726218066297,"stop":1726218066297,"duration":0},"status":"passed","severity":"normal"},{"uid":"9462b0b80a038304","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1726217449470,"stop":1726217449471,"duration":1},"status":"passed","severity":"normal"},{"uid":"8718c7049de43c14","name":"Push message with content topic containing short","time":{"start":1726217946723,"stop":1726217946723,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa96a3d3c340607a","name":"Push message with emoji payload","time":{"start":1726218013697,"stop":1726218013697,"duration":0},"status":"passed","severity":"normal"},{"uid":"e671cdb7d273dd53","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1726217980050,"stop":1726217980051,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b4d95fa4bd100bd","name":"Passing page size 110 when there are 120 messages","time":{"start":1726218085662,"stop":1726218085663,"duration":1},"status":"passed","severity":"normal"},{"uid":"be2c88b74d3d369c","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1726218066295,"stop":1726218066295,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6a0aaa5fd2f1950","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1726217500291,"stop":1726217500292,"duration":1},"status":"passed","severity":"normal"},{"uid":"afc4890543196d66","name":"Check publish message containing Russian","time":{"start":1726217976601,"stop":1726217976601,"duration":0},"status":"passed","severity":"normal"},{"uid":"231d34991ec56653","name":"Check received message containing emoji","time":{"start":1726217924737,"stop":1726217924738,"duration":1},"status":"passed","severity":"normal"},{"uid":"80c89eaf05f4cd9c","name":"Check publish message containing shell command","time":{"start":1726217976603,"stop":1726217976604,"duration":1},"status":"passed","severity":"normal"},{"uid":"d323eb4b7d5f4e3c","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1726217960213,"stop":1726217960213,"duration":0},"status":"passed","severity":"normal"},{"uid":"8be0f273fac9bcc2","name":"Callback on promise, aborts when callback returns true","time":{"start":1726218071325,"stop":1726218071325,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c361733fd3667b5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1726217687428,"stop":1726217687428,"duration":0},"status":"passed","severity":"normal"},{"uid":"c764ddbcab5ac74f","name":"Encoder throws on empty string content topic","time":{"start":1726217474515,"stop":1726217474515,"duration":0},"status":"passed","severity":"normal"},{"uid":"d554c82e90c12818","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1726217687420,"stop":1726217687421,"duration":1},"status":"passed","severity":"normal"},{"uid":"8085f42cd3c196ca","name":"Reopen subscription with peer with lost subscription","time":{"start":1726217567472,"stop":1726217567473,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e3de8fe60b5e45a","name":"Encoder throws on undefined content topic","time":{"start":1726217474514,"stop":1726217474514,"duration":0},"status":"passed","severity":"normal"},{"uid":"41a7ad292313b330","name":"should return all peers when numPeers is 0","time":{"start":1726217454964,"stop":1726217454965,"duration":1},"status":"passed","severity":"normal"},{"uid":"2023ebfaf707bc74","name":"throws on content topic with empty topic name field","time":{"start":1726217441536,"stop":1726217441536,"duration":0},"status":"passed","severity":"normal"},{"uid":"68d994220f4dfbf0","name":"Push message with meta","time":{"start":1726217946741,"stop":1726217946741,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea09cf19f1ee130c","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1726217441538,"stop":1726217441544,"duration":6},"status":"passed","severity":"normal"},{"uid":"81a6e7263f2db1a4","name":"Store - dialed first","time":{"start":1726218095393,"stop":1726218095394,"duration":1},"status":"passed","severity":"normal"},{"uid":"157d554266efcd8e","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1726218139625,"stop":1726218139626,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd5eb65e6cb40d6a","name":"should be able to encode the field with only RELAY set to true","time":{"start":1726217449463,"stop":1726217449465,"duration":2},"status":"passed","severity":"normal"},{"uid":"b1da881b4a2fd795","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","time":{"start":1726217868236,"stop":1726217868237,"duration":1},"status":"passed","severity":"normal"},{"uid":"78d71f9d8fa08f9a","name":"Publish message with rate limit","time":{"start":1726217976623,"stop":1726217976624,"duration":1},"status":"passed","severity":"normal"},{"uid":"f92f1fd2adc550b5","name":"Throws when trying to push message with empty payload","time":{"start":1726218013697,"stop":1726218013698,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fe6410a277322c9","name":"should emit a peer event after start","time":{"start":1726217978666,"stop":1726217978666,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fd8962b32122768","name":"should encode/decode to RLP encoding","time":{"start":1726217450198,"stop":1726217450198,"duration":0},"status":"passed","severity":"normal"},{"uid":"c461003765ada517","name":"Privacy Node - default protocol","time":{"start":1726218095396,"stop":1726218095396,"duration":0},"status":"passed","severity":"normal"},{"uid":"5eabbc224a0e71bd","name":"Push message with long payload","time":{"start":1726217946674,"stop":1726217946675,"duration":1},"status":"passed","severity":"normal"},{"uid":"28ae9f8ebb0f9a0","name":"Correctly serialized arguments","time":{"start":1726217854778,"stop":1726217854779,"duration":1},"status":"passed","severity":"normal"},{"uid":"65af325e86f9e7c5","name":"same cluster, different shard: nodes connect","time":{"start":1726217848414,"stop":1726217848415,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab9dbea0e18daacc","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1726217503657,"stop":1726217503657,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3d274f4712d5995","name":"should be able to decode the field with only STORE set to true","time":{"start":1726217449480,"stop":1726217449481,"duration":1},"status":"passed","severity":"normal"},{"uid":"3228440b0ce36330","name":"Check received message containing unicode special characters","time":{"start":1726217924758,"stop":1726217924758,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0e8224f5deac55d","name":"Refresh subscription","time":{"start":1726218066298,"stop":1726218066299,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab124e5bda8b39fe","name":"Check received message with timestamp: 1726217492448000000 ","time":{"start":1726217924738,"stop":1726217924738,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b310b936cdc7140","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1726217441547,"stop":1726217441547,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c540980b93f4667","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1726217449474,"stop":1726217449475,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd07b200094621c3","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1726217868247,"stop":1726217868248,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3859a2c7815d1c1","name":"pre and post cipher","time":{"start":1726217473324,"stop":1726217473325,"duration":1},"status":"passed","severity":"normal"},{"uid":"87bf3e9c0fb36842","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1726217724227,"stop":1726217724228,"duration":1},"status":"passed","severity":"normal"},{"uid":"888a2fcfd7362efe","name":"Subscribe and receive messages via waku relay post","time":{"start":1726217705996,"stop":1726217705996,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3ab7663c2e446a6","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1726217441560,"stop":1726217441561,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d89793415503f12","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1726217472853,"stop":1726217472853,"duration":0},"status":"passed","severity":"normal"},{"uid":"93d80f22374b0110","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1726217705997,"stop":1726217705997,"duration":0},"status":"passed","severity":"normal"},{"uid":"c300ab64ca52bed7","name":"Subscribe to topic containing short and receive message","time":{"start":1726218066277,"stop":1726218066277,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fca3a38bf89962b","name":"Subscribe to topic containing Russian and publish message","time":{"start":1726217980051,"stop":1726217980051,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cf821e4d277d951","name":"Subscribe and receive messages via waku relay post","time":{"start":1726218066296,"stop":1726218066296,"duration":0},"status":"passed","severity":"normal"},{"uid":"7156390733722e1","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1726217444067,"stop":1726217444067,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff651ac650aa0b69","name":"Push message with Arabic payload","time":{"start":1726218013691,"stop":1726218013691,"duration":0},"status":"passed","severity":"normal"},{"uid":"369e2e1f3d78afd5","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1726218054684,"stop":1726218054688,"duration":4},"status":"passed","severity":"normal"},{"uid":"4ebf835b7cb2079b","name":"Check received message containing escaped characters","time":{"start":1726217924737,"stop":1726217924737,"duration":0},"status":"passed","severity":"normal"},{"uid":"88a4957eb6159ad5","name":"Push message with short payload","time":{"start":1726217946673,"stop":1726217946674,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfa5d2d07f9e9111","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1726218077540,"stop":1726218077540,"duration":0},"status":"passed","severity":"normal"},{"uid":"332f95502e32f96e","name":"Push message equal or less that 1MB","time":{"start":1726217946745,"stop":1726217946745,"duration":0},"status":"passed","severity":"normal"},{"uid":"f673ab73b2de717c","name":"Passing page size 19 when there are 20 messages","time":{"start":1726218085661,"stop":1726218085662,"duration":1},"status":"passed","severity":"normal"},{"uid":"526eb17fa2b13c72","name":"Ephemeral field set to true","time":{"start":1726217455151,"stop":1726217455151,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8a0b62e494156e2","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1726218039627,"stop":1726218039627,"duration":0},"status":"passed","severity":"normal"},{"uid":"65bfd825d880fe65","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1726218077539,"stop":1726218077539,"duration":0},"status":"passed","severity":"normal"},{"uid":"575f5f1a89a5a265","name":"random static sharding 3 - Cluster ID: 309, Shard ID: 473","time":{"start":1726218039628,"stop":1726218039628,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f17a1fd85500929","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1726217687431,"stop":1726217687432,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3f547d681a86a95","name":"Decoder throws on empty string content topic","time":{"start":1726217455153,"stop":1726217455154,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae619eb282cfba91","name":"Subscribe to topic containing shell command and receive message","time":{"start":1726218066282,"stop":1726218066282,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7d584da4a6968f7","name":"Check received message containing short","time":{"start":1726217924744,"stop":1726217924744,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c0ce4e0a62a37cf","name":"same cluster, same shard: nodes connect","time":{"start":1726217848414,"stop":1726217848414,"duration":0},"status":"passed","severity":"normal"},{"uid":"e15aca594ff4cbfb","name":"should get / set TCP multiaddr","time":{"start":1726217450199,"stop":1726217450203,"duration":4},"status":"passed","severity":"normal"},{"uid":"25dbdae7dd1dad37","name":"should not fail to start the service if it is already started","time":{"start":1726217466675,"stop":1726217466675,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e6ed667d6d4e23a","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1726217441546,"stop":1726217441546,"duration":0},"status":"passed","severity":"normal"},{"uid":"8524dbf0e44a32da","name":"Check received message with timestamp: 1726217492603 ","time":{"start":1726217677828,"stop":1726217677834,"duration":6},"status":"passed","severity":"normal"},{"uid":"cf8879057b42a0c2","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1726218139626,"stop":1726218139626,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3078c24a20db61e","name":"Wrong topic","time":{"start":1726218011628,"stop":1726218011628,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e6e42f34c4e0edf","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1726218020454,"stop":1726218020455,"duration":1},"status":"passed","severity":"normal"},{"uid":"8632721549e14843","name":"new peer added after a peer was already found","time":{"start":1726217955949,"stop":1726217955949,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5692dc5d47602a81","name":"Ephemeral field is preserved - encoder v0","time":{"start":1726217503655,"stop":1726217503656,"duration":1},"status":"passed","severity":"normal"},{"uid":"c38ff0aa5014373","name":"Refresh subscription","time":{"start":1726218066277,"stop":1726218066277,"duration":0},"status":"passed","severity":"normal"},{"uid":"72a4689f75936f85","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1726218011622,"stop":1726218011622,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cc886dceb5d32a7","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1726217687424,"stop":1726217687424,"duration":0},"status":"passed","severity":"normal"},{"uid":"1be6b513a505eacb","name":"should get / set UDP multiaddr","time":{"start":1726217450199,"stop":1726217450199,"duration":0},"status":"passed","severity":"normal"},{"uid":"205b7a3bfc944527","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1726217549448,"stop":1726217549449,"duration":1},"status":"passed","severity":"normal"},{"uid":"920710cda25361bf","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1726217507044,"stop":1726217507044,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f591f16c528f3754","name":"Light Node - default protocols","time":{"start":1726218095395,"stop":1726218095395,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fd74a0165a35678","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1726217472851,"stop":1726217472853,"duration":2},"status":"passed","severity":"normal"},{"uid":"749a4fbeb03255c7","name":"different cluster, same shard: nodes don't connect","time":{"start":1726217687415,"stop":1726217687415,"duration":0},"status":"passed","severity":"normal"},{"uid":"12289a79c2e77653","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726217868252,"stop":1726217868253,"duration":1},"status":"broken","severity":"normal"},{"uid":"343ca7315e867332","name":"Check meta is set [ecies]","time":{"start":1726217474514,"stop":1726217474514,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1475a358e355104","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1726217449483,"stop":1726217449483,"duration":0},"status":"passed","severity":"normal"},{"uid":"1703e7f12a78c322","name":"Generator, 2 different pubsubtopics","time":{"start":1726218061974,"stop":1726218061975,"duration":1},"status":"passed","severity":"normal"},{"uid":"18b8b10c8b0ca943","name":"Subscribe to topic containing JSON and receive message","time":{"start":1726218066282,"stop":1726218066282,"duration":0},"status":"passed","severity":"normal"},{"uid":"30f98cd2a9d61481","name":"Push message on custom pubsubTopic","time":{"start":1726217804574,"stop":1726217804574,"duration":0},"status":"passed","severity":"normal"},{"uid":"7218ef37689f8d5c","name":"Push message with short payload","time":{"start":1726218013688,"stop":1726218013689,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb195f127bc23fc3","name":"Push message with content topic containing escaped characters","time":{"start":1726217946739,"stop":1726217946739,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d685cd8bbeb331d","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1726217441547,"stop":1726217441547,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d802fea6ad287d6","name":"Ping fails for unsubscribed peers","time":{"start":1726217603237,"stop":1726217603238,"duration":1},"status":"passed","severity":"normal"},{"uid":"e12b17f9d8cc7435","name":"Push message equal or less that 1MB","time":{"start":1726218013729,"stop":1726218013730,"duration":1},"status":"passed","severity":"normal"},{"uid":"5691568a6136f845","name":"random static sharding 4 - Cluster ID: 517, Shard ID: 214","time":{"start":1726218039628,"stop":1726218039628,"duration":0},"status":"passed","severity":"normal"},{"uid":"27cd581dbeec6913","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app95/8/topic808/test.js","time":{"start":1726218011623,"stop":1726218011623,"duration":0},"status":"passed","severity":"normal"},{"uid":"21d81dc43d92ec0e","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726217868231,"stop":1726217868231,"duration":0},"status":"passed","severity":"normal"},{"uid":"dadbfe93219e4e8","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1726217549449,"stop":1726217549449,"duration":0},"status":"passed","severity":"normal"},{"uid":"dec0f2a0fa9d8928","name":"random static sharding 10 - Cluster ID: 415, Shard ID: 397","time":{"start":1726218039631,"stop":1726218039631,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d4a31fecbd4c094","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1726217462337,"stop":1726217462339,"duration":2},"status":"passed","severity":"normal"},{"uid":"9ea49bf871203caa","name":"should return unique PubsubTopics for static sharding","time":{"start":1726217441552,"stop":1726217441553,"duration":1},"status":"passed","severity":"normal"},{"uid":"971f7a4609b7c8bc","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1726218066280,"stop":1726218066280,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3259767a1d0e57","name":"unsubscribes","time":{"start":1726218077306,"stop":1726218077306,"duration":0},"status":"passed","severity":"normal"},{"uid":"872c80c1f279eeb4","name":"addEventListener with wrong event","time":{"start":1726217533046,"stop":1726217533046,"duration":0},"status":"passed","severity":"normal"},{"uid":"acdbddd856132ef9","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726217577133,"stop":1726217577133,"duration":0},"status":"passed","severity":"normal"},{"uid":"a03a7e9813f53881","name":"Push message with SQL Injection payload","time":{"start":1726217946697,"stop":1726217946698,"duration":1},"status":"passed","severity":"normal"},{"uid":"560149277e959387","name":"Subscribe to topic containing Script and receive message","time":{"start":1726218066281,"stop":1726218066281,"duration":0},"status":"passed","severity":"normal"},{"uid":"372da25cb686d3f6","name":"Renews subscription after lossing a connection","time":{"start":1726218066288,"stop":1726218066288,"duration":0},"status":"passed","severity":"normal"},{"uid":"97f2a2592cdf0156","name":"Check received message containing JSON","time":{"start":1726217677820,"stop":1726217677822,"duration":2},"status":"passed","severity":"normal"},{"uid":"2ea281db3267af3c","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1726217441559,"stop":1726217441559,"duration":0},"status":"passed","severity":"normal"},{"uid":"98511c38589bd9e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1726217441558,"stop":1726217441558,"duration":0},"status":"passed","severity":"normal"},{"uid":"486cf7f81ffa6dae","name":"Subscribe to topic containing shell command and receive message","time":{"start":1726218066314,"stop":1726218066315,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5c38f247a1dd326","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1726217493339,"stop":1726217493339,"duration":0},"status":"passed","severity":"normal"},{"uid":"e53c7cf82e29fc58","name":"Push to array if already present","time":{"start":1726217441220,"stop":1726217441220,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a1e4b90919f2275","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1726217705997,"stop":1726217705997,"duration":0},"status":"passed","severity":"normal"},{"uid":"adfdb59af623b76d","name":"Subscribe to topic containing numeric and receive message","time":{"start":1726218066278,"stop":1726218066278,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed29db7636c0a5e0","name":"Push message with content topic containing Russian","time":{"start":1726218013701,"stop":1726218013701,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a4990250e98ae5c","name":"Nwaku publishes","time":{"start":1726217949325,"stop":1726217949326,"duration":1},"status":"passed","severity":"normal"},{"uid":"553f079f1ca8818f","name":"Subscribe and receive messages via lightPush","time":{"start":1726218066289,"stop":1726218066289,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d35acc5cb6a530b","name":"Subscribe to topic containing short and receive message","time":{"start":1726217706000,"stop":1726217706001,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c6d35273bb5d2bc","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1726217706010,"stop":1726217706011,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0dbf51dfa7f3528","name":"Reusing cursor across nodes","time":{"start":1726218020457,"stop":1726218020458,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef4fede9ecf10770","name":"Add multiple subscription objects on single nwaku node","time":{"start":1726218066316,"stop":1726218066316,"duration":0},"status":"passed","severity":"normal"},{"uid":"351e709b75b9a3f7","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1726217705988,"stop":1726217705988,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4a6c731c5ba181f","name":"Fails to publish message with size larger than 1 MB","time":{"start":1726217976619,"stop":1726217976620,"duration":1},"status":"passed","severity":"normal"},{"uid":"7230c53b4db9a327","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1726217687441,"stop":1726217687441,"duration":0},"status":"passed","severity":"normal"},{"uid":"3929a8bfc16361f2","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1726217462331,"stop":1726217462331,"duration":0},"status":"passed","severity":"normal"},{"uid":"53778240381946b7","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1726218066274,"stop":1726218066274,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0ec8cc6acacc39a","name":"Check received message with timestamp: 1726217492448 ","time":{"start":1726217924759,"stop":1726217924762,"duration":3},"status":"passed","severity":"normal"},{"uid":"fee6e504776f4387","name":"Push message with content topic containing short","time":{"start":1726218013698,"stop":1726218013698,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5d3f2d61b9e7c6b","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1726217462336,"stop":1726217462336,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd1422df3e59aced","name":"Add multiple subscription objects on single nwaku node","time":{"start":1726217706011,"stop":1726217706012,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc737a6fda9c0b6a","name":"addEventListener with correct event","time":{"start":1726217533045,"stop":1726217533045,"duration":0},"status":"passed","severity":"normal"},{"uid":"591f890830c9edf4","name":"Check received message containing short","time":{"start":1726217677784,"stop":1726217677785,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb3400b3c9ba4ffa","name":"1 Relay, 1 Filter, gives up","time":{"start":1726217462726,"stop":1726217462727,"duration":1},"status":"passed","severity":"normal"},{"uid":"743618d37056dc7e","name":"Check received message containing emoji","time":{"start":1726217677826,"stop":1726217677827,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccc8f2efe1e70ec8","name":"it tolerates circular branch references","time":{"start":1726217463038,"stop":1726217463038,"duration":0},"status":"passed","severity":"normal"},{"uid":"710bc8b5c8768c20","name":"LightPush with 0 connections","time":{"start":1726217742496,"stop":1726217742496,"duration":0},"status":"passed","severity":"normal"},{"uid":"577d3f0ec67fefa7","name":"A test","time":{"start":1726217804645,"stop":1726217804646,"duration":1},"status":"passed","severity":"normal"},{"uid":"b19c2b84bd0067f8","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1726217441556,"stop":1726217441556,"duration":0},"status":"passed","severity":"normal"},{"uid":"767c98813a5e97be","name":"throws on content topic with generation field greater than 0","time":{"start":1726217441534,"stop":1726217441534,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d61d05e596ee0bb","name":"Refresh subscription","time":{"start":1726217706000,"stop":1726217706000,"duration":0},"status":"passed","severity":"normal"},{"uid":"129712e73ee93a04","name":"Rejects garbage","time":{"start":1726217477826,"stop":1726217477826,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a6b29b2737111e","name":"Push message with shell command payload","time":{"start":1726217946720,"stop":1726217946720,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf79c5635140e55b","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1726218066287,"stop":1726218066287,"duration":0},"status":"passed","severity":"normal"},{"uid":"132e1d1713ee8bd7","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218061976,"stop":1726218061978,"duration":2},"status":"passed","severity":"normal"},{"uid":"665413658dfe9f5e","name":"Push message with numeric payload","time":{"start":1726217946675,"stop":1726217946676,"duration":1},"status":"passed","severity":"normal"},{"uid":"aadd29f5cc1cd3e4","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1726217980036,"stop":1726217980036,"duration":0},"status":"passed","severity":"normal"},{"uid":"a027ff90bfff3b8c","name":"Push message with SQL Injection payload","time":{"start":1726218013692,"stop":1726218013692,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad3d9f69973527b4","name":"Check received message containing long","time":{"start":1726217924729,"stop":1726217924729,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bb32d7646448924","name":"throws on content topic with empty version field","time":{"start":1726217441535,"stop":1726217441535,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ae70dc76b5f53","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1726217441567,"stop":1726217441568,"duration":1},"status":"passed","severity":"normal"},{"uid":"9931e5fbeb80520f","name":"getPeersByDiscovery","time":{"start":1726217955948,"stop":1726217955949,"duration":1},"status":"passed","severity":"normal"},{"uid":"47dce93e0c12260d","name":"returns all values when wanted number matches available values","time":{"start":1726217461851,"stop":1726217461852,"duration":1},"status":"passed","severity":"normal"},{"uid":"c02b8187c0a110aa","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1726217463042,"stop":1726217463042,"duration":0},"status":"passed","severity":"normal"},{"uid":"f09ae161289fe6e3","name":"Push message with content topic containing Basic HTML tag","time":{"start":1726218013716,"stop":1726218013718,"duration":2},"status":"passed","severity":"normal"},{"uid":"100487c0b35a722e","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1726217455154,"stop":1726217455154,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fa765fa058e38dc","name":"random static sharding 8 - Cluster ID: 299, Shard ID: 381","time":{"start":1726218039630,"stop":1726218039630,"duration":0},"status":"passed","severity":"normal"},{"uid":"249e9bfd52485f18","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1726217724203,"stop":1726217724203,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdad8f4cad202d44","name":"Push message on custom pubsubTopic","time":{"start":1726217804581,"stop":1726217804582,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd7a24a69db17bec","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1726217804582,"stop":1726217804583,"duration":1},"status":"passed","severity":"normal"},{"uid":"a42c67f43b954f20","name":"Publishes to nwaku","time":{"start":1726217949325,"stop":1726217949325,"duration":0},"status":"passed","severity":"normal"},{"uid":"e20376927b185d2a","name":"Delete observer","time":{"start":1726217927561,"stop":1726217927561,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddc1d131c50fd5ea","name":"Query with Ordered Callback, No Decoder","time":{"start":1726218054693,"stop":1726218054693,"duration":0},"status":"passed","severity":"normal"},{"uid":"6183beef70dbaad3","name":"Encoder throws on undefined content topic","time":{"start":1726217472855,"stop":1726217472855,"duration":0},"status":"passed","severity":"normal"},{"uid":"2453f8230b03b9c5","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1726217960214,"stop":1726217960214,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad6b8bb9b4a1d24a","name":"recovers when dns.resolve returns empty","time":{"start":1726217463038,"stop":1726217463039,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fa845975c176d82","name":"can start the service","time":{"start":1726217507037,"stop":1726217507038,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf7aad3341606f02","name":"Check received message containing Basic HTML tag","time":{"start":1726217677815,"stop":1726217677820,"duration":5},"status":"passed","severity":"normal"},{"uid":"f8bc866f15e453c3","name":"Overlapping topic subscription","time":{"start":1726218066276,"stop":1726218066277,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1bf24b88c56c22f","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1726217980037,"stop":1726217980038,"duration":1},"status":"passed","severity":"normal"},{"uid":"872bd653fe613d0","name":"Check publish message containing SQL Injection","time":{"start":1726217976601,"stop":1726217976602,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2de25bd91396850","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1726218066273,"stop":1726218066273,"duration":0},"status":"passed","severity":"normal"},{"uid":"925b1c919a4ad23d","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1726217687427,"stop":1726217687428,"duration":1},"status":"passed","severity":"normal"},{"uid":"6af678b35c2f4a73","name":"nwaku subscribes","time":{"start":1726217949322,"stop":1726217949323,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a503b6eb9914d20","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1726217608002,"stop":1726217608002,"duration":0},"status":"passed","severity":"normal"},{"uid":"477edff38104fe68","name":"Subscribe to topic containing emoji and receive message","time":{"start":1726218066287,"stop":1726218066287,"duration":0},"status":"passed","severity":"normal"},{"uid":"efe0fa846cbf9c99","name":"Push message with Arabic payload","time":{"start":1726217946678,"stop":1726217946678,"duration":0},"status":"passed","severity":"normal"},{"uid":"c575faf23badb7e0","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1726217463043,"stop":1726217463043,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bc42a85f29c1e597","name":"should only return 1 node with relay and store capability","time":{"start":1726217463040,"stop":1726217463041,"duration":1},"status":"passed","severity":"normal"},{"uid":"274d935c6050d9af","name":"same cluster, same shard: nodes connect","time":{"start":1726217687413,"stop":1726217687414,"duration":1},"status":"passed","severity":"normal"},{"uid":"666c45e548af8496","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1726217450194,"stop":1726217450194,"duration":0},"status":"passed","severity":"normal"},{"uid":"522f26a6ca24594f","name":"Ping on subscribed peer","time":{"start":1726217551914,"stop":1726217551914,"duration":0},"status":"passed","severity":"normal"},{"uid":"54da3af17e7b59c8","name":"Check received message containing XML","time":{"start":1726217677814,"stop":1726217677815,"duration":1},"status":"passed","severity":"normal"},{"uid":"de04ba40cdd8c7e7","name":"should not receive a peer event before start","time":{"start":1726217978667,"stop":1726217978667,"duration":0},"status":"passed","severity":"normal"},{"uid":"a69db4875b5dc7f7","name":"udp ip6 address","time":{"start":1726217449568,"stop":1726217449569,"duration":1},"status":"passed","severity":"normal"},{"uid":"c68091fa3992f9d9","name":"Push message with content topic containing Arabic","time":{"start":1726218013701,"stop":1726218013701,"duration":0},"status":"passed","severity":"normal"},{"uid":"955ebc19b1334d1e","name":"should return empty list for no shard","time":{"start":1726217441554,"stop":1726217441554,"duration":0},"status":"passed","severity":"normal"},{"uid":"e66192f75d7908bf","name":"Check publish message containing special chars","time":{"start":1726217976600,"stop":1726217976600,"duration":0},"status":"passed","severity":"normal"},{"uid":"3454605ed0d9a3","name":"Check received message containing Russian","time":{"start":1726217677810,"stop":1726217677812,"duration":2},"status":"passed","severity":"normal"},{"uid":"569d2a07b0a33503","name":"Push message with content topic containing numeric","time":{"start":1726218013699,"stop":1726218013700,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5e82c93652a2236","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1726218091297,"stop":1726218091297,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c22b3d5c5aabacb","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726217804580,"stop":1726217804581,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f3b65e5e9b4ab34","name":"Check publish message containing XML","time":{"start":1726217976602,"stop":1726217976602,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a6f8c35e30b3a1e","name":"Query generator for multiple messages with different message text format","time":{"start":1726218071323,"stop":1726218071324,"duration":1},"status":"passed","severity":"normal"},{"uid":"201539d42c5e9114","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1726217687427,"stop":1726217687427,"duration":0},"status":"passed","severity":"normal"},{"uid":"83fc48cd9502e5ce","name":"Ping on peer without subscriptions","time":{"start":1726217567470,"stop":1726217567471,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdd94729863a5ba0","name":"Push message with JSON payload","time":{"start":1726218013694,"stop":1726218013695,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3a434d551af9d9a","name":"Sign & Recover","time":{"start":1726217473325,"stop":1726217473325,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd303d1aa9443e74","name":"should throw an error for missing sharding configuration","time":{"start":1726217441568,"stop":1726217441568,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d36ffff19a47e8b","name":"should properly create location multiaddrs - tcp4","time":{"start":1726217450204,"stop":1726217450205,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a9fb22184aedfe1","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1726218066273,"stop":1726218066274,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8c949295fb171dd","name":"Callback on promise","time":{"start":1726218071325,"stop":1726218071325,"duration":0},"status":"passed","severity":"normal"},{"uid":"da919af74647f023","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1726218066286,"stop":1726218066287,"duration":1},"status":"passed","severity":"normal"},{"uid":"75edb88255806c74","name":"Check message with no payload is not received","time":{"start":1726217924765,"stop":1726217924765,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4ef8f4fa2874bfe","name":"should be able to decode the field with only FILTER set to true","time":{"start":1726217449479,"stop":1726217449480,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e9c67811b271bd5","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1726217441563,"stop":1726217441563,"duration":0},"status":"passed","severity":"normal"},{"uid":"39de516b6e9147b8","name":"Used by Waku Relay","time":{"start":1726218090764,"stop":1726218090764,"duration":0},"status":"passed","severity":"normal"},{"uid":"922b257d671f8e2b","name":"should encode/decode to text encoding","time":{"start":1726217450198,"stop":1726217450199,"duration":1},"status":"passed","severity":"normal"},{"uid":"55fd22a56b8d7dbe","name":"LightPush","time":{"start":1726218095394,"stop":1726218095395,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e414a47fc3062f6","name":"Filter with 3 connections","time":{"start":1726217742503,"stop":1726217742503,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac8a402fcc401b07","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1726217687450,"stop":1726217687451,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b2e1c4a7b630a8f","name":"Check received message containing shell command","time":{"start":1726217924736,"stop":1726217924736,"duration":0},"status":"passed","severity":"normal"},{"uid":"f31d496356106eef","name":"Push message with content topic containing Chinese","time":{"start":1726218013700,"stop":1726218013700,"duration":0},"status":"passed","severity":"normal"},{"uid":"6387ce7e4e5327f4","name":"Decrypt messages","time":{"start":1726217927560,"stop":1726217927560,"duration":0},"status":"passed","severity":"normal"},{"uid":"af31b0df6175fdc1","name":"Publish message with custom timestamp: Fri Sep 13 2024 07:59:09 GMT+0000 (Coordinated Universal Time)","time":{"start":1726217976610,"stop":1726217976611,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4676b067da16ef4","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1726217705995,"stop":1726217705996,"duration":1},"status":"passed","severity":"normal"},{"uid":"1595ee22a856bad","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726217577137,"stop":1726217577137,"duration":0},"status":"passed","severity":"normal"},{"uid":"e526ec3fd1963b8e","name":"should not fail to stop the service if it was not started","time":{"start":1726217466674,"stop":1726217466675,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cc35be5beb2596","name":"should throw an error if shards are undefined for static sharding","time":{"start":1726217441554,"stop":1726217441554,"duration":0},"status":"passed","severity":"normal"},{"uid":"21a181c76e1fbf4f","name":"Query Generator, No message returned","time":{"start":1726218054684,"stop":1726218054684,"duration":0},"status":"passed","severity":"normal"},{"uid":"762bb0d9e02daf8a","name":"Query with Ordered Callback, No message returned","time":{"start":1726218054693,"stop":1726218054693,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9fa5df7d82ab3c4","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1726217444065,"stop":1726217444066,"duration":1},"status":"passed","severity":"normal"},{"uid":"22bef30d0160dbfd","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726217868237,"stop":1726217868246,"duration":9},"status":"passed","severity":"normal"},{"uid":"a6040956941a17c4","name":"Check received message containing short","time":{"start":1726217924727,"stop":1726217924729,"duration":2},"status":"passed","severity":"normal"},{"uid":"80fcc8d8d6627b91","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1726217441561,"stop":1726217441562,"duration":1},"status":"passed","severity":"normal"},{"uid":"822c7391aaeeaf49","name":"Push message with content topic containing SQL Injection","time":{"start":1726217946732,"stop":1726217946733,"duration":1},"status":"passed","severity":"normal"},{"uid":"26db03bcb167e1a6","name":"Subscribe to topic containing Russian and receive message","time":{"start":1726218066280,"stop":1726218066280,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccf176b50888f7ea","name":"should not receive a peer event after stop","time":{"start":1726217507042,"stop":1726217507043,"duration":1},"status":"passed","severity":"normal"},{"uid":"36015ee5684301e4","name":"Subscribe to topic containing Russian and receive message","time":{"start":1726217706005,"stop":1726217706006,"duration":1},"status":"passed","severity":"normal"},{"uid":"39b9911ab7b31593","name":"Publish message with custom timestamp: Sat Sep 23 2023 08:59:09 GMT+0000 (Coordinated Universal Time)","time":{"start":1726217976609,"stop":1726217976610,"duration":1},"status":"passed","severity":"normal"},{"uid":"33d7e21774b4b1ef","name":"Subscribe to topic containing special chars and receive message","time":{"start":1726217706002,"stop":1726217706004,"duration":2},"status":"passed","severity":"normal"},{"uid":"d71162fe36448aeb","name":"Push message with Script payload","time":{"start":1726217946699,"stop":1726217946699,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf822a9f7fd0d0a4","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1726217687417,"stop":1726217687417,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc00216f7f742763","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1726217441559,"stop":1726217441560,"duration":1},"status":"passed","severity":"normal"},{"uid":"cdd1ece6942e9482","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1726217441569,"stop":1726217441570,"duration":1},"status":"passed","severity":"normal"},{"uid":"9613918c76680899","name":"Push message with content topic containing SQL Injection","time":{"start":1726218013701,"stop":1726218013702,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d0e1470f935a1dc","name":"Generator, custom pubsub topic","time":{"start":1726218061978,"stop":1726218061979,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c6f192eeb900cb0","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1726217449482,"stop":1726217449482,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bda46af5259417b","name":"Check received message containing Arabic","time":{"start":1726217677799,"stop":1726217677810,"duration":11},"status":"passed","severity":"normal"},{"uid":"ee54230ded098042","name":"Push message with content topic containing long","time":{"start":1726217946723,"stop":1726217946723,"duration":0},"status":"passed","severity":"normal"},{"uid":"a415ec338168a68","name":"Check received message containing Chinese","time":{"start":1726217677797,"stop":1726217677799,"duration":2},"status":"passed","severity":"normal"},{"uid":"7f25e3f990a9cdbf","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1726218091300,"stop":1726218091300,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea1d44b491181207","name":"Push message with content topic containing special chars","time":{"start":1726218013700,"stop":1726218013700,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ee44653e7ebaa4","name":"should only return 1 node with store capability","time":{"start":1726217463041,"stop":1726217463041,"duration":0},"status":"passed","severity":"normal"},{"uid":"b568e18fceb36b33","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1726217804581,"stop":1726217804581,"duration":0},"status":"passed","severity":"normal"},{"uid":"f364e6439b37a847","name":"Check message with no content topic is not received","time":{"start":1726217924741,"stop":1726217924742,"duration":1},"status":"passed","severity":"normal"},{"uid":"f67ce95b2517dcfb","name":"Check publish message after service node is restarted","time":{"start":1726217976620,"stop":1726217976621,"duration":1},"status":"skipped","severity":"normal"},{"uid":"7a5babea134bec5a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1726217441559,"stop":1726217441559,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3f809e51280ffb7","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1726217441560,"stop":1726217441560,"duration":0},"status":"passed","severity":"normal"},{"uid":"176c58e700c9d627","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1726218066298,"stop":1726218066298,"duration":0},"status":"passed","severity":"normal"},{"uid":"42046d79d859bdb0","name":"Query generator for multiple messages with multiple decoders","time":{"start":1726218071324,"stop":1726218071324,"duration":0},"status":"passed","severity":"normal"},{"uid":"42e6432cbb5d2993","name":"Push message with shell command payload","time":{"start":1726218013695,"stop":1726218013695,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7e60c0b1bbea68e","name":"Js publishes, other Js receives","time":{"start":1726217949327,"stop":1726217949327,"duration":0},"status":"passed","severity":"normal"},{"uid":"be4a89efa6eeda7c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1726217724200,"stop":1726217724200,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b13e800fd0cb8b7","name":"configure the node with multiple pubsub topics","time":{"start":1726218039632,"stop":1726218039632,"duration":0},"status":"passed","severity":"normal"},{"uid":"d29f63c6c1669dd","name":"tcp ip4 address","time":{"start":1726217449568,"stop":1726217449568,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b1b47038ecaf847","name":"Check message with no pubsub topic is not received","time":{"start":1726217677844,"stop":1726217677844,"duration":0},"status":"passed","severity":"normal"},{"uid":"c496f72c7203b02b","name":"should set field with only FILTER enabled","time":{"start":1726217450208,"stop":1726217450208,"duration":0},"status":"passed","severity":"normal"},{"uid":"e54dc3a22d1203cb","name":"Check received message containing escaped characters","time":{"start":1726217677823,"stop":1726217677825,"duration":2},"status":"passed","severity":"normal"},{"uid":"dc7120f30593480b","name":"Check received message containing Arabic","time":{"start":1726217924732,"stop":1726217924732,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c8671cbf4e0b7e7","name":"Ping succeeds for all connected peers","time":{"start":1726217603236,"stop":1726217603237,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa930ca5f2fb2f33","name":"Push message with rate limit","time":{"start":1726217946742,"stop":1726217946743,"duration":1},"status":"passed","severity":"normal"},{"uid":"72b1ee58aa9f58ad","name":"less peers than existing","time":{"start":1726217925015,"stop":1726217925016,"duration":1},"status":"skipped","severity":"normal"},{"uid":"73ae9231d7b7f2ea","name":"Query generator for multiple messages","time":{"start":1726218071323,"stop":1726218071323,"duration":0},"status":"passed","severity":"normal"},{"uid":"68307dd046efb22","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1726217474513,"stop":1726217474513,"duration":0},"status":"passed","severity":"normal"},{"uid":"74663ade5407f68c","name":"throws on content topic with too few or too many fields","time":{"start":1726217441532,"stop":1726217441533,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3bc736879b5085f","name":"Waku message hash computation (no timestamp)","time":{"start":1726217444068,"stop":1726217444068,"duration":0},"status":"passed","severity":"normal"},{"uid":"155d181d2dd11c63","name":"can start and stop the service","time":{"start":1726217978645,"stop":1726217978647,"duration":2},"status":"passed","severity":"normal"},{"uid":"fb5b042bce7a7630","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1726217493336,"stop":1726217493338,"duration":2},"status":"passed","severity":"normal"},{"uid":"85ca7103e2492eab","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1726217687429,"stop":1726217687430,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5be96194f8f36d4","name":"Push message with content topic containing emoji","time":{"start":1726217946740,"stop":1726217946740,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd1b79a5dfd61553","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","time":{"start":1726217868232,"stop":1726217868232,"duration":0},"status":"passed","severity":"normal"},{"uid":"714323173af7c70c","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1726217466677,"stop":1726217466678,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c248b72f3c6af5e","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1726217924740,"stop":1726217924740,"duration":0},"status":"passed","severity":"normal"},{"uid":"bff1533859a58dfa","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1726217868233,"stop":1726217868234,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dbeccb659bd7d14","name":"Fails to push message bigger that 1MB","time":{"start":1726217946745,"stop":1726217946745,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bb30bb1031e3773","name":"can start the service","time":{"start":1726217978645,"stop":1726217978645,"duration":0},"status":"passed","severity":"normal"},{"uid":"11b730fb556373f6","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1726217441552,"stop":1726217441552,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a1610f72c58596f","name":"should not receive a peer event after stop","time":{"start":1726217466676,"stop":1726217466676,"duration":0},"status":"passed","severity":"normal"},{"uid":"f94d798aba06a946","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1726217868256,"stop":1726217868257,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f4c9124210afede","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1726217462331,"stop":1726217462332,"duration":1},"status":"passed","severity":"normal"},{"uid":"c744444617919633","name":"Encoder throws on empty string content topic","time":{"start":1726217455153,"stop":1726217455153,"duration":0},"status":"passed","severity":"normal"},{"uid":"d104607e2829a325","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1726217687422,"stop":1726217687422,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d6d58bdcb63c947","name":"Subscribe to topic containing XML and receive message","time":{"start":1726218066281,"stop":1726218066281,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bf46a1397bddf6","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1726217960211,"stop":1726217960211,"duration":0},"status":"passed","severity":"normal"},{"uid":"53bbf43931b3a13e","name":"Push message with content topic containing unicode special characters","time":{"start":1726217946740,"stop":1726217946740,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5449bf876e4d8b5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1726217687438,"stop":1726217687439,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c6da54044659602","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1726218011629,"stop":1726218011629,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec4f413dbf24196e","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1726217960212,"stop":1726217960212,"duration":0},"status":"passed","severity":"normal"},{"uid":"5179966f57ebbdde","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1726217493340,"stop":1726217493341,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa61d54bb45f8471","name":"Init the array if not present","time":{"start":1726217441218,"stop":1726217441219,"duration":1},"status":"passed","severity":"normal"},{"uid":"acd2681812c08aa9","name":"Push message with Basic HTML tag payload","time":{"start":1726217946705,"stop":1726217946718,"duration":13},"status":"passed","severity":"normal"},{"uid":"8333b452e9956df3","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1726217449468,"stop":1726217449469,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea335f24d619f36b","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app37/1/topic193/proto","time":{"start":1726218011624,"stop":1726218011624,"duration":0},"status":"passed","severity":"normal"},{"uid":"47c004fa0a6df8fb","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687421,"stop":1726217687421,"duration":0},"status":"passed","severity":"normal"},{"uid":"fee958fb3968df83","name":"Decoder throws on empty string content topic","time":{"start":1726217472857,"stop":1726217472857,"duration":0},"status":"passed","severity":"normal"},{"uid":"68007f3446635ee8","name":"Refresh subscription","time":{"start":1726217980038,"stop":1726217980038,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1e3633514e5ee9f7","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1726218066296,"stop":1726218066296,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1c68e210ca6256","name":"Subscribe to topic containing special chars and receive message","time":{"start":1726218066302,"stop":1726218066302,"duration":0},"status":"passed","severity":"normal"},{"uid":"e102d41d9f350282","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1726217441544,"stop":1726217441545,"duration":1},"status":"passed","severity":"normal"},{"uid":"48b37bb234b8612a","name":"Number of peers are maintained correctly","time":{"start":1726217603235,"stop":1726217603236,"duration":1},"status":"passed","severity":"normal"},{"uid":"d95bdd3c5fcc3d8","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1726217549450,"stop":1726217549450,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ad6ef14739be7cd","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1726217577155,"stop":1726217577155,"duration":0},"status":"passed","severity":"normal"},{"uid":"350ad1a5f71be573","name":"Filter","time":{"start":1726218095395,"stop":1726218095395,"duration":0},"status":"passed","severity":"normal"},{"uid":"2181694ef311d30","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1726218054691,"stop":1726218054692,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d3fcbe2458bcd52","name":"Check message received after jswaku node is restarted","time":{"start":1726217924766,"stop":1726217924766,"duration":0},"status":"skipped","severity":"normal"},{"uid":"54cfcd81a69d590c","name":"Query Generator - false","time":{"start":1726218063101,"stop":1726218063102,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef2cd6e362cefa22","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app57/6/topic639/json","time":{"start":1726218011624,"stop":1726218011625,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd6766c4b7272b55","name":"Check received message with timestamp: 1649153314 ","time":{"start":1726217924739,"stop":1726217924739,"duration":0},"status":"passed","severity":"normal"},{"uid":"4067cf34d373ec31","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1726217577134,"stop":1726217577136,"duration":2},"status":"passed","severity":"normal"},{"uid":"3a32b0028b9f79ca","name":"Fails to push message with large meta","time":{"start":1726217946741,"stop":1726217946741,"duration":0},"status":"passed","severity":"normal"},{"uid":"e91d123d5773b3a9","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1726217441552,"stop":1726217441552,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecb4dbb01334f29d","name":"random static sharding 6 - Cluster ID: 431, Shard ID: 247","time":{"start":1726218039629,"stop":1726218039629,"duration":0},"status":"passed","severity":"normal"},{"uid":"eea280ce78bad141","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","time":{"start":1726217868235,"stop":1726217868236,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2599ebb63e00009","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1726217980036,"stop":1726217980037,"duration":1},"status":"passed","severity":"normal"},{"uid":"63ecc95d35307b4d","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1726217706008,"stop":1726217706008,"duration":0},"status":"passed","severity":"normal"},{"uid":"21f717d2eb9962f1","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1726217980037,"stop":1726217980037,"duration":0},"status":"passed","severity":"normal"},{"uid":"37ad5ce9bcc2a248","name":"Overlapping topic subscription","time":{"start":1726218066298,"stop":1726218066298,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a918a6e973d43a0","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1726217687423,"stop":1726217687423,"duration":0},"status":"passed","severity":"normal"},{"uid":"d831c29f0492b367","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1726217441550,"stop":1726217441551,"duration":1},"status":"passed","severity":"normal"},{"uid":"59e2028896053828","name":"Using a function","time":{"start":1726218090764,"stop":1726218090764,"duration":0},"status":"passed","severity":"normal"},{"uid":"c39f1eda8251a907","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1726217577151,"stop":1726217577152,"duration":1},"status":"passed","severity":"normal"},{"uid":"3377326b3fd6ef05","name":"Ping on subscribed peer","time":{"start":1726217567473,"stop":1726217567474,"duration":1},"status":"passed","severity":"normal"},{"uid":"621ee226953d1393","name":"should throw error - no id","time":{"start":1726217450195,"stop":1726217450195,"duration":0},"status":"passed","severity":"normal"},{"uid":"495d71f9ea60418a","name":"should correctly map a content topic to a pubsub topic","time":{"start":1726217441569,"stop":1726217441569,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a4f07f2b8c27639","name":"Decoder throws on undefined content topic","time":{"start":1726217474515,"stop":1726217474515,"duration":0},"status":"passed","severity":"normal"},{"uid":"576b67030db7bb98","name":"Overlapping topic subscription","time":{"start":1726217980038,"stop":1726217980038,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fe089244688f9639","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1726217980053,"stop":1726217980053,"duration":0},"status":"passed","severity":"normal"},{"uid":"76243581b1758426","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1726217687423,"stop":1726217687423,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a1f796910147395","name":"Check received message containing SQL Injection","time":{"start":1726217924733,"stop":1726217924733,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f98fc81c2c208f2","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1726217603245,"stop":1726217603245,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc6687a77da92d","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1726217441566,"stop":1726217441566,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ccc6c22d23ddcfb","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1726218020456,"stop":1726218020457,"duration":1},"status":"passed","severity":"normal"},{"uid":"dde0fd7b88ca5c32","name":"Subscribe to topic containing shell command and publish message","time":{"start":1726217980054,"stop":1726217980054,"duration":0},"status":"passed","severity":"normal"},{"uid":"25240476a78d2eb7","name":"Renews peer on consistent missed messages","time":{"start":1726217603245,"stop":1726217603246,"duration":1},"status":"passed","severity":"normal"},{"uid":"d06fe232744ae48","name":"Filter with 2 connections","time":{"start":1726217742502,"stop":1726217742502,"duration":0},"status":"passed","severity":"normal"},{"uid":"38add447307aaaf2","name":"Check received message containing Chinese","time":{"start":1726217924731,"stop":1726217924732,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8c20720b51b9384","name":"Check message with invalid timestamp is not received","time":{"start":1726217677843,"stop":1726217677843,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2769fccf237d655","name":"Push 30 different messages","time":{"start":1726217946722,"stop":1726217946722,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ffafc8d8a1c4350","name":"Check publish message containing numeric","time":{"start":1726217976599,"stop":1726217976599,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d6d264a18014b2c","name":"Subscribe to topic containing long and receive message","time":{"start":1726218066278,"stop":1726218066278,"duration":0},"status":"passed","severity":"normal"},{"uid":"be7ef5cf7a377c0","name":"Promise Callback - true","time":{"start":1726218063109,"stop":1726218063110,"duration":1},"status":"passed","severity":"normal"},{"uid":"b73f45b7c0342d27","name":"Failed peers are renewed","time":{"start":1726217751144,"stop":1726217751144,"duration":0},"status":"passed","severity":"normal"},{"uid":"15bf405d74da5c22","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1726217441553,"stop":1726217441554,"duration":1},"status":"passed","severity":"normal"},{"uid":"1718215cb2ff9a1b","name":"Check received message with timestamp: 1726217492448000000 ","time":{"start":1726217924759,"stop":1726217924759,"duration":0},"status":"passed","severity":"normal"},{"uid":"1564355301325361","name":"Subscribe to topic containing JSON and publish message","time":{"start":1726217980053,"stop":1726217980054,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2831c813634ca9b","name":"Subscribe and receive messages via waku relay post","time":{"start":1726218066274,"stop":1726218066274,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f9ab89a4500802d","name":"handles empty shards array correctly","time":{"start":1726217441568,"stop":1726217441568,"duration":0},"status":"passed","severity":"normal"},{"uid":"72842ee5184d92f8","name":"should throw an error for empty SingleShardInfos array","time":{"start":1726217441551,"stop":1726217441551,"duration":0},"status":"passed","severity":"normal"},{"uid":"175f73d1c21f019b","name":"removeEventListener with wrong event","time":{"start":1726217533046,"stop":1726217533047,"duration":1},"status":"passed","severity":"normal"},{"uid":"8db847d1f97c48e2","name":"Check message with no payload is not received","time":{"start":1726217924742,"stop":1726217924742,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1f0d09bf50e1802","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1726218091298,"stop":1726218091299,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef70294ca0d0caa2","name":"start node with empty content topic","time":{"start":1726218011629,"stop":1726218011630,"duration":1},"status":"passed","severity":"normal"},{"uid":"a626c0c9beabd2fd","name":"Subscribe to topic containing JSON and receive message","time":{"start":1726217706008,"stop":1726217706009,"duration":1},"status":"passed","severity":"normal"},{"uid":"26346756a1797bfe","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1726217687443,"stop":1726217687444,"duration":1},"status":"passed","severity":"normal"},{"uid":"4025c993a732dd8d","name":"should properly compute the node id","time":{"start":1726217450198,"stop":1726217450198,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ceb98ed5f653578","name":"Subscribe to topic containing short and publish message","time":{"start":1726217980039,"stop":1726217980039,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a5c88f1c5b0ac16","name":"topics with same application and version share the same shard","time":{"start":1726217441548,"stop":1726217441548,"duration":0},"status":"passed","severity":"normal"},{"uid":"740b35e4ea1f331a","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1726217500288,"stop":1726217500290,"duration":2},"status":"passed","severity":"normal"},{"uid":"96e4f8d648db6854","name":"should be called for bootstrap peers","time":{"start":1726217500287,"stop":1726217500288,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2c89de5fbb24030","name":"Check received message containing long","time":{"start":1726217677785,"stop":1726217677791,"duration":6},"status":"passed","severity":"normal"},{"uid":"38800d9b501f4f5b","name":"Push message with custom timestamp: 1726221306169","time":{"start":1726218013726,"stop":1726218013729,"duration":3},"status":"passed","severity":"normal"},{"uid":"460e76ec1bf4730f","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1726217441544,"stop":1726217441544,"duration":0},"status":"passed","severity":"normal"},{"uid":"3aaa244311e0da59","name":"Publish message with custom timestamp: Fri Sep 13 2024 09:59:09 GMT+0000 (Coordinated Universal Time)","time":{"start":1726217976611,"stop":1726217976613,"duration":2},"status":"passed","severity":"normal"},{"uid":"5ce0d52363880cf8","name":"Should update shard info","time":{"start":1726217868894,"stop":1726217868894,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7744a9a71a89187","name":"should not receive a peer event before start","time":{"start":1726217507042,"stop":1726217507042,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0a4ddd8a07af88b","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1726217705998,"stop":1726217705998,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d35977b8f25f221","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1726217500291,"stop":1726217500291,"duration":0},"status":"passed","severity":"normal"},{"uid":"629ac4389cdadbd6","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1726218066303,"stop":1726218066303,"duration":0},"status":"passed","severity":"normal"},{"uid":"17a03a2b5c401b50","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1726217687440,"stop":1726217687440,"duration":0},"status":"passed","severity":"normal"},{"uid":"e63c633194c098e4","name":"listenerCount","time":{"start":1726217533047,"stop":1726217533047,"duration":0},"status":"passed","severity":"normal"},{"uid":"f625a555b6611ba7","name":"Subscribe to topic containing long and publish message","time":{"start":1726217980039,"stop":1726217980039,"duration":0},"status":"passed","severity":"normal"},{"uid":"3650feca32375c67","name":"Subscribe to topic containing emoji and publish message","time":{"start":1726217980055,"stop":1726217980056,"duration":1},"status":"passed","severity":"normal"},{"uid":"5868e895f3b49a09","name":"Passing page size 0 when there are 110 messages","time":{"start":1726218085656,"stop":1726218085657,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8dc3fa14fc34a24","name":"Query Generator, No Decoder","time":{"start":1726218054683,"stop":1726218054684,"duration":1},"status":"passed","severity":"normal"},{"uid":"68d7da29c1b04","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1726217687425,"stop":1726217687425,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b1be8aea5389366","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1726217724224,"stop":1726217724224,"duration":0},"status":"passed","severity":"normal"},{"uid":"833526ba1cdb55de","name":"should properly create location multiaddrs - udp6","time":{"start":1726217450205,"stop":1726217450205,"duration":0},"status":"passed","severity":"normal"},{"uid":"66fba32ce6b56b18","name":"Subscribe to topic containing numeric and receive message","time":{"start":1726217706001,"stop":1726217706002,"duration":1},"status":"passed","severity":"normal"},{"uid":"223cc97ebfa4f915","name":"removeEventListener with correct event","time":{"start":1726217533046,"stop":1726217533046,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8736293f26b6ab4","name":"Check received message with timestamp: 1726217492603000000 ","time":{"start":1726217677827,"stop":1726217677828,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bf564898450397c","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1726218066292,"stop":1726218066293,"duration":1},"status":"passed","severity":"normal"},{"uid":"1915a37224b4eead","name":"Push message with emoji payload","time":{"start":1726217946721,"stop":1726217946721,"duration":0},"status":"passed","severity":"normal"},{"uid":"b47d8a43c7112de1","name":"should throw an error for insufficient data","time":{"start":1726217441572,"stop":1726217441572,"duration":0},"status":"passed","severity":"normal"},{"uid":"18a81fdc8f640f1b","name":"Store - dialed after - with timeout","time":{"start":1726218095394,"stop":1726218095394,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9aa0eb57ad99464","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1726217924763,"stop":1726217924763,"duration":0},"status":"passed","severity":"normal"},{"uid":"916f4fe4fc4b1b3e","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1726217706005,"stop":1726217706005,"duration":0},"status":"passed","severity":"normal"},{"uid":"512770156df70bbf","name":"Check message received after jswaku node is restarted","time":{"start":1726217677846,"stop":1726217677846,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1102e1245bfc0d12","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1726217677841,"stop":1726217677842,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f16e5f1c1705c00","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1726217441548,"stop":1726217441548,"duration":0},"status":"passed","severity":"normal"},{"uid":"b96d24654ce58053","name":"Check received message containing SQL Injection","time":{"start":1726217677812,"stop":1726217677813,"duration":1},"status":"passed","severity":"normal"},{"uid":"215000a5d8469684","name":"Push message with content topic containing Script","time":{"start":1726217946733,"stop":1726217946733,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbdf6fecbd6fa7e4","name":"Push message with Chinese payload","time":{"start":1726218013691,"stop":1726218013691,"duration":0},"status":"passed","severity":"normal"},{"uid":"3789e627bb808812","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1726218091299,"stop":1726218091299,"duration":0},"status":"passed","severity":"normal"},{"uid":"f667a9aa18932b1f","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1726217454965,"stop":1726217454965,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd15fb2f524ce2c","name":"Check publish message containing emoji","time":{"start":1726217976607,"stop":1726217976608,"duration":1},"status":"passed","severity":"normal"},{"uid":"79cfc8a35d80e179","name":"Encoder throws on undefined content topic","time":{"start":1726217455152,"stop":1726217455152,"duration":0},"status":"passed","severity":"normal"},{"uid":"4936de9a881be791","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1726218066315,"stop":1726218066315,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce59ddecf13507d5","name":"Check received message containing unicode special characters","time":{"start":1726217677825,"stop":1726217677826,"duration":1},"status":"passed","severity":"normal"},{"uid":"acd25a9e045c20fa","name":"should load peers from local storage and dispatch events","time":{"start":1726217466677,"stop":1726217466677,"duration":0},"status":"passed","severity":"normal"},{"uid":"432d70d9375b9e24","name":"should only return 1 node with relay capability","time":{"start":1726217463040,"stop":1726217463040,"duration":0},"status":"passed","severity":"normal"},{"uid":"31c339942342c875","name":"Push message with custom timestamp: 1726214142715","time":{"start":1726217946744,"stop":1726217946744,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca68ae3dc8e86300","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687439,"stop":1726217687439,"duration":0},"status":"passed","severity":"normal"},{"uid":"82b7499e042a1d6a","name":"Subscribe and receive messages via lightPush","time":{"start":1726218066272,"stop":1726218066272,"duration":0},"status":"passed","severity":"normal"},{"uid":"34e19b98ba411c0e","name":"Filter with 1 connections","time":{"start":1726217742497,"stop":1726217742498,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6e7f3d31d0be7a8","name":"Should update multiaddrs","time":{"start":1726217868893,"stop":1726217868894,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c5928a8bbd66520","name":"random static sharding 5 - Cluster ID: 39, Shard ID: 679","time":{"start":1726218039629,"stop":1726218039629,"duration":0},"status":"passed","severity":"normal"},{"uid":"7eea67dd54ca44a6","name":"Accepts a valid Waku Message","time":{"start":1726217477824,"stop":1726217477825,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa2cf113f4c9e79e","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1726218066296,"stop":1726218066297,"duration":1},"status":"passed","severity":"normal"},{"uid":"9219a8190f0ad54f","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1726217441545,"stop":1726217441545,"duration":0},"status":"passed","severity":"normal"},{"uid":"c90efd07154d8cdd","name":"stop","time":{"start":1726217533048,"stop":1726217533049,"duration":1},"status":"passed","severity":"normal"},{"uid":"169693eed88d11f4","name":"Subscribe to topic containing Script and receive message","time":{"start":1726218066305,"stop":1726218066307,"duration":2},"status":"passed","severity":"normal"},{"uid":"656b33108765eb33","name":"Query generator for 2000 messages","time":{"start":1726218071349,"stop":1726218071355,"duration":6},"status":"passed","severity":"normal"},{"uid":"b70b5bb13275e661","name":"should not receive a peer event after stop","time":{"start":1726217978667,"stop":1726217978667,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d824539b4a594dd","name":"Subscribe to topic containing XML and publish message","time":{"start":1726217980052,"stop":1726217980053,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ad2f552633eef1a","name":"Check received message containing numeric","time":{"start":1726217677791,"stop":1726217677792,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1b4253f18249535","name":"1 Relay, 1 fetch","time":{"start":1726217462725,"stop":1726217462725,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca635cebc11eec5c","name":"Check received message containing Basic HTML tag","time":{"start":1726217924735,"stop":1726217924735,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6fcbf6ede1545b6","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1726217706006,"stop":1726217706006,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5ab136b1af82365","name":"Query with Promise Callback, No Decoder","time":{"start":1726218054700,"stop":1726218054700,"duration":0},"status":"passed","severity":"normal"},{"uid":"55a65680c90a88e7","name":"Publish message with large meta","time":{"start":1726217976622,"stop":1726217976623,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4e50c2a9d112b67","name":"isConnected should return true after first peer connects","time":{"start":1726217549451,"stop":1726217549452,"duration":1},"status":"passed","severity":"normal"},{"uid":"3570f6d576837572","name":"Check message received after nwaku node is restarted","time":{"start":1726217924766,"stop":1726217924766,"duration":0},"status":"skipped","severity":"normal"},{"uid":"10d81350469b1ad2","name":"should return valid sharding parameters for static sharding","time":{"start":1726217441567,"stop":1726217441567,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e5a6f402f793a14","name":"different cluster, same shard: nodes don't connect","time":{"start":1726217848420,"stop":1726217848420,"duration":0},"status":"passed","severity":"normal"},{"uid":"da728877ee37693","name":"Fails to push message with empty content topic","time":{"start":1726218013720,"stop":1726218013723,"duration":3},"status":"passed","severity":"normal"},{"uid":"db665e1deda8b2a0","name":"Check message with invalid timestamp is not received","time":{"start":1726217924740,"stop":1726217924740,"duration":0},"status":"passed","severity":"normal"},{"uid":"577d01f43f1495bd","name":"handles multiple messages","time":{"start":1726218077305,"stop":1726218077305,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6ab9ef98e88147b","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1726218066275,"stop":1726218066276,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c9d3cc8fc0fbb19","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1726217462334,"stop":1726217462336,"duration":2},"status":"passed","severity":"normal"},{"uid":"ec75a102b4f018c","name":"should throw error - invalid id","time":{"start":1726217450196,"stop":1726217450196,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5c4025f4cf0c155","name":"Ping on unsubscribed peer","time":{"start":1726217567471,"stop":1726217567472,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c5d67241e843233","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1726218091300,"stop":1726218091300,"duration":0},"status":"passed","severity":"normal"},{"uid":"b28609a032130aa1","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1726217687426,"stop":1726217687427,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed54ac08cbaa7d2f","name":"connects to nwaku","time":{"start":1726218090762,"stop":1726218090763,"duration":1},"status":"passed","severity":"normal"},{"uid":"3931030e79a8b866","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1726218091298,"stop":1726218091298,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc6cfb471425cb2f","name":"Push message with content topic containing XML","time":{"start":1726217946734,"stop":1726217946734,"duration":0},"status":"passed","severity":"normal"},{"uid":"6654d981dba407c0","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1726217441546,"stop":1726217441546,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6c5c29cf1e1f4b0","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1726217441558,"stop":1726217441558,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9a0f8a733a691ea","name":"non connected peers","time":{"start":1726217925016,"stop":1726217925016,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a9a095a31d4342b8","name":"Query with Promise Callback, No message returned","time":{"start":1726218054703,"stop":1726218054704,"duration":1},"status":"passed","severity":"normal"},{"uid":"d495f5ba3b9e96f6","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687424,"stop":1726217687424,"duration":0},"status":"passed","severity":"normal"},{"uid":"45435efc6222a176","name":"random static sharding 9 - Cluster ID: 340, Shard ID: 336","time":{"start":1726218039631,"stop":1726218039631,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8e4ac6e505fc71e","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1726217441549,"stop":1726217441549,"duration":0},"status":"passed","severity":"normal"},{"uid":"2174e0c19f9071b4","name":"LightPush with 2 connections","time":{"start":1726217742498,"stop":1726217742500,"duration":2},"status":"passed","severity":"normal"},{"uid":"6df164cff7642ed4","name":"Query Generator - true","time":{"start":1726218063101,"stop":1726218063101,"duration":0},"status":"passed","severity":"normal"},{"uid":"af0348ae06699822","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1726217441566,"stop":1726217441566,"duration":0},"status":"passed","severity":"normal"},{"uid":"2540c21096383b3c","name":"Passing page size 10 when there are 10 messages","time":{"start":1726218085659,"stop":1726218085660,"duration":1},"status":"passed","severity":"normal"},{"uid":"293c4352c0373443","name":"Waku message hash computation (meta attribute not present)","time":{"start":1726217444067,"stop":1726217444067,"duration":0},"status":"passed","severity":"normal"},{"uid":"7714348711ee4cdc","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1726218066308,"stop":1726218066308,"duration":0},"status":"passed","severity":"normal"},{"uid":"df834e1ff4e2fc11","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app58/8/topic404/proto","time":{"start":1726218011624,"stop":1726218011624,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4046bbb7f92c7c4","name":"Subscribe to topic containing Russian and receive message","time":{"start":1726218066304,"stop":1726218066305,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbb6de40286083ac","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1726218020451,"stop":1726218020453,"duration":2},"status":"passed","severity":"normal"},{"uid":"10f9bae00905c9d9","name":"should throw error - no public key","time":{"start":1726217450195,"stop":1726217450196,"duration":1},"status":"passed","severity":"normal"},{"uid":"b970ef7d25bfbec1","name":"should be able to encode the field with only STORE set to true","time":{"start":1726217449466,"stop":1726217449467,"duration":1},"status":"passed","severity":"normal"},{"uid":"394c68283a7a8ff2","name":"Check publish message containing Basic HTML tag","time":{"start":1726217976603,"stop":1726217976603,"duration":0},"status":"passed","severity":"normal"},{"uid":"4361aea2bfb11075","name":"Check received message containing special chars","time":{"start":1726217924730,"stop":1726217924730,"duration":0},"status":"passed","severity":"normal"},{"uid":"55eaa98d05eb2025","name":"Promise Callback - false","time":{"start":1726218063111,"stop":1726218063111,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5d71a44591962af","name":"Check received message containing XML","time":{"start":1726217924753,"stop":1726217924753,"duration":0},"status":"passed","severity":"normal"},{"uid":"237cae1f86bdbffa","name":"should set field with only LIGHTPUSH enabled","time":{"start":1726217450208,"stop":1726217450208,"duration":0},"status":"passed","severity":"normal"},{"uid":"860268ee1c290af7","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218061981,"stop":1726218061981,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3d3fbf9eafeb69","name":"Push message with Russian payload","time":{"start":1726217946680,"stop":1726217946697,"duration":17},"status":"passed","severity":"normal"},{"uid":"643a5ef7efb4579f","name":"Push message with numeric payload","time":{"start":1726218013690,"stop":1726218013690,"duration":0},"status":"passed","severity":"normal"},{"uid":"27f30c6a16a7a99e","name":"Non TWN Cluster","time":{"start":1726218011623,"stop":1726218011623,"duration":0},"status":"passed","severity":"normal"},{"uid":"71d198a213384c02","name":"returns all values when wanted number is greater than available values","time":{"start":1726217461853,"stop":1726217461853,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5d62e67d9328415","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1726217980052,"stop":1726217980052,"duration":0},"status":"passed","severity":"normal"},{"uid":"6097e5c0161a8220","name":"Round trip binary serialization","time":{"start":1726217455150,"stop":1726217455151,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3c2e11c53c4563","name":"Subscribe to topic containing shell command and receive message","time":{"start":1726217706009,"stop":1726217706009,"duration":0},"status":"passed","severity":"normal"},{"uid":"defa396601618ef1","name":"ignores domain fetching errors","time":{"start":1726217463039,"stop":1726217463039,"duration":0},"status":"passed","severity":"normal"},{"uid":"208fd97f4eea5cee","name":"throws on content topic with non-number generation field","time":{"start":1726217441533,"stop":1726217441534,"duration":1},"status":"passed","severity":"normal"},{"uid":"42f866ea9a68472e","name":"Publish without waiting for remote peer","time":{"start":1726217980035,"stop":1726217980036,"duration":1},"status":"passed","severity":"normal"},{"uid":"de45df2ab2405988","name":"Check received message with timestamp: 1649153314 ","time":{"start":1726217677835,"stop":1726217677841,"duration":6},"status":"passed","severity":"normal"},{"uid":"f3834b4837587fd1","name":"Decoder throws on undefined content topic","time":{"start":1726217455153,"stop":1726217455153,"duration":0},"status":"passed","severity":"normal"},{"uid":"26ae4ffa0f63dc96","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1726217724203,"stop":1726217724203,"duration":0},"status":"passed","severity":"normal"},{"uid":"e33a56e46eeb57ba","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1726217608003,"stop":1726217608003,"duration":0},"status":"passed","severity":"normal"},{"uid":"5945a44bbf5a9154","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1726217441560,"stop":1726217441560,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f0dd72dea6ac6cf","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1726218091300,"stop":1726218091300,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a8433e86cab8872","name":"different cluster, different shard: nodes don't connect","time":{"start":1726217848421,"stop":1726217848421,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb443ba2252d774d","name":"Push message with content topic containing numeric","time":{"start":1726217946723,"stop":1726217946724,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2ea9e5a40036722","name":"should return false","time":{"start":1726217450197,"stop":1726217450197,"duration":0},"status":"passed","severity":"normal"},{"uid":"45cac4c7fa658491","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1726217608002,"stop":1726217608003,"duration":1},"status":"passed","severity":"normal"},{"uid":"52aa7f8c3c7dab29","name":"Check publish message after client node is restarted","time":{"start":1726217976621,"stop":1726217976622,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e5713b8a06afbb25","name":"Push message with special chars payload","time":{"start":1726217946676,"stop":1726217946677,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f19eecf52c8f720","name":"Check publish message containing unicode special characters","time":{"start":1726217976606,"stop":1726217976607,"duration":1},"status":"passed","severity":"normal"},{"uid":"6261c0636e1b38eb","name":"connected peers and dial","time":{"start":1726217925015,"stop":1726217925015,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f022cd6f33bd5fc7","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1726217724201,"stop":1726217724202,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad14789021643eda","name":"should set field with only STORE enabled","time":{"start":1726217450208,"stop":1726217450208,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c65730fb3d4bf3c","name":"through manual discovery","time":{"start":1726217854655,"stop":1726217854656,"duration":1},"status":"passed","severity":"normal"},{"uid":"af16cec20f846056","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1726217980055,"stop":1726217980055,"duration":0},"status":"passed","severity":"normal"},{"uid":"c213072de9dc0c33","name":"Subscribe and publish message","time":{"start":1726217980036,"stop":1726217980036,"duration":0},"status":"passed","severity":"normal"},{"uid":"a746752f6b36bda","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app20/5/topic731/xml","time":{"start":1726218011627,"stop":1726218011627,"duration":0},"status":"passed","severity":"normal"},{"uid":"43923558f2068114","name":"configure the node with multiple content topics","time":{"start":1726218011628,"stop":1726218011628,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3e125187d9a3b1b","name":"throws on empty content topic","time":{"start":1726217441532,"stop":1726217441532,"duration":0},"status":"passed","severity":"normal"},{"uid":"846f49de92e30ab6","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1726218066275,"stop":1726218066275,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b825f0afba9c336","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1726217441562,"stop":1726217441562,"duration":0},"status":"passed","severity":"normal"},{"uid":"21ea567502913d50","name":"Check received message containing special chars","time":{"start":1726217924745,"stop":1726217924745,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0ace057d24b60c7","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1726217608003,"stop":1726217608003,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3d8eb446dfacfe9","name":"should emit a peer event after start","time":{"start":1726217466675,"stop":1726217466676,"duration":1},"status":"passed","severity":"normal"},{"uid":"d008bb654dd7b762","name":"should not receive a peer event before start","time":{"start":1726217466676,"stop":1726217466676,"duration":0},"status":"passed","severity":"normal"},{"uid":"406e7760a6b203bf","name":"Fails to publish message with wrong content topic","time":{"start":1726217976615,"stop":1726217976616,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d5b47aded166552","name":"Ping on peer without subscriptions","time":{"start":1726217567474,"stop":1726217567474,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8a8d04095de31cb","name":"should not fail to start the service if it is already started","time":{"start":1726217978650,"stop":1726217978650,"duration":0},"status":"passed","severity":"normal"},{"uid":"33293d8f5b9e8e0f","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1726217462339,"stop":1726217462339,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0dd8b9748ec0ef3","name":"Check message with non string payload is not received","time":{"start":1726217677845,"stop":1726217677846,"duration":1},"status":"passed","severity":"normal"},{"uid":"6bf5e85ce279ac3","name":"Subscribe to topic containing special chars and receive message","time":{"start":1726218066278,"stop":1726218066279,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fa3ec0d1abfcfcd","name":"should properly create location multiaddrs - udp","time":{"start":1726217450206,"stop":1726217450206,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d682ffed4eaeb0a","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1726218139624,"stop":1726218139624,"duration":0},"status":"passed","severity":"normal"},{"uid":"b84068f23fab0ff6","name":"Check message on other pubsub topic is not received","time":{"start":1726217924764,"stop":1726217924764,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4a88018a044905","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1726217441556,"stop":1726217441557,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ff22811a93197e9","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1726217449482,"stop":1726217449483,"duration":1},"status":"passed","severity":"normal"},{"uid":"15115c43ce64880","name":"Check received message containing JSON","time":{"start":1726217924754,"stop":1726217924754,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa3b33c00932961f","name":"Push message with content topic containing special chars","time":{"start":1726217946724,"stop":1726217946724,"duration":0},"status":"passed","severity":"normal"},{"uid":"29b51c8671733e33","name":"Subscribe to topic containing XML and receive message","time":{"start":1726217706007,"stop":1726217706008,"duration":1},"status":"passed","severity":"normal"},{"uid":"e44df5c108d260a3","name":"Query Generator, Wrong PubsubTopic","time":{"start":1726218054673,"stop":1726218054673,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bb51afc11f50d7","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1726217441545,"stop":1726217441546,"duration":1},"status":"passed","severity":"normal"},{"uid":"12708546cdcbaea6","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1726217980054,"stop":1726217980055,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b45aff872bd9d10","name":"Fails to push message bigger that 1MB","time":{"start":1726218013730,"stop":1726218013731,"duration":1},"status":"passed","severity":"normal"},{"uid":"d60bf22b87acb74f","name":"Relay + Store","time":{"start":1726217503858,"stop":1726217503859,"duration":1},"status":"passed","severity":"normal"},{"uid":"f908971d91c158f9","name":"Check message with no content topic is not received","time":{"start":1726217924764,"stop":1726217924765,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6982ab836910f17","name":"Keep-alive pings maintain the connection","time":{"start":1726217603238,"stop":1726217603243,"duration":5},"status":"passed","severity":"normal"},{"uid":"d1052525a440082e","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1726217955950,"stop":1726217955950,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd85b3c9e236ae92","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726217868233,"stop":1726217868233,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd000a3b6481080d","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1726217493341,"stop":1726217493341,"duration":0},"status":"passed","severity":"normal"},{"uid":"44274d34b09f4ce7","name":"A test","time":{"start":1726217804645,"stop":1726217804645,"duration":0},"status":"passed","severity":"normal"},{"uid":"139ea9cdbd201ed8","name":"Fails to push message with empty content topic","time":{"start":1726217946740,"stop":1726217946741,"duration":1},"status":"passed","severity":"normal"},{"uid":"3faae2278630f533","name":"Subscribe to topic containing JSON and receive message","time":{"start":1726218066308,"stop":1726218066314,"duration":6},"status":"passed","severity":"normal"},{"uid":"1ac639aff7ea290e","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1726217687436,"stop":1726217687437,"duration":1},"status":"passed","severity":"normal"},{"uid":"135264c5abcb468c","name":"Filter with 0 connections","time":{"start":1726217742497,"stop":1726217742497,"duration":0},"status":"passed","severity":"normal"},{"uid":"32351918145325f1","name":"Push message with custom timestamp: 1726221342715","time":{"start":1726217946744,"stop":1726217946744,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed0498a10a1e8886","name":"isConnected should return false after all peers disconnect","time":{"start":1726217549452,"stop":1726217549452,"duration":0},"status":"passed","severity":"normal"},{"uid":"65777614b69daf42","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1726217980050,"stop":1726217980050,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a91252486d89c80","name":"Register correct protocols","time":{"start":1726217980035,"stop":1726217980035,"duration":0},"status":"passed","severity":"normal"},{"uid":"9105181f4f7af9b8","name":"caches peers it previously fetched","time":{"start":1726217463039,"stop":1726217463040,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2819a7fbc4ccdbf","name":"Subscribe and receives messages on 20 topics","time":{"start":1726217705997,"stop":1726217705998,"duration":1},"status":"passed","severity":"normal"},{"uid":"e74bc7dc8678d97d","name":"Check received message containing shell command","time":{"start":1726217677822,"stop":1726217677823,"duration":1},"status":"passed","severity":"normal"},{"uid":"be1491af3b4379e4","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1726217868253,"stop":1726217868255,"duration":2},"status":"passed","severity":"normal"},{"uid":"b00c46347845a679","name":"Subscribe to topic containing Script and publish message","time":{"start":1726217980052,"stop":1726217980052,"duration":0},"status":"passed","severity":"normal"},{"uid":"53e26649a382515b","name":"Check message with no payload is not received","time":{"start":1726217677844,"stop":1726217677845,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2f9a85bece3da3d","name":"Check received message containing special chars","time":{"start":1726217677792,"stop":1726217677796,"duration":4},"status":"passed","severity":"normal"},{"uid":"ac5f3dc9d70e5481","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1726217441566,"stop":1726217441567,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3ae8490085a1f08","name":"should return the pubsub topic directly if a string is provided","time":{"start":1726217441565,"stop":1726217441565,"duration":0},"status":"passed","severity":"normal"},{"uid":"a974dc35348d8bf9","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1726217955949,"stop":1726217955949,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7b5216172d8f56f0","name":"Check received message containing numeric","time":{"start":1726217924745,"stop":1726217924745,"duration":0},"status":"passed","severity":"normal"},{"uid":"afefb99825cc86c","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1726217441553,"stop":1726217441553,"duration":0},"status":"passed","severity":"normal"},{"uid":"57ba563e6eb3f53","name":"should not fail to stop the service if it was not started","time":{"start":1726217507039,"stop":1726217507040,"duration":1},"status":"passed","severity":"normal"},{"uid":"33be19679efe1aaa","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app7/3/topic353/xml","time":{"start":1726218011626,"stop":1726218011626,"duration":0},"status":"passed","severity":"normal"},{"uid":"abdb0ed5d61875d6","name":"Check received message containing numeric","time":{"start":1726217924730,"stop":1726217924730,"duration":0},"status":"passed","severity":"normal"},{"uid":"583a428500a7a658","name":"should be online or offline if network state changed","time":{"start":1726217493343,"stop":1726217493343,"duration":0},"status":"passed","severity":"normal"},{"uid":"71e016fe5642d185","name":"Check message received after jswaku node is restarted","time":{"start":1726217924743,"stop":1726217924743,"duration":0},"status":"skipped","severity":"normal"},{"uid":"47d333d62e7c116d","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1726217449475,"stop":1726217449476,"duration":1},"status":"passed","severity":"normal"},{"uid":"f31243e4d41b7834","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1726217462333,"stop":1726217462333,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b5c279cd9778fa4","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1726217441570,"stop":1726217441570,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cc2b05c7efae3c5","name":"Push message with content topic containing JSON","time":{"start":1726218013718,"stop":1726218013719,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca20990e3405d0fc","name":"start node with empty shard should fail","time":{"start":1726218039634,"stop":1726218039635,"duration":1},"status":"passed","severity":"normal"},{"uid":"59cdfa21a9801533","name":"can dial TLS multiaddrs","time":{"start":1726217854655,"stop":1726217854655,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3b51b3103a19e76","name":"Sets default value correctly","time":{"start":1726218090764,"stop":1726218090765,"duration":1},"status":"passed","severity":"normal"},{"uid":"be51b96c20f658de","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1726218066305,"stop":1726218066305,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f5bb894d6388e30","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1726217687425,"stop":1726217687425,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c1e3cf0750d78f4","name":"Push message with content topic containing shell command","time":{"start":1726218013719,"stop":1726218013719,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6227468bcb5f2e1","name":"Relay - times out","time":{"start":1726218095393,"stop":1726218095393,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fa9f67396f2c939","name":"Generator, custom pubsub topic","time":{"start":1726218061971,"stop":1726218061974,"duration":3},"status":"passed","severity":"normal"},{"uid":"55912713e024dcc9","name":"should be able to encode the field with only FILTER set to true","time":{"start":1726217449467,"stop":1726217449468,"duration":1},"status":"passed","severity":"normal"},{"uid":"1980ceed23b18d7c","name":"Subscribe and receives messages on 20 topics","time":{"start":1726218066275,"stop":1726218066275,"duration":0},"status":"passed","severity":"normal"},{"uid":"72bb661e74770c35","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1726217687416,"stop":1726217687416,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c6dec6cecbef14e","name":"1 Store, 2 fetches","time":{"start":1726217462725,"stop":1726217462726,"duration":1},"status":"passed","severity":"normal"},{"uid":"81f573bff6c68007","name":"Subscribe to topic containing long and receive message","time":{"start":1726217706001,"stop":1726217706001,"duration":0},"status":"passed","severity":"normal"},{"uid":"3041108ccdfd46d4","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1726217706012,"stop":1726217706013,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ca8dd69249fc3f5","name":"Push message with XML payload","time":{"start":1726218013693,"stop":1726218013693,"duration":0},"status":"passed","severity":"normal"},{"uid":"77af0d3a6df2b44f","name":"Push message with custom timestamp: 1726214106169","time":{"start":1726218013725,"stop":1726218013726,"duration":1},"status":"passed","severity":"normal"},{"uid":"efe8072356e5b8c1","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687442,"stop":1726217687442,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4ccced96b1fa86c","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1726218020453,"stop":1726218020454,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8ba4c51a8218f92","name":"should handle a minimal index list","time":{"start":1726217441571,"stop":1726217441571,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a0c0f5f94750769","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1726217441571,"stop":1726217441572,"duration":1},"status":"passed","severity":"normal"},{"uid":"9aea3c2c6b14dca0","name":"random static sharding 1 - Cluster ID: 813, Shard ID: 4","time":{"start":1726218039627,"stop":1726218039627,"duration":0},"status":"passed","severity":"normal"},{"uid":"e29eb799a4dcdfa","name":"Relay - dialed after","time":{"start":1726218095393,"stop":1726218095393,"duration":0},"status":"passed","severity":"normal"},{"uid":"d15ebb9c40f10e66","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1726217724199,"stop":1726217724199,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b556197d3dad9ed","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1726218066303,"stop":1726218066303,"duration":0},"status":"passed","severity":"normal"},{"uid":"2df5ea4a86c6553b","name":"Push message with content topic containing escaped characters","time":{"start":1726218013719,"stop":1726218013719,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d5e814e19fccf83","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1726217493342,"stop":1726217493343,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6a37fe23b451513","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1726217687424,"stop":1726217687425,"duration":1},"status":"passed","severity":"normal"},{"uid":"780cb6abf9cec399","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1726217577147,"stop":1726217577148,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fe906bfbb24e70","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1726217577153,"stop":1726217577155,"duration":2},"status":"passed","severity":"normal"},{"uid":"51795d515438cd82","name":"Query Generator, Multiple PubsubTopics","time":{"start":1726218054673,"stop":1726218054683,"duration":10},"status":"passed","severity":"normal"},{"uid":"b84d47afcf81a38","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1726217462333,"stop":1726217462334,"duration":1},"status":"passed","severity":"normal"},{"uid":"1dc009d3321749d6","name":"should properly create location multiaddrs - tcp6","time":{"start":1726217450205,"stop":1726217450205,"duration":0},"status":"passed","severity":"normal"},{"uid":"a532000f3eabde59","name":"Push message with custom timestamp: 1695459306169","time":{"start":1726218013725,"stop":1726218013725,"duration":0},"status":"passed","severity":"normal"},{"uid":"f974fb36c1ad20d9","name":"Push message with content topic containing Script","time":{"start":1726218013702,"stop":1726218013712,"duration":10},"status":"passed","severity":"normal"},{"uid":"ecd94d1fd89bec96","name":"Fails to publish message with empty text","time":{"start":1726217976614,"stop":1726217976615,"duration":1},"status":"passed","severity":"normal"},{"uid":"face8bb30fdbac53","name":"LightPush with 3 connections","time":{"start":1726217742503,"stop":1726217742503,"duration":0},"status":"passed","severity":"normal"},{"uid":"a15c15ae6c4cd08f","name":"Subscribe to topic containing numeric and publish message","time":{"start":1726217980039,"stop":1726217980049,"duration":10},"status":"passed","severity":"normal"},{"uid":"1843b00d8f2bd14","name":"should throw an error for missing required configuration","time":{"start":1726217441555,"stop":1726217441555,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f6ad9d0a302fa81","name":"Nodes with multiple pubsub topic","time":{"start":1726217960212,"stop":1726217960212,"duration":0},"status":"passed","severity":"normal"},{"uid":"698cea5946ef0424","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1726217441545,"stop":1726217441545,"duration":0},"status":"passed","severity":"normal"},{"uid":"eebd79fe645a938e","name":"Relay + Store","time":{"start":1726217450209,"stop":1726217450209,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d51ce2f861ce45c","name":"Subscribe to topic containing long and receive message","time":{"start":1726218066299,"stop":1726218066299,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d3b17d07a85675c","name":"Symmetric encrypt & Decrypt","time":{"start":1726217473323,"stop":1726217473324,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ef258ced9393aaf","name":"Check publish message containing short","time":{"start":1726217976598,"stop":1726217976598,"duration":0},"status":"passed","severity":"normal"},{"uid":"befb0566995e0530","name":"Push message on custom pubsubTopic","time":{"start":1726217804580,"stop":1726217804580,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a062336079246fd","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1726217848413,"stop":1726217848414,"duration":1},"status":"passed","severity":"normal"},{"uid":"3975a4fc8101b941","name":"Sample","time":{"start":1726217449517,"stop":1726217449517,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5cc9eb2b2619f9d","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","time":{"start":1726217868233,"stop":1726217868233,"duration":0},"status":"passed","severity":"normal"},{"uid":"d05befb19538bf00","name":"Push message with escaped characters payload","time":{"start":1726218013696,"stop":1726218013696,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd9aa96cbafd7868","name":"Check received message containing long","time":{"start":1726217924744,"stop":1726217924744,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d87b66ed1f7f3d1","name":"Check received message containing Russian","time":{"start":1726217924752,"stop":1726217924752,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8581a6e5485075c","name":"different cluster, different shard: nodes don't connect","time":{"start":1726217687416,"stop":1726217687416,"duration":0},"status":"passed","severity":"normal"},{"uid":"5006e955dc9c9c9f","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687426,"stop":1726217687426,"duration":0},"status":"passed","severity":"normal"},{"uid":"42a423a055747248","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1726217687437,"stop":1726217687437,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc6e8a051f69ff43","name":"Check message with no content topic is not received","time":{"start":1726217677844,"stop":1726217677844,"duration":0},"status":"passed","severity":"normal"},{"uid":"283fbfb203367c56","name":"Reopen subscription with peer with lost subscription","time":{"start":1726217551920,"stop":1726217551921,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3ecbd401a1a7259","name":"Throws when trying to push message with empty payload","time":{"start":1726217946722,"stop":1726217946722,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a052b91b6aaa163","name":"Subscribe to topic containing emoji and receive message","time":{"start":1726217706011,"stop":1726217706011,"duration":0},"status":"passed","severity":"normal"},{"uid":"eed9fd3f4e271512","name":"should decode valid enr with tcp successfully","time":{"start":1726217450194,"stop":1726217450195,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8451b5b33d83280","name":"Fails to push message with large meta","time":{"start":1726218013724,"stop":1726218013724,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7f9038e88742c57","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1726217724200,"stop":1726217724201,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2d387150ef2f747","name":"Subscribe to topic containing short and receive message","time":{"start":1726218066299,"stop":1726218066299,"duration":0},"status":"passed","severity":"normal"},{"uid":"d776aaeeb51f5624","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","time":{"start":1726217868232,"stop":1726217868232,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ba67b6a9be32d7d","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1726217687445,"stop":1726217687447,"duration":2},"status":"passed","severity":"normal"},{"uid":"9eaefe2785f18c04","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1726217976616,"stop":1726217976617,"duration":1},"status":"passed","severity":"normal"},{"uid":"630dc2f0f3d5087d","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1726218071325,"stop":1726218071326,"duration":1},"status":"passed","severity":"normal"},{"uid":"60217863f75bfaa2","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1726217454966,"stop":1726217454966,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d4bc9192dedefcc","name":"Check message received after nwaku node is restarted","time":{"start":1726217924743,"stop":1726217924743,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c5385358797e053e","name":"Relay - dialed first","time":{"start":1726218095392,"stop":1726218095393,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac26df81bb1c1915","name":"handles different networkShards values correctly","time":{"start":1726217441549,"stop":1726217441550,"duration":1},"status":"passed","severity":"normal"},{"uid":"42dec1fcd0756e39","name":"Check message with invalid timestamp is not received","time":{"start":1726217924764,"stop":1726217924764,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a53fe670213405a","name":"does not throw on valid cases","time":{"start":1726217441531,"stop":1726217441531,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f8ba8ff9bdc65e6","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1726217687417,"stop":1726217687418,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e068615d258f85d","name":"should decode valid enr successfully","time":{"start":1726217450194,"stop":1726217450194,"duration":0},"status":"passed","severity":"normal"},{"uid":"48dcbc888136b7ac","name":"Push message with Russian payload","time":{"start":1726218013692,"stop":1726218013692,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0009605e23d797e","name":"Push message with content topic containing Basic HTML tag","time":{"start":1726217946734,"stop":1726217946735,"duration":1},"status":"passed","severity":"normal"},{"uid":"63d86311cdb44ca9","name":"Push message with content topic containing Chinese","time":{"start":1726217946724,"stop":1726217946725,"duration":1},"status":"passed","severity":"normal"},{"uid":"a66bad0317669e01","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1726218066315,"stop":1726218066316,"duration":1},"status":"passed","severity":"normal"},{"uid":"3017e8be06448635","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1726217706005,"stop":1726217706005,"duration":0},"status":"passed","severity":"normal"},{"uid":"1916a6e15a70987d","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687428,"stop":1726217687429,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1ec88ed8f3bfe0a","name":"LightPush with 1 connections","time":{"start":1726217742497,"stop":1726217742497,"duration":0},"status":"passed","severity":"normal"},{"uid":"29ecdd5f7363029a","name":"Encoder throws on empty string content topic","time":{"start":1726217472855,"stop":1726217472856,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ba53f6831712367","name":"Push message with content topic containing long","time":{"start":1726218013698,"stop":1726218013699,"duration":1},"status":"passed","severity":"normal"},{"uid":"62e29705231e7abb","name":"should emit a peer event after start","time":{"start":1726217507041,"stop":1726217507042,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb50231047495df1","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app90/6/topic326/proto","time":{"start":1726218011623,"stop":1726218011624,"duration":1},"status":"passed","severity":"normal"},{"uid":"34987f1e0c4cff7a","name":"Ping on unsubscribed peer","time":{"start":1726217551920,"stop":1726217551920,"duration":0},"status":"passed","severity":"normal"},{"uid":"34874ce83d30c413","name":"Asymmetric encrypt & decrypt","time":{"start":1726217473323,"stop":1726217473323,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1c22e5b6524f69e","name":"Check received message containing Script","time":{"start":1726217677813,"stop":1726217677814,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3a2e46d7c5832be","name":"groups content topics by expected pubsub topic","time":{"start":1726217441548,"stop":1726217441549,"duration":1},"status":"passed","severity":"normal"},{"uid":"f941842a26999549","name":"throws on content topic with empty application field","time":{"start":1726217441534,"stop":1726217441535,"duration":1},"status":"passed","severity":"normal"},{"uid":"2adf33f424ca7d2","name":"should handle corrupted local storage data gracefully","time":{"start":1726217466678,"stop":1726217466678,"duration":0},"status":"passed","severity":"normal"},{"uid":"6aa958d8323dee57","name":"Check received message containing XML","time":{"start":1726217924734,"stop":1726217924734,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f97f03312eb9c3f","name":"Mutual subscription","time":{"start":1726217980034,"stop":1726217980035,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9cd260e858660ef","name":"throws on content topic with empty encoding field","time":{"start":1726217441536,"stop":1726217441537,"duration":1},"status":"passed","severity":"normal"},{"uid":"551ba36438126053","name":"Renews peer on consistent ping failures","time":{"start":1726217603243,"stop":1726217603244,"duration":1},"status":"passed","severity":"normal"},{"uid":"aeba21aec66b684","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1726218020451,"stop":1726218020451,"duration":0},"status":"passed","severity":"normal"},{"uid":"894b1608ff37670c","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1726218091298,"stop":1726218091298,"duration":0},"status":"passed","severity":"normal"},{"uid":"1454bbe5908cf8c","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1726217687440,"stop":1726217687441,"duration":1},"status":"passed","severity":"normal"},{"uid":"95f93989ecb90b5","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1726217441551,"stop":1726217441551,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3738760b93fcd0d","name":"should not fail to start the service if it is already started","time":{"start":1726217507040,"stop":1726217507041,"duration":1},"status":"passed","severity":"normal"},{"uid":"7918a4cdcdc715c3","name":"Check received message containing Arabic","time":{"start":1726217924746,"stop":1726217924752,"duration":6},"status":"passed","severity":"normal"},{"uid":"922d391927121e35","name":"Check received message containing Basic HTML tag","time":{"start":1726217924754,"stop":1726217924754,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba0c4a5480dd5b8d","name":"should properly create location multiaddrs - tcp","time":{"start":1726217450206,"stop":1726217450206,"duration":0},"status":"passed","severity":"normal"},{"uid":"62582c25cfe4c6ae","name":"Push message with special chars payload","time":{"start":1726218013690,"stop":1726218013690,"duration":0},"status":"passed","severity":"normal"},{"uid":"af79f35314395695","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1726218054699,"stop":1726218054700,"duration":1},"status":"passed","severity":"normal"},{"uid":"7eb4fc37ed00550d","name":"Ordered Callback - false","time":{"start":1726218063114,"stop":1726218063114,"duration":0},"status":"passed","severity":"normal"},{"uid":"85be338cb327deb","name":"Passing page size 11 when there are 10 messages","time":{"start":1726218085660,"stop":1726218085661,"duration":1},"status":"passed","severity":"normal"},{"uid":"f905fc86f8a7bacc","name":"Check message on other pubsub topic is not received","time":{"start":1726217677843,"stop":1726217677843,"duration":0},"status":"passed","severity":"normal"},{"uid":"48981eb82341f9c8","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1726218039633,"stop":1726218039634,"duration":1},"status":"passed","severity":"normal"},{"uid":"9eb1bd1efcf37a35","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1726217687438,"stop":1726217687438,"duration":0},"status":"passed","severity":"normal"},{"uid":"e25eca97863e029e","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726217577152,"stop":1726217577153,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee6e93fbf84c3ddc","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1726217724228,"stop":1726217724228,"duration":0},"status":"passed","severity":"normal"},{"uid":"34f44e129050bce6","name":"Waku message hash computation (payload length 0)","time":{"start":1726217444068,"stop":1726217444068,"duration":0},"status":"passed","severity":"normal"},{"uid":"aadf896afd64389b","name":"Tracks peer failures correctly","time":{"start":1726217603244,"stop":1726217603245,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2bd097e0388c856","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1726218139625,"stop":1726218139625,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8bed61fc70d46be","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1726217462332,"stop":1726217462333,"duration":1},"status":"passed","severity":"normal"},{"uid":"817f965bdef4407f","name":"more peers than existing","time":{"start":1726217925015,"stop":1726217925015,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bda7487f80b65a24","name":"Subscribe to topic containing Script and receive message","time":{"start":1726217706007,"stop":1726217706007,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b9f28d79360d323","name":"Check message received after nwaku node is restarted","time":{"start":1726217677846,"stop":1726217677846,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6f4fd95af0aa249e","name":"should set field with all protocols enabled","time":{"start":1726217450207,"stop":1726217450207,"duration":0},"status":"passed","severity":"normal"},{"uid":"a52ccb718adb577a","name":"should throw error - no public key","time":{"start":1726217450197,"stop":1726217450197,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3a625ee978a2aeb","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1726217449483,"stop":1726217449484,"duration":1},"status":"passed","severity":"normal"},{"uid":"6335709be79bd6f2","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1726217461853,"stop":1726217461854,"duration":1},"status":"passed","severity":"normal"},{"uid":"663f441ba2161d95","name":"Check received message containing JSON","time":{"start":1726217924735,"stop":1726217924736,"duration":1},"status":"passed","severity":"normal"},{"uid":"db8561724d375e5f","name":"Check publish message containing JSON","time":{"start":1726217976603,"stop":1726217976603,"duration":0},"status":"passed","severity":"normal"},{"uid":"a14b3b2df2a62266","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1726217441557,"stop":1726217441557,"duration":0},"status":"passed","severity":"normal"},{"uid":"c48511aa87b2a0ba","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1726217705998,"stop":1726217705999,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffd4f21d818bc927","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1726218077539,"stop":1726218077540,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d04536c4dbbbe5c","name":"Passing page size 1 when there are 4 messages","time":{"start":1726218085657,"stop":1726218085658,"duration":1},"status":"passed","severity":"normal"},{"uid":"4173215c27f58299","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1726217577138,"stop":1726217577146,"duration":8},"status":"passed","severity":"normal"},{"uid":"ae4c010ca52a057","name":"Relay","time":{"start":1726217503858,"stop":1726217503858,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbe9ae1e986de0af","name":"Check received message containing Russian","time":{"start":1726217924732,"stop":1726217924733,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5eb38e2a4a1dc3d","name":"same cluster, different shard: nodes don't connect","time":{"start":1726217687414,"stop":1726217687414,"duration":0},"status":"passed","severity":"normal"},{"uid":"a59d67651086a0f1","name":"Nodes with multiple pubsub topic","time":{"start":1726217960214,"stop":1726217960214,"duration":0},"status":"passed","severity":"normal"},{"uid":"da6a90a0bb2f5052","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1726217687429,"stop":1726217687429,"duration":0},"status":"passed","severity":"normal"},{"uid":"109a3964ca955f24","name":"getPeersByDiscovery","time":{"start":1726217533047,"stop":1726217533047,"duration":0},"status":"passed","severity":"normal"},{"uid":"7098c8b91bda3298","name":"Ping on peer without subscriptions","time":{"start":1726217551916,"stop":1726217551920,"duration":4},"status":"passed","severity":"normal"},{"uid":"2b19dce128f3f727","name":"Check received message containing Script","time":{"start":1726217924734,"stop":1726217924734,"duration":0},"status":"passed","severity":"normal"},{"uid":"74562d24961e217d","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1726217441562,"stop":1726217441562,"duration":0},"status":"passed","severity":"normal"},{"uid":"21553e4e237cb56a","name":"Ordered Callback - true","time":{"start":1726218063111,"stop":1726218063112,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f1b962b50f38baf","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726217804582,"stop":1726217804582,"duration":0},"status":"passed","severity":"normal"},{"uid":"48a92568d4185240","name":"Push message with content topic containing XML","time":{"start":1726218013712,"stop":1726218013715,"duration":3},"status":"passed","severity":"normal"},{"uid":"95c639a6bcb02022","name":"Push message with XML payload","time":{"start":1726217946700,"stop":1726217946705,"duration":5},"status":"passed","severity":"normal"},{"uid":"90d6244b18cb3998","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1726217449481,"stop":1726217449481,"duration":0},"status":"passed","severity":"normal"},{"uid":"115056d3123b5f7e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1726217441563,"stop":1726217441563,"duration":0},"status":"passed","severity":"normal"},{"uid":"57a626a4a7efd37c","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1726218054694,"stop":1726218054699,"duration":5},"status":"passed","severity":"normal"},{"uid":"379d34be8192b129","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218061979,"stop":1726218061979,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8bc04fa2cad4afe","name":"Push message with content topic containing JSON","time":{"start":1726217946735,"stop":1726217946735,"duration":0},"status":"passed","severity":"normal"},{"uid":"7677dfe93a0787f7","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1726217577132,"stop":1726217577133,"duration":1},"status":"passed","severity":"normal"},{"uid":"20f7e6a7dca25bdc","name":"Push message with content topic containing emoji","time":{"start":1726218013720,"stop":1726218013720,"duration":0},"status":"passed","severity":"normal"},{"uid":"efd5d7880c60bac0","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1726217868249,"stop":1726217868250,"duration":1},"status":"passed","severity":"normal"},{"uid":"95127b0d06c21192","name":"Generator, 2 different pubsubtopics","time":{"start":1726218061979,"stop":1726218061979,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4e30054e64f672","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1726217848413,"stop":1726217848413,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"2d8c4a11b8c0538e","name":"Fails to push message with empty content topic","time":{"start":1726218863041,"stop":1726218863043,"duration":2},"status":"passed","severity":"normal"},{"uid":"116568e226d8328d","name":"LightPush with 2 connections","time":{"start":1726218583682,"stop":1726218583683,"duration":1},"status":"passed","severity":"normal"},{"uid":"92d43601f811c44e","name":"getPeersByDiscovery","time":{"start":1726218777346,"stop":1726218777346,"duration":0},"status":"passed","severity":"normal"},{"uid":"23d1d43cab0eb68e","name":"Push message with content topic containing numeric","time":{"start":1726218778223,"stop":1726218778226,"duration":3},"status":"passed","severity":"normal"},{"uid":"2fa78b257813acca","name":"should properly compute the node id","time":{"start":1726218291662,"stop":1726218291662,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ff2b856f90d45d7","name":"returns all values when wanted number is greater than available values","time":{"start":1726218302904,"stop":1726218302904,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb7925ccf6ae0157","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1726218283084,"stop":1726218283084,"duration":0},"status":"passed","severity":"normal"},{"uid":"992c411c2172ec00","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218651143,"stop":1726218651144,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e9efdc7d457d906","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1726218523028,"stop":1726218523028,"duration":0},"status":"passed","severity":"normal"},{"uid":"b90ff6a3ba34e7df","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1726218879337,"stop":1726218879337,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1db01fbb7f3b8b","name":"Ping on subscribed peer","time":{"start":1726218412656,"stop":1726218412656,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d7e2d5b9fe65653","name":"Push message with short payload","time":{"start":1726218862983,"stop":1726218862984,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7b98741c6ff64f2","name":"should return empty list for no shard","time":{"start":1726218283092,"stop":1726218283092,"duration":0},"status":"passed","severity":"normal"},{"uid":"998e067cc4564f37","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app57/5/topic252/json","time":{"start":1726218843768,"stop":1726218843768,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bb7459fcffe1aaf","name":"Filter with 3 connections","time":{"start":1726218583684,"stop":1726218583684,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd34ea5d253a44a0","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1726218669777,"stop":1726218669777,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed62c19e4c4fe287","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1726218285626,"stop":1726218285626,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5cad4d05983b044","name":"Check received message containing JSON","time":{"start":1726218764107,"stop":1726218764107,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae17a515ffbdd9e1","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1726218296786,"stop":1726218296787,"duration":1},"status":"passed","severity":"normal"},{"uid":"39483524198a56c1","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1726218283077,"stop":1726218283077,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd993a1418c6f970","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1726218551491,"stop":1726218551492,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f7e1b4d077f8ffe","name":"through manual discovery","time":{"start":1726218673576,"stop":1726218673576,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3de853524dbbd72","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1726218879294,"stop":1726218879298,"duration":4},"status":"passed","severity":"normal"},{"uid":"674e32b525603e69","name":"Check received message containing long","time":{"start":1726218764067,"stop":1726218764067,"duration":0},"status":"passed","severity":"normal"},{"uid":"eaf720a73ec30f34","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1726218843770,"stop":1726218843770,"duration":0},"status":"passed","severity":"normal"},{"uid":"367baa7872b9c6bc","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1726218879340,"stop":1726218879340,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfc04cb0394bb571","name":"Generator, 2 different pubsubtopics","time":{"start":1726218903394,"stop":1726218903394,"duration":0},"status":"passed","severity":"normal"},{"uid":"228d3f00c723b625","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1726218283097,"stop":1726218283098,"duration":1},"status":"passed","severity":"normal"},{"uid":"662a7b316fc5f7b7","name":"Push message with emoji payload","time":{"start":1726218863003,"stop":1726218863004,"duration":1},"status":"passed","severity":"normal"},{"uid":"caec25470d773579","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1726218304534,"stop":1726218304534,"duration":0},"status":"passed","severity":"normal"},{"uid":"d83dd35444514e57","name":"Ephemeral field set to true","time":{"start":1726218296784,"stop":1726218296784,"duration":0},"status":"passed","severity":"normal"},{"uid":"abe09ce20c4fce8f","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1726218764111,"stop":1726218764111,"duration":0},"status":"passed","severity":"normal"},{"uid":"c264980d0035ff4b","name":"Subscribe to topic containing Russian and receive message","time":{"start":1726218879314,"stop":1726218879315,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a185ca7e9623f75","name":"Ping on unsubscribed peer","time":{"start":1726218412655,"stop":1726218412655,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b4062f34987ec05","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1726218523022,"stop":1726218523022,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf20f3c9567e362","name":"random static sharding 9 - Cluster ID: 810, Shard ID: 32","time":{"start":1726218863184,"stop":1726218863184,"duration":0},"status":"passed","severity":"normal"},{"uid":"7431e5b235325a1f","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726218651144,"stop":1726218651145,"duration":1},"status":"passed","severity":"normal"},{"uid":"b48ef000cdebec5b","name":"Push message equal or less that 1MB","time":{"start":1726218863052,"stop":1726218863053,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c13409efc28ba3b","name":"Check message with no payload is not received","time":{"start":1726218510990,"stop":1726218510990,"duration":0},"status":"passed","severity":"normal"},{"uid":"eeafbf1d12887ad9","name":"Push message with content topic containing SQL Injection","time":{"start":1726218778233,"stop":1726218778234,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7ba43ac4d583af","name":"Subscribe to topic containing JSON and publish message","time":{"start":1726218812477,"stop":1726218812478,"duration":1},"status":"passed","severity":"normal"},{"uid":"b62bbaf200d2c22a","name":"random static sharding 6 - Cluster ID: 895, Shard ID: 920","time":{"start":1726218863181,"stop":1726218863182,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9706327e62c087b","name":"groups content topics by expected pubsub topic","time":{"start":1726218283087,"stop":1726218283087,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca9d2067e246b0e8","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218903394,"stop":1726218903394,"duration":0},"status":"passed","severity":"normal"},{"uid":"d97da8498cc1a26c","name":"nwaku subscribes","time":{"start":1726218791621,"stop":1726218791622,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb73b67f7b8fbae3","name":"Check received message containing short","time":{"start":1726218510968,"stop":1726218510969,"duration":1},"status":"passed","severity":"normal"},{"uid":"f46c7314d38f09dc","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1726218283100,"stop":1726218283100,"duration":0},"status":"passed","severity":"normal"},{"uid":"50df2a52ec8a6288","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1726218851925,"stop":1726218851925,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a7e75bc5cb280a4","name":"Light Node - default protocols","time":{"start":1726218926398,"stop":1726218926398,"duration":0},"status":"passed","severity":"normal"},{"uid":"659c277ee68838c4","name":"Check received message containing escaped characters","time":{"start":1726218764108,"stop":1726218764108,"duration":0},"status":"passed","severity":"normal"},{"uid":"43ce9e4d18d7722c","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1726218291083,"stop":1726218291083,"duration":0},"status":"passed","severity":"normal"},{"uid":"720449b875078c85","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1726218346773,"stop":1726218346774,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a400719ce4c6d3e","name":"Push message with custom timestamp: 1695460183850","time":{"start":1726218778288,"stop":1726218778288,"duration":0},"status":"passed","severity":"normal"},{"uid":"4adbd818215eeb71","name":"Fields are not dropped","time":{"start":1726218295945,"stop":1726218295947,"duration":2},"status":"passed","severity":"normal"},{"uid":"819de4df883467af","name":"Rejects garbage","time":{"start":1726218319680,"stop":1726218319680,"duration":0},"status":"passed","severity":"normal"},{"uid":"f924a128b3a5a985","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1726218879359,"stop":1726218879360,"duration":1},"status":"passed","severity":"normal"},{"uid":"568bee47aa5f5ca8","name":"Throws when trying to push message with empty payload","time":{"start":1726218778198,"stop":1726218778218,"duration":20},"status":"passed","severity":"normal"},{"uid":"81a2f09709e4cfb6","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1726218523027,"stop":1726218523028,"duration":1},"status":"passed","severity":"normal"},{"uid":"f07822f296fda52a","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1726218551469,"stop":1726218551469,"duration":0},"status":"passed","severity":"normal"},{"uid":"7731a62b40f6539c","name":"Passing invalid cursor","time":{"start":1726218851925,"stop":1726218851926,"duration":1},"status":"passed","severity":"normal"},{"uid":"42f451cbf07d7de4","name":"Passing page size 10 when there are 10 messages","time":{"start":1726218909195,"stop":1726218909195,"duration":0},"status":"passed","severity":"normal"},{"uid":"d74e0b507a4ab6e6","name":"should not throw an error for a single configured topic","time":{"start":1726218283101,"stop":1726218283101,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dae94ad1d9e1fbc","name":"should not receive a peer event after stop","time":{"start":1726218345035,"stop":1726218345036,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b3d52320de0d794","name":"Passing page size 19 when there are 20 messages","time":{"start":1726218909195,"stop":1726218909196,"duration":1},"status":"passed","severity":"normal"},{"uid":"c339f265e3f12f64","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1726218879362,"stop":1726218879362,"duration":0},"status":"passed","severity":"normal"},{"uid":"71ba1b692379f2e6","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1726218345042,"stop":1726218345042,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ff5d0f5b0be27af7","name":"Fails to publish message with size larger than 1 MB","time":{"start":1726218806765,"stop":1726218806765,"duration":0},"status":"passed","severity":"normal"},{"uid":"c24daf8d388268bf","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","time":{"start":1726218669772,"stop":1726218669772,"duration":0},"status":"passed","severity":"normal"},{"uid":"d00bcdec24b8f361","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1726218551468,"stop":1726218551469,"duration":1},"status":"passed","severity":"normal"},{"uid":"eac01216bc0b14a3","name":"Check received message containing JSON","time":{"start":1726218764088,"stop":1726218764088,"duration":0},"status":"passed","severity":"normal"},{"uid":"651c9e531633893d","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1726218283099,"stop":1726218283100,"duration":1},"status":"passed","severity":"normal"},{"uid":"892ef1596701a339","name":"Encoder throws on empty string content topic","time":{"start":1726218296785,"stop":1726218296785,"duration":0},"status":"passed","severity":"normal"},{"uid":"790ad79c98d678db","name":"listenerCount","time":{"start":1726218375493,"stop":1726218375494,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4d21241fcfe9e30","name":"Check received message with timestamp: 1726218335042 ","time":{"start":1726218764096,"stop":1726218764096,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9cf61ea12f74a1","name":"Check received message containing Chinese","time":{"start":1726218764104,"stop":1726218764105,"duration":1},"status":"passed","severity":"normal"},{"uid":"567793b8bad2a1b2","name":"Check received message containing special chars","time":{"start":1726218764081,"stop":1726218764081,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b45b45986eed455","name":"Subscribe and receives messages on 20 topics","time":{"start":1726218879288,"stop":1726218879288,"duration":0},"status":"passed","severity":"normal"},{"uid":"43ad251086066ab1","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1726218283090,"stop":1726218283090,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d29df7796ba2dd1","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1726218283085,"stop":1726218283085,"duration":0},"status":"passed","severity":"normal"},{"uid":"3171ebd1f3ad5ef6","name":"throws on content topic with empty version field","time":{"start":1726218283073,"stop":1726218283074,"duration":1},"status":"passed","severity":"normal"},{"uid":"4147f4d5e1180d73","name":"Push message with Script payload","time":{"start":1726218778189,"stop":1726218778189,"duration":0},"status":"passed","severity":"normal"},{"uid":"1926239cbce7fe4c","name":"should properly create location multiaddrs - tcp4","time":{"start":1726218291667,"stop":1726218291668,"duration":1},"status":"passed","severity":"normal"},{"uid":"f500c56fdff1f020","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1726218291085,"stop":1726218291085,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b618163cfb6ed0a","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1726218283094,"stop":1726218283094,"duration":0},"status":"passed","severity":"normal"},{"uid":"27a8bb0444abdbab","name":"Store - dialed first","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"status":"passed","severity":"normal"},{"uid":"799391a6987afda7","name":"Subscribe to topic containing JSON and receive message","time":{"start":1726218551492,"stop":1726218551493,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9c25c94dbd769c9","name":"Check message with invalid timestamp is not received","time":{"start":1726218764111,"stop":1726218764111,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7a315a1a5957505","name":"Query Generator, Multiple PubsubTopics","time":{"start":1726218886390,"stop":1726218886391,"duration":1},"status":"passed","severity":"normal"},{"uid":"319ba275bc35c263","name":"throws on content topic with empty topic name field","time":{"start":1726218283074,"stop":1726218283075,"duration":1},"status":"passed","severity":"normal"},{"uid":"124b23b67895c646","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app46/6/topic476/proto","time":{"start":1726218843768,"stop":1726218843768,"duration":0},"status":"passed","severity":"normal"},{"uid":"64523352a822b4d7","name":"should be online or offline if network state changed","time":{"start":1726218335404,"stop":1726218335405,"duration":1},"status":"passed","severity":"normal"},{"uid":"651f778519cbe626","name":"Check publish message containing Russian","time":{"start":1726218806755,"stop":1726218806755,"duration":0},"status":"passed","severity":"normal"},{"uid":"61c23ade9774c792","name":"throws on content topic with too few or too many fields","time":{"start":1726218283071,"stop":1726218283072,"duration":1},"status":"passed","severity":"normal"},{"uid":"47f3ae10a0d91128","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1726218410956,"stop":1726218410956,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cbce1ba325f4009","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1726218523022,"stop":1726218523022,"duration":0},"status":"passed","severity":"normal"},{"uid":"78c3c06cabb3a069","name":"Check received message containing numeric","time":{"start":1726218764101,"stop":1726218764101,"duration":0},"status":"passed","severity":"normal"},{"uid":"398784034053f15d","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1726218455968,"stop":1726218455968,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ec6b4d4412ed8bd","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1726218523017,"stop":1726218523017,"duration":0},"status":"passed","severity":"normal"},{"uid":"2843883ccff0aec7","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1726218283092,"stop":1726218283092,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3cd4738359e9336","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218903393,"stop":1726218903393,"duration":0},"status":"passed","severity":"normal"},{"uid":"87908b47f4c629f","name":"Fails to push message bigger that 1MB","time":{"start":1726218778292,"stop":1726218778292,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0b0b4693a4a4045","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1726218283098,"stop":1726218283098,"duration":0},"status":"passed","severity":"normal"},{"uid":"5110d9e8570781ac","name":"Overlapping topic subscription","time":{"start":1726218879289,"stop":1726218879292,"duration":3},"status":"passed","severity":"normal"},{"uid":"9b1f1bcbf98a7a5d","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1726218669775,"stop":1726218669776,"duration":1},"status":"passed","severity":"normal"},{"uid":"1baa0b027f6e22cd","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1726218283085,"stop":1726218283085,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9860711d179c857","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1726218863178,"stop":1726218863178,"duration":0},"status":"passed","severity":"normal"},{"uid":"984360b0a1525e5d","name":"Decoder throws on empty string content topic","time":{"start":1726218296786,"stop":1726218296786,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bb67e6dcf90491d","name":"Query generator for multiple messages with different content topic format","time":{"start":1726218902972,"stop":1726218902982,"duration":10},"status":"passed","severity":"normal"},{"uid":"9e482b09460dc0b8","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1726218523030,"stop":1726218523030,"duration":0},"status":"passed","severity":"normal"},{"uid":"6be6a4d847ad8566","name":"Refresh subscription","time":{"start":1726218879341,"stop":1726218879342,"duration":1},"status":"passed","severity":"normal"},{"uid":"55869f8d4fd64c78","name":"Subscribe to topic containing XML and receive message","time":{"start":1726218551490,"stop":1726218551491,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e4743b017b62a05","name":"Check message received after nwaku node is restarted","time":{"start":1726218764114,"stop":1726218764114,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2ad5928be6e6b407","name":"Push message with content topic containing Arabic","time":{"start":1726218778231,"stop":1726218778232,"duration":1},"status":"passed","severity":"normal"},{"uid":"45ced46f4168b7f6","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1726218291082,"stop":1726218291083,"duration":1},"status":"passed","severity":"normal"},{"uid":"96579635c9e42be6","name":"Subscribe to topic containing special chars and receive message","time":{"start":1726218551485,"stop":1726218551486,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2472066eaba930c","name":"Subscribe to topic containing special chars and receive message","time":{"start":1726218879294,"stop":1726218879294,"duration":0},"status":"passed","severity":"normal"},{"uid":"35e2ad0ffd61e6a9","name":"should properly create location multiaddrs - udp4","time":{"start":1726218291667,"stop":1726218291667,"duration":0},"status":"passed","severity":"normal"},{"uid":"c718359a42c077c5","name":"Mutual subscription","time":{"start":1726218812459,"stop":1726218812462,"duration":3},"status":"passed","severity":"normal"},{"uid":"bce9d5d961aebf2e","name":"Should update shard info","time":{"start":1726218689329,"stop":1726218689329,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e7e9fb9e46df0f8","name":"should throw an error for empty SingleShardInfos array","time":{"start":1726218283089,"stop":1726218283090,"duration":1},"status":"passed","severity":"normal"},{"uid":"810efcac150e5599","name":"Push message with meta","time":{"start":1726218778287,"stop":1726218778287,"duration":0},"status":"passed","severity":"normal"},{"uid":"c144b0be3f407985","name":"can start and stop the service","time":{"start":1726218793428,"stop":1726218793429,"duration":1},"status":"passed","severity":"normal"},{"uid":"dce1bd48bcacab17","name":"Push message with content topic containing SQL Injection","time":{"start":1726218863013,"stop":1726218863013,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b33fb2456e66c3f","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1726218777347,"stop":1726218777347,"duration":0},"status":"skipped","severity":"normal"},{"uid":"406731f9a031e25b","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1726218410951,"stop":1726218410952,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f7b643d0c265439","name":"should encodeTxt and decodeTxt","time":{"start":1726218291657,"stop":1726218291657,"duration":0},"status":"passed","severity":"normal"},{"uid":"d30510fd52f60d39","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1726218283099,"stop":1726218283099,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f6b89127dadb9d3","name":"Check received message containing Script","time":{"start":1726218764087,"stop":1726218764087,"duration":0},"status":"passed","severity":"normal"},{"uid":"41ba4cd4f9c318e9","name":"Decrypt messages","time":{"start":1726218768115,"stop":1726218768115,"duration":0},"status":"passed","severity":"normal"},{"uid":"e96aecb1a53a6bf1","name":"Encoder throws on undefined content topic","time":{"start":1726218314722,"stop":1726218314722,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d73d598cf6fbc3d","name":"configure the node with multiple pubsub topics","time":{"start":1726218863186,"stop":1726218863186,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2c0d30e8b718f94","name":"Subscribe to topic containing emoji and receive message","time":{"start":1726218879332,"stop":1726218879332,"duration":0},"status":"passed","severity":"normal"},{"uid":"918de91f586058ee","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1726218283097,"stop":1726218283097,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c176a0dbd1f0c77","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1726218806760,"stop":1726218806761,"duration":1},"status":"passed","severity":"normal"},{"uid":"321068e417e1b2b7","name":"Push message with long payload","time":{"start":1726218778173,"stop":1726218778174,"duration":1},"status":"passed","severity":"normal"},{"uid":"a33701ae79543e34","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"status":"passed","severity":"normal"},{"uid":"4771320b2e2c974e","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1726218843764,"stop":1726218843764,"duration":0},"status":"passed","severity":"normal"},{"uid":"51d33b622e674957","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1726218283096,"stop":1726218283096,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3b3dd6dd177dce6","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1726218914872,"stop":1726218914872,"duration":0},"status":"passed","severity":"normal"},{"uid":"be4d20fe809697d1","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1726218956166,"stop":1726218956166,"duration":0},"status":"passed","severity":"normal"},{"uid":"1905aae14897a6fd","name":"same cluster, different shard: nodes connect","time":{"start":1726218689006,"stop":1726218689007,"duration":1},"status":"passed","severity":"normal"},{"uid":"f12194e561c4be75","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1726218914875,"stop":1726218914875,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb589df37055047b","name":"Ping on peer without subscriptions","time":{"start":1726218412656,"stop":1726218412657,"duration":1},"status":"passed","severity":"normal"},{"uid":"202985609b8c349e","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1726218283101,"stop":1726218283101,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6901025ac9b9175","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1726218523017,"stop":1726218523017,"duration":0},"status":"passed","severity":"normal"},{"uid":"6105905ca3426dd","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1726218283107,"stop":1726218283107,"duration":0},"status":"passed","severity":"normal"},{"uid":"af31d9ea7c728f8d","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1726218551470,"stop":1726218551477,"duration":7},"status":"passed","severity":"normal"},{"uid":"e19e7dbaf9afd4d3","name":"should only return 1 node with relay and store capability","time":{"start":1726218304470,"stop":1726218304470,"duration":0},"status":"passed","severity":"normal"},{"uid":"95ca8082657bb408","name":"Check received message containing SQL Injection","time":{"start":1726218510972,"stop":1726218510972,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfce94e63411aedf","name":"should set field with all protocols enabled","time":{"start":1726218291670,"stop":1726218291670,"duration":0},"status":"passed","severity":"normal"},{"uid":"e841201c8c73b06d","name":"Overlapping topic subscription","time":{"start":1726218551481,"stop":1726218551482,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2a98fa084253ee0","name":"same cluster, same shard: nodes connect","time":{"start":1726218689005,"stop":1726218689006,"duration":1},"status":"passed","severity":"normal"},{"uid":"18e1cb705e793ac2","name":"Ping on unsubscribed peer","time":{"start":1726218397743,"stop":1726218397743,"duration":0},"status":"passed","severity":"normal"},{"uid":"55df71f4ea11c8f8","name":"Sign & Recover","time":{"start":1726218315166,"stop":1726218315167,"duration":1},"status":"passed","severity":"normal"},{"uid":"f87551eacbaa8c6e","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app42/9/topic703/test.js","time":{"start":1726218843767,"stop":1726218843767,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c16506b4ab53327","name":"should not receive a peer event after stop","time":{"start":1726218793435,"stop":1726218793436,"duration":1},"status":"passed","severity":"normal"},{"uid":"670d220e99987e32","name":"should be called at least once on all `peer:discovery` events","time":{"start":1726218342869,"stop":1726218342869,"duration":0},"status":"passed","severity":"normal"},{"uid":"b007419bcfd40f9a","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1726218291080,"stop":1726218291080,"duration":0},"status":"passed","severity":"normal"},{"uid":"acca02ee50027210","name":"Ping succeeds for all connected peers","time":{"start":1726218447507,"stop":1726218447507,"duration":0},"status":"passed","severity":"normal"},{"uid":"79818748cd8073b6","name":"shard 0","time":{"start":1726218863176,"stop":1726218863178,"duration":2},"status":"passed","severity":"normal"},{"uid":"4fa4abc3d994c292","name":"Passing page size 11 when there are 10 messages","time":{"start":1726218909195,"stop":1726218909195,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8b866756082785d","name":"Passing page size 1 when there are 4 messages","time":{"start":1726218909194,"stop":1726218909194,"duration":0},"status":"passed","severity":"normal"},{"uid":"908d71ba827225ca","name":"can dial TLS multiaddrs","time":{"start":1726218673575,"stop":1726218673576,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5f75f3e1f62f363","name":"Push message with Arabic payload","time":{"start":1726218778187,"stop":1726218778188,"duration":1},"status":"passed","severity":"normal"},{"uid":"dea7c95588c834a1","name":"throws on content topic with non-number generation field","time":{"start":1726218283072,"stop":1726218283072,"duration":0},"status":"passed","severity":"normal"},{"uid":"42207941aaedf54a","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"status":"passed","severity":"normal"},{"uid":"a097002e98482115","name":"Push message on custom pubsubTopic","time":{"start":1726218651146,"stop":1726218651146,"duration":0},"status":"passed","severity":"normal"},{"uid":"22ed9590a9a5b255","name":"Default pageSize","time":{"start":1726218909196,"stop":1726218909196,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9423b71d9535698","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1726218523024,"stop":1726218523024,"duration":0},"status":"passed","severity":"normal"},{"uid":"d309c12fd2cb7c76","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1726218283101,"stop":1726218283102,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c554a53e44b6523","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726218669777,"stop":1726218669777,"duration":0},"status":"passed","severity":"normal"},{"uid":"d91b108464358a1f","name":"Decoder throws on empty string content topic","time":{"start":1726218314724,"stop":1726218314724,"duration":0},"status":"passed","severity":"normal"},{"uid":"32c9bf2db8e7352a","name":"safeDispatchEvent","time":{"start":1726218375494,"stop":1726218375495,"duration":1},"status":"passed","severity":"normal"},{"uid":"22669e80c761df2d","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1726218283091,"stop":1726218283092,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6de5ef0c1aecdef","name":"Push message with content topic containing Script","time":{"start":1726218863013,"stop":1726218863022,"duration":9},"status":"passed","severity":"normal"},{"uid":"d6479dfe9c5fc0df","name":"Reopen subscription with peer with lost subscription","time":{"start":1726218412655,"stop":1726218412656,"duration":1},"status":"passed","severity":"normal"},{"uid":"242792f42b933ae4","name":"Check publish message containing escaped characters","time":{"start":1726218806759,"stop":1726218806759,"duration":0},"status":"passed","severity":"normal"},{"uid":"6efe942e8456b3ea","name":"Push message with Basic HTML tag payload","time":{"start":1726218778190,"stop":1726218778190,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae8e24c35164dfaa","name":"ignores unrecognized TXT record formats","time":{"start":1726218304465,"stop":1726218304466,"duration":1},"status":"passed","severity":"normal"},{"uid":"b51b5e81cdf9de23","name":"Add multiple subscription objects on single nwaku node","time":{"start":1726218879332,"stop":1726218879332,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbc0edc6f6d97f23","name":"Push message with content topic containing shell command","time":{"start":1726218778278,"stop":1726218778281,"duration":3},"status":"passed","severity":"normal"},{"uid":"79a2ee5477479019","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1726218523020,"stop":1726218523020,"duration":0},"status":"passed","severity":"normal"},{"uid":"1730e8abc22ba6af","name":"should throw error - no id","time":{"start":1726218291659,"stop":1726218291659,"duration":0},"status":"passed","severity":"normal"},{"uid":"55f9fa646e0dd750","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1726218283107,"stop":1726218283107,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e4903234947b101","name":"udp ip6 address","time":{"start":1726218291266,"stop":1726218291266,"duration":0},"status":"passed","severity":"normal"},{"uid":"d457d4c29c1ed37b","name":"Push to array if already present","time":{"start":1726218282698,"stop":1726218282698,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9acde6759b869f6","name":"Check received message with timestamp: 1726218334519000000 ","time":{"start":1726218510983,"stop":1726218510983,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e788243042e341e","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1726218879336,"stop":1726218879336,"duration":0},"status":"passed","severity":"normal"},{"uid":"37c7c2c4bab9ceb8","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1726218851924,"stop":1726218851924,"duration":0},"status":"passed","severity":"normal"},{"uid":"185105c8754d153e","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1726218304534,"stop":1726218304534,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6f11950d6329e52","name":"Js publishes, other Js receives","time":{"start":1726218791623,"stop":1726218791623,"duration":0},"status":"passed","severity":"normal"},{"uid":"74588ef3ba61f4c2","name":"Push message with escaped characters payload","time":{"start":1726218863002,"stop":1726218863003,"duration":1},"status":"passed","severity":"normal"},{"uid":"b15a2adab82e743f","name":"Used by Waku Relay","time":{"start":1726218917026,"stop":1726218917026,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac7affc6087430f8","name":"Overlapping topic subscription","time":{"start":1726218812469,"stop":1726218812470,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e42a676bd4df1918","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1726218886395,"stop":1726218886395,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ceef3fdf5610026","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1726218283086,"stop":1726218283086,"duration":0},"status":"passed","severity":"normal"},{"uid":"9eca7d2728ed4c63","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1726218304535,"stop":1726218304535,"duration":0},"status":"passed","severity":"normal"},{"uid":"496cbaa2c10876ec","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1726218283098,"stop":1726218283099,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9219bcb2526a1ce","name":"Push message with Russian payload","time":{"start":1726218778188,"stop":1726218778188,"duration":0},"status":"passed","severity":"normal"},{"uid":"121074442479f866","name":"Check message received after jswaku node is restarted","time":{"start":1726218764099,"stop":1726218764099,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e82c497fda57d01c","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1726218812475,"stop":1726218812475,"duration":0},"status":"passed","severity":"normal"},{"uid":"46bb154674a8ab9f","name":"Check publish message containing emoji","time":{"start":1726218806760,"stop":1726218806760,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fcad84c00b1720f","name":"Relay - times out","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0c67f1fe9c39695","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218903391,"stop":1726218903392,"duration":1},"status":"passed","severity":"normal"},{"uid":"593cdf1e3a3e1056","name":"Symmetric encrypt & Decrypt","time":{"start":1726218315165,"stop":1726218315165,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb092e4d29ee67aa","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1726218283097,"stop":1726218283097,"duration":0},"status":"passed","severity":"normal"},{"uid":"537aaac81b083674","name":"Push message with Chinese payload","time":{"start":1726218862990,"stop":1726218862991,"duration":1},"status":"passed","severity":"normal"},{"uid":"116814b04659d3b9","name":"Push message with content topic containing escaped characters","time":{"start":1726218778282,"stop":1726218778283,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2a9db929b75e827","name":"Check message received after nwaku node is restarted","time":{"start":1726218510991,"stop":1726218510991,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f947d2d1700fce9d","name":"Store - dialed after - with timeout","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4edf353a788d32c","name":"Check received message containing emoji","time":{"start":1726218764109,"stop":1726218764109,"duration":0},"status":"passed","severity":"normal"},{"uid":"77c75080adbf2e9c","name":"Generator, 2 different pubsubtopics","time":{"start":1726218903391,"stop":1726218903391,"duration":0},"status":"passed","severity":"normal"},{"uid":"964b8d843fd00f97","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1726218563296,"stop":1726218563296,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3c0787846b12f11","name":"Check publish message containing Script","time":{"start":1726218806755,"stop":1726218806756,"duration":1},"status":"passed","severity":"normal"},{"uid":"88e35d2cf4c770eb","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1726218879337,"stop":1726218879337,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0f3c82194f2aa3","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1726218956166,"stop":1726218956167,"duration":1},"status":"passed","severity":"normal"},{"uid":"36839293d899a7c1","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","time":{"start":1726218669774,"stop":1726218669774,"duration":0},"status":"passed","severity":"normal"},{"uid":"a043d423d9bcf54","name":"Subscribe to topic containing Script and receive message","time":{"start":1726218551489,"stop":1726218551490,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb514182afeec34f","name":"Subscribe to topic containing special chars and publish message","time":{"start":1726218812472,"stop":1726218812473,"duration":1},"status":"passed","severity":"normal"},{"uid":"e67318fdb1b033ad","name":"Delete observer","time":{"start":1726218768115,"stop":1726218768116,"duration":1},"status":"passed","severity":"normal"},{"uid":"70ad196fb3876722","name":"Check message on other pubsub topic is not received","time":{"start":1726218510989,"stop":1726218510989,"duration":0},"status":"passed","severity":"normal"},{"uid":"232cd0d147ba7ed9","name":"random static sharding 4 - Cluster ID: 886, Shard ID: 997","time":{"start":1726218863180,"stop":1726218863180,"duration":0},"status":"passed","severity":"normal"},{"uid":"584cb024dcffc7da","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726218669774,"stop":1726218669775,"duration":1},"status":"passed","severity":"normal"},{"uid":"847fec84165e9698","name":"Round trip binary encryption [ecies, signature]","time":{"start":1726218316386,"stop":1726218316386,"duration":0},"status":"passed","severity":"normal"},{"uid":"705e34138455fa75","name":"Check publish message after client node is restarted","time":{"start":1726218806766,"stop":1726218806766,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7a69937b333bd205","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app83/10/topic906/test.js","time":{"start":1726218843766,"stop":1726218843766,"duration":0},"status":"passed","severity":"normal"},{"uid":"557f15b86c3817d4","name":"should throw error - no id","time":{"start":1726218291660,"stop":1726218291660,"duration":0},"status":"passed","severity":"normal"},{"uid":"8eb088ee29513b7a","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1726218342871,"stop":1726218342872,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0ffbfa562b572e4","name":"Push message with Chinese payload","time":{"start":1726218778185,"stop":1726218778187,"duration":2},"status":"passed","severity":"normal"},{"uid":"868c589a32757cc7","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1726218455970,"stop":1726218455970,"duration":0},"status":"passed","severity":"normal"},{"uid":"1906dad37997d564","name":"Check received message containing emoji","time":{"start":1726218764095,"stop":1726218764095,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4d6264d4aeab97f","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1726218812477,"stop":1726218812477,"duration":0},"status":"passed","severity":"normal"},{"uid":"64f8883d1686cf38","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1726218806763,"stop":1726218806764,"duration":1},"status":"passed","severity":"normal"},{"uid":"6204cea0eea6b69f","name":"same cluster, same shard: nodes connect","time":{"start":1726218523006,"stop":1726218523006,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd839a54809cc14c","name":"Ping on subscribed peer","time":{"start":1726218412653,"stop":1726218412654,"duration":1},"status":"passed","severity":"normal"},{"uid":"b663367c56a04e4f","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726218651146,"stop":1726218651146,"duration":0},"status":"passed","severity":"normal"},{"uid":"14b5e88aa3f92da","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1726218523021,"stop":1726218523021,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ae26e81ad67ab3e","name":"Filter with 0 connections","time":{"start":1726218583681,"stop":1726218583681,"duration":0},"status":"passed","severity":"normal"},{"uid":"c74d76ee277cb9cf","name":"should load peers from local storage and dispatch events","time":{"start":1726218308583,"stop":1726218308584,"duration":1},"status":"passed","severity":"normal"},{"uid":"f87597fefdc9c4b","name":"Subscribe to topic containing JSON and receive message","time":{"start":1726218879321,"stop":1726218879322,"duration":1},"status":"passed","severity":"normal"},{"uid":"45515d612b2ad07c","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1726218523018,"stop":1726218523018,"duration":0},"status":"passed","severity":"normal"},{"uid":"c373db5dacca5779","name":"should return valid sharding parameters for static sharding","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"status":"passed","severity":"normal"},{"uid":"a44b2234134bccdb","name":"should encode/decode to text encoding","time":{"start":1726218291662,"stop":1726218291663,"duration":1},"status":"passed","severity":"normal"},{"uid":"a086eadde719dc9f","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1726218455969,"stop":1726218455969,"duration":0},"status":"passed","severity":"normal"},{"uid":"30f21201776bf25f","name":"Push message with content topic containing XML","time":{"start":1726218863022,"stop":1726218863027,"duration":5},"status":"passed","severity":"normal"},{"uid":"e2f50fdc6756f9a","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1726218879315,"stop":1726218879317,"duration":2},"status":"passed","severity":"normal"},{"uid":"c4264c5519720650","name":"Refresh subscription","time":{"start":1726218812469,"stop":1726218812469,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d3b3be0254f043b5","name":"Check received message containing shell command","time":{"start":1726218510980,"stop":1726218510981,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfd8f25679c56313","name":"Subscribe and receive messages via waku relay post","time":{"start":1726218879336,"stop":1726218879337,"duration":1},"status":"passed","severity":"normal"},{"uid":"f03729e4a50a0691","name":"should set field with only STORE enabled","time":{"start":1726218291670,"stop":1726218291671,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9e03baf83eac6a4","name":"it tolerates circular branch references","time":{"start":1726218304463,"stop":1726218304463,"duration":0},"status":"passed","severity":"normal"},{"uid":"be45056cdf2bd94e","name":"Decoder throws on empty string content topic","time":{"start":1726218316388,"stop":1726218316388,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7aa1e471b0a9400","name":"Subscribe to topic containing short and receive message","time":{"start":1726218879292,"stop":1726218879293,"duration":1},"status":"passed","severity":"normal"},{"uid":"24b5bee9924ef036","name":"Encoder throws on undefined content topic","time":{"start":1726218316387,"stop":1726218316387,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b5000687e8558a2","name":"Check received message containing SQL Injection","time":{"start":1726218764087,"stop":1726218764087,"duration":0},"status":"passed","severity":"normal"},{"uid":"cab8bef1eba4b639","name":"should be able to encode the field with only STORE set to true","time":{"start":1726218291076,"stop":1726218291077,"duration":1},"status":"passed","severity":"normal"},{"uid":"a561c9cac12a0a10","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1726218304475,"stop":1726218304475,"duration":0},"status":"skipped","severity":"normal"},{"uid":"86acbfe66afccb5a","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1726218914874,"stop":1726218914874,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cc8468fc234bdd3","name":"pre and post cipher","time":{"start":1726218315166,"stop":1726218315166,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4a937ac5fb40ce2","name":"Keep-alive pings maintain the connection","time":{"start":1726218447509,"stop":1726218447513,"duration":4},"status":"passed","severity":"normal"},{"uid":"2a4880a37eabc43a","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1726218523012,"stop":1726218523013,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfc7401d99b6323a","name":"Check received message containing numeric","time":{"start":1726218764067,"stop":1726218764080,"duration":13},"status":"passed","severity":"normal"},{"uid":"62db60a4aeded6f","name":"Check message on other pubsub topic is not received","time":{"start":1726218764097,"stop":1726218764097,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fa30fd104654379","name":"Check received message containing shell command","time":{"start":1726218764089,"stop":1726218764089,"duration":0},"status":"passed","severity":"normal"},{"uid":"af9df56f21f5cb03","name":"Callback on promise","time":{"start":1726218902982,"stop":1726218902983,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa7b6e6072f0cdfa","name":"Check message received after jswaku node is restarted","time":{"start":1726218764114,"stop":1726218764114,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5360e733e13a6bb4","name":"addEventListener with wrong event","time":{"start":1726218375483,"stop":1726218375484,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4cd70fae6049169","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523018,"stop":1726218523019,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bda49ef577380f8","name":"Check message with no content topic is not received","time":{"start":1726218764112,"stop":1726218764113,"duration":1},"status":"passed","severity":"normal"},{"uid":"f61c86bf67f5a4f0","name":"throws an error for improperly formatted content topics","time":{"start":1726218283088,"stop":1726218283088,"duration":0},"status":"passed","severity":"normal"},{"uid":"d36c938a4929c62b","name":"Subscribe to topic containing shell command and publish message","time":{"start":1726218812478,"stop":1726218812478,"duration":0},"status":"passed","severity":"normal"},{"uid":"53988f1145d3cbb6","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1726218879287,"stop":1726218879287,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ef92f3f7fabb637","name":"Throws when trying to push message with empty payload","time":{"start":1726218863004,"stop":1726218863005,"duration":1},"status":"passed","severity":"normal"},{"uid":"a901ab6dd6d36afe","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1726218510988,"stop":1726218510988,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d8360a9790d6062","name":"Check publish message containing SQL Injection","time":{"start":1726218806755,"stop":1726218806755,"duration":0},"status":"passed","severity":"normal"},{"uid":"858368dbe10b1a15","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1726218302904,"stop":1726218302904,"duration":0},"status":"passed","severity":"normal"},{"uid":"7369b2cfed18dbc5","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1726218669780,"stop":1726218669781,"duration":1},"status":"passed","severity":"normal"},{"uid":"df1d0806687cc5af","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1726218812481,"stop":1726218812481,"duration":0},"status":"passed","severity":"normal"},{"uid":"950b7a9803b662ec","name":"1 Relay, 1 fetch","time":{"start":1726218304290,"stop":1726218304291,"duration":1},"status":"passed","severity":"normal"},{"uid":"7eca4a8a2a006f38","name":"Push message with JSON payload","time":{"start":1726218778190,"stop":1726218778190,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1257e39e3e11b97","name":"Renews peer on consistent missed messages","time":{"start":1726218447521,"stop":1726218447522,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c74ae3529f03fcd","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1726218886392,"stop":1726218886393,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d2f5e499349faf6","name":"Waku message hash computation (payload length 0)","time":{"start":1726218285626,"stop":1726218285627,"duration":1},"status":"passed","severity":"normal"},{"uid":"152b75294ea3e72a","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1726218898752,"stop":1726218898752,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c5d603b0351a7b7","name":"Subscribe to topic containing Script and publish message","time":{"start":1726218812476,"stop":1726218812476,"duration":0},"status":"passed","severity":"normal"},{"uid":"258484f6d68aaaf2","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1726218879289,"stop":1726218879289,"duration":0},"status":"passed","severity":"normal"},{"uid":"86b54c0284a2774a","name":"should return unique PubsubTopics for static sharding","time":{"start":1726218283091,"stop":1726218283091,"duration":0},"status":"passed","severity":"normal"},{"uid":"38771a52fe4c1f65","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1726218283095,"stop":1726218283095,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3950b468ed56b7","name":"Passing an array","time":{"start":1726218917025,"stop":1726218917025,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bb735f072f62e81","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1726218886392,"stop":1726218886392,"duration":0},"status":"passed","severity":"normal"},{"uid":"32f121014bff52c","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","time":{"start":1726218669771,"stop":1726218669772,"duration":1},"status":"passed","severity":"normal"},{"uid":"33ef4c9801e0a51d","name":"Push message with content topic containing Chinese","time":{"start":1726218778227,"stop":1726218778231,"duration":4},"status":"passed","severity":"normal"},{"uid":"b3e5963a12f7de49","name":"Callback on promise, aborts when callback returns true","time":{"start":1726218902993,"stop":1726218902994,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b00b16336642eb5","name":"Query Generator - false","time":{"start":1726218885487,"stop":1726218885488,"duration":1},"status":"passed","severity":"normal"},{"uid":"da47ff61da8a8a8c","name":"same cluster, different shard: nodes don't connect","time":{"start":1726218523006,"stop":1726218523008,"duration":2},"status":"passed","severity":"normal"},{"uid":"1f0ccb15b0d08762","name":"Ephemeral field is preserved - encoder v0","time":{"start":1726218346773,"stop":1726218346773,"duration":0},"status":"passed","severity":"normal"},{"uid":"e09eb866c9d13283","name":"Publish message with custom timestamp: Sat Sep 23 2023 09:12:58 GMT+0000 (Coordinated Universal Time)","time":{"start":1726218806761,"stop":1726218806761,"duration":0},"status":"passed","severity":"normal"},{"uid":"767c9dcd579d75ab","name":"returns all values when wanted number matches available values","time":{"start":1726218302902,"stop":1726218302903,"duration":1},"status":"passed","severity":"normal"},{"uid":"eba258a384c92f41","name":"Reopen subscription with peer with lost subscription","time":{"start":1726218412658,"stop":1726218412658,"duration":0},"status":"passed","severity":"normal"},{"uid":"846aaae332105dd2","name":"Decoder throws on undefined content topic","time":{"start":1726218316387,"stop":1726218316388,"duration":1},"status":"passed","severity":"normal"},{"uid":"11fe45f887f0e1a1","name":"Privacy Node - default protocol","time":{"start":1726218926398,"stop":1726218926399,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0e0e4b95a9693ba","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1726218812474,"stop":1726218812474,"duration":0},"status":"passed","severity":"normal"},{"uid":"b53274d932426b2f","name":"can start and stop the service","time":{"start":1726218308580,"stop":1726218308580,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dad575c746875b3","name":"Push message with content topic containing special chars","time":{"start":1726218778227,"stop":1726218778227,"duration":0},"status":"passed","severity":"normal"},{"uid":"871f9e21f1d2b33e","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app31/4/topic67/utf8","time":{"start":1726218843766,"stop":1726218843766,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f3ac9f80763ce85","name":"different cluster, same shard: nodes don't connect","time":{"start":1726218689007,"stop":1726218689008,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0241118c3bc6332","name":"random static sharding 1 - Cluster ID: 39, Shard ID: 480","time":{"start":1726218863178,"stop":1726218863179,"duration":1},"status":"passed","severity":"normal"},{"uid":"f92d8af552c71729","name":"Sample","time":{"start":1726218291182,"stop":1726218291182,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb26cfa053f83c67","name":"Subscribe to topic containing emoji and publish message","time":{"start":1726218812481,"stop":1726218812482,"duration":1},"status":"passed","severity":"normal"},{"uid":"177db12bfa4c0174","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1726218285624,"stop":1726218285625,"duration":1},"status":"passed","severity":"normal"},{"uid":"529d32a582d345ec","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1726218812468,"stop":1726218812468,"duration":0},"status":"passed","severity":"normal"},{"uid":"92417dc4a7800a0","name":"random static sharding 3 - Cluster ID: 755, Shard ID: 863","time":{"start":1726218863179,"stop":1726218863180,"duration":1},"status":"passed","severity":"normal"},{"uid":"4bd65ed11b7149a1","name":"handles empty shards array correctly","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"status":"passed","severity":"normal"},{"uid":"715e3f70c8d9def2","name":"Non TWN Cluster","time":{"start":1726218843765,"stop":1726218843765,"duration":0},"status":"passed","severity":"normal"},{"uid":"432c761318df8589","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1726218283096,"stop":1726218283096,"duration":0},"status":"passed","severity":"normal"},{"uid":"df4f238740304d55","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app87/8/topic658/proto","time":{"start":1726218843765,"stop":1726218843766,"duration":1},"status":"passed","severity":"normal"},{"uid":"49991af8deb3effe","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1726218523031,"stop":1726218523031,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c161dc11c4f443c","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1726218304536,"stop":1726218304536,"duration":0},"status":"passed","severity":"normal"},{"uid":"520d90788f19609","name":"LightPush with 0 connections","time":{"start":1726218583681,"stop":1726218583681,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac87ccec45685311","name":"Query with Promise Callback, No Decoder","time":{"start":1726218886396,"stop":1726218886396,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e16e97312309652","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1726218788035,"stop":1726218788036,"duration":1},"status":"passed","severity":"normal"},{"uid":"695cb9b704b63250","name":"should use the provided clusterId for the pubsub topic","time":{"start":1726218283105,"stop":1726218283105,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b1dba01c6d98e04","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1726218296385,"stop":1726218296385,"duration":0},"status":"passed","severity":"normal"},{"uid":"228046c05b3abe0e","name":"can start the service","time":{"start":1726218345025,"stop":1726218345026,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2d3c94346709768","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1726218523015,"stop":1726218523016,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8f32348d07a3cd","name":"Push message with content topic containing Arabic","time":{"start":1726218863012,"stop":1726218863012,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad03d55176a61ff2","name":"passes more than one ENR URLs and attempts connection","time":{"start":1726218345043,"stop":1726218345043,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a6c4dd3285259e01","name":"does not throw on valid cases","time":{"start":1726218283070,"stop":1726218283070,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a88cff180059b47","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b2e138054a3a7c0","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1726218812465,"stop":1726218812466,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb52333d1510eb29","name":"Check received message containing XML","time":{"start":1726218510977,"stop":1726218510977,"duration":0},"status":"passed","severity":"normal"},{"uid":"c58010ac28ca13f1","name":"Subscribe and receive messages via lightPush","time":{"start":1726218551468,"stop":1726218551468,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a73c3ca1147f4db","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1726218523026,"stop":1726218523026,"duration":0},"status":"passed","severity":"normal"},{"uid":"36a9d65fe8d21203","name":"Push message with numeric payload","time":{"start":1726218862988,"stop":1726218862989,"duration":1},"status":"passed","severity":"normal"},{"uid":"be7e300a4a45c6f9","name":"Push message with content topic containing unicode special characters","time":{"start":1726218863038,"stop":1726218863039,"duration":1},"status":"passed","severity":"normal"},{"uid":"b14e1ea212a311d","name":"Push message with shell command payload","time":{"start":1726218778194,"stop":1726218778195,"duration":1},"status":"passed","severity":"normal"},{"uid":"75c50a9372841e04","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1726218304535,"stop":1726218304535,"duration":0},"status":"passed","severity":"normal"},{"uid":"950d8b4e347e809a","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1726218669777,"stop":1726218669778,"duration":1},"status":"passed","severity":"normal"},{"uid":"779a6d33409ee6bf","name":"Query with Promise Callback, No message returned","time":{"start":1726218886396,"stop":1726218886396,"duration":0},"status":"passed","severity":"normal"},{"uid":"923aae3b3a9413c4","name":"Check message with non string payload is not received","time":{"start":1726218764098,"stop":1726218764099,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3965ed3e5cf3bc2","name":"should return all peers when numPeers is 0","time":{"start":1726218296383,"stop":1726218296384,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a6b2c643474429","name":"Push message with custom timestamp: 1726214983850","time":{"start":1726218778288,"stop":1726218778291,"duration":3},"status":"passed","severity":"normal"},{"uid":"931d0150e1bf0c7e","name":"should set field with only FILTER enabled","time":{"start":1726218291671,"stop":1726218291671,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b9e36a8109e7f77","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1726218314721,"stop":1726218314721,"duration":0},"status":"passed","severity":"normal"},{"uid":"61f48ab5e02ae5cf","name":"new peer added after a peer was already found","time":{"start":1726218777346,"stop":1726218777346,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4530e489d7ff9d83","name":"Check received message containing Script","time":{"start":1726218764106,"stop":1726218764106,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dd8864a7f1a10d7","name":"different cluster, same shard: nodes don't connect","time":{"start":1726218523008,"stop":1726218523009,"duration":1},"status":"passed","severity":"normal"},{"uid":"5871aede98daa3b7","name":"Push message with content topic containing Basic HTML tag","time":{"start":1726218778250,"stop":1726218778251,"duration":1},"status":"passed","severity":"normal"},{"uid":"47724909b08677f5","name":"Subscribe to topic containing emoji and receive message","time":{"start":1726218879376,"stop":1726218879380,"duration":4},"status":"passed","severity":"normal"},{"uid":"cab66ddbef3931e5","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1726218283076,"stop":1726218283077,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e8a651880521a01","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1726218455969,"stop":1726218455969,"duration":0},"status":"passed","severity":"normal"},{"uid":"935540172fe40d69","name":"should be able to decode the field with only STORE set to true","time":{"start":1726218291082,"stop":1726218291082,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f53b845455a3c58","name":"Subscribe and receive messages via waku relay post","time":{"start":1726218551469,"stop":1726218551469,"duration":0},"status":"passed","severity":"normal"},{"uid":"11fda5521108ec17","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1726218296385,"stop":1726218296386,"duration":1},"status":"passed","severity":"normal"},{"uid":"db44986040e8162d","name":"Check received message containing escaped characters","time":{"start":1726218510981,"stop":1726218510982,"duration":1},"status":"passed","severity":"normal"},{"uid":"685bba1c4f83f405","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1726218956167,"stop":1726218956168,"duration":1},"status":"passed","severity":"normal"},{"uid":"834cc8d3e3b354bc","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1726218346774,"stop":1726218346774,"duration":0},"status":"passed","severity":"normal"},{"uid":"2754b1350fa4d8a8","name":"should set field with only LIGHTPUSH enabled","time":{"start":1726218291671,"stop":1726218291671,"duration":0},"status":"passed","severity":"normal"},{"uid":"681e53653698700f","name":"Check received message containing Chinese","time":{"start":1726218510970,"stop":1726218510971,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e3c37ce447f3021","name":"should not fail to start the service if it is already started","time":{"start":1726218345033,"stop":1726218345033,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d6c66e8ac7880a4","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1726218914873,"stop":1726218914874,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea9995e30f4b8f8c","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1726218956168,"stop":1726218956168,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec544f86edaed142","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1726218283077,"stop":1726218283082,"duration":5},"status":"passed","severity":"normal"},{"uid":"2caefeca848c4e4d","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1726218523011,"stop":1726218523012,"duration":1},"status":"passed","severity":"normal"},{"uid":"42488ac0a4c8f05d","name":"more peers than existing","time":{"start":1726218764451,"stop":1726218764451,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ec0d7bc5a8cc0eda","name":"should throw error - invalid id","time":{"start":1726218291660,"stop":1726218291660,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7520b231335f646","name":"Check received message containing Russian","time":{"start":1726218764083,"stop":1726218764086,"duration":3},"status":"passed","severity":"normal"},{"uid":"27902b6ce484cc0e","name":"Push message with emoji payload","time":{"start":1726218778197,"stop":1726218778197,"duration":0},"status":"passed","severity":"normal"},{"uid":"d203c783679f29f9","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1726218335402,"stop":1726218335402,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c4f8358d2363793","name":"can start and stop the service","time":{"start":1726218345027,"stop":1726218345027,"duration":0},"status":"passed","severity":"normal"},{"uid":"63335d5b16db4b99","name":"Subscribe to topic containing Script and receive message","time":{"start":1726218879361,"stop":1726218879361,"duration":0},"status":"passed","severity":"normal"},{"uid":"395672326b4866ac","name":"Failed peers are renewed","time":{"start":1726218597911,"stop":1726218597912,"duration":1},"status":"passed","severity":"normal"},{"uid":"3887e3f58a5d3f4e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523014,"stop":1726218523014,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a95e720287219e3","name":"Number of peers are maintained correctly","time":{"start":1726218597911,"stop":1726218597911,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ab6b3c7a9eaa6be","name":"Check received message containing Russian","time":{"start":1726218764105,"stop":1726218764106,"duration":1},"status":"passed","severity":"normal"},{"uid":"68339af2b34ebf50","name":"Generator, custom pubsub topic","time":{"start":1726218903390,"stop":1726218903391,"duration":1},"status":"passed","severity":"normal"},{"uid":"8767f6023d93d22c","name":"should return the pubsub topic directly if a string is provided","time":{"start":1726218283102,"stop":1726218283102,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6a1f6705bad2cb0","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1726218551493,"stop":1726218551494,"duration":1},"status":"passed","severity":"normal"},{"uid":"b97fdb9f6b39411c","name":"should not fail to stop the service if it was not started","time":{"start":1726218345027,"stop":1726218345029,"duration":2},"status":"passed","severity":"normal"},{"uid":"61ce8eee8cbc3e24","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1726218283094,"stop":1726218283095,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0dbcd93c1397719","name":"Reopen subscription with peer with lost subscription","time":{"start":1726218397743,"stop":1726218397743,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d40a6e80470af0","name":"should be able to decode the field with only RELAY set to true","time":{"start":1726218291080,"stop":1726218291081,"duration":1},"status":"passed","severity":"normal"},{"uid":"af16f11846fbef17","name":"Subscribe to topic containing shell command and receive message","time":{"start":1726218551493,"stop":1726218551493,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a21557c0982eeaa","name":"random static sharding 7 - Cluster ID: 10, Shard ID: 664","time":{"start":1726218863182,"stop":1726218863182,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b157ba589234ae7","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app90/4/topic376/test.js","time":{"start":1726218843768,"stop":1726218843769,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a96ed903990d5ba","name":"Push message with content topic containing escaped characters","time":{"start":1726218863034,"stop":1726218863037,"duration":3},"status":"passed","severity":"normal"},{"uid":"475a0cc54d7b4c64","name":"should throw an error for missing sharding configuration","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"status":"passed","severity":"normal"},{"uid":"665c6b744d236b2","name":"Subscribe to topic containing Russian and publish message","time":{"start":1726218812475,"stop":1726218812476,"duration":1},"status":"passed","severity":"normal"},{"uid":"242c022b987a776e","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1726218285627,"stop":1726218285628,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1a6706bc00de689","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1726218851922,"stop":1726218851923,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c567f3b6eeed9c0","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1726218812467,"stop":1726218812468,"duration":1},"status":"passed","severity":"normal"},{"uid":"32070ae6cab1c299","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1726218788034,"stop":1726218788034,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ed7a2f20f5842e0","name":"Check received message containing Script","time":{"start":1726218510976,"stop":1726218510977,"duration":1},"status":"passed","severity":"normal"},{"uid":"666b6ffa76b3ce73","name":"Subscribe to topic containing XML and receive message","time":{"start":1726218879320,"stop":1726218879320,"duration":0},"status":"passed","severity":"normal"},{"uid":"660070925af87e36","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1726218291084,"stop":1726218291084,"duration":0},"status":"passed","severity":"normal"},{"uid":"44eb3b80a95b39c3","name":"Check received message with timestamp: 1649153314 ","time":{"start":1726218764096,"stop":1726218764096,"duration":0},"status":"passed","severity":"normal"},{"uid":"c29173ca9145775e","name":"Check received message containing long","time":{"start":1726218764101,"stop":1726218764101,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0ab9090bd91daec","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726218651143,"stop":1726218651143,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc8e38dc4d948ee6","name":"should emit a peer event after start","time":{"start":1726218793433,"stop":1726218793434,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6d39240ee1218dc","name":"Check message received after jswaku node is restarted","time":{"start":1726218510991,"stop":1726218510991,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1a14b0dc50511197","name":"Push message with unicode special characters payload","time":{"start":1726218863003,"stop":1726218863003,"duration":0},"status":"passed","severity":"normal"},{"uid":"108f2739a2d0a74c","name":"Check received message containing Arabic","time":{"start":1726218764105,"stop":1726218764105,"duration":0},"status":"passed","severity":"normal"},{"uid":"abbc18cc02a6594","name":"throws on content topic with generation field greater than 0","time":{"start":1726218283072,"stop":1726218283073,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c4df3568cddd6d0","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1726218283084,"stop":1726218283084,"duration":0},"status":"passed","severity":"normal"},{"uid":"61f382425504b46a","name":"should throw an error for missing required configuration","time":{"start":1726218283093,"stop":1726218283093,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc0f4a1e4bb0e7a8","name":"should not receive a peer event before start","time":{"start":1726218308582,"stop":1726218308582,"duration":0},"status":"passed","severity":"normal"},{"uid":"87bbe06ff39a661","name":"Push message with JSON payload","time":{"start":1726218862997,"stop":1726218863001,"duration":4},"status":"passed","severity":"normal"},{"uid":"5e616a9b7dca2230","name":"Check message with non string payload is not received","time":{"start":1726218510990,"stop":1726218510991,"duration":1},"status":"passed","severity":"normal"},{"uid":"729a70bf5dcc58ae","name":"ignores domain fetching errors","time":{"start":1726218304464,"stop":1726218304465,"duration":1},"status":"passed","severity":"normal"},{"uid":"62b01232520f18e6","name":"Check publish message containing short","time":{"start":1726218806751,"stop":1726218806751,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fab50f38a5b2986","name":"Check message with invalid timestamp is not received","time":{"start":1726218764097,"stop":1726218764097,"duration":0},"status":"passed","severity":"normal"},{"uid":"818c402d33e1d6ed","name":"throws on content topic with empty encoding field","time":{"start":1726218283075,"stop":1726218283075,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef1ecf501442555d","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1726218308584,"stop":1726218308584,"duration":0},"status":"passed","severity":"normal"},{"uid":"392f839d4f4769ca","name":"Query Generator - true","time":{"start":1726218885487,"stop":1726218885487,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cc78035072cefda","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app21/8/topic968/test.js","time":{"start":1726218843765,"stop":1726218843765,"duration":0},"status":"passed","severity":"normal"},{"uid":"db33e516cab46bd0","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1726218879287,"stop":1726218879288,"duration":1},"status":"passed","severity":"normal"},{"uid":"edec1c0dd4349f42","name":"Nwaku publishes","time":{"start":1726218791622,"stop":1726218791623,"duration":1},"status":"passed","severity":"normal"},{"uid":"3cfc1ccbb96d7982","name":"Subscribe to topic containing numeric and receive message","time":{"start":1726218879352,"stop":1726218879352,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7dd4fff37b188c9","name":"Check received message containing numeric","time":{"start":1726218510969,"stop":1726218510970,"duration":1},"status":"passed","severity":"normal"},{"uid":"b94e01803d8ac2bb","name":"should add and remove event listeners correctly","time":{"start":1726218308584,"stop":1726218308585,"duration":1},"status":"passed","severity":"normal"},{"uid":"19e2562b1616adda","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1726218902994,"stop":1726218903000,"duration":6},"status":"passed","severity":"normal"},{"uid":"859fcb18e01f0d5c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218651145,"stop":1726218651145,"duration":0},"status":"passed","severity":"normal"},{"uid":"fca31f4368e22336","name":"Sets default value correctly","time":{"start":1726218917026,"stop":1726218917027,"duration":1},"status":"passed","severity":"normal"},{"uid":"29e8574724d47747","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1726218283091,"stop":1726218283091,"duration":0},"status":"passed","severity":"normal"},{"uid":"baf57a9d5101b5a1","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1726218291079,"stop":1726218291079,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcb62b042161b6dc","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1726218914872,"stop":1726218914873,"duration":1},"status":"passed","severity":"normal"},{"uid":"18250addac37a8d4","name":"handles different networkShards values correctly","time":{"start":1726218283088,"stop":1726218283088,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb463cb63004426e","name":"Check received message with timestamp: 1649153314 ","time":{"start":1726218510987,"stop":1726218510988,"duration":1},"status":"passed","severity":"normal"},{"uid":"df8171faf052af51","name":"Check received message containing Chinese","time":{"start":1726218764081,"stop":1726218764082,"duration":1},"status":"passed","severity":"normal"},{"uid":"963bce16e4917ff2","name":"Check message with no pubsub topic is not received","time":{"start":1726218510989,"stop":1726218510989,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee0081bbfbfcce8d","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1726218283082,"stop":1726218283083,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3a816832f52cb88","name":"Subscribe to topic containing shell command and receive message","time":{"start":1726218879322,"stop":1726218879330,"duration":8},"status":"passed","severity":"normal"},{"uid":"1fa821f300cf720d","name":"Push message with content topic containing Russian","time":{"start":1726218863012,"stop":1726218863013,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a05e2b44331be75","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1726218523024,"stop":1726218523025,"duration":1},"status":"passed","severity":"normal"},{"uid":"5124b8ffe0fbdb7b","name":"Relay","time":{"start":1726218344913,"stop":1726218344914,"duration":1},"status":"passed","severity":"normal"},{"uid":"b43fa9cf1159f56f","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1726218291078,"stop":1726218291078,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a078604bad514a4","name":"Round trip binary serialization","time":{"start":1726218296783,"stop":1726218296783,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4ce9dd4347aa0e7","name":"Push message with meta","time":{"start":1726218863043,"stop":1726218863045,"duration":2},"status":"passed","severity":"normal"},{"uid":"79d51a65d0af618d","name":"should only return 1 node with store capability","time":{"start":1726218304470,"stop":1726218304471,"duration":1},"status":"passed","severity":"normal"},{"uid":"f39e0ed3816f040d","name":"Fails to push message with large meta","time":{"start":1726218778287,"stop":1726218778287,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dfb836e329d14e1","name":"should decode valid enr successfully","time":{"start":1726218291658,"stop":1726218291658,"duration":0},"status":"passed","severity":"normal"},{"uid":"93f3f59f11f1311f","name":"Push message with content topic containing short","time":{"start":1726218863005,"stop":1726218863005,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b2036469c5a1bba","name":"Using a function","time":{"start":1726218917025,"stop":1726218917025,"duration":0},"status":"passed","severity":"normal"},{"uid":"78092d03690abda","name":"throws on empty content topic","time":{"start":1726218283071,"stop":1726218283071,"duration":0},"status":"passed","severity":"normal"},{"uid":"3217491cb103ac24","name":"Check received message with timestamp: 1649153314 ","time":{"start":1726218764110,"stop":1726218764110,"duration":0},"status":"passed","severity":"normal"},{"uid":"147c9ae3a9cc6b85","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1726218304535,"stop":1726218304536,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca68d9aeb4f6c1a0","name":"Check meta is set [symmetric]","time":{"start":1726218314721,"stop":1726218314722,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e101a6df7fe0c99","name":"Push message with content topic containing special chars","time":{"start":1726218863011,"stop":1726218863011,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cf8b78169da3cf9","name":"Subscribe and receive messages via waku relay post","time":{"start":1726218879287,"stop":1726218879287,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd6ffb0cf6e45718","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1726218283089,"stop":1726218283089,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7797eec315560e4","name":"Nodes with multiple pubsub topic","time":{"start":1726218788034,"stop":1726218788035,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2142edc0914b7","name":"Push message with content topic containing unicode special characters","time":{"start":1726218778284,"stop":1726218778284,"duration":0},"status":"passed","severity":"normal"},{"uid":"50c54db568fe3def","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1726218788036,"stop":1726218788036,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea6e403880636015","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1726218879289,"stop":1726218879289,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e8cb6615ac58252","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1726218410953,"stop":1726218410954,"duration":1},"status":"passed","severity":"normal"},{"uid":"472c9da00b75b8e2","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1726218304472,"stop":1726218304473,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd7930b6eebc4ffa","name":"Subscribe to topic containing Russian and receive message","time":{"start":1726218879360,"stop":1726218879360,"duration":0},"status":"passed","severity":"normal"},{"uid":"eec5773f1b7b7b1c","name":"Push message with shell command payload","time":{"start":1726218863002,"stop":1726218863002,"duration":0},"status":"passed","severity":"normal"},{"uid":"667597201fc36399","name":"isConnected between 2 js-waku relay nodes","time":{"start":1726218382082,"stop":1726218382083,"duration":1},"status":"passed","severity":"normal"},{"uid":"709406fe1315a0fe","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1726218304474,"stop":1726218304474,"duration":0},"status":"skipped","severity":"normal"},{"uid":"60497c7fddd2b17d","name":"1 Relay, 1 Filter, gives up","time":{"start":1726218304292,"stop":1726218304292,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f1020a5023b9298","name":"random static sharding 5 - Cluster ID: 328, Shard ID: 996","time":{"start":1726218863180,"stop":1726218863180,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5c80308ecae3ad5","name":"Publish message with rate limit","time":{"start":1726218806767,"stop":1726218806767,"duration":0},"status":"passed","severity":"normal"},{"uid":"60c1834d0183fdfb","name":"Push message with content topic containing emoji","time":{"start":1726218863039,"stop":1726218863041,"duration":2},"status":"passed","severity":"normal"},{"uid":"ddaa1cee76844d3","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1726218283087,"stop":1726218283087,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ca0c9c76f229215","name":"Number of peers are maintained correctly","time":{"start":1726218447504,"stop":1726218447506,"duration":2},"status":"passed","severity":"normal"},{"uid":"b408c3c35b17bb79","name":"Fails to push message with large meta","time":{"start":1726218863045,"stop":1726218863047,"duration":2},"status":"passed","severity":"normal"},{"uid":"3e7a9ea3deffc3a2","name":"Subscribe to topic containing JSON and receive message","time":{"start":1726218879371,"stop":1726218879372,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee8a321789cea58","name":"Push message with content topic containing shell command","time":{"start":1726218863032,"stop":1726218863034,"duration":2},"status":"passed","severity":"normal"},{"uid":"bf80a398e9029248","name":"Check message with no content topic is not received","time":{"start":1726218764098,"stop":1726218764098,"duration":0},"status":"passed","severity":"normal"},{"uid":"dac8b312ad0a1be4","name":"Push message with content topic containing short","time":{"start":1726218778218,"stop":1726218778218,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae141cb13565e468","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726218410954,"stop":1726218410954,"duration":0},"status":"passed","severity":"normal"},{"uid":"25876a1f6fc120b1","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1726218669778,"stop":1726218669779,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcef34e5657c63f0","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1726218335394,"stop":1726218335400,"duration":6},"status":"passed","severity":"normal"},{"uid":"1f824598b13afc73","name":"Fails to publish message with wrong content topic","time":{"start":1726218806763,"stop":1726218806763,"duration":0},"status":"passed","severity":"normal"},{"uid":"4831bf8be021a99d","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1726218886396,"stop":1726218886396,"duration":0},"status":"passed","severity":"normal"},{"uid":"2094a66674e669aa","name":"Check received message containing JSON","time":{"start":1726218510978,"stop":1726218510979,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d91aeaf8b975730","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1726218523023,"stop":1726218523023,"duration":0},"status":"passed","severity":"normal"},{"uid":"99a1e3d362e0e353","name":"recovers when dns.resolve returns empty","time":{"start":1726218304464,"stop":1726218304464,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca3f24444472b209","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1726218851923,"stop":1726218851924,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b33fcacc7c29926","name":"isConnected return false after peer stops","time":{"start":1726218382081,"stop":1726218382082,"duration":1},"status":"passed","severity":"normal"},{"uid":"97d82777f2931d95","name":"Renews subscription after lossing a connection","time":{"start":1726218879387,"stop":1726218879388,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc22a6d73963c6e7","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1726218283085,"stop":1726218283085,"duration":0},"status":"passed","severity":"normal"},{"uid":"768bcaa9249b2728","name":"should only return 1 node with relay capability","time":{"start":1726218304469,"stop":1726218304469,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1a5a22e87f3879a","name":"Subscribe and receive messages via lightPush","time":{"start":1726218879335,"stop":1726218879335,"duration":0},"status":"passed","severity":"normal"},{"uid":"7998b9ee7532984b","name":"Overlapping topic subscription","time":{"start":1726218879340,"stop":1726218879341,"duration":1},"status":"passed","severity":"normal"},{"uid":"93c9492b956e5270","name":"LightPush","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad132ab58d35f0a7","name":"unsubscribes","time":{"start":1726218910985,"stop":1726218910986,"duration":1},"status":"passed","severity":"normal"},{"uid":"b403c454b56be12a","name":"caches peers it previously fetched","time":{"start":1726218304467,"stop":1726218304467,"duration":0},"status":"passed","severity":"normal"},{"uid":"29e401b857c4dab5","name":"should get / set TCP multiaddr","time":{"start":1726218291663,"stop":1726218291664,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4e86377be60935d","name":"Check publish message containing numeric","time":{"start":1726218806752,"stop":1726218806752,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbc339e538797e3","name":"Refresh subscription","time":{"start":1726218551482,"stop":1726218551482,"duration":0},"status":"passed","severity":"normal"},{"uid":"756eb1c6d7cc0faa","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1726218812476,"stop":1726218812476,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ed553b263b77aa","name":"Subscribe to topic containing short and publish message","time":{"start":1726218812470,"stop":1726218812471,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c42aead14c0e236","name":"Subscribe to topic containing numeric and receive message","time":{"start":1726218879293,"stop":1726218879293,"duration":0},"status":"passed","severity":"normal"},{"uid":"d23ed477b88ff7eb","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1726218551486,"stop":1726218551487,"duration":1},"status":"passed","severity":"normal"},{"uid":"274acc71bc983490","name":"1 Store, 2 relays, 2 fetches","time":{"start":1726218304291,"stop":1726218304292,"duration":1},"status":"passed","severity":"normal"},{"uid":"15dbb6dd6b930e16","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1726218523018,"stop":1726218523018,"duration":0},"status":"passed","severity":"normal"},{"uid":"900241452f21c45e","name":"Nodes with multiple pubsub topic","time":{"start":1726218788036,"stop":1726218788036,"duration":0},"status":"passed","severity":"normal"},{"uid":"535ff8ea095a5e3d","name":"Check received message containing shell command","time":{"start":1726218764108,"stop":1726218764108,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef9020a16e3ff4f8","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1726218851924,"stop":1726218851924,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b45d5c131dc7c31","name":"Relay - dialed after","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6599e476169dbb6","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1726218523027,"stop":1726218523027,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0263a85324abd8b","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1726218914871,"stop":1726218914872,"duration":1},"status":"passed","severity":"normal"},{"uid":"539831bafa494215","name":"random static sharding 2 - Cluster ID: 996, Shard ID: 797","time":{"start":1726218863179,"stop":1726218863179,"duration":0},"status":"passed","severity":"normal"},{"uid":"89d8e056aa54429a","name":"Check received message containing XML","time":{"start":1726218764107,"stop":1726218764107,"duration":0},"status":"passed","severity":"normal"},{"uid":"d67823a119278576","name":"should be able to encode the field with only RELAY set to true","time":{"start":1726218291074,"stop":1726218291076,"duration":2},"status":"passed","severity":"normal"},{"uid":"9b477effba7c0120","name":"Check received message containing escaped characters","time":{"start":1726218764094,"stop":1726218764094,"duration":0},"status":"passed","severity":"normal"},{"uid":"c36de91d586b3103","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1726218914871,"stop":1726218914871,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5bf30daee794375","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523028,"stop":1726218523028,"duration":0},"status":"passed","severity":"normal"},{"uid":"7236d7a09f2b3797","name":"Push message with Script payload","time":{"start":1726218862994,"stop":1726218862995,"duration":1},"status":"passed","severity":"normal"},{"uid":"11bb16190aff82a0","name":"should handle corrupted local storage data gracefully","time":{"start":1726218308584,"stop":1726218308584,"duration":0},"status":"passed","severity":"normal"},{"uid":"7520aef96caaa0e1","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1726218523014,"stop":1726218523015,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe1e0a84badbedc3","name":"Subscribe to topic containing long and receive message","time":{"start":1726218551483,"stop":1726218551484,"duration":1},"status":"passed","severity":"normal"},{"uid":"631303ba99fa9029","name":"Push message with content topic containing JSON","time":{"start":1726218778265,"stop":1726218778270,"duration":5},"status":"passed","severity":"normal"},{"uid":"836415f84289161b","name":"Check received message containing unicode special characters","time":{"start":1726218764108,"stop":1726218764109,"duration":1},"status":"passed","severity":"normal"},{"uid":"100d5843bbcf901d","name":"Subscribe to topic containing long and receive message","time":{"start":1726218879293,"stop":1726218879293,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0b0c15bf2cc7b6e","name":"Check received message containing Russian","time":{"start":1726218510971,"stop":1726218510972,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fd2501d22e62bd","name":"Push message with Russian payload","time":{"start":1726218862993,"stop":1726218862993,"duration":0},"status":"passed","severity":"normal"},{"uid":"879b9592f245da41","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1726218291658,"stop":1726218291658,"duration":0},"status":"passed","severity":"normal"},{"uid":"67490c33c0312537","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1726218879286,"stop":1726218879286,"duration":0},"status":"passed","severity":"normal"},{"uid":"39814480964ff045","name":"Subscribe and publish message","time":{"start":1726218812465,"stop":1726218812465,"duration":0},"status":"passed","severity":"normal"},{"uid":"20e553b8aba899e6","name":"Subscribe to topic containing short and receive message","time":{"start":1726218551483,"stop":1726218551483,"duration":0},"status":"passed","severity":"normal"},{"uid":"54e7feae9bda1010","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1726218291077,"stop":1726218291078,"duration":1},"status":"passed","severity":"normal"},{"uid":"163e1cb668f80090","name":"Push message with short payload","time":{"start":1726218778173,"stop":1726218778173,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0cd26129df832c2","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1726218291084,"stop":1726218291084,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9d9b8803fa3cdd0","name":"Check received message containing unicode special characters","time":{"start":1726218764094,"stop":1726218764095,"duration":1},"status":"passed","severity":"normal"},{"uid":"6158c1df0e10543d","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1726218283099,"stop":1726218283099,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7740ad8645ea4bd","name":"isConnected should return true after first peer connects","time":{"start":1726218382078,"stop":1726218382079,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5ae7cf2dffd4dfd","name":"Check received message containing emoji","time":{"start":1726218510982,"stop":1726218510983,"duration":1},"status":"passed","severity":"normal"},{"uid":"330d8a8e30a1464a","name":"Push message with long payload","time":{"start":1726218862984,"stop":1726218862988,"duration":4},"status":"passed","severity":"normal"},{"uid":"2328974317bda28d","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1726218898753,"stop":1726218898753,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bd43529907fa10a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1726218283100,"stop":1726218283100,"duration":0},"status":"passed","severity":"normal"},{"uid":"47a1dd2c7ca4d653","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1726218523013,"stop":1726218523013,"duration":0},"status":"passed","severity":"normal"},{"uid":"c96819389a086579","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1726218879331,"stop":1726218879331,"duration":0},"status":"passed","severity":"normal"},{"uid":"94faa7b3da474197","name":"Check publish message containing XML","time":{"start":1726218806756,"stop":1726218806757,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e90ee09a7ffa8b9","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1726218879331,"stop":1726218879331,"duration":0},"status":"passed","severity":"normal"},{"uid":"924b95079e61c63c","name":"should not fail to start the service if it is already started","time":{"start":1726218308581,"stop":1726218308582,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6abc64ab536d92c","name":"Push message with custom timestamp: 1726222183850","time":{"start":1726218778291,"stop":1726218778291,"duration":0},"status":"passed","severity":"normal"},{"uid":"3435de0fce6427c9","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1726218523025,"stop":1726218523025,"duration":0},"status":"passed","severity":"normal"},{"uid":"d69800452db5eca8","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1726218563298,"stop":1726218563298,"duration":0},"status":"passed","severity":"normal"},{"uid":"96751cbf414d64f1","name":"Subscribe to topic containing long and publish message","time":{"start":1726218812471,"stop":1726218812471,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e0ee157c8556665","name":"random static sharding 8 - Cluster ID: 226, Shard ID: 947","time":{"start":1726218863184,"stop":1726218863184,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e8fe22c2fec85a3","name":"Waku message hash computation (no timestamp)","time":{"start":1726218285627,"stop":1726218285627,"duration":0},"status":"passed","severity":"normal"},{"uid":"51ef0b3ac9b9029a","name":"non connected peers","time":{"start":1726218764452,"stop":1726218764452,"duration":0},"status":"skipped","severity":"normal"},{"uid":"935df9109f17e48d","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1726218455970,"stop":1726218455970,"duration":0},"status":"passed","severity":"normal"},{"uid":"67d24d342325b5d6","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1726218563295,"stop":1726218563295,"duration":0},"status":"passed","severity":"normal"},{"uid":"c97d5c3e7a55a385","name":"Check publish message containing JSON","time":{"start":1726218806758,"stop":1726218806758,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c31a301adb48fd0","name":"Subscribe and receives messages on 20 topics","time":{"start":1726218551478,"stop":1726218551478,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef3865db254e0efe","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1726218455969,"stop":1726218455970,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4f7fe4843bd6df8","name":"Push message with special chars payload","time":{"start":1726218778184,"stop":1726218778185,"duration":1},"status":"passed","severity":"normal"},{"uid":"dde3b197bef194a5","name":"Query Generator, No message returned","time":{"start":1726218886392,"stop":1726218886392,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bbd492d1e4af379","name":"Check received message containing short","time":{"start":1726218764100,"stop":1726218764101,"duration":1},"status":"passed","severity":"normal"},{"uid":"197912e751f465a8","name":"Filter with 1 connections","time":{"start":1726218583682,"stop":1726218583682,"duration":0},"status":"passed","severity":"normal"},{"uid":"63960250baa96b55","name":"handles empty contentTopics array correctly","time":{"start":1726218283104,"stop":1726218283105,"duration":1},"status":"passed","severity":"normal"},{"uid":"383680d481d5acd4","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1726218879359,"stop":1726218879359,"duration":0},"status":"passed","severity":"normal"},{"uid":"a96b18887e656f30","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1726218291079,"stop":1726218291079,"duration":0},"status":"passed","severity":"normal"},{"uid":"59a74889be4cdf9e","name":"Passing page size 3 when there are 20 messages","time":{"start":1726218909194,"stop":1726218909195,"duration":1},"status":"passed","severity":"normal"},{"uid":"3635fc44fd8f2555","name":"should throw error - no public key","time":{"start":1726218291659,"stop":1726218291660,"duration":1},"status":"passed","severity":"normal"},{"uid":"61be9f993033be95","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218410952,"stop":1726218410953,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc7d6c8ab7df036e","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1726218523030,"stop":1726218523030,"duration":0},"status":"passed","severity":"normal"},{"uid":"df6098d0e12469f2","name":"Decoder throws on undefined content topic","time":{"start":1726218296786,"stop":1726218296786,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa14c5ab67fd2c86","name":"Add multiple subscription objects on single nwaku node","time":{"start":1726218551496,"stop":1726218551497,"duration":1},"status":"passed","severity":"normal"},{"uid":"34a3024e98051e32","name":"can start the service","time":{"start":1726218793427,"stop":1726218793428,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fb2bf7d5900190e","name":"Check received message containing unicode special characters","time":{"start":1726218510982,"stop":1726218510982,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca06e059aece7b1f","name":"Asymmetric encrypt & decrypt","time":{"start":1726218315164,"stop":1726218315165,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bd8b923d50c1685","name":"Add multiple subscription objects on single nwaku node","time":{"start":1726218879385,"stop":1726218879387,"duration":2},"status":"passed","severity":"normal"},{"uid":"887d32d34f6d85e1","name":"Subscribe to topic containing numeric and receive message","time":{"start":1726218551484,"stop":1726218551485,"duration":1},"status":"passed","severity":"normal"},{"uid":"badc7180b5054787","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1726218342872,"stop":1726218342872,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba359e866df63c79","name":"LightPush with 1 connections","time":{"start":1726218583682,"stop":1726218583682,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ebcfee765a0247b","name":"Ephemeral messages are not stored","time":{"start":1726218346772,"stop":1726218346772,"duration":0},"status":"passed","severity":"normal"},{"uid":"10fb03eb06175399","name":"removeEventListener with wrong event","time":{"start":1726218375492,"stop":1726218375492,"duration":0},"status":"passed","severity":"normal"},{"uid":"9416d68d8bc87580","name":"Push message with content topic containing long","time":{"start":1726218778219,"stop":1726218778219,"duration":0},"status":"passed","severity":"normal"},{"uid":"c279509fd5a114ae","name":"Query generator for multiple messages","time":{"start":1726218902965,"stop":1726218902967,"duration":2},"status":"passed","severity":"normal"},{"uid":"fe3f0cbbe0020de7","name":"Push message with custom timestamp: 1726214951739","time":{"start":1726218863049,"stop":1726218863050,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c385da43d3b55ef","name":"Fails to push message bigger that 1MB","time":{"start":1726218863053,"stop":1726218863056,"duration":3},"status":"passed","severity":"normal"},{"uid":"2fe3b651b85c342","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"status":"passed","severity":"normal"},{"uid":"366dffa50af051e4","name":"connects to nwaku","time":{"start":1726218917023,"stop":1726218917024,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e7bb3133c1d4a93","name":"Push 30 different messages","time":{"start":1726218863004,"stop":1726218863004,"duration":0},"status":"passed","severity":"normal"},{"uid":"51afd52b18ee549e","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1726218563297,"stop":1726218563298,"duration":1},"status":"passed","severity":"normal"},{"uid":"e62d5bd582ce8d02","name":"Publishes to nwaku","time":{"start":1726218791622,"stop":1726218791622,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fd7038d9c6972bf","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1726218777347,"stop":1726218777347,"duration":0},"status":"passed","severity":"normal"},{"uid":"2de119fa43ee1f8a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523024,"stop":1726218523024,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0a64349b5fdd54b","name":"tcp ip4 address","time":{"start":1726218291265,"stop":1726218291266,"duration":1},"status":"passed","severity":"normal"},{"uid":"146ea6121d55ad75","name":"Subscribe to topic containing Russian and receive message","time":{"start":1726218551488,"stop":1726218551488,"duration":0},"status":"passed","severity":"normal"},{"uid":"a94cfcb7f614ba83","name":"Check message received after nwaku node is restarted","time":{"start":1726218764099,"stop":1726218764099,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c867390b75319487","name":"Check received message containing long","time":{"start":1726218510969,"stop":1726218510969,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad8a495913a569","name":"retrieves a single peer","time":{"start":1726218304461,"stop":1726218304462,"duration":1},"status":"passed","severity":"normal"},{"uid":"342f55d395fcaac2","name":"Check publish message containing special chars","time":{"start":1726218806752,"stop":1726218806753,"duration":1},"status":"passed","severity":"normal"},{"uid":"6bc737fb14abf5c9","name":"Passing page size 110 when there are 120 messages","time":{"start":1726218909196,"stop":1726218909196,"duration":0},"status":"passed","severity":"normal"},{"uid":"62f3ede2ea6bb57","name":"Check publish message containing Arabic","time":{"start":1726218806754,"stop":1726218806754,"duration":0},"status":"passed","severity":"normal"},{"uid":"54e1cbc3916a846c","name":"Refresh subscription","time":{"start":1726218879292,"stop":1726218879292,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4f0787b13d0cf02","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1726218914872,"stop":1726218914872,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c70bdf6d700a2d3","name":"Generator, custom pubsub topic","time":{"start":1726218903393,"stop":1726218903393,"duration":0},"status":"passed","severity":"normal"},{"uid":"36824c297905f874","name":"different cluster, different shard: nodes don't connect","time":{"start":1726218523010,"stop":1726218523011,"duration":1},"status":"passed","severity":"normal"},{"uid":"fcff9a7b4784bf5e","name":"Push message with Basic HTML tag payload","time":{"start":1726218862996,"stop":1726218862997,"duration":1},"status":"passed","severity":"normal"},{"uid":"377ccda8c80955b3","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1726218283090,"stop":1726218283091,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d83c65a0f339ff7","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1726218551497,"stop":1726218551498,"duration":1},"status":"passed","severity":"normal"},{"uid":"36f49fe4f270b563","name":"should not fail to stop the service if it was not started","time":{"start":1726218308580,"stop":1726218308581,"duration":1},"status":"passed","severity":"normal"},{"uid":"1aa1f33b1641a8a4","name":"getPeersByDiscovery","time":{"start":1726218375492,"stop":1726218375493,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4de2b05d1b01c4f","name":"should be able to encode the field with only FILTER set to true","time":{"start":1726218291077,"stop":1726218291077,"duration":0},"status":"passed","severity":"normal"},{"uid":"c89c7d79934ee4dd","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523016,"stop":1726218523017,"duration":1},"status":"passed","severity":"normal"},{"uid":"3086fdbd690978db","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218651147,"stop":1726218651147,"duration":0},"status":"passed","severity":"normal"},{"uid":"c111197eafd4e238","name":"Check publish message containing Basic HTML tag","time":{"start":1726218806758,"stop":1726218806758,"duration":0},"status":"passed","severity":"normal"},{"uid":"41b190f6c80d05d4","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1726218283105,"stop":1726218283106,"duration":1},"status":"passed","severity":"normal"},{"uid":"972104f0059f8a2d","name":"Subscribe to topic containing XML and publish message","time":{"start":1726218812476,"stop":1726218812477,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f9551c5693c1f36","name":"Encoder throws on empty string content topic","time":{"start":1726218314723,"stop":1726218314723,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e4cda8e9155f72a","name":"Register correct protocols","time":{"start":1726218812462,"stop":1726218812463,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2f914b66bf323b7","name":"Fails to publish message with empty text","time":{"start":1726218806763,"stop":1726218806763,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c17fa7af210c2ed","name":"stop","time":{"start":1726218375495,"stop":1726218375495,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc2183a62e1d6eec","name":"Check received message containing Arabic","time":{"start":1726218510971,"stop":1726218510971,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9e3beb086ba681a","name":"should emit a peer event after start","time":{"start":1726218345034,"stop":1726218345034,"duration":0},"status":"passed","severity":"normal"},{"uid":"c957ba2dabb60e40","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app24/1/topic797/proto","time":{"start":1726218843767,"stop":1726218843768,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ebe3abec684a7e8","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1726218382075,"stop":1726218382077,"duration":2},"status":"passed","severity":"normal"},{"uid":"49259250f07a1e1e","name":"Check received message with timestamp: 1726218334519 ","time":{"start":1726218510984,"stop":1726218510987,"duration":3},"status":"passed","severity":"normal"},{"uid":"e5bfcd69cca79801","name":"Promise Callback - true","time":{"start":1726218885489,"stop":1726218885489,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e786474877154de","name":"start node with empty content topic","time":{"start":1726218843777,"stop":1726218843779,"duration":2},"status":"passed","severity":"normal"},{"uid":"95d0b03c21f0a91c","name":"isConnected should return false after all peers disconnect","time":{"start":1726218382079,"stop":1726218382080,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8242067814f647e","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1726218335403,"stop":1726218335404,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3065fd072702330","name":"Check received message containing SQL Injection","time":{"start":1726218764106,"stop":1726218764106,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a1e19dcd69d002e","name":"Tracks peer failures correctly","time":{"start":1726218447514,"stop":1726218447514,"duration":0},"status":"passed","severity":"normal"},{"uid":"613c1a723fac9563","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1726218764096,"stop":1726218764097,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3723453c66ff63c","name":"Check received message containing XML","time":{"start":1726218764087,"stop":1726218764088,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8e3fb5b679c9b3a","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1726218382077,"stop":1726218382078,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fc5e910df396dc2","name":"Push message with SQL Injection payload","time":{"start":1726218862994,"stop":1726218862994,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab98e4248eaf54d4","name":"Relay + Store","time":{"start":1726218344914,"stop":1726218344914,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd0f71537a4076a","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1726218788035,"stop":1726218788035,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9fab382e3925698","name":"Check message with non string payload is not received","time":{"start":1726218764113,"stop":1726218764114,"duration":1},"status":"passed","severity":"normal"},{"uid":"4da3cca465124c20","name":"can start the service","time":{"start":1726218308579,"stop":1726218308579,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0ab136b203326f7","name":"Renews peer on consistent ping failures","time":{"start":1726218447513,"stop":1726218447514,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c759ef12faa662b","name":"Check received message with timestamp: 1726218335042 ","time":{"start":1726218764109,"stop":1726218764110,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5d2329997709da7","name":"Subscribe to topic containing emoji and receive message","time":{"start":1726218551495,"stop":1726218551496,"duration":1},"status":"passed","severity":"normal"},{"uid":"df4ce2302cd82c29","name":"creates an iterator","time":{"start":1726218910984,"stop":1726218910985,"duration":1},"status":"passed","severity":"normal"},{"uid":"da3115bd84df2951","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1726218879298,"stop":1726218879313,"duration":15},"status":"passed","severity":"normal"},{"uid":"23b626892948c266","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1726218563299,"stop":1726218563299,"duration":0},"status":"passed","severity":"normal"},{"uid":"8830b33a86ebd98c","name":"Push message with special chars payload","time":{"start":1726218862989,"stop":1726218862990,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6f40427d2545d48","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1726218563305,"stop":1726218563307,"duration":2},"status":"passed","severity":"normal"},{"uid":"b4517f7aac9fffa4","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1726218689003,"stop":1726218689004,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2b41790c1bfcce6","name":"Push message with SQL Injection payload","time":{"start":1726218778188,"stop":1726218778189,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d9823d6de745ee5","name":"removeEventListener with correct event","time":{"start":1726218375484,"stop":1726218375492,"duration":8},"status":"passed","severity":"normal"},{"uid":"62e1583ea7fe58b2","name":"Passing cursor with wrong pubsubTopic","time":{"start":1726218851926,"stop":1726218851926,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5ed93bacfe25bb0","name":"handles different clusterIds correctly","time":{"start":1726218283087,"stop":1726218283087,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c1f8e98c9aea41e","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app33/6/topic731/utf8","time":{"start":1726218843766,"stop":1726218843767,"duration":1},"status":"passed","severity":"normal"},{"uid":"132c3abe100e29c9","name":"Check received message containing Basic HTML tag","time":{"start":1726218510978,"stop":1726218510978,"duration":0},"status":"passed","severity":"normal"},{"uid":"760f7fbf24c8bbfe","name":"configure the node with multiple content topics","time":{"start":1726218843769,"stop":1726218843770,"duration":1},"status":"passed","severity":"normal"},{"uid":"6bff4dc68a6d93ce","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1726218879360,"stop":1726218879361,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fd74dd4a4419bbd","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f46be6f6d970a7c","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1726218283098,"stop":1726218283098,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c8b151bd6ba6e79","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1726218551479,"stop":1726218551480,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d39e9c75b52c617","name":"Push message with custom timestamp: 1695460151739","time":{"start":1726218863048,"stop":1726218863049,"duration":1},"status":"passed","severity":"normal"},{"uid":"92fcf1b8602d5bd5","name":"should be called for bootstrap peers","time":{"start":1726218342870,"stop":1726218342870,"duration":0},"status":"passed","severity":"normal"},{"uid":"b984638101a2885","name":"should properly create location multiaddrs - udp6","time":{"start":1726218291668,"stop":1726218291668,"duration":0},"status":"passed","severity":"normal"},{"uid":"3905969d36b25a5c","name":"Ordered Callback - true","time":{"start":1726218885489,"stop":1726218885490,"duration":1},"status":"passed","severity":"normal"},{"uid":"7287df32d636fb32","name":"Subscribe and receive messages via lightPush","time":{"start":1726218879286,"stop":1726218879286,"duration":0},"status":"passed","severity":"normal"},{"uid":"29ed9c662df66fd5","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1726218879288,"stop":1726218879288,"duration":0},"status":"passed","severity":"normal"},{"uid":"33a5c70aa8f6ce59","name":"Ping on subscribed peer","time":{"start":1726218397741,"stop":1726218397742,"duration":1},"status":"passed","severity":"normal"},{"uid":"707d97b279ffa5c0","name":"should throw error - no public key","time":{"start":1726218291661,"stop":1726218291661,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d506d7b0fe02227","name":"1 Store, 2 fetches","time":{"start":1726218304291,"stop":1726218304291,"duration":0},"status":"passed","severity":"normal"},{"uid":"23815a0bdbb86387","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726218410952,"stop":1726218410952,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ff3780af93403cb","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1726218304533,"stop":1726218304534,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ec6782034e406ad","name":"dispatchEvent via connectionManager","time":{"start":1726218375494,"stop":1726218375494,"duration":0},"status":"passed","severity":"normal"},{"uid":"adab1d1f20bcc561","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1726218523015,"stop":1726218523015,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c59145315623cdd","name":"throws on content topic with empty application field","time":{"start":1726218283073,"stop":1726218283073,"duration":0},"status":"passed","severity":"normal"},{"uid":"d52d3089909a0a1a","name":"Check received message containing short","time":{"start":1726218764064,"stop":1726218764066,"duration":2},"status":"passed","severity":"normal"},{"uid":"81426c59ed6fd194","name":"different cluster, different shard: nodes don't connect","time":{"start":1726218689008,"stop":1726218689010,"duration":2},"status":"passed","severity":"normal"},{"uid":"20b55f41b8cf225","name":"Encoder throws on undefined content topic","time":{"start":1726218296785,"stop":1726218296785,"duration":0},"status":"passed","severity":"normal"},{"uid":"71256f7045ae34","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1726218898754,"stop":1726218898754,"duration":0},"status":"passed","severity":"normal"},{"uid":"222c55d935d492d6","name":"Push message with Arabic payload","time":{"start":1726218862991,"stop":1726218862992,"duration":1},"status":"passed","severity":"normal"},{"uid":"a50e45a2ccda67c4","name":"Check received message containing Basic HTML tag","time":{"start":1726218764107,"stop":1726218764107,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b6d175a88a9b1","name":"less peers than existing","time":{"start":1726218764451,"stop":1726218764451,"duration":0},"status":"skipped","severity":"normal"},{"uid":"438633ae63c5c79f","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1726218551487,"stop":1726218551487,"duration":0},"status":"passed","severity":"normal"},{"uid":"4368215cbf6b665d","name":"Publish message with custom timestamp: Fri Sep 13 2024 10:12:58 GMT+0000 (Coordinated Universal Time)","time":{"start":1726218806762,"stop":1726218806762,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7bafc8c0ce29fd","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1726218335400,"stop":1726218335400,"duration":0},"status":"passed","severity":"normal"},{"uid":"31039f33ceae023","name":"Subscribe to topic containing long and receive message","time":{"start":1726218879351,"stop":1726218879352,"duration":1},"status":"passed","severity":"normal"},{"uid":"455836d047d869b3","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1726218342870,"stop":1726218342871,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5ecee3b91f65254","name":"Push message with content topic containing long","time":{"start":1726218863010,"stop":1726218863011,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f765917896636d8","name":"Push message with content topic containing JSON","time":{"start":1726218863029,"stop":1726218863032,"duration":3},"status":"passed","severity":"normal"},{"uid":"ed3233569991489d","name":"should properly create location multiaddrs - udp","time":{"start":1726218291668,"stop":1726218291668,"duration":0},"status":"passed","severity":"normal"},{"uid":"3594fe57f9ea49db","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726218669769,"stop":1726218669770,"duration":1},"status":"passed","severity":"normal"},{"uid":"21ea0d4782b9afef","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1726218563296,"stop":1726218563297,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f297511b425bfdf","name":"Check message with no payload is not received","time":{"start":1726218764098,"stop":1726218764098,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d334c4fb7fb5f77","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1726218879338,"stop":1726218879340,"duration":2},"status":"passed","severity":"normal"},{"uid":"57e714e5f0dbe7db","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1726218447519,"stop":1726218447521,"duration":2},"status":"passed","severity":"normal"},{"uid":"3578b6b775ac898d","name":"Push message with rate limit","time":{"start":1726218778287,"stop":1726218778288,"duration":1},"status":"passed","severity":"normal"},{"uid":"de1030823bf94604","name":"Publish without waiting for remote peer","time":{"start":1726218812464,"stop":1726218812464,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f855269ae3e689","name":"Query Generator, Wrong PubsubTopic","time":{"start":1726218886387,"stop":1726218886390,"duration":3},"status":"passed","severity":"normal"},{"uid":"639db5205748c5f6","name":"Fails to publish duplicate message","time":{"start":1726218806762,"stop":1726218806762,"duration":0},"status":"passed","severity":"normal"},{"uid":"f19a4e0ab55df714","name":"should set field with all protocols disabled","time":{"start":1726218291669,"stop":1726218291670,"duration":1},"status":"passed","severity":"normal"},{"uid":"35d66046eb6255f0","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1726218523019,"stop":1726218523019,"duration":0},"status":"passed","severity":"normal"},{"uid":"3741a4ed93904932","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1726218283094,"stop":1726218283094,"duration":0},"status":"passed","severity":"normal"},{"uid":"96e82bf7c76ad986","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1726218304536,"stop":1726218304536,"duration":0},"status":"passed","severity":"normal"},{"uid":"a55a58f746b70daf","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1726218879336,"stop":1726218879336,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e9c238f56610d41","name":"should return false","time":{"start":1726218291661,"stop":1726218291661,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a0ae478e5b2ba92","name":"Ping on peer without subscriptions","time":{"start":1726218397742,"stop":1726218397742,"duration":0},"status":"passed","severity":"normal"},{"uid":"1eeae33ca8c0bfa4","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1726218669776,"stop":1726218669776,"duration":0},"status":"passed","severity":"normal"},{"uid":"b114c56cb4449fce","name":"Subscribe and receives messages on 20 topics","time":{"start":1726218879338,"stop":1726218879338,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fd2716faba41796","name":"should not fail to start the service if it is already started","time":{"start":1726218793432,"stop":1726218793433,"duration":1},"status":"passed","severity":"normal"},{"uid":"b28aea2808b126a5","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1726218523020,"stop":1726218523021,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e2e08bd7e693029","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1726218879373,"stop":1726218879374,"duration":1},"status":"passed","severity":"normal"},{"uid":"69cc063df694685","name":"Subscribe to topic containing numeric and publish message","time":{"start":1726218812472,"stop":1726218812472,"duration":0},"status":"passed","severity":"normal"},{"uid":"7112b51adb4e6712","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1726218410955,"stop":1726218410955,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bbc30f1861c5a1f","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218410957,"stop":1726218410957,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3e9fdbc1a78cbd0","name":"Check received message with timestamp: 1726218335042000000 ","time":{"start":1726218764095,"stop":1726218764096,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1cfba753f944e73","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1726218788037,"stop":1726218788037,"duration":0},"status":"passed","severity":"normal"},{"uid":"442e4d1e68bb0cc4","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1726218283089,"stop":1726218283089,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d61330a9158f738","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1726218812478,"stop":1726218812481,"duration":3},"status":"passed","severity":"normal"},{"uid":"47dfe0034edc7346","name":"Query generator for multiple messages with multiple decoders","time":{"start":1726218902969,"stop":1726218902971,"duration":2},"status":"passed","severity":"normal"},{"uid":"7b167a55536c4b63","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1726218410957,"stop":1726218410957,"duration":0},"status":"passed","severity":"normal"},{"uid":"b29b3096cb5b3b0d","name":"LightPush with 3 connections","time":{"start":1726218583684,"stop":1726218583684,"duration":0},"status":"passed","severity":"normal"},{"uid":"1603de7664729680","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1726218523027,"stop":1726218523027,"duration":0},"status":"passed","severity":"normal"},{"uid":"915994120eb75fd1","name":"Check meta is set [ecies]","time":{"start":1726218316386,"stop":1726218316387,"duration":1},"status":"passed","severity":"normal"},{"uid":"278959b5c177d6e4","name":"Publish message with custom timestamp: Fri Sep 13 2024 08:12:58 GMT+0000 (Coordinated Universal Time)","time":{"start":1726218806761,"stop":1726218806762,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8a95a638719fe75","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726218669772,"stop":1726218669773,"duration":1},"status":"passed","severity":"normal"},{"uid":"6440c79b717e446e","name":"A test","time":{"start":1726218651433,"stop":1726218651434,"duration":1},"status":"passed","severity":"normal"},{"uid":"47d06fdcdc1c348e","name":"Push message on custom pubsubTopic","time":{"start":1726218651142,"stop":1726218651143,"duration":1},"status":"passed","severity":"normal"},{"uid":"687827e6235d51fd","name":"Ping fails for unsubscribed peers","time":{"start":1726218447508,"stop":1726218447508,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e52da3a43f57646","name":"Subscribe to topic containing XML and receive message","time":{"start":1726218879361,"stop":1726218879361,"duration":0},"status":"passed","severity":"normal"},{"uid":"30dbe7a6536b4b79","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1726218314719,"stop":1726218314720,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8ea0ca6f4d5807c","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1726218914873,"stop":1726218914873,"duration":0},"status":"passed","severity":"normal"},{"uid":"2501ff355c747cd5","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1726218879374,"stop":1726218879376,"duration":2},"status":"passed","severity":"normal"},{"uid":"550547bdd951ef21","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1726218335401,"stop":1726218335401,"duration":0},"status":"passed","severity":"normal"},{"uid":"bef91994bd59cb08","name":"handles multiple messages","time":{"start":1726218910985,"stop":1726218910985,"duration":0},"status":"passed","severity":"normal"},{"uid":"aae88a19784e5896","name":"Passing page size 0 when there are 110 messages","time":{"start":1726218909193,"stop":1726218909194,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5ab2e1ce68417d8","name":"Generator, custom pubsub topic","time":{"start":1726218903392,"stop":1726218903392,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef0a83fcfb23aedf","name":"All","time":{"start":1726218344914,"stop":1726218344915,"duration":1},"status":"passed","severity":"normal"},{"uid":"d620215fa6e07241","name":"Push message with content topic containing Script","time":{"start":1726218778234,"stop":1726218778241,"duration":7},"status":"passed","severity":"normal"},{"uid":"242f39cda045a6b5","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1726218283084,"stop":1726218283084,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9cda4ced405a4a9","name":"should properly create location multiaddrs - tcp","time":{"start":1726218291669,"stop":1726218291669,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dcffabab626862c","name":"Reusing cursor across nodes","time":{"start":1726218851925,"stop":1726218851925,"duration":0},"status":"passed","severity":"normal"},{"uid":"963aff1bad69da87","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1726218283095,"stop":1726218283095,"duration":0},"status":"passed","severity":"normal"},{"uid":"1203dd6f46a5a9b9","name":"Relay - dialed first","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3ab94adac720b7d","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1726218689004,"stop":1726218689005,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e23971403a9a11e","name":"Push message with content topic containing Basic HTML tag","time":{"start":1726218863027,"stop":1726218863029,"duration":2},"status":"passed","severity":"normal"},{"uid":"a253f7bc154637cf","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1726218283095,"stop":1726218283096,"duration":1},"status":"passed","severity":"normal"},{"uid":"8717e76113565526","name":"should set field with only RELAY enabled","time":{"start":1726218291670,"stop":1726218291670,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb0d1e713f342e90","name":"Accepts a valid Waku Message","time":{"start":1726218319678,"stop":1726218319679,"duration":1},"status":"passed","severity":"normal"},{"uid":"455df162951c1d4d","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523021,"stop":1726218523022,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1626e82bcffce8f","name":"Renews subscription after lossing a connection","time":{"start":1726218879334,"stop":1726218879335,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ad2d5a74daa8e20","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","time":{"start":1726218669773,"stop":1726218669773,"duration":0},"status":"passed","severity":"normal"},{"uid":"75f399477ee03636","name":"Ordered callback, aborts when callback returns true","time":{"start":1726218903001,"stop":1726218903004,"duration":3},"status":"passed","severity":"normal"},{"uid":"8b0c253c8b9ce831","name":"Check received message containing special chars","time":{"start":1726218510970,"stop":1726218510970,"duration":0},"status":"passed","severity":"normal"},{"uid":"cee73cea46d43bf4","name":"connected peers and dial","time":{"start":1726218764450,"stop":1726218764451,"duration":1},"status":"skipped","severity":"normal"},{"uid":"7964f3640c5430ae","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726218410956,"stop":1726218410956,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceb015486f59ea5a","name":"Check message with no content topic is not received","time":{"start":1726218510989,"stop":1726218510990,"duration":1},"status":"passed","severity":"normal"},{"uid":"224a81e76873dffd","name":"Subscribe to topic containing Script and receive message","time":{"start":1726218879318,"stop":1726218879320,"duration":2},"status":"passed","severity":"normal"},{"uid":"8bd67832f56d0880","name":"Check received message with timestamp: 1726218335042000000 ","time":{"start":1726218764109,"stop":1726218764109,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c0d80f73686d629","name":"Push message with rate limit","time":{"start":1726218863047,"stop":1726218863048,"duration":1},"status":"passed","severity":"normal"},{"uid":"e012bbea6c8443eb","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1726218669773,"stop":1726218669773,"duration":0},"status":"passed","severity":"normal"},{"uid":"be02553425865e11","name":"Push message with unicode special characters payload","time":{"start":1726218778195,"stop":1726218778197,"duration":2},"status":"passed","severity":"normal"},{"uid":"583971e704940cb2","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1726218563297,"stop":1726218563297,"duration":0},"status":"passed","severity":"normal"},{"uid":"151f42c4d3739391","name":"Query generator for multiple messages with different message text format","time":{"start":1726218902967,"stop":1726218902969,"duration":2},"status":"passed","severity":"normal"},{"uid":"9eaa155f85b9a97d","name":"Push message with content topic containing XML","time":{"start":1726218778246,"stop":1726218778250,"duration":4},"status":"passed","severity":"normal"},{"uid":"c447ef69b898fcf1","name":"Correctly serialized arguments","time":{"start":1726218673759,"stop":1726218673759,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d951e7eda174203","name":"should properly create location multiaddrs - tcp6","time":{"start":1726218291668,"stop":1726218291668,"duration":0},"status":"passed","severity":"normal"},{"uid":"45cf3f32838628f8","name":"Relay + Store","time":{"start":1726218291672,"stop":1726218291672,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7e9d45a8b18dfc","name":"Push message with content topic containing emoji","time":{"start":1726218778284,"stop":1726218778286,"duration":2},"status":"passed","severity":"normal"},{"uid":"39200fd258aaa858","name":"should throw an error if shards are undefined for static sharding","time":{"start":1726218283092,"stop":1726218283093,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a01de46ec5469aa","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1726218563307,"stop":1726218563307,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9ca70e51b96f77c","name":"Push message equal or less that 1MB","time":{"start":1726218778291,"stop":1726218778292,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ccdb5b9bd5c8332","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218410955,"stop":1726218410955,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b0ec5f9a42dd98f","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1726218283083,"stop":1726218283083,"duration":0},"status":"passed","severity":"normal"},{"uid":"9eb1f368e11c5fde","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","time":{"start":1726218669770,"stop":1726218669771,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d4fc7777d0be042","name":"Init the array if not present","time":{"start":1726218282696,"stop":1726218282697,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e3bbb2c8dbe508b","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1726218283083,"stop":1726218283083,"duration":0},"status":"passed","severity":"normal"},{"uid":"5be8bc1a2f3bf356","name":"Meta field set when metaSetter is specified","time":{"start":1726218296784,"stop":1726218296784,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f88b88efc26bc79","name":"Push 30 different messages","time":{"start":1726218778197,"stop":1726218778198,"duration":1},"status":"passed","severity":"normal"},{"uid":"b24c58d60f2d3742","name":"should not receive a peer event before start","time":{"start":1726218793434,"stop":1726218793435,"duration":1},"status":"passed","severity":"normal"},{"uid":"f759b0eb1907c407","name":"Check publish message after service node is restarted","time":{"start":1726218806766,"stop":1726218806766,"duration":0},"status":"skipped","severity":"normal"},{"uid":"956108d6c7f9953c","name":"Check message on other pubsub topic is not received","time":{"start":1726218764112,"stop":1726218764112,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a753297e170ba22","name":"Push message with XML payload","time":{"start":1726218778189,"stop":1726218778189,"duration":0},"status":"passed","severity":"normal"},{"uid":"177a53f7c467eb59","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1726218788034,"stop":1726218788034,"duration":0},"status":"passed","severity":"normal"},{"uid":"7264ab816db8796","name":"should not receive a peer event before start","time":{"start":1726218345035,"stop":1726218345035,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac745da7d2833461","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523026,"stop":1726218523026,"duration":0},"status":"passed","severity":"normal"},{"uid":"e54237eb4078a173","name":"Generator, 2 different pubsubtopics","time":{"start":1726218903392,"stop":1726218903392,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d6e14c991b77b56","name":"should be able to decode the field with only FILTER set to true","time":{"start":1726218291081,"stop":1726218291082,"duration":1},"status":"passed","severity":"normal"},{"uid":"a897a65bf14bac52","name":"should throw an error for an unconfigured topic","time":{"start":1726218283102,"stop":1726218283102,"duration":0},"status":"passed","severity":"normal"},{"uid":"df88029315feed2c","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1726218523029,"stop":1726218523030,"duration":1},"status":"passed","severity":"normal"},{"uid":"2322ccece2a9d744","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1726218563299,"stop":1726218563299,"duration":0},"status":"passed","severity":"normal"},{"uid":"14caa117ed72cab5","name":"Should update multiaddrs","time":{"start":1726218689329,"stop":1726218689329,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a991b11369e823b","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1726218563307,"stop":1726218563307,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9f97a8a2c80b922","name":"Check message with invalid timestamp is not received","time":{"start":1726218510988,"stop":1726218510988,"duration":0},"status":"passed","severity":"normal"},{"uid":"94f95c2217d9715","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1726218812466,"stop":1726218812467,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3fbfb47f0e336ee","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1726218304533,"stop":1726218304533,"duration":0},"status":"passed","severity":"normal"},{"uid":"691cc1106d76d00d","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1726218283105,"stop":1726218283105,"duration":0},"status":"passed","severity":"normal"},{"uid":"75a3acbad1032ec4","name":"should not receive a peer event after stop","time":{"start":1726218308583,"stop":1726218308583,"duration":0},"status":"passed","severity":"normal"},{"uid":"20215fcba1552091","name":"Fails to push message with empty content topic","time":{"start":1726218778286,"stop":1726218778286,"duration":0},"status":"passed","severity":"normal"},{"uid":"e05a1e32810214e8","name":"Ping on peer without subscriptions","time":{"start":1726218412654,"stop":1726218412655,"duration":1},"status":"passed","severity":"normal"},{"uid":"24f6afb249936f66","name":"Push message with content topic containing numeric","time":{"start":1726218863011,"stop":1726218863011,"duration":0},"status":"passed","severity":"normal"},{"uid":"266bb90f55b69b00","name":"Push message with content topic containing Chinese","time":{"start":1726218863012,"stop":1726218863012,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdbfb21cda54f7aa","name":"should use DNS peer discovery with light client","time":{"start":1726218345037,"stop":1726218345038,"duration":1},"status":"skipped","severity":"normal"},{"uid":"15c087d996447df6","name":"Check message with no payload is not received","time":{"start":1726218764113,"stop":1726218764113,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d6239220a8a42d3","name":"Does not throw an exception when node disconnects","time":{"start":1726218917024,"stop":1726218917024,"duration":0},"status":"passed","severity":"normal"},{"uid":"2807c4e1554d3f47","name":"Push message with XML payload","time":{"start":1726218862995,"stop":1726218862996,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5eeae2efd1869b2","name":"Check publish message containing shell command","time":{"start":1726218806759,"stop":1726218806759,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6428c13828c570a","name":"Filter with 2 connections","time":{"start":1726218583683,"stop":1726218583683,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d1d96fe11841a5c","name":"Push message on custom pubsubTopic","time":{"start":1726218651144,"stop":1726218651144,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fb5aa1d79912791","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1726218523025,"stop":1726218523025,"duration":0},"status":"passed","severity":"normal"},{"uid":"f996d83bb887c01e","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1726218316385,"stop":1726218316386,"duration":1},"status":"passed","severity":"normal"},{"uid":"c519bf1090181949","name":"should handle a minimal index list","time":{"start":1726218283106,"stop":1726218283107,"duration":1},"status":"passed","severity":"normal"},{"uid":"11e5f25aebcd7132","name":"Subscribe to topic containing short and receive message","time":{"start":1726218879342,"stop":1726218879348,"duration":6},"status":"passed","severity":"normal"},{"uid":"ffbab8e6a283f2e","name":"Waku message hash computation (meta attribute not present)","time":{"start":1726218285626,"stop":1726218285626,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d208b9d5f6a2294","name":"Subscribe to topic containing shell command and receive message","time":{"start":1726218879372,"stop":1726218879373,"duration":1},"status":"passed","severity":"normal"},{"uid":"abbfca4a22a97f18","name":"Push message with content topic containing Russian","time":{"start":1726218778233,"stop":1726218778233,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2c702fa3f6aab9f","name":"Ping on unsubscribed peer","time":{"start":1726218412657,"stop":1726218412657,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d499585bbf37519","name":"Decoder throws on undefined content topic","time":{"start":1726218314723,"stop":1726218314723,"duration":0},"status":"passed","severity":"normal"},{"uid":"2397007bcd832aa6","name":"Subscribe to topic containing special chars and receive message","time":{"start":1726218879352,"stop":1726218879353,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0a6f61c031638c1","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1726218551488,"stop":1726218551489,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3f025a934aab25b","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1726218863186,"stop":1726218863187,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3739f783287e1b3","name":"Query Generator, No Decoder","time":{"start":1726218886391,"stop":1726218886391,"duration":0},"status":"passed","severity":"normal"},{"uid":"53dd65ded2366685","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1726218283093,"stop":1726218283093,"duration":0},"status":"passed","severity":"normal"},{"uid":"495f9ae83ce407e4","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1726218296384,"stop":1726218296385,"duration":1},"status":"passed","severity":"normal"},{"uid":"93f0918bee81e74","name":"Check received message containing Basic HTML tag","time":{"start":1726218764088,"stop":1726218764088,"duration":0},"status":"passed","severity":"normal"},{"uid":"6832d472335fde69","name":"Filter","time":{"start":1726218926397,"stop":1726218926398,"duration":1},"status":"passed","severity":"normal"},{"uid":"92dd06b25b4c7015","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1726218851922,"stop":1726218851922,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bddcdba3a462e9","name":"Query with Ordered Callback, No message returned","time":{"start":1726218886393,"stop":1726218886395,"duration":2},"status":"passed","severity":"normal"},{"uid":"c590568b831649e9","name":"Push message with numeric payload","time":{"start":1726218778174,"stop":1726218778184,"duration":10},"status":"passed","severity":"normal"},{"uid":"37e7b98ff53b561b","name":"should decode valid enr with tcp successfully","time":{"start":1726218291658,"stop":1726218291659,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c032a68fc9999e4","name":"should throw an error for insufficient data","time":{"start":1726218283107,"stop":1726218283107,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7658e514e419878","name":"start node with empty shard should fail","time":{"start":1726218863187,"stop":1726218863187,"duration":0},"status":"passed","severity":"normal"},{"uid":"e531ad16ba5f39b8","name":"topics with same application and version share the same shard","time":{"start":1726218283086,"stop":1726218283086,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b8dbea5d7e69996","name":"Check received message containing Arabic","time":{"start":1726218764082,"stop":1726218764083,"duration":1},"status":"passed","severity":"normal"},{"uid":"21c0013143e20769","name":"addEventListener with correct event","time":{"start":1726218375482,"stop":1726218375483,"duration":1},"status":"passed","severity":"normal"},{"uid":"d91c6ad1ef17a5dc","name":"Check received message containing special chars","time":{"start":1726218764102,"stop":1726218764104,"duration":2},"status":"passed","severity":"normal"},{"uid":"51e2196bc0ace9b1","name":"should encode/decode to RLP encoding","time":{"start":1726218291662,"stop":1726218291662,"duration":0},"status":"passed","severity":"normal"},{"uid":"311b699ff5958b9c","name":"Promise Callback - false","time":{"start":1726218885489,"stop":1726218885489,"duration":0},"status":"passed","severity":"normal"},{"uid":"29165dffa2534375","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1726218283096,"stop":1726218283097,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ce60da307fe11e0","name":"should properly create peer info with all multiaddrs","time":{"start":1726218291669,"stop":1726218291669,"duration":0},"status":"passed","severity":"normal"},{"uid":"579696eadf15424b","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1726218551477,"stop":1726218551478,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9008147b917165c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1726218563295,"stop":1726218563295,"duration":0},"status":"passed","severity":"normal"},{"uid":"c65248be57fd159d","name":"Ordered Callback - false","time":{"start":1726218885490,"stop":1726218885490,"duration":0},"status":"passed","severity":"normal"},{"uid":"92b6402ff8053dc2","name":"should correctly map a content topic to a pubsub topic","time":{"start":1726218283105,"stop":1726218283105,"duration":0},"status":"passed","severity":"normal"},{"uid":"478125b8fdeb1062","name":"Query with Ordered Callback, No Decoder","time":{"start":1726218886393,"stop":1726218886393,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a47822857a6188f","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1726218304471,"stop":1726218304472,"duration":1},"status":"passed","severity":"normal"},{"uid":"690d8d2ed75c41be","name":"Publish message with large meta","time":{"start":1726218806766,"stop":1726218806767,"duration":1},"status":"passed","severity":"normal"},{"uid":"7746af7131889f3a","name":"Push message with escaped characters payload","time":{"start":1726218778195,"stop":1726218778195,"duration":0},"status":"passed","severity":"normal"},{"uid":"201ae843cffcaf3a","name":"Check publish message containing unicode special characters","time":{"start":1726218806759,"stop":1726218806760,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a81a27fba1c86f1","name":"Wrong topic","time":{"start":1726218843769,"stop":1726218843769,"duration":0},"status":"passed","severity":"normal"},{"uid":"16ec6ecdc63c5290","name":"Encoder throws on empty string content topic","time":{"start":1726218316387,"stop":1726218316387,"duration":0},"status":"passed","severity":"normal"},{"uid":"8526b933550e1457","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1726218898753,"stop":1726218898753,"duration":0},"status":"passed","severity":"normal"},{"uid":"32e5e4ac50f26cdb","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1726218523023,"stop":1726218523023,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d685fa82d37ede6","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1726218551494,"stop":1726218551495,"duration":1},"status":"passed","severity":"normal"},{"uid":"673cc6f45d1229df","name":"Query generator for 2000 messages","time":{"start":1726218903005,"stop":1726218903006,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bdeae87aeaeba31","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1726218382074,"stop":1726218382075,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c9cf4703bdc9691","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1726218879321,"stop":1726218879321,"duration":0},"status":"passed","severity":"normal"},{"uid":"a70cda482a5dd952","name":"random static sharding 10 - Cluster ID: 854, Shard ID: 399","time":{"start":1726218863185,"stop":1726218863185,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c5c61248a434d17","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1726218523013,"stop":1726218523013,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dd9ad0003d0faa4","name":"should emit a peer event after start","time":{"start":1726218308582,"stop":1726218308582,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab2fae814c5eb696","name":"Push message with custom timestamp: 1726222151739","time":{"start":1726218863050,"stop":1726218863052,"duration":2},"status":"passed","severity":"normal"},{"uid":"cd1571c98e4417b","name":"Check publish message containing long","time":{"start":1726218806752,"stop":1726218806752,"duration":0},"status":"passed","severity":"normal"},{"uid":"4650472aca951c60","name":"should get / set UDP multiaddr","time":{"start":1726218291663,"stop":1726218291663,"duration":0},"status":"passed","severity":"normal"},{"uid":"99f750d6a0db3b00","name":"Check publish message containing Chinese","time":{"start":1726218806753,"stop":1726218806753,"duration":0},"status":"passed","severity":"normal"},{"uid":"95fd2ae821f89eba","name":"should not fail to stop the service if it was not started","time":{"start":1726218793429,"stop":1726218793430,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc7595f2dc0f2656","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1726218551480,"stop":1726218551481,"duration":1},"status":"passed","severity":"normal"},{"uid":"361c7d4a52bd7515","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1726218523016,"stop":1726218523016,"duration":0},"status":"passed","severity":"normal"},{"uid":"d47b914c87a04e64","name":"A test","time":{"start":1726218651433,"stop":1726218651433,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7434/widgets/status-chart.json b/7434/widgets/status-chart.json index 788810bcdd8..16df5cc870c 100644 --- a/7434/widgets/status-chart.json +++ b/7434/widgets/status-chart.json @@ -1 +1 @@ -[{"uid":"575f5f1a89a5a265","name":"random static sharding 3 - Cluster ID: 309, Shard ID: 473","time":{"start":1726218039628,"stop":1726218039628,"duration":0},"status":"passed","severity":"normal"},{"uid":"42dec1fcd0756e39","name":"Check message with invalid timestamp is not received","time":{"start":1726217924764,"stop":1726217924764,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3bc736879b5085f","name":"Waku message hash computation (no timestamp)","time":{"start":1726217444068,"stop":1726217444068,"duration":0},"status":"passed","severity":"normal"},{"uid":"24f641dc347c7b23","name":"Subscribe to topic containing emoji and receive message","time":{"start":1726218066316,"stop":1726218066316,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c361733fd3667b5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1726217687428,"stop":1726217687428,"duration":0},"status":"passed","severity":"normal"},{"uid":"7230c53b4db9a327","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1726217687441,"stop":1726217687441,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a5babea134bec5a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1726217441559,"stop":1726217441559,"duration":0},"status":"passed","severity":"normal"},{"uid":"2174e0c19f9071b4","name":"LightPush with 2 connections","time":{"start":1726217742498,"stop":1726217742500,"duration":2},"status":"passed","severity":"normal"},{"uid":"ee6e93fbf84c3ddc","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1726217724228,"stop":1726217724228,"duration":0},"status":"passed","severity":"normal"},{"uid":"9103ba8e59f9d0b0","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1726217454965,"stop":1726217454965,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3a625ee978a2aeb","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1726217449483,"stop":1726217449484,"duration":1},"status":"passed","severity":"normal"},{"uid":"68fe3ac082989074","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1726218066279,"stop":1726218066280,"duration":1},"status":"passed","severity":"normal"},{"uid":"c90efd07154d8cdd","name":"stop","time":{"start":1726217533048,"stop":1726217533049,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c6f192eeb900cb0","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1726217449482,"stop":1726217449482,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8c20720b51b9384","name":"Check message with invalid timestamp is not received","time":{"start":1726217677843,"stop":1726217677843,"duration":0},"status":"passed","severity":"normal"},{"uid":"9462b0b80a038304","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1726217449470,"stop":1726217449471,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecd94d1fd89bec96","name":"Fails to publish message with empty text","time":{"start":1726217976614,"stop":1726217976615,"duration":1},"status":"passed","severity":"normal"},{"uid":"c300ab64ca52bed7","name":"Subscribe to topic containing short and receive message","time":{"start":1726218066277,"stop":1726218066277,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e30d1f26cb293a","name":"Check meta is set [symmetric]","time":{"start":1726217472854,"stop":1726217472854,"duration":0},"status":"passed","severity":"normal"},{"uid":"71a0957bd1164b3e","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1726217706009,"stop":1726217706010,"duration":1},"status":"passed","severity":"normal"},{"uid":"94ea7fb02ebdb117","name":"can start and stop the service","time":{"start":1726217507038,"stop":1726217507039,"duration":1},"status":"passed","severity":"normal"},{"uid":"274d935c6050d9af","name":"same cluster, same shard: nodes connect","time":{"start":1726217687413,"stop":1726217687414,"duration":1},"status":"passed","severity":"normal"},{"uid":"7cdef3f24d19e5ba","name":"Reopen subscription with peer with lost subscription","time":{"start":1726217567475,"stop":1726217567475,"duration":0},"status":"passed","severity":"normal"},{"uid":"81a6e7263f2db1a4","name":"Store - dialed first","time":{"start":1726218095393,"stop":1726218095394,"duration":1},"status":"passed","severity":"normal"},{"uid":"992102610aab72b6","name":"retrieves a single peer","time":{"start":1726217463037,"stop":1726217463038,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ba53f6831712367","name":"Push message with content topic containing long","time":{"start":1726218013698,"stop":1726218013699,"duration":1},"status":"passed","severity":"normal"},{"uid":"29b51c8671733e33","name":"Subscribe to topic containing XML and receive message","time":{"start":1726217706007,"stop":1726217706008,"duration":1},"status":"passed","severity":"normal"},{"uid":"175f73d1c21f019b","name":"removeEventListener with wrong event","time":{"start":1726217533046,"stop":1726217533047,"duration":1},"status":"passed","severity":"normal"},{"uid":"432d70d9375b9e24","name":"should only return 1 node with relay capability","time":{"start":1726217463040,"stop":1726217463040,"duration":0},"status":"passed","severity":"normal"},{"uid":"135264c5abcb468c","name":"Filter with 0 connections","time":{"start":1726217742497,"stop":1726217742497,"duration":0},"status":"passed","severity":"normal"},{"uid":"44eae3fc6d0c681c","name":"isConnected between 2 js-waku relay nodes","time":{"start":1726217549453,"stop":1726217549453,"duration":0},"status":"passed","severity":"normal"},{"uid":"62e29705231e7abb","name":"should emit a peer event after start","time":{"start":1726217507041,"stop":1726217507042,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2819a7fbc4ccdbf","name":"Subscribe and receives messages on 20 topics","time":{"start":1726217705997,"stop":1726217705998,"duration":1},"status":"passed","severity":"normal"},{"uid":"aadd29f5cc1cd3e4","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1726217980036,"stop":1726217980036,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d3fcbe2458bcd52","name":"Check message received after jswaku node is restarted","time":{"start":1726217924766,"stop":1726217924766,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b6227468bcb5f2e1","name":"Relay - times out","time":{"start":1726218095393,"stop":1726218095393,"duration":0},"status":"passed","severity":"normal"},{"uid":"c744444617919633","name":"Encoder throws on empty string content topic","time":{"start":1726217455153,"stop":1726217455153,"duration":0},"status":"passed","severity":"normal"},{"uid":"3929a8bfc16361f2","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1726217462331,"stop":1726217462331,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cc886dceb5d32a7","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1726217687424,"stop":1726217687424,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3d8eb446dfacfe9","name":"should emit a peer event after start","time":{"start":1726217466675,"stop":1726217466676,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d4a31fecbd4c094","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1726217462337,"stop":1726217462339,"duration":2},"status":"passed","severity":"normal"},{"uid":"b7e60c0b1bbea68e","name":"Js publishes, other Js receives","time":{"start":1726217949327,"stop":1726217949327,"duration":0},"status":"passed","severity":"normal"},{"uid":"215000a5d8469684","name":"Push message with content topic containing Script","time":{"start":1726217946733,"stop":1726217946733,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd15fb2f524ce2c","name":"Check publish message containing emoji","time":{"start":1726217976607,"stop":1726217976608,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdda0479736669ef","name":"Push message with Script payload","time":{"start":1726218013692,"stop":1726218013693,"duration":1},"status":"passed","severity":"normal"},{"uid":"55a65680c90a88e7","name":"Publish message with large meta","time":{"start":1726217976622,"stop":1726217976623,"duration":1},"status":"passed","severity":"normal"},{"uid":"be4a89efa6eeda7c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1726217724200,"stop":1726217724200,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe089244688f9639","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1726217980053,"stop":1726217980053,"duration":0},"status":"passed","severity":"normal"},{"uid":"b28609a032130aa1","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1726217687426,"stop":1726217687427,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccf176b50888f7ea","name":"should not receive a peer event after stop","time":{"start":1726217507042,"stop":1726217507043,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2af5cbce1133d1c","name":"Subscribe to topic containing numeric and receive message","time":{"start":1726218066299,"stop":1726218066300,"duration":1},"status":"passed","severity":"normal"},{"uid":"3570f6d576837572","name":"Check message received after nwaku node is restarted","time":{"start":1726217924766,"stop":1726217924766,"duration":0},"status":"skipped","severity":"normal"},{"uid":"823e7ca7805f944d","name":"Push message with Chinese payload","time":{"start":1726217946677,"stop":1726217946677,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bdc3556cf623f84","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1726217463043,"stop":1726217463043,"duration":0},"status":"skipped","severity":"normal"},{"uid":"922b257d671f8e2b","name":"should encode/decode to text encoding","time":{"start":1726217450198,"stop":1726217450199,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab9dbea0e18daacc","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1726217503657,"stop":1726217503657,"duration":0},"status":"passed","severity":"normal"},{"uid":"12289a79c2e77653","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726217868252,"stop":1726217868253,"duration":1},"status":"broken","severity":"normal"},{"uid":"f951cc8dcef3d65c","name":"Decoder throws on undefined content topic","time":{"start":1726217472856,"stop":1726217472857,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e068615d258f85d","name":"should decode valid enr successfully","time":{"start":1726217450194,"stop":1726217450194,"duration":0},"status":"passed","severity":"normal"},{"uid":"55c9f0947a2b5f19","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1726217976608,"stop":1726217976609,"duration":1},"status":"passed","severity":"normal"},{"uid":"eebd79fe645a938e","name":"Relay + Store","time":{"start":1726217450209,"stop":1726217450209,"duration":0},"status":"passed","severity":"normal"},{"uid":"21f717d2eb9962f1","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1726217980037,"stop":1726217980037,"duration":0},"status":"passed","severity":"normal"},{"uid":"b970ef7d25bfbec1","name":"should be able to encode the field with only STORE set to true","time":{"start":1726217449466,"stop":1726217449467,"duration":1},"status":"passed","severity":"normal"},{"uid":"db665e1deda8b2a0","name":"Check message with invalid timestamp is not received","time":{"start":1726217924740,"stop":1726217924740,"duration":0},"status":"passed","severity":"normal"},{"uid":"68007f3446635ee8","name":"Refresh subscription","time":{"start":1726217980038,"stop":1726217980038,"duration":0},"status":"skipped","severity":"normal"},{"uid":"583a428500a7a658","name":"should be online or offline if network state changed","time":{"start":1726217493343,"stop":1726217493343,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fca3a38bf89962b","name":"Subscribe to topic containing Russian and publish message","time":{"start":1726217980051,"stop":1726217980051,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b9f28d79360d323","name":"Check message received after nwaku node is restarted","time":{"start":1726217677846,"stop":1726217677846,"duration":0},"status":"skipped","severity":"normal"},{"uid":"87bf3e9c0fb36842","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1726217724227,"stop":1726217724228,"duration":1},"status":"passed","severity":"normal"},{"uid":"8524dbf0e44a32da","name":"Check received message with timestamp: 1726217492603 ","time":{"start":1726217677828,"stop":1726217677834,"duration":6},"status":"passed","severity":"normal"},{"uid":"48a92568d4185240","name":"Push message with content topic containing XML","time":{"start":1726218013712,"stop":1726218013715,"duration":3},"status":"passed","severity":"normal"},{"uid":"cf7aad3341606f02","name":"Check received message containing Basic HTML tag","time":{"start":1726217677815,"stop":1726217677820,"duration":5},"status":"passed","severity":"normal"},{"uid":"e3a434d551af9d9a","name":"Sign & Recover","time":{"start":1726217473325,"stop":1726217473325,"duration":0},"status":"passed","severity":"normal"},{"uid":"15115c43ce64880","name":"Check received message containing JSON","time":{"start":1726217924754,"stop":1726217924754,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b4d95fa4bd100bd","name":"Passing page size 110 when there are 120 messages","time":{"start":1726218085662,"stop":1726218085663,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d6d264a18014b2c","name":"Subscribe to topic containing long and receive message","time":{"start":1726218066278,"stop":1726218066278,"duration":0},"status":"passed","severity":"normal"},{"uid":"922d391927121e35","name":"Check received message containing Basic HTML tag","time":{"start":1726217924754,"stop":1726217924754,"duration":0},"status":"passed","severity":"normal"},{"uid":"efe8072356e5b8c1","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687442,"stop":1726217687442,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f6b1fae02c86cc6","name":"Push message with custom timestamp: 1695459342715","time":{"start":1726217946743,"stop":1726217946743,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2133e128eb437a1","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1726217441572,"stop":1726217441572,"duration":0},"status":"passed","severity":"normal"},{"uid":"576b67030db7bb98","name":"Overlapping topic subscription","time":{"start":1726217980038,"stop":1726217980038,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f8c949295fb171dd","name":"Callback on promise","time":{"start":1726218071325,"stop":1726218071325,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3738760b93fcd0d","name":"should not fail to start the service if it is already started","time":{"start":1726217507040,"stop":1726217507041,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8bc866f15e453c3","name":"Overlapping topic subscription","time":{"start":1726218066276,"stop":1726218066277,"duration":1},"status":"passed","severity":"normal"},{"uid":"3789e627bb808812","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1726218091299,"stop":1726218091299,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8a1715df07ca485","name":"should be called at least once on all `peer:discovery` events","time":{"start":1726217500282,"stop":1726217500285,"duration":3},"status":"passed","severity":"normal"},{"uid":"3b45aff872bd9d10","name":"Fails to push message bigger that 1MB","time":{"start":1726218013730,"stop":1726218013731,"duration":1},"status":"passed","severity":"normal"},{"uid":"7218ef37689f8d5c","name":"Push message with short payload","time":{"start":1726218013688,"stop":1726218013689,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5e82c93652a2236","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1726218091297,"stop":1726218091297,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbdf6fecbd6fa7e4","name":"Push message with Chinese payload","time":{"start":1726218013691,"stop":1726218013691,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d04536c4dbbbe5c","name":"Passing page size 1 when there are 4 messages","time":{"start":1726218085657,"stop":1726218085658,"duration":1},"status":"passed","severity":"normal"},{"uid":"6654d981dba407c0","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1726217441546,"stop":1726217441546,"duration":0},"status":"passed","severity":"normal"},{"uid":"594ff4c45895ab89","name":"random static sharding 2 - Cluster ID: 517, Shard ID: 180","time":{"start":1726218039627,"stop":1726218039628,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1ec88ed8f3bfe0a","name":"LightPush with 1 connections","time":{"start":1726217742497,"stop":1726217742497,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7a9ce6a75c45cff","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1726217463041,"stop":1726217463042,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb443ba2252d774d","name":"Push message with content topic containing numeric","time":{"start":1726217946723,"stop":1726217946724,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ca8dd69249fc3f5","name":"Push message with XML payload","time":{"start":1726218013693,"stop":1726218013693,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4a88018a044905","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1726217441556,"stop":1726217441557,"duration":1},"status":"passed","severity":"normal"},{"uid":"4067cf34d373ec31","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1726217577134,"stop":1726217577136,"duration":2},"status":"passed","severity":"normal"},{"uid":"f3f809e51280ffb7","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1726217441560,"stop":1726217441560,"duration":0},"status":"passed","severity":"normal"},{"uid":"e102d41d9f350282","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1726217441544,"stop":1726217441545,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ba67b6a9be32d7d","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1726217687445,"stop":1726217687447,"duration":2},"status":"passed","severity":"normal"},{"uid":"c48511aa87b2a0ba","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1726217705998,"stop":1726217705999,"duration":1},"status":"passed","severity":"normal"},{"uid":"7677dfe93a0787f7","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1726217577132,"stop":1726217577133,"duration":1},"status":"passed","severity":"normal"},{"uid":"c414834a9c5d931","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1726217441561,"stop":1726217441561,"duration":0},"status":"passed","severity":"normal"},{"uid":"6097e5c0161a8220","name":"Round trip binary serialization","time":{"start":1726217455150,"stop":1726217455151,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2769fccf237d655","name":"Push 30 different messages","time":{"start":1726217946722,"stop":1726217946722,"duration":0},"status":"passed","severity":"normal"},{"uid":"be63cfdb366bc3c","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1726217449471,"stop":1726217449474,"duration":3},"status":"passed","severity":"normal"},{"uid":"ec75a102b4f018c","name":"should throw error - invalid id","time":{"start":1726217450196,"stop":1726217450196,"duration":0},"status":"passed","severity":"normal"},{"uid":"bff1533859a58dfa","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1726217868233,"stop":1726217868234,"duration":1},"status":"passed","severity":"normal"},{"uid":"c0a4ddd8a07af88b","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1726217705998,"stop":1726217705998,"duration":0},"status":"passed","severity":"normal"},{"uid":"36015ee5684301e4","name":"Subscribe to topic containing Russian and receive message","time":{"start":1726217706005,"stop":1726217706006,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6a37fe23b451513","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1726217687424,"stop":1726217687425,"duration":1},"status":"passed","severity":"normal"},{"uid":"6387ce7e4e5327f4","name":"Decrypt messages","time":{"start":1726217927560,"stop":1726217927560,"duration":0},"status":"passed","severity":"normal"},{"uid":"72a4689f75936f85","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1726218011622,"stop":1726218011622,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b13e800fd0cb8b7","name":"configure the node with multiple pubsub topics","time":{"start":1726218039632,"stop":1726218039632,"duration":0},"status":"passed","severity":"normal"},{"uid":"e20376927b185d2a","name":"Delete observer","time":{"start":1726217927561,"stop":1726217927561,"duration":0},"status":"passed","severity":"normal"},{"uid":"dde0fd7b88ca5c32","name":"Subscribe to topic containing shell command and publish message","time":{"start":1726217980054,"stop":1726217980054,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f3b65e5e9b4ab34","name":"Check publish message containing XML","time":{"start":1726217976602,"stop":1726217976602,"duration":0},"status":"passed","severity":"normal"},{"uid":"3975a4fc8101b941","name":"Sample","time":{"start":1726217449517,"stop":1726217449517,"duration":0},"status":"passed","severity":"normal"},{"uid":"a15c15ae6c4cd08f","name":"Subscribe to topic containing numeric and publish message","time":{"start":1726217980039,"stop":1726217980049,"duration":10},"status":"passed","severity":"normal"},{"uid":"4c0bef4a99d3c90e","name":"random static sharding 7 - Cluster ID: 69, Shard ID: 416","time":{"start":1726218039630,"stop":1726218039630,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa2cf113f4c9e79e","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1726218066296,"stop":1726218066297,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bda46af5259417b","name":"Check received message containing Arabic","time":{"start":1726217677799,"stop":1726217677810,"duration":11},"status":"passed","severity":"normal"},{"uid":"f94d798aba06a946","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1726217868256,"stop":1726217868257,"duration":1},"status":"passed","severity":"normal"},{"uid":"65777614b69daf42","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1726217980050,"stop":1726217980050,"duration":0},"status":"passed","severity":"normal"},{"uid":"55fd22a56b8d7dbe","name":"LightPush","time":{"start":1726218095394,"stop":1726218095395,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2b9f5b0f8c8699d","name":"passes more than one ENR URLs and attempts connection","time":{"start":1726217507044,"stop":1726217507044,"duration":0},"status":"skipped","severity":"normal"},{"uid":"28ae9f8ebb0f9a0","name":"Correctly serialized arguments","time":{"start":1726217854778,"stop":1726217854779,"duration":1},"status":"passed","severity":"normal"},{"uid":"a52ccb718adb577a","name":"should throw error - no public key","time":{"start":1726217450197,"stop":1726217450197,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3400b3c9ba4ffa","name":"1 Relay, 1 Filter, gives up","time":{"start":1726217462726,"stop":1726217462727,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6040956941a17c4","name":"Check received message containing short","time":{"start":1726217924727,"stop":1726217924729,"duration":2},"status":"passed","severity":"normal"},{"uid":"9613918c76680899","name":"Push message with content topic containing SQL Injection","time":{"start":1726218013701,"stop":1726218013702,"duration":1},"status":"passed","severity":"normal"},{"uid":"621ee226953d1393","name":"should throw error - no id","time":{"start":1726217450195,"stop":1726217450195,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ccc6c22d23ddcfb","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1726218020456,"stop":1726218020457,"duration":1},"status":"passed","severity":"normal"},{"uid":"95af17ba7cffbe1","name":"Ping on subscribed peer","time":{"start":1726217567469,"stop":1726217567470,"duration":1},"status":"passed","severity":"normal"},{"uid":"f941842a26999549","name":"throws on content topic with empty application field","time":{"start":1726217441534,"stop":1726217441535,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed29db7636c0a5e0","name":"Push message with content topic containing Russian","time":{"start":1726218013701,"stop":1726218013701,"duration":0},"status":"passed","severity":"normal"},{"uid":"749a4fbeb03255c7","name":"different cluster, same shard: nodes don't connect","time":{"start":1726217687415,"stop":1726217687415,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc7120f30593480b","name":"Check received message containing Arabic","time":{"start":1726217924732,"stop":1726217924732,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1475a358e355104","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1726217449483,"stop":1726217449483,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3078c24a20db61e","name":"Wrong topic","time":{"start":1726218011628,"stop":1726218011628,"duration":0},"status":"passed","severity":"normal"},{"uid":"42b2760caa093080","name":"should throw error - no id","time":{"start":1726217450196,"stop":1726217450196,"duration":0},"status":"passed","severity":"normal"},{"uid":"894b1608ff37670c","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1726218091298,"stop":1726218091298,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3ecbd401a1a7259","name":"Throws when trying to push message with empty payload","time":{"start":1726217946722,"stop":1726217946722,"duration":0},"status":"passed","severity":"normal"},{"uid":"43923558f2068114","name":"configure the node with multiple content topics","time":{"start":1726218011628,"stop":1726218011628,"duration":0},"status":"passed","severity":"normal"},{"uid":"25dbdae7dd1dad37","name":"should not fail to start the service if it is already started","time":{"start":1726217466675,"stop":1726217466675,"duration":0},"status":"passed","severity":"normal"},{"uid":"5945a44bbf5a9154","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1726217441560,"stop":1726217441560,"duration":0},"status":"passed","severity":"normal"},{"uid":"332f95502e32f96e","name":"Push message equal or less that 1MB","time":{"start":1726217946745,"stop":1726217946745,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5d71a44591962af","name":"Check received message containing XML","time":{"start":1726217924753,"stop":1726217924753,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ad6ef14739be7cd","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1726217577155,"stop":1726217577155,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a2ac4e3859a9ff7","name":"1 Store, 2 relays, 2 fetches","time":{"start":1726217462726,"stop":1726217462726,"duration":0},"status":"passed","severity":"normal"},{"uid":"b96d24654ce58053","name":"Check received message containing SQL Injection","time":{"start":1726217677812,"stop":1726217677813,"duration":1},"status":"passed","severity":"normal"},{"uid":"79cfc8a35d80e179","name":"Encoder throws on undefined content topic","time":{"start":1726217455152,"stop":1726217455152,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd000a3b6481080d","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1726217493341,"stop":1726217493341,"duration":0},"status":"passed","severity":"normal"},{"uid":"59cdfa21a9801533","name":"can dial TLS multiaddrs","time":{"start":1726217854655,"stop":1726217854655,"duration":0},"status":"passed","severity":"normal"},{"uid":"714323173af7c70c","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1726217466677,"stop":1726217466678,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f1f6d1f744a94a6","name":"handles different clusterIds correctly","time":{"start":1726217441549,"stop":1726217441549,"duration":0},"status":"passed","severity":"normal"},{"uid":"63d86311cdb44ca9","name":"Push message with content topic containing Chinese","time":{"start":1726217946724,"stop":1726217946725,"duration":1},"status":"passed","severity":"normal"},{"uid":"2df5ea4a86c6553b","name":"Push message with content topic containing escaped characters","time":{"start":1726218013719,"stop":1726218013719,"duration":0},"status":"passed","severity":"normal"},{"uid":"80c89eaf05f4cd9c","name":"Check publish message containing shell command","time":{"start":1726217976603,"stop":1726217976604,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d5e814e19fccf83","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1726217493342,"stop":1726217493343,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9aa0eb57ad99464","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1726217924763,"stop":1726217924763,"duration":0},"status":"passed","severity":"normal"},{"uid":"da85895096bc06a8","name":"Add multiple subscription objects on single nwaku node","time":{"start":1726218066288,"stop":1726218066288,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6f574173d8b143e","name":"Passing invalid cursor","time":{"start":1726218020458,"stop":1726218020459,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8ba4c51a8218f92","name":"should handle a minimal index list","time":{"start":1726217441571,"stop":1726217441571,"duration":0},"status":"passed","severity":"normal"},{"uid":"38add447307aaaf2","name":"Check received message containing Chinese","time":{"start":1726217924731,"stop":1726217924732,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbb6de40286083ac","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1726218020451,"stop":1726218020453,"duration":2},"status":"passed","severity":"normal"},{"uid":"4a4f07f2b8c27639","name":"Decoder throws on undefined content topic","time":{"start":1726217474515,"stop":1726217474515,"duration":0},"status":"passed","severity":"normal"},{"uid":"8333b452e9956df3","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1726217449468,"stop":1726217449469,"duration":1},"status":"passed","severity":"normal"},{"uid":"be51b96c20f658de","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1726218066305,"stop":1726218066305,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2599ebb63e00009","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1726217980036,"stop":1726217980037,"duration":1},"status":"passed","severity":"normal"},{"uid":"7eb4fc37ed00550d","name":"Ordered Callback - false","time":{"start":1726218063114,"stop":1726218063114,"duration":0},"status":"passed","severity":"normal"},{"uid":"26ae4ffa0f63dc96","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1726217724203,"stop":1726217724203,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c6dec6cecbef14e","name":"1 Store, 2 fetches","time":{"start":1726217462725,"stop":1726217462726,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a062336079246fd","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1726217848413,"stop":1726217848414,"duration":1},"status":"passed","severity":"normal"},{"uid":"a415ec338168a68","name":"Check received message containing Chinese","time":{"start":1726217677797,"stop":1726217677799,"duration":2},"status":"passed","severity":"normal"},{"uid":"85ca7103e2492eab","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1726217687429,"stop":1726217687430,"duration":1},"status":"passed","severity":"normal"},{"uid":"60217863f75bfaa2","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1726217454966,"stop":1726217454966,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd9aa96cbafd7868","name":"Check received message containing long","time":{"start":1726217924744,"stop":1726217924744,"duration":0},"status":"passed","severity":"normal"},{"uid":"30f98cd2a9d61481","name":"Push message on custom pubsubTopic","time":{"start":1726217804574,"stop":1726217804574,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f4fd95af0aa249e","name":"should set field with all protocols enabled","time":{"start":1726217450207,"stop":1726217450207,"duration":0},"status":"passed","severity":"normal"},{"uid":"c02b8187c0a110aa","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1726217463042,"stop":1726217463042,"duration":0},"status":"passed","severity":"normal"},{"uid":"f625a555b6611ba7","name":"Subscribe to topic containing long and publish message","time":{"start":1726217980039,"stop":1726217980039,"duration":0},"status":"passed","severity":"normal"},{"uid":"205b7a3bfc944527","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1726217549448,"stop":1726217549449,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ee788b0252cc28","name":"Subscribe to topic containing XML and receive message","time":{"start":1726218066307,"stop":1726218066308,"duration":1},"status":"passed","severity":"normal"},{"uid":"39274eefaa536eba","name":"All","time":{"start":1726217503859,"stop":1726217503859,"duration":0},"status":"passed","severity":"normal"},{"uid":"4936de9a881be791","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1726218066315,"stop":1726218066315,"duration":0},"status":"passed","severity":"normal"},{"uid":"d554c82e90c12818","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1726217687420,"stop":1726217687421,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a0c0f5f94750769","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1726217441571,"stop":1726217441572,"duration":1},"status":"passed","severity":"normal"},{"uid":"82b7499e042a1d6a","name":"Subscribe and receive messages via lightPush","time":{"start":1726218066272,"stop":1726218066272,"duration":0},"status":"passed","severity":"normal"},{"uid":"54b386364d12f4bd","name":"Passing page size 3 when there are 20 messages","time":{"start":1726218085658,"stop":1726218085659,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0ace057d24b60c7","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1726217608003,"stop":1726217608003,"duration":0},"status":"passed","severity":"normal"},{"uid":"55eaa98d05eb2025","name":"Promise Callback - false","time":{"start":1726218063111,"stop":1726218063111,"duration":0},"status":"passed","severity":"normal"},{"uid":"e33a56e46eeb57ba","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1726217608003,"stop":1726217608003,"duration":0},"status":"passed","severity":"normal"},{"uid":"293c4352c0373443","name":"Waku message hash computation (meta attribute not present)","time":{"start":1726217444067,"stop":1726217444067,"duration":0},"status":"passed","severity":"normal"},{"uid":"85be338cb327deb","name":"Passing page size 11 when there are 10 messages","time":{"start":1726218085660,"stop":1726218085661,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c9d3cc8fc0fbb19","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1726217462334,"stop":1726217462336,"duration":2},"status":"passed","severity":"normal"},{"uid":"2181694ef311d30","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1726218054691,"stop":1726218054692,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dddbe5feb6cc377","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1726218066281,"stop":1726218066282,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb457267617fafac","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1726218066279,"stop":1726218066279,"duration":0},"status":"passed","severity":"normal"},{"uid":"577ac696c4909848","name":"dispatchEvent via connectionManager","time":{"start":1726217533047,"stop":1726217533048,"duration":1},"status":"passed","severity":"normal"},{"uid":"5eabbc224a0e71bd","name":"Push message with long payload","time":{"start":1726217946674,"stop":1726217946675,"duration":1},"status":"passed","severity":"normal"},{"uid":"95f93989ecb90b5","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1726217441551,"stop":1726217441551,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d0e1470f935a1dc","name":"Generator, custom pubsub topic","time":{"start":1726218061978,"stop":1726218061979,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d61d05e596ee0bb","name":"Refresh subscription","time":{"start":1726217706000,"stop":1726217706000,"duration":0},"status":"passed","severity":"normal"},{"uid":"f49ed9684cf683da","name":"Push message with rate limit","time":{"start":1726218013724,"stop":1726218013724,"duration":0},"status":"passed","severity":"normal"},{"uid":"2540c21096383b3c","name":"Passing page size 10 when there are 10 messages","time":{"start":1726218085659,"stop":1726218085660,"duration":1},"status":"passed","severity":"normal"},{"uid":"3faae2278630f533","name":"Subscribe to topic containing JSON and receive message","time":{"start":1726218066308,"stop":1726218066314,"duration":6},"status":"passed","severity":"normal"},{"uid":"477edff38104fe68","name":"Subscribe to topic containing emoji and receive message","time":{"start":1726218066287,"stop":1726218066287,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6c5c29cf1e1f4b0","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1726217441558,"stop":1726217441558,"duration":0},"status":"passed","severity":"normal"},{"uid":"538a15730f0478a","name":"Push message with content topic containing shell command","time":{"start":1726217946735,"stop":1726217946739,"duration":4},"status":"passed","severity":"normal"},{"uid":"68d994220f4dfbf0","name":"Push message with meta","time":{"start":1726217946741,"stop":1726217946741,"duration":0},"status":"passed","severity":"normal"},{"uid":"e74bc7dc8678d97d","name":"Check received message containing shell command","time":{"start":1726217677822,"stop":1726217677823,"duration":1},"status":"passed","severity":"normal"},{"uid":"88a4957eb6159ad5","name":"Push message with short payload","time":{"start":1726217946673,"stop":1726217946674,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f3605b8fe121008","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app62/7/topic669/test.js","time":{"start":1726218011626,"stop":1726218011627,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5d62e67d9328415","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1726217980052,"stop":1726217980052,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd0c3a44300bb4cd","name":"Push message with content topic containing Russian","time":{"start":1726217946732,"stop":1726217946732,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3e125187d9a3b1b","name":"throws on empty content topic","time":{"start":1726217441532,"stop":1726217441532,"duration":0},"status":"passed","severity":"normal"},{"uid":"22bef30d0160dbfd","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726217868237,"stop":1726217868246,"duration":9},"status":"passed","severity":"normal"},{"uid":"43993ae6688f6977","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app24/4/topic447/utf8","time":{"start":1726218011626,"stop":1726218011626,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb195f127bc23fc3","name":"Push message with content topic containing escaped characters","time":{"start":1726217946739,"stop":1726217946739,"duration":0},"status":"passed","severity":"normal"},{"uid":"d008bb654dd7b762","name":"should not receive a peer event before start","time":{"start":1726217466676,"stop":1726217466676,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba0c4a5480dd5b8d","name":"should properly create location multiaddrs - tcp","time":{"start":1726217450206,"stop":1726217450206,"duration":0},"status":"passed","severity":"normal"},{"uid":"c44675d18b5bdf00","name":"Fails to publish duplicate message","time":{"start":1726217976613,"stop":1726217976614,"duration":1},"status":"passed","severity":"normal"},{"uid":"d71162fe36448aeb","name":"Push message with Script payload","time":{"start":1726217946699,"stop":1726217946699,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad6b8bb9b4a1d24a","name":"recovers when dns.resolve returns empty","time":{"start":1726217463038,"stop":1726217463039,"duration":1},"status":"passed","severity":"normal"},{"uid":"c39f1eda8251a907","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1726217577151,"stop":1726217577152,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7d584da4a6968f7","name":"Check received message containing short","time":{"start":1726217924744,"stop":1726217924744,"duration":0},"status":"passed","severity":"normal"},{"uid":"f31243e4d41b7834","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1726217462333,"stop":1726217462333,"duration":0},"status":"passed","severity":"normal"},{"uid":"460e76ec1bf4730f","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1726217441544,"stop":1726217441544,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3834b4837587fd1","name":"Decoder throws on undefined content topic","time":{"start":1726217455153,"stop":1726217455153,"duration":0},"status":"passed","severity":"normal"},{"uid":"9eaefe2785f18c04","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1726217976616,"stop":1726217976617,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ad2f552633eef1a","name":"Check received message containing numeric","time":{"start":1726217677791,"stop":1726217677792,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd6766c4b7272b55","name":"Check received message with timestamp: 1649153314 ","time":{"start":1726217924739,"stop":1726217924739,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca635cebc11eec5c","name":"Check received message containing Basic HTML tag","time":{"start":1726217924735,"stop":1726217924735,"duration":0},"status":"passed","severity":"normal"},{"uid":"920710cda25361bf","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1726217507044,"stop":1726217507044,"duration":0},"status":"skipped","severity":"normal"},{"uid":"21a181c76e1fbf4f","name":"Query Generator, No message returned","time":{"start":1726218054684,"stop":1726218054684,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fab469ec8314fea","name":"Check publish message containing Arabic","time":{"start":1726217976600,"stop":1726217976601,"duration":1},"status":"passed","severity":"normal"},{"uid":"c96d254c26f6fe71","name":"Check publish message containing Chinese","time":{"start":1726217976600,"stop":1726217976600,"duration":0},"status":"passed","severity":"normal"},{"uid":"d05befb19538bf00","name":"Push message with escaped characters payload","time":{"start":1726218013696,"stop":1726218013696,"duration":0},"status":"passed","severity":"normal"},{"uid":"495d71f9ea60418a","name":"should correctly map a content topic to a pubsub topic","time":{"start":1726217441569,"stop":1726217441569,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c8671cbf4e0b7e7","name":"Ping succeeds for all connected peers","time":{"start":1726217603236,"stop":1726217603237,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b5216172d8f56f0","name":"Check received message containing numeric","time":{"start":1726217924745,"stop":1726217924745,"duration":0},"status":"passed","severity":"normal"},{"uid":"208fd97f4eea5cee","name":"throws on content topic with non-number generation field","time":{"start":1726217441533,"stop":1726217441534,"duration":1},"status":"passed","severity":"normal"},{"uid":"d831c29f0492b367","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1726217441550,"stop":1726217441551,"duration":1},"status":"passed","severity":"normal"},{"uid":"7918a4cdcdc715c3","name":"Check received message containing Arabic","time":{"start":1726217924746,"stop":1726217924752,"duration":6},"status":"passed","severity":"normal"},{"uid":"a16c780dae603c7a","name":"Renews subscription after lossing a connection","time":{"start":1726218066316,"stop":1726218066317,"duration":1},"status":"passed","severity":"normal"},{"uid":"9aea3c2c6b14dca0","name":"random static sharding 1 - Cluster ID: 813, Shard ID: 4","time":{"start":1726218039627,"stop":1726218039627,"duration":0},"status":"passed","severity":"normal"},{"uid":"33293d8f5b9e8e0f","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1726217462339,"stop":1726217462339,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e56dda219a033fe","name":"can start the service","time":{"start":1726217466672,"stop":1726217466673,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0009605e23d797e","name":"Push message with content topic containing Basic HTML tag","time":{"start":1726217946734,"stop":1726217946735,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1052525a440082e","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1726217955950,"stop":1726217955950,"duration":0},"status":"passed","severity":"normal"},{"uid":"42a423a055747248","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1726217687437,"stop":1726217687437,"duration":0},"status":"passed","severity":"normal"},{"uid":"197144ca192231af","name":"Check message with non string payload is not received","time":{"start":1726217924742,"stop":1726217924743,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb47fc8409a0adbf","name":"Ping on unsubscribed peer","time":{"start":1726217567474,"stop":1726217567475,"duration":1},"status":"passed","severity":"normal"},{"uid":"231d34991ec56653","name":"Check received message containing emoji","time":{"start":1726217924737,"stop":1726217924738,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1b4253f18249535","name":"1 Relay, 1 fetch","time":{"start":1726217462725,"stop":1726217462725,"duration":0},"status":"passed","severity":"normal"},{"uid":"da6a90a0bb2f5052","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1726217687429,"stop":1726217687429,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffb39a8d1b2d5d15","name":"Check received message containing escaped characters","time":{"start":1726217924755,"stop":1726217924758,"duration":3},"status":"passed","severity":"normal"},{"uid":"10d81350469b1ad2","name":"should return valid sharding parameters for static sharding","time":{"start":1726217441567,"stop":1726217441567,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3f547d681a86a95","name":"Decoder throws on empty string content topic","time":{"start":1726217455153,"stop":1726217455154,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a91252486d89c80","name":"Register correct protocols","time":{"start":1726217980035,"stop":1726217980035,"duration":0},"status":"passed","severity":"normal"},{"uid":"53bbf43931b3a13e","name":"Push message with content topic containing unicode special characters","time":{"start":1726217946740,"stop":1726217946740,"duration":0},"status":"passed","severity":"normal"},{"uid":"b568e18fceb36b33","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1726217804581,"stop":1726217804581,"duration":0},"status":"passed","severity":"normal"},{"uid":"d472045ff0cee630","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1726217724227,"stop":1726217724227,"duration":0},"status":"passed","severity":"normal"},{"uid":"2adf33f424ca7d2","name":"should handle corrupted local storage data gracefully","time":{"start":1726217466678,"stop":1726217466678,"duration":0},"status":"passed","severity":"normal"},{"uid":"18b8b10c8b0ca943","name":"Subscribe to topic containing JSON and receive message","time":{"start":1726218066282,"stop":1726218066282,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae26a49564ed8291","name":"should throw an error for an unconfigured topic","time":{"start":1726217441564,"stop":1726217441565,"duration":1},"status":"passed","severity":"normal"},{"uid":"a532000f3eabde59","name":"Push message with custom timestamp: 1695459306169","time":{"start":1726218013725,"stop":1726218013725,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbe9ae1e986de0af","name":"Check received message containing Russian","time":{"start":1726217924732,"stop":1726217924733,"duration":1},"status":"passed","severity":"normal"},{"uid":"a626c0c9beabd2fd","name":"Subscribe to topic containing JSON and receive message","time":{"start":1726217706008,"stop":1726217706009,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fd8962b32122768","name":"should encode/decode to RLP encoding","time":{"start":1726217450198,"stop":1726217450198,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d802fea6ad287d6","name":"Ping fails for unsubscribed peers","time":{"start":1726217603237,"stop":1726217603238,"duration":1},"status":"passed","severity":"normal"},{"uid":"19980c71b7d1635c","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1726217441557,"stop":1726217441557,"duration":0},"status":"passed","severity":"normal"},{"uid":"72842ee5184d92f8","name":"should throw an error for empty SingleShardInfos array","time":{"start":1726217441551,"stop":1726217441551,"duration":0},"status":"passed","severity":"normal"},{"uid":"a746752f6b36bda","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app20/5/topic731/xml","time":{"start":1726218011627,"stop":1726218011627,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4046bbb7f92c7c4","name":"Subscribe to topic containing Russian and receive message","time":{"start":1726218066304,"stop":1726218066305,"duration":1},"status":"passed","severity":"normal"},{"uid":"26db03bcb167e1a6","name":"Subscribe to topic containing Russian and receive message","time":{"start":1726218066280,"stop":1726218066280,"duration":0},"status":"passed","severity":"normal"},{"uid":"efe0fa846cbf9c99","name":"Push message with Arabic payload","time":{"start":1726217946678,"stop":1726217946678,"duration":0},"status":"passed","severity":"normal"},{"uid":"71d198a213384c02","name":"returns all values when wanted number is greater than available values","time":{"start":1726217461853,"stop":1726217461853,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab124e5bda8b39fe","name":"Check received message with timestamp: 1726217492448000000 ","time":{"start":1726217924738,"stop":1726217924738,"duration":0},"status":"passed","severity":"normal"},{"uid":"27f30c6a16a7a99e","name":"Non TWN Cluster","time":{"start":1726218011623,"stop":1726218011623,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dbeccb659bd7d14","name":"Fails to push message bigger that 1MB","time":{"start":1726217946745,"stop":1726217946745,"duration":0},"status":"passed","severity":"normal"},{"uid":"551ba36438126053","name":"Renews peer on consistent ping failures","time":{"start":1726217603243,"stop":1726217603244,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e5a6f402f793a14","name":"different cluster, same shard: nodes don't connect","time":{"start":1726217848420,"stop":1726217848420,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd5eb65e6cb40d6a","name":"should be able to encode the field with only RELAY set to true","time":{"start":1726217449463,"stop":1726217449465,"duration":2},"status":"passed","severity":"normal"},{"uid":"803d2a4649479cab","name":"Generator, custom pubsub topic","time":{"start":1726218061980,"stop":1726218061980,"duration":0},"status":"passed","severity":"normal"},{"uid":"767c98813a5e97be","name":"throws on content topic with generation field greater than 0","time":{"start":1726217441534,"stop":1726217441534,"duration":0},"status":"passed","severity":"normal"},{"uid":"65af325e86f9e7c5","name":"same cluster, different shard: nodes connect","time":{"start":1726217848414,"stop":1726217848415,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd1422df3e59aced","name":"Add multiple subscription objects on single nwaku node","time":{"start":1726217706011,"stop":1726217706012,"duration":1},"status":"passed","severity":"normal"},{"uid":"21553e4e237cb56a","name":"Ordered Callback - true","time":{"start":1726218063111,"stop":1726218063112,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6ab9ef98e88147b","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1726218066275,"stop":1726218066276,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c540980b93f4667","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1726217449474,"stop":1726217449475,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8e4ac6e505fc71e","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1726217441549,"stop":1726217441549,"duration":0},"status":"passed","severity":"normal"},{"uid":"e66192f75d7908bf","name":"Check publish message containing special chars","time":{"start":1726217976600,"stop":1726217976600,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdad8f4cad202d44","name":"Push message on custom pubsubTopic","time":{"start":1726217804581,"stop":1726217804582,"duration":1},"status":"passed","severity":"normal"},{"uid":"c496f72c7203b02b","name":"should set field with only FILTER enabled","time":{"start":1726217450208,"stop":1726217450208,"duration":0},"status":"passed","severity":"normal"},{"uid":"78d71f9d8fa08f9a","name":"Publish message with rate limit","time":{"start":1726217976623,"stop":1726217976624,"duration":1},"status":"passed","severity":"normal"},{"uid":"851a5c816053d52","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1726217868255,"stop":1726217868256,"duration":1},"status":"passed","severity":"normal"},{"uid":"109a3964ca955f24","name":"getPeersByDiscovery","time":{"start":1726217533047,"stop":1726217533047,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed54ac08cbaa7d2f","name":"connects to nwaku","time":{"start":1726218090762,"stop":1726218090763,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee54230ded098042","name":"Push message with content topic containing long","time":{"start":1726217946723,"stop":1726217946723,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdd1ece6942e9482","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1726217441569,"stop":1726217441570,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3ab7663c2e446a6","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1726217441560,"stop":1726217441561,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e9273b9c8ce73cd","name":"safeDispatchEvent","time":{"start":1726217533048,"stop":1726217533048,"duration":0},"status":"passed","severity":"normal"},{"uid":"47d333d62e7c116d","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1726217449475,"stop":1726217449476,"duration":1},"status":"passed","severity":"normal"},{"uid":"1dc009d3321749d6","name":"should properly create location multiaddrs - tcp6","time":{"start":1726217450205,"stop":1726217450205,"duration":0},"status":"passed","severity":"normal"},{"uid":"fefa5b17b05cc84b","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1726217687429,"stop":1726217687429,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ef258ced9393aaf","name":"Check publish message containing short","time":{"start":1726217976598,"stop":1726217976598,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f0dd72dea6ac6cf","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1726218091300,"stop":1726218091300,"duration":0},"status":"passed","severity":"normal"},{"uid":"eaa059067b84b910","name":"isConnected return false after peer stops","time":{"start":1726217549452,"stop":1726217549453,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a1610f72c58596f","name":"should not receive a peer event after stop","time":{"start":1726217466676,"stop":1726217466676,"duration":0},"status":"passed","severity":"normal"},{"uid":"df834e1ff4e2fc11","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app58/8/topic404/proto","time":{"start":1726218011624,"stop":1726218011624,"duration":0},"status":"passed","severity":"normal"},{"uid":"157d554266efcd8e","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1726218139625,"stop":1726218139626,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6a0aaa5fd2f1950","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1726217500291,"stop":1726217500292,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6fcbf6ede1545b6","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1726217706006,"stop":1726217706006,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc6cfb471425cb2f","name":"Push message with content topic containing XML","time":{"start":1726217946734,"stop":1726217946734,"duration":0},"status":"passed","severity":"normal"},{"uid":"f908971d91c158f9","name":"Check message with no content topic is not received","time":{"start":1726217924764,"stop":1726217924765,"duration":1},"status":"passed","severity":"normal"},{"uid":"45cac4c7fa658491","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1726217608002,"stop":1726217608003,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae619eb282cfba91","name":"Subscribe to topic containing shell command and receive message","time":{"start":1726218066282,"stop":1726218066282,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a052b91b6aaa163","name":"Subscribe to topic containing emoji and receive message","time":{"start":1726217706011,"stop":1726217706011,"duration":0},"status":"passed","severity":"normal"},{"uid":"553f079f1ca8818f","name":"Subscribe and receive messages via lightPush","time":{"start":1726218066289,"stop":1726218066289,"duration":0},"status":"passed","severity":"normal"},{"uid":"132e1d1713ee8bd7","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218061976,"stop":1726218061978,"duration":2},"status":"passed","severity":"normal"},{"uid":"ddc1d131c50fd5ea","name":"Query with Ordered Callback, No Decoder","time":{"start":1726218054693,"stop":1726218054693,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d7ae123f4338ed","name":"should not fail to stop the service if it was not started","time":{"start":1726217978647,"stop":1726217978649,"duration":2},"status":"passed","severity":"normal"},{"uid":"d1d15cc1f60f49d1","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app16/3/topic493/proto","time":{"start":1726218011627,"stop":1726218011627,"duration":0},"status":"passed","severity":"normal"},{"uid":"971f7a4609b7c8bc","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1726218066280,"stop":1726218066280,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c572d9bf118a112","name":"Does not throw an exception when node disconnects","time":{"start":1726218090763,"stop":1726218090763,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cf821e4d277d951","name":"Subscribe and receive messages via waku relay post","time":{"start":1726218066296,"stop":1726218066296,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e63e0cbccc2a075","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1726217687449,"stop":1726217687450,"duration":1},"status":"passed","severity":"normal"},{"uid":"f667a9aa18932b1f","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1726217454965,"stop":1726217454965,"duration":0},"status":"passed","severity":"normal"},{"uid":"17a03a2b5c401b50","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1726217687440,"stop":1726217687440,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b556197d3dad9ed","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1726218066303,"stop":1726218066303,"duration":0},"status":"passed","severity":"normal"},{"uid":"76243581b1758426","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1726217687423,"stop":1726217687423,"duration":0},"status":"passed","severity":"normal"},{"uid":"6aa958d8323dee57","name":"Check received message containing XML","time":{"start":1726217924734,"stop":1726217924734,"duration":0},"status":"passed","severity":"normal"},{"uid":"48b37bb234b8612a","name":"Number of peers are maintained correctly","time":{"start":1726217603235,"stop":1726217603236,"duration":1},"status":"passed","severity":"normal"},{"uid":"41a7ad292313b330","name":"should return all peers when numPeers is 0","time":{"start":1726217454964,"stop":1726217454965,"duration":1},"status":"passed","severity":"normal"},{"uid":"abdb0ed5d61875d6","name":"Check received message containing numeric","time":{"start":1726217924730,"stop":1726217924730,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b825f0afba9c336","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1726217441562,"stop":1726217441562,"duration":0},"status":"passed","severity":"normal"},{"uid":"18a81fdc8f640f1b","name":"Store - dialed after - with timeout","time":{"start":1726218095394,"stop":1726218095394,"duration":0},"status":"passed","severity":"normal"},{"uid":"46163633a9581f8a","name":"Check received message with timestamp: 1726217492448 ","time":{"start":1726217924738,"stop":1726217924738,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf822a9f7fd0d0a4","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1726217687417,"stop":1726217687417,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6e7f3d31d0be7a8","name":"Should update multiaddrs","time":{"start":1726217868893,"stop":1726217868894,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c0ce4e0a62a37cf","name":"same cluster, same shard: nodes connect","time":{"start":1726217848414,"stop":1726217848414,"duration":0},"status":"passed","severity":"normal"},{"uid":"1514f7ec7ccf2d5d","name":"handles empty contentTopics array correctly","time":{"start":1726217441568,"stop":1726217441569,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d3b17d07a85675c","name":"Symmetric encrypt & Decrypt","time":{"start":1726217473323,"stop":1726217473324,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa92acb13802c6fd","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1726218066297,"stop":1726218066297,"duration":0},"status":"passed","severity":"normal"},{"uid":"7714348711ee4cdc","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1726218066308,"stop":1726218066308,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac5f3dc9d70e5481","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1726217441566,"stop":1726217441567,"duration":1},"status":"passed","severity":"normal"},{"uid":"39de516b6e9147b8","name":"Used by Waku Relay","time":{"start":1726218090764,"stop":1726218090764,"duration":0},"status":"passed","severity":"normal"},{"uid":"dadbfe93219e4e8","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1726217549449,"stop":1726217549449,"duration":0},"status":"passed","severity":"normal"},{"uid":"d06fe232744ae48","name":"Filter with 2 connections","time":{"start":1726217742502,"stop":1726217742502,"duration":0},"status":"passed","severity":"normal"},{"uid":"d776aaeeb51f5624","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","time":{"start":1726217868232,"stop":1726217868232,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf79c5635140e55b","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1726218066287,"stop":1726218066287,"duration":0},"status":"passed","severity":"normal"},{"uid":"34987f1e0c4cff7a","name":"Ping on unsubscribed peer","time":{"start":1726217551920,"stop":1726217551920,"duration":0},"status":"passed","severity":"normal"},{"uid":"11b730fb556373f6","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1726217441552,"stop":1726217441552,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d51ce2f861ce45c","name":"Subscribe to topic containing long and receive message","time":{"start":1726218066299,"stop":1726218066299,"duration":0},"status":"passed","severity":"normal"},{"uid":"be3b4c77d4d2229d","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1726217687441,"stop":1726217687442,"duration":1},"status":"passed","severity":"normal"},{"uid":"58b99ef2a2ae898b","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1726217441565,"stop":1726217441566,"duration":1},"status":"passed","severity":"normal"},{"uid":"32e0d786de989bda","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1726217960211,"stop":1726217960211,"duration":0},"status":"passed","severity":"normal"},{"uid":"1703e7f12a78c322","name":"Generator, 2 different pubsubtopics","time":{"start":1726218061974,"stop":1726218061975,"duration":1},"status":"passed","severity":"normal"},{"uid":"12708546cdcbaea6","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1726217980054,"stop":1726217980055,"duration":1},"status":"passed","severity":"normal"},{"uid":"a59d67651086a0f1","name":"Nodes with multiple pubsub topic","time":{"start":1726217960214,"stop":1726217960214,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d824539b4a594dd","name":"Subscribe to topic containing XML and publish message","time":{"start":1726217980052,"stop":1726217980053,"duration":1},"status":"passed","severity":"normal"},{"uid":"6335709be79bd6f2","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1726217461853,"stop":1726217461854,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad6c71acb1ac96cb","name":"shard 0","time":{"start":1726218039626,"stop":1726218039626,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d682ffed4eaeb0a","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1726218139624,"stop":1726218139624,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea1d44b491181207","name":"Push message with content topic containing special chars","time":{"start":1726218013700,"stop":1726218013700,"duration":0},"status":"passed","severity":"normal"},{"uid":"d29f63c6c1669dd","name":"tcp ip4 address","time":{"start":1726217449568,"stop":1726217449568,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8451b5b33d83280","name":"Fails to push message with large meta","time":{"start":1726218013724,"stop":1726218013724,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ce0d52363880cf8","name":"Should update shard info","time":{"start":1726217868894,"stop":1726217868894,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e3633514e5ee9f7","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1726218066296,"stop":1726218066296,"duration":0},"status":"passed","severity":"normal"},{"uid":"665413658dfe9f5e","name":"Push message with numeric payload","time":{"start":1726217946675,"stop":1726217946676,"duration":1},"status":"passed","severity":"normal"},{"uid":"c213072de9dc0c33","name":"Subscribe and publish message","time":{"start":1726217980036,"stop":1726217980036,"duration":0},"status":"passed","severity":"normal"},{"uid":"44274d34b09f4ce7","name":"A test","time":{"start":1726217804645,"stop":1726217804645,"duration":0},"status":"passed","severity":"normal"},{"uid":"7098c8b91bda3298","name":"Ping on peer without subscriptions","time":{"start":1726217551916,"stop":1726217551920,"duration":4},"status":"passed","severity":"normal"},{"uid":"a862455496dd40e8","name":"Push message with content topic containing unicode special characters","time":{"start":1726218013719,"stop":1726218013720,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c1e58c46a692ff1","name":"Push message with escaped characters payload","time":{"start":1726217946720,"stop":1726217946721,"duration":1},"status":"passed","severity":"normal"},{"uid":"372da25cb686d3f6","name":"Renews subscription after lossing a connection","time":{"start":1726218066288,"stop":1726218066288,"duration":0},"status":"passed","severity":"normal"},{"uid":"72b1ee58aa9f58ad","name":"less peers than existing","time":{"start":1726217925015,"stop":1726217925016,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5e6ed667d6d4e23a","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1726217441546,"stop":1726217441546,"duration":0},"status":"passed","severity":"normal"},{"uid":"73ae9231d7b7f2ea","name":"Query generator for multiple messages","time":{"start":1726218071323,"stop":1726218071323,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3a2e46d7c5832be","name":"groups content topics by expected pubsub topic","time":{"start":1726217441548,"stop":1726217441549,"duration":1},"status":"passed","severity":"normal"},{"uid":"698cea5946ef0424","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1726217441545,"stop":1726217441545,"duration":0},"status":"passed","severity":"normal"},{"uid":"bda7487f80b65a24","name":"Subscribe to topic containing Script and receive message","time":{"start":1726217706007,"stop":1726217706007,"duration":0},"status":"passed","severity":"normal"},{"uid":"53e26649a382515b","name":"Check message with no payload is not received","time":{"start":1726217677844,"stop":1726217677845,"duration":1},"status":"passed","severity":"normal"},{"uid":"e53c7cf82e29fc58","name":"Push to array if already present","time":{"start":1726217441220,"stop":1726217441220,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd3c2fc884ddc6cf","name":"should be able to decode the field with only RELAY set to true","time":{"start":1726217449477,"stop":1726217449478,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae06513cb133c1b2","name":"Push message with unicode special characters payload","time":{"start":1726218013696,"stop":1726218013696,"duration":0},"status":"passed","severity":"normal"},{"uid":"3377326b3fd6ef05","name":"Ping on subscribed peer","time":{"start":1726217567473,"stop":1726217567474,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc737a6fda9c0b6a","name":"addEventListener with correct event","time":{"start":1726217533045,"stop":1726217533045,"duration":0},"status":"passed","severity":"normal"},{"uid":"e63c633194c098e4","name":"listenerCount","time":{"start":1726217533047,"stop":1726217533047,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4e30054e64f672","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1726217848413,"stop":1726217848413,"duration":0},"status":"passed","severity":"normal"},{"uid":"68307dd046efb22","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1726217474513,"stop":1726217474513,"duration":0},"status":"passed","severity":"normal"},{"uid":"955ebc19b1334d1e","name":"should return empty list for no shard","time":{"start":1726217441554,"stop":1726217441554,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a5c88f1c5b0ac16","name":"topics with same application and version share the same shard","time":{"start":1726217441548,"stop":1726217441548,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca20990e3405d0fc","name":"start node with empty shard should fail","time":{"start":1726218039634,"stop":1726218039635,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b19dce128f3f727","name":"Check received message containing Script","time":{"start":1726217924734,"stop":1726217924734,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5449bf876e4d8b5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1726217687438,"stop":1726217687439,"duration":1},"status":"passed","severity":"normal"},{"uid":"c68091fa3992f9d9","name":"Push message with content topic containing Arabic","time":{"start":1726218013701,"stop":1726218013701,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d6e3c354c56f675","name":"Check publish message containing long","time":{"start":1726217976599,"stop":1726217976599,"duration":0},"status":"passed","severity":"normal"},{"uid":"c71b27a676031794","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1726217577133,"stop":1726217577134,"duration":1},"status":"passed","severity":"normal"},{"uid":"9105181f4f7af9b8","name":"caches peers it previously fetched","time":{"start":1726217463039,"stop":1726217463040,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f4c9124210afede","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1726217462331,"stop":1726217462332,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bade847af628851","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1726218077540,"stop":1726218077540,"duration":0},"status":"passed","severity":"normal"},{"uid":"adfdb59af623b76d","name":"Subscribe to topic containing numeric and receive message","time":{"start":1726218066278,"stop":1726218066278,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f9ab89a4500802d","name":"handles empty shards array correctly","time":{"start":1726217441568,"stop":1726217441568,"duration":0},"status":"passed","severity":"normal"},{"uid":"33d7e21774b4b1ef","name":"Subscribe to topic containing special chars and receive message","time":{"start":1726217706002,"stop":1726217706004,"duration":2},"status":"passed","severity":"normal"},{"uid":"888a2fcfd7362efe","name":"Subscribe and receive messages via waku relay post","time":{"start":1726217705996,"stop":1726217705996,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef70294ca0d0caa2","name":"start node with empty content topic","time":{"start":1726218011629,"stop":1726218011630,"duration":1},"status":"passed","severity":"normal"},{"uid":"8718c7049de43c14","name":"Push message with content topic containing short","time":{"start":1726217946723,"stop":1726217946723,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dadd59fc00b67ae","name":"Check received message containing unicode special characters","time":{"start":1726217924737,"stop":1726217924737,"duration":0},"status":"passed","severity":"normal"},{"uid":"d323eb4b7d5f4e3c","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1726217960213,"stop":1726217960213,"duration":0},"status":"passed","severity":"normal"},{"uid":"aadf896afd64389b","name":"Tracks peer failures correctly","time":{"start":1726217603244,"stop":1726217603245,"duration":1},"status":"passed","severity":"normal"},{"uid":"351e709b75b9a3f7","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1726217705988,"stop":1726217705988,"duration":0},"status":"passed","severity":"normal"},{"uid":"38800d9b501f4f5b","name":"Push message with custom timestamp: 1726221306169","time":{"start":1726218013726,"stop":1726218013729,"duration":3},"status":"passed","severity":"normal"},{"uid":"a1bf24b88c56c22f","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1726217980037,"stop":1726217980038,"duration":1},"status":"passed","severity":"normal"},{"uid":"743618d37056dc7e","name":"Check received message containing emoji","time":{"start":1726217677826,"stop":1726217677827,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a9afe810157a850","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1726218066276,"stop":1726218066276,"duration":0},"status":"passed","severity":"normal"},{"uid":"30ddbc056644a158","name":"Check received message containing SQL Injection","time":{"start":1726217924752,"stop":1726217924752,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cfd8602ad53ebb4","name":"Round trip binary encryption [ecies, signature]","time":{"start":1726217474513,"stop":1726217474513,"duration":0},"status":"passed","severity":"normal"},{"uid":"33be19679efe1aaa","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app7/3/topic353/xml","time":{"start":1726218011626,"stop":1726218011626,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a9fb22184aedfe1","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1726218066273,"stop":1726218066274,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4e50c2a9d112b67","name":"isConnected should return true after first peer connects","time":{"start":1726217549451,"stop":1726217549452,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5ab136b1af82365","name":"Query with Promise Callback, No Decoder","time":{"start":1726218054700,"stop":1726218054700,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fa9f67396f2c939","name":"Generator, custom pubsub topic","time":{"start":1726218061971,"stop":1726218061974,"duration":3},"status":"passed","severity":"normal"},{"uid":"8d35977b8f25f221","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1726217500291,"stop":1726217500291,"duration":0},"status":"passed","severity":"normal"},{"uid":"1564355301325361","name":"Subscribe to topic containing JSON and publish message","time":{"start":1726217980053,"stop":1726217980054,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3d274f4712d5995","name":"should be able to decode the field with only STORE set to true","time":{"start":1726217449480,"stop":1726217449481,"duration":1},"status":"passed","severity":"normal"},{"uid":"629ac4389cdadbd6","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1726218066303,"stop":1726218066303,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c5928a8bbd66520","name":"random static sharding 5 - Cluster ID: 39, Shard ID: 679","time":{"start":1726218039629,"stop":1726218039629,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb50231047495df1","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app90/6/topic326/proto","time":{"start":1726218011623,"stop":1726218011624,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8c745f9b53e82ff","name":"should use the provided clusterId for the pubsub topic","time":{"start":1726217441570,"stop":1726217441570,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1f0d09bf50e1802","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1726218091298,"stop":1726218091299,"duration":1},"status":"passed","severity":"normal"},{"uid":"97f2a2592cdf0156","name":"Check received message containing JSON","time":{"start":1726217677820,"stop":1726217677822,"duration":2},"status":"passed","severity":"normal"},{"uid":"decd75e56d355f4f","name":"Check received message containing Script","time":{"start":1726217924753,"stop":1726217924753,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa96a3d3c340607a","name":"Push message with emoji payload","time":{"start":1726218013697,"stop":1726218013697,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0e8224f5deac55d","name":"Refresh subscription","time":{"start":1726218066298,"stop":1726218066299,"duration":1},"status":"passed","severity":"normal"},{"uid":"5179966f57ebbdde","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1726217493340,"stop":1726217493341,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4676b067da16ef4","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1726217705995,"stop":1726217705996,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae4c010ca52a057","name":"Relay","time":{"start":1726217503858,"stop":1726217503858,"duration":0},"status":"passed","severity":"normal"},{"uid":"100487c0b35a722e","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1726217455154,"stop":1726217455154,"duration":0},"status":"passed","severity":"normal"},{"uid":"16b1b3250baad6c1","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1726217441555,"stop":1726217441555,"duration":0},"status":"passed","severity":"normal"},{"uid":"3041108ccdfd46d4","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1726217706012,"stop":1726217706013,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8bc04fa2cad4afe","name":"Push message with content topic containing JSON","time":{"start":1726217946735,"stop":1726217946735,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f16e5f1c1705c00","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1726217441548,"stop":1726217441548,"duration":0},"status":"passed","severity":"normal"},{"uid":"af5538879261d242","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1726217724226,"stop":1726217724227,"duration":1},"status":"passed","severity":"normal"},{"uid":"21d81dc43d92ec0e","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726217868231,"stop":1726217868231,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f6ad9d0a302fa81","name":"Nodes with multiple pubsub topic","time":{"start":1726217960212,"stop":1726217960212,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ff22811a93197e9","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1726217449482,"stop":1726217449483,"duration":1},"status":"passed","severity":"normal"},{"uid":"42e6432cbb5d2993","name":"Push message with shell command payload","time":{"start":1726218013695,"stop":1726218013695,"duration":0},"status":"passed","severity":"normal"},{"uid":"f09ae161289fe6e3","name":"Push message with content topic containing Basic HTML tag","time":{"start":1726218013716,"stop":1726218013718,"duration":2},"status":"passed","severity":"normal"},{"uid":"8db847d1f97c48e2","name":"Check message with no payload is not received","time":{"start":1726217924742,"stop":1726217924742,"duration":0},"status":"passed","severity":"normal"},{"uid":"97e00203451e4ee0","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1726218020455,"stop":1726218020456,"duration":1},"status":"passed","severity":"normal"},{"uid":"f92f1fd2adc550b5","name":"Throws when trying to push message with empty payload","time":{"start":1726218013697,"stop":1726218013698,"duration":1},"status":"passed","severity":"normal"},{"uid":"3aaa244311e0da59","name":"Publish message with custom timestamp: Fri Sep 13 2024 09:59:09 GMT+0000 (Coordinated Universal Time)","time":{"start":1726217976611,"stop":1726217976613,"duration":2},"status":"passed","severity":"normal"},{"uid":"b84068f23fab0ff6","name":"Check message on other pubsub topic is not received","time":{"start":1726217924764,"stop":1726217924764,"duration":0},"status":"passed","severity":"normal"},{"uid":"edda3e06ccbd69e","name":"Check received message containing Chinese","time":{"start":1726217924745,"stop":1726217924746,"duration":1},"status":"passed","severity":"normal"},{"uid":"9931e5fbeb80520f","name":"getPeersByDiscovery","time":{"start":1726217955948,"stop":1726217955949,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f19eecf52c8f720","name":"Check publish message containing unicode special characters","time":{"start":1726217976606,"stop":1726217976607,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f598f9ebb5059cb","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1726217608001,"stop":1726217608002,"duration":1},"status":"passed","severity":"normal"},{"uid":"e671cdb7d273dd53","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1726217980050,"stop":1726217980051,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc00216f7f742763","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1726217441559,"stop":1726217441560,"duration":1},"status":"passed","severity":"normal"},{"uid":"762bb0d9e02daf8a","name":"Query with Ordered Callback, No message returned","time":{"start":1726218054693,"stop":1726218054693,"duration":0},"status":"passed","severity":"normal"},{"uid":"48dcbc888136b7ac","name":"Push message with Russian payload","time":{"start":1726218013692,"stop":1726218013692,"duration":0},"status":"passed","severity":"normal"},{"uid":"be1491af3b4379e4","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1726217868253,"stop":1726217868255,"duration":2},"status":"passed","severity":"normal"},{"uid":"c28be002ac1abbae","name":"Ephemeral messages are not stored","time":{"start":1726217503654,"stop":1726217503654,"duration":0},"status":"passed","severity":"normal"},{"uid":"522f26a6ca24594f","name":"Ping on subscribed peer","time":{"start":1726217551914,"stop":1726217551914,"duration":0},"status":"passed","severity":"normal"},{"uid":"370620f1406a5b64","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1726218091299,"stop":1726218091299,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1c68e210ca6256","name":"Subscribe to topic containing special chars and receive message","time":{"start":1726218066302,"stop":1726218066302,"duration":0},"status":"passed","severity":"normal"},{"uid":"512770156df70bbf","name":"Check message received after jswaku node is restarted","time":{"start":1726217677846,"stop":1726217677846,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8d35acc5cb6a530b","name":"Subscribe to topic containing short and receive message","time":{"start":1726217706000,"stop":1726217706001,"duration":1},"status":"passed","severity":"normal"},{"uid":"822c7391aaeeaf49","name":"Push message with content topic containing SQL Injection","time":{"start":1726217946732,"stop":1726217946733,"duration":1},"status":"passed","severity":"normal"},{"uid":"74562d24961e217d","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1726217441562,"stop":1726217441562,"duration":0},"status":"passed","severity":"normal"},{"uid":"817f965bdef4407f","name":"more peers than existing","time":{"start":1726217925015,"stop":1726217925015,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4ba0c2fecbf6b662","name":"Passing an array","time":{"start":1726218090763,"stop":1726218090763,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdd94729863a5ba0","name":"Push message with JSON payload","time":{"start":1726218013694,"stop":1726218013695,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccc8f2efe1e70ec8","name":"it tolerates circular branch references","time":{"start":1726217463038,"stop":1726217463038,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cc2b05c7efae3c5","name":"Push message with content topic containing JSON","time":{"start":1726218013718,"stop":1726218013719,"duration":1},"status":"passed","severity":"normal"},{"uid":"139ea9cdbd201ed8","name":"Fails to push message with empty content topic","time":{"start":1726217946740,"stop":1726217946741,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ea49bf871203caa","name":"should return unique PubsubTopics for static sharding","time":{"start":1726217441552,"stop":1726217441553,"duration":1},"status":"passed","severity":"normal"},{"uid":"55912713e024dcc9","name":"should be able to encode the field with only FILTER set to true","time":{"start":1726217449467,"stop":1726217449468,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3bfaf07310f90e6","name":"should properly create location multiaddrs - udp4","time":{"start":1726217450204,"stop":1726217450204,"duration":0},"status":"passed","severity":"normal"},{"uid":"e91d123d5773b3a9","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1726217441552,"stop":1726217441552,"duration":0},"status":"passed","severity":"normal"},{"uid":"975f4fb8028c7ea0","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1726217441557,"stop":1726217441558,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfa5d2d07f9e9111","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1726218077540,"stop":1726218077540,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f98fc81c2c208f2","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1726217603245,"stop":1726217603245,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffd4f21d818bc927","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1726218077539,"stop":1726218077540,"duration":1},"status":"passed","severity":"normal"},{"uid":"f364e6439b37a847","name":"Check message with no content topic is not received","time":{"start":1726217924741,"stop":1726217924742,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bb51afc11f50d7","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1726217441545,"stop":1726217441546,"duration":1},"status":"passed","severity":"normal"},{"uid":"fee958fb3968df83","name":"Decoder throws on empty string content topic","time":{"start":1726217472857,"stop":1726217472857,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f8ba8ff9bdc65e6","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1726217687417,"stop":1726217687418,"duration":1},"status":"passed","severity":"normal"},{"uid":"1367842c152bee60","name":"Push message with unicode special characters payload","time":{"start":1726217946721,"stop":1726217946721,"duration":0},"status":"passed","severity":"normal"},{"uid":"1102e1245bfc0d12","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1726217677841,"stop":1726217677842,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ee44653e7ebaa4","name":"should only return 1 node with store capability","time":{"start":1726217463041,"stop":1726217463041,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef2cd6e362cefa22","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app57/6/topic639/json","time":{"start":1726218011624,"stop":1726218011625,"duration":1},"status":"passed","severity":"normal"},{"uid":"af79f35314395695","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1726218054699,"stop":1726218054700,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b1be8aea5389366","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1726217724224,"stop":1726217724224,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d89793415503f12","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1726217472853,"stop":1726217472853,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdcd25c2971565ed","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1726217804575,"stop":1726217804576,"duration":1},"status":"passed","severity":"normal"},{"uid":"3261883c02fe2dd4","name":"should not throw an error for a single configured topic","time":{"start":1726217441564,"stop":1726217441564,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6982ab836910f17","name":"Keep-alive pings maintain the connection","time":{"start":1726217603238,"stop":1726217603243,"duration":5},"status":"passed","severity":"normal"},{"uid":"927a379b2c157f6e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687432,"stop":1726217687436,"duration":4},"status":"passed","severity":"normal"},{"uid":"f3d3fbf9eafeb69","name":"Push message with Russian payload","time":{"start":1726217946680,"stop":1726217946697,"duration":17},"status":"passed","severity":"normal"},{"uid":"fa61d54bb45f8471","name":"Init the array if not present","time":{"start":1726217441218,"stop":1726217441219,"duration":1},"status":"passed","severity":"normal"},{"uid":"237cae1f86bdbffa","name":"should set field with only LIGHTPUSH enabled","time":{"start":1726217450208,"stop":1726217450208,"duration":0},"status":"passed","severity":"normal"},{"uid":"d104607e2829a325","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1726217687422,"stop":1726217687422,"duration":0},"status":"passed","severity":"normal"},{"uid":"76159908ae89d281","name":"Push message with JSON payload","time":{"start":1726217946719,"stop":1726217946719,"duration":0},"status":"passed","severity":"normal"},{"uid":"727385f8bfd63f8c","name":"Fields are not dropped","time":{"start":1726217454407,"stop":1726217454408,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a71615e25f1b249","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1726217503656,"stop":1726217503656,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4ef8f4fa2874bfe","name":"should be able to decode the field with only FILTER set to true","time":{"start":1726217449479,"stop":1726217449480,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c1e3cf0750d78f4","name":"Push message with content topic containing shell command","time":{"start":1726218013719,"stop":1726218013719,"duration":0},"status":"passed","severity":"normal"},{"uid":"db8561724d375e5f","name":"Check publish message containing JSON","time":{"start":1726217976603,"stop":1726217976603,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d87b66ed1f7f3d1","name":"Check received message containing Russian","time":{"start":1726217924752,"stop":1726217924752,"duration":0},"status":"passed","severity":"normal"},{"uid":"63ecc95d35307b4d","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1726217706008,"stop":1726217706008,"duration":0},"status":"passed","severity":"normal"},{"uid":"93d80f22374b0110","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1726217705997,"stop":1726217705997,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3b51b3103a19e76","name":"Sets default value correctly","time":{"start":1726218090764,"stop":1726218090765,"duration":1},"status":"passed","severity":"normal"},{"uid":"6183beef70dbaad3","name":"Encoder throws on undefined content topic","time":{"start":1726217472855,"stop":1726217472855,"duration":0},"status":"passed","severity":"normal"},{"uid":"57a626a4a7efd37c","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1726218054694,"stop":1726218054699,"duration":5},"status":"passed","severity":"normal"},{"uid":"66fba32ce6b56b18","name":"Subscribe to topic containing numeric and receive message","time":{"start":1726217706001,"stop":1726217706002,"duration":1},"status":"passed","severity":"normal"},{"uid":"65bfd825d880fe65","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1726218077539,"stop":1726218077539,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ac639aff7ea290e","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1726217687436,"stop":1726217687437,"duration":1},"status":"passed","severity":"normal"},{"uid":"5868e895f3b49a09","name":"Passing page size 0 when there are 110 messages","time":{"start":1726218085656,"stop":1726218085657,"duration":1},"status":"passed","severity":"normal"},{"uid":"201539d42c5e9114","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1726217687427,"stop":1726217687427,"duration":0},"status":"passed","severity":"normal"},{"uid":"13856bd9edcc75aa","name":"Meta field set when metaSetter is specified","time":{"start":1726217455151,"stop":1726217455152,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2de25bd91396850","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1726218066273,"stop":1726218066273,"duration":0},"status":"passed","severity":"normal"},{"uid":"b73f45b7c0342d27","name":"Failed peers are renewed","time":{"start":1726217751144,"stop":1726217751144,"duration":0},"status":"passed","severity":"normal"},{"uid":"486cf7f81ffa6dae","name":"Subscribe to topic containing shell command and receive message","time":{"start":1726218066314,"stop":1726218066315,"duration":1},"status":"passed","severity":"normal"},{"uid":"860268ee1c290af7","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218061981,"stop":1726218061981,"duration":0},"status":"passed","severity":"normal"},{"uid":"47c004fa0a6df8fb","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687421,"stop":1726217687421,"duration":0},"status":"passed","severity":"normal"},{"uid":"2453f8230b03b9c5","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1726217960214,"stop":1726217960214,"duration":0},"status":"passed","severity":"normal"},{"uid":"72bb661e74770c35","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1726217687416,"stop":1726217687416,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c22b3d5c5aabacb","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726217804580,"stop":1726217804581,"duration":1},"status":"passed","severity":"normal"},{"uid":"54da3af17e7b59c8","name":"Check received message containing XML","time":{"start":1726217677814,"stop":1726217677815,"duration":1},"status":"passed","severity":"normal"},{"uid":"4025c993a732dd8d","name":"should properly compute the node id","time":{"start":1726217450198,"stop":1726217450198,"duration":0},"status":"passed","severity":"normal"},{"uid":"55bf81b09feac598","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1726217444068,"stop":1726217444069,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad3d9f69973527b4","name":"Check received message containing long","time":{"start":1726217924729,"stop":1726217924729,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c65730fb3d4bf3c","name":"through manual discovery","time":{"start":1726217854655,"stop":1726217854656,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b2e1c4a7b630a8f","name":"Check received message containing shell command","time":{"start":1726217924736,"stop":1726217924736,"duration":0},"status":"passed","severity":"normal"},{"uid":"68d7da29c1b04","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1726217687425,"stop":1726217687425,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f48a3ff0e5f000d","name":"Query generator for multiple messages with different content topic format","time":{"start":1726218071324,"stop":1726218071324,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f17a1fd85500929","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1726217687431,"stop":1726217687432,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d4bc9192dedefcc","name":"Check message received after nwaku node is restarted","time":{"start":1726217924743,"stop":1726217924743,"duration":0},"status":"skipped","severity":"normal"},{"uid":"80fcc8d8d6627b91","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1726217441561,"stop":1726217441562,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fe6410a277322c9","name":"should emit a peer event after start","time":{"start":1726217978666,"stop":1726217978666,"duration":0},"status":"passed","severity":"normal"},{"uid":"16047adab6dc31ca","name":"should set field with only RELAY enabled","time":{"start":1726217450207,"stop":1726217450208,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd85b3c9e236ae92","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726217868233,"stop":1726217868233,"duration":0},"status":"passed","severity":"normal"},{"uid":"a69db4875b5dc7f7","name":"udp ip6 address","time":{"start":1726217449568,"stop":1726217449569,"duration":1},"status":"passed","severity":"normal"},{"uid":"6579233b147dbd27","name":"Push message with meta","time":{"start":1726218013723,"stop":1726218013724,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2ea9e5a40036722","name":"should return false","time":{"start":1726217450197,"stop":1726217450197,"duration":0},"status":"passed","severity":"normal"},{"uid":"c764ddbcab5ac74f","name":"Encoder throws on empty string content topic","time":{"start":1726217474515,"stop":1726217474515,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd7a24a69db17bec","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1726217804582,"stop":1726217804583,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bf564898450397c","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1726218066292,"stop":1726218066293,"duration":1},"status":"passed","severity":"normal"},{"uid":"1454bbe5908cf8c","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1726217687440,"stop":1726217687441,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0a30040c507c186","name":"Check message with non string payload is not received","time":{"start":1726217924765,"stop":1726217924765,"duration":0},"status":"passed","severity":"normal"},{"uid":"53778240381946b7","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1726218066274,"stop":1726218066274,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4ccced96b1fa86c","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1726218020453,"stop":1726218020454,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fe906bfbb24e70","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1726217577153,"stop":1726217577155,"duration":2},"status":"passed","severity":"normal"},{"uid":"8be0f273fac9bcc2","name":"Callback on promise, aborts when callback returns true","time":{"start":1726218071325,"stop":1726218071325,"duration":0},"status":"passed","severity":"normal"},{"uid":"f022cd6f33bd5fc7","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1726217724201,"stop":1726217724202,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d5b47aded166552","name":"Ping on peer without subscriptions","time":{"start":1726217567474,"stop":1726217567474,"duration":0},"status":"passed","severity":"normal"},{"uid":"3931030e79a8b866","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1726218091298,"stop":1726218091298,"duration":0},"status":"passed","severity":"normal"},{"uid":"656b33108765eb33","name":"Query generator for 2000 messages","time":{"start":1726218071349,"stop":1726218071355,"duration":6},"status":"passed","severity":"normal"},{"uid":"d8dc3fa14fc34a24","name":"Query Generator, No Decoder","time":{"start":1726218054683,"stop":1726218054684,"duration":1},"status":"passed","severity":"normal"},{"uid":"c47d8fcb86f012a2","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1726217960213,"stop":1726217960213,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5713b8a06afbb25","name":"Push message with special chars payload","time":{"start":1726217946676,"stop":1726217946677,"duration":1},"status":"passed","severity":"normal"},{"uid":"1916a6e15a70987d","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687428,"stop":1726217687429,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef4fede9ecf10770","name":"Add multiple subscription objects on single nwaku node","time":{"start":1726218066316,"stop":1726218066316,"duration":0},"status":"passed","severity":"normal"},{"uid":"95c639a6bcb02022","name":"Push message with XML payload","time":{"start":1726217946700,"stop":1726217946705,"duration":5},"status":"passed","severity":"normal"},{"uid":"526eb17fa2b13c72","name":"Ephemeral field set to true","time":{"start":1726217455151,"stop":1726217455151,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab41c39994db8206","name":"should use DNS peer discovery with light client","time":{"start":1726217507043,"stop":1726217507044,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5ecb49d8f2e2a725","name":"Ordered callback, aborts when callback returns true","time":{"start":1726218071326,"stop":1726218071349,"duration":23},"status":"passed","severity":"normal"},{"uid":"2b5c279cd9778fa4","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1726217441570,"stop":1726217441570,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8a8d04095de31cb","name":"should not fail to start the service if it is already started","time":{"start":1726217978650,"stop":1726217978650,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a1e4b90919f2275","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1726217705997,"stop":1726217705997,"duration":0},"status":"passed","severity":"normal"},{"uid":"eea280ce78bad141","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","time":{"start":1726217868235,"stop":1726217868236,"duration":1},"status":"passed","severity":"normal"},{"uid":"8085f42cd3c196ca","name":"Reopen subscription with peer with lost subscription","time":{"start":1726217567472,"stop":1726217567473,"duration":1},"status":"passed","severity":"normal"},{"uid":"129712e73ee93a04","name":"Rejects garbage","time":{"start":1726217477826,"stop":1726217477826,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e6e42f34c4e0edf","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1726218020454,"stop":1726218020455,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bb30bb1031e3773","name":"can start the service","time":{"start":1726217978645,"stop":1726217978645,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f5bb894d6388e30","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1726217687425,"stop":1726217687425,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2f9a85bece3da3d","name":"Check received message containing special chars","time":{"start":1726217677792,"stop":1726217677796,"duration":4},"status":"passed","severity":"normal"},{"uid":"c8736293f26b6ab4","name":"Check received message with timestamp: 1726217492603000000 ","time":{"start":1726217677827,"stop":1726217677828,"duration":1},"status":"passed","severity":"normal"},{"uid":"155d181d2dd11c63","name":"can start and stop the service","time":{"start":1726217978645,"stop":1726217978647,"duration":2},"status":"passed","severity":"normal"},{"uid":"a2bd097e0388c856","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1726218139625,"stop":1726218139625,"duration":0},"status":"passed","severity":"normal"},{"uid":"77af0d3a6df2b44f","name":"Push message with custom timestamp: 1726214106169","time":{"start":1726218013725,"stop":1726218013726,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad14789021643eda","name":"should set field with only STORE enabled","time":{"start":1726217450208,"stop":1726217450208,"duration":0},"status":"passed","severity":"normal"},{"uid":"a127032ae9eea9cc","name":"Check message on other pubsub topic is not received","time":{"start":1726217924741,"stop":1726217924741,"duration":0},"status":"passed","severity":"normal"},{"uid":"defa396601618ef1","name":"ignores domain fetching errors","time":{"start":1726217463039,"stop":1726217463039,"duration":0},"status":"passed","severity":"normal"},{"uid":"f46a65f5ec61cbfc","name":"Push message with Basic HTML tag payload","time":{"start":1726218013693,"stop":1726218013694,"duration":1},"status":"passed","severity":"normal"},{"uid":"51795d515438cd82","name":"Query Generator, Multiple PubsubTopics","time":{"start":1726218054673,"stop":1726218054683,"duration":10},"status":"passed","severity":"normal"},{"uid":"a81da45f4f55371c","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1726217441538,"stop":1726217441538,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce59ddecf13507d5","name":"Check received message containing unicode special characters","time":{"start":1726217677825,"stop":1726217677826,"duration":1},"status":"passed","severity":"normal"},{"uid":"37ad5ce9bcc2a248","name":"Overlapping topic subscription","time":{"start":1726218066298,"stop":1726218066298,"duration":0},"status":"passed","severity":"normal"},{"uid":"710bc8b5c8768c20","name":"LightPush with 0 connections","time":{"start":1726217742496,"stop":1726217742496,"duration":0},"status":"passed","severity":"normal"},{"uid":"afefb99825cc86c","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1726217441553,"stop":1726217441553,"duration":0},"status":"passed","severity":"normal"},{"uid":"df2f8c58c95060a5","name":"Default pageSize","time":{"start":1726218085663,"stop":1726218085664,"duration":1},"status":"passed","severity":"normal"},{"uid":"a66bad0317669e01","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1726218066315,"stop":1726218066316,"duration":1},"status":"passed","severity":"normal"},{"uid":"343ca7315e867332","name":"Check meta is set [ecies]","time":{"start":1726217474514,"stop":1726217474514,"duration":0},"status":"passed","severity":"normal"},{"uid":"acdbddd856132ef9","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726217577133,"stop":1726217577133,"duration":0},"status":"passed","severity":"normal"},{"uid":"45435efc6222a176","name":"random static sharding 9 - Cluster ID: 340, Shard ID: 336","time":{"start":1726218039631,"stop":1726218039631,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc6e8a051f69ff43","name":"Check message with no content topic is not received","time":{"start":1726217677844,"stop":1726217677844,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff651ac650aa0b69","name":"Push message with Arabic payload","time":{"start":1726218013691,"stop":1726218013691,"duration":0},"status":"passed","severity":"normal"},{"uid":"62582c25cfe4c6ae","name":"Push message with special chars payload","time":{"start":1726218013690,"stop":1726218013690,"duration":0},"status":"passed","severity":"normal"},{"uid":"32351918145325f1","name":"Push message with custom timestamp: 1726221342715","time":{"start":1726217946744,"stop":1726217946744,"duration":0},"status":"passed","severity":"normal"},{"uid":"de04ba40cdd8c7e7","name":"should not receive a peer event before start","time":{"start":1726217978667,"stop":1726217978667,"duration":0},"status":"passed","severity":"normal"},{"uid":"3102ce46df784b5a","name":"Check received message containing emoji","time":{"start":1726217924758,"stop":1726217924759,"duration":1},"status":"passed","severity":"normal"},{"uid":"e29eb799a4dcdfa","name":"Relay - dialed after","time":{"start":1726218095393,"stop":1726218095393,"duration":0},"status":"passed","severity":"normal"},{"uid":"96e4f8d648db6854","name":"should be called for bootstrap peers","time":{"start":1726217500287,"stop":1726217500288,"duration":1},"status":"passed","severity":"normal"},{"uid":"2aef1dcc86b612f6","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1726217608003,"stop":1726217608004,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9cd260e858660ef","name":"throws on content topic with empty encoding field","time":{"start":1726217441536,"stop":1726217441537,"duration":1},"status":"passed","severity":"normal"},{"uid":"31c339942342c875","name":"Push message with custom timestamp: 1726214142715","time":{"start":1726217946744,"stop":1726217946744,"duration":0},"status":"passed","severity":"normal"},{"uid":"da728877ee37693","name":"Fails to push message with empty content topic","time":{"start":1726218013720,"stop":1726218013723,"duration":3},"status":"passed","severity":"normal"},{"uid":"c575faf23badb7e0","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1726217463043,"stop":1726217463043,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f67ce95b2517dcfb","name":"Check publish message after service node is restarted","time":{"start":1726217976620,"stop":1726217976621,"duration":1},"status":"skipped","severity":"normal"},{"uid":"1718215cb2ff9a1b","name":"Check received message with timestamp: 1726217492448000000 ","time":{"start":1726217924759,"stop":1726217924759,"duration":0},"status":"passed","severity":"normal"},{"uid":"d495f5ba3b9e96f6","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687424,"stop":1726217687424,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2c89de5fbb24030","name":"Check received message containing long","time":{"start":1726217677785,"stop":1726217677791,"duration":6},"status":"passed","severity":"normal"},{"uid":"c7f9038e88742c57","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1726217724200,"stop":1726217724201,"duration":1},"status":"passed","severity":"normal"},{"uid":"47dce93e0c12260d","name":"returns all values when wanted number matches available values","time":{"start":1726217461851,"stop":1726217461852,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf8879057b42a0c2","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1726218139626,"stop":1726218139626,"duration":0},"status":"passed","severity":"normal"},{"uid":"169693eed88d11f4","name":"Subscribe to topic containing Script and receive message","time":{"start":1726218066305,"stop":1726218066307,"duration":2},"status":"passed","severity":"normal"},{"uid":"15bf405d74da5c22","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1726217441553,"stop":1726217441554,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d6d58bdcb63c947","name":"Subscribe to topic containing XML and receive message","time":{"start":1726218066281,"stop":1726218066281,"duration":0},"status":"passed","severity":"normal"},{"uid":"406e7760a6b203bf","name":"Fails to publish message with wrong content topic","time":{"start":1726217976615,"stop":1726217976616,"duration":1},"status":"passed","severity":"normal"},{"uid":"a42c67f43b954f20","name":"Publishes to nwaku","time":{"start":1726217949325,"stop":1726217949325,"duration":0},"status":"passed","severity":"normal"},{"uid":"18983dd94a18de7","name":"should properly create peer info with all multiaddrs","time":{"start":1726217450206,"stop":1726217450207,"duration":1},"status":"passed","severity":"normal"},{"uid":"8632721549e14843","name":"new peer added after a peer was already found","time":{"start":1726217955949,"stop":1726217955949,"duration":0},"status":"skipped","severity":"normal"},{"uid":"560149277e959387","name":"Subscribe to topic containing Script and receive message","time":{"start":1726218066281,"stop":1726218066281,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c5d67241e843233","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1726218091300,"stop":1726218091300,"duration":0},"status":"passed","severity":"normal"},{"uid":"be2c88b74d3d369c","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1726218066295,"stop":1726218066295,"duration":0},"status":"passed","severity":"normal"},{"uid":"279eecbe50eba447","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1726217441556,"stop":1726217441556,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc42a85f29c1e597","name":"should only return 1 node with relay and store capability","time":{"start":1726217463040,"stop":1726217463041,"duration":1},"status":"passed","severity":"normal"},{"uid":"95127b0d06c21192","name":"Generator, 2 different pubsubtopics","time":{"start":1726218061979,"stop":1726218061979,"duration":0},"status":"passed","severity":"normal"},{"uid":"6af678b35c2f4a73","name":"nwaku subscribes","time":{"start":1726217949322,"stop":1726217949323,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8581a6e5485075c","name":"different cluster, different shard: nodes don't connect","time":{"start":1726217687416,"stop":1726217687416,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac8a402fcc401b07","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1726217687450,"stop":1726217687451,"duration":1},"status":"passed","severity":"normal"},{"uid":"394c68283a7a8ff2","name":"Check publish message containing Basic HTML tag","time":{"start":1726217976603,"stop":1726217976603,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7744a9a71a89187","name":"should not receive a peer event before start","time":{"start":1726217507042,"stop":1726217507042,"duration":0},"status":"passed","severity":"normal"},{"uid":"a14b3b2df2a62266","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1726217441557,"stop":1726217441557,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ceb98ed5f653578","name":"Subscribe to topic containing short and publish message","time":{"start":1726217980039,"stop":1726217980039,"duration":0},"status":"passed","severity":"normal"},{"uid":"7156390733722e1","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1726217444067,"stop":1726217444067,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fa3ec0d1abfcfcd","name":"should properly create location multiaddrs - udp","time":{"start":1726217450206,"stop":1726217450206,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d63ae885f0671ee","name":"should add and remove event listeners correctly","time":{"start":1726217466678,"stop":1726217466678,"duration":0},"status":"passed","severity":"normal"},{"uid":"39b9911ab7b31593","name":"Publish message with custom timestamp: Sat Sep 23 2023 08:59:09 GMT+0000 (Coordinated Universal Time)","time":{"start":1726217976609,"stop":1726217976610,"duration":1},"status":"passed","severity":"normal"},{"uid":"e25eca97863e029e","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726217577152,"stop":1726217577153,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b1b47038ecaf847","name":"Check message with no pubsub topic is not received","time":{"start":1726217677844,"stop":1726217677844,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fa765fa058e38dc","name":"random static sharding 8 - Cluster ID: 299, Shard ID: 381","time":{"start":1726218039630,"stop":1726218039630,"duration":0},"status":"passed","severity":"normal"},{"uid":"3228440b0ce36330","name":"Check received message containing unicode special characters","time":{"start":1726217924758,"stop":1726217924758,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f97f03312eb9c3f","name":"Mutual subscription","time":{"start":1726217980034,"stop":1726217980035,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd1b79a5dfd61553","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","time":{"start":1726217868232,"stop":1726217868232,"duration":0},"status":"passed","severity":"normal"},{"uid":"25240476a78d2eb7","name":"Renews peer on consistent missed messages","time":{"start":1726217603245,"stop":1726217603246,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a6f8c35e30b3a1e","name":"Query generator for multiple messages with different message text format","time":{"start":1726218071323,"stop":1726218071324,"duration":1},"status":"passed","severity":"normal"},{"uid":"d95bdd3c5fcc3d8","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1726217549450,"stop":1726217549450,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa3b33c00932961f","name":"Push message with content topic containing special chars","time":{"start":1726217946724,"stop":1726217946724,"duration":0},"status":"passed","severity":"normal"},{"uid":"34e19b98ba411c0e","name":"Filter with 1 connections","time":{"start":1726217742497,"stop":1726217742498,"duration":1},"status":"passed","severity":"normal"},{"uid":"4173215c27f58299","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1726217577138,"stop":1726217577146,"duration":8},"status":"passed","severity":"normal"},{"uid":"a03a7e9813f53881","name":"Push message with SQL Injection payload","time":{"start":1726217946697,"stop":1726217946698,"duration":1},"status":"passed","severity":"normal"},{"uid":"90384b357a2fa489","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1726217868248,"stop":1726217868249,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2d1562737d69c87","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1726217724200,"stop":1726217724200,"duration":0},"status":"passed","severity":"normal"},{"uid":"42046d79d859bdb0","name":"Query generator for multiple messages with multiple decoders","time":{"start":1726218071324,"stop":1726218071324,"duration":0},"status":"passed","severity":"normal"},{"uid":"f110014bb68fc085","name":"Check publish message containing escaped characters","time":{"start":1726217976604,"stop":1726217976606,"duration":2},"status":"passed","severity":"normal"},{"uid":"780cb6abf9cec399","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1726217577147,"stop":1726217577148,"duration":1},"status":"passed","severity":"normal"},{"uid":"aeba21aec66b684","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1726218020451,"stop":1726218020451,"duration":0},"status":"passed","severity":"normal"},{"uid":"591f890830c9edf4","name":"Check received message containing short","time":{"start":1726217677784,"stop":1726217677785,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a503b6eb9914d20","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1726217608002,"stop":1726217608002,"duration":0},"status":"passed","severity":"normal"},{"uid":"59e2028896053828","name":"Using a function","time":{"start":1726218090764,"stop":1726218090764,"duration":0},"status":"passed","severity":"normal"},{"uid":"efd5d7880c60bac0","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1726217868249,"stop":1726217868250,"duration":1},"status":"passed","severity":"normal"},{"uid":"83fc48cd9502e5ce","name":"Ping on peer without subscriptions","time":{"start":1726217567470,"stop":1726217567471,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cc35be5beb2596","name":"should throw an error if shards are undefined for static sharding","time":{"start":1726217441554,"stop":1726217441554,"duration":0},"status":"passed","severity":"normal"},{"uid":"1be6b513a505eacb","name":"should get / set UDP multiaddr","time":{"start":1726217450199,"stop":1726217450199,"duration":0},"status":"passed","severity":"normal"},{"uid":"e54dc3a22d1203cb","name":"Check received message containing escaped characters","time":{"start":1726217677823,"stop":1726217677825,"duration":2},"status":"passed","severity":"normal"},{"uid":"3a32b0028b9f79ca","name":"Fails to push message with large meta","time":{"start":1726217946741,"stop":1726217946741,"duration":0},"status":"passed","severity":"normal"},{"uid":"1595ee22a856bad","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726217577137,"stop":1726217577137,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e3de8fe60b5e45a","name":"Encoder throws on undefined content topic","time":{"start":1726217474514,"stop":1726217474514,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1d2dd506ddaa322","name":"should encodeTxt and decodeTxt","time":{"start":1726217450193,"stop":1726217450193,"duration":0},"status":"passed","severity":"normal"},{"uid":"de45df2ab2405988","name":"Check received message with timestamp: 1649153314 ","time":{"start":1726217677835,"stop":1726217677841,"duration":6},"status":"passed","severity":"normal"},{"uid":"e15aca594ff4cbfb","name":"should get / set TCP multiaddr","time":{"start":1726217450199,"stop":1726217450203,"duration":4},"status":"passed","severity":"normal"},{"uid":"b19c2b84bd0067f8","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1726217441556,"stop":1726217441556,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ae70dc76b5f53","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1726217441567,"stop":1726217441568,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5be96194f8f36d4","name":"Push message with content topic containing emoji","time":{"start":1726217946740,"stop":1726217946740,"duration":0},"status":"passed","severity":"normal"},{"uid":"81f573bff6c68007","name":"Subscribe to topic containing long and receive message","time":{"start":1726217706001,"stop":1726217706001,"duration":0},"status":"passed","severity":"normal"},{"uid":"925b1c919a4ad23d","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1726217687427,"stop":1726217687428,"duration":1},"status":"passed","severity":"normal"},{"uid":"af16cec20f846056","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1726217980055,"stop":1726217980055,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e414a47fc3062f6","name":"Filter with 3 connections","time":{"start":1726217742503,"stop":1726217742503,"duration":0},"status":"passed","severity":"normal"},{"uid":"34874ce83d30c413","name":"Asymmetric encrypt & decrypt","time":{"start":1726217473323,"stop":1726217473323,"duration":0},"status":"passed","severity":"normal"},{"uid":"577d3f0ec67fefa7","name":"A test","time":{"start":1726217804645,"stop":1726217804646,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0dd8b9748ec0ef3","name":"Check message with non string payload is not received","time":{"start":1726217677845,"stop":1726217677846,"duration":1},"status":"passed","severity":"normal"},{"uid":"be7ef5cf7a377c0","name":"Promise Callback - true","time":{"start":1726218063109,"stop":1726218063110,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a6b29b2737111e","name":"Push message with shell command payload","time":{"start":1726217946720,"stop":1726217946720,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb5b042bce7a7630","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1726217493336,"stop":1726217493338,"duration":2},"status":"passed","severity":"normal"},{"uid":"666c45e548af8496","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1726217450194,"stop":1726217450194,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed0498a10a1e8886","name":"isConnected should return false after all peers disconnect","time":{"start":1726217549452,"stop":1726217549452,"duration":0},"status":"passed","severity":"normal"},{"uid":"fee6e504776f4387","name":"Push message with content topic containing short","time":{"start":1726218013698,"stop":1726218013698,"duration":0},"status":"passed","severity":"normal"},{"uid":"48981eb82341f9c8","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1726218039633,"stop":1726218039634,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8bed61fc70d46be","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1726217462332,"stop":1726217462333,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5eb38e2a4a1dc3d","name":"same cluster, different shard: nodes don't connect","time":{"start":1726217687414,"stop":1726217687414,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba693ab0b047ac50","name":"Subscribe and receives messages on 20 topics","time":{"start":1726218066297,"stop":1726218066297,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bf46a1397bddf6","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1726217960211,"stop":1726217960211,"duration":0},"status":"passed","severity":"normal"},{"uid":"a027ff90bfff3b8c","name":"Push message with SQL Injection payload","time":{"start":1726218013692,"stop":1726218013692,"duration":0},"status":"passed","severity":"normal"},{"uid":"e526ec3fd1963b8e","name":"should not fail to stop the service if it was not started","time":{"start":1726217466674,"stop":1726217466675,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5c4025f4cf0c155","name":"Ping on unsubscribed peer","time":{"start":1726217567471,"stop":1726217567472,"duration":1},"status":"passed","severity":"normal"},{"uid":"5006e955dc9c9c9f","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687426,"stop":1726217687426,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b310b936cdc7140","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1726217441547,"stop":1726217441547,"duration":0},"status":"passed","severity":"normal"},{"uid":"54cfcd81a69d590c","name":"Query Generator - false","time":{"start":1726218063101,"stop":1726218063102,"duration":1},"status":"passed","severity":"normal"},{"uid":"afc4890543196d66","name":"Check publish message containing Russian","time":{"start":1726217976601,"stop":1726217976601,"duration":0},"status":"passed","severity":"normal"},{"uid":"27cd581dbeec6913","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app95/8/topic808/test.js","time":{"start":1726218011623,"stop":1726218011623,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5385358797e053e","name":"Relay - dialed first","time":{"start":1726218095392,"stop":1726218095393,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ffafc8d8a1c4350","name":"Check publish message containing numeric","time":{"start":1726217976599,"stop":1726217976599,"duration":0},"status":"passed","severity":"normal"},{"uid":"5da36c021f581f17","name":"should set field with all protocols disabled","time":{"start":1726217450207,"stop":1726217450207,"duration":0},"status":"passed","severity":"normal"},{"uid":"b70b5bb13275e661","name":"should not receive a peer event after stop","time":{"start":1726217978667,"stop":1726217978667,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa930ca5f2fb2f33","name":"Push message with rate limit","time":{"start":1726217946742,"stop":1726217946743,"duration":1},"status":"passed","severity":"normal"},{"uid":"171f63e0abd388e3","name":"Check publish message containing Script","time":{"start":1726217976602,"stop":1726217976602,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1c22e5b6524f69e","name":"Check received message containing Script","time":{"start":1726217677813,"stop":1726217677814,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9a0f8a733a691ea","name":"non connected peers","time":{"start":1726217925016,"stop":1726217925016,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6261c0636e1b38eb","name":"connected peers and dial","time":{"start":1726217925015,"stop":1726217925015,"duration":0},"status":"skipped","severity":"normal"},{"uid":"369e2e1f3d78afd5","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1726218054684,"stop":1726218054688,"duration":4},"status":"passed","severity":"normal"},{"uid":"350ad1a5f71be573","name":"Filter","time":{"start":1726218095395,"stop":1726218095395,"duration":0},"status":"passed","severity":"normal"},{"uid":"6df164cff7642ed4","name":"Query Generator - true","time":{"start":1726218063101,"stop":1726218063101,"duration":0},"status":"passed","severity":"normal"},{"uid":"26346756a1797bfe","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1726217687443,"stop":1726217687444,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0ec8cc6acacc39a","name":"Check received message with timestamp: 1726217492448 ","time":{"start":1726217924759,"stop":1726217924762,"duration":3},"status":"passed","severity":"normal"},{"uid":"d15ebb9c40f10e66","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1726217724199,"stop":1726217724199,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4a6c731c5ba181f","name":"Fails to publish message with size larger than 1 MB","time":{"start":1726217976619,"stop":1726217976620,"duration":1},"status":"passed","severity":"normal"},{"uid":"643a5ef7efb4579f","name":"Push message with numeric payload","time":{"start":1726218013690,"stop":1726218013690,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8a0b62e494156e2","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1726218039627,"stop":1726218039627,"duration":0},"status":"passed","severity":"normal"},{"uid":"846f49de92e30ab6","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1726218066275,"stop":1726218066275,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb08c5a6f6db0f02","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1726217441561,"stop":1726217441561,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3859a2c7815d1c1","name":"pre and post cipher","time":{"start":1726217473324,"stop":1726217473325,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac26df81bb1c1915","name":"handles different networkShards values correctly","time":{"start":1726217441549,"stop":1726217441550,"duration":1},"status":"passed","severity":"normal"},{"uid":"630dc2f0f3d5087d","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1726218071325,"stop":1726218071326,"duration":1},"status":"passed","severity":"normal"},{"uid":"e13a13fd6ca5d2ff","name":"Generator, 2 different pubsubtopics","time":{"start":1726218061980,"stop":1726218061981,"duration":1},"status":"passed","severity":"normal"},{"uid":"e046b18e4b9b75eb","name":"Subscribe and receive messages via lightPush","time":{"start":1726217705987,"stop":1726217705988,"duration":1},"status":"passed","severity":"normal"},{"uid":"75edb88255806c74","name":"Check message with no payload is not received","time":{"start":1726217924765,"stop":1726217924765,"duration":0},"status":"passed","severity":"normal"},{"uid":"1915a37224b4eead","name":"Push message with emoji payload","time":{"start":1726217946721,"stop":1726217946721,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fd74a0165a35678","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1726217472851,"stop":1726217472853,"duration":2},"status":"passed","severity":"normal"},{"uid":"b1da881b4a2fd795","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","time":{"start":1726217868236,"stop":1726217868237,"duration":1},"status":"passed","severity":"normal"},{"uid":"3650feca32375c67","name":"Subscribe to topic containing emoji and publish message","time":{"start":1726217980055,"stop":1726217980056,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5c38f247a1dd326","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1726217493339,"stop":1726217493339,"duration":0},"status":"passed","severity":"normal"},{"uid":"176c58e700c9d627","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1726218066298,"stop":1726218066298,"duration":0},"status":"passed","severity":"normal"},{"uid":"577d01f43f1495bd","name":"handles multiple messages","time":{"start":1726218077305,"stop":1726218077305,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a53fe670213405a","name":"does not throw on valid cases","time":{"start":1726217441531,"stop":1726217441531,"duration":0},"status":"passed","severity":"normal"},{"uid":"fee230f6a1feb1de","name":"Overlapping topic subscription","time":{"start":1726217706000,"stop":1726217706000,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2831c813634ca9b","name":"Subscribe and receive messages via waku relay post","time":{"start":1726218066274,"stop":1726218066274,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ea3681e72b4a3ab","name":"throws an error for improperly formatted content topics","time":{"start":1726217441550,"stop":1726217441550,"duration":0},"status":"passed","severity":"normal"},{"uid":"f591f16c528f3754","name":"Light Node - default protocols","time":{"start":1726218095395,"stop":1726218095395,"duration":0},"status":"passed","severity":"normal"},{"uid":"e44df5c108d260a3","name":"Query Generator, Wrong PubsubTopic","time":{"start":1726218054673,"stop":1726218054673,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca68ae3dc8e86300","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726217687439,"stop":1726217687439,"duration":0},"status":"passed","severity":"normal"},{"uid":"872bd653fe613d0","name":"Check publish message containing SQL Injection","time":{"start":1726217976601,"stop":1726217976602,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a918a6e973d43a0","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1726217687423,"stop":1726217687423,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea09cf19f1ee130c","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1726217441538,"stop":1726217441544,"duration":6},"status":"passed","severity":"normal"},{"uid":"283fbfb203367c56","name":"Reopen subscription with peer with lost subscription","time":{"start":1726217551920,"stop":1726217551921,"duration":1},"status":"passed","severity":"normal"},{"uid":"acd25a9e045c20fa","name":"should load peers from local storage and dispatch events","time":{"start":1726217466677,"stop":1726217466677,"duration":0},"status":"passed","severity":"normal"},{"uid":"dec0f2a0fa9d8928","name":"random static sharding 10 - Cluster ID: 415, Shard ID: 397","time":{"start":1726218039631,"stop":1726218039631,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c6d35273bb5d2bc","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1726217706010,"stop":1726217706011,"duration":1},"status":"passed","severity":"normal"},{"uid":"1980ceed23b18d7c","name":"Subscribe and receives messages on 20 topics","time":{"start":1726218066275,"stop":1726218066275,"duration":0},"status":"passed","severity":"normal"},{"uid":"f974fb36c1ad20d9","name":"Push message with content topic containing Script","time":{"start":1726218013702,"stop":1726218013712,"duration":10},"status":"passed","severity":"normal"},{"uid":"bbeb1f06bb1cc096","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1726217687422,"stop":1726217687422,"duration":0},"status":"passed","severity":"normal"},{"uid":"c38ff0aa5014373","name":"Refresh subscription","time":{"start":1726218066277,"stop":1726218066277,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecb4dbb01334f29d","name":"random static sharding 6 - Cluster ID: 431, Shard ID: 247","time":{"start":1726218039629,"stop":1726218039629,"duration":0},"status":"passed","severity":"normal"},{"uid":"34f44e129050bce6","name":"Waku message hash computation (payload length 0)","time":{"start":1726217444068,"stop":1726217444068,"duration":0},"status":"passed","severity":"normal"},{"uid":"569d2a07b0a33503","name":"Push message with content topic containing numeric","time":{"start":1726218013699,"stop":1726218013700,"duration":1},"status":"passed","severity":"normal"},{"uid":"befb0566995e0530","name":"Push message on custom pubsubTopic","time":{"start":1726217804580,"stop":1726217804580,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc6687a77da92d","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1726217441566,"stop":1726217441566,"duration":0},"status":"passed","severity":"normal"},{"uid":"740b35e4ea1f331a","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1726217500288,"stop":1726217500290,"duration":2},"status":"passed","severity":"normal"},{"uid":"fd07b200094621c3","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1726217868247,"stop":1726217868248,"duration":1},"status":"passed","severity":"normal"},{"uid":"e12b17f9d8cc7435","name":"Push message equal or less that 1MB","time":{"start":1726218013729,"stop":1726218013730,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea335f24d619f36b","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app37/1/topic193/proto","time":{"start":1726218011624,"stop":1726218011624,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b0118d58f5347dc","name":"Check received message with timestamp: 1649153314 ","time":{"start":1726217924763,"stop":1726217924763,"duration":0},"status":"passed","severity":"normal"},{"uid":"eed9fd3f4e271512","name":"should decode valid enr with tcp successfully","time":{"start":1726217450194,"stop":1726217450195,"duration":1},"status":"passed","severity":"normal"},{"uid":"5691568a6136f845","name":"random static sharding 4 - Cluster ID: 517, Shard ID: 214","time":{"start":1726218039628,"stop":1726218039628,"duration":0},"status":"passed","severity":"normal"},{"uid":"a974dc35348d8bf9","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1726217955949,"stop":1726217955949,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f905fc86f8a7bacc","name":"Check message on other pubsub topic is not received","time":{"start":1726217677843,"stop":1726217677843,"duration":0},"status":"passed","severity":"normal"},{"uid":"34469831c12b20da","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1726217441564,"stop":1726217441564,"duration":0},"status":"passed","severity":"normal"},{"uid":"46da2f5652808e97","name":"Passing cursor with wrong pubsubTopic","time":{"start":1726218020459,"stop":1726218020460,"duration":1},"status":"passed","severity":"normal"},{"uid":"a16ed47e57a9e8be","name":"Subscribe to topic containing special chars and publish message","time":{"start":1726217980049,"stop":1726217980050,"duration":1},"status":"passed","severity":"normal"},{"uid":"833526ba1cdb55de","name":"should properly create location multiaddrs - udp6","time":{"start":1726217450205,"stop":1726217450205,"duration":0},"status":"passed","severity":"normal"},{"uid":"916f4fe4fc4b1b3e","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1726217706005,"stop":1726217706005,"duration":0},"status":"passed","severity":"normal"},{"uid":"71e016fe5642d185","name":"Check message received after jswaku node is restarted","time":{"start":1726217924743,"stop":1726217924743,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4e023238762566f1","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1726217687447,"stop":1726217687449,"duration":2},"status":"passed","severity":"normal"},{"uid":"21ea567502913d50","name":"Check received message containing special chars","time":{"start":1726217924745,"stop":1726217924745,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec4f413dbf24196e","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1726217960212,"stop":1726217960212,"duration":0},"status":"passed","severity":"normal"},{"uid":"d37f0742a50075a8","name":"creates an iterator","time":{"start":1726218077305,"stop":1726218077305,"duration":0},"status":"passed","severity":"normal"},{"uid":"52aa7f8c3c7dab29","name":"Check publish message after client node is restarted","time":{"start":1726217976621,"stop":1726217976622,"duration":1},"status":"skipped","severity":"normal"},{"uid":"42f866ea9a68472e","name":"Publish without waiting for remote peer","time":{"start":1726217980035,"stop":1726217980036,"duration":1},"status":"passed","severity":"normal"},{"uid":"face8bb30fdbac53","name":"LightPush with 3 connections","time":{"start":1726217742503,"stop":1726217742503,"duration":0},"status":"passed","severity":"normal"},{"uid":"b47d8a43c7112de1","name":"should throw an error for insufficient data","time":{"start":1726217441572,"stop":1726217441572,"duration":0},"status":"passed","severity":"normal"},{"uid":"af0348ae06699822","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1726217441566,"stop":1726217441566,"duration":0},"status":"passed","severity":"normal"},{"uid":"115056d3123b5f7e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1726217441563,"stop":1726217441563,"duration":0},"status":"passed","severity":"normal"},{"uid":"249e9bfd52485f18","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1726217724203,"stop":1726217724203,"duration":0},"status":"passed","severity":"normal"},{"uid":"223cc97ebfa4f915","name":"removeEventListener with correct event","time":{"start":1726217533046,"stop":1726217533046,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5cc9eb2b2619f9d","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","time":{"start":1726217868233,"stop":1726217868233,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0fb4e9e26f6b570","name":"Push 30 different messages","time":{"start":1726218013697,"stop":1726218013697,"duration":0},"status":"passed","severity":"normal"},{"uid":"10f9bae00905c9d9","name":"should throw error - no public key","time":{"start":1726217450195,"stop":1726217450196,"duration":1},"status":"passed","severity":"normal"},{"uid":"394d8788832ad6a8","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726217804575,"stop":1726217804575,"duration":0},"status":"passed","severity":"normal"},{"uid":"f636d4713111fb9c","name":"Decoder throws on empty string content topic","time":{"start":1726217474515,"stop":1726217474516,"duration":1},"status":"passed","severity":"normal"},{"uid":"29032cfb5e36730d","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1726217441553,"stop":1726217441553,"duration":0},"status":"passed","severity":"normal"},{"uid":"4484ab6bc79d4a9a","name":"Push message with content topic containing Arabic","time":{"start":1726217946725,"stop":1726217946728,"duration":3},"status":"passed","severity":"normal"},{"uid":"872c80c1f279eeb4","name":"addEventListener with wrong event","time":{"start":1726217533046,"stop":1726217533046,"duration":0},"status":"passed","severity":"normal"},{"uid":"57ba563e6eb3f53","name":"should not fail to stop the service if it was not started","time":{"start":1726217507039,"stop":1726217507040,"duration":1},"status":"passed","severity":"normal"},{"uid":"2023ebfaf707bc74","name":"throws on content topic with empty topic name field","time":{"start":1726217441536,"stop":1726217441536,"duration":0},"status":"passed","severity":"normal"},{"uid":"379d34be8192b129","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218061979,"stop":1726218061979,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ebf835b7cb2079b","name":"Check received message containing escaped characters","time":{"start":1726217924737,"stop":1726217924737,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5d3f2d61b9e7c6b","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1726217462336,"stop":1726217462336,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dd97c30e82ba1c6","name":"Number of peers are maintained correctly","time":{"start":1726217751144,"stop":1726217751144,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fa845975c176d82","name":"can start the service","time":{"start":1726217507037,"stop":1726217507038,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3c2e11c53c4563","name":"Subscribe to topic containing shell command and receive message","time":{"start":1726217706009,"stop":1726217706009,"duration":0},"status":"passed","severity":"normal"},{"uid":"b84d47afcf81a38","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1726217462333,"stop":1726217462334,"duration":1},"status":"passed","severity":"normal"},{"uid":"90d6244b18cb3998","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1726217449481,"stop":1726217449481,"duration":0},"status":"passed","severity":"normal"},{"uid":"3454605ed0d9a3","name":"Check received message containing Russian","time":{"start":1726217677810,"stop":1726217677812,"duration":2},"status":"passed","severity":"normal"},{"uid":"b9fa5df7d82ab3c4","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1726217444065,"stop":1726217444066,"duration":1},"status":"passed","severity":"normal"},{"uid":"7eea67dd54ca44a6","name":"Accepts a valid Waku Message","time":{"start":1726217477824,"stop":1726217477825,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bb32d7646448924","name":"throws on content topic with empty version field","time":{"start":1726217441535,"stop":1726217441535,"duration":0},"status":"passed","severity":"normal"},{"uid":"20f7e6a7dca25bdc","name":"Push message with content topic containing emoji","time":{"start":1726218013720,"stop":1726218013720,"duration":0},"status":"passed","severity":"normal"},{"uid":"5692dc5d47602a81","name":"Ephemeral field is preserved - encoder v0","time":{"start":1726217503655,"stop":1726217503656,"duration":1},"status":"passed","severity":"normal"},{"uid":"a19fa9505e421d8b","name":"Push message with long payload","time":{"start":1726218013689,"stop":1726218013689,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d554dbaaf5affb8","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1726217441547,"stop":1726217441547,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d685cd8bbeb331d","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1726217441547,"stop":1726217441547,"duration":0},"status":"passed","severity":"normal"},{"uid":"f673ab73b2de717c","name":"Passing page size 19 when there are 20 messages","time":{"start":1726218085661,"stop":1726218085662,"duration":1},"status":"passed","severity":"normal"},{"uid":"af31b0df6175fdc1","name":"Publish message with custom timestamp: Fri Sep 13 2024 07:59:09 GMT+0000 (Coordinated Universal Time)","time":{"start":1726217976610,"stop":1726217976611,"duration":1},"status":"passed","severity":"normal"},{"uid":"1843b00d8f2bd14","name":"should throw an error for missing required configuration","time":{"start":1726217441555,"stop":1726217441555,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c6da54044659602","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1726218011629,"stop":1726218011629,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bf5e85ce279ac3","name":"Subscribe to topic containing special chars and receive message","time":{"start":1726218066278,"stop":1726218066279,"duration":1},"status":"passed","severity":"normal"},{"uid":"9219a8190f0ad54f","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1726217441545,"stop":1726217441545,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e9c67811b271bd5","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1726217441563,"stop":1726217441563,"duration":0},"status":"passed","severity":"normal"},{"uid":"acd2681812c08aa9","name":"Push message with Basic HTML tag payload","time":{"start":1726217946705,"stop":1726217946718,"duration":13},"status":"passed","severity":"normal"},{"uid":"d60bf22b87acb74f","name":"Relay + Store","time":{"start":1726217503858,"stop":1726217503859,"duration":1},"status":"passed","severity":"normal"},{"uid":"98511c38589bd9e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1726217441558,"stop":1726217441558,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ea281db3267af3c","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1726217441559,"stop":1726217441559,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd303d1aa9443e74","name":"should throw an error for missing sharding configuration","time":{"start":1726217441568,"stop":1726217441568,"duration":0},"status":"passed","severity":"normal"},{"uid":"211400f5887a7683","name":"Check received message containing shell command","time":{"start":1726217924754,"stop":1726217924755,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a4990250e98ae5c","name":"Nwaku publishes","time":{"start":1726217949325,"stop":1726217949326,"duration":1},"status":"passed","severity":"normal"},{"uid":"b00c46347845a679","name":"Subscribe to topic containing Script and publish message","time":{"start":1726217980052,"stop":1726217980052,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f25e3f990a9cdbf","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1726218091300,"stop":1726218091300,"duration":0},"status":"passed","severity":"normal"},{"uid":"29ecdd5f7363029a","name":"Encoder throws on empty string content topic","time":{"start":1726217472855,"stop":1726217472856,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2d387150ef2f747","name":"Subscribe to topic containing short and receive message","time":{"start":1726218066299,"stop":1726218066299,"duration":0},"status":"passed","severity":"normal"},{"uid":"9eb1bd1efcf37a35","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1726217687438,"stop":1726217687438,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d36ffff19a47e8b","name":"should properly create location multiaddrs - tcp4","time":{"start":1726217450204,"stop":1726217450205,"duration":1},"status":"passed","severity":"normal"},{"uid":"f31d496356106eef","name":"Push message with content topic containing Chinese","time":{"start":1726218013700,"stop":1726218013700,"duration":0},"status":"passed","severity":"normal"},{"uid":"c461003765ada517","name":"Privacy Node - default protocol","time":{"start":1726218095396,"stop":1726218095396,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bb613c59fad5aa5","name":"can start and stop the service","time":{"start":1726217466673,"stop":1726217466674,"duration":1},"status":"passed","severity":"normal"},{"uid":"4361aea2bfb11075","name":"Check received message containing special chars","time":{"start":1726217924730,"stop":1726217924730,"duration":0},"status":"passed","severity":"normal"},{"uid":"3017e8be06448635","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1726217706005,"stop":1726217706005,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3ae8490085a1f08","name":"should return the pubsub topic directly if a string is provided","time":{"start":1726217441565,"stop":1726217441565,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9a095a31d4342b8","name":"Query with Promise Callback, No message returned","time":{"start":1726218054703,"stop":1726218054704,"duration":1},"status":"passed","severity":"normal"},{"uid":"74663ade5407f68c","name":"throws on content topic with too few or too many fields","time":{"start":1726217441532,"stop":1726217441533,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f1b962b50f38baf","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726217804582,"stop":1726217804582,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3259767a1d0e57","name":"unsubscribes","time":{"start":1726218077306,"stop":1726218077306,"duration":0},"status":"passed","severity":"normal"},{"uid":"da919af74647f023","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1726218066286,"stop":1726218066287,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a1f796910147395","name":"Check received message containing SQL Injection","time":{"start":1726217924733,"stop":1726217924733,"duration":0},"status":"passed","severity":"normal"},{"uid":"15f57851aa315469","name":"ignores unrecognized TXT record formats","time":{"start":1726217463039,"stop":1726217463039,"duration":0},"status":"passed","severity":"normal"},{"uid":"663f441ba2161d95","name":"Check received message containing JSON","time":{"start":1726217924735,"stop":1726217924736,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c248b72f3c6af5e","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1726217924740,"stop":1726217924740,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a8433e86cab8872","name":"different cluster, different shard: nodes don't connect","time":{"start":1726217848421,"stop":1726217848421,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0dbf51dfa7f3528","name":"Reusing cursor across nodes","time":{"start":1726218020457,"stop":1726218020458,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"6204cea0eea6b69f","name":"same cluster, same shard: nodes connect","time":{"start":1726218523006,"stop":1726218523006,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0e0e4b95a9693ba","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1726218812474,"stop":1726218812474,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c13409efc28ba3b","name":"Check message with no payload is not received","time":{"start":1726218510990,"stop":1726218510990,"duration":0},"status":"passed","severity":"normal"},{"uid":"a96b18887e656f30","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1726218291079,"stop":1726218291079,"duration":0},"status":"passed","severity":"normal"},{"uid":"5be8bc1a2f3bf356","name":"Meta field set when metaSetter is specified","time":{"start":1726218296784,"stop":1726218296784,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea9995e30f4b8f8c","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1726218956168,"stop":1726218956168,"duration":0},"status":"passed","severity":"normal"},{"uid":"790ad79c98d678db","name":"listenerCount","time":{"start":1726218375493,"stop":1726218375494,"duration":1},"status":"passed","severity":"normal"},{"uid":"32070ae6cab1c299","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1726218788034,"stop":1726218788034,"duration":0},"status":"passed","severity":"normal"},{"uid":"c519bf1090181949","name":"should handle a minimal index list","time":{"start":1726218283106,"stop":1726218283107,"duration":1},"status":"passed","severity":"normal"},{"uid":"673cc6f45d1229df","name":"Query generator for 2000 messages","time":{"start":1726218903005,"stop":1726218903006,"duration":1},"status":"passed","severity":"normal"},{"uid":"c447ef69b898fcf1","name":"Correctly serialized arguments","time":{"start":1726218673759,"stop":1726218673759,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a6b2c643474429","name":"Push message with custom timestamp: 1726214983850","time":{"start":1726218778288,"stop":1726218778291,"duration":3},"status":"passed","severity":"normal"},{"uid":"36a9d65fe8d21203","name":"Push message with numeric payload","time":{"start":1726218862988,"stop":1726218862989,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8242067814f647e","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1726218335403,"stop":1726218335404,"duration":1},"status":"passed","severity":"normal"},{"uid":"5124b8ffe0fbdb7b","name":"Relay","time":{"start":1726218344913,"stop":1726218344914,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6599e476169dbb6","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1726218523027,"stop":1726218523027,"duration":0},"status":"passed","severity":"normal"},{"uid":"93f0918bee81e74","name":"Check received message containing Basic HTML tag","time":{"start":1726218764088,"stop":1726218764088,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6a1f6705bad2cb0","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1726218551493,"stop":1726218551494,"duration":1},"status":"passed","severity":"normal"},{"uid":"63960250baa96b55","name":"handles empty contentTopics array correctly","time":{"start":1726218283104,"stop":1726218283105,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c8b151bd6ba6e79","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1726218551479,"stop":1726218551480,"duration":1},"status":"passed","severity":"normal"},{"uid":"1eeae33ca8c0bfa4","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1726218669776,"stop":1726218669776,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5ab2e1ce68417d8","name":"Generator, custom pubsub topic","time":{"start":1726218903392,"stop":1726218903392,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b1dba01c6d98e04","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1726218296385,"stop":1726218296385,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee0081bbfbfcce8d","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1726218283082,"stop":1726218283083,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ca0c9c76f229215","name":"Number of peers are maintained correctly","time":{"start":1726218447504,"stop":1726218447506,"duration":2},"status":"passed","severity":"normal"},{"uid":"568bee47aa5f5ca8","name":"Throws when trying to push message with empty payload","time":{"start":1726218778198,"stop":1726218778218,"duration":20},"status":"passed","severity":"normal"},{"uid":"d1a6706bc00de689","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1726218851922,"stop":1726218851923,"duration":1},"status":"passed","severity":"normal"},{"uid":"37e7b98ff53b561b","name":"should decode valid enr with tcp successfully","time":{"start":1726218291658,"stop":1726218291659,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bb735f072f62e81","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1726218886392,"stop":1726218886392,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ff2b856f90d45d7","name":"returns all values when wanted number is greater than available values","time":{"start":1726218302904,"stop":1726218302904,"duration":0},"status":"passed","severity":"normal"},{"uid":"b114c56cb4449fce","name":"Subscribe and receives messages on 20 topics","time":{"start":1726218879338,"stop":1726218879338,"duration":0},"status":"passed","severity":"normal"},{"uid":"53dd65ded2366685","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1726218283093,"stop":1726218283093,"duration":0},"status":"passed","severity":"normal"},{"uid":"d30510fd52f60d39","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1726218283099,"stop":1726218283099,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab2fae814c5eb696","name":"Push message with custom timestamp: 1726222151739","time":{"start":1726218863050,"stop":1726218863052,"duration":2},"status":"passed","severity":"normal"},{"uid":"ddaa1cee76844d3","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1726218283087,"stop":1726218283087,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9f97a8a2c80b922","name":"Check message with invalid timestamp is not received","time":{"start":1726218510988,"stop":1726218510988,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e482b09460dc0b8","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1726218523030,"stop":1726218523030,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac7affc6087430f8","name":"Overlapping topic subscription","time":{"start":1726218812469,"stop":1726218812470,"duration":1},"status":"skipped","severity":"normal"},{"uid":"177db12bfa4c0174","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1726218285624,"stop":1726218285625,"duration":1},"status":"passed","severity":"normal"},{"uid":"e012bbea6c8443eb","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1726218669773,"stop":1726218669773,"duration":0},"status":"passed","severity":"normal"},{"uid":"121074442479f866","name":"Check message received after jswaku node is restarted","time":{"start":1726218764099,"stop":1726218764099,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ef3865db254e0efe","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1726218455969,"stop":1726218455970,"duration":1},"status":"passed","severity":"normal"},{"uid":"7520aef96caaa0e1","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1726218523014,"stop":1726218523015,"duration":1},"status":"passed","severity":"normal"},{"uid":"33a5c70aa8f6ce59","name":"Ping on subscribed peer","time":{"start":1726218397741,"stop":1726218397742,"duration":1},"status":"passed","severity":"normal"},{"uid":"df4f238740304d55","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app87/8/topic658/proto","time":{"start":1726218843765,"stop":1726218843766,"duration":1},"status":"passed","severity":"normal"},{"uid":"c590568b831649e9","name":"Push message with numeric payload","time":{"start":1726218778174,"stop":1726218778184,"duration":10},"status":"passed","severity":"normal"},{"uid":"e531ad16ba5f39b8","name":"topics with same application and version share the same shard","time":{"start":1726218283086,"stop":1726218283086,"duration":0},"status":"passed","severity":"normal"},{"uid":"f61c86bf67f5a4f0","name":"throws an error for improperly formatted content topics","time":{"start":1726218283088,"stop":1726218283088,"duration":0},"status":"passed","severity":"normal"},{"uid":"b43fa9cf1159f56f","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1726218291078,"stop":1726218291078,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9008147b917165c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1726218563295,"stop":1726218563295,"duration":0},"status":"passed","severity":"normal"},{"uid":"395672326b4866ac","name":"Failed peers are renewed","time":{"start":1726218597911,"stop":1726218597912,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ceef3fdf5610026","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1726218283086,"stop":1726218283086,"duration":0},"status":"passed","severity":"normal"},{"uid":"1906dad37997d564","name":"Check received message containing emoji","time":{"start":1726218764095,"stop":1726218764095,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9acde6759b869f6","name":"Check received message with timestamp: 1726218334519000000 ","time":{"start":1726218510983,"stop":1726218510983,"duration":0},"status":"passed","severity":"normal"},{"uid":"a33701ae79543e34","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b1f1bcbf98a7a5d","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1726218669775,"stop":1726218669776,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4cd70fae6049169","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523018,"stop":1726218523019,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6428c13828c570a","name":"Filter with 2 connections","time":{"start":1726218583683,"stop":1726218583683,"duration":0},"status":"passed","severity":"normal"},{"uid":"71ba1b692379f2e6","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1726218345042,"stop":1726218345042,"duration":0},"status":"skipped","severity":"normal"},{"uid":"923aae3b3a9413c4","name":"Check message with non string payload is not received","time":{"start":1726218764098,"stop":1726218764099,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9219bcb2526a1ce","name":"Push message with Russian payload","time":{"start":1726218778188,"stop":1726218778188,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fd74dd4a4419bbd","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"status":"passed","severity":"normal"},{"uid":"674e32b525603e69","name":"Check received message containing long","time":{"start":1726218764067,"stop":1726218764067,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a05e2b44331be75","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1726218523024,"stop":1726218523025,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c554a53e44b6523","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726218669777,"stop":1726218669777,"duration":0},"status":"passed","severity":"normal"},{"uid":"33ef4c9801e0a51d","name":"Push message with content topic containing Chinese","time":{"start":1726218778227,"stop":1726218778231,"duration":4},"status":"passed","severity":"normal"},{"uid":"b984638101a2885","name":"should properly create location multiaddrs - udp6","time":{"start":1726218291668,"stop":1726218291668,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d6239220a8a42d3","name":"Does not throw an exception when node disconnects","time":{"start":1726218917024,"stop":1726218917024,"duration":0},"status":"passed","severity":"normal"},{"uid":"e82c497fda57d01c","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1726218812475,"stop":1726218812475,"duration":0},"status":"passed","severity":"normal"},{"uid":"cab8bef1eba4b639","name":"should be able to encode the field with only STORE set to true","time":{"start":1726218291076,"stop":1726218291077,"duration":1},"status":"passed","severity":"normal"},{"uid":"3741a4ed93904932","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1726218283094,"stop":1726218283094,"duration":0},"status":"passed","severity":"normal"},{"uid":"935df9109f17e48d","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1726218455970,"stop":1726218455970,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd839a54809cc14c","name":"Ping on subscribed peer","time":{"start":1726218412653,"stop":1726218412654,"duration":1},"status":"passed","severity":"normal"},{"uid":"c36de91d586b3103","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1726218914871,"stop":1726218914871,"duration":0},"status":"passed","severity":"normal"},{"uid":"963bce16e4917ff2","name":"Check message with no pubsub topic is not received","time":{"start":1726218510989,"stop":1726218510989,"duration":0},"status":"passed","severity":"normal"},{"uid":"c96819389a086579","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1726218879331,"stop":1726218879331,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bbd492d1e4af379","name":"Check received message containing short","time":{"start":1726218764100,"stop":1726218764101,"duration":1},"status":"passed","severity":"normal"},{"uid":"695cb9b704b63250","name":"should use the provided clusterId for the pubsub topic","time":{"start":1726218283105,"stop":1726218283105,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3b3be0254f043b5","name":"Check received message containing shell command","time":{"start":1726218510980,"stop":1726218510981,"duration":1},"status":"passed","severity":"normal"},{"uid":"651f778519cbe626","name":"Check publish message containing Russian","time":{"start":1726218806755,"stop":1726218806755,"duration":0},"status":"passed","severity":"normal"},{"uid":"62f3ede2ea6bb57","name":"Check publish message containing Arabic","time":{"start":1726218806754,"stop":1726218806754,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcff9a7b4784bf5e","name":"Push message with Basic HTML tag payload","time":{"start":1726218862996,"stop":1726218862997,"duration":1},"status":"passed","severity":"normal"},{"uid":"aae88a19784e5896","name":"Passing page size 0 when there are 110 messages","time":{"start":1726218909193,"stop":1726218909194,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c4f8358d2363793","name":"can start and stop the service","time":{"start":1726218345027,"stop":1726218345027,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e8cb6615ac58252","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1726218410953,"stop":1726218410954,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fb2bf7d5900190e","name":"Check received message containing unicode special characters","time":{"start":1726218510982,"stop":1726218510982,"duration":0},"status":"passed","severity":"normal"},{"uid":"c144b0be3f407985","name":"can start and stop the service","time":{"start":1726218793428,"stop":1726218793429,"duration":1},"status":"passed","severity":"normal"},{"uid":"8830b33a86ebd98c","name":"Push message with special chars payload","time":{"start":1726218862989,"stop":1726218862990,"duration":1},"status":"passed","severity":"normal"},{"uid":"662a7b316fc5f7b7","name":"Push message with emoji payload","time":{"start":1726218863003,"stop":1726218863004,"duration":1},"status":"passed","severity":"normal"},{"uid":"108f2739a2d0a74c","name":"Check received message containing Arabic","time":{"start":1726218764105,"stop":1726218764105,"duration":0},"status":"passed","severity":"normal"},{"uid":"3635fc44fd8f2555","name":"should throw error - no public key","time":{"start":1726218291659,"stop":1726218291660,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d83c65a0f339ff7","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1726218551497,"stop":1726218551498,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4e86377be60935d","name":"Check publish message containing numeric","time":{"start":1726218806752,"stop":1726218806752,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d39e9c75b52c617","name":"Push message with custom timestamp: 1695460151739","time":{"start":1726218863048,"stop":1726218863049,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0cd26129df832c2","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1726218291084,"stop":1726218291084,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8f32348d07a3cd","name":"Push message with content topic containing Arabic","time":{"start":1726218863012,"stop":1726218863012,"duration":0},"status":"passed","severity":"normal"},{"uid":"3217491cb103ac24","name":"Check received message with timestamp: 1649153314 ","time":{"start":1726218764110,"stop":1726218764110,"duration":0},"status":"passed","severity":"normal"},{"uid":"d83dd35444514e57","name":"Ephemeral field set to true","time":{"start":1726218296784,"stop":1726218296784,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcef34e5657c63f0","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1726218335394,"stop":1726218335400,"duration":6},"status":"passed","severity":"normal"},{"uid":"e0ab9090bd91daec","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726218651143,"stop":1726218651143,"duration":0},"status":"passed","severity":"normal"},{"uid":"687827e6235d51fd","name":"Ping fails for unsubscribed peers","time":{"start":1726218447508,"stop":1726218447508,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3f025a934aab25b","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1726218863186,"stop":1726218863187,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3723453c66ff63c","name":"Check received message containing XML","time":{"start":1726218764087,"stop":1726218764088,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c385da43d3b55ef","name":"Fails to push message bigger that 1MB","time":{"start":1726218863053,"stop":1726218863056,"duration":3},"status":"passed","severity":"normal"},{"uid":"bf80a398e9029248","name":"Check message with no content topic is not received","time":{"start":1726218764098,"stop":1726218764098,"duration":0},"status":"passed","severity":"normal"},{"uid":"be02553425865e11","name":"Push message with unicode special characters payload","time":{"start":1726218778195,"stop":1726218778197,"duration":2},"status":"passed","severity":"normal"},{"uid":"998e067cc4564f37","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app57/5/topic252/json","time":{"start":1726218843768,"stop":1726218843768,"duration":0},"status":"passed","severity":"normal"},{"uid":"377ccda8c80955b3","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1726218283090,"stop":1726218283091,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5cad4d05983b044","name":"Check received message containing JSON","time":{"start":1726218764107,"stop":1726218764107,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7797eec315560e4","name":"Nodes with multiple pubsub topic","time":{"start":1726218788034,"stop":1726218788035,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c1f8e98c9aea41e","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app33/6/topic731/utf8","time":{"start":1726218843766,"stop":1726218843767,"duration":1},"status":"passed","severity":"normal"},{"uid":"a55a58f746b70daf","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1726218879336,"stop":1726218879336,"duration":0},"status":"passed","severity":"normal"},{"uid":"520d90788f19609","name":"LightPush with 0 connections","time":{"start":1726218583681,"stop":1726218583681,"duration":0},"status":"passed","severity":"normal"},{"uid":"818c402d33e1d6ed","name":"throws on content topic with empty encoding field","time":{"start":1726218283075,"stop":1726218283075,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d8360a9790d6062","name":"Check publish message containing SQL Injection","time":{"start":1726218806755,"stop":1726218806755,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6901025ac9b9175","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1726218523017,"stop":1726218523017,"duration":0},"status":"passed","severity":"normal"},{"uid":"61f48ab5e02ae5cf","name":"new peer added after a peer was already found","time":{"start":1726218777346,"stop":1726218777346,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1c759ef12faa662b","name":"Check received message with timestamp: 1726218335042 ","time":{"start":1726218764109,"stop":1726218764110,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fab50f38a5b2986","name":"Check message with invalid timestamp is not received","time":{"start":1726218764097,"stop":1726218764097,"duration":0},"status":"passed","severity":"normal"},{"uid":"992c411c2172ec00","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218651143,"stop":1726218651144,"duration":1},"status":"passed","severity":"normal"},{"uid":"659c277ee68838c4","name":"Check received message containing escaped characters","time":{"start":1726218764108,"stop":1726218764108,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c0d80f73686d629","name":"Push message with rate limit","time":{"start":1726218863047,"stop":1726218863048,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfc7401d99b6323a","name":"Check received message containing numeric","time":{"start":1726218764067,"stop":1726218764080,"duration":13},"status":"passed","severity":"normal"},{"uid":"e0a64349b5fdd54b","name":"tcp ip4 address","time":{"start":1726218291265,"stop":1726218291266,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c176a0dbd1f0c77","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1726218806760,"stop":1726218806761,"duration":1},"status":"passed","severity":"normal"},{"uid":"185105c8754d153e","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1726218304534,"stop":1726218304534,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee8a321789cea58","name":"Push message with content topic containing shell command","time":{"start":1726218863032,"stop":1726218863034,"duration":2},"status":"passed","severity":"normal"},{"uid":"50df2a52ec8a6288","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1726218851925,"stop":1726218851925,"duration":0},"status":"passed","severity":"normal"},{"uid":"232cd0d147ba7ed9","name":"random static sharding 4 - Cluster ID: 886, Shard ID: 997","time":{"start":1726218863180,"stop":1726218863180,"duration":0},"status":"passed","severity":"normal"},{"uid":"7112b51adb4e6712","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1726218410955,"stop":1726218410955,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a95e720287219e3","name":"Number of peers are maintained correctly","time":{"start":1726218597911,"stop":1726218597911,"duration":0},"status":"passed","severity":"normal"},{"uid":"d00bcdec24b8f361","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1726218551468,"stop":1726218551469,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e4cda8e9155f72a","name":"Register correct protocols","time":{"start":1726218812462,"stop":1726218812463,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c032a68fc9999e4","name":"should throw an error for insufficient data","time":{"start":1726218283107,"stop":1726218283107,"duration":0},"status":"passed","severity":"normal"},{"uid":"f19a4e0ab55df714","name":"should set field with all protocols disabled","time":{"start":1726218291669,"stop":1726218291670,"duration":1},"status":"passed","severity":"normal"},{"uid":"47f3ae10a0d91128","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1726218410956,"stop":1726218410956,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bbc30f1861c5a1f","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218410957,"stop":1726218410957,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a81a27fba1c86f1","name":"Wrong topic","time":{"start":1726218843769,"stop":1726218843769,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b45b45986eed455","name":"Subscribe and receives messages on 20 topics","time":{"start":1726218879288,"stop":1726218879288,"duration":0},"status":"passed","severity":"normal"},{"uid":"b97fdb9f6b39411c","name":"should not fail to stop the service if it was not started","time":{"start":1726218345027,"stop":1726218345029,"duration":2},"status":"passed","severity":"normal"},{"uid":"f0b0c15bf2cc7b6e","name":"Check received message containing Russian","time":{"start":1726218510971,"stop":1726218510972,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a400719ce4c6d3e","name":"Push message with custom timestamp: 1695460183850","time":{"start":1726218778288,"stop":1726218778288,"duration":0},"status":"passed","severity":"normal"},{"uid":"b28aea2808b126a5","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1726218523020,"stop":1726218523021,"duration":1},"status":"passed","severity":"normal"},{"uid":"86b54c0284a2774a","name":"should return unique PubsubTopics for static sharding","time":{"start":1726218283091,"stop":1726218283091,"duration":0},"status":"passed","severity":"normal"},{"uid":"42488ac0a4c8f05d","name":"more peers than existing","time":{"start":1726218764451,"stop":1726218764451,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c279509fd5a114ae","name":"Query generator for multiple messages","time":{"start":1726218902965,"stop":1726218902967,"duration":2},"status":"passed","severity":"normal"},{"uid":"dd0f71537a4076a","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1726218788035,"stop":1726218788035,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6c4dd3285259e01","name":"does not throw on valid cases","time":{"start":1726218283070,"stop":1726218283070,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f53b845455a3c58","name":"Subscribe and receive messages via waku relay post","time":{"start":1726218551469,"stop":1726218551469,"duration":0},"status":"passed","severity":"normal"},{"uid":"197912e751f465a8","name":"Filter with 1 connections","time":{"start":1726218583682,"stop":1726218583682,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9e03baf83eac6a4","name":"it tolerates circular branch references","time":{"start":1726218304463,"stop":1726218304463,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d73d598cf6fbc3d","name":"configure the node with multiple pubsub topics","time":{"start":1726218863186,"stop":1726218863186,"duration":0},"status":"passed","severity":"normal"},{"uid":"2094a66674e669aa","name":"Check received message containing JSON","time":{"start":1726218510978,"stop":1726218510979,"duration":1},"status":"passed","severity":"normal"},{"uid":"557f15b86c3817d4","name":"should throw error - no id","time":{"start":1726218291660,"stop":1726218291660,"duration":0},"status":"passed","severity":"normal"},{"uid":"f87597fefdc9c4b","name":"Subscribe to topic containing JSON and receive message","time":{"start":1726218879321,"stop":1726218879322,"duration":1},"status":"passed","severity":"normal"},{"uid":"1730e8abc22ba6af","name":"should throw error - no id","time":{"start":1726218291659,"stop":1726218291659,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3e9fdbc1a78cbd0","name":"Check received message with timestamp: 1726218335042000000 ","time":{"start":1726218764095,"stop":1726218764096,"duration":1},"status":"passed","severity":"normal"},{"uid":"529d32a582d345ec","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1726218812468,"stop":1726218812468,"duration":0},"status":"passed","severity":"normal"},{"uid":"95d0b03c21f0a91c","name":"isConnected should return false after all peers disconnect","time":{"start":1726218382079,"stop":1726218382080,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0ffbfa562b572e4","name":"Push message with Chinese payload","time":{"start":1726218778185,"stop":1726218778187,"duration":2},"status":"passed","severity":"normal"},{"uid":"8a96ed903990d5ba","name":"Push message with content topic containing escaped characters","time":{"start":1726218863034,"stop":1726218863037,"duration":3},"status":"passed","severity":"normal"},{"uid":"94faa7b3da474197","name":"Check publish message containing XML","time":{"start":1726218806756,"stop":1726218806757,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d506d7b0fe02227","name":"1 Store, 2 fetches","time":{"start":1726218304291,"stop":1726218304291,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab98e4248eaf54d4","name":"Relay + Store","time":{"start":1726218344914,"stop":1726218344914,"duration":0},"status":"passed","severity":"normal"},{"uid":"7eca4a8a2a006f38","name":"Push message with JSON payload","time":{"start":1726218778190,"stop":1726218778190,"duration":0},"status":"passed","severity":"normal"},{"uid":"e67318fdb1b033ad","name":"Delete observer","time":{"start":1726218768115,"stop":1726218768116,"duration":1},"status":"passed","severity":"normal"},{"uid":"311b699ff5958b9c","name":"Promise Callback - false","time":{"start":1726218885489,"stop":1726218885489,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9423b71d9535698","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1726218523024,"stop":1726218523024,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c59145315623cdd","name":"throws on content topic with empty application field","time":{"start":1726218283073,"stop":1726218283073,"duration":0},"status":"passed","severity":"normal"},{"uid":"f924a128b3a5a985","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1726218879359,"stop":1726218879360,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f297511b425bfdf","name":"Check message with no payload is not received","time":{"start":1726218764098,"stop":1726218764098,"duration":0},"status":"passed","severity":"normal"},{"uid":"22ed9590a9a5b255","name":"Default pageSize","time":{"start":1726218909196,"stop":1726218909196,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a47822857a6188f","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1726218304471,"stop":1726218304472,"duration":1},"status":"passed","severity":"normal"},{"uid":"11e5f25aebcd7132","name":"Subscribe to topic containing short and receive message","time":{"start":1726218879342,"stop":1726218879348,"duration":6},"status":"passed","severity":"normal"},{"uid":"da47ff61da8a8a8c","name":"same cluster, different shard: nodes don't connect","time":{"start":1726218523006,"stop":1726218523008,"duration":2},"status":"passed","severity":"normal"},{"uid":"3b4062f34987ec05","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1726218523022,"stop":1726218523022,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1257e39e3e11b97","name":"Renews peer on consistent missed messages","time":{"start":1726218447521,"stop":1726218447522,"duration":1},"status":"passed","severity":"normal"},{"uid":"20e553b8aba899e6","name":"Subscribe to topic containing short and receive message","time":{"start":1726218551483,"stop":1726218551483,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2d3c94346709768","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1726218523015,"stop":1726218523016,"duration":1},"status":"passed","severity":"normal"},{"uid":"177a53f7c467eb59","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1726218788034,"stop":1726218788034,"duration":0},"status":"passed","severity":"normal"},{"uid":"3171ebd1f3ad5ef6","name":"throws on content topic with empty version field","time":{"start":1726218283073,"stop":1726218283074,"duration":1},"status":"passed","severity":"normal"},{"uid":"1905aae14897a6fd","name":"same cluster, different shard: nodes connect","time":{"start":1726218689006,"stop":1726218689007,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b0ec5f9a42dd98f","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1726218283083,"stop":1726218283083,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f0ccb15b0d08762","name":"Ephemeral field is preserved - encoder v0","time":{"start":1726218346773,"stop":1726218346773,"duration":0},"status":"passed","severity":"normal"},{"uid":"931d0150e1bf0c7e","name":"should set field with only FILTER enabled","time":{"start":1726218291671,"stop":1726218291671,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf20f3c9567e362","name":"random static sharding 9 - Cluster ID: 810, Shard ID: 32","time":{"start":1726218863184,"stop":1726218863184,"duration":0},"status":"passed","severity":"normal"},{"uid":"342f55d395fcaac2","name":"Check publish message containing special chars","time":{"start":1726218806752,"stop":1726218806753,"duration":1},"status":"passed","severity":"normal"},{"uid":"fca31f4368e22336","name":"Sets default value correctly","time":{"start":1726218917026,"stop":1726218917027,"duration":1},"status":"passed","severity":"normal"},{"uid":"a901ab6dd6d36afe","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1726218510988,"stop":1726218510988,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5d2329997709da7","name":"Subscribe to topic containing emoji and receive message","time":{"start":1726218551495,"stop":1726218551496,"duration":1},"status":"passed","severity":"normal"},{"uid":"60c1834d0183fdfb","name":"Push message with content topic containing emoji","time":{"start":1726218863039,"stop":1726218863041,"duration":2},"status":"passed","severity":"normal"},{"uid":"15dbb6dd6b930e16","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1726218523018,"stop":1726218523018,"duration":0},"status":"passed","severity":"normal"},{"uid":"f92d8af552c71729","name":"Sample","time":{"start":1726218291182,"stop":1726218291182,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ad5928be6e6b407","name":"Push message with content topic containing Arabic","time":{"start":1726218778231,"stop":1726218778232,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d208b9d5f6a2294","name":"Subscribe to topic containing shell command and receive message","time":{"start":1726218879372,"stop":1726218879373,"duration":1},"status":"passed","severity":"normal"},{"uid":"b62bbaf200d2c22a","name":"random static sharding 6 - Cluster ID: 895, Shard ID: 920","time":{"start":1726218863181,"stop":1726218863182,"duration":1},"status":"passed","severity":"normal"},{"uid":"67490c33c0312537","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1726218879286,"stop":1726218879286,"duration":0},"status":"passed","severity":"normal"},{"uid":"acca02ee50027210","name":"Ping succeeds for all connected peers","time":{"start":1726218447507,"stop":1726218447507,"duration":0},"status":"passed","severity":"normal"},{"uid":"4da3cca465124c20","name":"can start the service","time":{"start":1726218308579,"stop":1726218308579,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9d9b8803fa3cdd0","name":"Check received message containing unicode special characters","time":{"start":1726218764094,"stop":1726218764095,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a73c3ca1147f4db","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1726218523026,"stop":1726218523026,"duration":0},"status":"passed","severity":"normal"},{"uid":"f947d2d1700fce9d","name":"Store - dialed after - with timeout","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e4903234947b101","name":"udp ip6 address","time":{"start":1726218291266,"stop":1726218291266,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9ca70e51b96f77c","name":"Push message equal or less that 1MB","time":{"start":1726218778291,"stop":1726218778292,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed3233569991489d","name":"should properly create location multiaddrs - udp","time":{"start":1726218291668,"stop":1726218291668,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0c67f1fe9c39695","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218903391,"stop":1726218903392,"duration":1},"status":"passed","severity":"normal"},{"uid":"2328974317bda28d","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1726218898753,"stop":1726218898753,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac87ccec45685311","name":"Query with Promise Callback, No Decoder","time":{"start":1726218886396,"stop":1726218886396,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7aa1e471b0a9400","name":"Subscribe to topic containing short and receive message","time":{"start":1726218879292,"stop":1726218879293,"duration":1},"status":"passed","severity":"normal"},{"uid":"956108d6c7f9953c","name":"Check message on other pubsub topic is not received","time":{"start":1726218764112,"stop":1726218764112,"duration":0},"status":"passed","severity":"normal"},{"uid":"799391a6987afda7","name":"Subscribe to topic containing JSON and receive message","time":{"start":1726218551492,"stop":1726218551493,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ef92f3f7fabb637","name":"Throws when trying to push message with empty payload","time":{"start":1726218863004,"stop":1726218863005,"duration":1},"status":"passed","severity":"normal"},{"uid":"63335d5b16db4b99","name":"Subscribe to topic containing Script and receive message","time":{"start":1726218879361,"stop":1726218879361,"duration":0},"status":"passed","severity":"normal"},{"uid":"836415f84289161b","name":"Check received message containing unicode special characters","time":{"start":1726218764108,"stop":1726218764109,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0b0b4693a4a4045","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1726218283098,"stop":1726218283098,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fd2716faba41796","name":"should not fail to start the service if it is already started","time":{"start":1726218793432,"stop":1726218793433,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d91aeaf8b975730","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1726218523023,"stop":1726218523023,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bc737fb14abf5c9","name":"Passing page size 110 when there are 120 messages","time":{"start":1726218909196,"stop":1726218909196,"duration":0},"status":"passed","severity":"normal"},{"uid":"bce9d5d961aebf2e","name":"Should update shard info","time":{"start":1726218689329,"stop":1726218689329,"duration":0},"status":"passed","severity":"normal"},{"uid":"10fb03eb06175399","name":"removeEventListener with wrong event","time":{"start":1726218375492,"stop":1726218375492,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fe3b651b85c342","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"status":"passed","severity":"normal"},{"uid":"96751cbf414d64f1","name":"Subscribe to topic containing long and publish message","time":{"start":1726218812471,"stop":1726218812471,"duration":0},"status":"passed","severity":"normal"},{"uid":"681e53653698700f","name":"Check received message containing Chinese","time":{"start":1726218510970,"stop":1726218510971,"duration":1},"status":"passed","severity":"normal"},{"uid":"14caa117ed72cab5","name":"Should update multiaddrs","time":{"start":1726218689329,"stop":1726218689329,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3e5963a12f7de49","name":"Callback on promise, aborts when callback returns true","time":{"start":1726218902993,"stop":1726218902994,"duration":1},"status":"passed","severity":"normal"},{"uid":"366dffa50af051e4","name":"connects to nwaku","time":{"start":1726218917023,"stop":1726218917024,"duration":1},"status":"passed","severity":"normal"},{"uid":"55869f8d4fd64c78","name":"Subscribe to topic containing XML and receive message","time":{"start":1726218551490,"stop":1726218551491,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d499585bbf37519","name":"Decoder throws on undefined content topic","time":{"start":1726218314723,"stop":1726218314723,"duration":0},"status":"passed","severity":"normal"},{"uid":"834cc8d3e3b354bc","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1726218346774,"stop":1726218346774,"duration":0},"status":"passed","severity":"normal"},{"uid":"496cbaa2c10876ec","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1726218283098,"stop":1726218283099,"duration":1},"status":"passed","severity":"normal"},{"uid":"691cc1106d76d00d","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1726218283105,"stop":1726218283105,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4de2b05d1b01c4f","name":"should be able to encode the field with only FILTER set to true","time":{"start":1726218291077,"stop":1726218291077,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0ab136b203326f7","name":"Renews peer on consistent ping failures","time":{"start":1726218447513,"stop":1726218447514,"duration":1},"status":"passed","severity":"normal"},{"uid":"eba258a384c92f41","name":"Reopen subscription with peer with lost subscription","time":{"start":1726218412658,"stop":1726218412658,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e8a651880521a01","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1726218455969,"stop":1726218455969,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7b98741c6ff64f2","name":"should return empty list for no shard","time":{"start":1726218283092,"stop":1726218283092,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb0d1e713f342e90","name":"Accepts a valid Waku Message","time":{"start":1726218319678,"stop":1726218319679,"duration":1},"status":"passed","severity":"normal"},{"uid":"767c9dcd579d75ab","name":"returns all values when wanted number matches available values","time":{"start":1726218302902,"stop":1726218302903,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b8dbea5d7e69996","name":"Check received message containing Arabic","time":{"start":1726218764082,"stop":1726218764083,"duration":1},"status":"passed","severity":"normal"},{"uid":"af31d9ea7c728f8d","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1726218551470,"stop":1726218551477,"duration":7},"status":"passed","severity":"normal"},{"uid":"fa14c5ab67fd2c86","name":"Add multiple subscription objects on single nwaku node","time":{"start":1726218551496,"stop":1726218551497,"duration":1},"status":"passed","severity":"normal"},{"uid":"81a2f09709e4cfb6","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1726218523027,"stop":1726218523028,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a0ae478e5b2ba92","name":"Ping on peer without subscriptions","time":{"start":1726218397742,"stop":1726218397742,"duration":0},"status":"passed","severity":"normal"},{"uid":"d620215fa6e07241","name":"Push message with content topic containing Script","time":{"start":1726218778234,"stop":1726218778241,"duration":7},"status":"passed","severity":"normal"},{"uid":"41b190f6c80d05d4","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1726218283105,"stop":1726218283106,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d7e2d5b9fe65653","name":"Push message with short payload","time":{"start":1726218862983,"stop":1726218862984,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d29df7796ba2dd1","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1726218283085,"stop":1726218283085,"duration":0},"status":"passed","severity":"normal"},{"uid":"222c55d935d492d6","name":"Push message with Arabic payload","time":{"start":1726218862991,"stop":1726218862992,"duration":1},"status":"passed","severity":"normal"},{"uid":"c111197eafd4e238","name":"Check publish message containing Basic HTML tag","time":{"start":1726218806758,"stop":1726218806758,"duration":0},"status":"passed","severity":"normal"},{"uid":"613c1a723fac9563","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1726218764096,"stop":1726218764097,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbc0edc6f6d97f23","name":"Push message with content topic containing shell command","time":{"start":1726218778278,"stop":1726218778281,"duration":3},"status":"passed","severity":"normal"},{"uid":"b9e3beb086ba681a","name":"should emit a peer event after start","time":{"start":1726218345034,"stop":1726218345034,"duration":0},"status":"passed","severity":"normal"},{"uid":"af9df56f21f5cb03","name":"Callback on promise","time":{"start":1726218902982,"stop":1726218902983,"duration":1},"status":"passed","severity":"normal"},{"uid":"36839293d899a7c1","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","time":{"start":1726218669774,"stop":1726218669774,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcb62b042161b6dc","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1726218914872,"stop":1726218914873,"duration":1},"status":"passed","severity":"normal"},{"uid":"62b01232520f18e6","name":"Check publish message containing short","time":{"start":1726218806751,"stop":1726218806751,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4f0787b13d0cf02","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1726218914872,"stop":1726218914872,"duration":0},"status":"passed","severity":"normal"},{"uid":"b94e01803d8ac2bb","name":"should add and remove event listeners correctly","time":{"start":1726218308584,"stop":1726218308585,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ebe3abec684a7e8","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1726218382075,"stop":1726218382077,"duration":2},"status":"passed","severity":"normal"},{"uid":"92b6402ff8053dc2","name":"should correctly map a content topic to a pubsub topic","time":{"start":1726218283105,"stop":1726218283105,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0a6f61c031638c1","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1726218551488,"stop":1726218551489,"duration":1},"status":"passed","severity":"normal"},{"uid":"a44b2234134bccdb","name":"should encode/decode to text encoding","time":{"start":1726218291662,"stop":1726218291663,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fc5e910df396dc2","name":"Push message with SQL Injection payload","time":{"start":1726218862994,"stop":1726218862994,"duration":0},"status":"passed","severity":"normal"},{"uid":"32f121014bff52c","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","time":{"start":1726218669771,"stop":1726218669772,"duration":1},"status":"passed","severity":"normal"},{"uid":"760f7fbf24c8bbfe","name":"configure the node with multiple content topics","time":{"start":1726218843769,"stop":1726218843770,"duration":1},"status":"passed","severity":"normal"},{"uid":"715e3f70c8d9def2","name":"Non TWN Cluster","time":{"start":1726218843765,"stop":1726218843765,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fd2501d22e62bd","name":"Push message with Russian payload","time":{"start":1726218862993,"stop":1726218862993,"duration":0},"status":"passed","severity":"normal"},{"uid":"dea7c95588c834a1","name":"throws on content topic with non-number generation field","time":{"start":1726218283072,"stop":1726218283072,"duration":0},"status":"passed","severity":"normal"},{"uid":"11fda5521108ec17","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1726218296385,"stop":1726218296386,"duration":1},"status":"passed","severity":"normal"},{"uid":"383680d481d5acd4","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1726218879359,"stop":1726218879359,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ae26e81ad67ab3e","name":"Filter with 0 connections","time":{"start":1726218583681,"stop":1726218583681,"duration":0},"status":"passed","severity":"normal"},{"uid":"39814480964ff045","name":"Subscribe and publish message","time":{"start":1726218812465,"stop":1726218812465,"duration":0},"status":"passed","severity":"normal"},{"uid":"51ef0b3ac9b9029a","name":"non connected peers","time":{"start":1726218764452,"stop":1726218764452,"duration":0},"status":"skipped","severity":"normal"},{"uid":"99a1e3d362e0e353","name":"recovers when dns.resolve returns empty","time":{"start":1726218304464,"stop":1726218304464,"duration":0},"status":"passed","severity":"normal"},{"uid":"d69800452db5eca8","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1726218563298,"stop":1726218563298,"duration":0},"status":"passed","severity":"normal"},{"uid":"92fcf1b8602d5bd5","name":"should be called for bootstrap peers","time":{"start":1726218342870,"stop":1726218342870,"duration":0},"status":"passed","severity":"normal"},{"uid":"23815a0bdbb86387","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726218410952,"stop":1726218410952,"duration":0},"status":"passed","severity":"normal"},{"uid":"5110d9e8570781ac","name":"Overlapping topic subscription","time":{"start":1726218879289,"stop":1726218879292,"duration":3},"status":"passed","severity":"normal"},{"uid":"935540172fe40d69","name":"should be able to decode the field with only STORE set to true","time":{"start":1726218291082,"stop":1726218291082,"duration":0},"status":"passed","severity":"normal"},{"uid":"4530e489d7ff9d83","name":"Check received message containing Script","time":{"start":1726218764106,"stop":1726218764106,"duration":0},"status":"passed","severity":"normal"},{"uid":"95fd2ae821f89eba","name":"should not fail to stop the service if it was not started","time":{"start":1726218793429,"stop":1726218793430,"duration":1},"status":"passed","severity":"normal"},{"uid":"89d8e056aa54429a","name":"Check received message containing XML","time":{"start":1726218764107,"stop":1726218764107,"duration":0},"status":"passed","severity":"normal"},{"uid":"b48ef000cdebec5b","name":"Push message equal or less that 1MB","time":{"start":1726218863052,"stop":1726218863053,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3965ed3e5cf3bc2","name":"should return all peers when numPeers is 0","time":{"start":1726218296383,"stop":1726218296384,"duration":1},"status":"passed","severity":"normal"},{"uid":"7998b9ee7532984b","name":"Overlapping topic subscription","time":{"start":1726218879340,"stop":1726218879341,"duration":1},"status":"passed","severity":"normal"},{"uid":"c97d5c3e7a55a385","name":"Check publish message containing JSON","time":{"start":1726218806758,"stop":1726218806758,"duration":0},"status":"passed","severity":"normal"},{"uid":"29165dffa2534375","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1726218283096,"stop":1726218283097,"duration":1},"status":"passed","severity":"normal"},{"uid":"4147f4d5e1180d73","name":"Push message with Script payload","time":{"start":1726218778189,"stop":1726218778189,"duration":0},"status":"passed","severity":"normal"},{"uid":"b15a2adab82e743f","name":"Used by Waku Relay","time":{"start":1726218917026,"stop":1726218917026,"duration":0},"status":"passed","severity":"normal"},{"uid":"de1030823bf94604","name":"Publish without waiting for remote peer","time":{"start":1726218812464,"stop":1726218812464,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b33fcacc7c29926","name":"isConnected return false after peer stops","time":{"start":1726218382081,"stop":1726218382082,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a185ca7e9623f75","name":"Ping on unsubscribed peer","time":{"start":1726218412655,"stop":1726218412655,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ab6b3c7a9eaa6be","name":"Check received message containing Russian","time":{"start":1726218764105,"stop":1726218764106,"duration":1},"status":"passed","severity":"normal"},{"uid":"45ced46f4168b7f6","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1726218291082,"stop":1726218291083,"duration":1},"status":"passed","severity":"normal"},{"uid":"db33e516cab46bd0","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1726218879287,"stop":1726218879288,"duration":1},"status":"passed","severity":"normal"},{"uid":"23d1d43cab0eb68e","name":"Push message with content topic containing numeric","time":{"start":1726218778223,"stop":1726218778226,"duration":3},"status":"passed","severity":"normal"},{"uid":"7c42aead14c0e236","name":"Subscribe to topic containing numeric and receive message","time":{"start":1726218879293,"stop":1726218879293,"duration":0},"status":"passed","severity":"normal"},{"uid":"87bbe06ff39a661","name":"Push message with JSON payload","time":{"start":1726218862997,"stop":1726218863001,"duration":4},"status":"passed","severity":"normal"},{"uid":"472c9da00b75b8e2","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1726218304472,"stop":1726218304473,"duration":1},"status":"passed","severity":"normal"},{"uid":"c65248be57fd159d","name":"Ordered Callback - false","time":{"start":1726218885490,"stop":1726218885490,"duration":0},"status":"passed","severity":"normal"},{"uid":"8767f6023d93d22c","name":"should return the pubsub topic directly if a string is provided","time":{"start":1726218283102,"stop":1726218283102,"duration":0},"status":"passed","severity":"normal"},{"uid":"39483524198a56c1","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1726218283077,"stop":1726218283077,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a4880a37eabc43a","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1726218523012,"stop":1726218523013,"duration":1},"status":"passed","severity":"normal"},{"uid":"330d8a8e30a1464a","name":"Push message with long payload","time":{"start":1726218862984,"stop":1726218862988,"duration":4},"status":"passed","severity":"normal"},{"uid":"670d220e99987e32","name":"should be called at least once on all `peer:discovery` events","time":{"start":1726218342869,"stop":1726218342869,"duration":0},"status":"passed","severity":"normal"},{"uid":"950d8b4e347e809a","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1726218669777,"stop":1726218669778,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e786474877154de","name":"start node with empty content topic","time":{"start":1726218843777,"stop":1726218843779,"duration":2},"status":"passed","severity":"normal"},{"uid":"9b9e36a8109e7f77","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1726218314721,"stop":1726218314721,"duration":0},"status":"passed","severity":"normal"},{"uid":"f39e0ed3816f040d","name":"Fails to push message with large meta","time":{"start":1726218778287,"stop":1726218778287,"duration":0},"status":"passed","severity":"normal"},{"uid":"42f451cbf07d7de4","name":"Passing page size 10 when there are 10 messages","time":{"start":1726218909195,"stop":1726218909195,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7bafc8c0ce29fd","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1726218335400,"stop":1726218335400,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c17fa7af210c2ed","name":"stop","time":{"start":1726218375495,"stop":1726218375495,"duration":0},"status":"passed","severity":"normal"},{"uid":"a897a65bf14bac52","name":"should throw an error for an unconfigured topic","time":{"start":1726218283102,"stop":1726218283102,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b167a55536c4b63","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1726218410957,"stop":1726218410957,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e16e97312309652","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1726218788035,"stop":1726218788036,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4517f7aac9fffa4","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1726218689003,"stop":1726218689004,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d40a6e80470af0","name":"should be able to decode the field with only RELAY set to true","time":{"start":1726218291080,"stop":1726218291081,"duration":1},"status":"passed","severity":"normal"},{"uid":"707d97b279ffa5c0","name":"should throw error - no public key","time":{"start":1726218291661,"stop":1726218291661,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2b41790c1bfcce6","name":"Push message with SQL Injection payload","time":{"start":1726218778188,"stop":1726218778189,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bd8b923d50c1685","name":"Add multiple subscription objects on single nwaku node","time":{"start":1726218879385,"stop":1726218879387,"duration":2},"status":"passed","severity":"normal"},{"uid":"4adbd818215eeb71","name":"Fields are not dropped","time":{"start":1726218295945,"stop":1726218295947,"duration":2},"status":"passed","severity":"normal"},{"uid":"116814b04659d3b9","name":"Push message with content topic containing escaped characters","time":{"start":1726218778282,"stop":1726218778283,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f3ac9f80763ce85","name":"different cluster, same shard: nodes don't connect","time":{"start":1726218689007,"stop":1726218689008,"duration":1},"status":"passed","severity":"normal"},{"uid":"392f839d4f4769ca","name":"Query Generator - true","time":{"start":1726218885487,"stop":1726218885487,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc2183a62e1d6eec","name":"Check received message containing Arabic","time":{"start":1726218510971,"stop":1726218510971,"duration":0},"status":"passed","severity":"normal"},{"uid":"665c6b744d236b2","name":"Subscribe to topic containing Russian and publish message","time":{"start":1726218812475,"stop":1726218812476,"duration":1},"status":"passed","severity":"normal"},{"uid":"caec25470d773579","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1726218304534,"stop":1726218304534,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e616a9b7dca2230","name":"Check message with non string payload is not received","time":{"start":1726218510990,"stop":1726218510991,"duration":1},"status":"passed","severity":"normal"},{"uid":"27902b6ce484cc0e","name":"Push message with emoji payload","time":{"start":1726218778197,"stop":1726218778197,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad8a495913a569","name":"retrieves a single peer","time":{"start":1726218304461,"stop":1726218304462,"duration":1},"status":"passed","severity":"normal"},{"uid":"d67823a119278576","name":"should be able to encode the field with only RELAY set to true","time":{"start":1726218291074,"stop":1726218291076,"duration":2},"status":"passed","severity":"normal"},{"uid":"24f6afb249936f66","name":"Push message with content topic containing numeric","time":{"start":1726218863011,"stop":1726218863011,"duration":0},"status":"passed","severity":"normal"},{"uid":"81426c59ed6fd194","name":"different cluster, different shard: nodes don't connect","time":{"start":1726218689008,"stop":1726218689010,"duration":2},"status":"passed","severity":"normal"},{"uid":"d5c80308ecae3ad5","name":"Publish message with rate limit","time":{"start":1726218806767,"stop":1726218806767,"duration":0},"status":"passed","severity":"normal"},{"uid":"a097002e98482115","name":"Push message on custom pubsubTopic","time":{"start":1726218651146,"stop":1726218651146,"duration":0},"status":"passed","severity":"normal"},{"uid":"887d32d34f6d85e1","name":"Subscribe to topic containing numeric and receive message","time":{"start":1726218551484,"stop":1726218551485,"duration":1},"status":"passed","severity":"normal"},{"uid":"55f9fa646e0dd750","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1726218283107,"stop":1726218283107,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fb5aa1d79912791","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1726218523025,"stop":1726218523025,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e23971403a9a11e","name":"Push message with content topic containing Basic HTML tag","time":{"start":1726218863027,"stop":1726218863029,"duration":2},"status":"passed","severity":"normal"},{"uid":"68339af2b34ebf50","name":"Generator, custom pubsub topic","time":{"start":1726218903390,"stop":1726218903391,"duration":1},"status":"passed","severity":"normal"},{"uid":"adab1d1f20bcc561","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1726218523015,"stop":1726218523015,"duration":0},"status":"passed","severity":"normal"},{"uid":"e19e7dbaf9afd4d3","name":"should only return 1 node with relay and store capability","time":{"start":1726218304470,"stop":1726218304470,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5bfcd69cca79801","name":"Promise Callback - true","time":{"start":1726218885489,"stop":1726218885489,"duration":0},"status":"passed","severity":"normal"},{"uid":"a043d423d9bcf54","name":"Subscribe to topic containing Script and receive message","time":{"start":1726218551489,"stop":1726218551490,"duration":1},"status":"passed","severity":"normal"},{"uid":"224a81e76873dffd","name":"Subscribe to topic containing Script and receive message","time":{"start":1726218879318,"stop":1726218879320,"duration":2},"status":"passed","severity":"normal"},{"uid":"6d61330a9158f738","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1726218812478,"stop":1726218812481,"duration":3},"status":"passed","severity":"normal"},{"uid":"6ccdb5b9bd5c8332","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218410955,"stop":1726218410955,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6d39240ee1218dc","name":"Check message received after jswaku node is restarted","time":{"start":1726218510991,"stop":1726218510991,"duration":0},"status":"skipped","severity":"normal"},{"uid":"baf57a9d5101b5a1","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1726218291079,"stop":1726218291079,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cbce1ba325f4009","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1726218523022,"stop":1726218523022,"duration":0},"status":"passed","severity":"normal"},{"uid":"132c3abe100e29c9","name":"Check received message containing Basic HTML tag","time":{"start":1726218510978,"stop":1726218510978,"duration":0},"status":"passed","severity":"normal"},{"uid":"87908b47f4c629f","name":"Fails to push message bigger that 1MB","time":{"start":1726218778292,"stop":1726218778292,"duration":0},"status":"passed","severity":"normal"},{"uid":"2843883ccff0aec7","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1726218283092,"stop":1726218283092,"duration":0},"status":"passed","severity":"normal"},{"uid":"593cdf1e3a3e1056","name":"Symmetric encrypt & Decrypt","time":{"start":1726218315165,"stop":1726218315165,"duration":0},"status":"passed","severity":"normal"},{"uid":"950b7a9803b662ec","name":"1 Relay, 1 fetch","time":{"start":1726218304290,"stop":1726218304291,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e7bb3133c1d4a93","name":"Push 30 different messages","time":{"start":1726218863004,"stop":1726218863004,"duration":0},"status":"passed","severity":"normal"},{"uid":"cab66ddbef3931e5","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1726218283076,"stop":1726218283077,"duration":1},"status":"passed","severity":"normal"},{"uid":"61ce8eee8cbc3e24","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1726218283094,"stop":1726218283095,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c31a301adb48fd0","name":"Subscribe and receives messages on 20 topics","time":{"start":1726218551478,"stop":1726218551478,"duration":0},"status":"passed","severity":"normal"},{"uid":"eac01216bc0b14a3","name":"Check received message containing JSON","time":{"start":1726218764088,"stop":1726218764088,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f824598b13afc73","name":"Fails to publish message with wrong content topic","time":{"start":1726218806763,"stop":1726218806763,"duration":0},"status":"passed","severity":"normal"},{"uid":"e841201c8c73b06d","name":"Overlapping topic subscription","time":{"start":1726218551481,"stop":1726218551482,"duration":1},"status":"passed","severity":"normal"},{"uid":"dde3b197bef194a5","name":"Query Generator, No message returned","time":{"start":1726218886392,"stop":1726218886392,"duration":0},"status":"passed","severity":"normal"},{"uid":"47a1dd2c7ca4d653","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1726218523013,"stop":1726218523013,"duration":0},"status":"passed","severity":"normal"},{"uid":"f07822f296fda52a","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1726218551469,"stop":1726218551469,"duration":0},"status":"passed","severity":"normal"},{"uid":"e05a1e32810214e8","name":"Ping on peer without subscriptions","time":{"start":1726218412654,"stop":1726218412655,"duration":1},"status":"passed","severity":"normal"},{"uid":"3887e3f58a5d3f4e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523014,"stop":1726218523014,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dd8864a7f1a10d7","name":"different cluster, same shard: nodes don't connect","time":{"start":1726218523008,"stop":1726218523009,"duration":1},"status":"passed","severity":"normal"},{"uid":"d36c938a4929c62b","name":"Subscribe to topic containing shell command and publish message","time":{"start":1726218812478,"stop":1726218812478,"duration":0},"status":"passed","severity":"normal"},{"uid":"44eb3b80a95b39c3","name":"Check received message with timestamp: 1649153314 ","time":{"start":1726218764096,"stop":1726218764096,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd6ffb0cf6e45718","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1726218283089,"stop":1726218283089,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c5c61248a434d17","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1726218523013,"stop":1726218523013,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f7b643d0c265439","name":"should encodeTxt and decodeTxt","time":{"start":1726218291657,"stop":1726218291657,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae8e24c35164dfaa","name":"ignores unrecognized TXT record formats","time":{"start":1726218304465,"stop":1726218304466,"duration":1},"status":"passed","severity":"normal"},{"uid":"151f42c4d3739391","name":"Query generator for multiple messages with different message text format","time":{"start":1726218902967,"stop":1726218902969,"duration":2},"status":"passed","severity":"normal"},{"uid":"a70cda482a5dd952","name":"random static sharding 10 - Cluster ID: 854, Shard ID: 399","time":{"start":1726218863185,"stop":1726218863185,"duration":0},"status":"passed","severity":"normal"},{"uid":"7431e5b235325a1f","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726218651144,"stop":1726218651145,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b0c253c8b9ce831","name":"Check received message containing special chars","time":{"start":1726218510970,"stop":1726218510970,"duration":0},"status":"passed","severity":"normal"},{"uid":"d91c6ad1ef17a5dc","name":"Check received message containing special chars","time":{"start":1726218764102,"stop":1726218764104,"duration":2},"status":"passed","severity":"normal"},{"uid":"df88029315feed2c","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1726218523029,"stop":1726218523030,"duration":1},"status":"passed","severity":"normal"},{"uid":"77c75080adbf2e9c","name":"Generator, 2 different pubsubtopics","time":{"start":1726218903391,"stop":1726218903391,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2472066eaba930c","name":"Subscribe to topic containing special chars and receive message","time":{"start":1726218879294,"stop":1726218879294,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fa30fd104654379","name":"Check received message containing shell command","time":{"start":1726218764089,"stop":1726218764089,"duration":0},"status":"passed","severity":"normal"},{"uid":"dce1bd48bcacab17","name":"Push message with content topic containing SQL Injection","time":{"start":1726218863013,"stop":1726218863013,"duration":0},"status":"passed","severity":"normal"},{"uid":"62e1583ea7fe58b2","name":"Passing cursor with wrong pubsubTopic","time":{"start":1726218851926,"stop":1726218851926,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f46be6f6d970a7c","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1726218283098,"stop":1726218283098,"duration":0},"status":"passed","severity":"normal"},{"uid":"20215fcba1552091","name":"Fails to push message with empty content topic","time":{"start":1726218778286,"stop":1726218778286,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c161dc11c4f443c","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1726218304536,"stop":1726218304536,"duration":0},"status":"passed","severity":"normal"},{"uid":"18e1cb705e793ac2","name":"Ping on unsubscribed peer","time":{"start":1726218397743,"stop":1726218397743,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca06e059aece7b1f","name":"Asymmetric encrypt & decrypt","time":{"start":1726218315164,"stop":1726218315165,"duration":1},"status":"passed","severity":"normal"},{"uid":"62db60a4aeded6f","name":"Check message on other pubsub topic is not received","time":{"start":1726218764097,"stop":1726218764097,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e7a9ea3deffc3a2","name":"Subscribe to topic containing JSON and receive message","time":{"start":1726218879371,"stop":1726218879372,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1626e82bcffce8f","name":"Renews subscription after lossing a connection","time":{"start":1726218879334,"stop":1726218879335,"duration":1},"status":"passed","severity":"normal"},{"uid":"690d8d2ed75c41be","name":"Publish message with large meta","time":{"start":1726218806766,"stop":1726218806767,"duration":1},"status":"passed","severity":"normal"},{"uid":"92d43601f811c44e","name":"getPeersByDiscovery","time":{"start":1726218777346,"stop":1726218777346,"duration":0},"status":"passed","severity":"normal"},{"uid":"70ad196fb3876722","name":"Check message on other pubsub topic is not received","time":{"start":1726218510989,"stop":1726218510989,"duration":0},"status":"passed","severity":"normal"},{"uid":"124b23b67895c646","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app46/6/topic476/proto","time":{"start":1726218843768,"stop":1726218843768,"duration":0},"status":"passed","severity":"normal"},{"uid":"f759b0eb1907c407","name":"Check publish message after service node is restarted","time":{"start":1726218806766,"stop":1726218806766,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ef0a83fcfb23aedf","name":"All","time":{"start":1726218344914,"stop":1726218344915,"duration":1},"status":"passed","severity":"normal"},{"uid":"df8171faf052af51","name":"Check received message containing Chinese","time":{"start":1726218764081,"stop":1726218764082,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a01de46ec5469aa","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1726218563307,"stop":1726218563307,"duration":0},"status":"passed","severity":"normal"},{"uid":"79d51a65d0af618d","name":"should only return 1 node with store capability","time":{"start":1726218304470,"stop":1726218304471,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ed7a2f20f5842e0","name":"Check received message containing Script","time":{"start":1726218510976,"stop":1726218510977,"duration":1},"status":"passed","severity":"normal"},{"uid":"c24daf8d388268bf","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","time":{"start":1726218669772,"stop":1726218669772,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6479dfe9c5fc0df","name":"Reopen subscription with peer with lost subscription","time":{"start":1726218412655,"stop":1726218412656,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac745da7d2833461","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523026,"stop":1726218523026,"duration":0},"status":"passed","severity":"normal"},{"uid":"51d33b622e674957","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1726218283096,"stop":1726218283096,"duration":0},"status":"passed","severity":"normal"},{"uid":"3086fdbd690978db","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218651147,"stop":1726218651147,"duration":0},"status":"passed","severity":"normal"},{"uid":"35d66046eb6255f0","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1726218523019,"stop":1726218523019,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dad575c746875b3","name":"Push message with content topic containing special chars","time":{"start":1726218778227,"stop":1726218778227,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f855269ae3e689","name":"Query Generator, Wrong PubsubTopic","time":{"start":1726218886387,"stop":1726218886390,"duration":3},"status":"passed","severity":"normal"},{"uid":"768bcaa9249b2728","name":"should only return 1 node with relay capability","time":{"start":1726218304469,"stop":1726218304469,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd1571c98e4417b","name":"Check publish message containing long","time":{"start":1726218806752,"stop":1726218806752,"duration":0},"status":"passed","severity":"normal"},{"uid":"29ed9c662df66fd5","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1726218879288,"stop":1726218879288,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fd7038d9c6972bf","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1726218777347,"stop":1726218777347,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e8fe22c2fec85a3","name":"Waku message hash computation (no timestamp)","time":{"start":1726218285627,"stop":1726218285627,"duration":0},"status":"passed","severity":"normal"},{"uid":"116568e226d8328d","name":"LightPush with 2 connections","time":{"start":1726218583682,"stop":1726218583683,"duration":1},"status":"passed","severity":"normal"},{"uid":"14b5e88aa3f92da","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1726218523021,"stop":1726218523021,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc7595f2dc0f2656","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1726218551480,"stop":1726218551481,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5f75f3e1f62f363","name":"Push message with Arabic payload","time":{"start":1726218778187,"stop":1726218778188,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9706327e62c087b","name":"groups content topics by expected pubsub topic","time":{"start":1726218283087,"stop":1726218283087,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bda49ef577380f8","name":"Check message with no content topic is not received","time":{"start":1726218764112,"stop":1726218764113,"duration":1},"status":"passed","severity":"normal"},{"uid":"438633ae63c5c79f","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1726218551487,"stop":1726218551487,"duration":0},"status":"passed","severity":"normal"},{"uid":"c29173ca9145775e","name":"Check received message containing long","time":{"start":1726218764101,"stop":1726218764101,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f88b88efc26bc79","name":"Push 30 different messages","time":{"start":1726218778197,"stop":1726218778198,"duration":1},"status":"passed","severity":"normal"},{"uid":"eaf720a73ec30f34","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1726218843770,"stop":1726218843770,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc7d6c8ab7df036e","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1726218523030,"stop":1726218523030,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1cfba753f944e73","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1726218788037,"stop":1726218788037,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bb7459fcffe1aaf","name":"Filter with 3 connections","time":{"start":1726218583684,"stop":1726218583684,"duration":0},"status":"passed","severity":"normal"},{"uid":"729a70bf5dcc58ae","name":"ignores domain fetching errors","time":{"start":1726218304464,"stop":1726218304465,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3739f783287e1b3","name":"Query Generator, No Decoder","time":{"start":1726218886391,"stop":1726218886391,"duration":0},"status":"passed","severity":"normal"},{"uid":"4368215cbf6b665d","name":"Publish message with custom timestamp: Fri Sep 13 2024 10:12:58 GMT+0000 (Coordinated Universal Time)","time":{"start":1726218806762,"stop":1726218806762,"duration":0},"status":"passed","severity":"normal"},{"uid":"f12194e561c4be75","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1726218914875,"stop":1726218914875,"duration":0},"status":"passed","severity":"normal"},{"uid":"79a2ee5477479019","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1726218523020,"stop":1726218523020,"duration":0},"status":"passed","severity":"normal"},{"uid":"29e401b857c4dab5","name":"should get / set TCP multiaddr","time":{"start":1726218291663,"stop":1726218291664,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6f11950d6329e52","name":"Js publishes, other Js receives","time":{"start":1726218791623,"stop":1726218791623,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1a5a22e87f3879a","name":"Subscribe and receive messages via lightPush","time":{"start":1726218879335,"stop":1726218879335,"duration":0},"status":"passed","severity":"normal"},{"uid":"bef91994bd59cb08","name":"handles multiple messages","time":{"start":1726218910985,"stop":1726218910985,"duration":0},"status":"passed","severity":"normal"},{"uid":"924b95079e61c63c","name":"should not fail to start the service if it is already started","time":{"start":1726218308581,"stop":1726218308582,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2a98fa084253ee0","name":"same cluster, same shard: nodes connect","time":{"start":1726218689005,"stop":1726218689006,"duration":1},"status":"passed","severity":"normal"},{"uid":"8dfb836e329d14e1","name":"should decode valid enr successfully","time":{"start":1726218291658,"stop":1726218291658,"duration":0},"status":"passed","severity":"normal"},{"uid":"319ba275bc35c263","name":"throws on content topic with empty topic name field","time":{"start":1726218283074,"stop":1726218283075,"duration":1},"status":"passed","severity":"normal"},{"uid":"7236d7a09f2b3797","name":"Push message with Script payload","time":{"start":1726218862994,"stop":1726218862995,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0dbcd93c1397719","name":"Reopen subscription with peer with lost subscription","time":{"start":1726218397743,"stop":1726218397743,"duration":0},"status":"passed","severity":"normal"},{"uid":"df4ce2302cd82c29","name":"creates an iterator","time":{"start":1726218910984,"stop":1726218910985,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d6e14c991b77b56","name":"should be able to decode the field with only FILTER set to true","time":{"start":1726218291081,"stop":1726218291082,"duration":1},"status":"passed","severity":"normal"},{"uid":"918de91f586058ee","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1726218283097,"stop":1726218283097,"duration":0},"status":"passed","severity":"normal"},{"uid":"7731a62b40f6539c","name":"Passing invalid cursor","time":{"start":1726218851925,"stop":1726218851926,"duration":1},"status":"passed","severity":"normal"},{"uid":"92dd06b25b4c7015","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1726218851922,"stop":1726218851922,"duration":0},"status":"passed","severity":"normal"},{"uid":"21c0013143e20769","name":"addEventListener with correct event","time":{"start":1726218375482,"stop":1726218375483,"duration":1},"status":"passed","severity":"normal"},{"uid":"30dbe7a6536b4b79","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1726218314719,"stop":1726218314720,"duration":1},"status":"passed","severity":"normal"},{"uid":"537aaac81b083674","name":"Push message with Chinese payload","time":{"start":1726218862990,"stop":1726218862991,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c70bdf6d700a2d3","name":"Generator, custom pubsub topic","time":{"start":1726218903393,"stop":1726218903393,"duration":0},"status":"passed","severity":"normal"},{"uid":"36f49fe4f270b563","name":"should not fail to stop the service if it was not started","time":{"start":1726218308580,"stop":1726218308581,"duration":1},"status":"passed","severity":"normal"},{"uid":"1603de7664729680","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1726218523027,"stop":1726218523027,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bb67e6dcf90491d","name":"Query generator for multiple messages with different content topic format","time":{"start":1726218902972,"stop":1726218902982,"duration":10},"status":"passed","severity":"normal"},{"uid":"eeafbf1d12887ad9","name":"Push message with content topic containing SQL Injection","time":{"start":1726218778233,"stop":1726218778234,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea6e403880636015","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1726218879289,"stop":1726218879289,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a7e75bc5cb280a4","name":"Light Node - default protocols","time":{"start":1726218926398,"stop":1726218926398,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b45d5c131dc7c31","name":"Relay - dialed after","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"status":"passed","severity":"normal"},{"uid":"d74e0b507a4ab6e6","name":"should not throw an error for a single configured topic","time":{"start":1726218283101,"stop":1726218283101,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e7e9fb9e46df0f8","name":"should throw an error for empty SingleShardInfos array","time":{"start":1726218283089,"stop":1726218283090,"duration":1},"status":"passed","severity":"normal"},{"uid":"d457d4c29c1ed37b","name":"Push to array if already present","time":{"start":1726218282698,"stop":1726218282698,"duration":0},"status":"passed","severity":"normal"},{"uid":"868c589a32757cc7","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1726218455970,"stop":1726218455970,"duration":0},"status":"passed","severity":"normal"},{"uid":"274acc71bc983490","name":"1 Store, 2 relays, 2 fetches","time":{"start":1726218304291,"stop":1726218304292,"duration":1},"status":"passed","severity":"normal"},{"uid":"75c50a9372841e04","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1726218304535,"stop":1726218304535,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bd67832f56d0880","name":"Check received message with timestamp: 1726218335042000000 ","time":{"start":1726218764109,"stop":1726218764109,"duration":0},"status":"passed","severity":"normal"},{"uid":"756eb1c6d7cc0faa","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1726218812476,"stop":1726218812476,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0263a85324abd8b","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1726218914871,"stop":1726218914872,"duration":1},"status":"passed","severity":"normal"},{"uid":"60497c7fddd2b17d","name":"1 Relay, 1 Filter, gives up","time":{"start":1726218304292,"stop":1726218304292,"duration":0},"status":"passed","severity":"normal"},{"uid":"3578b6b775ac898d","name":"Push message with rate limit","time":{"start":1726218778287,"stop":1726218778288,"duration":1},"status":"passed","severity":"normal"},{"uid":"be4d20fe809697d1","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1726218956166,"stop":1726218956166,"duration":0},"status":"passed","severity":"normal"},{"uid":"57e714e5f0dbe7db","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1726218447519,"stop":1726218447521,"duration":2},"status":"passed","severity":"normal"},{"uid":"dac8b312ad0a1be4","name":"Push message with content topic containing short","time":{"start":1726218778218,"stop":1726218778218,"duration":0},"status":"passed","severity":"normal"},{"uid":"4771320b2e2c974e","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1726218843764,"stop":1726218843764,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f9551c5693c1f36","name":"Encoder throws on empty string content topic","time":{"start":1726218314723,"stop":1726218314723,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec544f86edaed142","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1726218283077,"stop":1726218283082,"duration":5},"status":"passed","severity":"normal"},{"uid":"e3de853524dbbd72","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1726218879294,"stop":1726218879298,"duration":4},"status":"passed","severity":"normal"},{"uid":"ca3f24444472b209","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1726218851923,"stop":1726218851924,"duration":1},"status":"passed","severity":"normal"},{"uid":"d203c783679f29f9","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1726218335402,"stop":1726218335402,"duration":0},"status":"passed","severity":"normal"},{"uid":"61be9f993033be95","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218410952,"stop":1726218410953,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b157ba589234ae7","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app90/4/topic376/test.js","time":{"start":1726218843768,"stop":1726218843769,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfd8f25679c56313","name":"Subscribe and receive messages via waku relay post","time":{"start":1726218879336,"stop":1726218879337,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba359e866df63c79","name":"LightPush with 1 connections","time":{"start":1726218583682,"stop":1726218583682,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2f50fdc6756f9a","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1726218879315,"stop":1726218879317,"duration":2},"status":"passed","severity":"normal"},{"uid":"fe3f0cbbe0020de7","name":"Push message with custom timestamp: 1726214951739","time":{"start":1726218863049,"stop":1726218863050,"duration":1},"status":"passed","severity":"normal"},{"uid":"7369b2cfed18dbc5","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1726218669780,"stop":1726218669781,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f1020a5023b9298","name":"random static sharding 5 - Cluster ID: 328, Shard ID: 996","time":{"start":1726218863180,"stop":1726218863180,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e788243042e341e","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1726218879336,"stop":1726218879336,"duration":0},"status":"passed","severity":"normal"},{"uid":"859fcb18e01f0d5c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218651145,"stop":1726218651145,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5eeae2efd1869b2","name":"Check publish message containing shell command","time":{"start":1726218806759,"stop":1726218806759,"duration":0},"status":"passed","severity":"normal"},{"uid":"6832d472335fde69","name":"Filter","time":{"start":1726218926397,"stop":1726218926398,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4ce9dd4347aa0e7","name":"Push message with meta","time":{"start":1726218863043,"stop":1726218863045,"duration":2},"status":"passed","severity":"normal"},{"uid":"b663367c56a04e4f","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726218651146,"stop":1726218651146,"duration":0},"status":"passed","severity":"normal"},{"uid":"b53274d932426b2f","name":"can start and stop the service","time":{"start":1726218308580,"stop":1726218308580,"duration":0},"status":"passed","severity":"normal"},{"uid":"685bba1c4f83f405","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1726218956167,"stop":1726218956168,"duration":1},"status":"passed","severity":"normal"},{"uid":"7287df32d636fb32","name":"Subscribe and receive messages via lightPush","time":{"start":1726218879286,"stop":1726218879286,"duration":0},"status":"passed","severity":"normal"},{"uid":"b51b5e81cdf9de23","name":"Add multiple subscription objects on single nwaku node","time":{"start":1726218879332,"stop":1726218879332,"duration":0},"status":"passed","severity":"normal"},{"uid":"da3115bd84df2951","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1726218879298,"stop":1726218879313,"duration":15},"status":"passed","severity":"normal"},{"uid":"ff5d0f5b0be27af7","name":"Fails to publish message with size larger than 1 MB","time":{"start":1726218806765,"stop":1726218806765,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef9020a16e3ff4f8","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1726218851924,"stop":1726218851924,"duration":0},"status":"passed","severity":"normal"},{"uid":"d52d3089909a0a1a","name":"Check received message containing short","time":{"start":1726218764064,"stop":1726218764066,"duration":2},"status":"passed","severity":"normal"},{"uid":"908d71ba827225ca","name":"can dial TLS multiaddrs","time":{"start":1726218673575,"stop":1726218673576,"duration":1},"status":"passed","severity":"normal"},{"uid":"442e4d1e68bb0cc4","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1726218283089,"stop":1726218283089,"duration":0},"status":"passed","severity":"normal"},{"uid":"6be6a4d847ad8566","name":"Refresh subscription","time":{"start":1726218879341,"stop":1726218879342,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc8e38dc4d948ee6","name":"should emit a peer event after start","time":{"start":1726218793433,"stop":1726218793434,"duration":1},"status":"passed","severity":"normal"},{"uid":"35e2ad0ffd61e6a9","name":"should properly create location multiaddrs - udp4","time":{"start":1726218291667,"stop":1726218291667,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ebcfee765a0247b","name":"Ephemeral messages are not stored","time":{"start":1726218346772,"stop":1726218346772,"duration":0},"status":"passed","severity":"normal"},{"uid":"55df71f4ea11c8f8","name":"Sign & Recover","time":{"start":1726218315166,"stop":1726218315167,"duration":1},"status":"passed","severity":"normal"},{"uid":"2501ff355c747cd5","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1726218879374,"stop":1726218879376,"duration":2},"status":"passed","severity":"normal"},{"uid":"be45056cdf2bd94e","name":"Decoder throws on empty string content topic","time":{"start":1726218316388,"stop":1726218316388,"duration":0},"status":"passed","severity":"normal"},{"uid":"badc7180b5054787","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1726218342872,"stop":1726218342872,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2142edc0914b7","name":"Push message with content topic containing unicode special characters","time":{"start":1726218778284,"stop":1726218778284,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7658e514e419878","name":"start node with empty shard should fail","time":{"start":1726218863187,"stop":1726218863187,"duration":0},"status":"passed","severity":"normal"},{"uid":"51afd52b18ee549e","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1726218563297,"stop":1726218563298,"duration":1},"status":"passed","severity":"normal"},{"uid":"720449b875078c85","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1726218346773,"stop":1726218346774,"duration":1},"status":"passed","severity":"normal"},{"uid":"30f21201776bf25f","name":"Push message with content topic containing XML","time":{"start":1726218863022,"stop":1726218863027,"duration":5},"status":"passed","severity":"normal"},{"uid":"95ca8082657bb408","name":"Check received message containing SQL Injection","time":{"start":1726218510972,"stop":1726218510972,"duration":0},"status":"passed","severity":"normal"},{"uid":"71256f7045ae34","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1726218898754,"stop":1726218898754,"duration":0},"status":"passed","severity":"normal"},{"uid":"7264ab816db8796","name":"should not receive a peer event before start","time":{"start":1726218345035,"stop":1726218345035,"duration":0},"status":"passed","severity":"normal"},{"uid":"7746af7131889f3a","name":"Push message with escaped characters payload","time":{"start":1726218778195,"stop":1726218778195,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef1ecf501442555d","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1726218308584,"stop":1726218308584,"duration":0},"status":"passed","severity":"normal"},{"uid":"6efe942e8456b3ea","name":"Push message with Basic HTML tag payload","time":{"start":1726218778190,"stop":1726218778190,"duration":0},"status":"passed","severity":"normal"},{"uid":"915994120eb75fd1","name":"Check meta is set [ecies]","time":{"start":1726218316386,"stop":1726218316387,"duration":1},"status":"passed","severity":"normal"},{"uid":"3905969d36b25a5c","name":"Ordered Callback - true","time":{"start":1726218885489,"stop":1726218885490,"duration":1},"status":"passed","severity":"normal"},{"uid":"75f399477ee03636","name":"Ordered callback, aborts when callback returns true","time":{"start":1726218903001,"stop":1726218903004,"duration":3},"status":"passed","severity":"normal"},{"uid":"c6f40427d2545d48","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1726218563305,"stop":1726218563307,"duration":2},"status":"passed","severity":"normal"},{"uid":"f1db01fbb7f3b8b","name":"Ping on subscribed peer","time":{"start":1726218412656,"stop":1726218412656,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f7e1b4d077f8ffe","name":"through manual discovery","time":{"start":1726218673576,"stop":1726218673576,"duration":0},"status":"passed","severity":"normal"},{"uid":"d91b108464358a1f","name":"Decoder throws on empty string content topic","time":{"start":1726218314724,"stop":1726218314724,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad03d55176a61ff2","name":"passes more than one ENR URLs and attempts connection","time":{"start":1726218345043,"stop":1726218345043,"duration":0},"status":"skipped","severity":"normal"},{"uid":"61f382425504b46a","name":"should throw an error for missing required configuration","time":{"start":1726218283093,"stop":1726218283093,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cfc1ccbb96d7982","name":"Subscribe to topic containing numeric and receive message","time":{"start":1726218879352,"stop":1726218879352,"duration":0},"status":"passed","severity":"normal"},{"uid":"631303ba99fa9029","name":"Push message with content topic containing JSON","time":{"start":1726218778265,"stop":1726218778270,"duration":5},"status":"passed","severity":"normal"},{"uid":"a3065fd072702330","name":"Check received message containing SQL Injection","time":{"start":1726218764106,"stop":1726218764106,"duration":0},"status":"passed","severity":"normal"},{"uid":"3435de0fce6427c9","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1726218523025,"stop":1726218523025,"duration":0},"status":"passed","severity":"normal"},{"uid":"11bb16190aff82a0","name":"should handle corrupted local storage data gracefully","time":{"start":1726218308584,"stop":1726218308584,"duration":0},"status":"passed","severity":"normal"},{"uid":"96579635c9e42be6","name":"Subscribe to topic containing special chars and receive message","time":{"start":1726218551485,"stop":1726218551486,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a078604bad514a4","name":"Round trip binary serialization","time":{"start":1726218296783,"stop":1726218296783,"duration":0},"status":"passed","severity":"normal"},{"uid":"af16f11846fbef17","name":"Subscribe to topic containing shell command and receive message","time":{"start":1726218551493,"stop":1726218551493,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b00b16336642eb5","name":"Query Generator - false","time":{"start":1726218885487,"stop":1726218885488,"duration":1},"status":"passed","severity":"normal"},{"uid":"23b626892948c266","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1726218563299,"stop":1726218563299,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e0ee157c8556665","name":"random static sharding 8 - Cluster ID: 226, Shard ID: 947","time":{"start":1726218863184,"stop":1726218863184,"duration":0},"status":"passed","severity":"normal"},{"uid":"4831bf8be021a99d","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1726218886396,"stop":1726218886396,"duration":0},"status":"passed","severity":"normal"},{"uid":"43ce9e4d18d7722c","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1726218291083,"stop":1726218291083,"duration":0},"status":"passed","severity":"normal"},{"uid":"69cc063df694685","name":"Subscribe to topic containing numeric and publish message","time":{"start":1726218812472,"stop":1726218812472,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fcad84c00b1720f","name":"Relay - times out","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"status":"passed","severity":"normal"},{"uid":"f500c56fdff1f020","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1726218291085,"stop":1726218291085,"duration":0},"status":"passed","severity":"normal"},{"uid":"53988f1145d3cbb6","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1726218879287,"stop":1726218879287,"duration":0},"status":"passed","severity":"normal"},{"uid":"201ae843cffcaf3a","name":"Check publish message containing unicode special characters","time":{"start":1726218806759,"stop":1726218806760,"duration":1},"status":"passed","severity":"normal"},{"uid":"819de4df883467af","name":"Rejects garbage","time":{"start":1726218319680,"stop":1726218319680,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8e3fb5b679c9b3a","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1726218382077,"stop":1726218382078,"duration":1},"status":"passed","severity":"normal"},{"uid":"900241452f21c45e","name":"Nodes with multiple pubsub topic","time":{"start":1726218788036,"stop":1726218788036,"duration":0},"status":"passed","severity":"normal"},{"uid":"abbc18cc02a6594","name":"throws on content topic with generation field greater than 0","time":{"start":1726218283072,"stop":1726218283073,"duration":1},"status":"passed","severity":"normal"},{"uid":"535ff8ea095a5e3d","name":"Check received message containing shell command","time":{"start":1726218764108,"stop":1726218764108,"duration":0},"status":"passed","severity":"normal"},{"uid":"49259250f07a1e1e","name":"Check received message with timestamp: 1726218334519 ","time":{"start":1726218510984,"stop":1726218510987,"duration":3},"status":"passed","severity":"normal"},{"uid":"e4f7fe4843bd6df8","name":"Push message with special chars payload","time":{"start":1726218778184,"stop":1726218778185,"duration":1},"status":"passed","severity":"normal"},{"uid":"2754b1350fa4d8a8","name":"should set field with only LIGHTPUSH enabled","time":{"start":1726218291671,"stop":1726218291671,"duration":0},"status":"passed","severity":"normal"},{"uid":"228046c05b3abe0e","name":"can start the service","time":{"start":1726218345025,"stop":1726218345026,"duration":1},"status":"passed","severity":"normal"},{"uid":"f03729e4a50a0691","name":"should set field with only STORE enabled","time":{"start":1726218291670,"stop":1726218291671,"duration":1},"status":"passed","severity":"normal"},{"uid":"32e5e4ac50f26cdb","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1726218523023,"stop":1726218523023,"duration":0},"status":"passed","severity":"normal"},{"uid":"1203dd6f46a5a9b9","name":"Relay - dialed first","time":{"start":1726218926396,"stop":1726218926396,"duration":0},"status":"passed","severity":"normal"},{"uid":"79818748cd8073b6","name":"shard 0","time":{"start":1726218863176,"stop":1726218863178,"duration":2},"status":"passed","severity":"normal"},{"uid":"96e82bf7c76ad986","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1726218304536,"stop":1726218304536,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5ed93bacfe25bb0","name":"handles different clusterIds correctly","time":{"start":1726218283087,"stop":1726218283087,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aa1f33b1641a8a4","name":"getPeersByDiscovery","time":{"start":1726218375492,"stop":1726218375493,"duration":1},"status":"passed","severity":"normal"},{"uid":"858368dbe10b1a15","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1726218302904,"stop":1726218302904,"duration":0},"status":"passed","severity":"normal"},{"uid":"8eb088ee29513b7a","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1726218342871,"stop":1726218342872,"duration":1},"status":"passed","severity":"normal"},{"uid":"a086eadde719dc9f","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1726218455969,"stop":1726218455969,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4264c5519720650","name":"Refresh subscription","time":{"start":1726218812469,"stop":1726218812469,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ca68d9aeb4f6c1a0","name":"Check meta is set [symmetric]","time":{"start":1726218314721,"stop":1726218314722,"duration":1},"status":"passed","severity":"normal"},{"uid":"278959b5c177d6e4","name":"Publish message with custom timestamp: Fri Sep 13 2024 08:12:58 GMT+0000 (Coordinated Universal Time)","time":{"start":1726218806761,"stop":1726218806762,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec0d7bc5a8cc0eda","name":"should throw error - invalid id","time":{"start":1726218291660,"stop":1726218291660,"duration":0},"status":"passed","severity":"normal"},{"uid":"152b75294ea3e72a","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1726218898752,"stop":1726218898752,"duration":0},"status":"passed","severity":"normal"},{"uid":"99f750d6a0db3b00","name":"Check publish message containing Chinese","time":{"start":1726218806753,"stop":1726218806753,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0241118c3bc6332","name":"random static sharding 1 - Cluster ID: 39, Shard ID: 480","time":{"start":1726218863178,"stop":1726218863179,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ed553b263b77aa","name":"Subscribe to topic containing short and publish message","time":{"start":1726218812470,"stop":1726218812471,"duration":1},"status":"passed","severity":"normal"},{"uid":"539831bafa494215","name":"random static sharding 2 - Cluster ID: 996, Shard ID: 797","time":{"start":1726218863179,"stop":1726218863179,"duration":0},"status":"passed","severity":"normal"},{"uid":"879b9592f245da41","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1726218291658,"stop":1726218291658,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a753297e170ba22","name":"Push message with XML payload","time":{"start":1726218778189,"stop":1726218778189,"duration":0},"status":"passed","severity":"normal"},{"uid":"21ea0d4782b9afef","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1726218563296,"stop":1726218563297,"duration":1},"status":"passed","severity":"normal"},{"uid":"2cc78035072cefda","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app21/8/topic968/test.js","time":{"start":1726218843765,"stop":1726218843765,"duration":0},"status":"passed","severity":"normal"},{"uid":"86acbfe66afccb5a","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1726218914874,"stop":1726218914874,"duration":0},"status":"passed","severity":"normal"},{"uid":"2397007bcd832aa6","name":"Subscribe to topic containing special chars and receive message","time":{"start":1726218879352,"stop":1726218879353,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fa4abc3d994c292","name":"Passing page size 11 when there are 10 messages","time":{"start":1726218909195,"stop":1726218909195,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cf8b78169da3cf9","name":"Subscribe and receive messages via waku relay post","time":{"start":1726218879287,"stop":1726218879287,"duration":0},"status":"passed","severity":"normal"},{"uid":"666b6ffa76b3ce73","name":"Subscribe to topic containing XML and receive message","time":{"start":1726218879320,"stop":1726218879320,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdbfb21cda54f7aa","name":"should use DNS peer discovery with light client","time":{"start":1726218345037,"stop":1726218345038,"duration":1},"status":"skipped","severity":"normal"},{"uid":"c957ba2dabb60e40","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app24/1/topic797/proto","time":{"start":1726218843767,"stop":1726218843768,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b6d175a88a9b1","name":"less peers than existing","time":{"start":1726218764451,"stop":1726218764451,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e62d5bd582ce8d02","name":"Publishes to nwaku","time":{"start":1726218791622,"stop":1726218791622,"duration":0},"status":"passed","severity":"normal"},{"uid":"a94cfcb7f614ba83","name":"Check message received after nwaku node is restarted","time":{"start":1726218764099,"stop":1726218764099,"duration":0},"status":"skipped","severity":"normal"},{"uid":"74588ef3ba61f4c2","name":"Push message with escaped characters payload","time":{"start":1726218863002,"stop":1726218863003,"duration":1},"status":"passed","severity":"normal"},{"uid":"c58010ac28ca13f1","name":"Subscribe and receive messages via lightPush","time":{"start":1726218551468,"stop":1726218551468,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca9d2067e246b0e8","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218903394,"stop":1726218903394,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3cd4738359e9336","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1726218903393,"stop":1726218903393,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2a9db929b75e827","name":"Check message received after nwaku node is restarted","time":{"start":1726218510991,"stop":1726218510991,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5c5d603b0351a7b7","name":"Subscribe to topic containing Script and publish message","time":{"start":1726218812476,"stop":1726218812476,"duration":0},"status":"passed","severity":"normal"},{"uid":"df1d0806687cc5af","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1726218812481,"stop":1726218812481,"duration":0},"status":"passed","severity":"normal"},{"uid":"9416d68d8bc87580","name":"Push message with content topic containing long","time":{"start":1726218778219,"stop":1726218778219,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d9823d6de745ee5","name":"removeEventListener with correct event","time":{"start":1726218375484,"stop":1726218375492,"duration":8},"status":"passed","severity":"normal"},{"uid":"242f39cda045a6b5","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1726218283084,"stop":1726218283084,"duration":0},"status":"passed","severity":"normal"},{"uid":"972104f0059f8a2d","name":"Subscribe to topic containing XML and publish message","time":{"start":1726218812476,"stop":1726218812477,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbc339e538797e3","name":"Refresh subscription","time":{"start":1726218551482,"stop":1726218551482,"duration":0},"status":"passed","severity":"normal"},{"uid":"31039f33ceae023","name":"Subscribe to topic containing long and receive message","time":{"start":1726218879351,"stop":1726218879352,"duration":1},"status":"passed","severity":"normal"},{"uid":"9eca7d2728ed4c63","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1726218304535,"stop":1726218304535,"duration":0},"status":"passed","severity":"normal"},{"uid":"24b5bee9924ef036","name":"Encoder throws on undefined content topic","time":{"start":1726218316387,"stop":1726218316387,"duration":0},"status":"passed","severity":"normal"},{"uid":"892ef1596701a339","name":"Encoder throws on empty string content topic","time":{"start":1726218296785,"stop":1726218296785,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3a816832f52cb88","name":"Subscribe to topic containing shell command and receive message","time":{"start":1726218879322,"stop":1726218879330,"duration":8},"status":"passed","severity":"normal"},{"uid":"242c022b987a776e","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1726218285627,"stop":1726218285628,"duration":1},"status":"passed","severity":"normal"},{"uid":"64f8883d1686cf38","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1726218806763,"stop":1726218806764,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae17a515ffbdd9e1","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1726218296786,"stop":1726218296787,"duration":1},"status":"passed","severity":"normal"},{"uid":"88e35d2cf4c770eb","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1726218879337,"stop":1726218879337,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ad2d5a74daa8e20","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","time":{"start":1726218669773,"stop":1726218669773,"duration":0},"status":"passed","severity":"normal"},{"uid":"651c9e531633893d","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1726218283099,"stop":1726218283100,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0f3c82194f2aa3","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1726218956166,"stop":1726218956167,"duration":1},"status":"passed","severity":"normal"},{"uid":"4650472aca951c60","name":"should get / set UDP multiaddr","time":{"start":1726218291663,"stop":1726218291663,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2c0d30e8b718f94","name":"Subscribe to topic containing emoji and receive message","time":{"start":1726218879332,"stop":1726218879332,"duration":0},"status":"passed","severity":"normal"},{"uid":"1baa0b027f6e22cd","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1726218283085,"stop":1726218283085,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfce94e63411aedf","name":"should set field with all protocols enabled","time":{"start":1726218291670,"stop":1726218291670,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ff3780af93403cb","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1726218304533,"stop":1726218304534,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd7930b6eebc4ffa","name":"Subscribe to topic containing Russian and receive message","time":{"start":1726218879360,"stop":1726218879360,"duration":0},"status":"passed","severity":"normal"},{"uid":"15c087d996447df6","name":"Check message with no payload is not received","time":{"start":1726218764113,"stop":1726218764113,"duration":0},"status":"passed","severity":"normal"},{"uid":"8526b933550e1457","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1726218898753,"stop":1726218898753,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cc8468fc234bdd3","name":"pre and post cipher","time":{"start":1726218315166,"stop":1726218315166,"duration":0},"status":"passed","severity":"normal"},{"uid":"b403c454b56be12a","name":"caches peers it previously fetched","time":{"start":1726218304467,"stop":1726218304467,"duration":0},"status":"passed","severity":"normal"},{"uid":"147c9ae3a9cc6b85","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1726218304535,"stop":1726218304536,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d1d96fe11841a5c","name":"Push message on custom pubsubTopic","time":{"start":1726218651144,"stop":1726218651144,"duration":0},"status":"passed","severity":"normal"},{"uid":"e42a676bd4df1918","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1726218886395,"stop":1726218886395,"duration":0},"status":"passed","severity":"normal"},{"uid":"6158c1df0e10543d","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1726218283099,"stop":1726218283099,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2f914b66bf323b7","name":"Fails to publish message with empty text","time":{"start":1726218806763,"stop":1726218806763,"duration":0},"status":"passed","severity":"normal"},{"uid":"583971e704940cb2","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1726218563297,"stop":1726218563297,"duration":0},"status":"passed","severity":"normal"},{"uid":"266bb90f55b69b00","name":"Push message with content topic containing Chinese","time":{"start":1726218863012,"stop":1726218863012,"duration":0},"status":"passed","severity":"normal"},{"uid":"abe09ce20c4fce8f","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1726218764111,"stop":1726218764111,"duration":0},"status":"passed","severity":"normal"},{"uid":"100d5843bbcf901d","name":"Subscribe to topic containing long and receive message","time":{"start":1726218879293,"stop":1726218879293,"duration":0},"status":"passed","severity":"normal"},{"uid":"2de119fa43ee1f8a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523024,"stop":1726218523024,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c4df3568cddd6d0","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1726218283084,"stop":1726218283084,"duration":0},"status":"passed","severity":"normal"},{"uid":"9eb1f368e11c5fde","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","time":{"start":1726218669770,"stop":1726218669771,"duration":1},"status":"passed","severity":"normal"},{"uid":"b24c58d60f2d3742","name":"should not receive a peer event before start","time":{"start":1726218793434,"stop":1726218793435,"duration":1},"status":"passed","severity":"normal"},{"uid":"93f3f59f11f1311f","name":"Push message with content topic containing short","time":{"start":1726218863005,"stop":1726218863005,"duration":0},"status":"passed","severity":"normal"},{"uid":"64523352a822b4d7","name":"should be online or offline if network state changed","time":{"start":1726218335404,"stop":1726218335405,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7a315a1a5957505","name":"Query Generator, Multiple PubsubTopics","time":{"start":1726218886390,"stop":1726218886391,"duration":1},"status":"passed","severity":"normal"},{"uid":"54e7feae9bda1010","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1726218291077,"stop":1726218291078,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc22a6d73963c6e7","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1726218283085,"stop":1726218283085,"duration":0},"status":"passed","severity":"normal"},{"uid":"34a3024e98051e32","name":"can start the service","time":{"start":1726218793427,"stop":1726218793428,"duration":1},"status":"passed","severity":"normal"},{"uid":"705e34138455fa75","name":"Check publish message after client node is restarted","time":{"start":1726218806766,"stop":1726218806766,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5dcffabab626862c","name":"Reusing cursor across nodes","time":{"start":1726218851925,"stop":1726218851925,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4d6264d4aeab97f","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1726218812477,"stop":1726218812477,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b2e138054a3a7c0","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1726218812465,"stop":1726218812466,"duration":1},"status":"passed","severity":"normal"},{"uid":"eec5773f1b7b7b1c","name":"Push message with shell command payload","time":{"start":1726218863002,"stop":1726218863002,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9cf61ea12f74a1","name":"Check received message containing Chinese","time":{"start":1726218764104,"stop":1726218764105,"duration":1},"status":"passed","severity":"normal"},{"uid":"c264980d0035ff4b","name":"Subscribe to topic containing Russian and receive message","time":{"start":1726218879314,"stop":1726218879315,"duration":1},"status":"passed","severity":"normal"},{"uid":"361c7d4a52bd7515","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1726218523016,"stop":1726218523016,"duration":0},"status":"passed","severity":"normal"},{"uid":"5871aede98daa3b7","name":"Push message with content topic containing Basic HTML tag","time":{"start":1726218778250,"stop":1726218778251,"duration":1},"status":"passed","severity":"normal"},{"uid":"97d82777f2931d95","name":"Renews subscription after lossing a connection","time":{"start":1726218879387,"stop":1726218879388,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5ae7cf2dffd4dfd","name":"Check received message containing emoji","time":{"start":1726218510982,"stop":1726218510983,"duration":1},"status":"passed","severity":"normal"},{"uid":"d97da8498cc1a26c","name":"nwaku subscribes","time":{"start":1726218791621,"stop":1726218791622,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b477effba7c0120","name":"Check received message containing escaped characters","time":{"start":1726218764094,"stop":1726218764094,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d4fc7777d0be042","name":"Init the array if not present","time":{"start":1726218282696,"stop":1726218282697,"duration":1},"status":"passed","severity":"normal"},{"uid":"964b8d843fd00f97","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1726218563296,"stop":1726218563296,"duration":0},"status":"passed","severity":"normal"},{"uid":"847fec84165e9698","name":"Round trip binary encryption [ecies, signature]","time":{"start":1726218316386,"stop":1726218316386,"duration":0},"status":"passed","severity":"normal"},{"uid":"146ea6121d55ad75","name":"Subscribe to topic containing Russian and receive message","time":{"start":1726218551488,"stop":1726218551488,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e3bbb2c8dbe508b","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1726218283083,"stop":1726218283083,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9c25c94dbd769c9","name":"Check message with invalid timestamp is not received","time":{"start":1726218764111,"stop":1726218764111,"duration":0},"status":"passed","severity":"normal"},{"uid":"c89c7d79934ee4dd","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523016,"stop":1726218523017,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb092e4d29ee67aa","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1726218283097,"stop":1726218283097,"duration":0},"status":"passed","severity":"normal"},{"uid":"47d06fdcdc1c348e","name":"Push message on custom pubsubTopic","time":{"start":1726218651142,"stop":1726218651143,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8b866756082785d","name":"Passing page size 1 when there are 4 messages","time":{"start":1726218909194,"stop":1726218909194,"duration":0},"status":"passed","severity":"normal"},{"uid":"37c7c2c4bab9ceb8","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1726218851924,"stop":1726218851924,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ec6782034e406ad","name":"dispatchEvent via connectionManager","time":{"start":1726218375494,"stop":1726218375494,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe1e0a84badbedc3","name":"Subscribe to topic containing long and receive message","time":{"start":1726218551483,"stop":1726218551484,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c74ae3529f03fcd","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1726218886392,"stop":1726218886393,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e4743b017b62a05","name":"Check message received after nwaku node is restarted","time":{"start":1726218764114,"stop":1726218764114,"duration":0},"status":"skipped","severity":"normal"},{"uid":"367baa7872b9c6bc","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1726218879340,"stop":1726218879340,"duration":0},"status":"passed","severity":"normal"},{"uid":"6105905ca3426dd","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1726218283107,"stop":1726218283107,"duration":0},"status":"passed","severity":"normal"},{"uid":"163e1cb668f80090","name":"Push message with short payload","time":{"start":1726218778173,"stop":1726218778173,"duration":0},"status":"passed","severity":"normal"},{"uid":"455df162951c1d4d","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523021,"stop":1726218523022,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c9cf4703bdc9691","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1726218879321,"stop":1726218879321,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d6c66e8ac7880a4","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1726218914873,"stop":1726218914874,"duration":1},"status":"passed","severity":"normal"},{"uid":"660070925af87e36","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1726218291084,"stop":1726218291084,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b618163cfb6ed0a","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1726218283094,"stop":1726218283094,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bdeae87aeaeba31","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1726218382074,"stop":1726218382075,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ec6b4d4412ed8bd","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1726218523017,"stop":1726218523017,"duration":0},"status":"passed","severity":"normal"},{"uid":"550547bdd951ef21","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1726218335401,"stop":1726218335401,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d685fa82d37ede6","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1726218551494,"stop":1726218551495,"duration":1},"status":"passed","severity":"normal"},{"uid":"47dfe0034edc7346","name":"Query generator for multiple messages with multiple decoders","time":{"start":1726218902969,"stop":1726218902971,"duration":2},"status":"passed","severity":"normal"},{"uid":"c2c702fa3f6aab9f","name":"Ping on unsubscribed peer","time":{"start":1726218412657,"stop":1726218412657,"duration":0},"status":"passed","severity":"normal"},{"uid":"51e2196bc0ace9b1","name":"should encode/decode to RLP encoding","time":{"start":1726218291662,"stop":1726218291662,"duration":0},"status":"passed","severity":"normal"},{"uid":"242792f42b933ae4","name":"Check publish message containing escaped characters","time":{"start":1726218806759,"stop":1726218806759,"duration":0},"status":"passed","severity":"normal"},{"uid":"50c54db568fe3def","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1726218788036,"stop":1726218788036,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb514182afeec34f","name":"Subscribe to topic containing special chars and publish message","time":{"start":1726218812472,"stop":1726218812473,"duration":1},"status":"passed","severity":"normal"},{"uid":"d47b914c87a04e64","name":"A test","time":{"start":1726218651433,"stop":1726218651433,"duration":0},"status":"passed","severity":"normal"},{"uid":"779a6d33409ee6bf","name":"Query with Promise Callback, No message returned","time":{"start":1726218886396,"stop":1726218886396,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb7925ccf6ae0157","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1726218283084,"stop":1726218283084,"duration":0},"status":"passed","severity":"normal"},{"uid":"475a0cc54d7b4c64","name":"should throw an error for missing sharding configuration","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"status":"passed","severity":"normal"},{"uid":"61c23ade9774c792","name":"throws on content topic with too few or too many fields","time":{"start":1726218283071,"stop":1726218283072,"duration":1},"status":"passed","severity":"normal"},{"uid":"42207941aaedf54a","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"status":"passed","severity":"normal"},{"uid":"a561c9cac12a0a10","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1726218304475,"stop":1726218304475,"duration":0},"status":"skipped","severity":"normal"},{"uid":"93c9492b956e5270","name":"LightPush","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"status":"passed","severity":"normal"},{"uid":"45cf3f32838628f8","name":"Relay + Store","time":{"start":1726218291672,"stop":1726218291672,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4a937ac5fb40ce2","name":"Keep-alive pings maintain the connection","time":{"start":1726218447509,"stop":1726218447513,"duration":4},"status":"passed","severity":"normal"},{"uid":"edec1c0dd4349f42","name":"Nwaku publishes","time":{"start":1726218791622,"stop":1726218791623,"duration":1},"status":"passed","severity":"normal"},{"uid":"7964f3640c5430ae","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726218410956,"stop":1726218410956,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3fbfb47f0e336ee","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1726218304533,"stop":1726218304533,"duration":0},"status":"passed","severity":"normal"},{"uid":"871f9e21f1d2b33e","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app31/4/topic67/utf8","time":{"start":1726218843766,"stop":1726218843766,"duration":0},"status":"passed","severity":"normal"},{"uid":"8717e76113565526","name":"should set field with only RELAY enabled","time":{"start":1726218291670,"stop":1726218291670,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb589df37055047b","name":"Ping on peer without subscriptions","time":{"start":1726218412656,"stop":1726218412657,"duration":1},"status":"passed","severity":"normal"},{"uid":"94f95c2217d9715","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1726218812466,"stop":1726218812467,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bd43529907fa10a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1726218283100,"stop":1726218283100,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b3d52320de0d794","name":"Passing page size 19 when there are 20 messages","time":{"start":1726218909195,"stop":1726218909196,"duration":1},"status":"passed","severity":"normal"},{"uid":"984360b0a1525e5d","name":"Decoder throws on empty string content topic","time":{"start":1726218296786,"stop":1726218296786,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a1e19dcd69d002e","name":"Tracks peer failures correctly","time":{"start":1726218447514,"stop":1726218447514,"duration":0},"status":"passed","severity":"normal"},{"uid":"e09eb866c9d13283","name":"Publish message with custom timestamp: Sat Sep 23 2023 09:12:58 GMT+0000 (Coordinated Universal Time)","time":{"start":1726218806761,"stop":1726218806761,"duration":0},"status":"passed","severity":"normal"},{"uid":"19e2562b1616adda","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1726218902994,"stop":1726218903000,"duration":6},"status":"passed","severity":"normal"},{"uid":"667597201fc36399","name":"isConnected between 2 js-waku relay nodes","time":{"start":1726218382082,"stop":1726218382083,"duration":1},"status":"passed","severity":"normal"},{"uid":"2322ccece2a9d744","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1726218563299,"stop":1726218563299,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed62c19e4c4fe287","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1726218285626,"stop":1726218285626,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e9c238f56610d41","name":"should return false","time":{"start":1726218291661,"stop":1726218291661,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfc04cb0394bb571","name":"Generator, 2 different pubsubtopics","time":{"start":1726218903394,"stop":1726218903394,"duration":0},"status":"passed","severity":"normal"},{"uid":"db44986040e8162d","name":"Check received message containing escaped characters","time":{"start":1726218510981,"stop":1726218510982,"duration":1},"status":"passed","severity":"normal"},{"uid":"75a3acbad1032ec4","name":"should not receive a peer event after stop","time":{"start":1726218308583,"stop":1726218308583,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9cda4ced405a4a9","name":"should properly create location multiaddrs - tcp","time":{"start":1726218291669,"stop":1726218291669,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceb015486f59ea5a","name":"Check message with no content topic is not received","time":{"start":1726218510989,"stop":1726218510990,"duration":1},"status":"passed","severity":"normal"},{"uid":"11fe45f887f0e1a1","name":"Privacy Node - default protocol","time":{"start":1726218926398,"stop":1726218926399,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ce60da307fe11e0","name":"should properly create peer info with all multiaddrs","time":{"start":1726218291669,"stop":1726218291669,"duration":0},"status":"passed","severity":"normal"},{"uid":"e54237eb4078a173","name":"Generator, 2 different pubsubtopics","time":{"start":1726218903392,"stop":1726218903392,"duration":0},"status":"passed","severity":"normal"},{"uid":"49991af8deb3effe","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1726218523031,"stop":1726218523031,"duration":0},"status":"passed","severity":"normal"},{"uid":"25876a1f6fc120b1","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1726218669778,"stop":1726218669779,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6abc64ab536d92c","name":"Push message with custom timestamp: 1726222183850","time":{"start":1726218778291,"stop":1726218778291,"duration":0},"status":"passed","severity":"normal"},{"uid":"478125b8fdeb1062","name":"Query with Ordered Callback, No Decoder","time":{"start":1726218886393,"stop":1726218886393,"duration":0},"status":"passed","severity":"normal"},{"uid":"c373db5dacca5779","name":"should return valid sharding parameters for static sharding","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7740ad8645ea4bd","name":"isConnected should return true after first peer connects","time":{"start":1726218382078,"stop":1726218382079,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e3c37ce447f3021","name":"should not fail to start the service if it is already started","time":{"start":1726218345033,"stop":1726218345033,"duration":0},"status":"passed","severity":"normal"},{"uid":"59a74889be4cdf9e","name":"Passing page size 3 when there are 20 messages","time":{"start":1726218909194,"stop":1726218909195,"duration":1},"status":"passed","severity":"normal"},{"uid":"abbfca4a22a97f18","name":"Push message with content topic containing Russian","time":{"start":1726218778233,"stop":1726218778233,"duration":0},"status":"passed","severity":"normal"},{"uid":"f46c7314d38f09dc","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1726218283100,"stop":1726218283100,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a69937b333bd205","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app83/10/topic906/test.js","time":{"start":1726218843766,"stop":1726218843766,"duration":0},"status":"passed","severity":"normal"},{"uid":"1926239cbce7fe4c","name":"should properly create location multiaddrs - tcp4","time":{"start":1726218291667,"stop":1726218291668,"duration":1},"status":"passed","severity":"normal"},{"uid":"f87551eacbaa8c6e","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app42/9/topic703/test.js","time":{"start":1726218843767,"stop":1726218843767,"duration":0},"status":"passed","severity":"normal"},{"uid":"709406fe1315a0fe","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1726218304474,"stop":1726218304474,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d309c12fd2cb7c76","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1726218283101,"stop":1726218283102,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7520b231335f646","name":"Check received message containing Russian","time":{"start":1726218764083,"stop":1726218764086,"duration":3},"status":"passed","severity":"normal"},{"uid":"1b5000687e8558a2","name":"Check received message containing SQL Injection","time":{"start":1726218764087,"stop":1726218764087,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3950b468ed56b7","name":"Passing an array","time":{"start":1726218917025,"stop":1726218917025,"duration":0},"status":"passed","severity":"normal"},{"uid":"36824c297905f874","name":"different cluster, different shard: nodes don't connect","time":{"start":1726218523010,"stop":1726218523011,"duration":1},"status":"passed","severity":"normal"},{"uid":"455836d047d869b3","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1726218342870,"stop":1726218342871,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9860711d179c857","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1726218863178,"stop":1726218863178,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd993a1418c6f970","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1726218551491,"stop":1726218551492,"duration":1},"status":"passed","severity":"normal"},{"uid":"a50e45a2ccda67c4","name":"Check received message containing Basic HTML tag","time":{"start":1726218764107,"stop":1726218764107,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb463cb63004426e","name":"Check received message with timestamp: 1649153314 ","time":{"start":1726218510987,"stop":1726218510988,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8ea0ca6f4d5807c","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1726218914873,"stop":1726218914873,"duration":0},"status":"passed","severity":"normal"},{"uid":"43ad251086066ab1","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1726218283090,"stop":1726218283090,"duration":0},"status":"passed","severity":"normal"},{"uid":"432c761318df8589","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1726218283096,"stop":1726218283096,"duration":0},"status":"passed","severity":"normal"},{"uid":"9eaa155f85b9a97d","name":"Push message with content topic containing XML","time":{"start":1726218778246,"stop":1726218778250,"duration":4},"status":"passed","severity":"normal"},{"uid":"c3c0787846b12f11","name":"Check publish message containing Script","time":{"start":1726218806755,"stop":1726218806756,"duration":1},"status":"passed","severity":"normal"},{"uid":"579696eadf15424b","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1726218551477,"stop":1726218551478,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e2e08bd7e693029","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1726218879373,"stop":1726218879374,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8a95a638719fe75","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726218669772,"stop":1726218669773,"duration":1},"status":"passed","severity":"normal"},{"uid":"2807c4e1554d3f47","name":"Push message with XML payload","time":{"start":1726218862995,"stop":1726218862996,"duration":1},"status":"passed","severity":"normal"},{"uid":"b29b3096cb5b3b0d","name":"LightPush with 3 connections","time":{"start":1726218583684,"stop":1726218583684,"duration":0},"status":"passed","severity":"normal"},{"uid":"20b55f41b8cf225","name":"Encoder throws on undefined content topic","time":{"start":1726218296785,"stop":1726218296785,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b33fb2456e66c3f","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1726218777347,"stop":1726218777347,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5bddcdba3a462e9","name":"Query with Ordered Callback, No message returned","time":{"start":1726218886393,"stop":1726218886395,"duration":2},"status":"passed","severity":"normal"},{"uid":"2f765917896636d8","name":"Push message with content topic containing JSON","time":{"start":1726218863029,"stop":1726218863032,"duration":3},"status":"passed","severity":"normal"},{"uid":"47724909b08677f5","name":"Subscribe to topic containing emoji and receive message","time":{"start":1726218879376,"stop":1726218879380,"duration":4},"status":"passed","severity":"normal"},{"uid":"5360e733e13a6bb4","name":"addEventListener with wrong event","time":{"start":1726218375483,"stop":1726218375484,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5bf30daee794375","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1726218523028,"stop":1726218523028,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e52da3a43f57646","name":"Subscribe to topic containing XML and receive message","time":{"start":1726218879361,"stop":1726218879361,"duration":0},"status":"passed","severity":"normal"},{"uid":"a253f7bc154637cf","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1726218283095,"stop":1726218283096,"duration":1},"status":"passed","severity":"normal"},{"uid":"c339f265e3f12f64","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1726218879362,"stop":1726218879362,"duration":0},"status":"passed","severity":"normal"},{"uid":"38771a52fe4c1f65","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1726218283095,"stop":1726218283095,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e90ee09a7ffa8b9","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1726218879331,"stop":1726218879331,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae141cb13565e468","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1726218410954,"stop":1726218410954,"duration":0},"status":"passed","severity":"normal"},{"uid":"18250addac37a8d4","name":"handles different networkShards values correctly","time":{"start":1726218283088,"stop":1726218283088,"duration":0},"status":"passed","severity":"normal"},{"uid":"810efcac150e5599","name":"Push message with meta","time":{"start":1726218778287,"stop":1726218778287,"duration":0},"status":"passed","severity":"normal"},{"uid":"78092d03690abda","name":"throws on empty content topic","time":{"start":1726218283071,"stop":1726218283071,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad132ab58d35f0a7","name":"unsubscribes","time":{"start":1726218910985,"stop":1726218910986,"duration":1},"status":"passed","severity":"normal"},{"uid":"b14e1ea212a311d","name":"Push message with shell command payload","time":{"start":1726218778194,"stop":1726218778195,"duration":1},"status":"passed","severity":"normal"},{"uid":"4bd65ed11b7149a1","name":"handles empty shards array correctly","time":{"start":1726218283104,"stop":1726218283104,"duration":0},"status":"passed","severity":"normal"},{"uid":"29e8574724d47747","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1726218283091,"stop":1726218283091,"duration":0},"status":"passed","severity":"normal"},{"uid":"be7e300a4a45c6f9","name":"Push message with content topic containing unicode special characters","time":{"start":1726218863038,"stop":1726218863039,"duration":1},"status":"passed","severity":"normal"},{"uid":"cee73cea46d43bf4","name":"connected peers and dial","time":{"start":1726218764450,"stop":1726218764451,"duration":1},"status":"skipped","severity":"normal"},{"uid":"2fa78b257813acca","name":"should properly compute the node id","time":{"start":1726218291662,"stop":1726218291662,"duration":0},"status":"passed","severity":"normal"},{"uid":"406731f9a031e25b","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1726218410951,"stop":1726218410952,"duration":1},"status":"passed","severity":"normal"},{"uid":"b90ff6a3ba34e7df","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1726218879337,"stop":1726218879337,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a14b0dc50511197","name":"Push message with unicode special characters payload","time":{"start":1726218863003,"stop":1726218863003,"duration":0},"status":"passed","severity":"normal"},{"uid":"202985609b8c349e","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1726218283101,"stop":1726218283101,"duration":0},"status":"passed","severity":"normal"},{"uid":"584cb024dcffc7da","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726218669774,"stop":1726218669775,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dae94ad1d9e1fbc","name":"should not receive a peer event after stop","time":{"start":1726218345035,"stop":1726218345036,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa7b6e6072f0cdfa","name":"Check message received after jswaku node is restarted","time":{"start":1726218764114,"stop":1726218764114,"duration":0},"status":"skipped","severity":"normal"},{"uid":"78c3c06cabb3a069","name":"Check received message containing numeric","time":{"start":1726218764101,"stop":1726218764101,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb73b67f7b8fbae3","name":"Check received message containing short","time":{"start":1726218510968,"stop":1726218510969,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e9efdc7d457d906","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1726218523028,"stop":1726218523028,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f6b89127dadb9d3","name":"Check received message containing Script","time":{"start":1726218764087,"stop":1726218764087,"duration":0},"status":"passed","severity":"normal"},{"uid":"45515d612b2ad07c","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1726218523018,"stop":1726218523018,"duration":0},"status":"passed","severity":"normal"},{"uid":"46bb154674a8ab9f","name":"Check publish message containing emoji","time":{"start":1726218806760,"stop":1726218806760,"duration":0},"status":"passed","severity":"normal"},{"uid":"92417dc4a7800a0","name":"random static sharding 3 - Cluster ID: 755, Shard ID: 863","time":{"start":1726218863179,"stop":1726218863180,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a991b11369e823b","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1726218563307,"stop":1726218563307,"duration":0},"status":"passed","severity":"normal"},{"uid":"b408c3c35b17bb79","name":"Fails to push message with large meta","time":{"start":1726218863045,"stop":1726218863047,"duration":2},"status":"passed","severity":"normal"},{"uid":"c867390b75319487","name":"Check received message containing long","time":{"start":1726218510969,"stop":1726218510969,"duration":0},"status":"passed","severity":"normal"},{"uid":"495f9ae83ce407e4","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1726218296384,"stop":1726218296385,"duration":1},"status":"passed","severity":"normal"},{"uid":"c718359a42c077c5","name":"Mutual subscription","time":{"start":1726218812459,"stop":1726218812462,"duration":3},"status":"passed","severity":"normal"},{"uid":"2caefeca848c4e4d","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1726218523011,"stop":1726218523012,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9fab382e3925698","name":"Check message with non string payload is not received","time":{"start":1726218764113,"stop":1726218764114,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fa821f300cf720d","name":"Push message with content topic containing Russian","time":{"start":1726218863012,"stop":1726218863013,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d8c4a11b8c0538e","name":"Fails to push message with empty content topic","time":{"start":1726218863041,"stop":1726218863043,"duration":2},"status":"passed","severity":"normal"},{"uid":"8d334c4fb7fb5f77","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1726218879338,"stop":1726218879340,"duration":2},"status":"passed","severity":"normal"},{"uid":"22669e80c761df2d","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1726218283091,"stop":1726218283092,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5ecee3b91f65254","name":"Push message with content topic containing long","time":{"start":1726218863010,"stop":1726218863011,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d2f5e499349faf6","name":"Waku message hash computation (payload length 0)","time":{"start":1726218285626,"stop":1726218285627,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3b3dd6dd177dce6","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1726218914872,"stop":1726218914872,"duration":0},"status":"passed","severity":"normal"},{"uid":"6440c79b717e446e","name":"A test","time":{"start":1726218651433,"stop":1726218651434,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3ab94adac720b7d","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1726218689004,"stop":1726218689005,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7dd4fff37b188c9","name":"Check received message containing numeric","time":{"start":1726218510969,"stop":1726218510970,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6de5ef0c1aecdef","name":"Push message with content topic containing Script","time":{"start":1726218863013,"stop":1726218863022,"duration":9},"status":"passed","severity":"normal"},{"uid":"321068e417e1b2b7","name":"Push message with long payload","time":{"start":1726218778173,"stop":1726218778174,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d951e7eda174203","name":"should properly create location multiaddrs - tcp6","time":{"start":1726218291668,"stop":1726218291668,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb52333d1510eb29","name":"Check received message containing XML","time":{"start":1726218510977,"stop":1726218510977,"duration":0},"status":"passed","severity":"normal"},{"uid":"846aaae332105dd2","name":"Decoder throws on undefined content topic","time":{"start":1726218316387,"stop":1726218316388,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc0f4a1e4bb0e7a8","name":"should not receive a peer event before start","time":{"start":1726218308582,"stop":1726218308582,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c16506b4ab53327","name":"should not receive a peer event after stop","time":{"start":1726218793435,"stop":1726218793436,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a88cff180059b47","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1726218283103,"stop":1726218283103,"duration":0},"status":"passed","severity":"normal"},{"uid":"228d3f00c723b625","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1726218283097,"stop":1726218283098,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a21557c0982eeaa","name":"random static sharding 7 - Cluster ID: 10, Shard ID: 664","time":{"start":1726218863182,"stop":1726218863182,"duration":0},"status":"passed","severity":"normal"},{"uid":"54e1cbc3916a846c","name":"Refresh subscription","time":{"start":1726218879292,"stop":1726218879292,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7e9d45a8b18dfc","name":"Push message with content topic containing emoji","time":{"start":1726218778284,"stop":1726218778286,"duration":2},"status":"passed","severity":"normal"},{"uid":"b007419bcfd40f9a","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1726218291080,"stop":1726218291080,"duration":0},"status":"passed","severity":"normal"},{"uid":"41ba4cd4f9c318e9","name":"Decrypt messages","time":{"start":1726218768115,"stop":1726218768115,"duration":0},"status":"passed","severity":"normal"},{"uid":"567793b8bad2a1b2","name":"Check received message containing special chars","time":{"start":1726218764081,"stop":1726218764081,"duration":0},"status":"passed","severity":"normal"},{"uid":"27a8bb0444abdbab","name":"Store - dialed first","time":{"start":1726218926397,"stop":1726218926397,"duration":0},"status":"passed","severity":"normal"},{"uid":"df6098d0e12469f2","name":"Decoder throws on undefined content topic","time":{"start":1726218296786,"stop":1726218296786,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4d21241fcfe9e30","name":"Check received message with timestamp: 1726218335042 ","time":{"start":1726218764096,"stop":1726218764096,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7ba43ac4d583af","name":"Subscribe to topic containing JSON and publish message","time":{"start":1726218812477,"stop":1726218812478,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c567f3b6eeed9c0","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1726218812467,"stop":1726218812468,"duration":1},"status":"passed","severity":"normal"},{"uid":"f996d83bb887c01e","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1726218316385,"stop":1726218316386,"duration":1},"status":"passed","severity":"normal"},{"uid":"6bff4dc68a6d93ce","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1726218879360,"stop":1726218879361,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b2036469c5a1bba","name":"Using a function","time":{"start":1726218917025,"stop":1726218917025,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e101a6df7fe0c99","name":"Push message with content topic containing special chars","time":{"start":1726218863011,"stop":1726218863011,"duration":0},"status":"passed","severity":"normal"},{"uid":"32c9bf2db8e7352a","name":"safeDispatchEvent","time":{"start":1726218375494,"stop":1726218375495,"duration":1},"status":"passed","severity":"normal"},{"uid":"67d24d342325b5d6","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1726218563295,"stop":1726218563295,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb26cfa053f83c67","name":"Subscribe to topic containing emoji and publish message","time":{"start":1726218812481,"stop":1726218812482,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dd9ad0003d0faa4","name":"should emit a peer event after start","time":{"start":1726218308582,"stop":1726218308582,"duration":0},"status":"passed","severity":"normal"},{"uid":"639db5205748c5f6","name":"Fails to publish duplicate message","time":{"start":1726218806762,"stop":1726218806762,"duration":0},"status":"passed","severity":"normal"},{"uid":"39200fd258aaa858","name":"should throw an error if shards are undefined for static sharding","time":{"start":1726218283092,"stop":1726218283093,"duration":1},"status":"passed","severity":"normal"},{"uid":"e96aecb1a53a6bf1","name":"Encoder throws on undefined content topic","time":{"start":1726218314722,"stop":1726218314722,"duration":0},"status":"passed","severity":"normal"},{"uid":"398784034053f15d","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1726218455968,"stop":1726218455968,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd34ea5d253a44a0","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1726218669777,"stop":1726218669777,"duration":0},"status":"passed","severity":"normal"},{"uid":"963aff1bad69da87","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1726218283095,"stop":1726218283095,"duration":0},"status":"passed","severity":"normal"},{"uid":"3594fe57f9ea49db","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1726218669769,"stop":1726218669770,"duration":1},"status":"passed","severity":"normal"},{"uid":"c74d76ee277cb9cf","name":"should load peers from local storage and dispatch events","time":{"start":1726218308583,"stop":1726218308584,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4edf353a788d32c","name":"Check received message containing emoji","time":{"start":1726218764109,"stop":1726218764109,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffbab8e6a283f2e","name":"Waku message hash computation (meta attribute not present)","time":{"start":1726218285626,"stop":1726218285626,"duration":0},"status":"passed","severity":"normal"},{"uid":"d23ed477b88ff7eb","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1726218551486,"stop":1726218551487,"duration":1},"status":"passed","severity":"normal"},{"uid":"16ec6ecdc63c5290","name":"Encoder throws on empty string content topic","time":{"start":1726218316387,"stop":1726218316387,"duration":0},"status":"passed","severity":"normal"},{"uid":"258484f6d68aaaf2","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1726218879289,"stop":1726218879289,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7434/widgets/suites.json b/7434/widgets/suites.json index aad5116ccf4..c934b7955ce 100644 --- a/7434/widgets/suites.json +++ b/7434/widgets/suites.json @@ -1 +1 @@ -{"total":99,"items":[{"uid":"b68e89c69b548d79360b3bc3f085612c","name":"Node Health Status Matrix Tests","statistic":{"failed":0,"broken":1,"skipped":0,"passed":15,"unknown":0,"total":16}},{"uid":"7df6540d157bd48a9d3bc8c3f21e93bb","name":"Waku Light Push: Single Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"f0ce4304a5c72aabff181e56ac32d839","name":"Waku Light Push: Multiple Nodes: Strict Check: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"c3fd0a376e255f07764bc7336980757b","name":"getPeers","statistic":{"failed":0,"broken":0,"skipped":0,"passed":36,"unknown":0,"total":36}},{"uid":"8bc0d03481d47f999cc7ec458535a066","name":"ENR","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"6f94dc37311b4dd500c6fb4f60c93564","name":"Waku Filter V2: Subscribe: Single Service Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"79bc21179354d4d696ab0ed95aaefc00","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"d2c836997f51e619a3f56fdc380693ce","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"540857cd9aa465b36ce09e6d7509872d","name":"Waku Relay, Publish","statistic":{"failed":0,"broken":0,"skipped":2,"passed":27,"unknown":0,"total":29}},{"uid":"152bad9102957fb1d7f75e43c67592bd","name":"Waku Filter V2: FilterPush","statistic":{"failed":0,"broken":0,"skipped":2,"passed":26,"unknown":0,"total":28}}]} \ No newline at end of file +{"total":99,"items":[{"uid":"7df6540d157bd48a9d3bc8c3f21e93bb","name":"Waku Light Push: Single Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"f0ce4304a5c72aabff181e56ac32d839","name":"Waku Light Push: Multiple Nodes: Strict Check: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"c3fd0a376e255f07764bc7336980757b","name":"getPeers","statistic":{"failed":0,"broken":0,"skipped":0,"passed":36,"unknown":0,"total":36}},{"uid":"8bc0d03481d47f999cc7ec458535a066","name":"ENR","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"6f94dc37311b4dd500c6fb4f60c93564","name":"Waku Filter V2: Subscribe: Single Service Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"79bc21179354d4d696ab0ed95aaefc00","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"d2c836997f51e619a3f56fdc380693ce","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"540857cd9aa465b36ce09e6d7509872d","name":"Waku Relay, Publish","statistic":{"failed":0,"broken":0,"skipped":2,"passed":27,"unknown":0,"total":29}},{"uid":"152bad9102957fb1d7f75e43c67592bd","name":"Waku Filter V2: FilterPush","statistic":{"failed":0,"broken":0,"skipped":2,"passed":26,"unknown":0,"total":28}},{"uid":"cddf321d453ccfeb1c38dfaa4bf0811f","name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","statistic":{"failed":0,"broken":0,"skipped":2,"passed":25,"unknown":0,"total":27}}]} \ No newline at end of file diff --git a/7434/widgets/summary.json b/7434/widgets/summary.json index a3ec2e78df5..b83aaba074f 100644 --- a/7434/widgets/summary.json +++ b/7434/widgets/summary.json @@ -1 +1 @@ -{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855},"time":{"start":1726217441218,"stop":1726218139626,"duration":698408,"minDuration":0,"maxDuration":23,"sumDuration":578}} \ No newline at end of file +{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855},"time":{"start":1726218282696,"stop":1726218956168,"duration":673472,"minDuration":0,"maxDuration":20,"sumDuration":561}} \ No newline at end of file diff --git a/index.html b/index.html index 7a9b82bf411..b3952928e6e 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 b287714c8b6..43b2f77a529 100644 --- a/last-history/categories-trend.json +++ b/last-history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":7437,"reportUrl":"https://waku-org.github.io/js-waku/7437/","reportName":"Allure Report with history","data":{}},{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{}},{"buildOrder":7437,"reportUrl":"https://waku-org.github.io/js-waku/7437/","reportName":"Allure Report with history","data":{}},{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","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 d697e8ebb99..70a5a77595d 100644 --- a/last-history/duration-trend.json +++ b/last-history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":7437,"reportUrl":"https://waku-org.github.io/js-waku/7437/","reportName":"Allure Report with history","data":{"duration":680804}},{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"duration":698408}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{"duration":668571}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"duration":673472}},{"buildOrder":7437,"reportUrl":"https://waku-org.github.io/js-waku/7437/","reportName":"Allure Report with history","data":{"duration":680804}},{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"duration":698408}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{"duration":668571}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/last-history/history-trend.json b/last-history/history-trend.json index 8d49e30b47d..2954166f0ed 100644 --- a/last-history/history-trend.json +++ b/last-history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":7437,"reportUrl":"https://waku-org.github.io/js-waku/7437/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7437,"reportUrl":"https://waku-org.github.io/js-waku/7437/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"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 a9217940e49..587c3d8a4c1 100644 --- a/last-history/history.json +++ b/last-history/history.json @@ -1 +1 @@ -{"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c8974e371a640fb5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c8974e371a640fb5","status":"passed","time":{"start":1726218188590,"stop":1726218188590,"duration":0}},{"uid":"d831c29f0492b367","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d831c29f0492b367","status":"passed","time":{"start":1726217441550,"stop":1726217441551,"duration":1}},{"uid":"af95ba4bbd3f5c0f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/af95ba4bbd3f5c0f","status":"passed","time":{"start":1726217383213,"stop":1726217383214,"duration":1}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"28aabda8aeb0dbac","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/28aabda8aeb0dbac","status":"passed","time":{"start":1726218602429,"stop":1726218602430,"duration":1}},{"uid":"2c65730fb3d4bf3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2c65730fb3d4bf3c","status":"passed","time":{"start":1726217854655,"stop":1726217854656,"duration":1}},{"uid":"cf517e461c1ff596","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cf517e461c1ff596","status":"passed","time":{"start":1726217779605,"stop":1726217779605,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ccbee51feb6752e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ccbee51feb6752e","status":"passed","time":{"start":1726218673547,"stop":1726218673547,"duration":0}},{"uid":"a03a7e9813f53881","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a03a7e9813f53881","status":"passed","time":{"start":1726217946697,"stop":1726217946698,"duration":1}},{"uid":"4ea38de8a16579ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4ea38de8a16579ae","status":"passed","time":{"start":1726217862771,"stop":1726217862771,"duration":0}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"556414831cf3bf1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/556414831cf3bf1","status":"passed","time":{"start":1726218191033,"stop":1726218191033,"duration":0}},{"uid":"55bf81b09feac598","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55bf81b09feac598","status":"passed","time":{"start":1726217444068,"stop":1726217444069,"duration":1}},{"uid":"48ab4e82763ed31d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/48ab4e82763ed31d","status":"passed","time":{"start":1726217385915,"stop":1726217385915,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d89f9eb2ac90a7c8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d89f9eb2ac90a7c8","status":"passed","time":{"start":1726218422915,"stop":1726218422915,"duration":0}},{"uid":"42a423a055747248","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42a423a055747248","status":"passed","time":{"start":1726217687437,"stop":1726217687437,"duration":0}},{"uid":"e417cd0cfadce428","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e417cd0cfadce428","status":"passed","time":{"start":1726217604512,"stop":1726217604513,"duration":1}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b9dfb471cf1306b8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b9dfb471cf1306b8","status":"passed","time":{"start":1726218417145,"stop":1726218417146,"duration":1}},{"uid":"1ad2f552633eef1a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1ad2f552633eef1a","status":"passed","time":{"start":1726217677791,"stop":1726217677792,"duration":1}},{"uid":"88106fd07980b1c5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/88106fd07980b1c5","status":"passed","time":{"start":1726217616837,"stop":1726217616837,"duration":0}}]},"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"877e3d87b8b61c69","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/877e3d87b8b61c69","status":"passed","time":{"start":1726218239527,"stop":1726218239528,"duration":1}},{"uid":"1d5e814e19fccf83","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d5e814e19fccf83","status":"passed","time":{"start":1726217493342,"stop":1726217493343,"duration":1}},{"uid":"97c5c5cba776e447","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/97c5c5cba776e447","status":"passed","time":{"start":1726217434837,"stop":1726217434838,"duration":1}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5c3ba445b82a840b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5c3ba445b82a840b","status":"passed","time":{"start":1726218197009,"stop":1726218197009,"duration":0}},{"uid":"ad14789021643eda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad14789021643eda","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"duration":0}},{"uid":"1f5d37302bc7305a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f5d37302bc7305a","status":"passed","time":{"start":1726217391859,"stop":1726217391859,"duration":0}}]},"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4b37fd8eec2bd9d6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b37fd8eec2bd9d6","status":"passed","time":{"start":1726218469214,"stop":1726218469214,"duration":0}},{"uid":"3e414a47fc3062f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3e414a47fc3062f6","status":"passed","time":{"start":1726217742503,"stop":1726217742503,"duration":0}},{"uid":"8a4d1391fc4d7c95","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a4d1391fc4d7c95","status":"passed","time":{"start":1726217674287,"stop":1726217674287,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ded0601b722b147d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ded0601b722b147d","status":"passed","time":{"start":1726218826916,"stop":1726218826916,"duration":0}},{"uid":"894b1608ff37670c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/894b1608ff37670c","status":"passed","time":{"start":1726218091298,"stop":1726218091298,"duration":0}},{"uid":"121dbf2ef01a7bba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/121dbf2ef01a7bba","status":"passed","time":{"start":1726218000389,"stop":1726218000389,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8d97ecf4bfd2103d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8d97ecf4bfd2103d","status":"passed","time":{"start":1726218196350,"stop":1726218196350,"duration":0}},{"uid":"5ff22811a93197e9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ff22811a93197e9","status":"passed","time":{"start":1726217449482,"stop":1726217449483,"duration":1}},{"uid":"27abe4f6fd8969e2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/27abe4f6fd8969e2","status":"passed","time":{"start":1726217391254,"stop":1726217391254,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63e9fc2ca10d766a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/63e9fc2ca10d766a","status":"passed","time":{"start":1726218287814,"stop":1726218287814,"duration":0}},{"uid":"ed0498a10a1e8886","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed0498a10a1e8886","status":"passed","time":{"start":1726217549452,"stop":1726217549452,"duration":0}},{"uid":"94adeb6f535afd90","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/94adeb6f535afd90","status":"passed","time":{"start":1726217491289,"stop":1726217491289,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2f608aa38f7345bf","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2f608aa38f7345bf","status":"passed","time":{"start":1726218673555,"stop":1726218673556,"duration":1}},{"uid":"eb443ba2252d774d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb443ba2252d774d","status":"passed","time":{"start":1726217946723,"stop":1726217946724,"duration":1}},{"uid":"e51a18879e01e27d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e51a18879e01e27d","status":"passed","time":{"start":1726217862779,"stop":1726217862779,"duration":0}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5c0ad18a5bd15b5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5c0ad18a5bd15b5f","status":"passed","time":{"start":1726218787589,"stop":1726218787589,"duration":0}},{"uid":"629ac4389cdadbd6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/629ac4389cdadbd6","status":"passed","time":{"start":1726218066303,"stop":1726218066303,"duration":0}},{"uid":"7ff5f04fe6ba86e2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7ff5f04fe6ba86e2","status":"passed","time":{"start":1726217965321,"stop":1726217965321,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4a8ee79e7e9d2252","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4a8ee79e7e9d2252","status":"passed","time":{"start":1726218814282,"stop":1726218814285,"duration":3}},{"uid":"5a6f8c35e30b3a1e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a6f8c35e30b3a1e","status":"passed","time":{"start":1726218071323,"stop":1726218071324,"duration":1}},{"uid":"60fd29095fb1f86a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/60fd29095fb1f86a","status":"passed","time":{"start":1726217984829,"stop":1726217984830,"duration":1}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bcc7f3bd5a87b5e1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bcc7f3bd5a87b5e1","status":"passed","time":{"start":1726218659027,"stop":1726218659027,"duration":0}},{"uid":"f908971d91c158f9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f908971d91c158f9","status":"passed","time":{"start":1726217924764,"stop":1726217924765,"duration":1}},{"uid":"df95f24bb61f910c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/df95f24bb61f910c","status":"passed","time":{"start":1726217840568,"stop":1726217840569,"duration":1}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"54476d7792723d84","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/54476d7792723d84","status":"passed","time":{"start":1726218315926,"stop":1726218315927,"duration":1}},{"uid":"c71b27a676031794","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c71b27a676031794","status":"passed","time":{"start":1726217577133,"stop":1726217577134,"duration":1}},{"uid":"fd1059cec71b0ef8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd1059cec71b0ef8","status":"passed","time":{"start":1726217509412,"stop":1726217509412,"duration":0}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"482ac9b613630043","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/482ac9b613630043","status":"passed","time":{"start":1726218781375,"stop":1726218781376,"duration":1}},{"uid":"ff651ac650aa0b69","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ff651ac650aa0b69","status":"passed","time":{"start":1726218013691,"stop":1726218013691,"duration":0}},{"uid":"ce61a19cc4b21d34","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce61a19cc4b21d34","status":"passed","time":{"start":1726217945325,"stop":1726217945325,"duration":0}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e843389c41d12e37","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e843389c41d12e37","status":"passed","time":{"start":1726218685052,"stop":1726218685052,"duration":0}},{"uid":"c47d8fcb86f012a2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c47d8fcb86f012a2","status":"passed","time":{"start":1726217960213,"stop":1726217960213,"duration":0}},{"uid":"fd6c0a1db5f992f7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd6c0a1db5f992f7","status":"passed","time":{"start":1726217875228,"stop":1726217875229,"duration":1}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"24d3bb3587a9e41c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/24d3bb3587a9e41c","status":"passed","time":{"start":1726218787578,"stop":1726218787578,"duration":0}},{"uid":"971f7a4609b7c8bc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/971f7a4609b7c8bc","status":"passed","time":{"start":1726218066280,"stop":1726218066280,"duration":0}},{"uid":"3051677249387c7a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3051677249387c7a","status":"passed","time":{"start":1726217965304,"stop":1726217965304,"duration":0}}]},"1bb699eb2b9db028a8063f7bad0109a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77af0d3a6df2b44f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/77af0d3a6df2b44f","status":"passed","time":{"start":1726218013725,"stop":1726218013726,"duration":1}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8a6ebf86eae896c4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8a6ebf86eae896c4","status":"passed","time":{"start":1726218708390,"stop":1726218708390,"duration":0}},{"uid":"aadd29f5cc1cd3e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aadd29f5cc1cd3e4","status":"passed","time":{"start":1726217980036,"stop":1726217980036,"duration":0}},{"uid":"64b7abb70ef6f9c1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64b7abb70ef6f9c1","status":"passed","time":{"start":1726217896498,"stop":1726217896498,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ace02e69a8aefda","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ace02e69a8aefda","status":"passed","time":{"start":1726218807899,"stop":1726218807900,"duration":1}},{"uid":"1703e7f12a78c322","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1703e7f12a78c322","status":"passed","time":{"start":1726218061974,"stop":1726218061975,"duration":1}},{"uid":"86a3262b8a7ef6c1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/86a3262b8a7ef6c1","status":"passed","time":{"start":1726217984933,"stop":1726217984935,"duration":2}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"253082a34933cd39","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/253082a34933cd39","status":"passed","time":{"start":1726218781383,"stop":1726218781383,"duration":0}},{"uid":"6ba53f6831712367","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ba53f6831712367","status":"passed","time":{"start":1726218013698,"stop":1726218013699,"duration":1}},{"uid":"82fcc8185e54f7a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82fcc8185e54f7a6","status":"passed","time":{"start":1726217945332,"stop":1726217945332,"duration":0}}]},"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c75f47abbc06be45","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c75f47abbc06be45","status":"passed","time":{"start":1726218188599,"stop":1726218188599,"duration":0}},{"uid":"80fcc8d8d6627b91","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/80fcc8d8d6627b91","status":"passed","time":{"start":1726217441561,"stop":1726217441562,"duration":1}},{"uid":"6aeaf4e90c55dcbc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6aeaf4e90c55dcbc","status":"passed","time":{"start":1726217383224,"stop":1726217383224,"duration":0}}]},"b3e9f17f72d44de4e7b23e843314edfe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6956efe405434fc2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6956efe405434fc2","status":"passed","time":{"start":1726218748389,"stop":1726218748389,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"edf6cf1748cc49f3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/edf6cf1748cc49f3","status":"passed","time":{"start":1726218818266,"stop":1726218818266,"duration":0}},{"uid":"7d04536c4dbbbe5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d04536c4dbbbe5c","status":"passed","time":{"start":1726218085657,"stop":1726218085658,"duration":1}},{"uid":"81c0b92edbf02996","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/81c0b92edbf02996","status":"passed","time":{"start":1726217996427,"stop":1726217996428,"duration":1}}]},"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"67a14469b977aaf0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/67a14469b977aaf0","status":"passed","time":{"start":1726218469196,"stop":1726218469197,"duration":1}},{"uid":"710bc8b5c8768c20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/710bc8b5c8768c20","status":"passed","time":{"start":1726217742496,"stop":1726217742496,"duration":0}},{"uid":"b38762612cdf6a62","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b38762612cdf6a62","status":"passed","time":{"start":1726217674281,"stop":1726217674282,"duration":1}}]},"2625ab4610464a04ee047157f8244e42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f323649b0f04a37f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f323649b0f04a37f","status":"passed","time":{"start":1726217923182,"stop":1726217923183,"duration":1}}]},"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bf55afbe014873c0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf55afbe014873c0","status":"passed","time":{"start":1726218188576,"stop":1726218188576,"duration":0}},{"uid":"f941842a26999549","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f941842a26999549","status":"passed","time":{"start":1726217441534,"stop":1726217441535,"duration":1}},{"uid":"df69313152fd21d0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/df69313152fd21d0","status":"passed","time":{"start":1726217383194,"stop":1726217383195,"duration":1}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35628a2aa1c5dd7a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35628a2aa1c5dd7a","status":"passed","time":{"start":1726218787584,"stop":1726218787584,"duration":0}},{"uid":"6cf821e4d277d951","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6cf821e4d277d951","status":"passed","time":{"start":1726218066296,"stop":1726218066296,"duration":0}},{"uid":"59eb4e4eaca8d4c1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59eb4e4eaca8d4c1","status":"passed","time":{"start":1726217965313,"stop":1726217965314,"duration":1}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"44413f8c69d6a186","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/44413f8c69d6a186","status":"passed","time":{"start":1726218315925,"stop":1726218315926,"duration":1}},{"uid":"acdbddd856132ef9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/acdbddd856132ef9","status":"passed","time":{"start":1726217577133,"stop":1726217577133,"duration":0}},{"uid":"80415a9623d7452c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/80415a9623d7452c","status":"passed","time":{"start":1726217509411,"stop":1726217509412,"duration":1}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a489e2550cee3fe9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a489e2550cee3fe9","status":"passed","time":{"start":1726218781391,"stop":1726218781391,"duration":0}},{"uid":"20f7e6a7dca25bdc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/20f7e6a7dca25bdc","status":"passed","time":{"start":1726218013720,"stop":1726218013720,"duration":0}},{"uid":"d3456f4f0a91905a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d3456f4f0a91905a","status":"passed","time":{"start":1726217945339,"stop":1726217945342,"duration":3}}]},"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1b05d3699220fed0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1b05d3699220fed0","status":"passed","time":{"start":1726218807211,"stop":1726218807211,"duration":0}},{"uid":"cfa5d2d07f9e9111","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cfa5d2d07f9e9111","status":"passed","time":{"start":1726218077540,"stop":1726218077540,"duration":0}},{"uid":"b6bbc52c6d1b858d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b6bbc52c6d1b858d","status":"passed","time":{"start":1726217979448,"stop":1726217979448,"duration":0}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"85d6945208a76b3b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/85d6945208a76b3b","status":"passed","time":{"start":1726218221124,"stop":1726218221124,"duration":0}},{"uid":"4cfd8602ad53ebb4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4cfd8602ad53ebb4","status":"passed","time":{"start":1726217474513,"stop":1726217474513,"duration":0}},{"uid":"a8a50d42349b509b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a8a50d42349b509b","status":"passed","time":{"start":1726217415841,"stop":1726217415841,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8ac70a984709d0f3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8ac70a984709d0f3","status":"passed","time":{"start":1726218807904,"stop":1726218807906,"duration":2}},{"uid":"132e1d1713ee8bd7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/132e1d1713ee8bd7","status":"passed","time":{"start":1726218061976,"stop":1726218061978,"duration":2}},{"uid":"3a2bc1963ffb645d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3a2bc1963ffb645d","status":"passed","time":{"start":1726217984935,"stop":1726217984949,"duration":14}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1e0a9cf20a3ab8b2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1e0a9cf20a3ab8b2","status":"passed","time":{"start":1726218781381,"stop":1726218781381,"duration":0}},{"uid":"ae06513cb133c1b2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae06513cb133c1b2","status":"passed","time":{"start":1726218013696,"stop":1726218013696,"duration":0}},{"uid":"310d08a1244c2351","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/310d08a1244c2351","status":"passed","time":{"start":1726217945329,"stop":1726217945330,"duration":1}}]},"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5dc898db5b354839","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5dc898db5b354839","status":"passed","time":{"start":1726218188592,"stop":1726218188592,"duration":0}},{"uid":"9ea49bf871203caa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9ea49bf871203caa","status":"passed","time":{"start":1726217441552,"stop":1726217441553,"duration":1}},{"uid":"4b682914fdfa1d36","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b682914fdfa1d36","status":"passed","time":{"start":1726217383216,"stop":1726217383216,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eca169f51799b8c2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eca169f51799b8c2","status":"passed","time":{"start":1726218422899,"stop":1726218422899,"duration":0}},{"uid":"d495f5ba3b9e96f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d495f5ba3b9e96f6","status":"passed","time":{"start":1726217687424,"stop":1726217687424,"duration":0}},{"uid":"64a44f5432bfacd5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64a44f5432bfacd5","status":"passed","time":{"start":1726217604491,"stop":1726217604491,"duration":0}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1c1c0eb7a5943c12","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c1c0eb7a5943c12","status":"passed","time":{"start":1726218659023,"stop":1726218659023,"duration":0}},{"uid":"3228440b0ce36330","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3228440b0ce36330","status":"passed","time":{"start":1726217924758,"stop":1726217924758,"duration":0}},{"uid":"7f121e913dd3a2f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f121e913dd3a2f6","status":"passed","time":{"start":1726217840560,"stop":1726217840560,"duration":0}}]},"9f1a707510496f594b25477da9301d6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3f3e7f6bb6f9ee2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e3f3e7f6bb6f9ee2","status":"passed","time":{"start":1726217923179,"stop":1726217923179,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"df46912ca70791e8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/df46912ca70791e8","status":"passed","time":{"start":1726218201683,"stop":1726218201684,"duration":1}},{"uid":"41a7ad292313b330","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/41a7ad292313b330","status":"passed","time":{"start":1726217454964,"stop":1726217454965,"duration":1}},{"uid":"e091f02068740f43","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e091f02068740f43","status":"passed","time":{"start":1726217396430,"stop":1726217396430,"duration":0}}]},"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cd3e982cdefa262b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cd3e982cdefa262b","status":"passed","time":{"start":1726218469213,"stop":1726218469213,"duration":0}},{"uid":"d06fe232744ae48","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d06fe232744ae48","status":"passed","time":{"start":1726217742502,"stop":1726217742502,"duration":0}},{"uid":"efe70f43d3b883aa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/efe70f43d3b883aa","status":"passed","time":{"start":1726217674286,"stop":1726217674286,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35611e8153db6a75","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35611e8153db6a75","status":"passed","time":{"start":1726218787572,"stop":1726218787572,"duration":0}},{"uid":"53778240381946b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53778240381946b7","status":"passed","time":{"start":1726218066274,"stop":1726218066274,"duration":0}},{"uid":"60cdac1e728a6556","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/60cdac1e728a6556","status":"passed","time":{"start":1726217965298,"stop":1726217965298,"duration":0}}]},"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"66705d2c534bfe65","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/66705d2c534bfe65","status":"passed","time":{"start":1726218356741,"stop":1726218356742,"duration":1}},{"uid":"c6982ab836910f17","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c6982ab836910f17","status":"passed","time":{"start":1726217603238,"stop":1726217603243,"duration":5}},{"uid":"ed33559ab5df2fc1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ed33559ab5df2fc1","status":"passed","time":{"start":1726217544016,"stop":1726217544017,"duration":1}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7af58d232dade5aa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7af58d232dade5aa","status":"passed","time":{"start":1726218706746,"stop":1726218706746,"duration":0}},{"uid":"406e7760a6b203bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/406e7760a6b203bf","status":"passed","time":{"start":1726217976615,"stop":1726217976616,"duration":1}},{"uid":"45194b0bf0fb5752","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/45194b0bf0fb5752","status":"passed","time":{"start":1726217890300,"stop":1726217890301,"duration":1}}]},"93053412ca1122ce6eb9566f361ebf92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af31b0df6175fdc1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af31b0df6175fdc1","status":"passed","time":{"start":1726217976610,"stop":1726217976611,"duration":1}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e3f837b29033cfa9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e3f837b29033cfa9","status":"passed","time":{"start":1726218287814,"stop":1726218287815,"duration":1}},{"uid":"eaa059067b84b910","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eaa059067b84b910","status":"passed","time":{"start":1726217549452,"stop":1726217549453,"duration":1}},{"uid":"bf333114f279da7b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bf333114f279da7b","status":"passed","time":{"start":1726217491289,"stop":1726217491290,"duration":1}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"64cfb5f38cd2521d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/64cfb5f38cd2521d","status":"passed","time":{"start":1726218787580,"stop":1726218787580,"duration":0}},{"uid":"da919af74647f023","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da919af74647f023","status":"passed","time":{"start":1726218066286,"stop":1726218066287,"duration":1}},{"uid":"ecf88ac151c4d0b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ecf88ac151c4d0b4","status":"passed","time":{"start":1726217965309,"stop":1726217965310,"duration":1}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f14bcc4956d883be","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f14bcc4956d883be","status":"passed","time":{"start":1726218219451,"stop":1726218219451,"duration":0}},{"uid":"6183beef70dbaad3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6183beef70dbaad3","status":"passed","time":{"start":1726217472855,"stop":1726217472855,"duration":0}},{"uid":"4542751394522b7c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4542751394522b7c","status":"passed","time":{"start":1726217414158,"stop":1726217414159,"duration":1}}]},"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"17c3e8b182d97fab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/17c3e8b182d97fab","status":"passed","time":{"start":1726218188601,"stop":1726218188601,"duration":0}},{"uid":"ae26a49564ed8291","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae26a49564ed8291","status":"passed","time":{"start":1726217441564,"stop":1726217441565,"duration":1}},{"uid":"b1ee3110aff6b62b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1ee3110aff6b62b","status":"passed","time":{"start":1726217383227,"stop":1726217383227,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"57632232d217e418","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/57632232d217e418","status":"passed","time":{"start":1726218807908,"stop":1726218807910,"duration":2}},{"uid":"5d0e1470f935a1dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5d0e1470f935a1dc","status":"passed","time":{"start":1726218061978,"stop":1726218061979,"duration":1}},{"uid":"ffba553a065ebd39","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ffba553a065ebd39","status":"passed","time":{"start":1726217984949,"stop":1726217984950,"duration":1}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a752a592c4b32f1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a752a592c4b32f1","status":"passed","time":{"start":1726218279688,"stop":1726218279689,"duration":1}},{"uid":"e63c633194c098e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e63c633194c098e4","status":"passed","time":{"start":1726217533047,"stop":1726217533047,"duration":0}},{"uid":"c1f664ced3070f68","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1f664ced3070f68","status":"passed","time":{"start":1726217474965,"stop":1726217474965,"duration":0}}]},"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"651095342cc88836","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/651095342cc88836","status":"passed","time":{"start":1726218188604,"stop":1726218188604,"duration":0}},{"uid":"bd303d1aa9443e74","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bd303d1aa9443e74","status":"passed","time":{"start":1726217441568,"stop":1726217441568,"duration":0}},{"uid":"488634b3e63767f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/488634b3e63767f3","status":"passed","time":{"start":1726217383230,"stop":1726217383230,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d20372c93c9be97d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d20372c93c9be97d","status":"passed","time":{"start":1726218787591,"stop":1726218787591,"duration":0}},{"uid":"7714348711ee4cdc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7714348711ee4cdc","status":"passed","time":{"start":1726218066308,"stop":1726218066308,"duration":0}},{"uid":"4626e1f4be562b0c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4626e1f4be562b0c","status":"passed","time":{"start":1726217965347,"stop":1726217965347,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d5635d5f8588ed52","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d5635d5f8588ed52","status":"passed","time":{"start":1726218791847,"stop":1726218791847,"duration":0}},{"uid":"369e2e1f3d78afd5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/369e2e1f3d78afd5","status":"passed","time":{"start":1726218054684,"stop":1726218054688,"duration":4}},{"uid":"36c5b21697eef943","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36c5b21697eef943","status":"passed","time":{"start":1726217965431,"stop":1726217965431,"duration":0}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e0b24cf39e019ff1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e0b24cf39e019ff1","status":"passed","time":{"start":1726218219853,"stop":1726218219853,"duration":0}},{"uid":"7d3b17d07a85675c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d3b17d07a85675c","status":"passed","time":{"start":1726217473323,"stop":1726217473324,"duration":1}},{"uid":"acda141c8837c82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/acda141c8837c82","status":"passed","time":{"start":1726217414668,"stop":1726217414669,"duration":1}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a0c76727cd367443","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0c76727cd367443","status":"passed","time":{"start":1726218422895,"stop":1726218422895,"duration":0}},{"uid":"bf822a9f7fd0d0a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bf822a9f7fd0d0a4","status":"passed","time":{"start":1726217687417,"stop":1726217687417,"duration":0}},{"uid":"faf32eebe3ac2c5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/faf32eebe3ac2c5","status":"passed","time":{"start":1726217604481,"stop":1726217604482,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e6521eaa17b6d9c2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e6521eaa17b6d9c2","status":"passed","time":{"start":1726218659002,"stop":1726218659003,"duration":1}},{"uid":"bbe9ae1e986de0af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bbe9ae1e986de0af","status":"passed","time":{"start":1726217924732,"stop":1726217924733,"duration":1}},{"uid":"ce6a3d020cc99a3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce6a3d020cc99a3","status":"passed","time":{"start":1726217840473,"stop":1726217840473,"duration":0}}]},"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"219723e0a58b10b4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/219723e0a58b10b4","status":"passed","time":{"start":1726218188588,"stop":1726218188588,"duration":0}},{"uid":"e3a2e46d7c5832be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3a2e46d7c5832be","status":"passed","time":{"start":1726217441548,"stop":1726217441549,"duration":1}},{"uid":"6d666dba7402896e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6d666dba7402896e","status":"passed","time":{"start":1726217383211,"stop":1726217383212,"duration":1}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"81a54aa059ef6a65","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/81a54aa059ef6a65","status":"passed","time":{"start":1726218827657,"stop":1726218827657,"duration":0}},{"uid":"39de516b6e9147b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39de516b6e9147b8","status":"passed","time":{"start":1726218090764,"stop":1726218090764,"duration":0}},{"uid":"9ae736d2d6fa05de","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9ae736d2d6fa05de","status":"passed","time":{"start":1726217999477,"stop":1726217999478,"duration":1}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8b16f19d3463d11a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8b16f19d3463d11a","status":"passed","time":{"start":1726218781376,"stop":1726218781377,"duration":1}},{"uid":"a027ff90bfff3b8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a027ff90bfff3b8c","status":"passed","time":{"start":1726218013692,"stop":1726218013692,"duration":0}},{"uid":"e4014f04e46ec219","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4014f04e46ec219","status":"passed","time":{"start":1726217945326,"stop":1726217945326,"duration":0}}]},"daa83d320c27b35ac8e8126f2e663dea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ae529ca464f1bcc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3ae529ca464f1bcc","status":"passed","time":{"start":1726218417152,"stop":1726218417152,"duration":0}}]},"1f1826c46d8ebcb70b3ec7356b2c26ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3ae19ab5d39b70c6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3ae19ab5d39b70c6","status":"passed","time":{"start":1726218612971,"stop":1726218612971,"duration":0}},{"uid":"efd5d7880c60bac0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/efd5d7880c60bac0","status":"passed","time":{"start":1726217868249,"stop":1726217868250,"duration":1}},{"uid":"322e26fe796b8ee4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/322e26fe796b8ee4","status":"passed","time":{"start":1726217785178,"stop":1726217785178,"duration":0}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"436a11bf686a9292","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/436a11bf686a9292","status":"passed","time":{"start":1726218209566,"stop":1726218209567,"duration":1}},{"uid":"c02b8187c0a110aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c02b8187c0a110aa","status":"passed","time":{"start":1726217463042,"stop":1726217463042,"duration":0}},{"uid":"f4d4337770e0d26b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f4d4337770e0d26b","status":"passed","time":{"start":1726217404608,"stop":1726217404608,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"38f1e42b90639d5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/38f1e42b90639d5","status":"passed","time":{"start":1726218196342,"stop":1726218196343,"duration":1}},{"uid":"9462b0b80a038304","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9462b0b80a038304","status":"passed","time":{"start":1726217449470,"stop":1726217449471,"duration":1}},{"uid":"38629a3420edf57a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38629a3420edf57a","status":"passed","time":{"start":1726217391248,"stop":1726217391248,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"323b9aaf2418cd84","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/323b9aaf2418cd84","status":"passed","time":{"start":1726218706743,"stop":1726218706743,"duration":0}},{"uid":"55c9f0947a2b5f19","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55c9f0947a2b5f19","status":"passed","time":{"start":1726217976608,"stop":1726217976609,"duration":1}},{"uid":"96d29535e0548579","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96d29535e0548579","status":"passed","time":{"start":1726217890297,"stop":1726217890297,"duration":0}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2e6330dd503df386","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2e6330dd503df386","status":"passed","time":{"start":1726218250221,"stop":1726218250225,"duration":4}},{"uid":"57ba563e6eb3f53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/57ba563e6eb3f53","status":"passed","time":{"start":1726217507039,"stop":1726217507040,"duration":1}},{"uid":"b89b82f04127f893","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b89b82f04127f893","status":"passed","time":{"start":1726217445616,"stop":1726217445616,"duration":0}}]},"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"575fc5cdf290d0ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/575fc5cdf290d0ae","status":"passed","time":{"start":1726218188587,"stop":1726218188587,"duration":0}},{"uid":"1d554dbaaf5affb8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d554dbaaf5affb8","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"duration":0}},{"uid":"ac827ce0014e7894","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac827ce0014e7894","status":"passed","time":{"start":1726217383209,"stop":1726217383210,"duration":1}}]},"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3133de4a0978ebc8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3133de4a0978ebc8","status":"passed","time":{"start":1726218188575,"stop":1726218188575,"duration":0}},{"uid":"208fd97f4eea5cee","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/208fd97f4eea5cee","status":"passed","time":{"start":1726217441533,"stop":1726217441534,"duration":1}},{"uid":"bb5657f464ee2362","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bb5657f464ee2362","status":"passed","time":{"start":1726217383193,"stop":1726217383193,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"55a72087c316fc9e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/55a72087c316fc9e","status":"passed","time":{"start":1726218787593,"stop":1726218787593,"duration":0}},{"uid":"a66bad0317669e01","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a66bad0317669e01","status":"passed","time":{"start":1726218066315,"stop":1726218066316,"duration":1}},{"uid":"fa8fd038ed1d9c07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fa8fd038ed1d9c07","status":"passed","time":{"start":1726217965348,"stop":1726217965349,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"15ca0db8bfadcd87","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/15ca0db8bfadcd87","status":"passed","time":{"start":1726218787581,"stop":1726218787581,"duration":0}},{"uid":"477edff38104fe68","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/477edff38104fe68","status":"passed","time":{"start":1726218066287,"stop":1726218066287,"duration":0}},{"uid":"65336afe3cf8be2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/65336afe3cf8be2","status":"passed","time":{"start":1726217965310,"stop":1726217965311,"duration":1}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"77363b540786d96e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/77363b540786d96e","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218700175,"stop":1726218700176,"duration":1}},{"uid":"8632721549e14843","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8632721549e14843","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217955949,"stop":1726217955949,"duration":0}},{"uid":"f00a3c2c00dca7bd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f00a3c2c00dca7bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217870053,"stop":1726217870054,"duration":1}}]},"b17dea357e1afe10c678c632e5c254ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea335f24d619f36b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ea335f24d619f36b","status":"passed","time":{"start":1726218011624,"stop":1726218011624,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"874bbff981558827","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/874bbff981558827","status":"passed","time":{"start":1726218550065,"stop":1726218550065,"duration":0}},{"uid":"befb0566995e0530","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/befb0566995e0530","status":"passed","time":{"start":1726217804580,"stop":1726217804580,"duration":0}},{"uid":"291f9c0264f28393","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/291f9c0264f28393","status":"passed","time":{"start":1726217733943,"stop":1726217733943,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"23c77416f4fbb045","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/23c77416f4fbb045","status":"passed","time":{"start":1726218196280,"stop":1726218196281,"duration":1}},{"uid":"a69db4875b5dc7f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a69db4875b5dc7f7","status":"passed","time":{"start":1726217449568,"stop":1726217449569,"duration":1}},{"uid":"b64e4052a486a081","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b64e4052a486a081","status":"passed","time":{"start":1726217391314,"stop":1726217391315,"duration":1}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b809cc5074f1bea","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3b809cc5074f1bea","status":"passed","time":{"start":1726218781391,"stop":1726218781391,"duration":0}},{"uid":"da728877ee37693","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da728877ee37693","status":"passed","time":{"start":1726218013720,"stop":1726218013723,"duration":3}},{"uid":"71ce905d69891433","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/71ce905d69891433","status":"passed","time":{"start":1726217945344,"stop":1726217945345,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"44a4ff8d7b9959c7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/44a4ff8d7b9959c7","status":"passed","time":{"start":1726218224407,"stop":1726218224408,"duration":1}},{"uid":"7eea67dd54ca44a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7eea67dd54ca44a6","status":"passed","time":{"start":1726217477824,"stop":1726217477825,"duration":1}},{"uid":"d79e3638db06fec","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d79e3638db06fec","status":"passed","time":{"start":1726217419062,"stop":1726217419063,"duration":1}}]},"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"78ff6ff37c32f774","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/78ff6ff37c32f774","status":"passed","time":{"start":1726218188588,"stop":1726218188588,"duration":0}},{"uid":"c8e4ac6e505fc71e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c8e4ac6e505fc71e","status":"passed","time":{"start":1726217441549,"stop":1726217441549,"duration":0}},{"uid":"b114d42623c13e96","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b114d42623c13e96","status":"passed","time":{"start":1726217383212,"stop":1726217383212,"duration":0}}]},"eb079ee0037b2f7b9fc72fcada09b633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32351918145325f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/32351918145325f1","status":"passed","time":{"start":1726217946744,"stop":1726217946744,"duration":0}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"693c2cf47602774b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/693c2cf47602774b","status":"passed","time":{"start":1726218550066,"stop":1726218550067,"duration":1}},{"uid":"cdad8f4cad202d44","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cdad8f4cad202d44","status":"passed","time":{"start":1726217804581,"stop":1726217804582,"duration":1}},{"uid":"11b38217de5883ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/11b38217de5883ad","status":"passed","time":{"start":1726217733945,"stop":1726217733946,"duration":1}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"67cee8a0473a3364","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/67cee8a0473a3364","status":"passed","time":{"start":1726218659019,"stop":1726218659019,"duration":0}},{"uid":"7918a4cdcdc715c3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7918a4cdcdc715c3","status":"passed","time":{"start":1726217924746,"stop":1726217924752,"duration":6}},{"uid":"2c4b52074b738580","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2c4b52074b738580","status":"passed","time":{"start":1726217840542,"stop":1726217840543,"duration":1}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"32d819cf68947283","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/32d819cf68947283","status":"passed","time":{"start":1726218459540,"stop":1726218459541,"duration":1}},{"uid":"71a0957bd1164b3e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71a0957bd1164b3e","status":"passed","time":{"start":1726217706009,"stop":1726217706010,"duration":1}},{"uid":"ed5fdeb4f07fd00d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ed5fdeb4f07fd00d","status":"passed","time":{"start":1726217650772,"stop":1726217650772,"duration":0}}]},"55c380238e4e443d6cd8ee82c8d57352:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c8dfcbd7717103c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c8dfcbd7717103c","status":"passed","time":{"start":1726217923183,"stop":1726217923184,"duration":1}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5f03a24fa1c679fa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5f03a24fa1c679fa","status":"passed","time":{"start":1726218602429,"stop":1726218602429,"duration":0}},{"uid":"59cdfa21a9801533","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/59cdfa21a9801533","status":"passed","time":{"start":1726217854655,"stop":1726217854655,"duration":0}},{"uid":"19edbf83d9db56ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/19edbf83d9db56ae","status":"passed","time":{"start":1726217779604,"stop":1726217779604,"duration":0}}]},"97c7d9bc61d0b61754408c3c5a06f476:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8524dbf0e44a32da","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8524dbf0e44a32da","status":"passed","time":{"start":1726217677828,"stop":1726217677834,"duration":6}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"32e4562c8f6499f4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/32e4562c8f6499f4","status":"passed","time":{"start":1726218706747,"stop":1726218706747,"duration":0}},{"uid":"c4a6c731c5ba181f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c4a6c731c5ba181f","status":"passed","time":{"start":1726217976619,"stop":1726217976620,"duration":1}},{"uid":"531722a649001b54","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/531722a649001b54","status":"passed","time":{"start":1726217890302,"stop":1726217890302,"duration":0}}]},"2c43c0c7857c68680e7d9e4954b1e67a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46163633a9581f8a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/46163633a9581f8a","status":"passed","time":{"start":1726217924738,"stop":1726217924738,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9096d5c2ca8ad26b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9096d5c2ca8ad26b","status":"passed","time":{"start":1726218459526,"stop":1726218459531,"duration":5}},{"uid":"5a1e4b90919f2275","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a1e4b90919f2275","status":"passed","time":{"start":1726217705997,"stop":1726217705997,"duration":0}},{"uid":"ba31fc123cc5ce35","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba31fc123cc5ce35","status":"passed","time":{"start":1726217650748,"stop":1726217650748,"duration":0}}]},"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eb6b72227c566036","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eb6b72227c566036","status":"passed","time":{"start":1726218188577,"stop":1726218188578,"duration":1}},{"uid":"2023ebfaf707bc74","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2023ebfaf707bc74","status":"passed","time":{"start":1726217441536,"stop":1726217441536,"duration":0}},{"uid":"1e87573291508231","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1e87573291508231","status":"passed","time":{"start":1726217383198,"stop":1726217383198,"duration":0}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4651503f6acd76bb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4651503f6acd76bb","status":"passed","time":{"start":1726218422914,"stop":1726218422915,"duration":1}},{"uid":"1ac639aff7ea290e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1ac639aff7ea290e","status":"passed","time":{"start":1726217687436,"stop":1726217687437,"duration":1}},{"uid":"63d5c007babb7427","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63d5c007babb7427","status":"passed","time":{"start":1726217604511,"stop":1726217604512,"duration":1}}]},"caa51f241c46c1bd2dcd61bf6ac1df17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23862629b2364ec9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/23862629b2364ec9","status":"passed","time":{"start":1726218765883,"stop":1726218765883,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ffa0eff8a9435a34","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ffa0eff8a9435a34","status":"passed","time":{"start":1726218459541,"stop":1726218459543,"duration":2}},{"uid":"5a052b91b6aaa163","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a052b91b6aaa163","status":"passed","time":{"start":1726217706011,"stop":1726217706011,"duration":0}},{"uid":"c12af0cfde2b5b18","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c12af0cfde2b5b18","status":"passed","time":{"start":1726217650773,"stop":1726217650774,"duration":1}}]},"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"11f0d4e164da36e3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/11f0d4e164da36e3","status":"passed","time":{"start":1726218188576,"stop":1726218188577,"duration":1}},{"uid":"8bb32d7646448924","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8bb32d7646448924","status":"passed","time":{"start":1726217441535,"stop":1726217441535,"duration":0}},{"uid":"c53c09846d2c7774","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c53c09846d2c7774","status":"passed","time":{"start":1726217383196,"stop":1726217383197,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c5c9b19d89cdaa36","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c5c9b19d89cdaa36","status":"passed","time":{"start":1726218673551,"stop":1726218673552,"duration":1}},{"uid":"d2769fccf237d655","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2769fccf237d655","status":"passed","time":{"start":1726217946722,"stop":1726217946722,"duration":0}},{"uid":"f29c55cac5703081","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f29c55cac5703081","status":"passed","time":{"start":1726217862775,"stop":1726217862775,"duration":0}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ebea1d632aa5b3f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ebea1d632aa5b3f8","status":"passed","time":{"start":1726218188645,"stop":1726218188645,"duration":0}},{"uid":"b47d8a43c7112de1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b47d8a43c7112de1","status":"passed","time":{"start":1726217441572,"stop":1726217441572,"duration":0}},{"uid":"b31b67574490a4d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b31b67574490a4d7","status":"passed","time":{"start":1726217383356,"stop":1726217383356,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"396c8e1c9685161c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/396c8e1c9685161c","status":"passed","time":{"start":1726218196338,"stop":1726218196339,"duration":1}},{"uid":"b970ef7d25bfbec1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b970ef7d25bfbec1","status":"passed","time":{"start":1726217449466,"stop":1726217449467,"duration":1}},{"uid":"8e0a02f2fbe7c291","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e0a02f2fbe7c291","status":"passed","time":{"start":1726217391245,"stop":1726217391246,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1a3e6c4a3627d274","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1a3e6c4a3627d274","status":"passed","time":{"start":1726218708394,"stop":1726218708394,"duration":0}},{"uid":"a15c15ae6c4cd08f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a15c15ae6c4cd08f","status":"passed","time":{"start":1726217980039,"stop":1726217980049,"duration":10}},{"uid":"ae0e241297846879","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ae0e241297846879","status":"passed","time":{"start":1726217896502,"stop":1726217896502,"duration":0}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cfd83ccdcbc659f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cfd83ccdcbc659f","status":"passed","time":{"start":1726218287812,"stop":1726218287813,"duration":1}},{"uid":"dadbfe93219e4e8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dadbfe93219e4e8","status":"passed","time":{"start":1726217549449,"stop":1726217549449,"duration":0}},{"uid":"c3ac570ade92eab","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c3ac570ade92eab","status":"passed","time":{"start":1726217491286,"stop":1726217491286,"duration":0}}]},"32a795f7e2fc38ca7082251858a61844:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb63273f35842225","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eb63273f35842225","status":"passed","time":{"start":1726218659024,"stop":1726218659024,"duration":0}}]},"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b78a2672be73075b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b78a2672be73075b","status":"passed","time":{"start":1726218188585,"stop":1726218188585,"duration":0}},{"uid":"9219a8190f0ad54f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9219a8190f0ad54f","status":"passed","time":{"start":1726217441545,"stop":1726217441545,"duration":0}},{"uid":"39210557e84cfcbc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39210557e84cfcbc","status":"passed","time":{"start":1726217383207,"stop":1726217383208,"duration":1}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4b6dc59b504e35ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b6dc59b504e35ba","status":"passed","time":{"start":1726218791846,"stop":1726218791846,"duration":0}},{"uid":"51795d515438cd82","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/51795d515438cd82","status":"passed","time":{"start":1726218054673,"stop":1726218054683,"duration":10}},{"uid":"3637b622ebdc3ddc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3637b622ebdc3ddc","status":"passed","time":{"start":1726217965430,"stop":1726217965430,"duration":0}}]},"1a605a18179066c170321df44b6a46a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d594401185ae6dd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d594401185ae6dd","status":"passed","time":{"start":1726218417152,"stop":1726218417152,"duration":0}}]},"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dc918db30c2a41ad","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dc918db30c2a41ad","status":"passed","time":{"start":1726218188575,"stop":1726218188576,"duration":1}},{"uid":"767c98813a5e97be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/767c98813a5e97be","status":"passed","time":{"start":1726217441534,"stop":1726217441534,"duration":0}},{"uid":"886cc12e05fbbc1f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/886cc12e05fbbc1f","status":"passed","time":{"start":1726217383193,"stop":1726217383193,"duration":0}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b445325522a0fa46","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b445325522a0fa46","status":"passed","time":{"start":1726218748397,"stop":1726218748397,"duration":0}},{"uid":"a3078c24a20db61e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a3078c24a20db61e","status":"passed","time":{"start":1726218011628,"stop":1726218011628,"duration":0}},{"uid":"5f9b251432bfb20","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5f9b251432bfb20","status":"passed","time":{"start":1726217923184,"stop":1726217923184,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fa2de4014b11e278","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fa2de4014b11e278","status":"passed","time":{"start":1726218201912,"stop":1726218201912,"duration":0}},{"uid":"79cfc8a35d80e179","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/79cfc8a35d80e179","status":"passed","time":{"start":1726217455152,"stop":1726217455152,"duration":0}},{"uid":"c8e5a0b8df9824f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c8e5a0b8df9824f2","status":"passed","time":{"start":1726217396841,"stop":1726217396841,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f93ccb626ad874a3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f93ccb626ad874a3","status":"passed","time":{"start":1726218781379,"stop":1726218781379,"duration":0}},{"uid":"fdd94729863a5ba0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fdd94729863a5ba0","status":"passed","time":{"start":1726218013694,"stop":1726218013695,"duration":1}},{"uid":"7402cae749187b38","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7402cae749187b38","status":"passed","time":{"start":1726217945328,"stop":1726217945328,"duration":0}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5ce37af141394995","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5ce37af141394995","status":"passed","time":{"start":1726218209372,"stop":1726218209373,"duration":1}},{"uid":"b84d47afcf81a38","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b84d47afcf81a38","status":"passed","time":{"start":1726217462333,"stop":1726217462334,"duration":1}},{"uid":"7242e02bec452068","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7242e02bec452068","status":"passed","time":{"start":1726217404187,"stop":1726217404187,"duration":0}}]},"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f6e9d5c026c34df2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f6e9d5c026c34df2","status":"passed","time":{"start":1726218765885,"stop":1726218765885,"duration":0}},{"uid":"ca20990e3405d0fc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca20990e3405d0fc","status":"passed","time":{"start":1726218039634,"stop":1726218039635,"duration":1}},{"uid":"562139398c1e8a59","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/562139398c1e8a59","status":"passed","time":{"start":1726217952893,"stop":1726217952894,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a69abbdd48f2195c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a69abbdd48f2195c","status":"passed","time":{"start":1726218706737,"stop":1726218706737,"duration":0}},{"uid":"c96d254c26f6fe71","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c96d254c26f6fe71","status":"passed","time":{"start":1726217976600,"stop":1726217976600,"duration":0}},{"uid":"dd372eb8c80b7b17","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dd372eb8c80b7b17","status":"passed","time":{"start":1726217890291,"stop":1726217890292,"duration":1}}]},"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"43548bf5fd09aa68","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/43548bf5fd09aa68","status":"passed","time":{"start":1726218469213,"stop":1726218469213,"duration":0}},{"uid":"face8bb30fdbac53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/face8bb30fdbac53","status":"passed","time":{"start":1726217742503,"stop":1726217742503,"duration":0}},{"uid":"8e0259f0dabfc336","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e0259f0dabfc336","status":"passed","time":{"start":1726217674286,"stop":1726217674287,"duration":1}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1cd59f7ff9599778","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1cd59f7ff9599778","status":"passed","time":{"start":1726218748397,"stop":1726218748398,"duration":1}},{"uid":"43923558f2068114","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/43923558f2068114","status":"passed","time":{"start":1726218011628,"stop":1726218011628,"duration":0}},{"uid":"2a084b0a4d475fb2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2a084b0a4d475fb2","status":"passed","time":{"start":1726217923184,"stop":1726217923185,"duration":1}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"17ecbd5539b80f5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/17ecbd5539b80f5","status":"passed","time":{"start":1726218459541,"stop":1726218459541,"duration":0}},{"uid":"3c6d35273bb5d2bc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3c6d35273bb5d2bc","status":"passed","time":{"start":1726217706010,"stop":1726217706011,"duration":1}},{"uid":"699a500ef887c476","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/699a500ef887c476","status":"passed","time":{"start":1726217650772,"stop":1726217650773,"duration":1}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4b2a4f7e4bdacb45","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b2a4f7e4bdacb45","status":"passed","time":{"start":1726218196336,"stop":1726218196338,"duration":2}},{"uid":"cd5eb65e6cb40d6a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd5eb65e6cb40d6a","status":"passed","time":{"start":1726217449463,"stop":1726217449465,"duration":2}},{"uid":"8127e0b00900b575","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8127e0b00900b575","status":"passed","time":{"start":1726217391243,"stop":1726217391245,"duration":2}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a424bd62077e0282","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a424bd62077e0282","status":"passed","time":{"start":1726218219450,"stop":1726218219450,"duration":0}},{"uid":"9e30d1f26cb293a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9e30d1f26cb293a","status":"passed","time":{"start":1726217472854,"stop":1726217472854,"duration":0}},{"uid":"38ba92aacde1fecf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38ba92aacde1fecf","status":"passed","time":{"start":1726217414158,"stop":1726217414158,"duration":0}}]},"abf8d0d32790e5009a881bbbf8b7aad1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38800d9b501f4f5b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/38800d9b501f4f5b","status":"passed","time":{"start":1726218013726,"stop":1726218013729,"duration":3}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a0c09350eeead99d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0c09350eeead99d","status":"passed","time":{"start":1726218708413,"stop":1726218708424,"duration":11}},{"uid":"9fca3a38bf89962b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9fca3a38bf89962b","status":"passed","time":{"start":1726217980051,"stop":1726217980051,"duration":0}},{"uid":"48e2672882b28b9a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/48e2672882b28b9a","status":"passed","time":{"start":1726217896505,"stop":1726217896505,"duration":0}}]},"2146ce507ac9e84ec6592e5bf3a0f6f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ba83e38b7ffaee9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5ba83e38b7ffaee9","status":"passed","time":{"start":1726218748389,"stop":1726218748389,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e5d4944f3c51fa86","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e5d4944f3c51fa86","status":"passed","time":{"start":1726218188110,"stop":1726218188111,"duration":1}},{"uid":"fa61d54bb45f8471","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa61d54bb45f8471","status":"passed","time":{"start":1726217441218,"stop":1726217441219,"duration":1}},{"uid":"b47da07da92ccf71","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b47da07da92ccf71","status":"passed","time":{"start":1726217382867,"stop":1726217382868,"duration":1}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d9c8623eddfd7446","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d9c8623eddfd7446","status":"passed","time":{"start":1726218459525,"stop":1726218459526,"duration":1}},{"uid":"93d80f22374b0110","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/93d80f22374b0110","status":"passed","time":{"start":1726217705997,"stop":1726217705997,"duration":0}},{"uid":"4fdd571e1a88c43d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4fdd571e1a88c43d","status":"passed","time":{"start":1726217650747,"stop":1726217650747,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ef1c13f8372addec","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ef1c13f8372addec","status":"passed","time":{"start":1726218459540,"stop":1726218459540,"duration":0}},{"uid":"a626c0c9beabd2fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a626c0c9beabd2fd","status":"passed","time":{"start":1726217706008,"stop":1726217706009,"duration":1}},{"uid":"ddd2d391aa48af76","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ddd2d391aa48af76","status":"passed","time":{"start":1726217650771,"stop":1726217650771,"duration":0}}]},"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3fcc822533576088","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3fcc822533576088","status":"passed","time":{"start":1726218188592,"stop":1726218188592,"duration":0}},{"uid":"afefb99825cc86c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/afefb99825cc86c","status":"passed","time":{"start":1726217441553,"stop":1726217441553,"duration":0}},{"uid":"b3d7e6ad3744b2c4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b3d7e6ad3744b2c4","status":"passed","time":{"start":1726217383217,"stop":1726217383217,"duration":0}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f6bb8c7aa8af0efc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f6bb8c7aa8af0efc","status":"passed","time":{"start":1726218471415,"stop":1726218471415,"duration":0}},{"uid":"a2d1562737d69c87","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2d1562737d69c87","status":"passed","time":{"start":1726217724200,"stop":1726217724200,"duration":0}},{"uid":"4e03c310e6dac32f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4e03c310e6dac32f","status":"passed","time":{"start":1726217656057,"stop":1726217656057,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6268580b249b1904","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6268580b249b1904","status":"passed","time":{"start":1726218781389,"stop":1726218781389,"duration":0}},{"uid":"4cc2b05c7efae3c5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4cc2b05c7efae3c5","status":"passed","time":{"start":1726218013718,"stop":1726218013719,"duration":1}},{"uid":"1ef1c2205a9ca529","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1ef1c2205a9ca529","status":"passed","time":{"start":1726217945337,"stop":1726217945338,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9c015b63961bbfde","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9c015b63961bbfde","status":"passed","time":{"start":1726218550067,"stop":1726218550067,"duration":0}},{"uid":"2f1b962b50f38baf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2f1b962b50f38baf","status":"passed","time":{"start":1726217804582,"stop":1726217804582,"duration":0}},{"uid":"85568377c3b37755","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85568377c3b37755","status":"passed","time":{"start":1726217733946,"stop":1726217733947,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b3e5b593e87eff80","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b3e5b593e87eff80","status":"passed","time":{"start":1726218683563,"stop":1726218683564,"duration":1}},{"uid":"6af678b35c2f4a73","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6af678b35c2f4a73","status":"passed","time":{"start":1726217949322,"stop":1726217949323,"duration":1}},{"uid":"3c142db5e83e51ee","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3c142db5e83e51ee","status":"passed","time":{"start":1726217865170,"stop":1726217865170,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"da23991c5f329b57","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/da23991c5f329b57","status":"passed","time":{"start":1726218550066,"stop":1726218550066,"duration":0}},{"uid":"b568e18fceb36b33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b568e18fceb36b33","status":"passed","time":{"start":1726217804581,"stop":1726217804581,"duration":0}},{"uid":"491466b384b3279b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/491466b384b3279b","status":"passed","time":{"start":1726217733944,"stop":1726217733945,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"95f242bf72d6ea9b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/95f242bf72d6ea9b","status":"passed","time":{"start":1726218781389,"stop":1726218781389,"duration":0}},{"uid":"f09ae161289fe6e3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f09ae161289fe6e3","status":"passed","time":{"start":1726218013716,"stop":1726218013718,"duration":2}},{"uid":"ef4761e1de7ec8d9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ef4761e1de7ec8d9","status":"passed","time":{"start":1726217945336,"stop":1726217945337,"duration":1}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"479ac2a3665ce006","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/479ac2a3665ce006","status":"passed","time":{"start":1726218417156,"stop":1726218417156,"duration":0}},{"uid":"e0dd8b9748ec0ef3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0dd8b9748ec0ef3","status":"passed","time":{"start":1726217677845,"stop":1726217677846,"duration":1}},{"uid":"b62a65bcdabc1226","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b62a65bcdabc1226","status":"passed","time":{"start":1726217616849,"stop":1726217616849,"duration":0}}]},"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6e99989a4933a900","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6e99989a4933a900","status":"passed","time":{"start":1726218188599,"stop":1726218188599,"duration":0}},{"uid":"6b825f0afba9c336","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6b825f0afba9c336","status":"passed","time":{"start":1726217441562,"stop":1726217441562,"duration":0}},{"uid":"aec792643f8d65d2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/aec792643f8d65d2","status":"passed","time":{"start":1726217383224,"stop":1726217383224,"duration":0}}]},"d63467f5627772f5eed331d19ff5d743:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8fa709bc4442bea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8fa709bc4442bea","status":"passed","time":{"start":1726217952879,"stop":1726217952880,"duration":1}}]},"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2ab5e5d2838af9be","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2ab5e5d2838af9be","status":"passed","time":{"start":1726218803159,"stop":1726218803159,"duration":0}},{"uid":"6df164cff7642ed4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6df164cff7642ed4","status":"passed","time":{"start":1726218063101,"stop":1726218063101,"duration":0}},{"uid":"cafe7f6e3de940f1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cafe7f6e3de940f1","status":"passed","time":{"start":1726217974420,"stop":1726217974421,"duration":1}}]},"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"83f627852ea4b6c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/83f627852ea4b6c","status":"passed","time":{"start":1726218188600,"stop":1726218188601,"duration":1}},{"uid":"3261883c02fe2dd4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3261883c02fe2dd4","status":"passed","time":{"start":1726217441564,"stop":1726217441564,"duration":0}},{"uid":"5c2ce7a738399c91","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5c2ce7a738399c91","status":"passed","time":{"start":1726217383226,"stop":1726217383227,"duration":1}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cb72a92c80cdd6d5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cb72a92c80cdd6d5","status":"passed","time":{"start":1726218807910,"stop":1726218807913,"duration":3}},{"uid":"95127b0d06c21192","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95127b0d06c21192","status":"passed","time":{"start":1726218061979,"stop":1726218061979,"duration":0}},{"uid":"34422e33baec63e0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/34422e33baec63e0","status":"passed","time":{"start":1726217984950,"stop":1726217984950,"duration":0}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"446930c4ded7dd7b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/446930c4ded7dd7b","status":"passed","time":{"start":1726218209564,"stop":1726218209565,"duration":1}},{"uid":"9105181f4f7af9b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9105181f4f7af9b8","status":"passed","time":{"start":1726217463039,"stop":1726217463040,"duration":1}},{"uid":"74cd736096102c3a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/74cd736096102c3a","status":"passed","time":{"start":1726217404606,"stop":1726217404606,"duration":0}}]},"2a2e192bbf0a6bfabf47e1dfd9ca65b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"55092452523faa29","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/55092452523faa29","status":"passed","time":{"start":1726218496829,"stop":1726218496829,"duration":0}},{"uid":"4dd97c30e82ba1c6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4dd97c30e82ba1c6","status":"passed","time":{"start":1726217751144,"stop":1726217751144,"duration":0}},{"uid":"e4306992fe3ad391","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4306992fe3ad391","status":"passed","time":{"start":1726217685251,"stop":1726217685251,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9e0be2aad0d48ec9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9e0be2aad0d48ec9","status":"passed","time":{"start":1726218213410,"stop":1726218213410,"duration":0}},{"uid":"714323173af7c70c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/714323173af7c70c","status":"passed","time":{"start":1726217466677,"stop":1726217466678,"duration":1}},{"uid":"b2262bcbe37c5908","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b2262bcbe37c5908","status":"passed","time":{"start":1726217408298,"stop":1726217408298,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"415651452d591936","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/415651452d591936","status":"passed","time":{"start":1726218201362,"stop":1726218201364,"duration":2}},{"uid":"727385f8bfd63f8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/727385f8bfd63f8c","status":"passed","time":{"start":1726217454407,"stop":1726217454408,"duration":1}},{"uid":"1bb1c4083504454c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1bb1c4083504454c","status":"passed","time":{"start":1726217395940,"stop":1726217395941,"duration":1}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"402e5ee826a94d79","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/402e5ee826a94d79","status":"passed","time":{"start":1726218209370,"stop":1726218209370,"duration":0}},{"uid":"3929a8bfc16361f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3929a8bfc16361f2","status":"passed","time":{"start":1726217462331,"stop":1726217462331,"duration":0}},{"uid":"82f0424e36bb33a2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82f0424e36bb33a2","status":"passed","time":{"start":1726217404185,"stop":1726217404185,"duration":0}}]},"08181c2f533a09157809b5da20bbcd05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41df373222025d53","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/41df373222025d53","status":"passed","time":{"start":1726217952883,"stop":1726217952884,"duration":1}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"825a5346513dab61","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/825a5346513dab61","status":"passed","time":{"start":1726218209373,"stop":1726218209374,"duration":1}},{"uid":"e5d3f2d61b9e7c6b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5d3f2d61b9e7c6b","status":"passed","time":{"start":1726217462336,"stop":1726217462336,"duration":0}},{"uid":"ad85cfb611060aac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ad85cfb611060aac","status":"passed","time":{"start":1726217404188,"stop":1726217404189,"duration":1}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c4f52f9f82cf7f97","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c4f52f9f82cf7f97","status":"passed","time":{"start":1726218787574,"stop":1726218787574,"duration":0}},{"uid":"f8bc866f15e453c3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8bc866f15e453c3","status":"passed","time":{"start":1726218066276,"stop":1726218066277,"duration":1}},{"uid":"a3becd7c1d0d5081","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a3becd7c1d0d5081","status":"passed","time":{"start":1726217965300,"stop":1726217965300,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"61f823335a190260","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/61f823335a190260","status":"passed","time":{"start":1726218818269,"stop":1726218818270,"duration":1}},{"uid":"85be338cb327deb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/85be338cb327deb","status":"passed","time":{"start":1726218085660,"stop":1726218085661,"duration":1}},{"uid":"f9a70edc5199d964","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f9a70edc5199d964","status":"passed","time":{"start":1726217996429,"stop":1726217996430,"duration":1}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8f5f07afe5441378","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8f5f07afe5441378","status":"passed","time":{"start":1726218417152,"stop":1726218417153,"duration":1}},{"uid":"de45df2ab2405988","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/de45df2ab2405988","status":"passed","time":{"start":1726217677835,"stop":1726217677841,"duration":6}},{"uid":"3f338404cfffbfff","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3f338404cfffbfff","status":"passed","time":{"start":1726217616845,"stop":1726217616846,"duration":1}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4da0092ae338ba46","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4da0092ae338ba46","status":"passed","time":{"start":1726218201912,"stop":1726218201912,"duration":0}},{"uid":"c744444617919633","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c744444617919633","status":"passed","time":{"start":1726217455153,"stop":1726217455153,"duration":0}},{"uid":"911aae9f1ac6b713","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/911aae9f1ac6b713","status":"passed","time":{"start":1726217396841,"stop":1726217396841,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"13a85bc25fd76054","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/13a85bc25fd76054","status":"passed","time":{"start":1726218221125,"stop":1726218221125,"duration":0}},{"uid":"343ca7315e867332","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/343ca7315e867332","status":"passed","time":{"start":1726217474514,"stop":1726217474514,"duration":0}},{"uid":"250ef08e93449d57","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/250ef08e93449d57","status":"passed","time":{"start":1726217415842,"stop":1726217415842,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cc9cf19b454cda14","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc9cf19b454cda14","status":"passed","time":{"start":1726218722075,"stop":1726218722079,"duration":4}},{"uid":"9bb30bb1031e3773","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9bb30bb1031e3773","status":"passed","time":{"start":1726217978645,"stop":1726217978645,"duration":0}},{"uid":"30cc37a09f9dc88c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/30cc37a09f9dc88c","status":"passed","time":{"start":1726217893872,"stop":1726217893872,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"401c84faeee6d58d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/401c84faeee6d58d","status":"passed","time":{"start":1726218417154,"stop":1726218417154,"duration":0}},{"uid":"f905fc86f8a7bacc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f905fc86f8a7bacc","status":"passed","time":{"start":1726217677843,"stop":1726217677843,"duration":0}},{"uid":"2782606e9b9aa56c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2782606e9b9aa56c","status":"passed","time":{"start":1726217616847,"stop":1726217616847,"duration":0}}]},"e290dc1df6185dfab5ebad4d3050b71d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df834e1ff4e2fc11","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df834e1ff4e2fc11","status":"passed","time":{"start":1726218011624,"stop":1726218011624,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7b24d0fef83d5547","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7b24d0fef83d5547","status":"passed","time":{"start":1726218246383,"stop":1726218246383,"duration":0}},{"uid":"8d35977b8f25f221","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d35977b8f25f221","status":"passed","time":{"start":1726217500291,"stop":1726217500291,"duration":0}},{"uid":"a0cf462302c9cd20","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a0cf462302c9cd20","status":"passed","time":{"start":1726217442001,"stop":1726217442001,"duration":0}}]},"35d166a14530a0e30d1a96aaae50cd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"905af5facfefd84d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/905af5facfefd84d","status":"passed","time":{"start":1726218748390,"stop":1726218748390,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"9a1a71832fbaedc9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9a1a71832fbaedc9","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218250243,"stop":1726218250243,"duration":0}},{"uid":"920710cda25361bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/920710cda25361bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217507044,"stop":1726217507044,"duration":0}},{"uid":"28e2b086cb76cc97","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/28e2b086cb76cc97","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217445625,"stop":1726217445626,"duration":1}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f7be479bd028421c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f7be479bd028421c","status":"passed","time":{"start":1726218219854,"stop":1726218219854,"duration":0}},{"uid":"a3859a2c7815d1c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a3859a2c7815d1c1","status":"passed","time":{"start":1726217473324,"stop":1726217473325,"duration":1}},{"uid":"db83b4b6921b6665","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/db83b4b6921b6665","status":"passed","time":{"start":1726217414669,"stop":1726217414670,"duration":1}}]},"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"20e3bec9bedae091","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/20e3bec9bedae091","status":"passed","time":{"start":1726218787594,"stop":1726218787595,"duration":1}},{"uid":"a16c780dae603c7a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a16c780dae603c7a","status":"passed","time":{"start":1726218066316,"stop":1726218066317,"duration":1}},{"uid":"9a7985c1d444a55a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9a7985c1d444a55a","status":"passed","time":{"start":1726217965350,"stop":1726217965350,"duration":0}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"21bab1db873e4131","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/21bab1db873e4131","status":"passed","time":{"start":1726218814297,"stop":1726218814298,"duration":1}},{"uid":"5ecb49d8f2e2a725","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ecb49d8f2e2a725","status":"passed","time":{"start":1726218071326,"stop":1726218071349,"duration":23}},{"uid":"950239a638068e12","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/950239a638068e12","status":"passed","time":{"start":1726217984832,"stop":1726217984832,"duration":0}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"322f9ba340290768","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/322f9ba340290768","status":"passed","time":{"start":1726218662795,"stop":1726218662796,"duration":1}},{"uid":"6387ce7e4e5327f4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6387ce7e4e5327f4","status":"passed","time":{"start":1726217927560,"stop":1726217927560,"duration":0}},{"uid":"2e2598f77ef7e855","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2e2598f77ef7e855","status":"passed","time":{"start":1726217843352,"stop":1726217843352,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ef90c7e178c9f2a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ef90c7e178c9f2a0","status":"passed","time":{"start":1726218422915,"stop":1726218422916,"duration":1}},{"uid":"9eb1bd1efcf37a35","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9eb1bd1efcf37a35","status":"passed","time":{"start":1726217687438,"stop":1726217687438,"duration":0}},{"uid":"148c5cd5ebada45d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/148c5cd5ebada45d","status":"passed","time":{"start":1726217604514,"stop":1726217604515,"duration":1}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4645a4c9e439156b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4645a4c9e439156b","status":"passed","time":{"start":1726218213410,"stop":1726218213410,"duration":0}},{"uid":"acd25a9e045c20fa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/acd25a9e045c20fa","status":"passed","time":{"start":1726217466677,"stop":1726217466677,"duration":0}},{"uid":"763b7fb9572d23cf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/763b7fb9572d23cf","status":"passed","time":{"start":1726217408297,"stop":1726217408297,"duration":0}}]},"17f4674681f2c68e60e175eaea9f361e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f3605b8fe121008","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4f3605b8fe121008","status":"passed","time":{"start":1726218011626,"stop":1726218011627,"duration":1}}]},"fd8a6235927a73365639b5ddc4b7322b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afad336804e95a88","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/afad336804e95a88","status":"passed","time":{"start":1726218781394,"stop":1726218781395,"duration":1}}]},"c46b45ce1890d5ee3b5c433239f96804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7dcb4c7c30650e3e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7dcb4c7c30650e3e","status":"passed","time":{"start":1726217840565,"stop":1726217840566,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bbb6d5f821e2cf7d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bbb6d5f821e2cf7d","status":"passed","time":{"start":1726218422911,"stop":1726218422914,"duration":3}},{"uid":"927a379b2c157f6e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/927a379b2c157f6e","status":"passed","time":{"start":1726217687432,"stop":1726217687436,"duration":4}},{"uid":"673c9b24f38bc75c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/673c9b24f38bc75c","status":"passed","time":{"start":1726217604510,"stop":1726217604511,"duration":1}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d6571c728178321b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d6571c728178321b","status":"passed","time":{"start":1726218213408,"stop":1726218213409,"duration":1}},{"uid":"d008bb654dd7b762","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d008bb654dd7b762","status":"passed","time":{"start":1726217466676,"stop":1726217466676,"duration":0}},{"uid":"4a33946abe12b5e6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4a33946abe12b5e6","status":"passed","time":{"start":1726217408296,"stop":1726217408296,"duration":0}}]},"0875eae35c3e6c8a0178a28be0eeb7dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5a2c55a805ce247f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5a2c55a805ce247f","status":"passed","time":{"start":1726218612970,"stop":1726218612971,"duration":1}},{"uid":"90384b357a2fa489","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/90384b357a2fa489","status":"passed","time":{"start":1726217868248,"stop":1726217868249,"duration":1}},{"uid":"1eb2fee7cb0f013a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1eb2fee7cb0f013a","status":"passed","time":{"start":1726217785176,"stop":1726217785177,"duration":1}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c1de86bea9705d4c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c1de86bea9705d4c","status":"passed","time":{"start":1726218422900,"stop":1726218422901,"duration":1}},{"uid":"2f5bb894d6388e30","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2f5bb894d6388e30","status":"passed","time":{"start":1726217687425,"stop":1726217687425,"duration":0}},{"uid":"deae1fa860789adb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/deae1fa860789adb","status":"passed","time":{"start":1726217604492,"stop":1726217604492,"duration":0}}]},"515295799c5df4642709cdbe75d1833f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f62dd3b036c34c7e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f62dd3b036c34c7e","status":"passed","time":{"start":1726217952884,"stop":1726217952885,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8a9d68df63bcdad6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8a9d68df63bcdad6","status":"passed","time":{"start":1726218708459,"stop":1726218708465,"duration":6}},{"uid":"3650feca32375c67","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3650feca32375c67","status":"passed","time":{"start":1726217980055,"stop":1726217980056,"duration":1}},{"uid":"a75672bc4ce8e540","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a75672bc4ce8e540","status":"passed","time":{"start":1726217896510,"stop":1726217896510,"duration":0}}]},"47238d8d3121a42801803a374a03954e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"589406c81c2d876f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/589406c81c2d876f","status":"passed","time":{"start":1726218748391,"stop":1726218748392,"duration":1}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8036525f0642dbba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8036525f0642dbba","status":"passed","time":{"start":1726218673541,"stop":1726218673542,"duration":1}},{"uid":"5eabbc224a0e71bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5eabbc224a0e71bd","status":"passed","time":{"start":1726217946674,"stop":1726217946675,"duration":1}},{"uid":"a1b664b60a58feef","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a1b664b60a58feef","status":"passed","time":{"start":1726217862767,"stop":1726217862768,"duration":1}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d3b368519c31dd00","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d3b368519c31dd00","status":"passed","time":{"start":1726218659028,"stop":1726218659028,"duration":0}},{"uid":"f0a30040c507c186","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0a30040c507c186","status":"passed","time":{"start":1726217924765,"stop":1726217924765,"duration":0}},{"uid":"e57e60781dad58f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e57e60781dad58f2","status":"passed","time":{"start":1726217840570,"stop":1726217840570,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"939937dc04e01719","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/939937dc04e01719","status":"passed","time":{"start":1726218659022,"stop":1726218659023,"duration":1}},{"uid":"ffb39a8d1b2d5d15","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ffb39a8d1b2d5d15","status":"passed","time":{"start":1726217924755,"stop":1726217924758,"duration":3}},{"uid":"1373912f2517d5a3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1373912f2517d5a3","status":"passed","time":{"start":1726217840559,"stop":1726217840560,"duration":1}}]},"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"be469ea1093c7476","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/be469ea1093c7476","status":"passed","time":{"start":1726218188603,"stop":1726218188603,"duration":0}},{"uid":"ac5f3dc9d70e5481","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac5f3dc9d70e5481","status":"passed","time":{"start":1726217441566,"stop":1726217441567,"duration":1}},{"uid":"d5ea49a16817f972","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d5ea49a16817f972","status":"passed","time":{"start":1726217383229,"stop":1726217383229,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"90664283fde38de8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/90664283fde38de8","status":"passed","time":{"start":1726218781383,"stop":1726218781384,"duration":1}},{"uid":"569d2a07b0a33503","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/569d2a07b0a33503","status":"passed","time":{"start":1726218013699,"stop":1726218013700,"duration":1}},{"uid":"30e53cd1a5b7de2c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/30e53cd1a5b7de2c","status":"passed","time":{"start":1726217945332,"stop":1726217945332,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"42546293a9bc5c99","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/42546293a9bc5c99","status":"passed","time":{"start":1726218471416,"stop":1726218471416,"duration":0}},{"uid":"f022cd6f33bd5fc7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f022cd6f33bd5fc7","status":"passed","time":{"start":1726217724201,"stop":1726217724202,"duration":1}},{"uid":"65cedf8efcbe7a2b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/65cedf8efcbe7a2b","status":"passed","time":{"start":1726217656057,"stop":1726217656058,"duration":1}}]},"3266e466dc742dead141c5982f5e7fe0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c96813857934536","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3c96813857934536","status":"passed","time":{"start":1726217952880,"stop":1726217952881,"duration":1}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ef669d18b84981a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ef669d18b84981a","status":"passed","time":{"start":1726218417149,"stop":1726218417149,"duration":0}},{"uid":"b1c22e5b6524f69e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b1c22e5b6524f69e","status":"passed","time":{"start":1726217677813,"stop":1726217677814,"duration":1}},{"uid":"b87c3b33eabd7f7b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b87c3b33eabd7f7b","status":"passed","time":{"start":1726217616840,"stop":1726217616841,"duration":1}}]},"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"33d8bd66da1dcedb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/33d8bd66da1dcedb","status":"passed","time":{"start":1726218188592,"stop":1726218188593,"duration":1}},{"uid":"29032cfb5e36730d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29032cfb5e36730d","status":"passed","time":{"start":1726217441553,"stop":1726217441553,"duration":0}},{"uid":"bbd45b53ede387e8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bbd45b53ede387e8","status":"passed","time":{"start":1726217383217,"stop":1726217383217,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5899c299d2fede6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5899c299d2fede6","status":"passed","time":{"start":1726218303230,"stop":1726218303231,"duration":1}},{"uid":"7098c8b91bda3298","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7098c8b91bda3298","status":"passed","time":{"start":1726217551916,"stop":1726217551920,"duration":4}},{"uid":"3749f320be3c6f19","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3749f320be3c6f19","status":"passed","time":{"start":1726217494760,"stop":1726217494760,"duration":0}}]},"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f3974d8d98325196","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f3974d8d98325196","status":"passed","time":{"start":1726218188600,"stop":1726218188600,"duration":0}},{"uid":"115056d3123b5f7e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/115056d3123b5f7e","status":"passed","time":{"start":1726217441563,"stop":1726217441563,"duration":0}},{"uid":"6506ee75820b23de","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6506ee75820b23de","status":"passed","time":{"start":1726217383225,"stop":1726217383225,"duration":0}}]},"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c9e134f2aca87193","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c9e134f2aca87193","status":"passed","time":{"start":1726218356741,"stop":1726218356741,"duration":0}},{"uid":"9d802fea6ad287d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9d802fea6ad287d6","status":"passed","time":{"start":1726217603237,"stop":1726217603238,"duration":1}},{"uid":"d39a2b478afe8370","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d39a2b478afe8370","status":"passed","time":{"start":1726217544016,"stop":1726217544016,"duration":0}}]},"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ca06c6a83b692e35","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca06c6a83b692e35","status":"passed","time":{"start":1726218188593,"stop":1726218188593,"duration":0}},{"uid":"15bf405d74da5c22","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15bf405d74da5c22","status":"passed","time":{"start":1726217441553,"stop":1726217441554,"duration":1}},{"uid":"34fa2e9b3ae8112c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/34fa2e9b3ae8112c","status":"passed","time":{"start":1726217383217,"stop":1726217383218,"duration":1}}]},"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6728ad029a1f327f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6728ad029a1f327f","status":"passed","time":{"start":1726218188596,"stop":1726218188597,"duration":1}},{"uid":"975f4fb8028c7ea0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/975f4fb8028c7ea0","status":"passed","time":{"start":1726217441557,"stop":1726217441558,"duration":1}},{"uid":"fce156ea6c5fde60","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fce156ea6c5fde60","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c00ca3c36fc964a6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c00ca3c36fc964a6","status":"passed","time":{"start":1726218196278,"stop":1726218196279,"duration":1}},{"uid":"d29f63c6c1669dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d29f63c6c1669dd","status":"passed","time":{"start":1726217449568,"stop":1726217449568,"duration":0}},{"uid":"6dc739aae972c005","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6dc739aae972c005","status":"passed","time":{"start":1726217391314,"stop":1726217391314,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b3ffea91b7a1763","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3b3ffea91b7a1763","status":"passed","time":{"start":1726218417150,"stop":1726218417150,"duration":0}},{"uid":"e74bc7dc8678d97d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e74bc7dc8678d97d","status":"passed","time":{"start":1726217677822,"stop":1726217677823,"duration":1}},{"uid":"e25ce155f953595e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e25ce155f953595e","status":"passed","time":{"start":1726217616843,"stop":1726217616843,"duration":0}}]},"e940d614c8b045b8a9fc45b3f4abd0ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27cd581dbeec6913","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/27cd581dbeec6913","status":"passed","time":{"start":1726218011623,"stop":1726218011623,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b17202e41ca93976","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b17202e41ca93976","status":"passed","time":{"start":1726218197006,"stop":1726218197006,"duration":0}},{"uid":"8d36ffff19a47e8b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d36ffff19a47e8b","status":"passed","time":{"start":1726217450204,"stop":1726217450205,"duration":1}},{"uid":"95fb9e8626d21d8f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/95fb9e8626d21d8f","status":"passed","time":{"start":1726217391856,"stop":1726217391856,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eabfafbaca298179","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eabfafbaca298179","status":"passed","time":{"start":1726218673543,"stop":1726218673543,"duration":0}},{"uid":"e5713b8a06afbb25","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5713b8a06afbb25","status":"passed","time":{"start":1726217946676,"stop":1726217946677,"duration":1}},{"uid":"c44a7164316ca6de","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c44a7164316ca6de","status":"passed","time":{"start":1726217862768,"stop":1726217862768,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"320050ddaf1433ee","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/320050ddaf1433ee","status":"passed","time":{"start":1726218673550,"stop":1726218673550,"duration":0}},{"uid":"1c1e58c46a692ff1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c1e58c46a692ff1","status":"passed","time":{"start":1726217946720,"stop":1726217946721,"duration":1}},{"uid":"7bdd857a1d0e6c45","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7bdd857a1d0e6c45","status":"passed","time":{"start":1726217862774,"stop":1726217862774,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e43a8d9947ffa59a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e43a8d9947ffa59a","status":"passed","time":{"start":1726218659014,"stop":1726218659015,"duration":1}},{"uid":"f364e6439b37a847","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f364e6439b37a847","status":"passed","time":{"start":1726217924741,"stop":1726217924742,"duration":1}},{"uid":"e93c51c685cc0364","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e93c51c685cc0364","status":"passed","time":{"start":1726217840516,"stop":1726217840516,"duration":0}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"543b365beaec8dcb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/543b365beaec8dcb","status":"passed","time":{"start":1726218602653,"stop":1726218602653,"duration":0}},{"uid":"28ae9f8ebb0f9a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/28ae9f8ebb0f9a0","status":"passed","time":{"start":1726217854778,"stop":1726217854779,"duration":1}},{"uid":"d660c2e2a7766a54","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d660c2e2a7766a54","status":"passed","time":{"start":1726217779657,"stop":1726217779658,"duration":1}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"74b7e807be9a5f5b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/74b7e807be9a5f5b","status":"passed","time":{"start":1726218761849,"stop":1726218761849,"duration":0}},{"uid":"aeba21aec66b684","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aeba21aec66b684","status":"passed","time":{"start":1726218020451,"stop":1726218020451,"duration":0}},{"uid":"38107920bd181fdd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38107920bd181fdd","status":"passed","time":{"start":1726217934110,"stop":1726217934110,"duration":0}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ce87c6746af7b866","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ce87c6746af7b866","status":"passed","time":{"start":1726218722089,"stop":1726218722089,"duration":0}},{"uid":"de04ba40cdd8c7e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/de04ba40cdd8c7e7","status":"passed","time":{"start":1726217978667,"stop":1726217978667,"duration":0}},{"uid":"dc1d8392079992b6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dc1d8392079992b6","status":"passed","time":{"start":1726217893875,"stop":1726217893875,"duration":0}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8b32ebb8af654290","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8b32ebb8af654290","status":"passed","time":{"start":1726218673548,"stop":1726218673549,"duration":1}},{"uid":"acd2681812c08aa9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/acd2681812c08aa9","status":"passed","time":{"start":1726217946705,"stop":1726217946718,"duration":13}},{"uid":"97c6497179348830","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/97c6497179348830","status":"passed","time":{"start":1726217862773,"stop":1726217862773,"duration":0}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"804c3d44000fb7fb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/804c3d44000fb7fb","status":"passed","time":{"start":1726218209566,"stop":1726218209566,"duration":0}},{"uid":"8ee44653e7ebaa4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8ee44653e7ebaa4","status":"passed","time":{"start":1726217463041,"stop":1726217463041,"duration":0}},{"uid":"a891081cbad6f300","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a891081cbad6f300","status":"passed","time":{"start":1726217404607,"stop":1726217404608,"duration":1}}]},"d6b8f06c2f2c5f77f117c8195f9c7170:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"872bf1e194984f13","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/872bf1e194984f13","status":"passed","time":{"start":1726217862799,"stop":1726217862801,"duration":2}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cb28b8043fc17b6d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cb28b8043fc17b6d","status":"passed","time":{"start":1726218459544,"stop":1726218459544,"duration":0}},{"uid":"3041108ccdfd46d4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3041108ccdfd46d4","status":"passed","time":{"start":1726217706012,"stop":1726217706013,"duration":1}},{"uid":"43a79ad29bc4aacb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43a79ad29bc4aacb","status":"passed","time":{"start":1726217650774,"stop":1726217650774,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4cde0b8e2b8516a1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4cde0b8e2b8516a1","status":"passed","time":{"start":1726218818270,"stop":1726218818271,"duration":1}},{"uid":"f673ab73b2de717c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f673ab73b2de717c","status":"passed","time":{"start":1726218085661,"stop":1726218085662,"duration":1}},{"uid":"830a0d966dd4b73e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/830a0d966dd4b73e","status":"passed","time":{"start":1726217996430,"stop":1726217996430,"duration":0}}]},"a60dccf501f5b52d3f9e79572300581a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1d15cc1f60f49d1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d1d15cc1f60f49d1","status":"passed","time":{"start":1726218011627,"stop":1726218011627,"duration":0}}]},"6d90f32c3fd6caf08cc5d6004f7abc7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f6b1fae02c86cc6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f6b1fae02c86cc6","status":"passed","time":{"start":1726217946743,"stop":1726217946743,"duration":0}}]},"d188b81603c31882ab8b835dc01656b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45435efc6222a176","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/45435efc6222a176","status":"passed","time":{"start":1726218039631,"stop":1726218039631,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fd073831cafc6045","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fd073831cafc6045","status":"passed","time":{"start":1726218250234,"stop":1726218250236,"duration":2}},{"uid":"d7744a9a71a89187","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d7744a9a71a89187","status":"passed","time":{"start":1726217507042,"stop":1726217507042,"duration":0}},{"uid":"9aaa8ca2501e5563","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9aaa8ca2501e5563","status":"passed","time":{"start":1726217445621,"stop":1726217445624,"duration":3}}]},"c2365eda06fd7fa9ba7217cee5e48a26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d2431992ee5c0881","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d2431992ee5c0881","status":"passed","time":{"start":1726218612952,"stop":1726218612952,"duration":0}},{"uid":"fd1b79a5dfd61553","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd1b79a5dfd61553","status":"passed","time":{"start":1726217868232,"stop":1726217868232,"duration":0}},{"uid":"c6babc253f7c99c4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c6babc253f7c99c4","status":"passed","time":{"start":1726217785163,"stop":1726217785164,"duration":1}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e87b7e5380507060","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e87b7e5380507060","status":"passed","time":{"start":1726218197005,"stop":1726218197005,"duration":0}},{"uid":"1be6b513a505eacb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1be6b513a505eacb","status":"passed","time":{"start":1726217450199,"stop":1726217450199,"duration":0}},{"uid":"40fed1f0be5176d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/40fed1f0be5176d","status":"passed","time":{"start":1726217391851,"stop":1726217391851,"duration":0}}]},"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a1c69db00dd6da3e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a1c69db00dd6da3e","status":"passed","time":{"start":1726218803159,"stop":1726218803160,"duration":1}},{"uid":"54cfcd81a69d590c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54cfcd81a69d590c","status":"passed","time":{"start":1726218063101,"stop":1726218063102,"duration":1}},{"uid":"8f0cb96bc5325e72","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8f0cb96bc5325e72","status":"passed","time":{"start":1726217974421,"stop":1726217974421,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"981f93eed754d6f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/981f93eed754d6f","status":"passed","time":{"start":1726218781390,"stop":1726218781390,"duration":0}},{"uid":"4c1e3cf0750d78f4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c1e3cf0750d78f4","status":"passed","time":{"start":1726218013719,"stop":1726218013719,"duration":0}},{"uid":"f04aca3c71e13e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f04aca3c71e13e7","status":"passed","time":{"start":1726217945338,"stop":1726217945338,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"254d097028cb017a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/254d097028cb017a","status":"passed","time":{"start":1726218781393,"stop":1726218781393,"duration":0}},{"uid":"f49ed9684cf683da","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f49ed9684cf683da","status":"passed","time":{"start":1726218013724,"stop":1726218013724,"duration":0}},{"uid":"3d2d75311c5524f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3d2d75311c5524f","status":"passed","time":{"start":1726217945349,"stop":1726217945350,"duration":1}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f68b6a5ff6f60619","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f68b6a5ff6f60619","status":"passed","time":{"start":1726218781387,"stop":1726218781387,"duration":0}},{"uid":"ed29db7636c0a5e0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed29db7636c0a5e0","status":"passed","time":{"start":1726218013701,"stop":1726218013701,"duration":0}},{"uid":"6a8617ed81ee7ba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a8617ed81ee7ba","status":"passed","time":{"start":1726217945335,"stop":1726217945335,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3561737f996f7dd9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3561737f996f7dd9","status":"passed","time":{"start":1726218761849,"stop":1726218761849,"duration":0}},{"uid":"dbb6de40286083ac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dbb6de40286083ac","status":"passed","time":{"start":1726218020451,"stop":1726218020453,"duration":2}},{"uid":"83cdc6bea1fd92d5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/83cdc6bea1fd92d5","status":"passed","time":{"start":1726217934111,"stop":1726217934111,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"745087d25e81f758","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/745087d25e81f758","status":"passed","time":{"start":1726218239516,"stop":1726218239523,"duration":7}},{"uid":"fb5b042bce7a7630","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fb5b042bce7a7630","status":"passed","time":{"start":1726217493336,"stop":1726217493338,"duration":2}},{"uid":"5b43ceb9800757a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5b43ceb9800757a4","status":"passed","time":{"start":1726217434831,"stop":1726217434833,"duration":2}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"496aba0b913c7bca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/496aba0b913c7bca","status":"passed","time":{"start":1726218422892,"stop":1726218422892,"duration":0}},{"uid":"274d935c6050d9af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/274d935c6050d9af","status":"passed","time":{"start":1726217687413,"stop":1726217687414,"duration":1}},{"uid":"97107836af0f6dd4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/97107836af0f6dd4","status":"passed","time":{"start":1726217604476,"stop":1726217604477,"duration":1}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e08d0336823ad9e8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e08d0336823ad9e8","status":"passed","time":{"start":1726218787576,"stop":1726218787576,"duration":0}},{"uid":"adfdb59af623b76d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/adfdb59af623b76d","status":"passed","time":{"start":1726218066278,"stop":1726218066278,"duration":0}},{"uid":"7fd8d92ea94aafc2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7fd8d92ea94aafc2","status":"passed","time":{"start":1726217965302,"stop":1726217965302,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8f7c967e139b8af0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8f7c967e139b8af0","status":"passed","time":{"start":1726218250225,"stop":1726218250232,"duration":7}},{"uid":"f3738760b93fcd0d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3738760b93fcd0d","status":"passed","time":{"start":1726217507040,"stop":1726217507041,"duration":1}},{"uid":"248abc0bfe0a52a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/248abc0bfe0a52a","status":"passed","time":{"start":1726217445616,"stop":1726217445616,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"244db9a5d696369","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/244db9a5d696369","status":"passed","time":{"start":1726218659007,"stop":1726218659008,"duration":1}},{"uid":"4ebf835b7cb2079b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4ebf835b7cb2079b","status":"passed","time":{"start":1726217924737,"stop":1726217924737,"duration":0}},{"uid":"ba23444a172ad084","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba23444a172ad084","status":"passed","time":{"start":1726217840476,"stop":1726217840491,"duration":15}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b6cc0091e4fee5d5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b6cc0091e4fee5d5","status":"passed","time":{"start":1726218706746,"stop":1726218706747,"duration":1}},{"uid":"9eaefe2785f18c04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9eaefe2785f18c04","status":"passed","time":{"start":1726217976616,"stop":1726217976617,"duration":1}},{"uid":"cf2db5ad2f50fa99","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cf2db5ad2f50fa99","status":"passed","time":{"start":1726217890301,"stop":1726217890301,"duration":0}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b1801616c4b7619","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b1801616c4b7619","status":"passed","time":{"start":1726218287813,"stop":1726218287814,"duration":1}},{"uid":"f4e50c2a9d112b67","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f4e50c2a9d112b67","status":"passed","time":{"start":1726217549451,"stop":1726217549452,"duration":1}},{"uid":"da684cfe4b24ba8f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/da684cfe4b24ba8f","status":"passed","time":{"start":1726217491288,"stop":1726217491289,"duration":1}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6b50bcec817fb390","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6b50bcec817fb390","status":"passed","time":{"start":1726218197010,"stop":1726218197010,"duration":0}},{"uid":"237cae1f86bdbffa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/237cae1f86bdbffa","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"duration":0}},{"uid":"6c53ee0a1a603868","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6c53ee0a1a603868","status":"passed","time":{"start":1726217391860,"stop":1726217391860,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"126d0b6c4a94c1d0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/126d0b6c4a94c1d0","status":"passed","time":{"start":1726218787574,"stop":1726218787575,"duration":1}},{"uid":"c38ff0aa5014373","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c38ff0aa5014373","status":"passed","time":{"start":1726218066277,"stop":1726218066277,"duration":0}},{"uid":"cd5d28a65e22cad0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cd5d28a65e22cad0","status":"passed","time":{"start":1726217965300,"stop":1726217965301,"duration":1}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c6c27c1723a57367","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c6c27c1723a57367","status":"passed","time":{"start":1726218550066,"stop":1726218550066,"duration":0}},{"uid":"4c22b3d5c5aabacb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c22b3d5c5aabacb","status":"passed","time":{"start":1726217804580,"stop":1726217804581,"duration":1}},{"uid":"7b0c09bd5f333c7f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7b0c09bd5f333c7f","status":"passed","time":{"start":1726217733943,"stop":1726217733944,"duration":1}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"11e734ddfba0f181","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/11e734ddfba0f181","status":"passed","time":{"start":1726218209340,"stop":1726218209341,"duration":1}},{"uid":"3c6dec6cecbef14e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3c6dec6cecbef14e","status":"passed","time":{"start":1726217462725,"stop":1726217462726,"duration":1}},{"uid":"a261bc7ad7a59e8d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a261bc7ad7a59e8d","status":"passed","time":{"start":1726217404276,"stop":1726217404276,"duration":0}}]},"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1c5ec3e470491453","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c5ec3e470491453","status":"passed","time":{"start":1726218188579,"stop":1726218188579,"duration":0}},{"uid":"a81da45f4f55371c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a81da45f4f55371c","status":"passed","time":{"start":1726217441538,"stop":1726217441538,"duration":0}},{"uid":"831aa3e8c6e4411e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/831aa3e8c6e4411e","status":"passed","time":{"start":1726217383206,"stop":1726217383206,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4ba343f9cbe4ff8b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ba343f9cbe4ff8b","status":"passed","time":{"start":1726218781384,"stop":1726218781386,"duration":2}},{"uid":"f31d496356106eef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f31d496356106eef","status":"passed","time":{"start":1726218013700,"stop":1726218013700,"duration":0}},{"uid":"47ca87ba55fcf4b0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/47ca87ba55fcf4b0","status":"passed","time":{"start":1726217945334,"stop":1726217945334,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"11b86bb42b567e07","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/11b86bb42b567e07","status":"passed","time":{"start":1726218781371,"stop":1726218781373,"duration":2}},{"uid":"643a5ef7efb4579f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/643a5ef7efb4579f","status":"passed","time":{"start":1726218013690,"stop":1726218013690,"duration":0}},{"uid":"571ad5648eabb3b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/571ad5648eabb3b4","status":"passed","time":{"start":1726217945324,"stop":1726217945324,"duration":0}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d7d4a1a16c8631ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d7d4a1a16c8631ae","status":"passed","time":{"start":1726218219449,"stop":1726218219450,"duration":1}},{"uid":"4d89793415503f12","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4d89793415503f12","status":"passed","time":{"start":1726217472853,"stop":1726217472853,"duration":0}},{"uid":"d61b996db7356b33","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d61b996db7356b33","status":"passed","time":{"start":1726217414157,"stop":1726217414157,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b99f762157413da8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b99f762157413da8","status":"passed","time":{"start":1726218787585,"stop":1726218787585,"duration":0}},{"uid":"fa2cf113f4c9e79e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa2cf113f4c9e79e","status":"passed","time":{"start":1726218066296,"stop":1726218066297,"duration":1}},{"uid":"5b5c335e2fd8314d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5b5c335e2fd8314d","status":"passed","time":{"start":1726217965316,"stop":1726217965317,"duration":1}}]},"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cc600431f2ae4ce9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc600431f2ae4ce9","status":"passed","time":{"start":1726218188602,"stop":1726218188602,"duration":0}},{"uid":"bc6687a77da92d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bc6687a77da92d","status":"passed","time":{"start":1726217441566,"stop":1726217441566,"duration":0}},{"uid":"24b3d91356070529","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/24b3d91356070529","status":"passed","time":{"start":1726217383228,"stop":1726217383229,"duration":1}}]},"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cbd016be3564a752","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cbd016be3564a752","status":"passed","time":{"start":1726218188587,"stop":1726218188587,"duration":0}},{"uid":"7b310b936cdc7140","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b310b936cdc7140","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"duration":0}},{"uid":"ff259d81516008ba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ff259d81516008ba","status":"passed","time":{"start":1726217383210,"stop":1726217383210,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4979c485ca6eda1d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4979c485ca6eda1d","status":"passed","time":{"start":1726218659021,"stop":1726218659021,"duration":0}},{"uid":"d5d71a44591962af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d5d71a44591962af","status":"passed","time":{"start":1726217924753,"stop":1726217924753,"duration":0}},{"uid":"e7ff051997caaa81","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e7ff051997caaa81","status":"passed","time":{"start":1726217840544,"stop":1726217840558,"duration":14}}]},"64b9357d644b3d4796abbba9e121b588:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9aea3c2c6b14dca0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9aea3c2c6b14dca0","status":"passed","time":{"start":1726218039627,"stop":1726218039627,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"64d712f27e98333","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/64d712f27e98333","status":"passed","time":{"start":1726218459523,"stop":1726218459523,"duration":0}},{"uid":"351e709b75b9a3f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/351e709b75b9a3f7","status":"passed","time":{"start":1726217705988,"stop":1726217705988,"duration":0}},{"uid":"26d8b82812e58923","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/26d8b82812e58923","status":"passed","time":{"start":1726217650746,"stop":1726217650746,"duration":0}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e0064a754ba9e64","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e0064a754ba9e64","status":"passed","time":{"start":1726218781390,"stop":1726218781390,"duration":0}},{"uid":"2df5ea4a86c6553b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2df5ea4a86c6553b","status":"passed","time":{"start":1726218013719,"stop":1726218013719,"duration":0}},{"uid":"cdfe9cbb18fe0723","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cdfe9cbb18fe0723","status":"passed","time":{"start":1726217945338,"stop":1726217945339,"duration":1}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aeea75deebb55466","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/aeea75deebb55466","status":"passed","time":{"start":1726218817594,"stop":1726218817595,"duration":1}},{"uid":"577d01f43f1495bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/577d01f43f1495bd","status":"passed","time":{"start":1726218077305,"stop":1726218077305,"duration":0}},{"uid":"5a349e38129dc3be","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5a349e38129dc3be","status":"passed","time":{"start":1726217991631,"stop":1726217991631,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bced28c954e3994f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bced28c954e3994f","status":"passed","time":{"start":1726218221126,"stop":1726218221126,"duration":0}},{"uid":"f636d4713111fb9c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f636d4713111fb9c","status":"passed","time":{"start":1726217474515,"stop":1726217474516,"duration":1}},{"uid":"682a9cfb36612db5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/682a9cfb36612db5","status":"passed","time":{"start":1726217415843,"stop":1726217415843,"duration":0}}]},"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e6d0600b5d9f25f4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e6d0600b5d9f25f4","status":"passed","time":{"start":1726218188596,"stop":1726218188596,"duration":0}},{"uid":"a14b3b2df2a62266","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a14b3b2df2a62266","status":"passed","time":{"start":1726217441557,"stop":1726217441557,"duration":0}},{"uid":"a46f48f6c74312b1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a46f48f6c74312b1","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5c77f244bc9602df","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5c77f244bc9602df","status":"passed","time":{"start":1726218807913,"stop":1726218807913,"duration":0}},{"uid":"379d34be8192b129","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/379d34be8192b129","status":"passed","time":{"start":1726218061979,"stop":1726218061979,"duration":0}},{"uid":"85790f719e42936a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85790f719e42936a","status":"passed","time":{"start":1726217984950,"stop":1726217984950,"duration":0}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4fa4033660f9555f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4fa4033660f9555f","status":"passed","time":{"start":1726218781382,"stop":1726218781382,"duration":0}},{"uid":"f92f1fd2adc550b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f92f1fd2adc550b5","status":"passed","time":{"start":1726218013697,"stop":1726218013698,"duration":1}},{"uid":"f91aa88f23f63695","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f91aa88f23f63695","status":"passed","time":{"start":1726217945331,"stop":1726217945331,"duration":0}}]},"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"33b13e0e6ba5159f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/33b13e0e6ba5159f","status":"passed","time":{"start":1726218469201,"stop":1726218469204,"duration":3}},{"uid":"c1ec88ed8f3bfe0a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1ec88ed8f3bfe0a","status":"passed","time":{"start":1726217742497,"stop":1726217742497,"duration":0}},{"uid":"bee2ca595ebc5a0c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bee2ca595ebc5a0c","status":"passed","time":{"start":1726217674282,"stop":1726217674283,"duration":1}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8b9e1b592e19e5b0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8b9e1b592e19e5b0","status":"passed","time":{"start":1726218188645,"stop":1726218188645,"duration":0}},{"uid":"d2133e128eb437a1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2133e128eb437a1","status":"passed","time":{"start":1726217441572,"stop":1726217441572,"duration":0}},{"uid":"59812b2c57870430","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59812b2c57870430","status":"passed","time":{"start":1726217383355,"stop":1726217383355,"duration":0}}]},"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2e2f249472d28cd7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2e2f249472d28cd7","status":"passed","time":{"start":1726218188602,"stop":1726218188602,"duration":0}},{"uid":"b3ae8490085a1f08","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3ae8490085a1f08","status":"passed","time":{"start":1726217441565,"stop":1726217441565,"duration":0}},{"uid":"805aaf4466474dc7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/805aaf4466474dc7","status":"passed","time":{"start":1726217383228,"stop":1726217383228,"duration":0}}]},"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a372071243be5d62","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a372071243be5d62","status":"passed","time":{"start":1726218188586,"stop":1726218188586,"duration":0}},{"uid":"1bb51afc11f50d7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1bb51afc11f50d7","status":"passed","time":{"start":1726217441545,"stop":1726217441546,"duration":1}},{"uid":"234d52ec7ab3a3cf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/234d52ec7ab3a3cf","status":"passed","time":{"start":1726217383208,"stop":1726217383209,"duration":1}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fcacbee5e70fb8dc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fcacbee5e70fb8dc","status":"passed","time":{"start":1726218781379,"stop":1726218781379,"duration":0}},{"uid":"f46a65f5ec61cbfc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f46a65f5ec61cbfc","status":"passed","time":{"start":1726218013693,"stop":1726218013694,"duration":1}},{"uid":"4b8b7174342b778d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b8b7174342b778d","status":"passed","time":{"start":1726217945327,"stop":1726217945327,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"afe78f32e2bfe6a5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/afe78f32e2bfe6a5","status":"passed","time":{"start":1726218459535,"stop":1726218459535,"duration":0}},{"uid":"81f573bff6c68007","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/81f573bff6c68007","status":"passed","time":{"start":1726217706001,"stop":1726217706001,"duration":0}},{"uid":"6541f5f5f9c95c86","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6541f5f5f9c95c86","status":"passed","time":{"start":1726217650760,"stop":1726217650760,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8046a509db1bb117","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8046a509db1bb117","status":"passed","time":{"start":1726218422906,"stop":1726218422908,"duration":2}},{"uid":"1916a6e15a70987d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1916a6e15a70987d","status":"passed","time":{"start":1726217687428,"stop":1726217687429,"duration":1}},{"uid":"ca059949986c4775","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ca059949986c4775","status":"passed","time":{"start":1726217604497,"stop":1726217604497,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"148e70df730b8542","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/148e70df730b8542","status":"passed","time":{"start":1726218659006,"stop":1726218659007,"duration":1}},{"uid":"1b2e1c4a7b630a8f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b2e1c4a7b630a8f","status":"passed","time":{"start":1726217924736,"stop":1726217924736,"duration":0}},{"uid":"93af2f7630c83ca0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/93af2f7630c83ca0","status":"passed","time":{"start":1726217840476,"stop":1726217840476,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9fc439ec00ff23ce","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9fc439ec00ff23ce","status":"passed","time":{"start":1726218659015,"stop":1726218659016,"duration":1}},{"uid":"197144ca192231af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/197144ca192231af","status":"passed","time":{"start":1726217924742,"stop":1726217924743,"duration":1}},{"uid":"cc9c4b6d990c7856","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cc9c4b6d990c7856","status":"passed","time":{"start":1726217840517,"stop":1726217840517,"duration":0}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"29be080f0bcb0f6e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/29be080f0bcb0f6e","status":"passed","time":{"start":1726218422917,"stop":1726218422917,"duration":0}},{"uid":"17a03a2b5c401b50","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/17a03a2b5c401b50","status":"passed","time":{"start":1726217687440,"stop":1726217687440,"duration":0}},{"uid":"61785ca82bdaa1e9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/61785ca82bdaa1e9","status":"passed","time":{"start":1726217604520,"stop":1726217604521,"duration":1}}]},"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4dd3d5d0811aad28","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4dd3d5d0811aad28","status":"passed","time":{"start":1726218356742,"stop":1726218356742,"duration":0}},{"uid":"551ba36438126053","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/551ba36438126053","status":"passed","time":{"start":1726217603243,"stop":1726217603244,"duration":1}},{"uid":"507fbce6c4dbb1f7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/507fbce6c4dbb1f7","status":"passed","time":{"start":1726217544017,"stop":1726217544017,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"30fd48552b43f4a9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/30fd48552b43f4a9","status":"passed","time":{"start":1726218422903,"stop":1726218422903,"duration":0}},{"uid":"5006e955dc9c9c9f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5006e955dc9c9c9f","status":"passed","time":{"start":1726217687426,"stop":1726217687426,"duration":0}},{"uid":"9918fe9c2194f93a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9918fe9c2194f93a","status":"passed","time":{"start":1726217604493,"stop":1726217604495,"duration":2}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7de2357b9e70c4d8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7de2357b9e70c4d8","status":"passed","time":{"start":1726218550067,"stop":1726218550067,"duration":0}},{"uid":"dd7a24a69db17bec","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd7a24a69db17bec","status":"passed","time":{"start":1726217804582,"stop":1726217804583,"duration":1}},{"uid":"22fb661e12fb929c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/22fb661e12fb929c","status":"passed","time":{"start":1726217733947,"stop":1726217733948,"duration":1}}]},"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1aba56ee765fd733","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1aba56ee765fd733","status":"passed","time":{"start":1726218356743,"stop":1726218356744,"duration":1}},{"uid":"25240476a78d2eb7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/25240476a78d2eb7","status":"passed","time":{"start":1726217603245,"stop":1726217603246,"duration":1}},{"uid":"8daac96fc93489dd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8daac96fc93489dd","status":"passed","time":{"start":1726217544018,"stop":1726217544018,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bf50fa3e33cc1978","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf50fa3e33cc1978","status":"passed","time":{"start":1726218685053,"stop":1726218685054,"duration":1}},{"uid":"2453f8230b03b9c5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2453f8230b03b9c5","status":"passed","time":{"start":1726217960214,"stop":1726217960214,"duration":0}},{"uid":"f79fda6e1a99f34b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f79fda6e1a99f34b","status":"passed","time":{"start":1726217875230,"stop":1726217875230,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"894d90f1b5f496bd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/894d90f1b5f496bd","status":"passed","time":{"start":1726218197001,"stop":1726218197004,"duration":3}},{"uid":"922b257d671f8e2b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/922b257d671f8e2b","status":"passed","time":{"start":1726217450198,"stop":1726217450199,"duration":1}},{"uid":"59918777f4061001","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59918777f4061001","status":"passed","time":{"start":1726217391850,"stop":1726217391851,"duration":1}}]},"c7a8d2a86abbec6c2530d78c01296d13:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c9e33ea7544ef07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6c9e33ea7544ef07","status":"passed","time":{"start":1726217616845,"stop":1726217616845,"duration":0}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e06747fa9baa816a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e06747fa9baa816a","status":"passed","time":{"start":1726218279695,"stop":1726218279705,"duration":10}},{"uid":"c90efd07154d8cdd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c90efd07154d8cdd","status":"passed","time":{"start":1726217533048,"stop":1726217533049,"duration":1}},{"uid":"1f40670a239a2825","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f40670a239a2825","status":"passed","time":{"start":1726217474967,"stop":1726217474967,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7f2e8d0bbab917eb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7f2e8d0bbab917eb","status":"passed","time":{"start":1726218417153,"stop":1726218417154,"duration":1}},{"uid":"c8c20720b51b9384","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c8c20720b51b9384","status":"passed","time":{"start":1726217677843,"stop":1726217677843,"duration":0}},{"uid":"4860c903cc6c1dde","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4860c903cc6c1dde","status":"passed","time":{"start":1726217616846,"stop":1726217616846,"duration":0}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bbd3a82e04e9fa68","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bbd3a82e04e9fa68","status":"passed","time":{"start":1726218708385,"stop":1726218708389,"duration":4}},{"uid":"c213072de9dc0c33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c213072de9dc0c33","status":"passed","time":{"start":1726217980036,"stop":1726217980036,"duration":0}},{"uid":"ddcf03a87b5a945b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ddcf03a87b5a945b","status":"passed","time":{"start":1726217896498,"stop":1726217896498,"duration":0}}]},"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c90c41cfdd0e2742","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c90c41cfdd0e2742","status":"passed","time":{"start":1726218188598,"stop":1726218188598,"duration":0}},{"uid":"f3ab7663c2e446a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3ab7663c2e446a6","status":"passed","time":{"start":1726217441560,"stop":1726217441561,"duration":1}},{"uid":"339971bf67cb374","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/339971bf67cb374","status":"passed","time":{"start":1726217383222,"stop":1726217383223,"duration":1}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4db848c2ff2d3574","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4db848c2ff2d3574","status":"passed","time":{"start":1726218221126,"stop":1726218221126,"duration":0}},{"uid":"4a4f07f2b8c27639","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4a4f07f2b8c27639","status":"passed","time":{"start":1726217474515,"stop":1726217474515,"duration":0}},{"uid":"95b1e428fe5ec40e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/95b1e428fe5ec40e","status":"passed","time":{"start":1726217415843,"stop":1726217415843,"duration":0}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"19144888d2998b7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/19144888d2998b7","status":"passed","time":{"start":1726218673562,"stop":1726218673563,"duration":1}},{"uid":"68d994220f4dfbf0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68d994220f4dfbf0","status":"passed","time":{"start":1726217946741,"stop":1726217946741,"duration":0}},{"uid":"15daccea994ffebf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15daccea994ffebf","status":"passed","time":{"start":1726217862792,"stop":1726217862793,"duration":1}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6adbaa5601ea73dd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6adbaa5601ea73dd","status":"passed","time":{"start":1726218659003,"stop":1726218659004,"duration":1}},{"uid":"1a1f796910147395","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a1f796910147395","status":"passed","time":{"start":1726217924733,"stop":1726217924733,"duration":0}},{"uid":"f478ff3b555fd3f5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f478ff3b555fd3f5","status":"passed","time":{"start":1726217840473,"stop":1726217840474,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1f87875257c2be02","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1f87875257c2be02","status":"passed","time":{"start":1726218196997,"stop":1726218196998,"duration":1}},{"uid":"621ee226953d1393","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/621ee226953d1393","status":"passed","time":{"start":1726217450195,"stop":1726217450195,"duration":0}},{"uid":"e4eeff4655c4509","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4eeff4655c4509","status":"passed","time":{"start":1726217391847,"stop":1726217391847,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ca311a50fc075c8e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca311a50fc075c8e","status":"passed","time":{"start":1726218787591,"stop":1726218787591,"duration":0}},{"uid":"4ee788b0252cc28","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4ee788b0252cc28","status":"passed","time":{"start":1726218066307,"stop":1726218066308,"duration":1}},{"uid":"30e79808fbddd3cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/30e79808fbddd3cc","status":"passed","time":{"start":1726217965346,"stop":1726217965346,"duration":0}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c1bb61d2885af810","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c1bb61d2885af810","status":"passed","time":{"start":1726218833199,"stop":1726218833200,"duration":1}},{"uid":"55fd22a56b8d7dbe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55fd22a56b8d7dbe","status":"passed","time":{"start":1726218095394,"stop":1726218095395,"duration":1}},{"uid":"978b786851cf7c9f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/978b786851cf7c9f","status":"passed","time":{"start":1726218006963,"stop":1726218006963,"duration":0}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"54148a593bb5ec24","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/54148a593bb5ec24","status":"passed","time":{"start":1726218213410,"stop":1726218213411,"duration":1}},{"uid":"2adf33f424ca7d2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2adf33f424ca7d2","status":"passed","time":{"start":1726217466678,"stop":1726217466678,"duration":0}},{"uid":"f4d2dd2b55f4ca31","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f4d2dd2b55f4ca31","status":"passed","time":{"start":1726217408298,"stop":1726217408298,"duration":0}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6626ac755b0b5b89","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6626ac755b0b5b89","status":"passed","time":{"start":1726218683565,"stop":1726218683565,"duration":0}},{"uid":"b7e60c0b1bbea68e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b7e60c0b1bbea68e","status":"passed","time":{"start":1726217949327,"stop":1726217949327,"duration":0}},{"uid":"2bc74a7b1e7ef9e4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2bc74a7b1e7ef9e4","status":"passed","time":{"start":1726217865177,"stop":1726217865177,"duration":0}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7869c1d98714a4ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7869c1d98714a4ae","status":"passed","time":{"start":1726218318091,"stop":1726218318091,"duration":0}},{"uid":"7cdef3f24d19e5ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7cdef3f24d19e5ba","status":"passed","time":{"start":1726217567475,"stop":1726217567475,"duration":0}},{"uid":"8df68db59501e3f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8df68db59501e3f6","status":"passed","time":{"start":1726217508421,"stop":1726217508421,"duration":0}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"34b086567c37ee8a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/34b086567c37ee8a","status":"passed","time":{"start":1726218659012,"stop":1726218659013,"duration":1}},{"uid":"db665e1deda8b2a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/db665e1deda8b2a0","status":"passed","time":{"start":1726217924740,"stop":1726217924740,"duration":0}},{"uid":"5c44e57d3ee4e0f1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5c44e57d3ee4e0f1","status":"passed","time":{"start":1726217840515,"stop":1726217840515,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2fd11d50dcd15b3d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fd11d50dcd15b3d","status":"passed","time":{"start":1726218673562,"stop":1726218673562,"duration":0}},{"uid":"f5be96194f8f36d4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f5be96194f8f36d4","status":"passed","time":{"start":1726217946740,"stop":1726217946740,"duration":0}},{"uid":"32ffe9c42c7b762d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/32ffe9c42c7b762d","status":"passed","time":{"start":1726217862790,"stop":1726217862791,"duration":1}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"521ee442ae780296","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/521ee442ae780296","status":"passed","time":{"start":1726218246380,"stop":1726218246381,"duration":1}},{"uid":"e8a1715df07ca485","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e8a1715df07ca485","status":"passed","time":{"start":1726217500282,"stop":1726217500285,"duration":3}},{"uid":"f1952d222f063439","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f1952d222f063439","status":"passed","time":{"start":1726217441998,"stop":1726217441999,"duration":1}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"496376a4f0deaa5a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/496376a4f0deaa5a","status":"passed","time":{"start":1726218250218,"stop":1726218250220,"duration":2}},{"uid":"8fa845975c176d82","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8fa845975c176d82","status":"passed","time":{"start":1726217507037,"stop":1726217507038,"duration":1}},{"uid":"9ad7b6ed4b47a414","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9ad7b6ed4b47a414","status":"passed","time":{"start":1726217445600,"stop":1726217445601,"duration":1}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63b193de6c87d2ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/63b193de6c87d2ba","status":"passed","time":{"start":1726218318078,"stop":1726218318080,"duration":2}},{"uid":"83fc48cd9502e5ce","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/83fc48cd9502e5ce","status":"passed","time":{"start":1726217567470,"stop":1726217567471,"duration":1}},{"uid":"6a26074904cf9ca2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a26074904cf9ca2","status":"passed","time":{"start":1726217508416,"stop":1726217508417,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ac63df63e2cada8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ac63df63e2cada8","status":"passed","time":{"start":1726218197006,"stop":1726218197006,"duration":0}},{"uid":"833526ba1cdb55de","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/833526ba1cdb55de","status":"passed","time":{"start":1726217450205,"stop":1726217450205,"duration":0}},{"uid":"ac7986a7243e720f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac7986a7243e720f","status":"passed","time":{"start":1726217391856,"stop":1726217391856,"duration":0}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c95cc31f49d1ac3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c95cc31f49d1ac3","status":"passed","time":{"start":1726218659019,"stop":1726218659019,"duration":0}},{"uid":"edda3e06ccbd69e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/edda3e06ccbd69e","status":"passed","time":{"start":1726217924745,"stop":1726217924746,"duration":1}},{"uid":"5f64eb5ccc4bdf4e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5f64eb5ccc4bdf4e","status":"passed","time":{"start":1726217840542,"stop":1726217840542,"duration":0}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cbccf4660ff1e879","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cbccf4660ff1e879","status":"passed","time":{"start":1726218219452,"stop":1726218219452,"duration":0}},{"uid":"f951cc8dcef3d65c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f951cc8dcef3d65c","status":"passed","time":{"start":1726217472856,"stop":1726217472857,"duration":1}},{"uid":"7f3b749a0a4e3c28","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f3b749a0a4e3c28","status":"passed","time":{"start":1726217414159,"stop":1726217414160,"duration":1}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8bb966dc004370e8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8bb966dc004370e8","status":"passed","time":{"start":1726218422905,"stop":1726218422905,"duration":0}},{"uid":"5c361733fd3667b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5c361733fd3667b5","status":"passed","time":{"start":1726217687428,"stop":1726217687428,"duration":0}},{"uid":"b221113eacfee29f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b221113eacfee29f","status":"passed","time":{"start":1726217604497,"stop":1726217604497,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f06bcd697f749592","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f06bcd697f749592","status":"passed","time":{"start":1726218224408,"stop":1726218224408,"duration":0}},{"uid":"129712e73ee93a04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/129712e73ee93a04","status":"passed","time":{"start":1726217477826,"stop":1726217477826,"duration":0}},{"uid":"2bf013422fd50d54","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2bf013422fd50d54","status":"passed","time":{"start":1726217419063,"stop":1726217419063,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b7445585c33f8e4a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b7445585c33f8e4a","status":"passed","time":{"start":1726218787572,"stop":1726218787572,"duration":0}},{"uid":"a2831c813634ca9b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2831c813634ca9b","status":"passed","time":{"start":1726218066274,"stop":1726218066274,"duration":0}},{"uid":"eea664d46f79d0a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eea664d46f79d0a4","status":"passed","time":{"start":1726217965297,"stop":1726217965298,"duration":1}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4476aacf55f00e07","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4476aacf55f00e07","status":"passed","time":{"start":1726218250220,"stop":1726218250221,"duration":1}},{"uid":"94ea7fb02ebdb117","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/94ea7fb02ebdb117","status":"passed","time":{"start":1726217507038,"stop":1726217507039,"duration":1}},{"uid":"da1d47c70226dd7b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/da1d47c70226dd7b","status":"passed","time":{"start":1726217445601,"stop":1726217445615,"duration":14}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"42eaf2f28145e2e6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/42eaf2f28145e2e6","status":"passed","time":{"start":1726218706748,"stop":1726218706749,"duration":1}},{"uid":"55a65680c90a88e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55a65680c90a88e7","status":"passed","time":{"start":1726217976622,"stop":1726217976623,"duration":1}},{"uid":"19cb1db945b11e2c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/19cb1db945b11e2c","status":"passed","time":{"start":1726217890303,"stop":1726217890303,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7bf0737ea916e3f6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7bf0737ea916e3f6","status":"passed","time":{"start":1726218787580,"stop":1726218787581,"duration":1}},{"uid":"bf79c5635140e55b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bf79c5635140e55b","status":"passed","time":{"start":1726218066287,"stop":1726218066287,"duration":0}},{"uid":"1bdcc5c117b2f01c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1bdcc5c117b2f01c","status":"passed","time":{"start":1726217965310,"stop":1726217965310,"duration":0}}]},"4f2f52c038bb199a9f35671dc4756ae6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb50231047495df1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb50231047495df1","status":"passed","time":{"start":1726218011623,"stop":1726218011624,"duration":1}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f23f3e1286e55231","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f23f3e1286e55231","status":"passed","time":{"start":1726218597577,"stop":1726218597578,"duration":1}},{"uid":"7a8433e86cab8872","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7a8433e86cab8872","status":"passed","time":{"start":1726217848421,"stop":1726217848421,"duration":0}},{"uid":"67ae3624c9fcfd9a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/67ae3624c9fcfd9a","status":"passed","time":{"start":1726217774671,"stop":1726217774675,"duration":4}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"22ded3534b56c279","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/22ded3534b56c279","status":"passed","time":{"start":1726218209565,"stop":1726218209565,"duration":0}},{"uid":"bc42a85f29c1e597","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bc42a85f29c1e597","status":"passed","time":{"start":1726217463040,"stop":1726217463041,"duration":1}},{"uid":"3ef44cc1fdcf7f1e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3ef44cc1fdcf7f1e","status":"passed","time":{"start":1726217404607,"stop":1726217404607,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1c01d07eb6f2c8d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c01d07eb6f2c8d","status":"passed","time":{"start":1726218417151,"stop":1726218417151,"duration":0}},{"uid":"743618d37056dc7e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/743618d37056dc7e","status":"passed","time":{"start":1726217677826,"stop":1726217677827,"duration":1}},{"uid":"6ddb7b9421b4a6f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6ddb7b9421b4a6f3","status":"passed","time":{"start":1726217616844,"stop":1726217616844,"duration":0}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6ea3c03c79b191ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6ea3c03c79b191ab","status":"passed","time":{"start":1726218868913,"stop":1726218868913,"duration":0}},{"uid":"a2bd097e0388c856","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2bd097e0388c856","status":"passed","time":{"start":1726218139625,"stop":1726218139625,"duration":0}},{"uid":"ae3327f57b9c051f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ae3327f57b9c051f","status":"passed","time":{"start":1726218051436,"stop":1726218051436,"duration":0}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9a13ffae45179ec1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9a13ffae45179ec1","status":"passed","time":{"start":1726218208238,"stop":1726218208238,"duration":0}},{"uid":"71d198a213384c02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71d198a213384c02","status":"passed","time":{"start":1726217461853,"stop":1726217461853,"duration":0}},{"uid":"e21b56612f08202d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e21b56612f08202d","status":"passed","time":{"start":1726217403236,"stop":1726217403236,"duration":0}}]},"3f3fdd0f17e805c2e0f6beef8ccb5084:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2129598bd46d2821","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2129598bd46d2821","status":"passed","time":{"start":1726218612987,"stop":1726218612988,"duration":1}},{"uid":"f94d798aba06a946","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f94d798aba06a946","status":"passed","time":{"start":1726217868256,"stop":1726217868257,"duration":1}},{"uid":"7a6c2c17b346ba0a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7a6c2c17b346ba0a","status":"passed","time":{"start":1726217785181,"stop":1726217785182,"duration":1}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2b4363fd84b67673","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2b4363fd84b67673","status":"passed","time":{"start":1726218868913,"stop":1726218868914,"duration":1}},{"uid":"157d554266efcd8e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/157d554266efcd8e","status":"passed","time":{"start":1726218139625,"stop":1726218139626,"duration":1}},{"uid":"7ca07c7dde6df74d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7ca07c7dde6df74d","status":"passed","time":{"start":1726218051437,"stop":1726218051437,"duration":0}}]},"3701393d88c2e4dfb99a1d535ef8bcfc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"31c339942342c875","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/31c339942342c875","status":"passed","time":{"start":1726217946744,"stop":1726217946744,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e02b3f7359176825","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e02b3f7359176825","status":"passed","time":{"start":1726218659006,"stop":1726218659006,"duration":0}},{"uid":"663f441ba2161d95","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/663f441ba2161d95","status":"passed","time":{"start":1726217924735,"stop":1726217924736,"duration":1}},{"uid":"19b800067d1d62d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/19b800067d1d62d7","status":"passed","time":{"start":1726217840476,"stop":1726217840476,"duration":0}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"416c45f701a5aa9e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/416c45f701a5aa9e","status":"passed","time":{"start":1726218246384,"stop":1726218246384,"duration":0}},{"uid":"c6a0aaa5fd2f1950","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c6a0aaa5fd2f1950","status":"passed","time":{"start":1726217500291,"stop":1726217500292,"duration":1}},{"uid":"9fc18cd37afd70da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9fc18cd37afd70da","status":"passed","time":{"start":1726217442001,"stop":1726217442001,"duration":0}}]},"189d747e0c0863c869fa4c24c6922dac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96458131246d2fd1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/96458131246d2fd1","status":"passed","time":{"start":1726218748392,"stop":1726218748396,"duration":4}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c094a84bebdfa09c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c094a84bebdfa09c","status":"passed","time":{"start":1726218459537,"stop":1726218459537,"duration":0}},{"uid":"916f4fe4fc4b1b3e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/916f4fe4fc4b1b3e","status":"passed","time":{"start":1726217706005,"stop":1726217706005,"duration":0}},{"uid":"745293e32b41ecf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/745293e32b41ecf","status":"passed","time":{"start":1726217650762,"stop":1726217650762,"duration":0}}]},"3a7572093e3b3731e2f5ad837294ce98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"575f5f1a89a5a265","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/575f5f1a89a5a265","status":"passed","time":{"start":1726218039628,"stop":1726218039628,"duration":0}}]},"6c90582fdc48e1a1d7577cc7f348964b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b40cc9cbef911cb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3b40cc9cbef911cb","status":"passed","time":{"start":1726217952881,"stop":1726217952882,"duration":1}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"525d7cff246021bc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/525d7cff246021bc","status":"passed","time":{"start":1726218209371,"stop":1726218209371,"duration":0}},{"uid":"6f4c9124210afede","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f4c9124210afede","status":"passed","time":{"start":1726217462331,"stop":1726217462332,"duration":1}},{"uid":"2360914abd7e54d0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2360914abd7e54d0","status":"passed","time":{"start":1726217404185,"stop":1726217404186,"duration":1}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1c47469154557946","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c47469154557946","status":"passed","time":{"start":1726218659020,"stop":1726218659020,"duration":0}},{"uid":"1d87b66ed1f7f3d1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d87b66ed1f7f3d1","status":"passed","time":{"start":1726217924752,"stop":1726217924752,"duration":0}},{"uid":"8023eebb9456ba5e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8023eebb9456ba5e","status":"passed","time":{"start":1726217840543,"stop":1726217840543,"duration":0}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"52508b15d22a620e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52508b15d22a620e","status":"passed","time":{"start":1726218550064,"stop":1726218550064,"duration":0}},{"uid":"394d8788832ad6a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/394d8788832ad6a8","status":"passed","time":{"start":1726217804575,"stop":1726217804575,"duration":0}},{"uid":"1b17c8f499cc26b7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1b17c8f499cc26b7","status":"passed","time":{"start":1726217733941,"stop":1726217733942,"duration":1}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"858825b2473d76f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/858825b2473d76f8","status":"passed","time":{"start":1726218196350,"stop":1726218196350,"duration":0}},{"uid":"c1475a358e355104","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1475a358e355104","status":"passed","time":{"start":1726217449483,"stop":1726217449483,"duration":0}},{"uid":"803e7bc01ae791a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/803e7bc01ae791a","status":"passed","time":{"start":1726217391254,"stop":1726217391254,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6134b8fab2af38f3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6134b8fab2af38f3","status":"passed","time":{"start":1726218781387,"stop":1726218781388,"duration":1}},{"uid":"9613918c76680899","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9613918c76680899","status":"passed","time":{"start":1726218013701,"stop":1726218013702,"duration":1}},{"uid":"4c3861dcfb5d0a07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4c3861dcfb5d0a07","status":"passed","time":{"start":1726217945335,"stop":1726217945335,"duration":0}}]},"f4f881c2782d3268a6f52ca6ca8df6ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":2,"unknown":0,"total":3},"items":[{"uid":"a18f09f5e826df98","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a18f09f5e826df98","status":"passed","time":{"start":1726218612973,"stop":1726218612973,"duration":0}},{"uid":"12289a79c2e77653","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/12289a79c2e77653","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1726217868252,"stop":1726217868253,"duration":1}},{"uid":"bdb3557163ccc51","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bdb3557163ccc51","status":"passed","time":{"start":1726217785179,"stop":1726217785179,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b13977e2f503c873","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b13977e2f503c873","status":"passed","time":{"start":1726218781395,"stop":1726218781395,"duration":0}},{"uid":"e12b17f9d8cc7435","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e12b17f9d8cc7435","status":"passed","time":{"start":1726218013729,"stop":1726218013730,"duration":1}},{"uid":"4ffc107112c452a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4ffc107112c452a4","status":"passed","time":{"start":1726217945358,"stop":1726217945358,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e070503dedd992a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e070503dedd992a","status":"passed","time":{"start":1726218201685,"stop":1726218201685,"duration":0}},{"uid":"60217863f75bfaa2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/60217863f75bfaa2","status":"passed","time":{"start":1726217454966,"stop":1726217454966,"duration":0}},{"uid":"45e3db3a793c5b32","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/45e3db3a793c5b32","status":"passed","time":{"start":1726217396432,"stop":1726217396433,"duration":1}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4480a512c8a278f9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4480a512c8a278f9","status":"passed","time":{"start":1726218550305,"stop":1726218550306,"duration":1}},{"uid":"44274d34b09f4ce7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/44274d34b09f4ce7","status":"passed","time":{"start":1726217804645,"stop":1726217804645,"duration":0}},{"uid":"c7b20999fbd35fa7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c7b20999fbd35fa7","status":"passed","time":{"start":1726217734028,"stop":1726217734028,"duration":0}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"21ebd2e7415fd2f9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/21ebd2e7415fd2f9","status":"passed","time":{"start":1726218221125,"stop":1726218221125,"duration":0}},{"uid":"3e3de8fe60b5e45a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3e3de8fe60b5e45a","status":"passed","time":{"start":1726217474514,"stop":1726217474514,"duration":0}},{"uid":"25895e84ffdfc73e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/25895e84ffdfc73e","status":"passed","time":{"start":1726217415842,"stop":1726217415842,"duration":0}}]},"4f69cadf0368d282ee7ac100b52ecf35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db4c144717750659","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/db4c144717750659","status":"passed","time":{"start":1726217945350,"stop":1726217945357,"duration":7}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"5777d4d749df2788","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5777d4d749df2788","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659029,"stop":1726218659029,"duration":0}},{"uid":"3570f6d576837572","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3570f6d576837572","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924766,"stop":1726217924766,"duration":0}},{"uid":"f42e24f71d6b7e1d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f42e24f71d6b7e1d","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840571,"stop":1726217840571,"duration":0}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6d9b79b5c142366e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6d9b79b5c142366e","status":"passed","time":{"start":1726218781387,"stop":1726218781387,"duration":0}},{"uid":"c68091fa3992f9d9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c68091fa3992f9d9","status":"passed","time":{"start":1726218013701,"stop":1726218013701,"duration":0}},{"uid":"679040e4bec8700a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/679040e4bec8700a","status":"passed","time":{"start":1726217945334,"stop":1726217945334,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9bf3c6335f2b5af9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9bf3c6335f2b5af9","status":"passed","time":{"start":1726218422896,"stop":1726218422896,"duration":0}},{"uid":"d554c82e90c12818","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d554c82e90c12818","status":"passed","time":{"start":1726217687420,"stop":1726217687421,"duration":1}},{"uid":"473edeace670e633","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/473edeace670e633","status":"passed","time":{"start":1726217604486,"stop":1726217604487,"duration":1}}]},"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6988e2fc0b4b11d0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6988e2fc0b4b11d0","status":"passed","time":{"start":1726218188579,"stop":1726218188584,"duration":5}},{"uid":"ea09cf19f1ee130c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ea09cf19f1ee130c","status":"passed","time":{"start":1726217441538,"stop":1726217441544,"duration":6}},{"uid":"d44dd78f36eb27c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d44dd78f36eb27c","status":"passed","time":{"start":1726217383206,"stop":1726217383207,"duration":1}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ddd0674c90d5709e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ddd0674c90d5709e","status":"passed","time":{"start":1726218673542,"stop":1726218673542,"duration":0}},{"uid":"665413658dfe9f5e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/665413658dfe9f5e","status":"passed","time":{"start":1726217946675,"stop":1726217946676,"duration":1}},{"uid":"c1f0b3986f61a4bf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1f0b3986f61a4bf","status":"passed","time":{"start":1726217862768,"stop":1726217862768,"duration":0}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"344d07f9ff33434e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/344d07f9ff33434e","status":"passed","time":{"start":1726218722090,"stop":1726218722095,"duration":5}},{"uid":"b70b5bb13275e661","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b70b5bb13275e661","status":"passed","time":{"start":1726217978667,"stop":1726217978667,"duration":0}},{"uid":"48d0a09d9e594971","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/48d0a09d9e594971","status":"passed","time":{"start":1726217893875,"stop":1726217893875,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"792ff4b4abf4ce24","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/792ff4b4abf4ce24","status":"passed","time":{"start":1726218706741,"stop":1726218706741,"duration":0}},{"uid":"2f19eecf52c8f720","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2f19eecf52c8f720","status":"passed","time":{"start":1726217976606,"stop":1726217976607,"duration":1}},{"uid":"7847a607859577a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7847a607859577a6","status":"passed","time":{"start":1726217890296,"stop":1726217890296,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3bb6c4485ad4d870","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3bb6c4485ad4d870","status":"passed","time":{"start":1726218197009,"stop":1726218197009,"duration":0}},{"uid":"16047adab6dc31ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/16047adab6dc31ca","status":"passed","time":{"start":1726217450207,"stop":1726217450208,"duration":1}},{"uid":"a3d0764ee6882ff9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a3d0764ee6882ff9","status":"passed","time":{"start":1726217391859,"stop":1726217391859,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b8c3e26fc5e9366d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b8c3e26fc5e9366d","status":"passed","time":{"start":1726218197008,"stop":1726218197008,"duration":0}},{"uid":"18983dd94a18de7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18983dd94a18de7","status":"passed","time":{"start":1726217450206,"stop":1726217450207,"duration":1}},{"uid":"c5ee97c480adcb0b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c5ee97c480adcb0b","status":"passed","time":{"start":1726217391858,"stop":1726217391858,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d1ccdd3ed4cbea35","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d1ccdd3ed4cbea35","status":"passed","time":{"start":1726218781378,"stop":1726218781378,"duration":0}},{"uid":"fdda0479736669ef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fdda0479736669ef","status":"passed","time":{"start":1726218013692,"stop":1726218013693,"duration":1}},{"uid":"f7e625de80add99e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f7e625de80add99e","status":"passed","time":{"start":1726217945326,"stop":1726217945327,"duration":1}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"860698c7e357bbf2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/860698c7e357bbf2","status":"passed","time":{"start":1726218221125,"stop":1726218221126,"duration":1}},{"uid":"c764ddbcab5ac74f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c764ddbcab5ac74f","status":"passed","time":{"start":1726217474515,"stop":1726217474515,"duration":0}},{"uid":"eb69a82b0f484e62","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eb69a82b0f484e62","status":"passed","time":{"start":1726217415842,"stop":1726217415843,"duration":1}}]},"d707288a53363dc4640048e4fdfdebd5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3aaa244311e0da59","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3aaa244311e0da59","status":"passed","time":{"start":1726217976611,"stop":1726217976613,"duration":2}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c55cabc1017649db","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c55cabc1017649db","status":"passed","time":{"start":1726218673540,"stop":1726218673541,"duration":1}},{"uid":"88a4957eb6159ad5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/88a4957eb6159ad5","status":"passed","time":{"start":1726217946673,"stop":1726217946674,"duration":1}},{"uid":"2757dc9662d91a6c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2757dc9662d91a6c","status":"passed","time":{"start":1726217862767,"stop":1726217862767,"duration":0}}]},"40e35ec0e10dfb4b715b9fb00f4656a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef2cd6e362cefa22","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef2cd6e362cefa22","status":"passed","time":{"start":1726218011624,"stop":1726218011625,"duration":1}}]},"7e5dca37c2ca649e07a605fff085f2dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e871defc1b7b0957","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e871defc1b7b0957","status":"passed","time":{"start":1726217952883,"stop":1726217952883,"duration":0}}]},"6d8adb6ca4f65d0bad0dee09275ceb5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c0add770678b73b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c0add770678b73b","status":"passed","time":{"start":1726218765876,"stop":1726218765876,"duration":0}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7ad702d49586f215","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7ad702d49586f215","status":"passed","time":{"start":1726218201912,"stop":1726218201913,"duration":1}},{"uid":"f3834b4837587fd1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3834b4837587fd1","status":"passed","time":{"start":1726217455153,"stop":1726217455153,"duration":0}},{"uid":"1e9b7c153256dc8b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1e9b7c153256dc8b","status":"passed","time":{"start":1726217396842,"stop":1726217396842,"duration":0}}]},"892295af961bb0c160de29d06a237927:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33be19679efe1aaa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/33be19679efe1aaa","status":"passed","time":{"start":1726218011626,"stop":1726218011626,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6769093b54bf2319","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6769093b54bf2319","status":"passed","time":{"start":1726218417137,"stop":1726218417138,"duration":1}},{"uid":"591f890830c9edf4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/591f890830c9edf4","status":"passed","time":{"start":1726217677784,"stop":1726217677785,"duration":1}},{"uid":"56302dde65f3b459","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/56302dde65f3b459","status":"passed","time":{"start":1726217616835,"stop":1726217616836,"duration":1}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"917bcc19abe98990","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/917bcc19abe98990","status":"passed","time":{"start":1726218685051,"stop":1726218685051,"duration":0}},{"uid":"9f6ad9d0a302fa81","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9f6ad9d0a302fa81","status":"passed","time":{"start":1726217960212,"stop":1726217960212,"duration":0}},{"uid":"245e9037cd62387a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/245e9037cd62387a","status":"passed","time":{"start":1726217875224,"stop":1726217875225,"duration":1}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"682a70137c029098","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/682a70137c029098","status":"passed","time":{"start":1726218708380,"stop":1726218708382,"duration":2}},{"uid":"8a91252486d89c80","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a91252486d89c80","status":"passed","time":{"start":1726217980035,"stop":1726217980035,"duration":0}},{"uid":"b86c618ab3ad21e6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b86c618ab3ad21e6","status":"passed","time":{"start":1726217896496,"stop":1726217896496,"duration":0}}]},"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d354434a1737d9d6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d354434a1737d9d6","status":"passed","time":{"start":1726218188587,"stop":1726218188587,"duration":0}},{"uid":"3f16e5f1c1705c00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3f16e5f1c1705c00","status":"passed","time":{"start":1726217441548,"stop":1726217441548,"duration":0}},{"uid":"565d0647c6a85aba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/565d0647c6a85aba","status":"passed","time":{"start":1726217383210,"stop":1726217383211,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f7757ee58b91317c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f7757ee58b91317c","status":"passed","time":{"start":1726218201684,"stop":1726218201684,"duration":0}},{"uid":"f667a9aa18932b1f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f667a9aa18932b1f","status":"passed","time":{"start":1726217454965,"stop":1726217454965,"duration":0}},{"uid":"6e2c89319c8caad9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e2c89319c8caad9","status":"passed","time":{"start":1726217396430,"stop":1726217396431,"duration":1}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fe920dae22f8c514","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fe920dae22f8c514","status":"passed","time":{"start":1726218196339,"stop":1726218196340,"duration":1}},{"uid":"55912713e024dcc9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55912713e024dcc9","status":"passed","time":{"start":1726217449467,"stop":1726217449468,"duration":1}},{"uid":"4516283a4ea9ddf5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4516283a4ea9ddf5","status":"passed","time":{"start":1726217391246,"stop":1726217391246,"duration":0}}]},"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"758e216b7db9eb9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/758e216b7db9eb9","status":"passed","time":{"start":1726218469198,"stop":1726218469201,"duration":3}},{"uid":"135264c5abcb468c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/135264c5abcb468c","status":"passed","time":{"start":1726217742497,"stop":1726217742497,"duration":0}},{"uid":"d9421ab2d2d7d2db","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9421ab2d2d7d2db","status":"passed","time":{"start":1726217674282,"stop":1726217674282,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4b4cbef28fdb1651","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b4cbef28fdb1651","status":"passed","time":{"start":1726218459534,"stop":1726218459535,"duration":1}},{"uid":"2d61d05e596ee0bb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2d61d05e596ee0bb","status":"passed","time":{"start":1726217706000,"stop":1726217706000,"duration":0}},{"uid":"2d3482a3f894781b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2d3482a3f894781b","status":"passed","time":{"start":1726217650757,"stop":1726217650757,"duration":0}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f8ad940931f4ffec","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f8ad940931f4ffec","status":"passed","time":{"start":1726218787589,"stop":1726218787590,"duration":1}},{"uid":"f4046bbb7f92c7c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f4046bbb7f92c7c4","status":"passed","time":{"start":1726218066304,"stop":1726218066305,"duration":1}},{"uid":"55ec187768f05e10","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/55ec187768f05e10","status":"passed","time":{"start":1726217965342,"stop":1726217965345,"duration":3}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5d575d1aa5976fd6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5d575d1aa5976fd6","status":"passed","time":{"start":1726218459524,"stop":1726218459524,"duration":0}},{"uid":"e4676b067da16ef4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e4676b067da16ef4","status":"passed","time":{"start":1726217705995,"stop":1726217705996,"duration":1}},{"uid":"e76a3fde5e0f6beb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e76a3fde5e0f6beb","status":"passed","time":{"start":1726217650746,"stop":1726217650747,"duration":1}}]},"530e4b6cb1fef92d6a3390ad219aa25a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcd39ff55f2e6eac","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fcd39ff55f2e6eac","status":"passed","time":{"start":1726218765880,"stop":1726218765883,"duration":3}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3cc99c5e3f194361","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3cc99c5e3f194361","status":"passed","time":{"start":1726218239526,"stop":1726218239527,"duration":1}},{"uid":"fd000a3b6481080d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd000a3b6481080d","status":"passed","time":{"start":1726217493341,"stop":1726217493341,"duration":0}},{"uid":"c6ea362b5d0dc4be","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c6ea362b5d0dc4be","status":"passed","time":{"start":1726217434835,"stop":1726217434836,"duration":1}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9afbc5548cc963a5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9afbc5548cc963a5","status":"passed","time":{"start":1726218422917,"stop":1726218422917,"duration":0}},{"uid":"ca68ae3dc8e86300","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca68ae3dc8e86300","status":"passed","time":{"start":1726217687439,"stop":1726217687439,"duration":0}},{"uid":"47e96d991d2a2832","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/47e96d991d2a2832","status":"passed","time":{"start":1726217604519,"stop":1726217604520,"duration":1}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"84eb1fb89db3d977","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/84eb1fb89db3d977","status":"passed","time":{"start":1726218708458,"stop":1726218708459,"duration":1}},{"uid":"af16cec20f846056","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af16cec20f846056","status":"passed","time":{"start":1726217980055,"stop":1726217980055,"duration":0}},{"uid":"707af16b220e0ec9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/707af16b220e0ec9","status":"passed","time":{"start":1726217896509,"stop":1726217896509,"duration":0}}]},"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"916da0f35dfeb484","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/916da0f35dfeb484","status":"passed","time":{"start":1726218188594,"stop":1726218188594,"duration":0}},{"uid":"1843b00d8f2bd14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1843b00d8f2bd14","status":"passed","time":{"start":1726217441555,"stop":1726217441555,"duration":0}},{"uid":"27d4e6e58837f035","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/27d4e6e58837f035","status":"passed","time":{"start":1726217383218,"stop":1726217383218,"duration":0}}]},"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5755e3557c056626","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5755e3557c056626","status":"passed","time":{"start":1726218188585,"stop":1726218188586,"duration":1}},{"uid":"698cea5946ef0424","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/698cea5946ef0424","status":"passed","time":{"start":1726217441545,"stop":1726217441545,"duration":0}},{"uid":"7ec42da006999a8a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7ec42da006999a8a","status":"passed","time":{"start":1726217383208,"stop":1726217383208,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b6af511727ba8974","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b6af511727ba8974","status":"passed","time":{"start":1726218818264,"stop":1726218818265,"duration":1}},{"uid":"5868e895f3b49a09","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5868e895f3b49a09","status":"passed","time":{"start":1726218085656,"stop":1726218085657,"duration":1}},{"uid":"23dd5a7087c76a6d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/23dd5a7087c76a6d","status":"passed","time":{"start":1726217996427,"stop":1726217996427,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2fdb96e16b101035","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fdb96e16b101035","status":"passed","time":{"start":1726218357623,"stop":1726218357623,"duration":0}},{"uid":"9f598f9ebb5059cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9f598f9ebb5059cb","status":"passed","time":{"start":1726217608001,"stop":1726217608002,"duration":1}},{"uid":"388829911390837e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/388829911390837e","status":"passed","time":{"start":1726217547142,"stop":1726217547143,"duration":1}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e5037428dd3c7495","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e5037428dd3c7495","status":"passed","time":{"start":1726218219854,"stop":1726218219855,"duration":1}},{"uid":"e3a434d551af9d9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3a434d551af9d9a","status":"passed","time":{"start":1726217473325,"stop":1726217473325,"duration":0}},{"uid":"3d59cfd491d97446","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3d59cfd491d97446","status":"passed","time":{"start":1726217414670,"stop":1726217414670,"duration":0}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"efc9d33de0d33687","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/efc9d33de0d33687","status":"passed","time":{"start":1726218213408,"stop":1726218213408,"duration":0}},{"uid":"c3d8eb446dfacfe9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3d8eb446dfacfe9","status":"passed","time":{"start":1726217466675,"stop":1726217466676,"duration":1}},{"uid":"8c71f46a7d136f92","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c71f46a7d136f92","status":"passed","time":{"start":1726217408296,"stop":1726217408296,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3ca8c780311f52a6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3ca8c780311f52a6","status":"passed","time":{"start":1726218318088,"stop":1726218318088,"duration":0}},{"uid":"8085f42cd3c196ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8085f42cd3c196ca","status":"passed","time":{"start":1726217567472,"stop":1726217567473,"duration":1}},{"uid":"664dd1a4daccaac8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/664dd1a4daccaac8","status":"passed","time":{"start":1726217508418,"stop":1726217508419,"duration":1}}]},"1616cf5f249e9484ee51ea3ddc681497:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df270e8a33d7aa9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/df270e8a33d7aa9","status":"passed","time":{"start":1726218659010,"stop":1726218659010,"duration":0}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"52674b60407ad7fc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52674b60407ad7fc","status":"passed","time":{"start":1726218196347,"stop":1726218196347,"duration":0}},{"uid":"f4ef8f4fa2874bfe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f4ef8f4fa2874bfe","status":"passed","time":{"start":1726217449479,"stop":1726217449480,"duration":1}},{"uid":"d2ee5840280ce803","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d2ee5840280ce803","status":"passed","time":{"start":1726217391251,"stop":1726217391252,"duration":1}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"152d6d707b22681b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/152d6d707b22681b","status":"passed","time":{"start":1726218303231,"stop":1726218303231,"duration":0}},{"uid":"34987f1e0c4cff7a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34987f1e0c4cff7a","status":"passed","time":{"start":1726217551920,"stop":1726217551920,"duration":0}},{"uid":"a5f309efe06b1e4e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a5f309efe06b1e4e","status":"passed","time":{"start":1726217494760,"stop":1726217494760,"duration":0}}]},"e67f5036b6478ef2d4b637d8877e3d27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3aba3de9db46d0fd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3aba3de9db46d0fd","status":"passed","time":{"start":1726218781393,"stop":1726218781394,"duration":1}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"be75161bce8a0ec1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/be75161bce8a0ec1","status":"passed","time":{"start":1726218673560,"stop":1726218673560,"duration":0}},{"uid":"d8bc04fa2cad4afe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d8bc04fa2cad4afe","status":"passed","time":{"start":1726217946735,"stop":1726217946735,"duration":0}},{"uid":"4b5b5e7a65992b9f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b5b5e7a65992b9f","status":"passed","time":{"start":1726217862787,"stop":1726217862787,"duration":0}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"57cd5ae727a6aeb6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/57cd5ae727a6aeb6","status":"passed","time":{"start":1726218659015,"stop":1726218659015,"duration":0}},{"uid":"8db847d1f97c48e2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8db847d1f97c48e2","status":"passed","time":{"start":1726217924742,"stop":1726217924742,"duration":0}},{"uid":"9ad727592440a8a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9ad727592440a8a4","status":"passed","time":{"start":1726217840517,"stop":1726217840517,"duration":0}}]},"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7aef65423cc1bd39","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7aef65423cc1bd39","status":"passed","time":{"start":1726218803160,"stop":1726218803160,"duration":0}},{"uid":"be7ef5cf7a377c0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be7ef5cf7a377c0","status":"passed","time":{"start":1726218063109,"stop":1726218063110,"duration":1}},{"uid":"60db92e480a1f313","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/60db92e480a1f313","status":"passed","time":{"start":1726217974421,"stop":1726217974422,"duration":1}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9b1c80fb340fb4df","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9b1c80fb340fb4df","status":"passed","time":{"start":1726218201910,"stop":1726218201911,"duration":1}},{"uid":"526eb17fa2b13c72","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/526eb17fa2b13c72","status":"passed","time":{"start":1726217455151,"stop":1726217455151,"duration":0}},{"uid":"479bc922fbd7d268","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/479bc922fbd7d268","status":"passed","time":{"start":1726217396840,"stop":1726217396840,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c96c3ecbd92356b1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c96c3ecbd92356b1","status":"passed","time":{"start":1726218471415,"stop":1726218471415,"duration":0}},{"uid":"be4a89efa6eeda7c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be4a89efa6eeda7c","status":"passed","time":{"start":1726217724200,"stop":1726217724200,"duration":0}},{"uid":"2975df4d243f885d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2975df4d243f885d","status":"passed","time":{"start":1726217656056,"stop":1726217656056,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d672aadafbcce34e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d672aadafbcce34e","status":"passed","time":{"start":1726218787584,"stop":1726218787585,"duration":1}},{"uid":"1e3633514e5ee9f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1e3633514e5ee9f7","status":"passed","time":{"start":1726218066296,"stop":1726218066296,"duration":0}},{"uid":"3138acea2778f812","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3138acea2778f812","status":"passed","time":{"start":1726217965314,"stop":1726217965314,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"16f82677ef61285a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/16f82677ef61285a","status":"passed","time":{"start":1726218659001,"stop":1726218659001,"duration":0}},{"uid":"4361aea2bfb11075","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4361aea2bfb11075","status":"passed","time":{"start":1726217924730,"stop":1726217924730,"duration":0}},{"uid":"9592ca86a9c25c83","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9592ca86a9c25c83","status":"passed","time":{"start":1726217840472,"stop":1726217840472,"duration":0}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6c6ad603d5ac4329","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6c6ad603d5ac4329","status":"passed","time":{"start":1726218787573,"stop":1726218787573,"duration":0}},{"uid":"b6ab9ef98e88147b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b6ab9ef98e88147b","status":"passed","time":{"start":1726218066275,"stop":1726218066276,"duration":1}},{"uid":"329b443b028cc1f1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/329b443b028cc1f1","status":"passed","time":{"start":1726217965299,"stop":1726217965299,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c0f40d6af96ec692","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c0f40d6af96ec692","status":"passed","time":{"start":1726218422904,"stop":1726218422905,"duration":1}},{"uid":"925b1c919a4ad23d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/925b1c919a4ad23d","status":"passed","time":{"start":1726217687427,"stop":1726217687428,"duration":1}},{"uid":"9cb50416fac1c0a2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9cb50416fac1c0a2","status":"passed","time":{"start":1726217604496,"stop":1726217604496,"duration":0}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"2fe4671d14a43cc4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fe4671d14a43cc4","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218706748,"stop":1726218706748,"duration":0}},{"uid":"52aa7f8c3c7dab29","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/52aa7f8c3c7dab29","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217976621,"stop":1726217976622,"duration":1}},{"uid":"a47604b2d870268c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a47604b2d870268c","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217890303,"stop":1726217890303,"duration":0}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f210e8ac58f2da32","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f210e8ac58f2da32","status":"passed","time":{"start":1726218417156,"stop":1726218417156,"duration":0}},{"uid":"53e26649a382515b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53e26649a382515b","status":"passed","time":{"start":1726217677844,"stop":1726217677845,"duration":1}},{"uid":"324bd5ac8a86827c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/324bd5ac8a86827c","status":"passed","time":{"start":1726217616848,"stop":1726217616849,"duration":1}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e491e432a8cc1205","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e491e432a8cc1205","status":"passed","time":{"start":1726218209565,"stop":1726218209565,"duration":0}},{"uid":"432d70d9375b9e24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/432d70d9375b9e24","status":"passed","time":{"start":1726217463040,"stop":1726217463040,"duration":0}},{"uid":"f2889d0b60835cc4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f2889d0b60835cc4","status":"passed","time":{"start":1726217404607,"stop":1726217404607,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f95f47f16300f475","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f95f47f16300f475","status":"passed","time":{"start":1726218213408,"stop":1726218213408,"duration":0}},{"uid":"25dbdae7dd1dad37","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/25dbdae7dd1dad37","status":"passed","time":{"start":1726217466675,"stop":1726217466675,"duration":0}},{"uid":"76375116bd58d115","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/76375116bd58d115","status":"passed","time":{"start":1726217408296,"stop":1726217408296,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"20bce3b73a9f4081","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/20bce3b73a9f4081","status":"passed","time":{"start":1726218673550,"stop":1726218673551,"duration":1}},{"uid":"1367842c152bee60","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1367842c152bee60","status":"passed","time":{"start":1726217946721,"stop":1726217946721,"duration":0}},{"uid":"eaa719d4375c1255","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eaa719d4375c1255","status":"passed","time":{"start":1726217862774,"stop":1726217862775,"duration":1}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"96ded1b4c5d154ac","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/96ded1b4c5d154ac","status":"passed","time":{"start":1726218787592,"stop":1726218787592,"duration":0}},{"uid":"486cf7f81ffa6dae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/486cf7f81ffa6dae","status":"passed","time":{"start":1726218066314,"stop":1726218066315,"duration":1}},{"uid":"c322bce9d685314c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c322bce9d685314c","status":"passed","time":{"start":1726217965347,"stop":1726217965348,"duration":1}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fe40dacaba677356","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fe40dacaba677356","status":"passed","time":{"start":1726218251125,"stop":1726218251125,"duration":0}},{"uid":"5692dc5d47602a81","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5692dc5d47602a81","status":"passed","time":{"start":1726217503655,"stop":1726217503656,"duration":1}},{"uid":"3264a78b206d26df","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3264a78b206d26df","status":"passed","time":{"start":1726217444759,"stop":1726217444759,"duration":0}}]},"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"66f7021f9b12fe6c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/66f7021f9b12fe6c","status":"passed","time":{"start":1726218188598,"stop":1726218188598,"duration":0}},{"uid":"c414834a9c5d931","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c414834a9c5d931","status":"passed","time":{"start":1726217441561,"stop":1726217441561,"duration":0}},{"uid":"5e321b15d6edd488","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e321b15d6edd488","status":"passed","time":{"start":1726217383223,"stop":1726217383223,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e4bb708ac07eb8e1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e4bb708ac07eb8e1","status":"passed","time":{"start":1726218673563,"stop":1726218673563,"duration":0}},{"uid":"3a32b0028b9f79ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a32b0028b9f79ca","status":"passed","time":{"start":1726217946741,"stop":1726217946741,"duration":0}},{"uid":"c87643f3f2d06dfc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c87643f3f2d06dfc","status":"passed","time":{"start":1726217862793,"stop":1726217862794,"duration":1}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36ce9a42654e3261","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/36ce9a42654e3261","status":"passed","time":{"start":1726218213407,"stop":1726218213407,"duration":0}},{"uid":"e526ec3fd1963b8e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e526ec3fd1963b8e","status":"passed","time":{"start":1726217466674,"stop":1726217466675,"duration":1}},{"uid":"206710e8a1c0062e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/206710e8a1c0062e","status":"passed","time":{"start":1726217408295,"stop":1726217408295,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c0e2c2308102668c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c0e2c2308102668c","status":"passed","time":{"start":1726218201911,"stop":1726218201911,"duration":0}},{"uid":"13856bd9edcc75aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/13856bd9edcc75aa","status":"passed","time":{"start":1726217455151,"stop":1726217455152,"duration":1}},{"uid":"fad85b3d0a854ebc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fad85b3d0a854ebc","status":"passed","time":{"start":1726217396840,"stop":1726217396840,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"29f2aecb1187565b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/29f2aecb1187565b","status":"passed","time":{"start":1726218659013,"stop":1726218659014,"duration":1}},{"uid":"a127032ae9eea9cc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a127032ae9eea9cc","status":"passed","time":{"start":1726217924741,"stop":1726217924741,"duration":0}},{"uid":"2d39bf251a87d1a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2d39bf251a87d1a4","status":"passed","time":{"start":1726217840515,"stop":1726217840516,"duration":1}}]},"898cbf4a8fba0498e448f7a87518ff0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9fa765fa058e38dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9fa765fa058e38dc","status":"passed","time":{"start":1726218039630,"stop":1726218039630,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c67304556100f378","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c67304556100f378","status":"passed","time":{"start":1726218422921,"stop":1726218422921,"duration":0}},{"uid":"2e63e0cbccc2a075","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e63e0cbccc2a075","status":"passed","time":{"start":1726217687449,"stop":1726217687450,"duration":1}},{"uid":"de56a992437121a7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/de56a992437121a7","status":"passed","time":{"start":1726217604530,"stop":1726217604536,"duration":6}}]},"d1fd9bcbabca03cab7674897b320322b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a76c0089bc66ad9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a76c0089bc66ad9","status":"passed","time":{"start":1726217945358,"stop":1726217945358,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ae64d0d43e9f2402","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ae64d0d43e9f2402","status":"passed","time":{"start":1726218787590,"stop":1726218787591,"duration":1}},{"uid":"169693eed88d11f4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/169693eed88d11f4","status":"passed","time":{"start":1726218066305,"stop":1726218066307,"duration":2}},{"uid":"43a75977d10a2ca9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43a75977d10a2ca9","status":"passed","time":{"start":1726217965346,"stop":1726217965346,"duration":0}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3bc4ffe3f23e6904","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3bc4ffe3f23e6904","status":"passed","time":{"start":1726218673560,"stop":1726218673561,"duration":1}},{"uid":"bb195f127bc23fc3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb195f127bc23fc3","status":"passed","time":{"start":1726217946739,"stop":1726217946739,"duration":0}},{"uid":"c4226e25790fc1f8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4226e25790fc1f8","status":"passed","time":{"start":1726217862788,"stop":1726217862789,"duration":1}}]},"cd8204a5a2773e22a709a9ffc08278f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1718215cb2ff9a1b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1718215cb2ff9a1b","status":"passed","time":{"start":1726217924759,"stop":1726217924759,"duration":0}}]},"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"335e3b4a3b51a9b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/335e3b4a3b51a9b","status":"passed","time":{"start":1726218188588,"stop":1726218188589,"duration":1}},{"uid":"7f1f6d1f744a94a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7f1f6d1f744a94a6","status":"passed","time":{"start":1726217441549,"stop":1726217441549,"duration":0}},{"uid":"cbe3e33657898b5c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cbe3e33657898b5c","status":"passed","time":{"start":1726217383212,"stop":1726217383212,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fb6f0aadc7131e21","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fb6f0aadc7131e21","status":"passed","time":{"start":1726218791846,"stop":1726218791847,"duration":1}},{"uid":"21a181c76e1fbf4f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21a181c76e1fbf4f","status":"passed","time":{"start":1726218054684,"stop":1726218054684,"duration":0}},{"uid":"d9c8b6f763ad06c9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9c8b6f763ad06c9","status":"passed","time":{"start":1726217965431,"stop":1726217965431,"duration":0}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7dc4c6a9ec178c6a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7dc4c6a9ec178c6a","status":"passed","time":{"start":1726218781382,"stop":1726218781382,"duration":0}},{"uid":"e0fb4e9e26f6b570","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0fb4e9e26f6b570","status":"passed","time":{"start":1726218013697,"stop":1726218013697,"duration":0}},{"uid":"8e9e3b9e5d64fec7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e9e3b9e5d64fec7","status":"passed","time":{"start":1726217945330,"stop":1726217945331,"duration":1}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e14c30f84e8d33ca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e14c30f84e8d33ca","status":"passed","time":{"start":1726218787576,"stop":1726218787577,"duration":1}},{"uid":"eb457267617fafac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb457267617fafac","status":"passed","time":{"start":1726218066279,"stop":1726218066279,"duration":0}},{"uid":"52308df98022a0f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/52308df98022a0f2","status":"passed","time":{"start":1726217965302,"stop":1726217965303,"duration":1}}]},"ef736a49114e09f573250a7bccc35ae2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ecb4dbb01334f29d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ecb4dbb01334f29d","status":"passed","time":{"start":1726218039629,"stop":1726218039629,"duration":0}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"302304fcd21f8572","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/302304fcd21f8572","status":"passed","time":{"start":1726218791845,"stop":1726218791846,"duration":1}},{"uid":"e44df5c108d260a3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e44df5c108d260a3","status":"passed","time":{"start":1726218054673,"stop":1726218054673,"duration":0}},{"uid":"680f3c0d345cc8da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/680f3c0d345cc8da","status":"passed","time":{"start":1726217965430,"stop":1726217965430,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"be48352549806fa3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/be48352549806fa3","status":"passed","time":{"start":1726218659023,"stop":1726218659023,"duration":0}},{"uid":"3102ce46df784b5a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3102ce46df784b5a","status":"passed","time":{"start":1726217924758,"stop":1726217924759,"duration":1}},{"uid":"fb75925c82415f3b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fb75925c82415f3b","status":"passed","time":{"start":1726217840560,"stop":1726217840562,"duration":2}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fb7b9f250681224d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fb7b9f250681224d","status":"passed","time":{"start":1726218818272,"stop":1726218818272,"duration":0}},{"uid":"df2f8c58c95060a5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df2f8c58c95060a5","status":"passed","time":{"start":1726218085663,"stop":1726218085664,"duration":1}},{"uid":"983de1f24e267f0b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/983de1f24e267f0b","status":"passed","time":{"start":1726217996430,"stop":1726217996431,"duration":1}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ee3dd4aa4593939a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ee3dd4aa4593939a","status":"passed","time":{"start":1726218422910,"stop":1726218422910,"duration":0}},{"uid":"5f17a1fd85500929","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f17a1fd85500929","status":"passed","time":{"start":1726217687431,"stop":1726217687432,"duration":1}},{"uid":"c3bb6e1457e716d4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c3bb6e1457e716d4","status":"passed","time":{"start":1726217604499,"stop":1726217604509,"duration":10}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"22be9cf983e8e6ca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/22be9cf983e8e6ca","status":"passed","time":{"start":1726218787587,"stop":1726218787587,"duration":0}},{"uid":"b0e8224f5deac55d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b0e8224f5deac55d","status":"passed","time":{"start":1726218066298,"stop":1726218066299,"duration":1}},{"uid":"46eb463f4202af18","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/46eb463f4202af18","status":"passed","time":{"start":1726217965319,"stop":1726217965319,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a14558ea907e34d1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a14558ea907e34d1","status":"passed","time":{"start":1726218673563,"stop":1726218673563,"duration":0}},{"uid":"fa930ca5f2fb2f33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa930ca5f2fb2f33","status":"passed","time":{"start":1726217946742,"stop":1726217946743,"duration":1}},{"uid":"78b15efb9775cbb5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/78b15efb9775cbb5","status":"passed","time":{"start":1726217862798,"stop":1726217862799,"duration":1}}]},"9f5ba4358ad1f1ea63dbf0c8d50c1b39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dea6354e6305abda","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dea6354e6305abda","status":"passed","time":{"start":1726218748392,"stop":1726218748392,"duration":0}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"760a0b73fd333c10","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/760a0b73fd333c10","status":"passed","time":{"start":1726218787586,"stop":1726218787586,"duration":0}},{"uid":"176c58e700c9d627","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/176c58e700c9d627","status":"passed","time":{"start":1726218066298,"stop":1726218066298,"duration":0}},{"uid":"755019ded38c6117","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/755019ded38c6117","status":"passed","time":{"start":1726217965318,"stop":1726217965318,"duration":0}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"505ca3dd7a50bfc4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/505ca3dd7a50bfc4","status":"passed","time":{"start":1726218201913,"stop":1726218201914,"duration":1}},{"uid":"100487c0b35a722e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/100487c0b35a722e","status":"passed","time":{"start":1726217455154,"stop":1726217455154,"duration":0}},{"uid":"40b2c280d2738746","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/40b2c280d2738746","status":"passed","time":{"start":1726217396843,"stop":1726217396843,"duration":0}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"28b7968ca062238c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/28b7968ca062238c","status":"passed","time":{"start":1726218673548,"stop":1726218673548,"duration":0}},{"uid":"95c639a6bcb02022","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95c639a6bcb02022","status":"passed","time":{"start":1726217946700,"stop":1726217946705,"duration":5}},{"uid":"a08487edb4173a8f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a08487edb4173a8f","status":"passed","time":{"start":1726217862772,"stop":1726217862772,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"68b3d4fb221db66","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68b3d4fb221db66","status":"passed","time":{"start":1726218781376,"stop":1726218781376,"duration":0}},{"uid":"48dcbc888136b7ac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48dcbc888136b7ac","status":"passed","time":{"start":1726218013692,"stop":1726218013692,"duration":0}},{"uid":"89cbb441bea871a9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/89cbb441bea871a9","status":"passed","time":{"start":1726217945325,"stop":1726217945326,"duration":1}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9df5065f91b347a8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9df5065f91b347a8","status":"passed","time":{"start":1726218196995,"stop":1726218196996,"duration":1}},{"uid":"c1d2dd506ddaa322","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1d2dd506ddaa322","status":"passed","time":{"start":1726217450193,"stop":1726217450193,"duration":0}},{"uid":"23da2af5fdbef403","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/23da2af5fdbef403","status":"passed","time":{"start":1726217391845,"stop":1726217391845,"duration":0}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c5f4f0f3d6a189b5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c5f4f0f3d6a189b5","status":"passed","time":{"start":1726218196999,"stop":1726218197000,"duration":1}},{"uid":"f2ea9e5a40036722","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f2ea9e5a40036722","status":"passed","time":{"start":1726217450197,"stop":1726217450197,"duration":0}},{"uid":"39e2bac5e3e389b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39e2bac5e3e389b5","status":"passed","time":{"start":1726217391849,"stop":1726217391849,"duration":0}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7a5bbf6c71f4ebfc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a5bbf6c71f4ebfc","status":"passed","time":{"start":1726218685051,"stop":1726218685051,"duration":0}},{"uid":"ec4f413dbf24196e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ec4f413dbf24196e","status":"passed","time":{"start":1726217960212,"stop":1726217960212,"duration":0}},{"uid":"83a499a867e783b7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/83a499a867e783b7","status":"passed","time":{"start":1726217875225,"stop":1726217875226,"duration":1}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d360f138e4e440b4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d360f138e4e440b4","status":"passed","time":{"start":1726218791849,"stop":1726218791850,"duration":1}},{"uid":"a5ab136b1af82365","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a5ab136b1af82365","status":"passed","time":{"start":1726218054700,"stop":1726218054700,"duration":0}},{"uid":"d076e7c769a2480d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d076e7c769a2480d","status":"passed","time":{"start":1726217965433,"stop":1726217965434,"duration":1}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ad0fe761d0d922cc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ad0fe761d0d922cc","status":"passed","time":{"start":1726218209372,"stop":1726218209372,"duration":0}},{"uid":"f31243e4d41b7834","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f31243e4d41b7834","status":"passed","time":{"start":1726217462333,"stop":1726217462333,"duration":0}},{"uid":"3beee02548768e26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3beee02548768e26","status":"passed","time":{"start":1726217404187,"stop":1726217404187,"duration":0}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5348bc661ae29716","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5348bc661ae29716","status":"passed","time":{"start":1726218196348,"stop":1726218196348,"duration":0}},{"uid":"c3d274f4712d5995","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3d274f4712d5995","status":"passed","time":{"start":1726217449480,"stop":1726217449481,"duration":1}},{"uid":"ce9ab3b3dc70ef34","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce9ab3b3dc70ef34","status":"passed","time":{"start":1726217391252,"stop":1726217391252,"duration":0}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f7a66c3c9b072730","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f7a66c3c9b072730","status":"passed","time":{"start":1726218787575,"stop":1726218787575,"duration":0}},{"uid":"6d6d264a18014b2c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d6d264a18014b2c","status":"passed","time":{"start":1726218066278,"stop":1726218066278,"duration":0}},{"uid":"8e85fe0d278c8ea5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e85fe0d278c8ea5","status":"passed","time":{"start":1726217965301,"stop":1726217965302,"duration":1}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d39df60eed1440d3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d39df60eed1440d3","status":"passed","time":{"start":1726218787590,"stop":1726218787590,"duration":0}},{"uid":"be51b96c20f658de","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be51b96c20f658de","status":"passed","time":{"start":1726218066305,"stop":1726218066305,"duration":0}},{"uid":"3ca0f29456da20b8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3ca0f29456da20b8","status":"passed","time":{"start":1726217965345,"stop":1726217965346,"duration":1}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"16cc5cb2e0f011f1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/16cc5cb2e0f011f1","status":"passed","time":{"start":1726218209373,"stop":1726218209373,"duration":0}},{"uid":"4c9d3cc8fc0fbb19","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c9d3cc8fc0fbb19","status":"passed","time":{"start":1726217462334,"stop":1726217462336,"duration":2}},{"uid":"2f4ff238658c8107","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f4ff238658c8107","status":"passed","time":{"start":1726217404187,"stop":1726217404188,"duration":1}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1cf89db39cdf67d2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1cf89db39cdf67d2","status":"passed","time":{"start":1726218708393,"stop":1726218708394,"duration":1}},{"uid":"f625a555b6611ba7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f625a555b6611ba7","status":"passed","time":{"start":1726217980039,"stop":1726217980039,"duration":0}},{"uid":"c176c0674742e634","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c176c0674742e634","status":"passed","time":{"start":1726217896501,"stop":1726217896502,"duration":1}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b219a0b38f092a9c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b219a0b38f092a9c","status":"passed","time":{"start":1726218417148,"stop":1726218417148,"duration":0}},{"uid":"3454605ed0d9a3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3454605ed0d9a3","status":"passed","time":{"start":1726217677810,"stop":1726217677812,"duration":2}},{"uid":"6718ff3a05ff8552","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6718ff3a05ff8552","status":"passed","time":{"start":1726217616839,"stop":1726217616840,"duration":1}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"123b24bbf70c56bc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/123b24bbf70c56bc","status":"passed","time":{"start":1726218748385,"stop":1726218748389,"duration":4}},{"uid":"27f30c6a16a7a99e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/27f30c6a16a7a99e","status":"passed","time":{"start":1726218011623,"stop":1726218011623,"duration":0}},{"uid":"1def0d092b574c5a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1def0d092b574c5a","status":"passed","time":{"start":1726217923177,"stop":1726217923178,"duration":1}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"764fc280e6f2896f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/764fc280e6f2896f","status":"passed","time":{"start":1726218357624,"stop":1726218357624,"duration":0}},{"uid":"e33a56e46eeb57ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e33a56e46eeb57ba","status":"passed","time":{"start":1726217608003,"stop":1726217608003,"duration":0}},{"uid":"28ad328ef3cd253d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/28ad328ef3cd253d","status":"passed","time":{"start":1726217547144,"stop":1726217547144,"duration":0}}]},"00fc3f755153563262515df98204f7c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f0fc950447a01c2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f0fc950447a01c2","status":"passed","time":{"start":1726217952882,"stop":1726217952882,"duration":0}}]},"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b7ab1beeeaa58cab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b7ab1beeeaa58cab","status":"passed","time":{"start":1726218188606,"stop":1726218188606,"duration":0}},{"uid":"e8c745f9b53e82ff","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e8c745f9b53e82ff","status":"passed","time":{"start":1726217441570,"stop":1726217441570,"duration":0}},{"uid":"63d448c04ee5a59b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63d448c04ee5a59b","status":"passed","time":{"start":1726217383232,"stop":1726217383232,"duration":0}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"767030c1715eb24a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/767030c1715eb24a","status":"passed","time":{"start":1726218219447,"stop":1726218219449,"duration":2}},{"uid":"7fd74a0165a35678","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7fd74a0165a35678","status":"passed","time":{"start":1726217472851,"stop":1726217472853,"duration":2}},{"uid":"3db3c4022b20586e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3db3c4022b20586e","status":"passed","time":{"start":1726217414156,"stop":1726217414157,"duration":1}}]},"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e7d904886f1eacae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e7d904886f1eacae","status":"passed","time":{"start":1726218803161,"stop":1726218803161,"duration":0}},{"uid":"21553e4e237cb56a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21553e4e237cb56a","status":"passed","time":{"start":1726218063111,"stop":1726218063112,"duration":1}},{"uid":"eeeaceb72831b18b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eeeaceb72831b18b","status":"passed","time":{"start":1726217974423,"stop":1726217974423,"duration":0}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"937dc5cf332a9ba0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/937dc5cf332a9ba0","status":"passed","time":{"start":1726218708376,"stop":1726218708380,"duration":4}},{"uid":"5f97f03312eb9c3f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f97f03312eb9c3f","status":"passed","time":{"start":1726217980034,"stop":1726217980035,"duration":1}},{"uid":"71f033ffcd97dbb6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/71f033ffcd97dbb6","status":"passed","time":{"start":1726217896495,"stop":1726217896496,"duration":1}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f4f209cd1d3180a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f4f209cd1d3180a0","status":"passed","time":{"start":1726218422900,"stop":1726218422900,"duration":0}},{"uid":"6cc886dceb5d32a7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6cc886dceb5d32a7","status":"passed","time":{"start":1726217687424,"stop":1726217687424,"duration":0}},{"uid":"d9dd44d94d730470","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9dd44d94d730470","status":"passed","time":{"start":1726217604491,"stop":1726217604491,"duration":0}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c286fbdab0bb8317","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c286fbdab0bb8317","status":"passed","time":{"start":1726218827655,"stop":1726218827655,"duration":0}},{"uid":"7c572d9bf118a112","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7c572d9bf118a112","status":"passed","time":{"start":1726218090763,"stop":1726218090763,"duration":0}},{"uid":"7f92eb263570ecc8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f92eb263570ecc8","status":"passed","time":{"start":1726217999476,"stop":1726217999476,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2f71e9f909a8d56d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2f71e9f909a8d56d","status":"passed","time":{"start":1726218781370,"stop":1726218781371,"duration":1}},{"uid":"a19fa9505e421d8b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a19fa9505e421d8b","status":"passed","time":{"start":1726218013689,"stop":1726218013689,"duration":0}},{"uid":"4befe073dfec3517","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4befe073dfec3517","status":"passed","time":{"start":1726217945323,"stop":1726217945323,"duration":0}}]},"605d9f7dc298219be60b25afae490284:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11ca953b82711ae5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/11ca953b82711ae5","status":"passed","time":{"start":1726217840503,"stop":1726217840504,"duration":1}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c15d451d0bbe91bf","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c15d451d0bbe91bf","status":"passed","time":{"start":1726218761850,"stop":1726218761850,"duration":0}},{"uid":"c4ccced96b1fa86c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c4ccced96b1fa86c","status":"passed","time":{"start":1726218020453,"stop":1726218020454,"duration":1}},{"uid":"99eda544e90d7b15","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/99eda544e90d7b15","status":"passed","time":{"start":1726217934111,"stop":1726217934111,"duration":0}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a16fc328df816b44","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a16fc328df816b44","status":"passed","time":{"start":1726218685050,"stop":1726218685050,"duration":0}},{"uid":"3bf46a1397bddf6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3bf46a1397bddf6","status":"passed","time":{"start":1726217960211,"stop":1726217960211,"duration":0}},{"uid":"16bc844da4a746a8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/16bc844da4a746a8","status":"passed","time":{"start":1726217875222,"stop":1726217875223,"duration":1}}]},"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e5f188dc26f741a9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e5f188dc26f741a9","status":"passed","time":{"start":1726218188584,"stop":1726218188585,"duration":1}},{"uid":"e102d41d9f350282","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e102d41d9f350282","status":"passed","time":{"start":1726217441544,"stop":1726217441545,"duration":1}},{"uid":"45fc3dd82c1fda9c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/45fc3dd82c1fda9c","status":"passed","time":{"start":1726217383207,"stop":1726217383207,"duration":0}}]},"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"260ba317b5a6b6ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/260ba317b5a6b6ab","status":"passed","time":{"start":1726218188599,"stop":1726218188599,"duration":0}},{"uid":"74562d24961e217d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/74562d24961e217d","status":"passed","time":{"start":1726217441562,"stop":1726217441562,"duration":0}},{"uid":"dd728a2a2fbb7f5f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dd728a2a2fbb7f5f","status":"passed","time":{"start":1726217383224,"stop":1726217383225,"duration":1}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"48ed1b838feafe91","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/48ed1b838feafe91","status":"passed","time":{"start":1726218814285,"stop":1726218814288,"duration":3}},{"uid":"42046d79d859bdb0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42046d79d859bdb0","status":"passed","time":{"start":1726218071324,"stop":1726218071324,"duration":0}},{"uid":"24bede9933db2998","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/24bede9933db2998","status":"passed","time":{"start":1726217984830,"stop":1726217984830,"duration":0}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a805abb2fe9ebf78","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a805abb2fe9ebf78","status":"passed","time":{"start":1726218817593,"stop":1726218817594,"duration":1}},{"uid":"d37f0742a50075a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d37f0742a50075a8","status":"passed","time":{"start":1726218077305,"stop":1726218077305,"duration":0}},{"uid":"d50a25bf655a128b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d50a25bf655a128b","status":"passed","time":{"start":1726217991631,"stop":1726217991631,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"814c9aa62894746e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/814c9aa62894746e","status":"passed","time":{"start":1726218673558,"stop":1726218673559,"duration":1}},{"uid":"215000a5d8469684","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/215000a5d8469684","status":"passed","time":{"start":1726217946733,"stop":1726217946733,"duration":0}},{"uid":"52c33f3df2b581ee","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/52c33f3df2b581ee","status":"passed","time":{"start":1726217862784,"stop":1726217862785,"duration":1}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1cfa73e90c257857","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1cfa73e90c257857","status":"passed","time":{"start":1726218357624,"stop":1726218357625,"duration":1}},{"uid":"f0ace057d24b60c7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0ace057d24b60c7","status":"passed","time":{"start":1726217608003,"stop":1726217608003,"duration":0}},{"uid":"e2aa85f7d1865986","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e2aa85f7d1865986","status":"passed","time":{"start":1726217547145,"stop":1726217547145,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2f61f4b553d0d44e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2f61f4b553d0d44e","status":"passed","time":{"start":1726218191031,"stop":1726218191031,"duration":0}},{"uid":"293c4352c0373443","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/293c4352c0373443","status":"passed","time":{"start":1726217444067,"stop":1726217444067,"duration":0}},{"uid":"ab36cf421e506771","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ab36cf421e506771","status":"passed","time":{"start":1726217385914,"stop":1726217385914,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"21a7c883e5cf25f0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/21a7c883e5cf25f0","status":"passed","time":{"start":1726218659018,"stop":1726218659019,"duration":1}},{"uid":"21ea567502913d50","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21ea567502913d50","status":"passed","time":{"start":1726217924745,"stop":1726217924745,"duration":0}},{"uid":"3bd8c2a7fc15f7ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3bd8c2a7fc15f7ad","status":"passed","time":{"start":1726217840541,"stop":1726217840542,"duration":1}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b0b7ab8f0b5f6d4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3b0b7ab8f0b5f6d4","status":"passed","time":{"start":1726218196349,"stop":1726218196349,"duration":0}},{"uid":"9c6f192eeb900cb0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c6f192eeb900cb0","status":"passed","time":{"start":1726217449482,"stop":1726217449482,"duration":0}},{"uid":"b88a87f06050ca3a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b88a87f06050ca3a","status":"passed","time":{"start":1726217391253,"stop":1726217391253,"duration":0}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e29798aa3420504e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e29798aa3420504e","status":"passed","time":{"start":1726218422920,"stop":1726218422920,"duration":0}},{"uid":"6ba67b6a9be32d7d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ba67b6a9be32d7d","status":"passed","time":{"start":1726217687445,"stop":1726217687447,"duration":2}},{"uid":"90e604beb63ad64d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/90e604beb63ad64d","status":"passed","time":{"start":1726217604528,"stop":1726217604529,"duration":1}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5fe8676952ecd4ca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5fe8676952ecd4ca","status":"passed","time":{"start":1726218673546,"stop":1726218673546,"duration":0}},{"uid":"f3d3fbf9eafeb69","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3d3fbf9eafeb69","status":"passed","time":{"start":1726217946680,"stop":1726217946697,"duration":17}},{"uid":"7276886faa192460","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7276886faa192460","status":"passed","time":{"start":1726217862770,"stop":1726217862771,"duration":1}}]},"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ef22eaaa647deae2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ef22eaaa647deae2","status":"passed","time":{"start":1726218188574,"stop":1726218188575,"duration":1}},{"uid":"74663ade5407f68c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/74663ade5407f68c","status":"passed","time":{"start":1726217441532,"stop":1726217441533,"duration":1}},{"uid":"334dadb934d3d937","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/334dadb934d3d937","status":"passed","time":{"start":1726217383192,"stop":1726217383192,"duration":0}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"23123fc26536fbaa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/23123fc26536fbaa","status":"passed","time":{"start":1726218765875,"stop":1726218765875,"duration":0}},{"uid":"e8a0b62e494156e2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e8a0b62e494156e2","status":"passed","time":{"start":1726218039627,"stop":1726218039627,"duration":0}},{"uid":"9a1f4eafa46adee8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9a1f4eafa46adee8","status":"passed","time":{"start":1726217952879,"stop":1726217952879,"duration":0}}]},"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e7074d9071436764","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e7074d9071436764","status":"passed","time":{"start":1726218807210,"stop":1726218807210,"duration":0}},{"uid":"ffd4f21d818bc927","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ffd4f21d818bc927","status":"passed","time":{"start":1726218077539,"stop":1726218077540,"duration":1}},{"uid":"be2f505704a383d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/be2f505704a383d7","status":"passed","time":{"start":1726217979448,"stop":1726217979448,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"532c18bcb8f43778","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/532c18bcb8f43778","status":"passed","time":{"start":1726218787579,"stop":1726218787579,"duration":0}},{"uid":"4dddbe5feb6cc377","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4dddbe5feb6cc377","status":"passed","time":{"start":1726218066281,"stop":1726218066282,"duration":1}},{"uid":"5d230f2532a209fe","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5d230f2532a209fe","status":"passed","time":{"start":1726217965308,"stop":1726217965308,"duration":0}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e1e5c1a034a01d6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e1e5c1a034a01d6","status":"passed","time":{"start":1726218818271,"stop":1726218818272,"duration":1}},{"uid":"1b4d95fa4bd100bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b4d95fa4bd100bd","status":"passed","time":{"start":1726218085662,"stop":1726218085663,"duration":1}},{"uid":"5b0ef094b90fc95c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5b0ef094b90fc95c","status":"passed","time":{"start":1726217996430,"stop":1726217996430,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cea9dab00b10f4c8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cea9dab00b10f4c8","status":"passed","time":{"start":1726218196340,"stop":1726218196341,"duration":1}},{"uid":"8333b452e9956df3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8333b452e9956df3","status":"passed","time":{"start":1726217449468,"stop":1726217449469,"duration":1}},{"uid":"c77c68103351f668","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c77c68103351f668","status":"passed","time":{"start":1726217391247,"stop":1726217391248,"duration":1}}]},"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5280638202152d6d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5280638202152d6d","status":"passed","time":{"start":1726218188597,"stop":1726218188597,"duration":0}},{"uid":"7a5babea134bec5a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7a5babea134bec5a","status":"passed","time":{"start":1726217441559,"stop":1726217441559,"duration":0}},{"uid":"774f3b3636ddb7e1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/774f3b3636ddb7e1","status":"passed","time":{"start":1726217383221,"stop":1726217383221,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f81ea6876a7c80ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f81ea6876a7c80ba","status":"passed","time":{"start":1726218814291,"stop":1726218814295,"duration":4}},{"uid":"8be0f273fac9bcc2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8be0f273fac9bcc2","status":"passed","time":{"start":1726218071325,"stop":1726218071325,"duration":0}},{"uid":"998001bc08c44414","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/998001bc08c44414","status":"passed","time":{"start":1726217984831,"stop":1726217984831,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a0f3d10cd0a20630","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0f3d10cd0a20630","status":"passed","time":{"start":1726218791847,"stop":1726218791847,"duration":0}},{"uid":"2181694ef311d30","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2181694ef311d30","status":"passed","time":{"start":1726218054691,"stop":1726218054692,"duration":1}},{"uid":"362bb8c752412946","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/362bb8c752412946","status":"passed","time":{"start":1726217965431,"stop":1726217965432,"duration":1}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1e899f3d23b82450","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1e899f3d23b82450","status":"passed","time":{"start":1726218209566,"stop":1726218209566,"duration":0}},{"uid":"a7a9ce6a75c45cff","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a7a9ce6a75c45cff","status":"passed","time":{"start":1726217463041,"stop":1726217463042,"duration":1}},{"uid":"9413f880c20b36c9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9413f880c20b36c9","status":"passed","time":{"start":1726217404608,"stop":1726217404608,"duration":0}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"2b6ae0538300a030","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2b6ae0538300a030","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218209567,"stop":1726218209567,"duration":0}},{"uid":"5bdc3556cf623f84","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5bdc3556cf623f84","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217463043,"stop":1726217463043,"duration":0}},{"uid":"d6c699ee9945660","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d6c699ee9945660","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217404609,"stop":1726217404609,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"33f1ac606a06beed","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/33f1ac606a06beed","status":"passed","time":{"start":1726218422898,"stop":1726218422898,"duration":0}},{"uid":"76243581b1758426","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/76243581b1758426","status":"passed","time":{"start":1726217687423,"stop":1726217687423,"duration":0}},{"uid":"fd96c4d9359361c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd96c4d9359361c","status":"passed","time":{"start":1726217604490,"stop":1726217604490,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1f91550e29c3bb35","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1f91550e29c3bb35","status":"passed","time":{"start":1726218787587,"stop":1726218787587,"duration":0}},{"uid":"c2d387150ef2f747","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c2d387150ef2f747","status":"passed","time":{"start":1726218066299,"stop":1726218066299,"duration":0}},{"uid":"6f616b5e22a70bdd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6f616b5e22a70bdd","status":"passed","time":{"start":1726217965319,"stop":1726217965319,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"68e4035cab8a3d2e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68e4035cab8a3d2e","status":"passed","time":{"start":1726218251123,"stop":1726218251124,"duration":1}},{"uid":"c28be002ac1abbae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c28be002ac1abbae","status":"passed","time":{"start":1726217503654,"stop":1726217503654,"duration":0}},{"uid":"642ae42573525dd3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/642ae42573525dd3","status":"passed","time":{"start":1726217444758,"stop":1726217444759,"duration":1}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9488b306eb40c09e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9488b306eb40c09e","status":"passed","time":{"start":1726218818268,"stop":1726218818269,"duration":1}},{"uid":"2540c21096383b3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2540c21096383b3c","status":"passed","time":{"start":1726218085659,"stop":1726218085660,"duration":1}},{"uid":"96ecb5052696d078","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96ecb5052696d078","status":"passed","time":{"start":1726217996429,"stop":1726217996429,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5804f04fbb1effb5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5804f04fbb1effb5","status":"passed","time":{"start":1726218708394,"stop":1726218708395,"duration":1}},{"uid":"65777614b69daf42","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/65777614b69daf42","status":"passed","time":{"start":1726217980050,"stop":1726217980050,"duration":0}},{"uid":"8ce8eb729a804910","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8ce8eb729a804910","status":"passed","time":{"start":1726217896503,"stop":1726217896504,"duration":1}}]},"6a7538fee209358db76cfb4e1abe381f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2cd9e83625b30ad7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2cd9e83625b30ad7","status":"passed","time":{"start":1726218765878,"stop":1726218765878,"duration":0}}]},"cdc09bc7b752df3e8a39642787ea9192:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8736293f26b6ab4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c8736293f26b6ab4","status":"passed","time":{"start":1726217677827,"stop":1726217677828,"duration":1}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ce6b13f7d2ad14c0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ce6b13f7d2ad14c0","status":"passed","time":{"start":1726218279691,"stop":1726218279695,"duration":4}},{"uid":"9e9273b9c8ce73cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9e9273b9c8ce73cd","status":"passed","time":{"start":1726217533048,"stop":1726217533048,"duration":0}},{"uid":"70c70457ae9c4f0f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/70c70457ae9c4f0f","status":"passed","time":{"start":1726217474966,"stop":1726217474967,"duration":1}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d4708d07fb0c9831","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d4708d07fb0c9831","status":"passed","time":{"start":1726218597576,"stop":1726218597576,"duration":0}},{"uid":"1c0ce4e0a62a37cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c0ce4e0a62a37cf","status":"passed","time":{"start":1726217848414,"stop":1726217848414,"duration":0}},{"uid":"6e47f2d8bbcfe4cb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e47f2d8bbcfe4cb","status":"passed","time":{"start":1726217774668,"stop":1726217774668,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eed56000a554e28a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eed56000a554e28a","status":"passed","time":{"start":1726218706737,"stop":1726218706737,"duration":0}},{"uid":"2fab469ec8314fea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2fab469ec8314fea","status":"passed","time":{"start":1726217976600,"stop":1726217976601,"duration":1}},{"uid":"724105d5d9a84441","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/724105d5d9a84441","status":"passed","time":{"start":1726217890292,"stop":1726217890293,"duration":1}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"457a342776f983a3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/457a342776f983a3","status":"passed","time":{"start":1726218196996,"stop":1726218196997,"duration":1}},{"uid":"666c45e548af8496","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/666c45e548af8496","status":"passed","time":{"start":1726217450194,"stop":1726217450194,"duration":0}},{"uid":"13cf0d32ecb87145","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/13cf0d32ecb87145","status":"passed","time":{"start":1726217391846,"stop":1726217391846,"duration":0}}]},"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e7b41be16a4ddf08","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e7b41be16a4ddf08","status":"passed","time":{"start":1726218188597,"stop":1726218188597,"duration":0}},{"uid":"98511c38589bd9e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/98511c38589bd9e","status":"passed","time":{"start":1726217441558,"stop":1726217441558,"duration":0}},{"uid":"f3174f3b5aa558a5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f3174f3b5aa558a5","status":"passed","time":{"start":1726217383220,"stop":1726217383221,"duration":1}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dbe41f2e20cc659f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dbe41f2e20cc659f","status":"passed","time":{"start":1726218826917,"stop":1726218826917,"duration":0}},{"uid":"370620f1406a5b64","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/370620f1406a5b64","status":"passed","time":{"start":1726218091299,"stop":1726218091299,"duration":0}},{"uid":"9494e77e473de648","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9494e77e473de648","status":"passed","time":{"start":1726218000390,"stop":1726218000390,"duration":0}}]},"86e41bc1d25451331883b1ea7fc18c07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"594ff4c45895ab89","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/594ff4c45895ab89","status":"passed","time":{"start":1726218039627,"stop":1726218039628,"duration":1}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4b7a3fa3d0d35597","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b7a3fa3d0d35597","status":"passed","time":{"start":1726218662796,"stop":1726218662797,"duration":1}},{"uid":"e20376927b185d2a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e20376927b185d2a","status":"passed","time":{"start":1726217927561,"stop":1726217927561,"duration":0}},{"uid":"7386b22d9c58eb0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7386b22d9c58eb0","status":"passed","time":{"start":1726217843353,"stop":1726217843353,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b1ed3b1d598704a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b1ed3b1d598704a","status":"passed","time":{"start":1726218826919,"stop":1726218826920,"duration":1}},{"uid":"1c5d67241e843233","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c5d67241e843233","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"duration":0}},{"uid":"8b61c90d4ca556cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8b61c90d4ca556cd","status":"passed","time":{"start":1726218000391,"stop":1726218000392,"duration":1}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9d43ce8314e1a679","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9d43ce8314e1a679","status":"passed","time":{"start":1726218196998,"stop":1726218196998,"duration":0}},{"uid":"10f9bae00905c9d9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/10f9bae00905c9d9","status":"passed","time":{"start":1726217450195,"stop":1726217450196,"duration":1}},{"uid":"fffd17e4146ca360","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fffd17e4146ca360","status":"passed","time":{"start":1726217391847,"stop":1726217391847,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a5230315de8418cc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a5230315de8418cc","status":"passed","time":{"start":1726218722080,"stop":1726218722080,"duration":0}},{"uid":"155d181d2dd11c63","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/155d181d2dd11c63","status":"passed","time":{"start":1726217978645,"stop":1726217978647,"duration":2}},{"uid":"aefe7dc1af3e1a56","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/aefe7dc1af3e1a56","status":"passed","time":{"start":1726217893872,"stop":1726217893873,"duration":1}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4b35bbaffbbedd38","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b35bbaffbbedd38","status":"passed","time":{"start":1726218422920,"stop":1726218422921,"duration":1}},{"uid":"4e023238762566f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4e023238762566f1","status":"passed","time":{"start":1726217687447,"stop":1726217687449,"duration":2}},{"uid":"7da0db01f0218b84","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7da0db01f0218b84","status":"passed","time":{"start":1726217604529,"stop":1726217604530,"duration":1}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b218b266859849d9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b218b266859849d9","status":"passed","time":{"start":1726218422909,"stop":1726218422909,"duration":0}},{"uid":"fefa5b17b05cc84b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fefa5b17b05cc84b","status":"passed","time":{"start":1726217687429,"stop":1726217687429,"duration":0}},{"uid":"8cd21164abb8a310","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8cd21164abb8a310","status":"passed","time":{"start":1726217604498,"stop":1726217604498,"duration":0}}]},"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ca06431b0b3ac83c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca06431b0b3ac83c","status":"passed","time":{"start":1726218807211,"stop":1726218807212,"duration":1}},{"uid":"1bade847af628851","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1bade847af628851","status":"passed","time":{"start":1726218077540,"stop":1726218077540,"duration":0}},{"uid":"cb2d35c22589085b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cb2d35c22589085b","status":"passed","time":{"start":1726217979449,"stop":1726217979449,"duration":0}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c62203f6a4dcd6fa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c62203f6a4dcd6fa","status":"passed","time":{"start":1726218196345,"stop":1726218196346,"duration":1}},{"uid":"47d333d62e7c116d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47d333d62e7c116d","status":"passed","time":{"start":1726217449475,"stop":1726217449476,"duration":1}},{"uid":"ca227a677b9e27d3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ca227a677b9e27d3","status":"passed","time":{"start":1726217391250,"stop":1726217391250,"duration":0}}]},"0594382963bea32e9c8b3542e5bec09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"81a43e5ffe88b55f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/81a43e5ffe88b55f","status":"passed","time":{"start":1726218612963,"stop":1726218612965,"duration":2}},{"uid":"b1da881b4a2fd795","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b1da881b4a2fd795","status":"passed","time":{"start":1726217868236,"stop":1726217868237,"duration":1}},{"uid":"ea195893363204c0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ea195893363204c0","status":"passed","time":{"start":1726217785171,"stop":1726217785174,"duration":3}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"27e89c16c5c64e42","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/27e89c16c5c64e42","status":"passed","time":{"start":1726218191032,"stop":1726218191032,"duration":0}},{"uid":"c3bc736879b5085f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3bc736879b5085f","status":"passed","time":{"start":1726217444068,"stop":1726217444068,"duration":0}},{"uid":"a5cfe75f7e8c1514","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a5cfe75f7e8c1514","status":"passed","time":{"start":1726217385914,"stop":1726217385915,"duration":1}}]},"2c6e8d07fcb934340faeb1ed5ad629a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcb8c58ac0dfd459","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fcb8c58ac0dfd459","status":"passed","time":{"start":1726217923181,"stop":1726217923181,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2fe6ddc99451e24","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fe6ddc99451e24","status":"passed","time":{"start":1726218826918,"stop":1726218826919,"duration":1}},{"uid":"7f25e3f990a9cdbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7f25e3f990a9cdbf","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"duration":0}},{"uid":"87c4c9d114c41ff4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/87c4c9d114c41ff4","status":"passed","time":{"start":1726218000391,"stop":1726218000391,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"afabe385347ac399","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/afabe385347ac399","status":"passed","time":{"start":1726218817595,"stop":1726218817595,"duration":0}},{"uid":"bb3259767a1d0e57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb3259767a1d0e57","status":"passed","time":{"start":1726218077306,"stop":1726218077306,"duration":0}},{"uid":"51fbdf9449c15f71","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/51fbdf9449c15f71","status":"passed","time":{"start":1726217991632,"stop":1726217991634,"duration":2}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"814d2d79939008fd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/814d2d79939008fd","status":"passed","time":{"start":1726218279679,"stop":1726218279685,"duration":6}},{"uid":"872c80c1f279eeb4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/872c80c1f279eeb4","status":"passed","time":{"start":1726217533046,"stop":1726217533046,"duration":0}},{"uid":"78e382ccd096e26c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/78e382ccd096e26c","status":"passed","time":{"start":1726217474963,"stop":1726217474963,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4df454d2570b183a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4df454d2570b183a","status":"passed","time":{"start":1726218417149,"stop":1726218417149,"duration":0}},{"uid":"54da3af17e7b59c8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54da3af17e7b59c8","status":"passed","time":{"start":1726217677814,"stop":1726217677815,"duration":1}},{"uid":"cd78cd7d9473a1a2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cd78cd7d9473a1a2","status":"passed","time":{"start":1726217616841,"stop":1726217616841,"duration":0}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9ae36155a2c169c6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9ae36155a2c169c6","status":"passed","time":{"start":1726218673558,"stop":1726218673558,"duration":0}},{"uid":"822c7391aaeeaf49","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/822c7391aaeeaf49","status":"passed","time":{"start":1726217946732,"stop":1726217946733,"duration":1}},{"uid":"44c56c1bfe700006","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/44c56c1bfe700006","status":"passed","time":{"start":1726217862783,"stop":1726217862784,"duration":1}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4b7cd82580148d16","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b7cd82580148d16","status":"passed","time":{"start":1726218673547,"stop":1726218673547,"duration":0}},{"uid":"d71162fe36448aeb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d71162fe36448aeb","status":"passed","time":{"start":1726217946699,"stop":1726217946699,"duration":0}},{"uid":"fd439c7ee7d6c4b7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd439c7ee7d6c4b7","status":"passed","time":{"start":1726217862772,"stop":1726217862772,"duration":0}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dfcbf3f952024cfc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dfcbf3f952024cfc","status":"passed","time":{"start":1726218706740,"stop":1726218706740,"duration":0}},{"uid":"db8561724d375e5f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/db8561724d375e5f","status":"passed","time":{"start":1726217976603,"stop":1726217976603,"duration":0}},{"uid":"25b53a876e8eba3b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/25b53a876e8eba3b","status":"passed","time":{"start":1726217890295,"stop":1726217890295,"duration":0}}]},"dc5b89765543e8799aaed780d11dd2b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12b4d0648b00e401","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/12b4d0648b00e401","status":"passed","time":{"start":1726217890299,"stop":1726217890299,"duration":0}}]},"b6dfbc38cbe6d55cca3a467e98af681a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43993ae6688f6977","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/43993ae6688f6977","status":"passed","time":{"start":1726218011626,"stop":1726218011626,"duration":0}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"97822586f13fe846","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/97822586f13fe846","status":"passed","time":{"start":1726218209374,"stop":1726218209374,"duration":0}},{"uid":"33293d8f5b9e8e0f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/33293d8f5b9e8e0f","status":"passed","time":{"start":1726217462339,"stop":1726217462339,"duration":0}},{"uid":"c813756681be6c58","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c813756681be6c58","status":"passed","time":{"start":1726217404189,"stop":1726217404190,"duration":1}}]},"4a30c88d4067345a68f042556229f945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d36abfea4dce09d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7d36abfea4dce09d","status":"passed","time":{"start":1726218673565,"stop":1726218673565,"duration":0}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"724982b336937e81","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/724982b336937e81","status":"passed","time":{"start":1726218722081,"stop":1726218722089,"duration":8}},{"uid":"6fe6410a277322c9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6fe6410a277322c9","status":"passed","time":{"start":1726217978666,"stop":1726217978666,"duration":0}},{"uid":"4eab0cd8e4c0f18b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4eab0cd8e4c0f18b","status":"passed","time":{"start":1726217893874,"stop":1726217893874,"duration":0}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1f904ba26896ee88","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1f904ba26896ee88","status":"passed","time":{"start":1726218659001,"stop":1726218659002,"duration":1}},{"uid":"38add447307aaaf2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/38add447307aaaf2","status":"passed","time":{"start":1726217924731,"stop":1726217924732,"duration":1}},{"uid":"e833ad1d28373582","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e833ad1d28373582","status":"passed","time":{"start":1726217840472,"stop":1726217840473,"duration":1}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a17fc38a2bb30997","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a17fc38a2bb30997","status":"passed","time":{"start":1726218550063,"stop":1726218550064,"duration":1}},{"uid":"30f98cd2a9d61481","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/30f98cd2a9d61481","status":"passed","time":{"start":1726217804574,"stop":1726217804574,"duration":0}},{"uid":"497d2249cc2db959","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/497d2249cc2db959","status":"passed","time":{"start":1726217733941,"stop":1726217733941,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dd298c6c748c9a27","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dd298c6c748c9a27","status":"passed","time":{"start":1726218459543,"stop":1726218459544,"duration":1}},{"uid":"fd1422df3e59aced","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd1422df3e59aced","status":"passed","time":{"start":1726217706011,"stop":1726217706012,"duration":1}},{"uid":"f6ba3be7cc712b42","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f6ba3be7cc712b42","status":"passed","time":{"start":1726217650774,"stop":1726217650774,"duration":0}}]},"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"23d75f3eedb2a7f0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/23d75f3eedb2a7f0","status":"passed","time":{"start":1726218188605,"stop":1726218188605,"duration":0}},{"uid":"1514f7ec7ccf2d5d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1514f7ec7ccf2d5d","status":"passed","time":{"start":1726217441568,"stop":1726217441569,"duration":1}},{"uid":"6c4f34e2bc4bf457","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6c4f34e2bc4bf457","status":"passed","time":{"start":1726217383231,"stop":1726217383231,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b1397f1c65978a11","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b1397f1c65978a11","status":"passed","time":{"start":1726218807915,"stop":1726218807915,"duration":0}},{"uid":"860268ee1c290af7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/860268ee1c290af7","status":"passed","time":{"start":1726218061981,"stop":1726218061981,"duration":0}},{"uid":"e60a73c62bb11600","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e60a73c62bb11600","status":"passed","time":{"start":1726217984952,"stop":1726217984952,"duration":0}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"82e85afd49b7976a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/82e85afd49b7976a","status":"passed","time":{"start":1726218659018,"stop":1726218659018,"duration":0}},{"uid":"cd9aa96cbafd7868","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd9aa96cbafd7868","status":"passed","time":{"start":1726217924744,"stop":1726217924744,"duration":0}},{"uid":"603a77c63548144a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/603a77c63548144a","status":"passed","time":{"start":1726217840524,"stop":1726217840538,"duration":14}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8be57116e5cdccb3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8be57116e5cdccb3","status":"passed","time":{"start":1726218673551,"stop":1726218673551,"duration":0}},{"uid":"1915a37224b4eead","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1915a37224b4eead","status":"passed","time":{"start":1726217946721,"stop":1726217946721,"duration":0}},{"uid":"623d30565ba630dc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/623d30565ba630dc","status":"passed","time":{"start":1726217862775,"stop":1726217862775,"duration":0}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e0bbe2689648e7e1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e0bbe2689648e7e1","status":"passed","time":{"start":1726218250233,"stop":1726218250234,"duration":1}},{"uid":"62e29705231e7abb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/62e29705231e7abb","status":"passed","time":{"start":1726217507041,"stop":1726217507042,"duration":1}},{"uid":"839c9f31caf642ab","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/839c9f31caf642ab","status":"passed","time":{"start":1726217445616,"stop":1726217445620,"duration":4}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"690d297821e94fcc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/690d297821e94fcc","status":"passed","time":{"start":1726218706735,"stop":1726218706735,"duration":0}},{"uid":"2ef258ced9393aaf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ef258ced9393aaf","status":"passed","time":{"start":1726217976598,"stop":1726217976598,"duration":0}},{"uid":"2d7e15d03013dacc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2d7e15d03013dacc","status":"passed","time":{"start":1726217890289,"stop":1726217890289,"duration":0}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7a5abcd45675397b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a5abcd45675397b","status":"passed","time":{"start":1726218196348,"stop":1726218196349,"duration":1}},{"uid":"90d6244b18cb3998","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/90d6244b18cb3998","status":"passed","time":{"start":1726217449481,"stop":1726217449481,"duration":0}},{"uid":"d72b2267ce904f4c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d72b2267ce904f4c","status":"passed","time":{"start":1726217391253,"stop":1726217391253,"duration":0}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b83892cd25317b66","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b83892cd25317b66","status":"passed","time":{"start":1726218422917,"stop":1726218422918,"duration":1}},{"uid":"1454bbe5908cf8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1454bbe5908cf8c","status":"passed","time":{"start":1726217687440,"stop":1726217687441,"duration":1}},{"uid":"ccecf647a189a62c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ccecf647a189a62c","status":"passed","time":{"start":1726217604521,"stop":1726217604523,"duration":2}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6dcde74d4d1327ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6dcde74d4d1327ab","status":"passed","time":{"start":1726218303231,"stop":1726218303232,"duration":1}},{"uid":"283fbfb203367c56","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/283fbfb203367c56","status":"passed","time":{"start":1726217551920,"stop":1726217551921,"duration":1}},{"uid":"96e695b439fb836","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96e695b439fb836","status":"passed","time":{"start":1726217494760,"stop":1726217494761,"duration":1}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c3d8edc45085ab12","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c3d8edc45085ab12","status":"passed","time":{"start":1726218550065,"stop":1726218550065,"duration":0}},{"uid":"fdcd25c2971565ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fdcd25c2971565ed","status":"passed","time":{"start":1726217804575,"stop":1726217804576,"duration":1}},{"uid":"59481860ce3678ba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59481860ce3678ba","status":"passed","time":{"start":1726217733942,"stop":1726217733943,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8c1f96dc51b88dc4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8c1f96dc51b88dc4","status":"passed","time":{"start":1726218422900,"stop":1726218422900,"duration":0}},{"uid":"b6a37fe23b451513","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b6a37fe23b451513","status":"passed","time":{"start":1726217687424,"stop":1726217687425,"duration":1}},{"uid":"7529331458dc0768","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7529331458dc0768","status":"passed","time":{"start":1726217604491,"stop":1726217604492,"duration":1}}]},"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6bc13014fc9ddb37","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6bc13014fc9ddb37","status":"passed","time":{"start":1726218188597,"stop":1726218188598,"duration":1}},{"uid":"fc00216f7f742763","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc00216f7f742763","status":"passed","time":{"start":1726217441559,"stop":1726217441560,"duration":1}},{"uid":"cfd5687e32262367","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cfd5687e32262367","status":"passed","time":{"start":1726217383221,"stop":1726217383222,"duration":1}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"9c9eea534635aeb3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9c9eea534635aeb3","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659235,"stop":1726218659235,"duration":0}},{"uid":"f9a0f8a733a691ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f9a0f8a733a691ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925016,"stop":1726217925016,"duration":0}},{"uid":"275cbff2bf48ce37","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/275cbff2bf48ce37","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840807,"stop":1726217840807,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ebf2a90e9894bf5c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ebf2a90e9894bf5c","status":"passed","time":{"start":1726218706749,"stop":1726218706749,"duration":0}},{"uid":"78d71f9d8fa08f9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/78d71f9d8fa08f9a","status":"passed","time":{"start":1726217976623,"stop":1726217976624,"duration":1}},{"uid":"c1225d5c1ecf5b00","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1225d5c1ecf5b00","status":"passed","time":{"start":1726217890303,"stop":1726217890304,"duration":1}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"80c6de79fea9ca05","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/80c6de79fea9ca05","status":"passed","time":{"start":1726218422897,"stop":1726218422898,"duration":1}},{"uid":"bbeb1f06bb1cc096","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bbeb1f06bb1cc096","status":"passed","time":{"start":1726217687422,"stop":1726217687422,"duration":0}},{"uid":"b415dd63f7c240cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b415dd63f7c240cc","status":"passed","time":{"start":1726217604489,"stop":1726217604490,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ffe10bd2be1d1d94","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ffe10bd2be1d1d94","status":"passed","time":{"start":1726218659000,"stop":1726218659000,"duration":0}},{"uid":"ad3d9f69973527b4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad3d9f69973527b4","status":"passed","time":{"start":1726217924729,"stop":1726217924729,"duration":0}},{"uid":"a7b45f94976283cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a7b45f94976283cd","status":"passed","time":{"start":1726217840471,"stop":1726217840471,"duration":0}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"99926af1a2e21bc3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/99926af1a2e21bc3","status":"passed","time":{"start":1726218197008,"stop":1726218197009,"duration":1}},{"uid":"6f4fd95af0aa249e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f4fd95af0aa249e","status":"passed","time":{"start":1726217450207,"stop":1726217450207,"duration":0}},{"uid":"fdf5355238468d28","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fdf5355238468d28","status":"passed","time":{"start":1726217391859,"stop":1726217391859,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f9004a603e5587f6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f9004a603e5587f6","status":"passed","time":{"start":1726218197007,"stop":1726218197007,"duration":0}},{"uid":"6fa3ec0d1abfcfcd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6fa3ec0d1abfcfcd","status":"passed","time":{"start":1726217450206,"stop":1726217450206,"duration":0}},{"uid":"a92d187ea10d95ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a92d187ea10d95ad","status":"passed","time":{"start":1726217391857,"stop":1726217391857,"duration":0}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a50c51e3a9811a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a50c51e3a9811a0","status":"passed","time":{"start":1726218197007,"stop":1726218197007,"duration":0}},{"uid":"1dc009d3321749d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1dc009d3321749d6","status":"passed","time":{"start":1726217450205,"stop":1726217450205,"duration":0}},{"uid":"4e6951510494b8bf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4e6951510494b8bf","status":"passed","time":{"start":1726217391856,"stop":1726217391857,"duration":1}}]},"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e75e9af442f81402","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e75e9af442f81402","status":"passed","time":{"start":1726218188605,"stop":1726218188605,"duration":0}},{"uid":"495d71f9ea60418a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/495d71f9ea60418a","status":"passed","time":{"start":1726217441569,"stop":1726217441569,"duration":0}},{"uid":"9dbea05081fdcfc7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9dbea05081fdcfc7","status":"passed","time":{"start":1726217383231,"stop":1726217383232,"duration":1}}]},"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"349f1700ba86b346","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/349f1700ba86b346","status":"passed","time":{"start":1726218469204,"stop":1726218469207,"duration":3}},{"uid":"34e19b98ba411c0e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34e19b98ba411c0e","status":"passed","time":{"start":1726217742497,"stop":1726217742498,"duration":1}},{"uid":"564d11a24796dc9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/564d11a24796dc9","status":"passed","time":{"start":1726217674283,"stop":1726217674284,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ba3a180a97334ba0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ba3a180a97334ba0","status":"passed","time":{"start":1726218459538,"stop":1726218459538,"duration":0}},{"uid":"f6fcbf6ede1545b6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f6fcbf6ede1545b6","status":"passed","time":{"start":1726217706006,"stop":1726217706006,"duration":0}},{"uid":"9494e9dc05c50a55","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9494e9dc05c50a55","status":"passed","time":{"start":1726217650763,"stop":1726217650763,"duration":0}}]},"e00509ad2cd2dd8b7958a6473b66075b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"199d5a0683b82d6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/199d5a0683b82d6","status":"passed","time":{"start":1726218748390,"stop":1726218748390,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9bce9022b43580c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9bce9022b43580c","status":"passed","time":{"start":1726218188644,"stop":1726218188645,"duration":1}},{"uid":"9a0c0f5f94750769","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9a0c0f5f94750769","status":"passed","time":{"start":1726217441571,"stop":1726217441572,"duration":1}},{"uid":"1be307170cd6187a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1be307170cd6187a","status":"passed","time":{"start":1726217383355,"stop":1726217383355,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3137af7d122afc72","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3137af7d122afc72","status":"passed","time":{"start":1726218315924,"stop":1726218315925,"duration":1}},{"uid":"7677dfe93a0787f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7677dfe93a0787f7","status":"passed","time":{"start":1726217577132,"stop":1726217577133,"duration":1}},{"uid":"1ff2cbc4eaca8aef","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1ff2cbc4eaca8aef","status":"passed","time":{"start":1726217509411,"stop":1726217509411,"duration":0}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af61f5104d355525","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/af61f5104d355525","status":"passed","time":{"start":1726218706741,"stop":1726218706741,"duration":0}},{"uid":"f110014bb68fc085","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f110014bb68fc085","status":"passed","time":{"start":1726217976604,"stop":1726217976606,"duration":2}},{"uid":"bc749b323cb91066","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bc749b323cb91066","status":"passed","time":{"start":1726217890296,"stop":1726217890296,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"720f57bfc4a32ed8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/720f57bfc4a32ed8","status":"passed","time":{"start":1726218708383,"stop":1726218708385,"duration":2}},{"uid":"42f866ea9a68472e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42f866ea9a68472e","status":"passed","time":{"start":1726217980035,"stop":1726217980036,"duration":1}},{"uid":"383b5e105f424c60","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/383b5e105f424c60","status":"passed","time":{"start":1726217896496,"stop":1726217896497,"duration":1}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bc216d160575bc5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bc216d160575bc5f","status":"passed","time":{"start":1726218459538,"stop":1726218459539,"duration":1}},{"uid":"bda7487f80b65a24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bda7487f80b65a24","status":"passed","time":{"start":1726217706007,"stop":1726217706007,"duration":0}},{"uid":"463716b98e9a23f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/463716b98e9a23f0","status":"passed","time":{"start":1726217650764,"stop":1726217650764,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9fe45ba7339820ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9fe45ba7339820ba","status":"passed","time":{"start":1726218209563,"stop":1726218209563,"duration":0}},{"uid":"ccc8f2efe1e70ec8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ccc8f2efe1e70ec8","status":"passed","time":{"start":1726217463038,"stop":1726217463038,"duration":0}},{"uid":"7147274a062d70aa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7147274a062d70aa","status":"passed","time":{"start":1726217404604,"stop":1726217404605,"duration":1}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ce3a455deb25eb8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ce3a455deb25eb8","status":"passed","time":{"start":1726218196350,"stop":1726218196351,"duration":1}},{"uid":"c3a625ee978a2aeb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3a625ee978a2aeb","status":"passed","time":{"start":1726217449483,"stop":1726217449484,"duration":1}},{"uid":"68480339b277459b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/68480339b277459b","status":"passed","time":{"start":1726217391255,"stop":1726217391255,"duration":0}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b5bf38ecff96eadb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b5bf38ecff96eadb","status":"passed","time":{"start":1726218213411,"stop":1726218213411,"duration":0}},{"uid":"6d63ae885f0671ee","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d63ae885f0671ee","status":"passed","time":{"start":1726217466678,"stop":1726217466678,"duration":0}},{"uid":"ba37ce57a6f363a8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba37ce57a6f363a8","status":"passed","time":{"start":1726217408298,"stop":1726217408298,"duration":0}}]},"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fd2e10836f7103ed","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fd2e10836f7103ed","status":"passed","time":{"start":1726218188591,"stop":1726218188592,"duration":1}},{"uid":"e91d123d5773b3a9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e91d123d5773b3a9","status":"passed","time":{"start":1726217441552,"stop":1726217441552,"duration":0}},{"uid":"3a2a6e9890fa853f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3a2a6e9890fa853f","status":"passed","time":{"start":1726217383216,"stop":1726217383216,"duration":0}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"88593a1538b9badb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/88593a1538b9badb","status":"passed","time":{"start":1726218685052,"stop":1726218685052,"duration":0}},{"uid":"d323eb4b7d5f4e3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d323eb4b7d5f4e3c","status":"passed","time":{"start":1726217960213,"stop":1726217960213,"duration":0}},{"uid":"3780012abba5457e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3780012abba5457e","status":"passed","time":{"start":1726217875227,"stop":1726217875228,"duration":1}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bf6f686611f2a4ee","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf6f686611f2a4ee","status":"passed","time":{"start":1726218287812,"stop":1726218287812,"duration":0}},{"uid":"205b7a3bfc944527","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/205b7a3bfc944527","status":"passed","time":{"start":1726217549448,"stop":1726217549449,"duration":1}},{"uid":"a686222f66d1a0b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a686222f66d1a0b5","status":"passed","time":{"start":1726217491286,"stop":1726217491286,"duration":0}}]},"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cd3c18e22e7c6c85","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cd3c18e22e7c6c85","status":"passed","time":{"start":1726218356739,"stop":1726218356740,"duration":1}},{"uid":"48b37bb234b8612a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48b37bb234b8612a","status":"passed","time":{"start":1726217603235,"stop":1726217603236,"duration":1}},{"uid":"ce111a5474131428","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce111a5474131428","status":"passed","time":{"start":1726217544015,"stop":1726217544015,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fde290e517753ac7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fde290e517753ac7","status":"passed","time":{"start":1726218659011,"stop":1726218659011,"duration":0}},{"uid":"cd6766c4b7272b55","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd6766c4b7272b55","status":"passed","time":{"start":1726217924739,"stop":1726217924739,"duration":0}},{"uid":"5786e99bd094bb69","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5786e99bd094bb69","status":"passed","time":{"start":1726217840506,"stop":1726217840509,"duration":3}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7668cc5cd7aff91d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7668cc5cd7aff91d","status":"passed","time":{"start":1726218208236,"stop":1726218208237,"duration":1}},{"uid":"47dce93e0c12260d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47dce93e0c12260d","status":"passed","time":{"start":1726217461851,"stop":1726217461852,"duration":1}},{"uid":"12eaa2051bd1aeea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/12eaa2051bd1aeea","status":"passed","time":{"start":1726217403234,"stop":1726217403236,"duration":2}}]},"eb9f5c637ccaca44bc69118a8add9174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b35ed543bc55ca7a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b35ed543bc55ca7a","status":"passed","time":{"start":1726217840562,"stop":1726217840565,"duration":3}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af6e829bb5358519","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/af6e829bb5358519","status":"passed","time":{"start":1726218781374,"stop":1726218781375,"duration":1}},{"uid":"fbdf6fecbd6fa7e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fbdf6fecbd6fa7e4","status":"passed","time":{"start":1726218013691,"stop":1726218013691,"duration":0}},{"uid":"f9842c14b2cd424d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f9842c14b2cd424d","status":"passed","time":{"start":1726217945324,"stop":1726217945325,"duration":1}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7b898c2f4e8e699e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7b898c2f4e8e699e","status":"passed","time":{"start":1726218315930,"stop":1726218315930,"duration":0}},{"uid":"c39f1eda8251a907","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c39f1eda8251a907","status":"passed","time":{"start":1726217577151,"stop":1726217577152,"duration":1}},{"uid":"e73321fbfd26fec7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e73321fbfd26fec7","status":"passed","time":{"start":1726217509423,"stop":1726217509424,"duration":1}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"25bad725628c61db","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/25bad725628c61db","status":"passed","time":{"start":1726218781369,"stop":1726218781370,"duration":1}},{"uid":"7218ef37689f8d5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7218ef37689f8d5c","status":"passed","time":{"start":1726218013688,"stop":1726218013689,"duration":1}},{"uid":"ab3767ab4a0b0387","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ab3767ab4a0b0387","status":"passed","time":{"start":1726217945323,"stop":1726217945323,"duration":0}}]},"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"952c03b2249cfd3c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/952c03b2249cfd3c","status":"passed","time":{"start":1726218356743,"stop":1726218356743,"duration":0}},{"uid":"1f98fc81c2c208f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1f98fc81c2c208f2","status":"passed","time":{"start":1726217603245,"stop":1726217603245,"duration":0}},{"uid":"dbce28a4e37b175a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dbce28a4e37b175a","status":"passed","time":{"start":1726217544018,"stop":1726217544018,"duration":0}}]},"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7a939780ee57c098","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a939780ee57c098","status":"passed","time":{"start":1726218188589,"stop":1726218188589,"duration":0}},{"uid":"ac26df81bb1c1915","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac26df81bb1c1915","status":"passed","time":{"start":1726217441549,"stop":1726217441550,"duration":1}},{"uid":"ce6efc6f93fb3c50","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce6efc6f93fb3c50","status":"passed","time":{"start":1726217383212,"stop":1726217383213,"duration":1}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"987c8073d6addeed","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/987c8073d6addeed","status":"passed","time":{"start":1726218787578,"stop":1726218787579,"duration":1}},{"uid":"7d6d58bdcb63c947","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d6d58bdcb63c947","status":"passed","time":{"start":1726218066281,"stop":1726218066281,"duration":0}},{"uid":"15c476bc6c5d218a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15c476bc6c5d218a","status":"passed","time":{"start":1726217965308,"stop":1726217965308,"duration":0}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cfddf4ff812d0a06","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cfddf4ff812d0a06","status":"passed","time":{"start":1726218807914,"stop":1726218807914,"duration":0}},{"uid":"e13a13fd6ca5d2ff","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e13a13fd6ca5d2ff","status":"passed","time":{"start":1726218061980,"stop":1726218061981,"duration":1}},{"uid":"ca33e588df997c8e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ca33e588df997c8e","status":"passed","time":{"start":1726217984951,"stop":1726217984951,"duration":0}}]},"6e6a418f8d45c03dd7942b6dd4acecac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67307bc0cb953c6a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/67307bc0cb953c6a","status":"passed","time":{"start":1726218748391,"stop":1726218748391,"duration":0}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"163fb3d9ed95c8ee","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/163fb3d9ed95c8ee","status":"passed","time":{"start":1726218708393,"stop":1726218708393,"duration":0}},{"uid":"3ceb98ed5f653578","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3ceb98ed5f653578","status":"passed","time":{"start":1726217980039,"stop":1726217980039,"duration":0}},{"uid":"e7e2fddc4123a89b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e7e2fddc4123a89b","status":"passed","time":{"start":1726217896500,"stop":1726217896501,"duration":1}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5b30cd825e9d9fc8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5b30cd825e9d9fc8","status":"passed","time":{"start":1726218213409,"stop":1726218213409,"duration":0}},{"uid":"8a1610f72c58596f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a1610f72c58596f","status":"passed","time":{"start":1726217466676,"stop":1726217466676,"duration":0}},{"uid":"4117c1a050f69c8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4117c1a050f69c8","status":"passed","time":{"start":1726217408297,"stop":1726217408297,"duration":0}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"258bf1362d8d39c7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/258bf1362d8d39c7","status":"passed","time":{"start":1726218787587,"stop":1726218787588,"duration":1}},{"uid":"1d51ce2f861ce45c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d51ce2f861ce45c","status":"passed","time":{"start":1726218066299,"stop":1726218066299,"duration":0}},{"uid":"3bd8ec53b22231a0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3bd8ec53b22231a0","status":"passed","time":{"start":1726217965319,"stop":1726217965320,"duration":1}}]},"6d1136c538e4fb816f257cef285dd09b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42b2de635a2355c6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/42b2de635a2355c6","status":"passed","time":{"start":1726218765877,"stop":1726218765877,"duration":0}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"561efe26b6a53b81","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/561efe26b6a53b81","status":"passed","time":{"start":1726218251126,"stop":1726218251129,"duration":3}},{"uid":"ab9dbea0e18daacc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ab9dbea0e18daacc","status":"passed","time":{"start":1726217503657,"stop":1726217503657,"duration":0}},{"uid":"2068013a4a1a6bb6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2068013a4a1a6bb6","status":"passed","time":{"start":1726217444763,"stop":1726217444764,"duration":1}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2cf34a60d6e06741","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2cf34a60d6e06741","status":"passed","time":{"start":1726218706745,"stop":1726218706746,"duration":1}},{"uid":"ecd94d1fd89bec96","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ecd94d1fd89bec96","status":"passed","time":{"start":1726217976614,"stop":1726217976615,"duration":1}},{"uid":"8118d404c11e3a27","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8118d404c11e3a27","status":"passed","time":{"start":1726217890300,"stop":1726217890300,"duration":0}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5a21f4983c8d827f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5a21f4983c8d827f","status":"passed","time":{"start":1726218208238,"stop":1726218208239,"duration":1}},{"uid":"6335709be79bd6f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6335709be79bd6f2","status":"passed","time":{"start":1726217461853,"stop":1726217461854,"duration":1}},{"uid":"6863e70ff9c2e20f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6863e70ff9c2e20f","status":"passed","time":{"start":1726217403237,"stop":1726217403237,"duration":0}}]},"6f5db8f8f13c830c7e59f3146489be59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d1f97d2963b4edc9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d1f97d2963b4edc9","status":"passed","time":{"start":1726218612959,"stop":1726218612960,"duration":1}},{"uid":"c5cc9eb2b2619f9d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5cc9eb2b2619f9d","status":"passed","time":{"start":1726217868233,"stop":1726217868233,"duration":0}},{"uid":"c2c050b31c2e1a89","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c2c050b31c2e1a89","status":"passed","time":{"start":1726217785166,"stop":1726217785167,"duration":1}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63d2ba4cda7057a7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/63d2ba4cda7057a7","status":"passed","time":{"start":1726218708449,"stop":1726218708449,"duration":0}},{"uid":"b00c46347845a679","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b00c46347845a679","status":"passed","time":{"start":1726217980052,"stop":1726217980052,"duration":0}},{"uid":"62f3a3c68a9b914d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/62f3a3c68a9b914d","status":"passed","time":{"start":1726217896506,"stop":1726217896507,"duration":1}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b5260dc5ae1bff51","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b5260dc5ae1bff51","status":"passed","time":{"start":1726218781381,"stop":1726218781381,"duration":0}},{"uid":"fa96a3d3c340607a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa96a3d3c340607a","status":"passed","time":{"start":1726218013697,"stop":1726218013697,"duration":0}},{"uid":"5e24ca1cf2ad0154","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e24ca1cf2ad0154","status":"passed","time":{"start":1726217945330,"stop":1726217945330,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cb3d1b58d6e18482","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cb3d1b58d6e18482","status":"passed","time":{"start":1726218422919,"stop":1726218422920,"duration":1}},{"uid":"26346756a1797bfe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/26346756a1797bfe","status":"passed","time":{"start":1726217687443,"stop":1726217687444,"duration":1}},{"uid":"7a3b9547e6929e88","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7a3b9547e6929e88","status":"passed","time":{"start":1726217604527,"stop":1726217604528,"duration":1}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cb995bf8240b7f54","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cb995bf8240b7f54","status":"passed","time":{"start":1726218700175,"stop":1726218700175,"duration":0}},{"uid":"9931e5fbeb80520f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9931e5fbeb80520f","status":"passed","time":{"start":1726217955948,"stop":1726217955949,"duration":1}},{"uid":"ebf33d0c3d2b900d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ebf33d0c3d2b900d","status":"passed","time":{"start":1726217870053,"stop":1726217870053,"duration":0}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"cbbbca0ada53944b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cbbbca0ada53944b","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218417157,"stop":1726218417157,"duration":0}},{"uid":"512770156df70bbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/512770156df70bbf","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217677846,"stop":1726217677846,"duration":0}},{"uid":"65583bbba889e67e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/65583bbba889e67e","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217616849,"stop":1726217616850,"duration":1}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1a33e54b4a8fdf12","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1a33e54b4a8fdf12","status":"passed","time":{"start":1726218787574,"stop":1726218787574,"duration":0}},{"uid":"9a9afe810157a850","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9a9afe810157a850","status":"passed","time":{"start":1726218066276,"stop":1726218066276,"duration":0}},{"uid":"b6c9801f18f77396","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b6c9801f18f77396","status":"passed","time":{"start":1726217965300,"stop":1726217965300,"duration":0}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c08edc97e8b5aa67","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c08edc97e8b5aa67","status":"passed","time":{"start":1726218188111,"stop":1726218188112,"duration":1}},{"uid":"e53c7cf82e29fc58","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e53c7cf82e29fc58","status":"passed","time":{"start":1726217441220,"stop":1726217441220,"duration":0}},{"uid":"712f955b15e7b4f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/712f955b15e7b4f0","status":"passed","time":{"start":1726217382869,"stop":1726217382869,"duration":0}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4e482fae9ed5ae5e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4e482fae9ed5ae5e","status":"passed","time":{"start":1726218197010,"stop":1726218197011,"duration":1}},{"uid":"eebd79fe645a938e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eebd79fe645a938e","status":"passed","time":{"start":1726217450209,"stop":1726217450209,"duration":0}},{"uid":"c0d6de7b6bf92f59","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c0d6de7b6bf92f59","status":"passed","time":{"start":1726217391860,"stop":1726217391860,"duration":0}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7940d4f646ff9e16","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7940d4f646ff9e16","status":"passed","time":{"start":1726218765884,"stop":1726218765884,"duration":0}},{"uid":"7b13e800fd0cb8b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b13e800fd0cb8b7","status":"passed","time":{"start":1726218039632,"stop":1726218039632,"duration":0}},{"uid":"f694b48a9fe5b4fb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f694b48a9fe5b4fb","status":"passed","time":{"start":1726217952886,"stop":1726217952891,"duration":5}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"d270dbd0607b4d56","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d270dbd0607b4d56","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218250244,"stop":1726218250244,"duration":0}},{"uid":"d2b9f5b0f8c8699d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2b9f5b0f8c8699d","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217507044,"stop":1726217507044,"duration":0}},{"uid":"5613864c255307a0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5613864c255307a0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217445626,"stop":1726217445626,"duration":0}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a699ed89ba2d5a00","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a699ed89ba2d5a00","status":"passed","time":{"start":1726218659028,"stop":1726218659028,"duration":0}},{"uid":"75edb88255806c74","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/75edb88255806c74","status":"passed","time":{"start":1726217924765,"stop":1726217924765,"duration":0}},{"uid":"fc8366e0526b83a0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fc8366e0526b83a0","status":"passed","time":{"start":1726217840569,"stop":1726217840570,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f0265f826b6996e5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f0265f826b6996e5","status":"passed","time":{"start":1726218318073,"stop":1726218318078,"duration":5}},{"uid":"95af17ba7cffbe1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95af17ba7cffbe1","status":"passed","time":{"start":1726217567469,"stop":1726217567470,"duration":1}},{"uid":"5bb956806b86ecc9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5bb956806b86ecc9","status":"passed","time":{"start":1726217508416,"stop":1726217508416,"duration":0}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"79635a3345586d28","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79635a3345586d28","status":"passed","time":{"start":1726218659000,"stop":1726218659001,"duration":1}},{"uid":"abdb0ed5d61875d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/abdb0ed5d61875d6","status":"passed","time":{"start":1726217924730,"stop":1726217924730,"duration":0}},{"uid":"d2a95e9f8c65edc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d2a95e9f8c65edc","status":"passed","time":{"start":1726217840471,"stop":1726217840472,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4978b79034937b59","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4978b79034937b59","status":"passed","time":{"start":1726218781373,"stop":1726218781374,"duration":1}},{"uid":"62582c25cfe4c6ae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/62582c25cfe4c6ae","status":"passed","time":{"start":1726218013690,"stop":1726218013690,"duration":0}},{"uid":"26690e6258870e5d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/26690e6258870e5d","status":"passed","time":{"start":1726217945324,"stop":1726217945324,"duration":0}}]},"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"12f54a22b7d0c46a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/12f54a22b7d0c46a","status":"passed","time":{"start":1726218188595,"stop":1726218188596,"duration":1}},{"uid":"e4a88018a044905","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e4a88018a044905","status":"passed","time":{"start":1726217441556,"stop":1726217441557,"duration":1}},{"uid":"71aa4efb7c2badc5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/71aa4efb7c2badc5","status":"passed","time":{"start":1726217383219,"stop":1726217383220,"duration":1}}]},"f1376321c0cdaf3e2d1853c53fb70497:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b87ec4ae07b4e39","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7b87ec4ae07b4e39","status":"passed","time":{"start":1726217890299,"stop":1726217890299,"duration":0}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8cab99bd60602b49","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8cab99bd60602b49","status":"passed","time":{"start":1726218673556,"stop":1726218673556,"duration":0}},{"uid":"aa3b33c00932961f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aa3b33c00932961f","status":"passed","time":{"start":1726217946724,"stop":1726217946724,"duration":0}},{"uid":"8aac035610c4b080","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8aac035610c4b080","status":"passed","time":{"start":1726217862780,"stop":1726217862780,"duration":0}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"857df858501ca9f5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/857df858501ca9f5","status":"passed","time":{"start":1726218659020,"stop":1726218659021,"duration":1}},{"uid":"decd75e56d355f4f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/decd75e56d355f4f","status":"passed","time":{"start":1726217924753,"stop":1726217924753,"duration":0}},{"uid":"74c370988e3ba269","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/74c370988e3ba269","status":"passed","time":{"start":1726217840544,"stop":1726217840544,"duration":0}}]},"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ed00d3ef935e0077","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ed00d3ef935e0077","status":"passed","time":{"start":1726218188600,"stop":1726218188600,"duration":0}},{"uid":"8e9c67811b271bd5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8e9c67811b271bd5","status":"passed","time":{"start":1726217441563,"stop":1726217441563,"duration":0}},{"uid":"d6188eb9ee399a44","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d6188eb9ee399a44","status":"passed","time":{"start":1726217383225,"stop":1726217383225,"duration":0}}]},"2557ec157df35bf6d707685321bea72f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bc12cd0083b5a2a8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bc12cd0083b5a2a8","status":"passed","time":{"start":1726218612962,"stop":1726218612962,"duration":0}},{"uid":"bff1533859a58dfa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bff1533859a58dfa","status":"passed","time":{"start":1726217868233,"stop":1726217868234,"duration":1}},{"uid":"6985ee31a275dbae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6985ee31a275dbae","status":"passed","time":{"start":1726217785168,"stop":1726217785169,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cd38fa5481fe6944","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cd38fa5481fe6944","status":"passed","time":{"start":1726218673552,"stop":1726218673553,"duration":1}},{"uid":"f3ecbd401a1a7259","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3ecbd401a1a7259","status":"passed","time":{"start":1726217946722,"stop":1726217946722,"duration":0}},{"uid":"959c9cef6e96ec20","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/959c9cef6e96ec20","status":"passed","time":{"start":1726217862776,"stop":1726217862776,"duration":0}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aa2fbbc28729b12d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/aa2fbbc28729b12d","status":"passed","time":{"start":1726218239525,"stop":1726218239526,"duration":1}},{"uid":"5179966f57ebbdde","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5179966f57ebbdde","status":"passed","time":{"start":1726217493340,"stop":1726217493341,"duration":1}},{"uid":"660692007901190","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/660692007901190","status":"passed","time":{"start":1726217434835,"stop":1726217434835,"duration":0}}]},"08b68d234e84cac511353d0a55c2dea7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3fd595342149374","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e3fd595342149374","status":"passed","time":{"start":1726217923180,"stop":1726217923180,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6bc6cf8a5a6a43b2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6bc6cf8a5a6a43b2","status":"passed","time":{"start":1726218196998,"stop":1726218196998,"duration":0}},{"uid":"42b2760caa093080","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42b2760caa093080","status":"passed","time":{"start":1726217450196,"stop":1726217450196,"duration":0}},{"uid":"56139187f67d6ea0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/56139187f67d6ea0","status":"passed","time":{"start":1726217391848,"stop":1726217391848,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b0712850326ae1b5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b0712850326ae1b5","status":"passed","time":{"start":1726218459537,"stop":1726218459537,"duration":0}},{"uid":"3017e8be06448635","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3017e8be06448635","status":"passed","time":{"start":1726217706005,"stop":1726217706005,"duration":0}},{"uid":"72f8d61a5f7d10d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/72f8d61a5f7d10d7","status":"passed","time":{"start":1726217650762,"stop":1726217650762,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c912027d7e951cfc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c912027d7e951cfc","status":"passed","time":{"start":1726218597577,"stop":1726218597577,"duration":0}},{"uid":"2e5a6f402f793a14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e5a6f402f793a14","status":"passed","time":{"start":1726217848420,"stop":1726217848420,"duration":0}},{"uid":"b20c5ce9c70a87db","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b20c5ce9c70a87db","status":"passed","time":{"start":1726217774669,"stop":1726217774670,"duration":1}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4432c7cf1fd345da","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4432c7cf1fd345da","status":"passed","time":{"start":1726218781388,"stop":1726218781388,"duration":0}},{"uid":"f974fb36c1ad20d9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f974fb36c1ad20d9","status":"passed","time":{"start":1726218013702,"stop":1726218013712,"duration":10}},{"uid":"72014da336dc6cae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/72014da336dc6cae","status":"passed","time":{"start":1726217945335,"stop":1726217945336,"duration":1}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b02d1d3b0cceae71","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b02d1d3b0cceae71","status":"passed","time":{"start":1726218787580,"stop":1726218787580,"duration":0}},{"uid":"ae619eb282cfba91","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae619eb282cfba91","status":"passed","time":{"start":1726218066282,"stop":1726218066282,"duration":0}},{"uid":"2feef292305df39b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2feef292305df39b","status":"passed","time":{"start":1726217965309,"stop":1726217965309,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7a1f1ab215301204","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a1f1ab215301204","status":"passed","time":{"start":1726218761850,"stop":1726218761850,"duration":0}},{"uid":"2e6e42f34c4e0edf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e6e42f34c4e0edf","status":"passed","time":{"start":1726218020454,"stop":1726218020455,"duration":1}},{"uid":"999443686eab4540","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/999443686eab4540","status":"passed","time":{"start":1726217934111,"stop":1726217934112,"duration":1}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8aa21cfab6a92bd2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8aa21cfab6a92bd2","status":"passed","time":{"start":1726218791848,"stop":1726218791849,"duration":1}},{"uid":"57a626a4a7efd37c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/57a626a4a7efd37c","status":"passed","time":{"start":1726218054694,"stop":1726218054699,"duration":5}},{"uid":"ba991ba93dd263da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba991ba93dd263da","status":"passed","time":{"start":1726217965433,"stop":1726217965433,"duration":0}}]},"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e2447c23f4ea66d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e2447c23f4ea66d","status":"passed","time":{"start":1726218188604,"stop":1726218188605,"duration":1}},{"uid":"6f9ab89a4500802d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f9ab89a4500802d","status":"passed","time":{"start":1726217441568,"stop":1726217441568,"duration":0}},{"uid":"873dbaa11183b2e5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/873dbaa11183b2e5","status":"passed","time":{"start":1726217383231,"stop":1726217383231,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f3b9afd9f60bc032","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f3b9afd9f60bc032","status":"passed","time":{"start":1726218781378,"stop":1726218781378,"duration":0}},{"uid":"8ca8dd69249fc3f5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8ca8dd69249fc3f5","status":"passed","time":{"start":1726218013693,"stop":1726218013693,"duration":0}},{"uid":"3c32e834a4a3cfa5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3c32e834a4a3cfa5","status":"passed","time":{"start":1726217945327,"stop":1726217945327,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a9a6274d98d6acbf","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a9a6274d98d6acbf","status":"passed","time":{"start":1726218471417,"stop":1726218471434,"duration":17}},{"uid":"249e9bfd52485f18","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/249e9bfd52485f18","status":"passed","time":{"start":1726217724203,"stop":1726217724203,"duration":0}},{"uid":"ee988470fc12c672","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ee988470fc12c672","status":"passed","time":{"start":1726217656059,"stop":1726217656059,"duration":0}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"74e482c886148c4b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/74e482c886148c4b","status":"passed","time":{"start":1726218685052,"stop":1726218685053,"duration":1}},{"uid":"a59d67651086a0f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a59d67651086a0f1","status":"passed","time":{"start":1726217960214,"stop":1726217960214,"duration":0}},{"uid":"3dbf84d1d2b263b9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3dbf84d1d2b263b9","status":"passed","time":{"start":1726217875229,"stop":1726217875230,"duration":1}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ab65afa3d8e3bd36","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ab65afa3d8e3bd36","status":"passed","time":{"start":1726218673558,"stop":1726218673558,"duration":0}},{"uid":"dd0c3a44300bb4cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd0c3a44300bb4cd","status":"passed","time":{"start":1726217946732,"stop":1726217946732,"duration":0}},{"uid":"7913f16f726c6df0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7913f16f726c6df0","status":"passed","time":{"start":1726217862782,"stop":1726217862783,"duration":1}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3398003093094c39","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3398003093094c39","status":"passed","time":{"start":1726218706745,"stop":1726218706745,"duration":0}},{"uid":"c44675d18b5bdf00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c44675d18b5bdf00","status":"passed","time":{"start":1726217976613,"stop":1726217976614,"duration":1}},{"uid":"e71ad5a6db4665da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e71ad5a6db4665da","status":"passed","time":{"start":1726217890300,"stop":1726217890300,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2fabf43f2aec9bcc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fabf43f2aec9bcc","status":"passed","time":{"start":1726218833198,"stop":1726218833198,"duration":0}},{"uid":"e29eb799a4dcdfa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e29eb799a4dcdfa","status":"passed","time":{"start":1726218095393,"stop":1726218095393,"duration":0}},{"uid":"36aebf635ea253a3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36aebf635ea253a3","status":"passed","time":{"start":1726218006961,"stop":1726218006962,"duration":1}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1f7500f65af852c3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1f7500f65af852c3","status":"passed","time":{"start":1726218748398,"stop":1726218748398,"duration":0}},{"uid":"ef70294ca0d0caa2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef70294ca0d0caa2","status":"passed","time":{"start":1726218011629,"stop":1726218011630,"duration":1}},{"uid":"485f5ec32e3e2c13","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/485f5ec32e3e2c13","status":"passed","time":{"start":1726217923185,"stop":1726217923186,"duration":1}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"de48ad716cf61862","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/de48ad716cf61862","status":"passed","time":{"start":1726218787581,"stop":1726218787581,"duration":0}},{"uid":"da85895096bc06a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da85895096bc06a8","status":"passed","time":{"start":1726218066288,"stop":1726218066288,"duration":0}},{"uid":"2b1bafeddad747ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2b1bafeddad747ae","status":"passed","time":{"start":1726217965311,"stop":1726217965311,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5d2bb287207eb996","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5d2bb287207eb996","status":"passed","time":{"start":1726218279686,"stop":1726218279687,"duration":1}},{"uid":"175f73d1c21f019b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/175f73d1c21f019b","status":"passed","time":{"start":1726217533046,"stop":1726217533047,"duration":1}},{"uid":"6bbd5a643657f24f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6bbd5a643657f24f","status":"passed","time":{"start":1726217474964,"stop":1726217474964,"duration":0}}]},"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7b892ddd4cd55528","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7b892ddd4cd55528","status":"passed","time":{"start":1726218188590,"stop":1726218188591,"duration":1}},{"uid":"72842ee5184d92f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72842ee5184d92f8","status":"passed","time":{"start":1726217441551,"stop":1726217441551,"duration":0}},{"uid":"c4201781a8d55a57","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4201781a8d55a57","status":"passed","time":{"start":1726217383214,"stop":1726217383215,"duration":1}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"84c884540ce76052","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/84c884540ce76052","status":"passed","time":{"start":1726218787592,"stop":1726218787592,"duration":0}},{"uid":"3faae2278630f533","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3faae2278630f533","status":"passed","time":{"start":1726218066308,"stop":1726218066314,"duration":6}},{"uid":"3acbbb541b6ed3a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3acbbb541b6ed3a6","status":"passed","time":{"start":1726217965347,"stop":1726217965347,"duration":0}}]},"b8224b5240fbd362784e93469a691c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5bc6855f1ee3e850","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5bc6855f1ee3e850","status":"passed","time":{"start":1726218748390,"stop":1726218748391,"duration":1}}]},"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fba8e224a1c49d99","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fba8e224a1c49d99","status":"passed","time":{"start":1726218188587,"stop":1726218188587,"duration":0}},{"uid":"1d685cd8bbeb331d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d685cd8bbeb331d","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"duration":0}},{"uid":"85fc9a212486fb4b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85fc9a212486fb4b","status":"passed","time":{"start":1726217383210,"stop":1726217383210,"duration":0}}]},"8a21ab25c2ad276c8011246878f8019a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"280a7ba80e6d145","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/280a7ba80e6d145","status":"passed","time":{"start":1726218706744,"stop":1726218706744,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f446c58c4903bcef","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f446c58c4903bcef","status":"passed","time":{"start":1726218249120,"stop":1726218249120,"duration":0}},{"uid":"d60bf22b87acb74f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d60bf22b87acb74f","status":"passed","time":{"start":1726217503858,"stop":1726217503859,"duration":1}},{"uid":"77f99ee8a2ec8c92","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/77f99ee8a2ec8c92","status":"passed","time":{"start":1726217442597,"stop":1726217442598,"duration":1}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b568871db81458f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b568871db81458f8","status":"passed","time":{"start":1726218833198,"stop":1726218833199,"duration":1}},{"uid":"81a6e7263f2db1a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/81a6e7263f2db1a4","status":"passed","time":{"start":1726218095393,"stop":1726218095394,"duration":1}},{"uid":"7cf0231cf2274644","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7cf0231cf2274644","status":"passed","time":{"start":1726218006962,"stop":1726218006962,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a3c1647162fd7bbb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a3c1647162fd7bbb","status":"passed","time":{"start":1726218827656,"stop":1726218827656,"duration":0}},{"uid":"4ba0c2fecbf6b662","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4ba0c2fecbf6b662","status":"passed","time":{"start":1726218090763,"stop":1726218090763,"duration":0}},{"uid":"465472260a810ff6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/465472260a810ff6","status":"passed","time":{"start":1726217999476,"stop":1726217999477,"duration":1}}]},"38ae952e928b892b973efc93018df70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a746752f6b36bda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a746752f6b36bda","status":"passed","time":{"start":1726218011627,"stop":1726218011627,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"84d0fc5d081a1509","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/84d0fc5d081a1509","status":"passed","time":{"start":1726218706738,"stop":1726218706738,"duration":0}},{"uid":"afc4890543196d66","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/afc4890543196d66","status":"passed","time":{"start":1726217976601,"stop":1726217976601,"duration":0}},{"uid":"10e14e2044fd0277","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/10e14e2044fd0277","status":"passed","time":{"start":1726217890293,"stop":1726217890293,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fbf8f29482b4fb5e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fbf8f29482b4fb5e","status":"passed","time":{"start":1726218197000,"stop":1726218197000,"duration":0}},{"uid":"4025c993a732dd8d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4025c993a732dd8d","status":"passed","time":{"start":1726217450198,"stop":1726217450198,"duration":0}},{"uid":"ff22d5aee87d1fae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ff22d5aee87d1fae","status":"passed","time":{"start":1726217391849,"stop":1726217391850,"duration":1}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ea50e619a88758a4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ea50e619a88758a4","status":"passed","time":{"start":1726218781384,"stop":1726218781384,"duration":0}},{"uid":"ea1d44b491181207","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ea1d44b491181207","status":"passed","time":{"start":1726218013700,"stop":1726218013700,"duration":0}},{"uid":"1763fb6f44e62fd4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1763fb6f44e62fd4","status":"passed","time":{"start":1726217945333,"stop":1726217945333,"duration":0}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7a839190823738f9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a839190823738f9","status":"passed","time":{"start":1726218748398,"stop":1726218748398,"duration":0}},{"uid":"2c6da54044659602","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2c6da54044659602","status":"passed","time":{"start":1726218011629,"stop":1726218011629,"duration":0}},{"uid":"c05f3d48d050a3bf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c05f3d48d050a3bf","status":"passed","time":{"start":1726217923185,"stop":1726217923185,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7a1db39d50f9ba6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a1db39d50f9ba6","status":"passed","time":{"start":1726218357625,"stop":1726218357626,"duration":1}},{"uid":"2aef1dcc86b612f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2aef1dcc86b612f6","status":"passed","time":{"start":1726217608003,"stop":1726217608004,"duration":1}},{"uid":"8418a9dce2dec4f4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8418a9dce2dec4f4","status":"passed","time":{"start":1726217547146,"stop":1726217547146,"duration":0}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b4e4482984d50d1f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b4e4482984d50d1f","status":"passed","time":{"start":1726218833200,"stop":1726218833200,"duration":0}},{"uid":"f591f16c528f3754","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f591f16c528f3754","status":"passed","time":{"start":1726218095395,"stop":1726218095395,"duration":0}},{"uid":"412082fe329b88cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/412082fe329b88cc","status":"passed","time":{"start":1726218006963,"stop":1726218006963,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dc2623382528f3ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dc2623382528f3ab","status":"passed","time":{"start":1726218787577,"stop":1726218787577,"duration":0}},{"uid":"26db03bcb167e1a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/26db03bcb167e1a6","status":"passed","time":{"start":1726218066280,"stop":1726218066280,"duration":0}},{"uid":"606562d6b1c1a634","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/606562d6b1c1a634","status":"passed","time":{"start":1726217965303,"stop":1726217965304,"duration":1}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9acc074040e16f2d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9acc074040e16f2d","status":"passed","time":{"start":1726218422909,"stop":1726218422909,"duration":0}},{"uid":"da6a90a0bb2f5052","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da6a90a0bb2f5052","status":"passed","time":{"start":1726217687429,"stop":1726217687429,"duration":0}},{"uid":"38291434f6c04740","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38291434f6c04740","status":"passed","time":{"start":1726217604498,"stop":1726217604498,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a912e5c227e9d1a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a912e5c227e9d1a0","status":"passed","time":{"start":1726218318084,"stop":1726218318088,"duration":4}},{"uid":"e5c4025f4cf0c155","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5c4025f4cf0c155","status":"passed","time":{"start":1726217567471,"stop":1726217567472,"duration":1}},{"uid":"8c6599e6cd735051","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c6599e6cd735051","status":"passed","time":{"start":1726217508417,"stop":1726217508418,"duration":1}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"55601fd8e673c9c4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/55601fd8e673c9c4","status":"passed","time":{"start":1726218708394,"stop":1726218708394,"duration":0}},{"uid":"a16ed47e57a9e8be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a16ed47e57a9e8be","status":"passed","time":{"start":1726217980049,"stop":1726217980050,"duration":1}},{"uid":"6a8b2c7f9d66e802","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a8b2c7f9d66e802","status":"passed","time":{"start":1726217896502,"stop":1726217896503,"duration":1}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"da58e62c63de831","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/da58e62c63de831","status":"passed","time":{"start":1726218659005,"stop":1726218659006,"duration":1}},{"uid":"ca635cebc11eec5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca635cebc11eec5c","status":"passed","time":{"start":1726217924735,"stop":1726217924735,"duration":0}},{"uid":"d9ebc2a4e9f2acea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9ebc2a4e9f2acea","status":"passed","time":{"start":1726217840475,"stop":1726217840476,"duration":1}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1d6396f7a8c0572a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1d6396f7a8c0572a","status":"passed","time":{"start":1726218196344,"stop":1726218196345,"duration":1}},{"uid":"1c540980b93f4667","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c540980b93f4667","status":"passed","time":{"start":1726217449474,"stop":1726217449475,"duration":1}},{"uid":"c1a334cb4fa73e68","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1a334cb4fa73e68","status":"passed","time":{"start":1726217391249,"stop":1726217391250,"duration":1}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8208308747a58c70","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8208308747a58c70","status":"passed","time":{"start":1726218209374,"stop":1726218209374,"duration":0}},{"uid":"9d4a31fecbd4c094","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9d4a31fecbd4c094","status":"passed","time":{"start":1726217462337,"stop":1726217462339,"duration":2}},{"uid":"43cf311e065e9a26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43cf311e065e9a26","status":"passed","time":{"start":1726217404189,"stop":1726217404189,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b1ac87b4d92ef3de","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b1ac87b4d92ef3de","status":"passed","time":{"start":1726218471438,"stop":1726218471438,"duration":0}},{"uid":"af5538879261d242","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af5538879261d242","status":"passed","time":{"start":1726217724226,"stop":1726217724227,"duration":1}},{"uid":"6e10592354984b98","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e10592354984b98","status":"passed","time":{"start":1726217656060,"stop":1726217656060,"duration":0}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4ed28731614e4bad","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ed28731614e4bad","status":"passed","time":{"start":1726218673555,"stop":1726218673555,"duration":0}},{"uid":"ee54230ded098042","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ee54230ded098042","status":"passed","time":{"start":1726217946723,"stop":1726217946723,"duration":0}},{"uid":"3539a4fac29b54e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3539a4fac29b54e","status":"passed","time":{"start":1726217862778,"stop":1726217862779,"duration":1}}]},"3f0f2dc0913594ac4d27adb61197f584:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a0cf72a2f6a2f7b0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0cf72a2f6a2f7b0","status":"passed","time":{"start":1726218612969,"stop":1726218612970,"duration":1}},{"uid":"fd07b200094621c3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd07b200094621c3","status":"passed","time":{"start":1726217868247,"stop":1726217868248,"duration":1}},{"uid":"63ac9f7e9d0ed37d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63ac9f7e9d0ed37d","status":"passed","time":{"start":1726217785175,"stop":1726217785176,"duration":1}}]},"7e19743d899ffc1a028976587701d8da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d261a52e45727f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d261a52e45727f0","status":"passed","time":{"start":1726217862805,"stop":1726217862805,"duration":0}}]},"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"276a06e11aa0e70f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/276a06e11aa0e70f","status":"passed","time":{"start":1726218356742,"stop":1726218356743,"duration":1}},{"uid":"aadf896afd64389b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aadf896afd64389b","status":"passed","time":{"start":1726217603244,"stop":1726217603245,"duration":1}},{"uid":"553911fb99aedf4c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/553911fb99aedf4c","status":"passed","time":{"start":1726217544017,"stop":1726217544018,"duration":1}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d669f18092acb7c9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d669f18092acb7c9","status":"passed","time":{"start":1726218196343,"stop":1726218196344,"duration":1}},{"uid":"be63cfdb366bc3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be63cfdb366bc3c","status":"passed","time":{"start":1726217449471,"stop":1726217449474,"duration":3}},{"uid":"39104b30aee71bbd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39104b30aee71bbd","status":"passed","time":{"start":1726217391249,"stop":1726217391249,"duration":0}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d040efb5dcb7d689","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d040efb5dcb7d689","status":"passed","time":{"start":1726218791850,"stop":1726218791850,"duration":0}},{"uid":"a9a095a31d4342b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a9a095a31d4342b8","status":"passed","time":{"start":1726218054703,"stop":1726218054704,"duration":1}},{"uid":"b3fabc5777b1fb75","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b3fabc5777b1fb75","status":"passed","time":{"start":1726217965434,"stop":1726217965434,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"15cb2431301a4319","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/15cb2431301a4319","status":"passed","time":{"start":1726218315929,"stop":1726218315929,"duration":0}},{"uid":"4173215c27f58299","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4173215c27f58299","status":"passed","time":{"start":1726217577138,"stop":1726217577146,"duration":8}},{"uid":"36750f8808705516","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36750f8808705516","status":"passed","time":{"start":1726217509415,"stop":1726217509415,"duration":0}}]},"21aaa2ba3dacac3be79eb626492e7e49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2fa40ebc5a25ff9f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fa40ebc5a25ff9f","status":"passed","time":{"start":1726218706745,"stop":1726218706745,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b8edefb8edf66da1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b8edefb8edf66da1","status":"passed","time":{"start":1726218422894,"stop":1726218422894,"duration":0}},{"uid":"a8581a6e5485075c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a8581a6e5485075c","status":"passed","time":{"start":1726217687416,"stop":1726217687416,"duration":0}},{"uid":"26af7413f4a7a408","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/26af7413f4a7a408","status":"passed","time":{"start":1726217604479,"stop":1726217604480,"duration":1}}]},"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cbefdcbcfdef8439","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cbefdcbcfdef8439","status":"passed","time":{"start":1726218188598,"stop":1726218188598,"duration":0}},{"uid":"f3f809e51280ffb7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3f809e51280ffb7","status":"passed","time":{"start":1726217441560,"stop":1726217441560,"duration":0}},{"uid":"c9e58754d4cf28e9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c9e58754d4cf28e9","status":"passed","time":{"start":1726217383222,"stop":1726217383222,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f56f0a2dcfbe7b9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f56f0a2dcfbe7b9","status":"passed","time":{"start":1726218659008,"stop":1726218659009,"duration":1}},{"uid":"231d34991ec56653","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/231d34991ec56653","status":"passed","time":{"start":1726217924737,"stop":1726217924738,"duration":1}},{"uid":"298a6686ae76e3cf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/298a6686ae76e3cf","status":"passed","time":{"start":1726217840492,"stop":1726217840503,"duration":11}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"52f7a9818620111d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52f7a9818620111d","status":"passed","time":{"start":1726218833199,"stop":1726218833199,"duration":0}},{"uid":"18a81fdc8f640f1b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18a81fdc8f640f1b","status":"passed","time":{"start":1726218095394,"stop":1726218095394,"duration":0}},{"uid":"163e71d52c44ec31","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/163e71d52c44ec31","status":"passed","time":{"start":1726218006962,"stop":1726218006962,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3ad503da8b5a193f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3ad503da8b5a193f","status":"passed","time":{"start":1726218787585,"stop":1726218787585,"duration":0}},{"uid":"ba693ab0b047ac50","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ba693ab0b047ac50","status":"passed","time":{"start":1726218066297,"stop":1726218066297,"duration":0}},{"uid":"9f09cd9ce3373fc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9f09cd9ce3373fc","status":"passed","time":{"start":1726217965317,"stop":1726217965317,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ac1e023704b922dc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ac1e023704b922dc","status":"passed","time":{"start":1726218708455,"stop":1726218708455,"duration":0}},{"uid":"fe089244688f9639","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fe089244688f9639","status":"passed","time":{"start":1726217980053,"stop":1726217980053,"duration":0}},{"uid":"d204eb9fbab6e271","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d204eb9fbab6e271","status":"passed","time":{"start":1726217896507,"stop":1726217896508,"duration":1}}]},"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d46e4667e67d3312","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d46e4667e67d3312","status":"passed","time":{"start":1726218188604,"stop":1726218188604,"duration":0}},{"uid":"7ae70dc76b5f53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7ae70dc76b5f53","status":"passed","time":{"start":1726217441567,"stop":1726217441568,"duration":1}},{"uid":"5ebd9ca01adb31d6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5ebd9ca01adb31d6","status":"passed","time":{"start":1726217383230,"stop":1726217383230,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4b0dbc988c4fa759","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b0dbc988c4fa759","status":"passed","time":{"start":1726218787588,"stop":1726218787588,"duration":0}},{"uid":"b2af5cbce1133d1c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b2af5cbce1133d1c","status":"passed","time":{"start":1726218066299,"stop":1726218066300,"duration":1}},{"uid":"8927c6198d5d0ac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8927c6198d5d0ac","status":"passed","time":{"start":1726217965320,"stop":1726217965320,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cd4ed677c88b6934","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cd4ed677c88b6934","status":"passed","time":{"start":1726218673549,"stop":1726218673549,"duration":0}},{"uid":"76159908ae89d281","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/76159908ae89d281","status":"passed","time":{"start":1726217946719,"stop":1726217946719,"duration":0}},{"uid":"9f7edf15e088bc26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9f7edf15e088bc26","status":"passed","time":{"start":1726217862773,"stop":1726217862773,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"97465f08a28ea33e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/97465f08a28ea33e","status":"passed","time":{"start":1726218673559,"stop":1726218673559,"duration":0}},{"uid":"fc6cfb471425cb2f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc6cfb471425cb2f","status":"passed","time":{"start":1726217946734,"stop":1726217946734,"duration":0}},{"uid":"8af5250b0c77bedf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8af5250b0c77bedf","status":"passed","time":{"start":1726217862785,"stop":1726217862786,"duration":1}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"27f1d4cd1ed5b78d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/27f1d4cd1ed5b78d","status":"passed","time":{"start":1726218807914,"stop":1726218807914,"duration":0}},{"uid":"803d2a4649479cab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/803d2a4649479cab","status":"passed","time":{"start":1726218061980,"stop":1726218061980,"duration":0}},{"uid":"467560c339838d28","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/467560c339838d28","status":"passed","time":{"start":1726217984951,"stop":1726217984951,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"26084c67f81bd0f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/26084c67f81bd0f8","status":"passed","time":{"start":1726218673545,"stop":1726218673546,"duration":1}},{"uid":"efe0fa846cbf9c99","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/efe0fa846cbf9c99","status":"passed","time":{"start":1726217946678,"stop":1726217946678,"duration":0}},{"uid":"68f84576bf4152f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/68f84576bf4152f6","status":"passed","time":{"start":1726217862769,"stop":1726217862770,"duration":1}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b40be14661fcf4b3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b40be14661fcf4b3","status":"passed","time":{"start":1726218673562,"stop":1726218673562,"duration":0}},{"uid":"139ea9cdbd201ed8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/139ea9cdbd201ed8","status":"passed","time":{"start":1726217946740,"stop":1726217946741,"duration":1}},{"uid":"7b29192afc122e0d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7b29192afc122e0d","status":"passed","time":{"start":1726217862791,"stop":1726217862792,"duration":1}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"44faf99e3048d00","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/44faf99e3048d00","status":"passed","time":{"start":1726218868914,"stop":1726218868914,"duration":0}},{"uid":"cf8879057b42a0c2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cf8879057b42a0c2","status":"passed","time":{"start":1726218139626,"stop":1726218139626,"duration":0}},{"uid":"27065f453f070769","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/27065f453f070769","status":"passed","time":{"start":1726218051437,"stop":1726218051438,"duration":1}}]},"b40534068599ef4874ce65384293b963:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"434b229ab1db1a66","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/434b229ab1db1a66","status":"passed","time":{"start":1726217923183,"stop":1726217923183,"duration":0}}]},"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"68a8f1af5234759d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68a8f1af5234759d","status":"passed","time":{"start":1726218188573,"stop":1726218188573,"duration":0}},{"uid":"8a53fe670213405a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a53fe670213405a","status":"passed","time":{"start":1726217441531,"stop":1726217441531,"duration":0}},{"uid":"557dd9aeb3492c36","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/557dd9aeb3492c36","status":"passed","time":{"start":1726217383191,"stop":1726217383191,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"911bd0a9fce935ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/911bd0a9fce935ab","status":"passed","time":{"start":1726218303230,"stop":1726218303230,"duration":0}},{"uid":"522f26a6ca24594f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/522f26a6ca24594f","status":"passed","time":{"start":1726217551914,"stop":1726217551914,"duration":0}},{"uid":"fbe1d3ccae91eb9e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fbe1d3ccae91eb9e","status":"passed","time":{"start":1726217494759,"stop":1726217494759,"duration":0}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9ceb081d67f65492","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9ceb081d67f65492","status":"passed","time":{"start":1726218422916,"stop":1726218422916,"duration":0}},{"uid":"a5449bf876e4d8b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a5449bf876e4d8b5","status":"passed","time":{"start":1726217687438,"stop":1726217687439,"duration":1}},{"uid":"51431c16b3002b30","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/51431c16b3002b30","status":"passed","time":{"start":1726217604515,"stop":1726217604518,"duration":3}}]},"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d664df7c696177c2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d664df7c696177c2","status":"passed","time":{"start":1726218188586,"stop":1726218188586,"duration":0}},{"uid":"5e6ed667d6d4e23a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5e6ed667d6d4e23a","status":"passed","time":{"start":1726217441546,"stop":1726217441546,"duration":0}},{"uid":"35984c0e0c9376e3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/35984c0e0c9376e3","status":"passed","time":{"start":1726217383209,"stop":1726217383209,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a01ca0a329f9e26d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a01ca0a329f9e26d","status":"passed","time":{"start":1726218318090,"stop":1726218318091,"duration":1}},{"uid":"eb47fc8409a0adbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb47fc8409a0adbf","status":"passed","time":{"start":1726217567474,"stop":1726217567475,"duration":1}},{"uid":"ea17d5a58b727f1c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ea17d5a58b727f1c","status":"passed","time":{"start":1726217508420,"stop":1726217508420,"duration":0}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b456bf4c27a0b921","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b456bf4c27a0b921","status":"passed","time":{"start":1726218471438,"stop":1726218471439,"duration":1}},{"uid":"d472045ff0cee630","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d472045ff0cee630","status":"passed","time":{"start":1726217724227,"stop":1726217724227,"duration":0}},{"uid":"841dff9b3580b8cb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/841dff9b3580b8cb","status":"passed","time":{"start":1726217656060,"stop":1726217656060,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bd2cd458e5f3e905","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bd2cd458e5f3e905","status":"passed","time":{"start":1726218787577,"stop":1726218787577,"duration":0}},{"uid":"68fe3ac082989074","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68fe3ac082989074","status":"passed","time":{"start":1726218066279,"stop":1726218066280,"duration":1}},{"uid":"168df5127f5a13c3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/168df5127f5a13c3","status":"passed","time":{"start":1726217965303,"stop":1726217965303,"duration":0}}]},"16add05193b9c7d0ee449f1362d84b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dec0f2a0fa9d8928","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dec0f2a0fa9d8928","status":"passed","time":{"start":1726218039631,"stop":1726218039631,"duration":0}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8af5321f4b0a9007","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8af5321f4b0a9007","status":"passed","time":{"start":1726218191032,"stop":1726218191032,"duration":0}},{"uid":"34f44e129050bce6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34f44e129050bce6","status":"passed","time":{"start":1726217444068,"stop":1726217444068,"duration":0}},{"uid":"2b2961797925e65e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2b2961797925e65e","status":"passed","time":{"start":1726217385914,"stop":1726217385914,"duration":0}}]},"f4c8e5196061be0338c5fe393aeb5daf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1a34df3ba9d03bbe","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1a34df3ba9d03bbe","status":"passed","time":{"start":1726218612986,"stop":1726218612987,"duration":1}},{"uid":"851a5c816053d52","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/851a5c816053d52","status":"passed","time":{"start":1726217868255,"stop":1726217868256,"duration":1}},{"uid":"9a8137d422fe767","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9a8137d422fe767","status":"passed","time":{"start":1726217785180,"stop":1726217785181,"duration":1}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dceab7e09d1d8c03","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dceab7e09d1d8c03","status":"passed","time":{"start":1726218597576,"stop":1726218597576,"duration":0}},{"uid":"8a062336079246fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a062336079246fd","status":"passed","time":{"start":1726217848413,"stop":1726217848414,"duration":1}},{"uid":"b85a93587b2896f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b85a93587b2896f2","status":"passed","time":{"start":1726217774668,"stop":1726217774668,"duration":0}}]},"abf5e2cb0760dee3d5dd90fb175c3bff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eea171a1042c71ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eea171a1042c71ae","status":"passed","time":{"start":1726218765875,"stop":1726218765876,"duration":1}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"845b4206568b7cb7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/845b4206568b7cb7","status":"passed","time":{"start":1726218471439,"stop":1726218471445,"duration":6}},{"uid":"87bf3e9c0fb36842","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/87bf3e9c0fb36842","status":"passed","time":{"start":1726217724227,"stop":1726217724228,"duration":1}},{"uid":"1dd699877c9ab82d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1dd699877c9ab82d","status":"passed","time":{"start":1726217656060,"stop":1726217656061,"duration":1}}]},"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d6c57b351ccfbec4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d6c57b351ccfbec4","status":"passed","time":{"start":1726218188593,"stop":1726218188594,"duration":1}},{"uid":"8cc35be5beb2596","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8cc35be5beb2596","status":"passed","time":{"start":1726217441554,"stop":1726217441554,"duration":0}},{"uid":"9f485161fa7a6f67","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9f485161fa7a6f67","status":"passed","time":{"start":1726217383218,"stop":1726217383218,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ecfec5a84198f34","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ecfec5a84198f34","status":"passed","time":{"start":1726218221124,"stop":1726218221124,"duration":0}},{"uid":"68307dd046efb22","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68307dd046efb22","status":"passed","time":{"start":1726217474513,"stop":1726217474513,"duration":0}},{"uid":"8353fe4d60464f66","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8353fe4d60464f66","status":"passed","time":{"start":1726217415840,"stop":1726217415841,"duration":1}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"fe6f9eaa16803cc5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fe6f9eaa16803cc5","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218417157,"stop":1726218417157,"duration":0}},{"uid":"5b9f28d79360d323","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5b9f28d79360d323","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217677846,"stop":1726217677846,"duration":0}},{"uid":"8cd3e78438f7faa0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8cd3e78438f7faa0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217616850,"stop":1726217616850,"duration":0}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"82e60bc1ebbd3276","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/82e60bc1ebbd3276","status":"passed","time":{"start":1726218765885,"stop":1726218765885,"duration":0}},{"uid":"48981eb82341f9c8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48981eb82341f9c8","status":"passed","time":{"start":1726218039633,"stop":1726218039634,"duration":1}},{"uid":"95c3d0944be5587e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/95c3d0944be5587e","status":"passed","time":{"start":1726217952892,"stop":1726217952893,"duration":1}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ea53e2f35cf52729","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ea53e2f35cf52729","status":"passed","time":{"start":1726218659004,"stop":1726218659004,"duration":0}},{"uid":"2b19dce128f3f727","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2b19dce128f3f727","status":"passed","time":{"start":1726217924734,"stop":1726217924734,"duration":0}},{"uid":"6122979c23f3399","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6122979c23f3399","status":"passed","time":{"start":1726217840474,"stop":1726217840475,"duration":1}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"79a05e7d41d72539","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79a05e7d41d72539","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218250242,"stop":1726218250242,"duration":0}},{"uid":"ab41c39994db8206","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ab41c39994db8206","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217507043,"stop":1726217507044,"duration":1}},{"uid":"a198938d45b11efa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a198938d45b11efa","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217445625,"stop":1726217445625,"duration":0}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7754c5558e62ac87","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7754c5558e62ac87","status":"passed","time":{"start":1726218706738,"stop":1726218706739,"duration":1}},{"uid":"171f63e0abd388e3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/171f63e0abd388e3","status":"passed","time":{"start":1726217976602,"stop":1726217976602,"duration":0}},{"uid":"1ddc9b5b6fdbfece","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1ddc9b5b6fdbfece","status":"passed","time":{"start":1726217890294,"stop":1726217890294,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"43dc446b3ba75e33","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/43dc446b3ba75e33","status":"passed","time":{"start":1726218673553,"stop":1726218673554,"duration":1}},{"uid":"8718c7049de43c14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8718c7049de43c14","status":"passed","time":{"start":1726217946723,"stop":1726217946723,"duration":0}},{"uid":"f0d8ade0e36e8284","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f0d8ade0e36e8284","status":"passed","time":{"start":1726217862776,"stop":1726217862778,"duration":2}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"164ccb0b31adbfa8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/164ccb0b31adbfa8","status":"passed","time":{"start":1726218826916,"stop":1726218826917,"duration":1}},{"uid":"c1f0d09bf50e1802","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1f0d09bf50e1802","status":"passed","time":{"start":1726218091298,"stop":1726218091299,"duration":1}},{"uid":"31f56b0734fa8551","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/31f56b0734fa8551","status":"passed","time":{"start":1726218000389,"stop":1726218000390,"duration":1}}]},"76fe896f14393d1f12e129bf72e65d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc907c404587e76a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc907c404587e76a","status":"passed","time":{"start":1726218659024,"stop":1726218659025,"duration":1}}]},"b3db2177abad53cafc87450b366491d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8a31a73b40003c2e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8a31a73b40003c2e","status":"passed","time":{"start":1726218496829,"stop":1726218496830,"duration":1}},{"uid":"b73f45b7c0342d27","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b73f45b7c0342d27","status":"passed","time":{"start":1726217751144,"stop":1726217751144,"duration":0}},{"uid":"6eba66a7f09fca47","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6eba66a7f09fca47","status":"passed","time":{"start":1726217685251,"stop":1726217685251,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a649167962bda76","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a649167962bda76","status":"passed","time":{"start":1726218673559,"stop":1726218673559,"duration":0}},{"uid":"f0009605e23d797e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0009605e23d797e","status":"passed","time":{"start":1726217946734,"stop":1726217946735,"duration":1}},{"uid":"b0e030e972feb9b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b0e030e972feb9b4","status":"passed","time":{"start":1726217862786,"stop":1726217862787,"duration":1}}]},"c700be94b334e72c1fe108821b5cb424:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0ec8cc6acacc39a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a0ec8cc6acacc39a","status":"passed","time":{"start":1726217924759,"stop":1726217924762,"duration":3}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9efe170b72b54e5e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9efe170b72b54e5e","status":"passed","time":{"start":1726218673560,"stop":1726218673560,"duration":0}},{"uid":"538a15730f0478a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/538a15730f0478a","status":"passed","time":{"start":1726217946735,"stop":1726217946739,"duration":4}},{"uid":"a14c8adb8c444aa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a14c8adb8c444aa","status":"passed","time":{"start":1726217862788,"stop":1726217862788,"duration":0}}]},"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"12dcfb66c273e613","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/12dcfb66c273e613","status":"passed","time":{"start":1726218807210,"stop":1726218807210,"duration":0}},{"uid":"65bfd825d880fe65","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/65bfd825d880fe65","status":"passed","time":{"start":1726218077539,"stop":1726218077539,"duration":0}},{"uid":"34901f27e58bfb51","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/34901f27e58bfb51","status":"passed","time":{"start":1726217979447,"stop":1726217979448,"duration":1}}]},"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"50c78b503e7a336a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/50c78b503e7a336a","status":"passed","time":{"start":1726218188574,"stop":1726218188574,"duration":0}},{"uid":"f3e125187d9a3b1b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3e125187d9a3b1b","status":"passed","time":{"start":1726217441532,"stop":1726217441532,"duration":0}},{"uid":"e65387abb0b2523e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e65387abb0b2523e","status":"passed","time":{"start":1726217383191,"stop":1726217383192,"duration":1}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"129de9dd9fce8923","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/129de9dd9fce8923","status":"passed","time":{"start":1726218459536,"stop":1726218459536,"duration":0}},{"uid":"33d7e21774b4b1ef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/33d7e21774b4b1ef","status":"passed","time":{"start":1726217706002,"stop":1726217706004,"duration":2}},{"uid":"bf2ab2540d2bcd77","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bf2ab2540d2bcd77","status":"passed","time":{"start":1726217650761,"stop":1726217650761,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"9ec50a12a8908027","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9ec50a12a8908027","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659234,"stop":1726218659234,"duration":0}},{"uid":"72b1ee58aa9f58ad","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72b1ee58aa9f58ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925015,"stop":1726217925016,"duration":1}},{"uid":"5e549ec656cda695","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e549ec656cda695","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840807,"stop":1726217840807,"duration":0}}]},"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"13e1aedf2b7c0649","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/13e1aedf2b7c0649","status":"passed","time":{"start":1726218188602,"stop":1726218188602,"duration":0}},{"uid":"58b99ef2a2ae898b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/58b99ef2a2ae898b","status":"passed","time":{"start":1726217441565,"stop":1726217441566,"duration":1}},{"uid":"72211c52bc57d87c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/72211c52bc57d87c","status":"passed","time":{"start":1726217383228,"stop":1726217383228,"duration":0}}]},"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ac80809dd886eb44","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ac80809dd886eb44","status":"passed","time":{"start":1726218188578,"stop":1726218188578,"duration":0}},{"uid":"c9cd260e858660ef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c9cd260e858660ef","status":"passed","time":{"start":1726217441536,"stop":1726217441537,"duration":1}},{"uid":"5dec734112a3ba72","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5dec734112a3ba72","status":"passed","time":{"start":1726217383198,"stop":1726217383199,"duration":1}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7722d8823e69c455","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7722d8823e69c455","status":"passed","time":{"start":1726218765874,"stop":1726218765874,"duration":0}},{"uid":"ad6c71acb1ac96cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad6c71acb1ac96cb","status":"passed","time":{"start":1726218039626,"stop":1726218039626,"duration":0}},{"uid":"62218f15b9fe7835","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/62218f15b9fe7835","status":"passed","time":{"start":1726217952878,"stop":1726217952879,"duration":1}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cf70fa5ab3033b15","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cf70fa5ab3033b15","status":"passed","time":{"start":1726218826917,"stop":1726218826918,"duration":1}},{"uid":"3789e627bb808812","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3789e627bb808812","status":"passed","time":{"start":1726218091299,"stop":1726218091299,"duration":0}},{"uid":"a0c09de40bea1ff","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a0c09de40bea1ff","status":"passed","time":{"start":1726218000390,"stop":1726218000391,"duration":1}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"84e999b624c1288b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/84e999b624c1288b","status":"passed","time":{"start":1726218209563,"stop":1726218209564,"duration":1}},{"uid":"ad6b8bb9b4a1d24a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad6b8bb9b4a1d24a","status":"passed","time":{"start":1726217463038,"stop":1726217463039,"duration":1}},{"uid":"e4ca261ded340ca4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4ca261ded340ca4","status":"passed","time":{"start":1726217404605,"stop":1726217404605,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2ab26b0c2debb819","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2ab26b0c2debb819","status":"passed","time":{"start":1726218422893,"stop":1726218422894,"duration":1}},{"uid":"749a4fbeb03255c7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/749a4fbeb03255c7","status":"passed","time":{"start":1726217687415,"stop":1726217687415,"duration":0}},{"uid":"4cd2a36fdc9114a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4cd2a36fdc9114a6","status":"passed","time":{"start":1726217604478,"stop":1726217604479,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4ffe543bafefcf83","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ffe543bafefcf83","status":"passed","time":{"start":1726218459539,"stop":1726218459539,"duration":0}},{"uid":"29b51c8671733e33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29b51c8671733e33","status":"passed","time":{"start":1726217706007,"stop":1726217706008,"duration":1}},{"uid":"85d3ef174b907fea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85d3ef174b907fea","status":"passed","time":{"start":1726217650767,"stop":1726217650767,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cc1964ddb1c4f07b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc1964ddb1c4f07b","status":"passed","time":{"start":1726218219452,"stop":1726218219453,"duration":1}},{"uid":"fee958fb3968df83","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fee958fb3968df83","status":"passed","time":{"start":1726217472857,"stop":1726217472857,"duration":0}},{"uid":"3745d14ba7dc8bc8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3745d14ba7dc8bc8","status":"passed","time":{"start":1726217414160,"stop":1726217414160,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c05c82ae52a171ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c05c82ae52a171ba","status":"passed","time":{"start":1726218422895,"stop":1726218422895,"duration":0}},{"uid":"5f8ba8ff9bdc65e6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f8ba8ff9bdc65e6","status":"passed","time":{"start":1726217687417,"stop":1726217687418,"duration":1}},{"uid":"4211afd4c8f5deb5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4211afd4c8f5deb5","status":"passed","time":{"start":1726217604486,"stop":1726217604486,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b2d16ff1ebd5e976","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b2d16ff1ebd5e976","status":"passed","time":{"start":1726218659025,"stop":1726218659025,"duration":0}},{"uid":"7b0118d58f5347dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b0118d58f5347dc","status":"passed","time":{"start":1726217924763,"stop":1726217924763,"duration":0}},{"uid":"289e3cc88a0c0151","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/289e3cc88a0c0151","status":"passed","time":{"start":1726217840566,"stop":1726217840567,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"94fb52a6b53555e1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/94fb52a6b53555e1","status":"passed","time":{"start":1726218209342,"stop":1726218209342,"duration":0}},{"uid":"bb3400b3c9ba4ffa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb3400b3c9ba4ffa","status":"passed","time":{"start":1726217462726,"stop":1726217462727,"duration":1}},{"uid":"31353af49329286c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/31353af49329286c","status":"passed","time":{"start":1726217404277,"stop":1726217404277,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f2885a2213b69d41","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f2885a2213b69d41","status":"passed","time":{"start":1726218459531,"stop":1726218459531,"duration":0}},{"uid":"a2819a7fbc4ccdbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2819a7fbc4ccdbf","status":"passed","time":{"start":1726217705997,"stop":1726217705998,"duration":1}},{"uid":"1f8f20f0d535a894","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f8f20f0d535a894","status":"passed","time":{"start":1726217650748,"stop":1726217650749,"duration":1}}]},"2fe52d01a1c18dff6e9b8280156e14b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f9788d85e8944f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3f9788d85e8944f3","status":"passed","time":{"start":1726217923181,"stop":1726217923181,"duration":0}}]},"e791e755b2d4497a2709581f61e78d8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4c1c66ea5d0d5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4c1c66ea5d0d5f","status":"passed","time":{"start":1726218612973,"stop":1726218612986,"duration":13}},{"uid":"be1491af3b4379e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be1491af3b4379e4","status":"passed","time":{"start":1726217868253,"stop":1726217868255,"duration":2}},{"uid":"ce9cdb87b1d40ce9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce9cdb87b1d40ce9","status":"passed","time":{"start":1726217785179,"stop":1726217785180,"duration":1}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2229fce2116d067f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2229fce2116d067f","status":"passed","time":{"start":1726218659021,"stop":1726218659021,"duration":0}},{"uid":"922d391927121e35","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/922d391927121e35","status":"passed","time":{"start":1726217924754,"stop":1726217924754,"duration":0}},{"uid":"a3ea3a7ce76ab27b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a3ea3a7ce76ab27b","status":"passed","time":{"start":1726217840558,"stop":1726217840558,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"68cda840fc916dc1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68cda840fc916dc1","status":"passed","time":{"start":1726218422921,"stop":1726218422922,"duration":1}},{"uid":"ac8a402fcc401b07","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac8a402fcc401b07","status":"passed","time":{"start":1726217687450,"stop":1726217687451,"duration":1}},{"uid":"361fcc80ad7a4531","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/361fcc80ad7a4531","status":"passed","time":{"start":1726217604538,"stop":1726217604539,"duration":1}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"4a8770ed1f534365","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4a8770ed1f534365","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659028,"stop":1726218659029,"duration":1}},{"uid":"3d3fcbe2458bcd52","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3d3fcbe2458bcd52","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924766,"stop":1726217924766,"duration":0}},{"uid":"11820fd6010e9c63","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/11820fd6010e9c63","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840570,"stop":1726217840570,"duration":0}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"6579d9669d2f7d91","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6579d9669d2f7d91","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218700176,"stop":1726218700176,"duration":0}},{"uid":"a974dc35348d8bf9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a974dc35348d8bf9","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217955949,"stop":1726217955949,"duration":0}},{"uid":"8ad1e03881eaf158","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8ad1e03881eaf158","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217870055,"stop":1726217870055,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"49d8bee10079dcc2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/49d8bee10079dcc2","status":"passed","time":{"start":1726218826916,"stop":1726218826916,"duration":0}},{"uid":"3931030e79a8b866","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3931030e79a8b866","status":"passed","time":{"start":1726218091298,"stop":1726218091298,"duration":0}},{"uid":"cf3110025bf0d4e6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cf3110025bf0d4e6","status":"passed","time":{"start":1726218000389,"stop":1726218000389,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4e005962cff73193","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4e005962cff73193","status":"passed","time":{"start":1726218787576,"stop":1726218787576,"duration":0}},{"uid":"6bf5e85ce279ac3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6bf5e85ce279ac3","status":"passed","time":{"start":1726218066278,"stop":1726218066279,"duration":1}},{"uid":"16942950b705369f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/16942950b705369f","status":"passed","time":{"start":1726217965302,"stop":1726217965302,"duration":0}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3f1f1ce2e8fecf89","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3f1f1ce2e8fecf89","status":"passed","time":{"start":1726218191029,"stop":1726218191030,"duration":1}},{"uid":"b9fa5df7d82ab3c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b9fa5df7d82ab3c4","status":"passed","time":{"start":1726217444065,"stop":1726217444066,"duration":1}},{"uid":"8db69694452e21b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8db69694452e21b4","status":"passed","time":{"start":1726217385912,"stop":1726217385913,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8f6106fffa2e4d5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8f6106fffa2e4d5f","status":"passed","time":{"start":1726218357623,"stop":1726218357624,"duration":1}},{"uid":"45cac4c7fa658491","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/45cac4c7fa658491","status":"passed","time":{"start":1726217608002,"stop":1726217608003,"duration":1}},{"uid":"2c2aaa6d4e36e902","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2c2aaa6d4e36e902","status":"passed","time":{"start":1726217547143,"stop":1726217547143,"duration":0}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b37ecdfbc68910e9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b37ecdfbc68910e9","status":"passed","time":{"start":1726218191031,"stop":1726218191031,"duration":0}},{"uid":"7156390733722e1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7156390733722e1","status":"passed","time":{"start":1726217444067,"stop":1726217444067,"duration":0}},{"uid":"20f2e7a8ecfb535a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/20f2e7a8ecfb535a","status":"passed","time":{"start":1726217385913,"stop":1726217385913,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9e9c6bbabe93c9ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9e9c6bbabe93c9ae","status":"passed","time":{"start":1726218781380,"stop":1726218781380,"duration":0}},{"uid":"d05befb19538bf00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d05befb19538bf00","status":"passed","time":{"start":1726218013696,"stop":1726218013696,"duration":0}},{"uid":"1f95e15f7771a91c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f95e15f7771a91c","status":"passed","time":{"start":1726217945328,"stop":1726217945329,"duration":1}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35b138711a402749","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35b138711a402749","status":"passed","time":{"start":1726218787593,"stop":1726218787593,"duration":0}},{"uid":"4936de9a881be791","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4936de9a881be791","status":"passed","time":{"start":1726218066315,"stop":1726218066315,"duration":0}},{"uid":"115c52a3088a79c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/115c52a3088a79c","status":"passed","time":{"start":1726217965348,"stop":1726217965348,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fa4211d3f8342121","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fa4211d3f8342121","status":"passed","time":{"start":1726218417155,"stop":1726218417156,"duration":1}},{"uid":"fc6e8a051f69ff43","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc6e8a051f69ff43","status":"passed","time":{"start":1726217677844,"stop":1726217677844,"duration":0}},{"uid":"2ba80f9aa8d6259","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2ba80f9aa8d6259","status":"passed","time":{"start":1726217616848,"stop":1726217616848,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d26a1042a44b17c2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d26a1042a44b17c2","status":"passed","time":{"start":1726218827657,"stop":1726218827657,"duration":0}},{"uid":"e3b51b3103a19e76","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3b51b3103a19e76","status":"passed","time":{"start":1726218090764,"stop":1726218090765,"duration":1}},{"uid":"69be27e32f80bfbb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/69be27e32f80bfbb","status":"passed","time":{"start":1726217999478,"stop":1726217999478,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c11f5698f4eedb4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c11f5698f4eedb4","status":"passed","time":{"start":1726218761851,"stop":1726218761851,"duration":0}},{"uid":"e0dbf51dfa7f3528","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0dbf51dfa7f3528","status":"passed","time":{"start":1726218020457,"stop":1726218020458,"duration":1}},{"uid":"b91183d533f6d817","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b91183d533f6d817","status":"passed","time":{"start":1726217934115,"stop":1726217934116,"duration":1}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5134701b40246c54","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5134701b40246c54","status":"passed","time":{"start":1726218787585,"stop":1726218787586,"duration":1}},{"uid":"aa92acb13802c6fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aa92acb13802c6fd","status":"passed","time":{"start":1726218066297,"stop":1726218066297,"duration":0}},{"uid":"81555d6eeafdabca","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/81555d6eeafdabca","status":"passed","time":{"start":1726217965317,"stop":1726217965318,"duration":1}}]},"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"57e890607baf3461","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/57e890607baf3461","status":"passed","time":{"start":1726218188593,"stop":1726218188593,"duration":0}},{"uid":"955ebc19b1334d1e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/955ebc19b1334d1e","status":"passed","time":{"start":1726217441554,"stop":1726217441554,"duration":0}},{"uid":"4cd97ceb977402ac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4cd97ceb977402ac","status":"passed","time":{"start":1726217383218,"stop":1726217383218,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b0f54316a10b03b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b0f54316a10b03b","status":"passed","time":{"start":1726218787583,"stop":1726218787583,"duration":0}},{"uid":"2bf564898450397c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2bf564898450397c","status":"passed","time":{"start":1726218066292,"stop":1726218066293,"duration":1}},{"uid":"f6e7e757c3a621e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f6e7e757c3a621e7","status":"passed","time":{"start":1726217965312,"stop":1726217965312,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"68f5d22291ebae2b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68f5d22291ebae2b","status":"passed","time":{"start":1726218471434,"stop":1726218471438,"duration":4}},{"uid":"7b1be8aea5389366","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b1be8aea5389366","status":"passed","time":{"start":1726217724224,"stop":1726217724224,"duration":0}},{"uid":"58d66dab69ec131f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/58d66dab69ec131f","status":"passed","time":{"start":1726217656059,"stop":1726217656060,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6fd59e73a16ea7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6fd59e73a16ea7","status":"passed","time":{"start":1726218706736,"stop":1726218706737,"duration":1}},{"uid":"e66192f75d7908bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e66192f75d7908bf","status":"passed","time":{"start":1726217976600,"stop":1726217976600,"duration":0}},{"uid":"e9a1add65d414698","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e9a1add65d414698","status":"passed","time":{"start":1726217890291,"stop":1726217890291,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"18b3cdb3e716b5ea","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/18b3cdb3e716b5ea","status":"passed","time":{"start":1726218827655,"stop":1726218827655,"duration":0}},{"uid":"ed54ac08cbaa7d2f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed54ac08cbaa7d2f","status":"passed","time":{"start":1726218090762,"stop":1726218090763,"duration":1}},{"uid":"cff0517efef09603","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cff0517efef09603","status":"passed","time":{"start":1726217999475,"stop":1726217999476,"duration":1}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"51519eb7a441ff8d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/51519eb7a441ff8d","status":"passed","time":{"start":1726218814295,"stop":1726218814296,"duration":1}},{"uid":"630dc2f0f3d5087d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/630dc2f0f3d5087d","status":"passed","time":{"start":1726218071325,"stop":1726218071326,"duration":1}},{"uid":"cdf72e2c28731b82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cdf72e2c28731b82","status":"passed","time":{"start":1726217984831,"stop":1726217984831,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a6d33bc4280d523a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a6d33bc4280d523a","status":"passed","time":{"start":1726218422918,"stop":1726218422918,"duration":0}},{"uid":"be3b4c77d4d2229d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be3b4c77d4d2229d","status":"passed","time":{"start":1726217687441,"stop":1726217687442,"duration":1}},{"uid":"ac47001a600cf64d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac47001a600cf64d","status":"passed","time":{"start":1726217604524,"stop":1726217604525,"duration":1}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35e06b2533a3dd2f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35e06b2533a3dd2f","status":"passed","time":{"start":1726218417149,"stop":1726218417150,"duration":1}},{"uid":"cf7aad3341606f02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cf7aad3341606f02","status":"passed","time":{"start":1726217677815,"stop":1726217677820,"duration":5}},{"uid":"e917978781a58057","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e917978781a58057","status":"passed","time":{"start":1726217616841,"stop":1726217616842,"duration":1}}]},"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"763f4ce0f60d4f23","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/763f4ce0f60d4f23","status":"passed","time":{"start":1726218613307,"stop":1726218613309,"duration":2}},{"uid":"5ce0d52363880cf8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ce0d52363880cf8","status":"passed","time":{"start":1726217868894,"stop":1726217868894,"duration":0}},{"uid":"c68e7774ba3265b3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c68e7774ba3265b3","status":"passed","time":{"start":1726217785443,"stop":1726217785443,"duration":0}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f30cc3e1483304c9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f30cc3e1483304c9","status":"passed","time":{"start":1726218597577,"stop":1726218597577,"duration":0}},{"uid":"65af325e86f9e7c5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/65af325e86f9e7c5","status":"passed","time":{"start":1726217848414,"stop":1726217848415,"duration":1}},{"uid":"b179f75554f78ed7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b179f75554f78ed7","status":"passed","time":{"start":1726217774669,"stop":1726217774669,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cf5f9d3579a2cd4f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cf5f9d3579a2cd4f","status":"passed","time":{"start":1726218459524,"stop":1726218459524,"duration":0}},{"uid":"888a2fcfd7362efe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/888a2fcfd7362efe","status":"passed","time":{"start":1726217705996,"stop":1726217705996,"duration":0}},{"uid":"8085ca909c9df63b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8085ca909c9df63b","status":"passed","time":{"start":1726217650747,"stop":1726217650747,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9e8c6369045118e2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9e8c6369045118e2","status":"passed","time":{"start":1726218422904,"stop":1726218422904,"duration":0}},{"uid":"201539d42c5e9114","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/201539d42c5e9114","status":"passed","time":{"start":1726217687427,"stop":1726217687427,"duration":0}},{"uid":"8d62adaccf741e17","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d62adaccf741e17","status":"passed","time":{"start":1726217604496,"stop":1726217604496,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"52244239b2859907","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52244239b2859907","status":"passed","time":{"start":1726218197008,"stop":1726218197008,"duration":0}},{"uid":"5da36c021f581f17","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5da36c021f581f17","status":"passed","time":{"start":1726217450207,"stop":1726217450207,"duration":0}},{"uid":"5de6f61949006b3c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5de6f61949006b3c","status":"passed","time":{"start":1726217391858,"stop":1726217391859,"duration":1}}]},"a7acf76bb64d7f185f31b5548812797b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56945726f19a17d5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/56945726f19a17d5","status":"passed","time":{"start":1726217840504,"stop":1726217840505,"duration":1}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"304741073d18e53b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/304741073d18e53b","status":"passed","time":{"start":1726218659008,"stop":1726218659008,"duration":0}},{"uid":"9dadd59fc00b67ae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9dadd59fc00b67ae","status":"passed","time":{"start":1726217924737,"stop":1726217924737,"duration":0}},{"uid":"a161bcdbd6b2887d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a161bcdbd6b2887d","status":"passed","time":{"start":1726217840491,"stop":1726217840491,"duration":0}}]},"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5171f2c87f5546fb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5171f2c87f5546fb","status":"passed","time":{"start":1726218188595,"stop":1726218188595,"duration":0}},{"uid":"279eecbe50eba447","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/279eecbe50eba447","status":"passed","time":{"start":1726217441556,"stop":1726217441556,"duration":0}},{"uid":"cc3fe74226e417ec","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cc3fe74226e417ec","status":"passed","time":{"start":1726217383219,"stop":1726217383219,"duration":0}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"62d6af3d5b5f9bdc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/62d6af3d5b5f9bdc","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659233,"stop":1726218659234,"duration":1}},{"uid":"6261c0636e1b38eb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6261c0636e1b38eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925015,"stop":1726217925015,"duration":0}},{"uid":"bc1568a80fc7b954","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bc1568a80fc7b954","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840806,"stop":1726217840806,"duration":0}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"86172c428d282407","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/86172c428d282407","status":"passed","time":{"start":1726218761852,"stop":1726218761852,"duration":0}},{"uid":"46da2f5652808e97","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/46da2f5652808e97","status":"passed","time":{"start":1726218020459,"stop":1726218020460,"duration":1}},{"uid":"f85b5ec0bcd4ed22","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f85b5ec0bcd4ed22","status":"passed","time":{"start":1726217934116,"stop":1726217934116,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"adb887129de0b0f2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/adb887129de0b0f2","status":"passed","time":{"start":1726218422898,"stop":1726218422898,"duration":0}},{"uid":"6a918a6e973d43a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6a918a6e973d43a0","status":"passed","time":{"start":1726217687423,"stop":1726217687423,"duration":0}},{"uid":"46a98932451d53c0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/46a98932451d53c0","status":"passed","time":{"start":1726217604490,"stop":1726217604490,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6134514419b9a6ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6134514419b9a6ba","status":"passed","time":{"start":1726218659017,"stop":1726218659017,"duration":0}},{"uid":"f7d584da4a6968f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f7d584da4a6968f7","status":"passed","time":{"start":1726217924744,"stop":1726217924744,"duration":0}},{"uid":"6acceace6a1901b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6acceace6a1901b5","status":"passed","time":{"start":1726217840523,"stop":1726217840524,"duration":1}}]},"c394f6a1cbd9f87ce54234685838f69f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39b9911ab7b31593","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39b9911ab7b31593","status":"passed","time":{"start":1726217976609,"stop":1726217976610,"duration":1}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f9520fe92b91fb0d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f9520fe92b91fb0d","status":"passed","time":{"start":1726218471416,"stop":1726218471417,"duration":1}},{"uid":"26ae4ffa0f63dc96","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/26ae4ffa0f63dc96","status":"passed","time":{"start":1726217724203,"stop":1726217724203,"duration":0}},{"uid":"ee34befeb8ebfad5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ee34befeb8ebfad5","status":"passed","time":{"start":1726217656058,"stop":1726217656059,"duration":1}}]},"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aa08653a34b0d021","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/aa08653a34b0d021","status":"passed","time":{"start":1726218803160,"stop":1726218803160,"duration":0}},{"uid":"55eaa98d05eb2025","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55eaa98d05eb2025","status":"passed","time":{"start":1726218063111,"stop":1726218063111,"duration":0}},{"uid":"c62aa91f073ebb26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c62aa91f073ebb26","status":"passed","time":{"start":1726217974422,"stop":1726217974423,"duration":1}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3a02d197b957c26b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3a02d197b957c26b","status":"passed","time":{"start":1726218814289,"stop":1726218814289,"duration":0}},{"uid":"8f48a3ff0e5f000d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8f48a3ff0e5f000d","status":"passed","time":{"start":1726218071324,"stop":1726218071324,"duration":0}},{"uid":"1855b4c5948adf4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1855b4c5948adf4","status":"passed","time":{"start":1726217984830,"stop":1726217984830,"duration":0}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"baf9b52aaf35a7fa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/baf9b52aaf35a7fa","status":"passed","time":{"start":1726218417150,"stop":1726218417150,"duration":0}},{"uid":"97f2a2592cdf0156","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/97f2a2592cdf0156","status":"passed","time":{"start":1726217677820,"stop":1726217677822,"duration":2}},{"uid":"9b145b80dee22728","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9b145b80dee22728","status":"passed","time":{"start":1726217616842,"stop":1726217616843,"duration":1}}]},"d304c43d5d9cd71b1c348344a62734e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"146db86b9a3340a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/146db86b9a3340a","status":"passed","time":{"start":1726218765877,"stop":1726218765878,"duration":1}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"326ab9f810a3f233","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/326ab9f810a3f233","status":"passed","time":{"start":1726218706738,"stop":1726218706738,"duration":0}},{"uid":"872bd653fe613d0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/872bd653fe613d0","status":"passed","time":{"start":1726217976601,"stop":1726217976602,"duration":1}},{"uid":"e421d8df76926ece","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e421d8df76926ece","status":"passed","time":{"start":1726217890293,"stop":1726217890293,"duration":0}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b8c679955d85ce8d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b8c679955d85ce8d","status":"passed","time":{"start":1726218787588,"stop":1726218787589,"duration":1}},{"uid":"a1c68e210ca6256","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a1c68e210ca6256","status":"passed","time":{"start":1726218066302,"stop":1726218066302,"duration":0}},{"uid":"dd87f4694ba586e9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dd87f4694ba586e9","status":"passed","time":{"start":1726217965320,"stop":1726217965320,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2a87e166be51fb2f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2a87e166be51fb2f","status":"passed","time":{"start":1726218659002,"stop":1726218659002,"duration":0}},{"uid":"dc7120f30593480b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dc7120f30593480b","status":"passed","time":{"start":1726217924732,"stop":1726217924732,"duration":0}},{"uid":"49fa55325506f044","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/49fa55325506f044","status":"passed","time":{"start":1726217840473,"stop":1726217840473,"duration":0}}]},"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2373b9dc41d34721","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2373b9dc41d34721","status":"passed","time":{"start":1726218188589,"stop":1726218188589,"duration":0}},{"uid":"5ea3681e72b4a3ab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ea3681e72b4a3ab","status":"passed","time":{"start":1726217441550,"stop":1726217441550,"duration":0}},{"uid":"8d20e4061f72517d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d20e4061f72517d","status":"passed","time":{"start":1726217383213,"stop":1726217383213,"duration":0}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"eda56a0b15c2fea3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eda56a0b15c2fea3","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218708392,"stop":1726218708392,"duration":0}},{"uid":"68007f3446635ee8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68007f3446635ee8","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217980038,"stop":1726217980038,"duration":0}},{"uid":"9773de5d14797f65","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9773de5d14797f65","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217896500,"stop":1726217896500,"duration":0}}]},"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a0214ea9cbf9f836","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0214ea9cbf9f836","status":"passed","time":{"start":1726218188591,"stop":1726218188591,"duration":0}},{"uid":"11b730fb556373f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/11b730fb556373f6","status":"passed","time":{"start":1726217441552,"stop":1726217441552,"duration":0}},{"uid":"eae6a18b13e1fa34","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eae6a18b13e1fa34","status":"passed","time":{"start":1726217383215,"stop":1726217383215,"duration":0}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c7a45eaccc336ab0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c7a45eaccc336ab0","status":"passed","time":{"start":1726218219451,"stop":1726218219452,"duration":1}},{"uid":"29ecdd5f7363029a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29ecdd5f7363029a","status":"passed","time":{"start":1726217472855,"stop":1726217472856,"duration":1}},{"uid":"2efcdb4e9cc400d4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2efcdb4e9cc400d4","status":"passed","time":{"start":1726217414159,"stop":1726217414159,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"484d62a750a017a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/484d62a750a017a0","status":"passed","time":{"start":1726218706739,"stop":1726218706739,"duration":0}},{"uid":"3f3b65e5e9b4ab34","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3f3b65e5e9b4ab34","status":"passed","time":{"start":1726217976602,"stop":1726217976602,"duration":0}},{"uid":"1cc24690c4f601f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1cc24690c4f601f6","status":"passed","time":{"start":1726217890294,"stop":1726217890294,"duration":0}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"51e04680cf70a6c4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/51e04680cf70a6c4","status":"passed","time":{"start":1726218246382,"stop":1726218246383,"duration":1}},{"uid":"740b35e4ea1f331a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/740b35e4ea1f331a","status":"passed","time":{"start":1726217500288,"stop":1726217500290,"duration":2}},{"uid":"4b396a5a4e78e810","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b396a5a4e78e810","status":"passed","time":{"start":1726217442000,"stop":1726217442000,"duration":0}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a8db58f6087b65d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a8db58f6087b65d","status":"passed","time":{"start":1726218700176,"stop":1726218700177,"duration":1}},{"uid":"d1052525a440082e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d1052525a440082e","status":"passed","time":{"start":1726217955950,"stop":1726217955950,"duration":0}},{"uid":"fe0e9fa05295a6f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fe0e9fa05295a6f0","status":"passed","time":{"start":1726217870055,"stop":1726217870055,"duration":0}}]},"3158802b7db8fbfb451ab4d676c95192:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a8e36531cc8195c3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a8e36531cc8195c3","status":"passed","time":{"start":1726218612951,"stop":1726218612951,"duration":0}},{"uid":"21d81dc43d92ec0e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21d81dc43d92ec0e","status":"passed","time":{"start":1726217868231,"stop":1726217868231,"duration":0}},{"uid":"b8da419067143d70","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b8da419067143d70","status":"passed","time":{"start":1726217785162,"stop":1726217785163,"duration":1}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"562c7722fabc352e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/562c7722fabc352e","status":"passed","time":{"start":1726218791847,"stop":1726218791848,"duration":1}},{"uid":"ddc1d131c50fd5ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ddc1d131c50fd5ea","status":"passed","time":{"start":1726218054693,"stop":1726218054693,"duration":0}},{"uid":"2c6cca9722a2c098","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2c6cca9722a2c098","status":"passed","time":{"start":1726217965432,"stop":1726217965432,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7858fece9783fbcd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7858fece9783fbcd","status":"passed","time":{"start":1726218826915,"stop":1726218826915,"duration":0}},{"uid":"b5e82c93652a2236","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b5e82c93652a2236","status":"passed","time":{"start":1726218091297,"stop":1726218091297,"duration":0}},{"uid":"36b05fb9e8f0cf1c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36b05fb9e8f0cf1c","status":"passed","time":{"start":1726218000388,"stop":1726218000389,"duration":1}}]},"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"38e60818ceaf1ea0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/38e60818ceaf1ea0","status":"passed","time":{"start":1726218188603,"stop":1726218188604,"duration":1}},{"uid":"10d81350469b1ad2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/10d81350469b1ad2","status":"passed","time":{"start":1726217441567,"stop":1726217441567,"duration":0}},{"uid":"968fce7d9d4bc86c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/968fce7d9d4bc86c","status":"passed","time":{"start":1726217383229,"stop":1726217383230,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8a163a7db753e7cc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8a163a7db753e7cc","status":"passed","time":{"start":1726218659018,"stop":1726218659018,"duration":0}},{"uid":"7b5216172d8f56f0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b5216172d8f56f0","status":"passed","time":{"start":1726217924745,"stop":1726217924745,"duration":0}},{"uid":"bb2aee7fc7ff4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bb2aee7fc7ff4","status":"passed","time":{"start":1726217840538,"stop":1726217840541,"duration":3}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d8422a90aa328b2d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d8422a90aa328b2d","status":"passed","time":{"start":1726218708391,"stop":1726218708391,"duration":0}},{"uid":"d2599ebb63e00009","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2599ebb63e00009","status":"passed","time":{"start":1726217980036,"stop":1726217980037,"duration":1}},{"uid":"ac980a55db6f9d2c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac980a55db6f9d2c","status":"passed","time":{"start":1726217896498,"stop":1726217896499,"duration":1}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d81c4dc5348bcbc8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d81c4dc5348bcbc8","status":"passed","time":{"start":1726218315929,"stop":1726218315929,"duration":0}},{"uid":"780cb6abf9cec399","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/780cb6abf9cec399","status":"passed","time":{"start":1726217577147,"stop":1726217577148,"duration":1}},{"uid":"b81cd478f267589f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b81cd478f267589f","status":"passed","time":{"start":1726217509416,"stop":1726217509416,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"79681848b41073b2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79681848b41073b2","status":"passed","time":{"start":1726218659020,"stop":1726218659020,"duration":0}},{"uid":"30ddbc056644a158","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/30ddbc056644a158","status":"passed","time":{"start":1726217924752,"stop":1726217924752,"duration":0}},{"uid":"5300ca9f6a2c416c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5300ca9f6a2c416c","status":"passed","time":{"start":1726217840543,"stop":1726217840543,"duration":0}}]},"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"52542b1e796b9c5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52542b1e796b9c5","status":"passed","time":{"start":1726218188594,"stop":1726218188594,"duration":0}},{"uid":"16b1b3250baad6c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/16b1b3250baad6c1","status":"passed","time":{"start":1726217441555,"stop":1726217441555,"duration":0}},{"uid":"82f5e164299011c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82f5e164299011c","status":"passed","time":{"start":1726217383219,"stop":1726217383219,"duration":0}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b92c56d4600a0830","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b92c56d4600a0830","status":"passed","time":{"start":1726218659011,"stop":1726218659012,"duration":1}},{"uid":"9c248b72f3c6af5e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c248b72f3c6af5e","status":"passed","time":{"start":1726217924740,"stop":1726217924740,"duration":0}},{"uid":"c921b8dea5b134c3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c921b8dea5b134c3","status":"passed","time":{"start":1726217840514,"stop":1726217840514,"duration":0}}]},"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6793731cfc874034","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6793731cfc874034","status":"passed","time":{"start":1726218356740,"stop":1726218356741,"duration":1}},{"uid":"7c8671cbf4e0b7e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7c8671cbf4e0b7e7","status":"passed","time":{"start":1726217603236,"stop":1726217603237,"duration":1}},{"uid":"22b71e7f58a7678c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/22b71e7f58a7678c","status":"passed","time":{"start":1726217544015,"stop":1726217544016,"duration":1}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b7ea1e231a58a9e3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b7ea1e231a58a9e3","status":"passed","time":{"start":1726218279685,"stop":1726218279686,"duration":1}},{"uid":"223cc97ebfa4f915","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/223cc97ebfa4f915","status":"passed","time":{"start":1726217533046,"stop":1726217533046,"duration":0}},{"uid":"acda66de57f470fd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/acda66de57f470fd","status":"passed","time":{"start":1726217474963,"stop":1726217474964,"duration":1}}]},"f5de7aeafbb518978d807748208430e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1bbc777fb5cf8fea","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1bbc777fb5cf8fea","status":"passed","time":{"start":1726218612968,"stop":1726218612968,"duration":0}},{"uid":"22bef30d0160dbfd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/22bef30d0160dbfd","status":"passed","time":{"start":1726217868237,"stop":1726217868246,"duration":9}},{"uid":"4f9fc3aa4f8c1d1b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4f9fc3aa4f8c1d1b","status":"passed","time":{"start":1726217785174,"stop":1726217785175,"duration":1}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8be21300d0e162fd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8be21300d0e162fd","status":"passed","time":{"start":1726218196999,"stop":1726218196999,"duration":0}},{"uid":"ec75a102b4f018c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ec75a102b4f018c","status":"passed","time":{"start":1726217450196,"stop":1726217450196,"duration":0}},{"uid":"7fcd65666339f24c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7fcd65666339f24c","status":"passed","time":{"start":1726217391848,"stop":1726217391848,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f375dfebd084aa9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f375dfebd084aa9","status":"passed","time":{"start":1726218833200,"stop":1726218833200,"duration":0}},{"uid":"350ad1a5f71be573","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/350ad1a5f71be573","status":"passed","time":{"start":1726218095395,"stop":1726218095395,"duration":0}},{"uid":"9c52da42e1a16043","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9c52da42e1a16043","status":"passed","time":{"start":1726218006963,"stop":1726218006963,"duration":0}}]},"58a3b723b7339c2c05dbc8d2a74ae118:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0eac2d53509dbfc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f0eac2d53509dbfc","status":"passed","time":{"start":1726218765879,"stop":1726218765880,"duration":1}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e132be844c4ca307","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e132be844c4ca307","status":"passed","time":{"start":1726218781380,"stop":1726218781380,"duration":0}},{"uid":"42e6432cbb5d2993","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42e6432cbb5d2993","status":"passed","time":{"start":1726218013695,"stop":1726218013695,"duration":0}},{"uid":"9d2dceaec72d1afa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9d2dceaec72d1afa","status":"passed","time":{"start":1726217945328,"stop":1726217945328,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6ba453b37b6703b9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6ba453b37b6703b9","status":"passed","time":{"start":1726218459532,"stop":1726218459532,"duration":0}},{"uid":"c0a4ddd8a07af88b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c0a4ddd8a07af88b","status":"passed","time":{"start":1726217705998,"stop":1726217705998,"duration":0}},{"uid":"6f6c748295e71146","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6f6c748295e71146","status":"passed","time":{"start":1726217650749,"stop":1726217650753,"duration":4}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"9e074eacdf415529","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9e074eacdf415529","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218209567,"stop":1726218209567,"duration":0}},{"uid":"c575faf23badb7e0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c575faf23badb7e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217463043,"stop":1726217463043,"duration":0}},{"uid":"5317929a38210517","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5317929a38210517","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217404609,"stop":1726217404609,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"55ad640d1b45c29e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/55ad640d1b45c29e","status":"passed","time":{"start":1726218761851,"stop":1726218761851,"duration":0}},{"uid":"1ccc6c22d23ddcfb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1ccc6c22d23ddcfb","status":"passed","time":{"start":1726218020456,"stop":1726218020457,"duration":1}},{"uid":"e8e62c3582e62d2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e8e62c3582e62d2","status":"passed","time":{"start":1726217934115,"stop":1726217934115,"duration":0}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7833524baaa32fa5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7833524baaa32fa5","status":"passed","time":{"start":1726218459539,"stop":1726218459539,"duration":0}},{"uid":"63ecc95d35307b4d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/63ecc95d35307b4d","status":"passed","time":{"start":1726217706008,"stop":1726217706008,"duration":0}},{"uid":"b496fcfc531ff524","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b496fcfc531ff524","status":"passed","time":{"start":1726217650768,"stop":1726217650771,"duration":3}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"90fafc2c680f1c83","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/90fafc2c680f1c83","status":"passed","time":{"start":1726218706740,"stop":1726218706740,"duration":0}},{"uid":"80c89eaf05f4cd9c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/80c89eaf05f4cd9c","status":"passed","time":{"start":1726217976603,"stop":1726217976604,"duration":1}},{"uid":"3be90f757d51c7e4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3be90f757d51c7e4","status":"passed","time":{"start":1726217890295,"stop":1726217890295,"duration":0}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a3a63200dd1a104e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a3a63200dd1a104e","status":"passed","time":{"start":1726218706735,"stop":1726218706736,"duration":1}},{"uid":"8d6e3c354c56f675","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d6e3c354c56f675","status":"passed","time":{"start":1726217976599,"stop":1726217976599,"duration":0}},{"uid":"1d91e8b829679b46","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1d91e8b829679b46","status":"passed","time":{"start":1726217890290,"stop":1726217890290,"duration":0}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"779e4d697bfcca2b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/779e4d697bfcca2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218706748,"stop":1726218706748,"duration":0}},{"uid":"f67ce95b2517dcfb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f67ce95b2517dcfb","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217976620,"stop":1726217976621,"duration":1}},{"uid":"64a063acc8b6fb88","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64a063acc8b6fb88","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217890302,"stop":1726217890302,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8e0a3afc093a9755","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8e0a3afc093a9755","status":"passed","time":{"start":1726218787575,"stop":1726218787575,"duration":0}},{"uid":"c300ab64ca52bed7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c300ab64ca52bed7","status":"passed","time":{"start":1726218066277,"stop":1726218066277,"duration":0}},{"uid":"b2360f014a54720e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b2360f014a54720e","status":"passed","time":{"start":1726217965301,"stop":1726217965301,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"ab46b998845a4fb7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ab46b998845a4fb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659016,"stop":1726218659016,"duration":0}},{"uid":"71e016fe5642d185","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71e016fe5642d185","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924743,"stop":1726217924743,"duration":0}},{"uid":"e097cfa00a71079c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e097cfa00a71079c","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840517,"stop":1726217840518,"duration":1}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bbe53aa0abb2a969","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bbe53aa0abb2a969","status":"passed","time":{"start":1726218197000,"stop":1726218197001,"duration":1}},{"uid":"5fd8962b32122768","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5fd8962b32122768","status":"passed","time":{"start":1726217450198,"stop":1726217450198,"duration":0}},{"uid":"7bbebf0dc21aa7d1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7bbebf0dc21aa7d1","status":"passed","time":{"start":1726217391850,"stop":1726217391850,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8dea352bac81e59","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8dea352bac81e59","status":"passed","time":{"start":1726218833198,"stop":1726218833198,"duration":0}},{"uid":"b6227468bcb5f2e1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b6227468bcb5f2e1","status":"passed","time":{"start":1726218095393,"stop":1726218095393,"duration":0}},{"uid":"fb38cffaec3f745e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fb38cffaec3f745e","status":"passed","time":{"start":1726218006962,"stop":1726218006962,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"119c51434d08dcd9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/119c51434d08dcd9","status":"passed","time":{"start":1726218787594,"stop":1726218787594,"duration":0}},{"uid":"ef4fede9ecf10770","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef4fede9ecf10770","status":"passed","time":{"start":1726218066316,"stop":1726218066316,"duration":0}},{"uid":"c4b32caa408026a5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4b32caa408026a5","status":"passed","time":{"start":1726217965349,"stop":1726217965349,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"de0b2958b836f2c8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/de0b2958b836f2c8","status":"passed","time":{"start":1726218196487,"stop":1726218196487,"duration":0}},{"uid":"3975a4fc8101b941","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3975a4fc8101b941","status":"passed","time":{"start":1726217449517,"stop":1726217449517,"duration":0}},{"uid":"a669d6862ecc4108","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a669d6862ecc4108","status":"passed","time":{"start":1726217391274,"stop":1726217391274,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8e828b35a21ea26","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8e828b35a21ea26","status":"passed","time":{"start":1726218673565,"stop":1726218673566,"duration":1}},{"uid":"332f95502e32f96e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/332f95502e32f96e","status":"passed","time":{"start":1726217946745,"stop":1726217946745,"duration":0}},{"uid":"cdfc197ce84cac04","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cdfc197ce84cac04","status":"passed","time":{"start":1726217862806,"stop":1726217862806,"duration":0}}]},"6105d1c155e1ea0b04818593d5787c10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab124e5bda8b39fe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ab124e5bda8b39fe","status":"passed","time":{"start":1726217924738,"stop":1726217924738,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b902ae0620d98322","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b902ae0620d98322","status":"passed","time":{"start":1726218422897,"stop":1726218422897,"duration":0}},{"uid":"d104607e2829a325","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d104607e2829a325","status":"passed","time":{"start":1726217687422,"stop":1726217687422,"duration":0}},{"uid":"e9532e3f93f44306","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e9532e3f93f44306","status":"passed","time":{"start":1726217604489,"stop":1726217604489,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4575349684b0ed22","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4575349684b0ed22","status":"passed","time":{"start":1726218787589,"stop":1726218787589,"duration":0}},{"uid":"8b556197d3dad9ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8b556197d3dad9ed","status":"passed","time":{"start":1726218066303,"stop":1726218066303,"duration":0}},{"uid":"d1e6a1851c613758","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d1e6a1851c613758","status":"passed","time":{"start":1726217965339,"stop":1726217965342,"duration":3}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"71c3d9808476905b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/71c3d9808476905b","status":"passed","time":{"start":1726218318089,"stop":1726218318089,"duration":0}},{"uid":"3377326b3fd6ef05","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3377326b3fd6ef05","status":"passed","time":{"start":1726217567473,"stop":1726217567474,"duration":1}},{"uid":"6a8ef32523661402","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a8ef32523661402","status":"passed","time":{"start":1726217508419,"stop":1726217508420,"duration":1}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bc889528de50d9d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bc889528de50d9d","status":"passed","time":{"start":1726218209339,"stop":1726218209340,"duration":1}},{"uid":"e1b4253f18249535","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e1b4253f18249535","status":"passed","time":{"start":1726217462725,"stop":1726217462725,"duration":0}},{"uid":"2351d160e114651e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2351d160e114651e","status":"passed","time":{"start":1726217404275,"stop":1726217404276,"duration":1}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6b5ef0b69a5e786e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6b5ef0b69a5e786e","status":"passed","time":{"start":1726218708449,"stop":1726218708455,"duration":6}},{"uid":"4d824539b4a594dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4d824539b4a594dd","status":"passed","time":{"start":1726217980052,"stop":1726217980053,"duration":1}},{"uid":"7f641ab1f9db84ca","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f641ab1f9db84ca","status":"passed","time":{"start":1726217896507,"stop":1726217896507,"duration":0}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"581f4fe4fae5f66c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/581f4fe4fae5f66c","status":"passed","time":{"start":1726218209562,"stop":1726218209563,"duration":1}},{"uid":"992102610aab72b6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/992102610aab72b6","status":"passed","time":{"start":1726217463037,"stop":1726217463038,"duration":1}},{"uid":"8019d6c7a142477e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8019d6c7a142477e","status":"passed","time":{"start":1726217404604,"stop":1726217404604,"duration":0}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"646573547f17cce8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/646573547f17cce8","status":"passed","time":{"start":1726218787571,"stop":1726218787571,"duration":0}},{"uid":"3a9fb22184aedfe1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a9fb22184aedfe1","status":"passed","time":{"start":1726218066273,"stop":1726218066274,"duration":1}},{"uid":"191730c0ea151f9f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/191730c0ea151f9f","status":"passed","time":{"start":1726217965296,"stop":1726217965297,"duration":1}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1dec82b22b133b48","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1dec82b22b133b48","status":"passed","time":{"start":1726218781390,"stop":1726218781391,"duration":1}},{"uid":"a862455496dd40e8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a862455496dd40e8","status":"passed","time":{"start":1726218013719,"stop":1726218013720,"duration":1}},{"uid":"201b53beba704dae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/201b53beba704dae","status":"passed","time":{"start":1726217945339,"stop":1726217945339,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"856d840fe4d5876b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/856d840fe4d5876b","status":"passed","time":{"start":1726218708458,"stop":1726218708458,"duration":0}},{"uid":"dde0fd7b88ca5c32","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dde0fd7b88ca5c32","status":"passed","time":{"start":1726217980054,"stop":1726217980054,"duration":0}},{"uid":"99227b5b08173e82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/99227b5b08173e82","status":"passed","time":{"start":1726217896508,"stop":1726217896508,"duration":0}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"32a3c6e85f2ee981","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/32a3c6e85f2ee981","status":"passed","time":{"start":1726218459535,"stop":1726218459535,"duration":0}},{"uid":"8d35acc5cb6a530b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d35acc5cb6a530b","status":"passed","time":{"start":1726217706000,"stop":1726217706001,"duration":1}},{"uid":"bdb9a6f12e5ea7bb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bdb9a6f12e5ea7bb","status":"passed","time":{"start":1726217650758,"stop":1726217650760,"duration":2}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f3c903e3bc4277f6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f3c903e3bc4277f6","status":"passed","time":{"start":1726218213406,"stop":1726218213407,"duration":1}},{"uid":"7bb613c59fad5aa5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7bb613c59fad5aa5","status":"passed","time":{"start":1726217466673,"stop":1726217466674,"duration":1}},{"uid":"dca9ccc68d7dabe1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dca9ccc68d7dabe1","status":"passed","time":{"start":1726217408295,"stop":1726217408295,"duration":0}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4bce17b6a1ab4605","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4bce17b6a1ab4605","status":"passed","time":{"start":1726218201910,"stop":1726218201910,"duration":0}},{"uid":"6097e5c0161a8220","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6097e5c0161a8220","status":"passed","time":{"start":1726217455150,"stop":1726217455151,"duration":1}},{"uid":"8c3fad061c7ba820","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c3fad061c7ba820","status":"passed","time":{"start":1726217396839,"stop":1726217396839,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a06ffd0eb0700f3e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a06ffd0eb0700f3e","status":"passed","time":{"start":1726218685050,"stop":1726218685050,"duration":0}},{"uid":"32e0d786de989bda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/32e0d786de989bda","status":"passed","time":{"start":1726217960211,"stop":1726217960211,"duration":0}},{"uid":"2dca1e643fa3e192","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2dca1e643fa3e192","status":"passed","time":{"start":1726217875223,"stop":1726217875224,"duration":1}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"28bb03a41b051575","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/28bb03a41b051575","status":"passed","time":{"start":1726218787570,"stop":1726218787571,"duration":1}},{"uid":"82b7499e042a1d6a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/82b7499e042a1d6a","status":"passed","time":{"start":1726218066272,"stop":1726218066272,"duration":0}},{"uid":"f2e5f934b5060f23","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f2e5f934b5060f23","status":"passed","time":{"start":1726217965294,"stop":1726217965295,"duration":1}}]},"204a531a98e657b752a5899c8bc8275e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4ae31bb75b432cc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a4ae31bb75b432cc","status":"passed","time":{"start":1726218673565,"stop":1726218673565,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7e9da5169b0bbf0e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7e9da5169b0bbf0e","status":"passed","time":{"start":1726218417150,"stop":1726218417151,"duration":1}},{"uid":"e54dc3a22d1203cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e54dc3a22d1203cb","status":"passed","time":{"start":1726217677823,"stop":1726217677825,"duration":2}},{"uid":"6f9b444a7e82619e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6f9b444a7e82619e","status":"passed","time":{"start":1726217616843,"stop":1726217616843,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ade9bf7aeb2a147","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ade9bf7aeb2a147","status":"passed","time":{"start":1726218673566,"stop":1726218673566,"duration":0}},{"uid":"9dbeccb659bd7d14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9dbeccb659bd7d14","status":"passed","time":{"start":1726217946745,"stop":1726217946745,"duration":0}},{"uid":"86f14403ebc373c9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/86f14403ebc373c9","status":"passed","time":{"start":1726217862807,"stop":1726217862808,"duration":1}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d51421b105bf88a4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d51421b105bf88a4","status":"passed","time":{"start":1726218250236,"stop":1726218250237,"duration":1}},{"uid":"ccf176b50888f7ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ccf176b50888f7ea","status":"passed","time":{"start":1726217507042,"stop":1726217507043,"duration":1}},{"uid":"1a11fe7982cc5f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1a11fe7982cc5f6","status":"passed","time":{"start":1726217445624,"stop":1726217445624,"duration":0}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"58b5c9d10eac24f1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/58b5c9d10eac24f1","status":"passed","time":{"start":1726218246382,"stop":1726218246382,"duration":0}},{"uid":"96e4f8d648db6854","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/96e4f8d648db6854","status":"passed","time":{"start":1726217500287,"stop":1726217500288,"duration":1}},{"uid":"1de9f3ea6e594f3c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1de9f3ea6e594f3c","status":"passed","time":{"start":1726217441999,"stop":1726217442000,"duration":1}}]},"e4a129f4e47c454c5810dc597d4a7ce8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eaeb2474ee64e437","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eaeb2474ee64e437","status":"passed","time":{"start":1726217952881,"stop":1726217952881,"duration":0}}]},"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4b1117a8a4a03677","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b1117a8a4a03677","status":"passed","time":{"start":1726218239528,"stop":1726218239540,"duration":12}},{"uid":"583a428500a7a658","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/583a428500a7a658","status":"passed","time":{"start":1726217493343,"stop":1726217493343,"duration":0}},{"uid":"842501b097a4b19b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/842501b097a4b19b","status":"passed","time":{"start":1726217434839,"stop":1726217434839,"duration":0}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"700f738863a1fdc2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/700f738863a1fdc2","status":"passed","time":{"start":1726218833200,"stop":1726218833201,"duration":1}},{"uid":"c461003765ada517","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c461003765ada517","status":"passed","time":{"start":1726218095396,"stop":1726218095396,"duration":0}},{"uid":"e51e0942fbb34c12","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e51e0942fbb34c12","status":"passed","time":{"start":1726218006963,"stop":1726218006964,"duration":1}}]},"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eae0fc4ca558e83a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eae0fc4ca558e83a","status":"passed","time":{"start":1726218188597,"stop":1726218188597,"duration":0}},{"uid":"e6c5c29cf1e1f4b0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e6c5c29cf1e1f4b0","status":"passed","time":{"start":1726217441558,"stop":1726217441558,"duration":0}},{"uid":"38f8f641cd2d9d17","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38f8f641cd2d9d17","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"96bde8fdb21bce2a4bfa2b10c287dd78:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1aba6b642bc81e77","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1aba6b642bc81e77","status":"passed","time":{"start":1726218706744,"stop":1726218706744,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2d7005be79bbf6c7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2d7005be79bbf6c7","status":"passed","time":{"start":1726218197005,"stop":1726218197005,"duration":0}},{"uid":"e15aca594ff4cbfb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e15aca594ff4cbfb","status":"passed","time":{"start":1726217450199,"stop":1726217450203,"duration":4}},{"uid":"e06eb17cfb17c96c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e06eb17cfb17c96c","status":"passed","time":{"start":1726217391851,"stop":1726217391855,"duration":4}}]},"fd6467254d4f3b777beda840145ec4ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c5928a8bbd66520","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c5928a8bbd66520","status":"passed","time":{"start":1726218039629,"stop":1726218039629,"duration":0}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b0919d3dd8c4b1d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b0919d3dd8c4b1d","status":"passed","time":{"start":1726218781392,"stop":1726218781392,"duration":0}},{"uid":"6579233b147dbd27","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6579233b147dbd27","status":"passed","time":{"start":1726218013723,"stop":1726218013724,"duration":1}},{"uid":"1451da80dd181bad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1451da80dd181bad","status":"passed","time":{"start":1726217945345,"stop":1726217945346,"duration":1}}]},"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e81fc83479590fb4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e81fc83479590fb4","status":"passed","time":{"start":1726218787582,"stop":1726218787582,"duration":0}},{"uid":"372da25cb686d3f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/372da25cb686d3f6","status":"passed","time":{"start":1726218066288,"stop":1726218066288,"duration":0}},{"uid":"c64ba619f7f72e0e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c64ba619f7f72e0e","status":"passed","time":{"start":1726217965311,"stop":1726217965311,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9493b2464a970a06","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9493b2464a970a06","status":"passed","time":{"start":1726218658998,"stop":1726218658999,"duration":1}},{"uid":"a6040956941a17c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a6040956941a17c4","status":"passed","time":{"start":1726217924727,"stop":1726217924729,"duration":2}},{"uid":"52284e0449ba8a9e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/52284e0449ba8a9e","status":"passed","time":{"start":1726217840470,"stop":1726217840471,"duration":1}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"86c1112bbc077b7c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/86c1112bbc077b7c","status":"passed","time":{"start":1726218315930,"stop":1726218315930,"duration":0}},{"uid":"e25eca97863e029e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e25eca97863e029e","status":"passed","time":{"start":1726217577152,"stop":1726217577153,"duration":1}},{"uid":"965acb82035fbb0d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/965acb82035fbb0d","status":"passed","time":{"start":1726217509424,"stop":1726217509424,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7a8d9a264499e6f4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a8d9a264499e6f4","status":"passed","time":{"start":1726218417147,"stop":1726218417148,"duration":1}},{"uid":"9bda46af5259417b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9bda46af5259417b","status":"passed","time":{"start":1726217677799,"stop":1726217677810,"duration":11}},{"uid":"14bb31f724d075dd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/14bb31f724d075dd","status":"passed","time":{"start":1726217616838,"stop":1726217616839,"duration":1}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"62c2b0b030cec343","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/62c2b0b030cec343","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659016,"stop":1726218659016,"duration":0}},{"uid":"1d4bc9192dedefcc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d4bc9192dedefcc","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924743,"stop":1726217924743,"duration":0}},{"uid":"c60459773ff5c0ed","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c60459773ff5c0ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840523,"stop":1726217840523,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6712f75ae7e0627c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6712f75ae7e0627c","status":"passed","time":{"start":1726218279679,"stop":1726218279679,"duration":0}},{"uid":"fc737a6fda9c0b6a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc737a6fda9c0b6a","status":"passed","time":{"start":1726217533045,"stop":1726217533045,"duration":0}},{"uid":"e4c34f67d428acc3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4c34f67d428acc3","status":"passed","time":{"start":1726217474962,"stop":1726217474963,"duration":1}}]},"e3d715d5c93def6384800c1dc65eb17d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"199d7479d5e9dea9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/199d7479d5e9dea9","status":"passed","time":{"start":1726217616844,"stop":1726217616845,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ccbfa093a44029ad","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ccbfa093a44029ad","status":"passed","time":{"start":1726218787579,"stop":1726218787579,"duration":0}},{"uid":"18b8b10c8b0ca943","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18b8b10c8b0ca943","status":"passed","time":{"start":1726218066282,"stop":1726218066282,"duration":0}},{"uid":"bf761f41f93a2040","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bf761f41f93a2040","status":"passed","time":{"start":1726217965308,"stop":1726217965309,"duration":1}}]},"1ca26eb2e9ec41523b8cd2c3817c857d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c0bef4a99d3c90e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c0bef4a99d3c90e","status":"passed","time":{"start":1726218039630,"stop":1726218039630,"duration":0}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3346891fbad75288","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3346891fbad75288","status":"passed","time":{"start":1726218315931,"stop":1726218315931,"duration":0}},{"uid":"6ad6ef14739be7cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ad6ef14739be7cd","status":"passed","time":{"start":1726217577155,"stop":1726217577155,"duration":0}},{"uid":"8a05136ecdde7c1d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a05136ecdde7c1d","status":"passed","time":{"start":1726217509425,"stop":1726217509425,"duration":0}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2551ed0bf1cb79e2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2551ed0bf1cb79e2","status":"passed","time":{"start":1726218422901,"stop":1726218422902,"duration":1}},{"uid":"68d7da29c1b04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68d7da29c1b04","status":"passed","time":{"start":1726217687425,"stop":1726217687425,"duration":0}},{"uid":"63cfef560d868e8b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63cfef560d868e8b","status":"passed","time":{"start":1726217604492,"stop":1726217604493,"duration":1}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4ddf307cb277ab66","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ddf307cb277ab66","status":"passed","time":{"start":1726218818267,"stop":1726218818268,"duration":1}},{"uid":"54b386364d12f4bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54b386364d12f4bd","status":"passed","time":{"start":1726218085658,"stop":1726218085659,"duration":1}},{"uid":"897d1965ad929ef3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/897d1965ad929ef3","status":"passed","time":{"start":1726217996428,"stop":1726217996429,"duration":1}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"565255702b592afb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/565255702b592afb","status":"passed","time":{"start":1726218683565,"stop":1726218683565,"duration":0}},{"uid":"1a4990250e98ae5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a4990250e98ae5c","status":"passed","time":{"start":1726217949325,"stop":1726217949326,"duration":1}},{"uid":"43ba19670275f322","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43ba19670275f322","status":"passed","time":{"start":1726217865171,"stop":1726217865177,"duration":6}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"92bed04ff7a3ac5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/92bed04ff7a3ac5f","status":"passed","time":{"start":1726218209341,"stop":1726218209341,"duration":0}},{"uid":"3a2ac4e3859a9ff7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a2ac4e3859a9ff7","status":"passed","time":{"start":1726217462726,"stop":1726217462726,"duration":0}},{"uid":"79fd0a4bbc11142c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/79fd0a4bbc11142c","status":"passed","time":{"start":1726217404276,"stop":1726217404276,"duration":0}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b596add68ca96cba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b596add68ca96cba","status":"passed","time":{"start":1726218659022,"stop":1726218659022,"duration":0}},{"uid":"15115c43ce64880","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15115c43ce64880","status":"passed","time":{"start":1726217924754,"stop":1726217924754,"duration":0}},{"uid":"64ba7975f34ae198","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64ba7975f34ae198","status":"passed","time":{"start":1726217840558,"stop":1726217840559,"duration":1}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cc6e39bc51be44e2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc6e39bc51be44e2","status":"passed","time":{"start":1726218422909,"stop":1726218422910,"duration":1}},{"uid":"85ca7103e2492eab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/85ca7103e2492eab","status":"passed","time":{"start":1726217687429,"stop":1726217687430,"duration":1}},{"uid":"4259f6e86835781b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4259f6e86835781b","status":"passed","time":{"start":1726217604498,"stop":1726217604499,"duration":1}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b507b3185a1cfc39","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b507b3185a1cfc39","status":"passed","time":{"start":1726218422918,"stop":1726218422918,"duration":0}},{"uid":"7230c53b4db9a327","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7230c53b4db9a327","status":"passed","time":{"start":1726217687441,"stop":1726217687441,"duration":0}},{"uid":"28564344807cdb67","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/28564344807cdb67","status":"passed","time":{"start":1726217604523,"stop":1726217604524,"duration":1}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c03d31830288a482","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c03d31830288a482","status":"passed","time":{"start":1726218597575,"stop":1726218597576,"duration":1}},{"uid":"b4e30054e64f672","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b4e30054e64f672","status":"passed","time":{"start":1726217848413,"stop":1726217848413,"duration":0}},{"uid":"1e7a760b7ced0fb4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1e7a760b7ced0fb4","status":"passed","time":{"start":1726217774667,"stop":1726217774667,"duration":0}}]},"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c6a2dd636531d0e8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c6a2dd636531d0e8","status":"passed","time":{"start":1726218188605,"stop":1726218188606,"duration":1}},{"uid":"cdd1ece6942e9482","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cdd1ece6942e9482","status":"passed","time":{"start":1726217441569,"stop":1726217441570,"duration":1}},{"uid":"7e3ecce9b98dd093","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7e3ecce9b98dd093","status":"passed","time":{"start":1726217383232,"stop":1726217383232,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"38336494d1cf3696","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/38336494d1cf3696","status":"passed","time":{"start":1726218673557,"stop":1726218673557,"duration":0}},{"uid":"4484ab6bc79d4a9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4484ab6bc79d4a9a","status":"passed","time":{"start":1726217946725,"stop":1726217946728,"duration":3}},{"uid":"85e53e783c9e1f27","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85e53e783c9e1f27","status":"passed","time":{"start":1726217862781,"stop":1726217862782,"duration":1}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"180eafb3373b97f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/180eafb3373b97f8","status":"passed","time":{"start":1726218826919,"stop":1726218826919,"duration":0}},{"uid":"4f0dd72dea6ac6cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4f0dd72dea6ac6cf","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"duration":0}},{"uid":"5ef0e8e7bd406167","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5ef0e8e7bd406167","status":"passed","time":{"start":1726218000391,"stop":1726218000391,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d6016beea9d94d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d6016beea9d94d","status":"passed","time":{"start":1726218422919,"stop":1726218422919,"duration":0}},{"uid":"efe8072356e5b8c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/efe8072356e5b8c1","status":"passed","time":{"start":1726217687442,"stop":1726217687442,"duration":0}},{"uid":"d83b993f2feb3079","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d83b993f2feb3079","status":"passed","time":{"start":1726217604526,"stop":1726217604527,"duration":1}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"385dccad85046253","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/385dccad85046253","status":"passed","time":{"start":1726218708424,"stop":1726218708425,"duration":1}},{"uid":"d5d62e67d9328415","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d5d62e67d9328415","status":"passed","time":{"start":1726217980052,"stop":1726217980052,"duration":0}},{"uid":"6e7d2da28d723c4f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e7d2da28d723c4f","status":"passed","time":{"start":1726217896505,"stop":1726217896506,"duration":1}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ca3c31d16d436ca0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca3c31d16d436ca0","status":"passed","time":{"start":1726218471445,"stop":1726218471445,"duration":0}},{"uid":"ee6e93fbf84c3ddc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ee6e93fbf84c3ddc","status":"passed","time":{"start":1726217724228,"stop":1726217724228,"duration":0}},{"uid":"15f1a239e42a8561","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15f1a239e42a8561","status":"passed","time":{"start":1726217656061,"stop":1726217656061,"duration":0}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"75697fa2b43ab00","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/75697fa2b43ab00","status":"passed","time":{"start":1726218315928,"stop":1726218315928,"duration":0}},{"uid":"4067cf34d373ec31","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4067cf34d373ec31","status":"passed","time":{"start":1726217577134,"stop":1726217577136,"duration":2}},{"uid":"46ffe0895a62da73","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/46ffe0895a62da73","status":"passed","time":{"start":1726217509412,"stop":1726217509413,"duration":1}}]},"021ddf29f2e20f536efa597d36c69f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"930eca53a6c593d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/930eca53a6c593d","status":"passed","time":{"start":1726218673564,"stop":1726218673564,"duration":0}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4ebc27f209cdc742","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ebc27f209cdc742","status":"passed","time":{"start":1726218708455,"stop":1726218708456,"duration":1}},{"uid":"1564355301325361","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1564355301325361","status":"passed","time":{"start":1726217980053,"stop":1726217980054,"duration":1}},{"uid":"8a6a33f24f4f6c07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a6a33f24f4f6c07","status":"passed","time":{"start":1726217896508,"stop":1726217896508,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ad0f44342bb3168","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ad0f44342bb3168","status":"passed","time":{"start":1726218196999,"stop":1726218196999,"duration":0}},{"uid":"a52ccb718adb577a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a52ccb718adb577a","status":"passed","time":{"start":1726217450197,"stop":1726217450197,"duration":0}},{"uid":"82f0e54a451727da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82f0e54a451727da","status":"passed","time":{"start":1726217391848,"stop":1726217391849,"duration":1}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a93867212b1fffb6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a93867212b1fffb6","status":"passed","time":{"start":1726218417154,"stop":1726218417155,"duration":1}},{"uid":"8b1b47038ecaf847","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8b1b47038ecaf847","status":"passed","time":{"start":1726217677844,"stop":1726217677844,"duration":0}},{"uid":"cb29388f2a9975cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cb29388f2a9975cc","status":"passed","time":{"start":1726217616847,"stop":1726217616848,"duration":1}}]},"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2329b57a6c27551b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2329b57a6c27551b","status":"passed","time":{"start":1726218188590,"stop":1726218188590,"duration":0}},{"uid":"95f93989ecb90b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95f93989ecb90b5","status":"passed","time":{"start":1726217441551,"stop":1726217441551,"duration":0}},{"uid":"d16bf38d7cf51735","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d16bf38d7cf51735","status":"passed","time":{"start":1726217383214,"stop":1726217383214,"duration":0}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4502a03d1ad637c7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4502a03d1ad637c7","status":"passed","time":{"start":1726218422894,"stop":1726218422895,"duration":1}},{"uid":"72bb661e74770c35","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72bb661e74770c35","status":"passed","time":{"start":1726217687416,"stop":1726217687416,"duration":0}},{"uid":"d1c83df8ca03676c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d1c83df8ca03676c","status":"passed","time":{"start":1726217604480,"stop":1726217604481,"duration":1}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5209a8cf7eb2c754","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5209a8cf7eb2c754","status":"passed","time":{"start":1726218706741,"stop":1726218706742,"duration":1}},{"uid":"bd15fb2f524ce2c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bd15fb2f524ce2c","status":"passed","time":{"start":1726217976607,"stop":1726217976608,"duration":1}},{"uid":"6005e77114cf1ae9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6005e77114cf1ae9","status":"passed","time":{"start":1726217890296,"stop":1726217890297,"duration":1}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7f9f3fc6c438442d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7f9f3fc6c438442d","status":"passed","time":{"start":1726218422896,"stop":1726218422897,"duration":1}},{"uid":"47c004fa0a6df8fb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47c004fa0a6df8fb","status":"passed","time":{"start":1726217687421,"stop":1726217687421,"duration":0}},{"uid":"6a2921fb92be13ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a2921fb92be13ad","status":"passed","time":{"start":1726217604488,"stop":1726217604488,"duration":0}}]},"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"973974f13acf3ddb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/973974f13acf3ddb","status":"passed","time":{"start":1726218188603,"stop":1726218188603,"duration":0}},{"uid":"af0348ae06699822","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af0348ae06699822","status":"passed","time":{"start":1726217441566,"stop":1726217441566,"duration":0}},{"uid":"b720cdd1d400acd6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b720cdd1d400acd6","status":"passed","time":{"start":1726217383229,"stop":1726217383229,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a02a2476d75be331","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a02a2476d75be331","status":"passed","time":{"start":1726218417146,"stop":1726218417147,"duration":1}},{"uid":"e2f9a85bece3da3d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e2f9a85bece3da3d","status":"passed","time":{"start":1726217677792,"stop":1726217677796,"duration":4}},{"uid":"eb4d2e219ed94f94","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eb4d2e219ed94f94","status":"passed","time":{"start":1726217616838,"stop":1726217616838,"duration":0}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a46a0f9cbcdc6f6a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a46a0f9cbcdc6f6a","status":"passed","time":{"start":1726218673550,"stop":1726218673550,"duration":0}},{"uid":"1a6b29b2737111e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a6b29b2737111e","status":"passed","time":{"start":1726217946720,"stop":1726217946720,"duration":0}},{"uid":"e6cf251b51164348","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e6cf251b51164348","status":"passed","time":{"start":1726217862773,"stop":1726217862774,"duration":1}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"407fa9cb9e3ec05b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/407fa9cb9e3ec05b","status":"passed","time":{"start":1726218279689,"stop":1726218279691,"duration":2}},{"uid":"577ac696c4909848","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/577ac696c4909848","status":"passed","time":{"start":1726217533047,"stop":1726217533048,"duration":1}},{"uid":"c484e3268d70db49","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c484e3268d70db49","status":"passed","time":{"start":1726217474965,"stop":1726217474966,"duration":1}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f9726ee80248e89d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f9726ee80248e89d","status":"passed","time":{"start":1726218471416,"stop":1726218471416,"duration":0}},{"uid":"c7f9038e88742c57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c7f9038e88742c57","status":"passed","time":{"start":1726217724200,"stop":1726217724201,"duration":1}},{"uid":"4defa2acdc298d89","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4defa2acdc298d89","status":"passed","time":{"start":1726217656057,"stop":1726217656057,"duration":0}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1d3b88ae0ef1e954","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1d3b88ae0ef1e954","status":"passed","time":{"start":1726218722080,"stop":1726218722080,"duration":0}},{"uid":"4d7ae123f4338ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4d7ae123f4338ed","status":"passed","time":{"start":1726217978647,"stop":1726217978649,"duration":2}},{"uid":"385ce94a11218f10","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/385ce94a11218f10","status":"passed","time":{"start":1726217893873,"stop":1726217893873,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dbb0106f44d5cd78","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dbb0106f44d5cd78","status":"passed","time":{"start":1726218659026,"stop":1726218659027,"duration":1}},{"uid":"b84068f23fab0ff6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b84068f23fab0ff6","status":"passed","time":{"start":1726217924764,"stop":1726217924764,"duration":0}},{"uid":"f3ebc0755f6e7883","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f3ebc0755f6e7883","status":"passed","time":{"start":1726217840568,"stop":1726217840568,"duration":0}}]},"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cebcde8eb640a4d4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cebcde8eb640a4d4","status":"passed","time":{"start":1726218188597,"stop":1726218188597,"duration":0}},{"uid":"2ea281db3267af3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ea281db3267af3c","status":"passed","time":{"start":1726217441559,"stop":1726217441559,"duration":0}},{"uid":"ecb8c3f1bdc526fa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ecb8c3f1bdc526fa","status":"passed","time":{"start":1726217383221,"stop":1726217383221,"duration":0}}]},"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"493d2b4996776e26","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/493d2b4996776e26","status":"passed","time":{"start":1726218188586,"stop":1726218188586,"duration":0}},{"uid":"6654d981dba407c0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6654d981dba407c0","status":"passed","time":{"start":1726217441546,"stop":1726217441546,"duration":0}},{"uid":"624bfe635811c2e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/624bfe635811c2e7","status":"passed","time":{"start":1726217383209,"stop":1726217383209,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a0d24d6ffa1318c1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0d24d6ffa1318c1","status":"passed","time":{"start":1726218673544,"stop":1726218673545,"duration":1}},{"uid":"823e7ca7805f944d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/823e7ca7805f944d","status":"passed","time":{"start":1726217946677,"stop":1726217946677,"duration":0}},{"uid":"1c46ed9eb674b2d5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1c46ed9eb674b2d5","status":"passed","time":{"start":1726217862769,"stop":1726217862769,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a88179589dad5ff5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a88179589dad5ff5","status":"passed","time":{"start":1726218315931,"stop":1726218315931,"duration":0}},{"uid":"1fe906bfbb24e70","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1fe906bfbb24e70","status":"passed","time":{"start":1726217577153,"stop":1726217577155,"duration":2}},{"uid":"e983aa763507345","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e983aa763507345","status":"passed","time":{"start":1726217509424,"stop":1726217509424,"duration":0}}]},"b7297778cb119f49787bc8cdbac5a360:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a532000f3eabde59","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a532000f3eabde59","status":"passed","time":{"start":1726218013725,"stop":1726218013725,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"573bb547b3a99ddd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/573bb547b3a99ddd","status":"passed","time":{"start":1726218706736,"stop":1726218706736,"duration":0}},{"uid":"6ffafc8d8a1c4350","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ffafc8d8a1c4350","status":"passed","time":{"start":1726217976599,"stop":1726217976599,"duration":0}},{"uid":"33e1413e9af41102","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/33e1413e9af41102","status":"passed","time":{"start":1726217890290,"stop":1726217890291,"duration":1}}]},"28e00b228faded2e7faecef399c0b7ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"387a2fdc99624b2f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/387a2fdc99624b2f","status":"passed","time":{"start":1726217923182,"stop":1726217923182,"duration":0}}]},"9f2f22c2305a3e078a8b45de98ab3373:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"136e7a0b98cd1e3c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/136e7a0b98cd1e3c","status":"passed","time":{"start":1726217952880,"stop":1726217952880,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4c736802b29687cd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4c736802b29687cd","status":"passed","time":{"start":1726218201913,"stop":1726218201913,"duration":0}},{"uid":"c3f547d681a86a95","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3f547d681a86a95","status":"passed","time":{"start":1726217455153,"stop":1726217455154,"duration":1}},{"uid":"8be712014c9bcc76","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8be712014c9bcc76","status":"passed","time":{"start":1726217396842,"stop":1726217396842,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"204f7ab14514c760","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/204f7ab14514c760","status":"passed","time":{"start":1726218659022,"stop":1726218659022,"duration":0}},{"uid":"211400f5887a7683","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/211400f5887a7683","status":"passed","time":{"start":1726217924754,"stop":1726217924755,"duration":1}},{"uid":"1a79e401045c9cd7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1a79e401045c9cd7","status":"passed","time":{"start":1726217840559,"stop":1726217840559,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2f020ff3bf8d394","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2f020ff3bf8d394","status":"passed","time":{"start":1726218683564,"stop":1726218683565,"duration":1}},{"uid":"a42c67f43b954f20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a42c67f43b954f20","status":"passed","time":{"start":1726217949325,"stop":1726217949325,"duration":0}},{"uid":"c4f82f5d1b0948bc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4f82f5d1b0948bc","status":"passed","time":{"start":1726217865170,"stop":1726217865171,"duration":1}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"65f7574486bc23aa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/65f7574486bc23aa","status":"passed","time":{"start":1726218201684,"stop":1726218201685,"duration":1}},{"uid":"9103ba8e59f9d0b0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9103ba8e59f9d0b0","status":"passed","time":{"start":1726217454965,"stop":1726217454965,"duration":0}},{"uid":"6ef318248de8f98c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6ef318248de8f98c","status":"passed","time":{"start":1726217396431,"stop":1726217396432,"duration":1}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ad8973fb82528dd5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ad8973fb82528dd5","status":"passed","time":{"start":1726218708395,"stop":1726218708413,"duration":18}},{"uid":"e671cdb7d273dd53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e671cdb7d273dd53","status":"passed","time":{"start":1726217980050,"stop":1726217980051,"duration":1}},{"uid":"80c43ff22d15057a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/80c43ff22d15057a","status":"passed","time":{"start":1726217896504,"stop":1726217896505,"duration":1}}]},"60e1b793627ee506f7b1ccccc216151a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f20d8beef3b9bc55","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f20d8beef3b9bc55","status":"passed","time":{"start":1726217923180,"stop":1726217923180,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"32f4751e790ffea4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/32f4751e790ffea4","status":"passed","time":{"start":1726218279687,"stop":1726218279688,"duration":1}},{"uid":"109a3964ca955f24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/109a3964ca955f24","status":"passed","time":{"start":1726217533047,"stop":1726217533047,"duration":0}},{"uid":"39368d50ce8e8ddd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39368d50ce8e8ddd","status":"passed","time":{"start":1726217474964,"stop":1726217474965,"duration":1}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"e5437062e980bfc0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e5437062e980bfc0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218708392,"stop":1726218708393,"duration":1}},{"uid":"576b67030db7bb98","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/576b67030db7bb98","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217980038,"stop":1726217980038,"duration":0}},{"uid":"1196fc98124c7e50","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1196fc98124c7e50","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217896500,"stop":1726217896500,"duration":0}}]},"c8e543bcdc4acb5444818c30c1f5f9ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c278ab2c3c3fca03","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c278ab2c3c3fca03","status":"passed","time":{"start":1726218765878,"stop":1726218765879,"duration":1}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"29d92f7922b36a03","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/29d92f7922b36a03","status":"passed","time":{"start":1726218791846,"stop":1726218791846,"duration":0}},{"uid":"d8dc3fa14fc34a24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d8dc3fa14fc34a24","status":"passed","time":{"start":1726218054683,"stop":1726218054684,"duration":1}},{"uid":"cc2c31c7cf59cfd3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cc2c31c7cf59cfd3","status":"passed","time":{"start":1726217965430,"stop":1726217965431,"duration":1}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eae25a2482b6619e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eae25a2482b6619e","status":"passed","time":{"start":1726218197009,"stop":1726218197010,"duration":1}},{"uid":"c496f72c7203b02b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c496f72c7203b02b","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"duration":0}},{"uid":"b1434bbb1f503bfa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1434bbb1f503bfa","status":"passed","time":{"start":1726217391860,"stop":1726217391860,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"946589eea58d8ff8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/946589eea58d8ff8","status":"passed","time":{"start":1726218459522,"stop":1726218459523,"duration":1}},{"uid":"e046b18e4b9b75eb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e046b18e4b9b75eb","status":"passed","time":{"start":1726217705987,"stop":1726217705988,"duration":1}},{"uid":"f4f0c7a743c44d38","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f4f0c7a743c44d38","status":"passed","time":{"start":1726217650745,"stop":1726217650746,"duration":1}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c5e140f8a63b9ef","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c5e140f8a63b9ef","status":"passed","time":{"start":1726218708458,"stop":1726218708458,"duration":0}},{"uid":"12708546cdcbaea6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/12708546cdcbaea6","status":"passed","time":{"start":1726217980054,"stop":1726217980055,"duration":1}},{"uid":"b1782bfd3f9c4eb4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1782bfd3f9c4eb4","status":"passed","time":{"start":1726217896509,"stop":1726217896509,"duration":0}}]},"f2c3f586276f57850f30072ab2a59515:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70177625bd3bac53","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/70177625bd3bac53","status":"passed","time":{"start":1726218765876,"stop":1726218765877,"duration":1}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bbb313232bc1ec14","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bbb313232bc1ec14","status":"passed","time":{"start":1726218722081,"stop":1726218722081,"duration":0}},{"uid":"f8a8d04095de31cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8a8d04095de31cb","status":"passed","time":{"start":1726217978650,"stop":1726217978650,"duration":0}},{"uid":"7cf0a25fccb1417a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7cf0a25fccb1417a","status":"passed","time":{"start":1726217893873,"stop":1726217893874,"duration":1}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d29d6d80a48f4f05","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d29d6d80a48f4f05","status":"passed","time":{"start":1726218287815,"stop":1726218287815,"duration":0}},{"uid":"44eae3fc6d0c681c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/44eae3fc6d0c681c","status":"passed","time":{"start":1726217549453,"stop":1726217549453,"duration":0}},{"uid":"a7a1760b0a8672c3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a7a1760b0a8672c3","status":"passed","time":{"start":1726217491290,"stop":1726217491290,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"75c22e2f1c1d5dae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/75c22e2f1c1d5dae","status":"passed","time":{"start":1726218833197,"stop":1726218833198,"duration":1}},{"uid":"c5385358797e053e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5385358797e053e","status":"passed","time":{"start":1726218095392,"stop":1726218095393,"duration":1}},{"uid":"bad04791faf1f8e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bad04791faf1f8e7","status":"passed","time":{"start":1726218006961,"stop":1726218006961,"duration":0}}]},"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"241875bd455ef0b6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/241875bd455ef0b6","status":"passed","time":{"start":1726218761852,"stop":1726218761852,"duration":0}},{"uid":"a6f574173d8b143e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a6f574173d8b143e","status":"passed","time":{"start":1726218020458,"stop":1726218020459,"duration":1}},{"uid":"f58a238233213e7c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f58a238233213e7c","status":"passed","time":{"start":1726217934116,"stop":1726217934116,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9312515a66c2125d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9312515a66c2125d","status":"passed","time":{"start":1726218659025,"stop":1726218659025,"duration":0}},{"uid":"c9aa0eb57ad99464","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c9aa0eb57ad99464","status":"passed","time":{"start":1726217924763,"stop":1726217924763,"duration":0}},{"uid":"a1a89c59a8225c74","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a1a89c59a8225c74","status":"passed","time":{"start":1726217840567,"stop":1726217840567,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e062a0ba9ee8eb49","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e062a0ba9ee8eb49","status":"passed","time":{"start":1726218550306,"stop":1726218550311,"duration":5}},{"uid":"577d3f0ec67fefa7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/577d3f0ec67fefa7","status":"passed","time":{"start":1726217804645,"stop":1726217804646,"duration":1}},{"uid":"2f5887b94027987a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f5887b94027987a","status":"passed","time":{"start":1726217734028,"stop":1726217734029,"duration":1}}]},"d59803a32195ca01a66da1e9c8ad4d2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2351b7934fc46997","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2351b7934fc46997","status":"passed","time":{"start":1726218612963,"stop":1726218612963,"duration":0}},{"uid":"eea280ce78bad141","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eea280ce78bad141","status":"passed","time":{"start":1726217868235,"stop":1726217868236,"duration":1}},{"uid":"2da7be4a86d55835","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2da7be4a86d55835","status":"passed","time":{"start":1726217785169,"stop":1726217785170,"duration":1}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c4cc522a05931ea7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c4cc522a05931ea7","status":"passed","time":{"start":1726218459532,"stop":1726218459534,"duration":2}},{"uid":"fee230f6a1feb1de","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fee230f6a1feb1de","status":"passed","time":{"start":1726217706000,"stop":1726217706000,"duration":0}},{"uid":"5e118cc905d3122c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e118cc905d3122c","status":"passed","time":{"start":1726217650754,"stop":1726217650756,"duration":2}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5f7a39deb2473a32","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5f7a39deb2473a32","status":"passed","time":{"start":1726218459532,"stop":1726218459532,"duration":0}},{"uid":"c48511aa87b2a0ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c48511aa87b2a0ba","status":"passed","time":{"start":1726217705998,"stop":1726217705999,"duration":1}},{"uid":"ff96edc0be5665c7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ff96edc0be5665c7","status":"passed","time":{"start":1726217650754,"stop":1726217650754,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"82352953b8d98362","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/82352953b8d98362","status":"passed","time":{"start":1726218196997,"stop":1726218196997,"duration":0}},{"uid":"eed9fd3f4e271512","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eed9fd3f4e271512","status":"passed","time":{"start":1726217450194,"stop":1726217450195,"duration":1}},{"uid":"e4c2ea4663efaacf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4c2ea4663efaacf","status":"passed","time":{"start":1726217391846,"stop":1726217391847,"duration":1}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fd29773dadb5a934","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fd29773dadb5a934","status":"passed","time":{"start":1726218188644,"stop":1726218188644,"duration":0}},{"uid":"b8ba4c51a8218f92","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b8ba4c51a8218f92","status":"passed","time":{"start":1726217441571,"stop":1726217441571,"duration":0}},{"uid":"429f19685465797a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/429f19685465797a","status":"passed","time":{"start":1726217383355,"stop":1726217383355,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"853dde8c6aacdce3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/853dde8c6aacdce3","status":"passed","time":{"start":1726218807898,"stop":1726218807899,"duration":1}},{"uid":"9fa9f67396f2c939","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9fa9f67396f2c939","status":"passed","time":{"start":1726218061971,"stop":1726218061974,"duration":3}},{"uid":"a54276e21aeee0b9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a54276e21aeee0b9","status":"passed","time":{"start":1726217984931,"stop":1726217984932,"duration":1}}]},"fec0b1331f12d636a105f3d1d6c324a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"87dc81dded3591cc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/87dc81dded3591cc","status":"passed","time":{"start":1726218748391,"stop":1726218748391,"duration":0}}]},"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c81735f6fc3768de","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c81735f6fc3768de","status":"passed","time":{"start":1726218613307,"stop":1726218613307,"duration":0}},{"uid":"d6e7f3d31d0be7a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d6e7f3d31d0be7a8","status":"passed","time":{"start":1726217868893,"stop":1726217868894,"duration":1}},{"uid":"c07ceee06caf5d4c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c07ceee06caf5d4c","status":"passed","time":{"start":1726217785442,"stop":1726217785442,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"79f7a82cbb5fc50f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79f7a82cbb5fc50f","status":"passed","time":{"start":1726218673561,"stop":1726218673561,"duration":0}},{"uid":"53bbf43931b3a13e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53bbf43931b3a13e","status":"passed","time":{"start":1726217946740,"stop":1726217946740,"duration":0}},{"uid":"416e571313eb21dd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/416e571313eb21dd","status":"passed","time":{"start":1726217862789,"stop":1726217862790,"duration":1}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"810538ca13bf3c73","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/810538ca13bf3c73","status":"passed","time":{"start":1726218357623,"stop":1726218357623,"duration":0}},{"uid":"2a503b6eb9914d20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2a503b6eb9914d20","status":"passed","time":{"start":1726217608002,"stop":1726217608002,"duration":0}},{"uid":"cfa12b8d82ea8213","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cfa12b8d82ea8213","status":"passed","time":{"start":1726217547143,"stop":1726217547143,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a8942c01536346d8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a8942c01536346d8","status":"passed","time":{"start":1726218787572,"stop":1726218787573,"duration":1}},{"uid":"846f49de92e30ab6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/846f49de92e30ab6","status":"passed","time":{"start":1726218066275,"stop":1726218066275,"duration":0}},{"uid":"c3cc7a7f1a50d5d0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c3cc7a7f1a50d5d0","status":"passed","time":{"start":1726217965298,"stop":1726217965298,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c7960b2e23ba8ca8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c7960b2e23ba8ca8","status":"passed","time":{"start":1726218659026,"stop":1726218659026,"duration":0}},{"uid":"42dec1fcd0756e39","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42dec1fcd0756e39","status":"passed","time":{"start":1726217924764,"stop":1726217924764,"duration":0}},{"uid":"c77c1d204f13bcbf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c77c1d204f13bcbf","status":"passed","time":{"start":1726217840567,"stop":1726217840568,"duration":1}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6bd0e6d00788536a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6bd0e6d00788536a","status":"passed","time":{"start":1726218787586,"stop":1726218787587,"duration":1}},{"uid":"37ad5ce9bcc2a248","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/37ad5ce9bcc2a248","status":"passed","time":{"start":1726218066298,"stop":1726218066298,"duration":0}},{"uid":"17f127d3cbcdba79","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/17f127d3cbcdba79","status":"passed","time":{"start":1726217965318,"stop":1726217965318,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e589d1b2a9bd6e01","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e589d1b2a9bd6e01","status":"passed","time":{"start":1726218196996,"stop":1726218196996,"duration":0}},{"uid":"1e068615d258f85d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1e068615d258f85d","status":"passed","time":{"start":1726217450194,"stop":1726217450194,"duration":0}},{"uid":"c2f946a7d817e89f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c2f946a7d817e89f","status":"passed","time":{"start":1726217391846,"stop":1726217391846,"duration":0}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"f1e23d6c26f9ae5e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f1e23d6c26f9ae5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659234,"stop":1726218659234,"duration":0}},{"uid":"817f965bdef4407f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/817f965bdef4407f","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925015,"stop":1726217925015,"duration":0}},{"uid":"411eecba8399d1b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/411eecba8399d1b5","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840807,"stop":1726217840807,"duration":0}}]},"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"86bfddeb86037ea7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/86bfddeb86037ea7","status":"passed","time":{"start":1726218803162,"stop":1726218803162,"duration":0}},{"uid":"7eb4fc37ed00550d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7eb4fc37ed00550d","status":"passed","time":{"start":1726218063114,"stop":1726218063114,"duration":0}},{"uid":"662e25fc93663f58","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/662e25fc93663f58","status":"passed","time":{"start":1726217974423,"stop":1726217974424,"duration":1}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7787eabe31f0f5dd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7787eabe31f0f5dd","status":"passed","time":{"start":1726218787578,"stop":1726218787578,"duration":0}},{"uid":"560149277e959387","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/560149277e959387","status":"passed","time":{"start":1726218066281,"stop":1726218066281,"duration":0}},{"uid":"ba8925d05b6c516b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba8925d05b6c516b","status":"passed","time":{"start":1726217965304,"stop":1726217965307,"duration":3}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d4eb4deb1b4c23a1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d4eb4deb1b4c23a1","status":"passed","time":{"start":1726218417147,"stop":1726218417147,"duration":0}},{"uid":"a415ec338168a68","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a415ec338168a68","status":"passed","time":{"start":1726217677797,"stop":1726217677799,"duration":2}},{"uid":"33ac1f45d15bd6fa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/33ac1f45d15bd6fa","status":"passed","time":{"start":1726217616838,"stop":1726217616838,"duration":0}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7e66d71e10ef0514","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7e66d71e10ef0514","status":"passed","time":{"start":1726218761850,"stop":1726218761851,"duration":1}},{"uid":"97e00203451e4ee0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/97e00203451e4ee0","status":"passed","time":{"start":1726218020455,"stop":1726218020456,"duration":1}},{"uid":"475055d7cdd4f70d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/475055d7cdd4f70d","status":"passed","time":{"start":1726217934113,"stop":1726217934115,"duration":2}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63f8adbe7b945b35","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/63f8adbe7b945b35","status":"passed","time":{"start":1726218417148,"stop":1726218417148,"duration":0}},{"uid":"b96d24654ce58053","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b96d24654ce58053","status":"passed","time":{"start":1726217677812,"stop":1726217677813,"duration":1}},{"uid":"640e15eaca403fad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/640e15eaca403fad","status":"passed","time":{"start":1726217616840,"stop":1726217616840,"duration":0}}]},"7d85d352846f65cadcd2aaa503ad70aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcbf39b2cc90112b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bcbf39b2cc90112b","status":"passed","time":{"start":1726217952884,"stop":1726217952884,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e736c573eaee734c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e736c573eaee734c","status":"passed","time":{"start":1726218249120,"stop":1726218249121,"duration":1}},{"uid":"39274eefaa536eba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39274eefaa536eba","status":"passed","time":{"start":1726217503859,"stop":1726217503859,"duration":0}},{"uid":"43835375cc70bdcd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43835375cc70bdcd","status":"passed","time":{"start":1726217442598,"stop":1726217442598,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"44bbae43a70e6fc4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/44bbae43a70e6fc4","status":"passed","time":{"start":1726218318090,"stop":1726218318090,"duration":0}},{"uid":"6d5b47aded166552","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d5b47aded166552","status":"passed","time":{"start":1726217567474,"stop":1726217567474,"duration":0}},{"uid":"15a35ad8c1dc73f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15a35ad8c1dc73f0","status":"passed","time":{"start":1726217508420,"stop":1726217508420,"duration":0}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6948d33ea4a06750","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6948d33ea4a06750","status":"passed","time":{"start":1726218791849,"stop":1726218791849,"duration":0}},{"uid":"af79f35314395695","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af79f35314395695","status":"passed","time":{"start":1726218054699,"stop":1726218054700,"duration":1}},{"uid":"1b18522081d91900","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1b18522081d91900","status":"passed","time":{"start":1726217965433,"stop":1726217965433,"duration":0}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5e95c212fe0fbea","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5e95c212fe0fbea","status":"passed","time":{"start":1726218781388,"stop":1726218781388,"duration":0}},{"uid":"48a92568d4185240","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48a92568d4185240","status":"passed","time":{"start":1726218013712,"stop":1726218013715,"duration":3}},{"uid":"b429f96f1f614cbf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b429f96f1f614cbf","status":"passed","time":{"start":1726217945336,"stop":1726217945336,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"89f9bd0aa90710c4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/89f9bd0aa90710c4","status":"passed","time":{"start":1726218251125,"stop":1726218251126,"duration":1}},{"uid":"5a71615e25f1b249","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a71615e25f1b249","status":"passed","time":{"start":1726217503656,"stop":1726217503656,"duration":0}},{"uid":"c0bc33eff040ca11","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c0bc33eff040ca11","status":"passed","time":{"start":1726217444759,"stop":1726217444760,"duration":1}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f5c200e25deb505b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f5c200e25deb505b","status":"passed","time":{"start":1726218417151,"stop":1726218417151,"duration":0}},{"uid":"ce59ddecf13507d5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ce59ddecf13507d5","status":"passed","time":{"start":1726217677825,"stop":1726217677826,"duration":1}},{"uid":"a5a4ea136a69f4f4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a5a4ea136a69f4f4","status":"passed","time":{"start":1726217616844,"stop":1726217616844,"duration":0}}]},"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"193048d2e53d675b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/193048d2e53d675b","status":"passed","time":{"start":1726218188599,"stop":1726218188599,"duration":0}},{"uid":"cb08c5a6f6db0f02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cb08c5a6f6db0f02","status":"passed","time":{"start":1726217441561,"stop":1726217441561,"duration":0}},{"uid":"a4fd4854ef642b07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a4fd4854ef642b07","status":"passed","time":{"start":1726217383223,"stop":1726217383224,"duration":1}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7679673981e5ba08","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7679673981e5ba08","status":"passed","time":{"start":1726218673556,"stop":1726218673557,"duration":1}},{"uid":"63d86311cdb44ca9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/63d86311cdb44ca9","status":"passed","time":{"start":1726217946724,"stop":1726217946725,"duration":1}},{"uid":"243d1c4aa1924529","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/243d1c4aa1924529","status":"passed","time":{"start":1726217862781,"stop":1726217862781,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"da7e08d40449ae4a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/da7e08d40449ae4a","status":"passed","time":{"start":1726218196346,"stop":1726218196347,"duration":1}},{"uid":"dd3c2fc884ddc6cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd3c2fc884ddc6cf","status":"passed","time":{"start":1726217449477,"stop":1726217449478,"duration":1}},{"uid":"943f1169c3e6538","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/943f1169c3e6538","status":"passed","time":{"start":1726217391250,"stop":1726217391251,"duration":1}}]},"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8cf3c9ec695874ca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8cf3c9ec695874ca","status":"passed","time":{"start":1726218188596,"stop":1726218188596,"duration":0}},{"uid":"19980c71b7d1635c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/19980c71b7d1635c","status":"passed","time":{"start":1726217441557,"stop":1726217441557,"duration":0}},{"uid":"a732078360d2600a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a732078360d2600a","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9b58a6e765a85fae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9b58a6e765a85fae","status":"passed","time":{"start":1726218791848,"stop":1726218791848,"duration":0}},{"uid":"762bb0d9e02daf8a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/762bb0d9e02daf8a","status":"passed","time":{"start":1726218054693,"stop":1726218054693,"duration":0}},{"uid":"6641551754f94d92","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6641551754f94d92","status":"passed","time":{"start":1726217965432,"stop":1726217965432,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6c85a5c917dee358","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6c85a5c917dee358","status":"passed","time":{"start":1726218459537,"stop":1726218459538,"duration":1}},{"uid":"36015ee5684301e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/36015ee5684301e4","status":"passed","time":{"start":1726217706005,"stop":1726217706006,"duration":1}},{"uid":"f20400e38dded3d8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f20400e38dded3d8","status":"passed","time":{"start":1726217650762,"stop":1726217650763,"duration":1}}]},"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bf70ad88809652de","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf70ad88809652de","status":"passed","time":{"start":1726218188584,"stop":1726218188584,"duration":0}},{"uid":"460e76ec1bf4730f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/460e76ec1bf4730f","status":"passed","time":{"start":1726217441544,"stop":1726217441544,"duration":0}},{"uid":"8c94536b683ed5b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c94536b683ed5b5","status":"passed","time":{"start":1726217383207,"stop":1726217383207,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9cbf6dd1ebadb5b7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9cbf6dd1ebadb5b7","status":"passed","time":{"start":1726218787584,"stop":1726218787584,"duration":0}},{"uid":"be2c88b74d3d369c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be2c88b74d3d369c","status":"passed","time":{"start":1726218066295,"stop":1726218066295,"duration":0}},{"uid":"1557d944ad6d4b59","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1557d944ad6d4b59","status":"passed","time":{"start":1726217965313,"stop":1726217965313,"duration":0}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5898e82c22fba059","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5898e82c22fba059","status":"passed","time":{"start":1726218197007,"stop":1726218197007,"duration":0}},{"uid":"ba0c4a5480dd5b8d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ba0c4a5480dd5b8d","status":"passed","time":{"start":1726217450206,"stop":1726217450206,"duration":0}},{"uid":"2a896bbbda0b24c0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2a896bbbda0b24c0","status":"passed","time":{"start":1726217391857,"stop":1726217391858,"duration":1}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e8a360d4e4d1c62","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e8a360d4e4d1c62","status":"passed","time":{"start":1726218422903,"stop":1726218422904,"duration":1}},{"uid":"b28609a032130aa1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b28609a032130aa1","status":"passed","time":{"start":1726217687426,"stop":1726217687427,"duration":1}},{"uid":"96a93c7dfd1ba75e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96a93c7dfd1ba75e","status":"passed","time":{"start":1726217604495,"stop":1726217604496,"duration":1}}]},"70a0f7858bd0c243321cbac92b27d9bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5691568a6136f845","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5691568a6136f845","status":"passed","time":{"start":1726218039628,"stop":1726218039628,"duration":0}}]},"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"85abeca5c7b134c5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/85abeca5c7b134c5","status":"passed","time":{"start":1726218469207,"stop":1726218469209,"duration":2}},{"uid":"2174e0c19f9071b4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2174e0c19f9071b4","status":"passed","time":{"start":1726217742498,"stop":1726217742500,"duration":2}},{"uid":"3b933a6fde158daf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3b933a6fde158daf","status":"passed","time":{"start":1726217674285,"stop":1726217674286,"duration":1}}]},"ac392a7fa6b2d2d7a5428995adfd6cbc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"603a5a0e933e2c50","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/603a5a0e933e2c50","status":"passed","time":{"start":1726217862803,"stop":1726217862805,"duration":2}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4761f5938ddfc1ad","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4761f5938ddfc1ad","status":"passed","time":{"start":1726218748384,"stop":1726218748385,"duration":1}},{"uid":"72a4689f75936f85","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72a4689f75936f85","status":"passed","time":{"start":1726218011622,"stop":1726218011622,"duration":0}},{"uid":"d303e9ee5e54753e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d303e9ee5e54753e","status":"passed","time":{"start":1726217923176,"stop":1726217923177,"duration":1}}]},"c0fd482aae709c31dfafa7795b78a37d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2da6bc6a56181059","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2da6bc6a56181059","status":"passed","time":{"start":1726218659009,"stop":1726218659010,"duration":1}}]},"96f15e9b62705ac5f60989a19dd87ea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"92884c30b91ca283","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/92884c30b91ca283","status":"passed","time":{"start":1726218612961,"stop":1726218612962,"duration":1}},{"uid":"dd85b3c9e236ae92","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd85b3c9e236ae92","status":"passed","time":{"start":1726217868233,"stop":1726217868233,"duration":0}},{"uid":"dcd8acbc085b228b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dcd8acbc085b228b","status":"passed","time":{"start":1726217785167,"stop":1726217785167,"duration":0}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"91c5e272853c115e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/91c5e272853c115e","status":"passed","time":{"start":1726218706739,"stop":1726218706740,"duration":1}},{"uid":"394c68283a7a8ff2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/394c68283a7a8ff2","status":"passed","time":{"start":1726217976603,"stop":1726217976603,"duration":0}},{"uid":"47641b259b8df41c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/47641b259b8df41c","status":"passed","time":{"start":1726217890294,"stop":1726217890295,"duration":1}}]},"9f956e054cca7bcce3966c4689d26f1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"646c5ef349f390a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/646c5ef349f390a4","status":"passed","time":{"start":1726217945357,"stop":1726217945358,"duration":1}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36e71919b51b36e4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/36e71919b51b36e4","status":"passed","time":{"start":1726218787583,"stop":1726218787583,"duration":0}},{"uid":"553f079f1ca8818f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/553f079f1ca8818f","status":"passed","time":{"start":1726218066289,"stop":1726218066289,"duration":0}},{"uid":"565556363d3805da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/565556363d3805da","status":"passed","time":{"start":1726217965312,"stop":1726217965312,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9383d0e5b2b74b3f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9383d0e5b2b74b3f","status":"passed","time":{"start":1726218209564,"stop":1726218209564,"duration":0}},{"uid":"15f57851aa315469","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15f57851aa315469","status":"passed","time":{"start":1726217463039,"stop":1726217463039,"duration":0}},{"uid":"7fad153c2f2df61f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7fad153c2f2df61f","status":"passed","time":{"start":1726217404606,"stop":1726217404606,"duration":0}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"92a3b7bf6719ea10","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/92a3b7bf6719ea10","status":"passed","time":{"start":1726218708391,"stop":1726218708391,"duration":0}},{"uid":"21f717d2eb9962f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21f717d2eb9962f1","status":"passed","time":{"start":1726217980037,"stop":1726217980037,"duration":0}},{"uid":"2eb653165dadfdea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2eb653165dadfdea","status":"passed","time":{"start":1726217896499,"stop":1726217896499,"duration":0}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4d5cf58b9b9a2983","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4d5cf58b9b9a2983","status":"passed","time":{"start":1726218781392,"stop":1726218781392,"duration":0}},{"uid":"a8451b5b33d83280","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a8451b5b33d83280","status":"passed","time":{"start":1726218013724,"stop":1726218013724,"duration":0}},{"uid":"77a76007c081c8f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/77a76007c081c8f3","status":"passed","time":{"start":1726217945349,"stop":1726217945349,"duration":0}}]},"dd0974706f15a4474f45c913f44e524e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b2d2c207178d698","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7b2d2c207178d698","status":"passed","time":{"start":1726218781394,"stop":1726218781394,"duration":0}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4e0795f389800d17","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4e0795f389800d17","status":"passed","time":{"start":1726218417138,"stop":1726218417145,"duration":7}},{"uid":"f2c89de5fbb24030","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f2c89de5fbb24030","status":"passed","time":{"start":1726217677785,"stop":1726217677791,"duration":6}},{"uid":"6bc90152bc6a633a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6bc90152bc6a633a","status":"passed","time":{"start":1726217616836,"stop":1726217616836,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"939b26707314b5fa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/939b26707314b5fa","status":"passed","time":{"start":1726218781395,"stop":1726218781395,"duration":0}},{"uid":"3b45aff872bd9d10","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3b45aff872bd9d10","status":"passed","time":{"start":1726218013730,"stop":1726218013731,"duration":1}},{"uid":"5f0c46417f55d5f9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5f0c46417f55d5f9","status":"passed","time":{"start":1726217945359,"stop":1726217945359,"duration":0}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2bdc029b93d7b4b2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2bdc029b93d7b4b2","status":"passed","time":{"start":1726218287813,"stop":1726218287813,"duration":0}},{"uid":"d95bdd3c5fcc3d8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d95bdd3c5fcc3d8","status":"passed","time":{"start":1726217549450,"stop":1726217549450,"duration":0}},{"uid":"22a1a5797010df2a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/22a1a5797010df2a","status":"passed","time":{"start":1726217491287,"stop":1726217491288,"duration":1}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1d6983a5717a4c1e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1d6983a5717a4c1e","status":"passed","time":{"start":1726218827656,"stop":1726218827656,"duration":0}},{"uid":"59e2028896053828","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/59e2028896053828","status":"passed","time":{"start":1726218090764,"stop":1726218090764,"duration":0}},{"uid":"d7b68e650d8813cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d7b68e650d8813cd","status":"passed","time":{"start":1726217999477,"stop":1726217999477,"duration":0}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c928dbc93bd12a12","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c928dbc93bd12a12","status":"passed","time":{"start":1726218787593,"stop":1726218787594,"duration":1}},{"uid":"24f641dc347c7b23","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/24f641dc347c7b23","status":"passed","time":{"start":1726218066316,"stop":1726218066316,"duration":0}},{"uid":"ef14c8527a366cb2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ef14c8527a366cb2","status":"passed","time":{"start":1726217965349,"stop":1726217965349,"duration":0}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1888858eb9c2b814","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1888858eb9c2b814","status":"passed","time":{"start":1726218249119,"stop":1726218249119,"duration":0}},{"uid":"ae4c010ca52a057","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae4c010ca52a057","status":"passed","time":{"start":1726217503858,"stop":1726217503858,"duration":0}},{"uid":"ba7cb378bb83e7cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba7cb378bb83e7cd","status":"passed","time":{"start":1726217442597,"stop":1726217442597,"duration":0}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"20060c908d3e389a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/20060c908d3e389a","status":"passed","time":{"start":1726218209371,"stop":1726218209372,"duration":1}},{"uid":"f8bed61fc70d46be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8bed61fc70d46be","status":"passed","time":{"start":1726217462332,"stop":1726217462333,"duration":1}},{"uid":"ee40099dd6ec3846","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ee40099dd6ec3846","status":"passed","time":{"start":1726217404186,"stop":1726217404186,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bd82145e78571b32","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bd82145e78571b32","status":"passed","time":{"start":1726218781383,"stop":1726218781383,"duration":0}},{"uid":"fee6e504776f4387","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fee6e504776f4387","status":"passed","time":{"start":1726218013698,"stop":1726218013698,"duration":0}},{"uid":"523525168b86a996","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/523525168b86a996","status":"passed","time":{"start":1726217945331,"stop":1726217945332,"duration":1}}]},"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a6518d156beb7363","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a6518d156beb7363","status":"passed","time":{"start":1726218188601,"stop":1726218188601,"duration":0}},{"uid":"34469831c12b20da","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34469831c12b20da","status":"passed","time":{"start":1726217441564,"stop":1726217441564,"duration":0}},{"uid":"b883be0496a6ab00","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b883be0496a6ab00","status":"passed","time":{"start":1726217383227,"stop":1726217383227,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e4a7e6c813437fa9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e4a7e6c813437fa9","status":"passed","time":{"start":1726218659004,"stop":1726218659005,"duration":1}},{"uid":"6aa958d8323dee57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6aa958d8323dee57","status":"passed","time":{"start":1726217924734,"stop":1726217924734,"duration":0}},{"uid":"b1bbc071fdf70d1b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1bbc071fdf70d1b","status":"passed","time":{"start":1726217840475,"stop":1726217840475,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"750e997b031bf5d2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/750e997b031bf5d2","status":"passed","time":{"start":1726218459540,"stop":1726218459540,"duration":0}},{"uid":"b3c2e11c53c4563","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3c2e11c53c4563","status":"passed","time":{"start":1726217706009,"stop":1726217706009,"duration":0}},{"uid":"427450721688d2ac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/427450721688d2ac","status":"passed","time":{"start":1726217650771,"stop":1726217650772,"duration":1}}]},"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a1724cab886bc8ed","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a1724cab886bc8ed","status":"passed","time":{"start":1726218188595,"stop":1726218188595,"duration":0}},{"uid":"b19c2b84bd0067f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b19c2b84bd0067f8","status":"passed","time":{"start":1726217441556,"stop":1726217441556,"duration":0}},{"uid":"b835ad178bb2753c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b835ad178bb2753c","status":"passed","time":{"start":1726217383219,"stop":1726217383219,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"47dab09c6930c972","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/47dab09c6930c972","status":"passed","time":{"start":1726218197006,"stop":1726218197006,"duration":0}},{"uid":"b3bfaf07310f90e6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3bfaf07310f90e6","status":"passed","time":{"start":1726217450204,"stop":1726217450204,"duration":0}},{"uid":"92ea33cb90981a21","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/92ea33cb90981a21","status":"passed","time":{"start":1726217391855,"stop":1726217391856,"duration":1}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5fc59b6c567fcf3b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5fc59b6c567fcf3b","status":"passed","time":{"start":1726218787571,"stop":1726218787571,"duration":0}},{"uid":"f2de25bd91396850","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f2de25bd91396850","status":"passed","time":{"start":1726218066273,"stop":1726218066273,"duration":0}},{"uid":"37c43dc23499bfed","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/37c43dc23499bfed","status":"passed","time":{"start":1726217965295,"stop":1726217965296,"duration":1}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"41841d932f268a7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/41841d932f268a7","status":"passed","time":{"start":1726218787573,"stop":1726218787573,"duration":0}},{"uid":"1980ceed23b18d7c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1980ceed23b18d7c","status":"passed","time":{"start":1726218066275,"stop":1726218066275,"duration":0}},{"uid":"996b3e9130060d82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/996b3e9130060d82","status":"passed","time":{"start":1726217965299,"stop":1726217965299,"duration":0}}]},"2b1dd4e975806d76599d997e3099ca66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"781bfe5de63f83d4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/781bfe5de63f83d4","status":"passed","time":{"start":1726218612952,"stop":1726218612953,"duration":1}},{"uid":"d776aaeeb51f5624","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d776aaeeb51f5624","status":"passed","time":{"start":1726217868232,"stop":1726217868232,"duration":0}},{"uid":"f2a3055cad5c6c52","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f2a3055cad5c6c52","status":"passed","time":{"start":1726217785165,"stop":1726217785166,"duration":1}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fae54075171853ce","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fae54075171853ce","status":"passed","time":{"start":1726218708392,"stop":1726218708392,"duration":0}},{"uid":"a1bf24b88c56c22f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a1bf24b88c56c22f","status":"passed","time":{"start":1726217980037,"stop":1726217980038,"duration":1}},{"uid":"4dd9dda923e00abe","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4dd9dda923e00abe","status":"passed","time":{"start":1726217896499,"stop":1726217896500,"duration":1}}]},"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d690db70ab582a8e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d690db70ab582a8e","status":"passed","time":{"start":1726218188606,"stop":1726218188606,"duration":0}},{"uid":"2b5c279cd9778fa4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2b5c279cd9778fa4","status":"passed","time":{"start":1726217441570,"stop":1726217441570,"duration":0}},{"uid":"bedcd7c846b681fb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bedcd7c846b681fb","status":"passed","time":{"start":1726217383232,"stop":1726217383233,"duration":1}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"79dde05063fec527","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79dde05063fec527","status":"passed","time":{"start":1726218239524,"stop":1726218239525,"duration":1}},{"uid":"f5c38f247a1dd326","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f5c38f247a1dd326","status":"passed","time":{"start":1726217493339,"stop":1726217493339,"duration":0}},{"uid":"41e6f4ed0a483b4d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/41e6f4ed0a483b4d","status":"passed","time":{"start":1726217434834,"stop":1726217434834,"duration":0}}]},"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7ce696f5d7959c78","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7ce696f5d7959c78","status":"passed","time":{"start":1726218188587,"stop":1726218188588,"duration":1}},{"uid":"8a5c88f1c5b0ac16","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a5c88f1c5b0ac16","status":"passed","time":{"start":1726217441548,"stop":1726217441548,"duration":0}},{"uid":"5336729eead1382d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5336729eead1382d","status":"passed","time":{"start":1726217383211,"stop":1726217383211,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bc5c137519ba4c13","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bc5c137519ba4c13","status":"passed","time":{"start":1726218814280,"stop":1726218814281,"duration":1}},{"uid":"73ae9231d7b7f2ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/73ae9231d7b7f2ea","status":"passed","time":{"start":1726218071323,"stop":1726218071323,"duration":0}},{"uid":"6ffa90e10a45e120","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6ffa90e10a45e120","status":"passed","time":{"start":1726217984828,"stop":1726217984828,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"98de0e8b5b161e89","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/98de0e8b5b161e89","status":"passed","time":{"start":1726218814290,"stop":1726218814291,"duration":1}},{"uid":"f8c949295fb171dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8c949295fb171dd","status":"passed","time":{"start":1726218071325,"stop":1726218071325,"duration":0}},{"uid":"8d243418998fed8e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d243418998fed8e","status":"passed","time":{"start":1726217984830,"stop":1726217984831,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bf61450e410f2c25","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf61450e410f2c25","status":"passed","time":{"start":1726218471414,"stop":1726218471415,"duration":1}},{"uid":"d15ebb9c40f10e66","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d15ebb9c40f10e66","status":"passed","time":{"start":1726217724199,"stop":1726217724199,"duration":0}},{"uid":"bc04856b5626c3d4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bc04856b5626c3d4","status":"passed","time":{"start":1726217656056,"stop":1726217656056,"duration":0}}]},"bc9f1ccc137fb3a34d5a4f8a39d71548:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8993bb265ecf56c5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8993bb265ecf56c5","status":"passed","time":{"start":1726217923182,"stop":1726217923182,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35b7e7343f01b96c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35b7e7343f01b96c","status":"passed","time":{"start":1726218868912,"stop":1726218868912,"duration":0}},{"uid":"1d682ffed4eaeb0a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d682ffed4eaeb0a","status":"passed","time":{"start":1726218139624,"stop":1726218139624,"duration":0}},{"uid":"39a58fe703389805","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39a58fe703389805","status":"passed","time":{"start":1726218051435,"stop":1726218051436,"duration":1}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"665bacaf9d1f8492","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/665bacaf9d1f8492","status":"passed","time":{"start":1726218814298,"stop":1726218814299,"duration":1}},{"uid":"656b33108765eb33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/656b33108765eb33","status":"passed","time":{"start":1726218071349,"stop":1726218071355,"duration":6}},{"uid":"d5356a5fb653719b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d5356a5fb653719b","status":"passed","time":{"start":1726217984832,"stop":1726217984832,"duration":0}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"88d98c19b9f0959d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/88d98c19b9f0959d","status":"passed","time":{"start":1726218459536,"stop":1726218459536,"duration":0}},{"uid":"66fba32ce6b56b18","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/66fba32ce6b56b18","status":"passed","time":{"start":1726217706001,"stop":1726217706002,"duration":1}},{"uid":"38ad529a18e57b3f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38ad529a18e57b3f","status":"passed","time":{"start":1726217650760,"stop":1726217650761,"duration":1}}]},"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"942f39f0600fba09","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/942f39f0600fba09","status":"passed","time":{"start":1726218188598,"stop":1726218188598,"duration":0}},{"uid":"5945a44bbf5a9154","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5945a44bbf5a9154","status":"passed","time":{"start":1726217441560,"stop":1726217441560,"duration":0}},{"uid":"a8137ae8619fd051","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a8137ae8619fd051","status":"passed","time":{"start":1726217383222,"stop":1726217383222,"duration":0}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9814ae131be286bb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9814ae131be286bb","status":"passed","time":{"start":1726218213405,"stop":1726218213406,"duration":1}},{"uid":"2e56dda219a033fe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e56dda219a033fe","status":"passed","time":{"start":1726217466672,"stop":1726217466673,"duration":1}},{"uid":"80dc6d5a1b9fbbf3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/80dc6d5a1b9fbbf3","status":"passed","time":{"start":1726217408294,"stop":1726217408295,"duration":1}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"771034211c2d9177","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/771034211c2d9177","status":"passed","time":{"start":1726218417153,"stop":1726218417153,"duration":0}},{"uid":"1102e1245bfc0d12","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1102e1245bfc0d12","status":"passed","time":{"start":1726217677841,"stop":1726217677842,"duration":1}},{"uid":"657aaa3c304985ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/657aaa3c304985ae","status":"passed","time":{"start":1726217616846,"stop":1726217616846,"duration":0}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"373058ef2b2ce42e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/373058ef2b2ce42e","status":"passed","time":{"start":1726218209564,"stop":1726218209564,"duration":0}},{"uid":"defa396601618ef1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/defa396601618ef1","status":"passed","time":{"start":1726217463039,"stop":1726217463039,"duration":0}},{"uid":"1c500a8e97405278","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1c500a8e97405278","status":"passed","time":{"start":1726217404605,"stop":1726217404605,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c62e21034b7fb6d4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c62e21034b7fb6d4","status":"passed","time":{"start":1726218315928,"stop":1726218315928,"duration":0}},{"uid":"1595ee22a856bad","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1595ee22a856bad","status":"passed","time":{"start":1726217577137,"stop":1726217577137,"duration":0}},{"uid":"3b22c65b3b6b79b9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3b22c65b3b6b79b9","status":"passed","time":{"start":1726217509414,"stop":1726217509415,"duration":1}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ca7599a3952a7f83","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca7599a3952a7f83","status":"passed","time":{"start":1726218422893,"stop":1726218422893,"duration":0}},{"uid":"c5eb38e2a4a1dc3d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5eb38e2a4a1dc3d","status":"passed","time":{"start":1726217687414,"stop":1726217687414,"duration":0}},{"uid":"2f8b97bf65abe550","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f8b97bf65abe550","status":"passed","time":{"start":1726217604477,"stop":1726217604478,"duration":1}}]},"5784cade48d6f16c82c3bac5f3b28eb4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"263d169512bd59b2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/263d169512bd59b2","status":"passed","time":{"start":1726217890297,"stop":1726217890299,"duration":2}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9144d265f6ca42a2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9144d265f6ca42a2","status":"passed","time":{"start":1726218219852,"stop":1726218219853,"duration":1}},{"uid":"34874ce83d30c413","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34874ce83d30c413","status":"passed","time":{"start":1726217473323,"stop":1726217473323,"duration":0}},{"uid":"9839fcf5f32fa73e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9839fcf5f32fa73e","status":"passed","time":{"start":1726217414668,"stop":1726217414668,"duration":0}}]}} \ No newline at end of file +{"235ce86cf23f13be9b6721011c6e2f2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f1020a5023b9298","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1f1020a5023b9298","status":"passed","time":{"start":1726218863180,"stop":1726218863180,"duration":0}}]},"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dd6ffb0cf6e45718","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd6ffb0cf6e45718","status":"passed","time":{"start":1726218283089,"stop":1726218283089,"duration":0}},{"uid":"c8974e371a640fb5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c8974e371a640fb5","status":"passed","time":{"start":1726218188590,"stop":1726218188590,"duration":0}},{"uid":"d831c29f0492b367","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d831c29f0492b367","status":"passed","time":{"start":1726217441550,"stop":1726217441551,"duration":1}},{"uid":"af95ba4bbd3f5c0f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/af95ba4bbd3f5c0f","status":"passed","time":{"start":1726217383213,"stop":1726217383214,"duration":1}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9f7e1b4d077f8ffe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9f7e1b4d077f8ffe","status":"passed","time":{"start":1726218673576,"stop":1726218673576,"duration":0}},{"uid":"28aabda8aeb0dbac","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/28aabda8aeb0dbac","status":"passed","time":{"start":1726218602429,"stop":1726218602430,"duration":1}},{"uid":"2c65730fb3d4bf3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2c65730fb3d4bf3c","status":"passed","time":{"start":1726217854655,"stop":1726217854656,"duration":1}},{"uid":"cf517e461c1ff596","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cf517e461c1ff596","status":"passed","time":{"start":1726217779605,"stop":1726217779605,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b2b41790c1bfcce6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b2b41790c1bfcce6","status":"passed","time":{"start":1726218778188,"stop":1726218778189,"duration":1}},{"uid":"ccbee51feb6752e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ccbee51feb6752e","status":"passed","time":{"start":1726218673547,"stop":1726218673547,"duration":0}},{"uid":"a03a7e9813f53881","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a03a7e9813f53881","status":"passed","time":{"start":1726217946697,"stop":1726217946698,"duration":1}},{"uid":"4ea38de8a16579ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4ea38de8a16579ae","status":"passed","time":{"start":1726217862771,"stop":1726217862771,"duration":0}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"242c022b987a776e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/242c022b987a776e","status":"passed","time":{"start":1726218285627,"stop":1726218285628,"duration":1}},{"uid":"556414831cf3bf1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/556414831cf3bf1","status":"passed","time":{"start":1726218191033,"stop":1726218191033,"duration":0}},{"uid":"55bf81b09feac598","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55bf81b09feac598","status":"passed","time":{"start":1726217444068,"stop":1726217444069,"duration":1}},{"uid":"48ab4e82763ed31d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/48ab4e82763ed31d","status":"passed","time":{"start":1726217385915,"stop":1726217385915,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4a05e2b44331be75","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4a05e2b44331be75","status":"passed","time":{"start":1726218523024,"stop":1726218523025,"duration":1}},{"uid":"d89f9eb2ac90a7c8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d89f9eb2ac90a7c8","status":"passed","time":{"start":1726218422915,"stop":1726218422915,"duration":0}},{"uid":"42a423a055747248","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42a423a055747248","status":"passed","time":{"start":1726217687437,"stop":1726217687437,"duration":0}},{"uid":"e417cd0cfadce428","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e417cd0cfadce428","status":"passed","time":{"start":1726217604512,"stop":1726217604513,"duration":1}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b7dd4fff37b188c9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b7dd4fff37b188c9","status":"passed","time":{"start":1726218510969,"stop":1726218510970,"duration":1}},{"uid":"b9dfb471cf1306b8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b9dfb471cf1306b8","status":"passed","time":{"start":1726218417145,"stop":1726218417146,"duration":1}},{"uid":"1ad2f552633eef1a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1ad2f552633eef1a","status":"passed","time":{"start":1726217677791,"stop":1726217677792,"duration":1}},{"uid":"88106fd07980b1c5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/88106fd07980b1c5","status":"passed","time":{"start":1726217616837,"stop":1726217616837,"duration":0}}]},"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f8242067814f647e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8242067814f647e","status":"passed","time":{"start":1726218335403,"stop":1726218335404,"duration":1}},{"uid":"877e3d87b8b61c69","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/877e3d87b8b61c69","status":"passed","time":{"start":1726218239527,"stop":1726218239528,"duration":1}},{"uid":"1d5e814e19fccf83","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d5e814e19fccf83","status":"passed","time":{"start":1726217493342,"stop":1726217493343,"duration":1}},{"uid":"97c5c5cba776e447","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/97c5c5cba776e447","status":"passed","time":{"start":1726217434837,"stop":1726217434838,"duration":1}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f03729e4a50a0691","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f03729e4a50a0691","status":"passed","time":{"start":1726218291670,"stop":1726218291671,"duration":1}},{"uid":"5c3ba445b82a840b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5c3ba445b82a840b","status":"passed","time":{"start":1726218197009,"stop":1726218197009,"duration":0}},{"uid":"ad14789021643eda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad14789021643eda","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"duration":0}},{"uid":"1f5d37302bc7305a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f5d37302bc7305a","status":"passed","time":{"start":1726217391859,"stop":1726217391859,"duration":0}}]},"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9bb7459fcffe1aaf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9bb7459fcffe1aaf","status":"passed","time":{"start":1726218583684,"stop":1726218583684,"duration":0}},{"uid":"4b37fd8eec2bd9d6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b37fd8eec2bd9d6","status":"passed","time":{"start":1726218469214,"stop":1726218469214,"duration":0}},{"uid":"3e414a47fc3062f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3e414a47fc3062f6","status":"passed","time":{"start":1726217742503,"stop":1726217742503,"duration":0}},{"uid":"8a4d1391fc4d7c95","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a4d1391fc4d7c95","status":"passed","time":{"start":1726217674287,"stop":1726217674287,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0263a85324abd8b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0263a85324abd8b","status":"passed","time":{"start":1726218914871,"stop":1726218914872,"duration":1}},{"uid":"ded0601b722b147d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ded0601b722b147d","status":"passed","time":{"start":1726218826916,"stop":1726218826916,"duration":0}},{"uid":"894b1608ff37670c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/894b1608ff37670c","status":"passed","time":{"start":1726218091298,"stop":1726218091298,"duration":0}},{"uid":"121dbf2ef01a7bba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/121dbf2ef01a7bba","status":"passed","time":{"start":1726218000389,"stop":1726218000389,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"660070925af87e36","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/660070925af87e36","status":"passed","time":{"start":1726218291084,"stop":1726218291084,"duration":0}},{"uid":"8d97ecf4bfd2103d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8d97ecf4bfd2103d","status":"passed","time":{"start":1726218196350,"stop":1726218196350,"duration":0}},{"uid":"5ff22811a93197e9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ff22811a93197e9","status":"passed","time":{"start":1726217449482,"stop":1726217449483,"duration":1}},{"uid":"27abe4f6fd8969e2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/27abe4f6fd8969e2","status":"passed","time":{"start":1726217391254,"stop":1726217391254,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"95d0b03c21f0a91c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95d0b03c21f0a91c","status":"passed","time":{"start":1726218382079,"stop":1726218382080,"duration":1}},{"uid":"63e9fc2ca10d766a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/63e9fc2ca10d766a","status":"passed","time":{"start":1726218287814,"stop":1726218287814,"duration":0}},{"uid":"ed0498a10a1e8886","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed0498a10a1e8886","status":"passed","time":{"start":1726217549452,"stop":1726217549452,"duration":0}},{"uid":"94adeb6f535afd90","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/94adeb6f535afd90","status":"passed","time":{"start":1726217491289,"stop":1726217491289,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"23d1d43cab0eb68e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/23d1d43cab0eb68e","status":"passed","time":{"start":1726218778223,"stop":1726218778226,"duration":3}},{"uid":"2f608aa38f7345bf","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2f608aa38f7345bf","status":"passed","time":{"start":1726218673555,"stop":1726218673556,"duration":1}},{"uid":"eb443ba2252d774d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb443ba2252d774d","status":"passed","time":{"start":1726217946723,"stop":1726217946724,"duration":1}},{"uid":"e51a18879e01e27d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e51a18879e01e27d","status":"passed","time":{"start":1726217862779,"stop":1726217862779,"duration":0}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"383680d481d5acd4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/383680d481d5acd4","status":"passed","time":{"start":1726218879359,"stop":1726218879359,"duration":0}},{"uid":"5c0ad18a5bd15b5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5c0ad18a5bd15b5f","status":"passed","time":{"start":1726218787589,"stop":1726218787589,"duration":0}},{"uid":"629ac4389cdadbd6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/629ac4389cdadbd6","status":"passed","time":{"start":1726218066303,"stop":1726218066303,"duration":0}},{"uid":"7ff5f04fe6ba86e2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7ff5f04fe6ba86e2","status":"passed","time":{"start":1726217965321,"stop":1726217965321,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"151f42c4d3739391","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/151f42c4d3739391","status":"passed","time":{"start":1726218902967,"stop":1726218902969,"duration":2}},{"uid":"4a8ee79e7e9d2252","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4a8ee79e7e9d2252","status":"passed","time":{"start":1726218814282,"stop":1726218814285,"duration":3}},{"uid":"5a6f8c35e30b3a1e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a6f8c35e30b3a1e","status":"passed","time":{"start":1726218071323,"stop":1726218071324,"duration":1}},{"uid":"60fd29095fb1f86a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/60fd29095fb1f86a","status":"passed","time":{"start":1726217984829,"stop":1726217984830,"duration":1}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8bda49ef577380f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8bda49ef577380f8","status":"passed","time":{"start":1726218764112,"stop":1726218764113,"duration":1}},{"uid":"bcc7f3bd5a87b5e1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bcc7f3bd5a87b5e1","status":"passed","time":{"start":1726218659027,"stop":1726218659027,"duration":0}},{"uid":"f908971d91c158f9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f908971d91c158f9","status":"passed","time":{"start":1726217924764,"stop":1726217924765,"duration":1}},{"uid":"df95f24bb61f910c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/df95f24bb61f910c","status":"passed","time":{"start":1726217840568,"stop":1726217840569,"duration":1}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"61be9f993033be95","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/61be9f993033be95","status":"passed","time":{"start":1726218410952,"stop":1726218410953,"duration":1}},{"uid":"54476d7792723d84","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/54476d7792723d84","status":"passed","time":{"start":1726218315926,"stop":1726218315927,"duration":1}},{"uid":"c71b27a676031794","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c71b27a676031794","status":"passed","time":{"start":1726217577133,"stop":1726217577134,"duration":1}},{"uid":"fd1059cec71b0ef8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd1059cec71b0ef8","status":"passed","time":{"start":1726217509412,"stop":1726217509412,"duration":0}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"222c55d935d492d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/222c55d935d492d6","status":"passed","time":{"start":1726218862991,"stop":1726218862992,"duration":1}},{"uid":"482ac9b613630043","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/482ac9b613630043","status":"passed","time":{"start":1726218781375,"stop":1726218781376,"duration":1}},{"uid":"ff651ac650aa0b69","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ff651ac650aa0b69","status":"passed","time":{"start":1726218013691,"stop":1726218013691,"duration":0}},{"uid":"ce61a19cc4b21d34","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce61a19cc4b21d34","status":"passed","time":{"start":1726217945325,"stop":1726217945325,"duration":0}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"50c54db568fe3def","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/50c54db568fe3def","status":"passed","time":{"start":1726218788036,"stop":1726218788036,"duration":0}},{"uid":"e843389c41d12e37","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e843389c41d12e37","status":"passed","time":{"start":1726218685052,"stop":1726218685052,"duration":0}},{"uid":"c47d8fcb86f012a2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c47d8fcb86f012a2","status":"passed","time":{"start":1726217960213,"stop":1726217960213,"duration":0}},{"uid":"fd6c0a1db5f992f7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd6c0a1db5f992f7","status":"passed","time":{"start":1726217875228,"stop":1726217875229,"duration":1}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e2f50fdc6756f9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e2f50fdc6756f9a","status":"passed","time":{"start":1726218879315,"stop":1726218879317,"duration":2}},{"uid":"24d3bb3587a9e41c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/24d3bb3587a9e41c","status":"passed","time":{"start":1726218787578,"stop":1726218787578,"duration":0}},{"uid":"971f7a4609b7c8bc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/971f7a4609b7c8bc","status":"passed","time":{"start":1726218066280,"stop":1726218066280,"duration":0}},{"uid":"3051677249387c7a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3051677249387c7a","status":"passed","time":{"start":1726217965304,"stop":1726217965304,"duration":0}}]},"1bb699eb2b9db028a8063f7bad0109a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77af0d3a6df2b44f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/77af0d3a6df2b44f","status":"passed","time":{"start":1726218013725,"stop":1726218013726,"duration":1}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b2e138054a3a7c0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4b2e138054a3a7c0","status":"passed","time":{"start":1726218812465,"stop":1726218812466,"duration":1}},{"uid":"8a6ebf86eae896c4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8a6ebf86eae896c4","status":"passed","time":{"start":1726218708390,"stop":1726218708390,"duration":0}},{"uid":"aadd29f5cc1cd3e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aadd29f5cc1cd3e4","status":"passed","time":{"start":1726217980036,"stop":1726217980036,"duration":0}},{"uid":"64b7abb70ef6f9c1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64b7abb70ef6f9c1","status":"passed","time":{"start":1726217896498,"stop":1726217896498,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"77c75080adbf2e9c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/77c75080adbf2e9c","status":"passed","time":{"start":1726218903391,"stop":1726218903391,"duration":0}},{"uid":"1ace02e69a8aefda","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ace02e69a8aefda","status":"passed","time":{"start":1726218807899,"stop":1726218807900,"duration":1}},{"uid":"1703e7f12a78c322","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1703e7f12a78c322","status":"passed","time":{"start":1726218061974,"stop":1726218061975,"duration":1}},{"uid":"86a3262b8a7ef6c1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/86a3262b8a7ef6c1","status":"passed","time":{"start":1726217984933,"stop":1726217984935,"duration":2}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b5ecee3b91f65254","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b5ecee3b91f65254","status":"passed","time":{"start":1726218863010,"stop":1726218863011,"duration":1}},{"uid":"253082a34933cd39","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/253082a34933cd39","status":"passed","time":{"start":1726218781383,"stop":1726218781383,"duration":0}},{"uid":"6ba53f6831712367","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ba53f6831712367","status":"passed","time":{"start":1726218013698,"stop":1726218013699,"duration":1}},{"uid":"82fcc8185e54f7a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82fcc8185e54f7a6","status":"passed","time":{"start":1726217945332,"stop":1726217945332,"duration":0}}]},"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6158c1df0e10543d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6158c1df0e10543d","status":"passed","time":{"start":1726218283099,"stop":1726218283099,"duration":0}},{"uid":"c75f47abbc06be45","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c75f47abbc06be45","status":"passed","time":{"start":1726218188599,"stop":1726218188599,"duration":0}},{"uid":"80fcc8d8d6627b91","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/80fcc8d8d6627b91","status":"passed","time":{"start":1726217441561,"stop":1726217441562,"duration":1}},{"uid":"6aeaf4e90c55dcbc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6aeaf4e90c55dcbc","status":"passed","time":{"start":1726217383224,"stop":1726217383224,"duration":0}}]},"b3e9f17f72d44de4e7b23e843314edfe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6956efe405434fc2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6956efe405434fc2","status":"passed","time":{"start":1726218748389,"stop":1726218748389,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d8b866756082785d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d8b866756082785d","status":"passed","time":{"start":1726218909194,"stop":1726218909194,"duration":0}},{"uid":"edf6cf1748cc49f3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/edf6cf1748cc49f3","status":"passed","time":{"start":1726218818266,"stop":1726218818266,"duration":0}},{"uid":"7d04536c4dbbbe5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d04536c4dbbbe5c","status":"passed","time":{"start":1726218085657,"stop":1726218085658,"duration":1}},{"uid":"81c0b92edbf02996","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/81c0b92edbf02996","status":"passed","time":{"start":1726217996427,"stop":1726217996428,"duration":1}}]},"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"520d90788f19609","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/520d90788f19609","status":"passed","time":{"start":1726218583681,"stop":1726218583681,"duration":0}},{"uid":"67a14469b977aaf0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/67a14469b977aaf0","status":"passed","time":{"start":1726218469196,"stop":1726218469197,"duration":1}},{"uid":"710bc8b5c8768c20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/710bc8b5c8768c20","status":"passed","time":{"start":1726217742496,"stop":1726217742496,"duration":0}},{"uid":"b38762612cdf6a62","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b38762612cdf6a62","status":"passed","time":{"start":1726217674281,"stop":1726217674282,"duration":1}}]},"2625ab4610464a04ee047157f8244e42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f323649b0f04a37f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f323649b0f04a37f","status":"passed","time":{"start":1726217923182,"stop":1726217923183,"duration":1}}]},"9030f45d098600e429e864cbfb84895d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a70cda482a5dd952","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a70cda482a5dd952","status":"passed","time":{"start":1726218863185,"stop":1726218863185,"duration":0}}]},"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9c59145315623cdd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c59145315623cdd","status":"passed","time":{"start":1726218283073,"stop":1726218283073,"duration":0}},{"uid":"bf55afbe014873c0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf55afbe014873c0","status":"passed","time":{"start":1726218188576,"stop":1726218188576,"duration":0}},{"uid":"f941842a26999549","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f941842a26999549","status":"passed","time":{"start":1726217441534,"stop":1726217441535,"duration":1}},{"uid":"df69313152fd21d0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/df69313152fd21d0","status":"passed","time":{"start":1726217383194,"stop":1726217383195,"duration":1}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bfd8f25679c56313","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bfd8f25679c56313","status":"passed","time":{"start":1726218879336,"stop":1726218879337,"duration":1}},{"uid":"35628a2aa1c5dd7a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35628a2aa1c5dd7a","status":"passed","time":{"start":1726218787584,"stop":1726218787584,"duration":0}},{"uid":"6cf821e4d277d951","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6cf821e4d277d951","status":"passed","time":{"start":1726218066296,"stop":1726218066296,"duration":0}},{"uid":"59eb4e4eaca8d4c1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59eb4e4eaca8d4c1","status":"passed","time":{"start":1726217965313,"stop":1726217965314,"duration":1}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"23815a0bdbb86387","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/23815a0bdbb86387","status":"passed","time":{"start":1726218410952,"stop":1726218410952,"duration":0}},{"uid":"44413f8c69d6a186","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/44413f8c69d6a186","status":"passed","time":{"start":1726218315925,"stop":1726218315926,"duration":1}},{"uid":"acdbddd856132ef9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/acdbddd856132ef9","status":"passed","time":{"start":1726217577133,"stop":1726217577133,"duration":0}},{"uid":"80415a9623d7452c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/80415a9623d7452c","status":"passed","time":{"start":1726217509411,"stop":1726217509412,"duration":1}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"60c1834d0183fdfb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/60c1834d0183fdfb","status":"passed","time":{"start":1726218863039,"stop":1726218863041,"duration":2}},{"uid":"a489e2550cee3fe9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a489e2550cee3fe9","status":"passed","time":{"start":1726218781391,"stop":1726218781391,"duration":0}},{"uid":"20f7e6a7dca25bdc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/20f7e6a7dca25bdc","status":"passed","time":{"start":1726218013720,"stop":1726218013720,"duration":0}},{"uid":"d3456f4f0a91905a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d3456f4f0a91905a","status":"passed","time":{"start":1726217945339,"stop":1726217945342,"duration":3}}]},"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8526b933550e1457","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8526b933550e1457","status":"passed","time":{"start":1726218898753,"stop":1726218898753,"duration":0}},{"uid":"1b05d3699220fed0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1b05d3699220fed0","status":"passed","time":{"start":1726218807211,"stop":1726218807211,"duration":0}},{"uid":"cfa5d2d07f9e9111","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cfa5d2d07f9e9111","status":"passed","time":{"start":1726218077540,"stop":1726218077540,"duration":0}},{"uid":"b6bbc52c6d1b858d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b6bbc52c6d1b858d","status":"passed","time":{"start":1726217979448,"stop":1726217979448,"duration":0}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"847fec84165e9698","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/847fec84165e9698","status":"passed","time":{"start":1726218316386,"stop":1726218316386,"duration":0}},{"uid":"85d6945208a76b3b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/85d6945208a76b3b","status":"passed","time":{"start":1726218221124,"stop":1726218221124,"duration":0}},{"uid":"4cfd8602ad53ebb4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4cfd8602ad53ebb4","status":"passed","time":{"start":1726217474513,"stop":1726217474513,"duration":0}},{"uid":"a8a50d42349b509b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a8a50d42349b509b","status":"passed","time":{"start":1726217415841,"stop":1726217415841,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d0c67f1fe9c39695","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d0c67f1fe9c39695","status":"passed","time":{"start":1726218903391,"stop":1726218903392,"duration":1}},{"uid":"8ac70a984709d0f3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8ac70a984709d0f3","status":"passed","time":{"start":1726218807904,"stop":1726218807906,"duration":2}},{"uid":"132e1d1713ee8bd7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/132e1d1713ee8bd7","status":"passed","time":{"start":1726218061976,"stop":1726218061978,"duration":2}},{"uid":"3a2bc1963ffb645d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3a2bc1963ffb645d","status":"passed","time":{"start":1726217984935,"stop":1726217984949,"duration":14}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a14b0dc50511197","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a14b0dc50511197","status":"passed","time":{"start":1726218863003,"stop":1726218863003,"duration":0}},{"uid":"1e0a9cf20a3ab8b2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1e0a9cf20a3ab8b2","status":"passed","time":{"start":1726218781381,"stop":1726218781381,"duration":0}},{"uid":"ae06513cb133c1b2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae06513cb133c1b2","status":"passed","time":{"start":1726218013696,"stop":1726218013696,"duration":0}},{"uid":"310d08a1244c2351","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/310d08a1244c2351","status":"passed","time":{"start":1726217945329,"stop":1726217945330,"duration":1}}]},"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"86b54c0284a2774a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/86b54c0284a2774a","status":"passed","time":{"start":1726218283091,"stop":1726218283091,"duration":0}},{"uid":"5dc898db5b354839","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5dc898db5b354839","status":"passed","time":{"start":1726218188592,"stop":1726218188592,"duration":0}},{"uid":"9ea49bf871203caa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9ea49bf871203caa","status":"passed","time":{"start":1726217441552,"stop":1726217441553,"duration":1}},{"uid":"4b682914fdfa1d36","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b682914fdfa1d36","status":"passed","time":{"start":1726217383216,"stop":1726217383216,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c89c7d79934ee4dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c89c7d79934ee4dd","status":"passed","time":{"start":1726218523016,"stop":1726218523017,"duration":1}},{"uid":"eca169f51799b8c2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eca169f51799b8c2","status":"passed","time":{"start":1726218422899,"stop":1726218422899,"duration":0}},{"uid":"d495f5ba3b9e96f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d495f5ba3b9e96f6","status":"passed","time":{"start":1726217687424,"stop":1726217687424,"duration":0}},{"uid":"64a44f5432bfacd5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64a44f5432bfacd5","status":"passed","time":{"start":1726217604491,"stop":1726217604491,"duration":0}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"836415f84289161b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/836415f84289161b","status":"passed","time":{"start":1726218764108,"stop":1726218764109,"duration":1}},{"uid":"1c1c0eb7a5943c12","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c1c0eb7a5943c12","status":"passed","time":{"start":1726218659023,"stop":1726218659023,"duration":0}},{"uid":"3228440b0ce36330","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3228440b0ce36330","status":"passed","time":{"start":1726217924758,"stop":1726217924758,"duration":0}},{"uid":"7f121e913dd3a2f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f121e913dd3a2f6","status":"passed","time":{"start":1726217840560,"stop":1726217840560,"duration":0}}]},"9f1a707510496f594b25477da9301d6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3f3e7f6bb6f9ee2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e3f3e7f6bb6f9ee2","status":"passed","time":{"start":1726217923179,"stop":1726217923179,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e3965ed3e5cf3bc2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3965ed3e5cf3bc2","status":"passed","time":{"start":1726218296383,"stop":1726218296384,"duration":1}},{"uid":"df46912ca70791e8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/df46912ca70791e8","status":"passed","time":{"start":1726218201683,"stop":1726218201684,"duration":1}},{"uid":"41a7ad292313b330","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/41a7ad292313b330","status":"passed","time":{"start":1726217454964,"stop":1726217454965,"duration":1}},{"uid":"e091f02068740f43","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e091f02068740f43","status":"passed","time":{"start":1726217396430,"stop":1726217396430,"duration":0}}]},"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c6428c13828c570a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c6428c13828c570a","status":"passed","time":{"start":1726218583683,"stop":1726218583683,"duration":0}},{"uid":"cd3e982cdefa262b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cd3e982cdefa262b","status":"passed","time":{"start":1726218469213,"stop":1726218469213,"duration":0}},{"uid":"d06fe232744ae48","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d06fe232744ae48","status":"passed","time":{"start":1726217742502,"stop":1726217742502,"duration":0}},{"uid":"efe70f43d3b883aa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/efe70f43d3b883aa","status":"passed","time":{"start":1726217674286,"stop":1726217674286,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"db33e516cab46bd0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/db33e516cab46bd0","status":"passed","time":{"start":1726218879287,"stop":1726218879288,"duration":1}},{"uid":"35611e8153db6a75","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35611e8153db6a75","status":"passed","time":{"start":1726218787572,"stop":1726218787572,"duration":0}},{"uid":"53778240381946b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53778240381946b7","status":"passed","time":{"start":1726218066274,"stop":1726218066274,"duration":0}},{"uid":"60cdac1e728a6556","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/60cdac1e728a6556","status":"passed","time":{"start":1726217965298,"stop":1726217965298,"duration":0}}]},"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e4a937ac5fb40ce2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e4a937ac5fb40ce2","status":"passed","time":{"start":1726218447509,"stop":1726218447513,"duration":4}},{"uid":"66705d2c534bfe65","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/66705d2c534bfe65","status":"passed","time":{"start":1726218356741,"stop":1726218356742,"duration":1}},{"uid":"c6982ab836910f17","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c6982ab836910f17","status":"passed","time":{"start":1726217603238,"stop":1726217603243,"duration":5}},{"uid":"ed33559ab5df2fc1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ed33559ab5df2fc1","status":"passed","time":{"start":1726217544016,"stop":1726217544017,"duration":1}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f824598b13afc73","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1f824598b13afc73","status":"passed","time":{"start":1726218806763,"stop":1726218806763,"duration":0}},{"uid":"7af58d232dade5aa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7af58d232dade5aa","status":"passed","time":{"start":1726218706746,"stop":1726218706746,"duration":0}},{"uid":"406e7760a6b203bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/406e7760a6b203bf","status":"passed","time":{"start":1726217976615,"stop":1726217976616,"duration":1}},{"uid":"45194b0bf0fb5752","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/45194b0bf0fb5752","status":"passed","time":{"start":1726217890300,"stop":1726217890301,"duration":1}}]},"93053412ca1122ce6eb9566f361ebf92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af31b0df6175fdc1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af31b0df6175fdc1","status":"passed","time":{"start":1726217976610,"stop":1726217976611,"duration":1}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1b33fcacc7c29926","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b33fcacc7c29926","status":"passed","time":{"start":1726218382081,"stop":1726218382082,"duration":1}},{"uid":"e3f837b29033cfa9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e3f837b29033cfa9","status":"passed","time":{"start":1726218287814,"stop":1726218287815,"duration":1}},{"uid":"eaa059067b84b910","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eaa059067b84b910","status":"passed","time":{"start":1726217549452,"stop":1726217549453,"duration":1}},{"uid":"bf333114f279da7b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bf333114f279da7b","status":"passed","time":{"start":1726217491289,"stop":1726217491290,"duration":1}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c96819389a086579","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c96819389a086579","status":"passed","time":{"start":1726218879331,"stop":1726218879331,"duration":0}},{"uid":"64cfb5f38cd2521d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/64cfb5f38cd2521d","status":"passed","time":{"start":1726218787580,"stop":1726218787580,"duration":0}},{"uid":"da919af74647f023","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da919af74647f023","status":"passed","time":{"start":1726218066286,"stop":1726218066287,"duration":1}},{"uid":"ecf88ac151c4d0b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ecf88ac151c4d0b4","status":"passed","time":{"start":1726217965309,"stop":1726217965310,"duration":1}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e96aecb1a53a6bf1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e96aecb1a53a6bf1","status":"passed","time":{"start":1726218314722,"stop":1726218314722,"duration":0}},{"uid":"f14bcc4956d883be","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f14bcc4956d883be","status":"passed","time":{"start":1726218219451,"stop":1726218219451,"duration":0}},{"uid":"6183beef70dbaad3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6183beef70dbaad3","status":"passed","time":{"start":1726217472855,"stop":1726217472855,"duration":0}},{"uid":"4542751394522b7c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4542751394522b7c","status":"passed","time":{"start":1726217414158,"stop":1726217414159,"duration":1}}]},"8dd00e9f3437b188a5273c59e4854204:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"539831bafa494215","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/539831bafa494215","status":"passed","time":{"start":1726218863179,"stop":1726218863179,"duration":0}}]},"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a897a65bf14bac52","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a897a65bf14bac52","status":"passed","time":{"start":1726218283102,"stop":1726218283102,"duration":0}},{"uid":"17c3e8b182d97fab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/17c3e8b182d97fab","status":"passed","time":{"start":1726218188601,"stop":1726218188601,"duration":0}},{"uid":"ae26a49564ed8291","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae26a49564ed8291","status":"passed","time":{"start":1726217441564,"stop":1726217441565,"duration":1}},{"uid":"b1ee3110aff6b62b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1ee3110aff6b62b","status":"passed","time":{"start":1726217383227,"stop":1726217383227,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c5ab2e1ce68417d8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5ab2e1ce68417d8","status":"passed","time":{"start":1726218903392,"stop":1726218903392,"duration":0}},{"uid":"57632232d217e418","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/57632232d217e418","status":"passed","time":{"start":1726218807908,"stop":1726218807910,"duration":2}},{"uid":"5d0e1470f935a1dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5d0e1470f935a1dc","status":"passed","time":{"start":1726218061978,"stop":1726218061979,"duration":1}},{"uid":"ffba553a065ebd39","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ffba553a065ebd39","status":"passed","time":{"start":1726217984949,"stop":1726217984950,"duration":1}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"790ad79c98d678db","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/790ad79c98d678db","status":"passed","time":{"start":1726218375493,"stop":1726218375494,"duration":1}},{"uid":"a752a592c4b32f1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a752a592c4b32f1","status":"passed","time":{"start":1726218279688,"stop":1726218279689,"duration":1}},{"uid":"e63c633194c098e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e63c633194c098e4","status":"passed","time":{"start":1726217533047,"stop":1726217533047,"duration":0}},{"uid":"c1f664ced3070f68","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1f664ced3070f68","status":"passed","time":{"start":1726217474965,"stop":1726217474965,"duration":0}}]},"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"475a0cc54d7b4c64","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/475a0cc54d7b4c64","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"duration":0}},{"uid":"651095342cc88836","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/651095342cc88836","status":"passed","time":{"start":1726218188604,"stop":1726218188604,"duration":0}},{"uid":"bd303d1aa9443e74","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bd303d1aa9443e74","status":"passed","time":{"start":1726217441568,"stop":1726217441568,"duration":0}},{"uid":"488634b3e63767f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/488634b3e63767f3","status":"passed","time":{"start":1726217383230,"stop":1726217383230,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c339f265e3f12f64","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c339f265e3f12f64","status":"passed","time":{"start":1726218879362,"stop":1726218879362,"duration":0}},{"uid":"d20372c93c9be97d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d20372c93c9be97d","status":"passed","time":{"start":1726218787591,"stop":1726218787591,"duration":0}},{"uid":"7714348711ee4cdc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7714348711ee4cdc","status":"passed","time":{"start":1726218066308,"stop":1726218066308,"duration":0}},{"uid":"4626e1f4be562b0c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4626e1f4be562b0c","status":"passed","time":{"start":1726217965347,"stop":1726217965347,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8bb735f072f62e81","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8bb735f072f62e81","status":"passed","time":{"start":1726218886392,"stop":1726218886392,"duration":0}},{"uid":"d5635d5f8588ed52","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d5635d5f8588ed52","status":"passed","time":{"start":1726218791847,"stop":1726218791847,"duration":0}},{"uid":"369e2e1f3d78afd5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/369e2e1f3d78afd5","status":"passed","time":{"start":1726218054684,"stop":1726218054688,"duration":4}},{"uid":"36c5b21697eef943","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36c5b21697eef943","status":"passed","time":{"start":1726217965431,"stop":1726217965431,"duration":0}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"593cdf1e3a3e1056","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/593cdf1e3a3e1056","status":"passed","time":{"start":1726218315165,"stop":1726218315165,"duration":0}},{"uid":"e0b24cf39e019ff1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e0b24cf39e019ff1","status":"passed","time":{"start":1726218219853,"stop":1726218219853,"duration":0}},{"uid":"7d3b17d07a85675c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d3b17d07a85675c","status":"passed","time":{"start":1726217473323,"stop":1726217473324,"duration":1}},{"uid":"acda141c8837c82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/acda141c8837c82","status":"passed","time":{"start":1726217414668,"stop":1726217414669,"duration":1}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2a4880a37eabc43a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2a4880a37eabc43a","status":"passed","time":{"start":1726218523012,"stop":1726218523013,"duration":1}},{"uid":"a0c76727cd367443","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0c76727cd367443","status":"passed","time":{"start":1726218422895,"stop":1726218422895,"duration":0}},{"uid":"bf822a9f7fd0d0a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bf822a9f7fd0d0a4","status":"passed","time":{"start":1726217687417,"stop":1726217687417,"duration":0}},{"uid":"faf32eebe3ac2c5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/faf32eebe3ac2c5","status":"passed","time":{"start":1726217604481,"stop":1726217604482,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b7520b231335f646","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b7520b231335f646","status":"passed","time":{"start":1726218764083,"stop":1726218764086,"duration":3}},{"uid":"e6521eaa17b6d9c2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e6521eaa17b6d9c2","status":"passed","time":{"start":1726218659002,"stop":1726218659003,"duration":1}},{"uid":"bbe9ae1e986de0af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bbe9ae1e986de0af","status":"passed","time":{"start":1726217924732,"stop":1726217924733,"duration":1}},{"uid":"ce6a3d020cc99a3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce6a3d020cc99a3","status":"passed","time":{"start":1726217840473,"stop":1726217840473,"duration":0}}]},"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c9706327e62c087b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c9706327e62c087b","status":"passed","time":{"start":1726218283087,"stop":1726218283087,"duration":0}},{"uid":"219723e0a58b10b4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/219723e0a58b10b4","status":"passed","time":{"start":1726218188588,"stop":1726218188588,"duration":0}},{"uid":"e3a2e46d7c5832be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3a2e46d7c5832be","status":"passed","time":{"start":1726217441548,"stop":1726217441549,"duration":1}},{"uid":"6d666dba7402896e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6d666dba7402896e","status":"passed","time":{"start":1726217383211,"stop":1726217383212,"duration":1}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b15a2adab82e743f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b15a2adab82e743f","status":"passed","time":{"start":1726218917026,"stop":1726218917026,"duration":0}},{"uid":"81a54aa059ef6a65","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/81a54aa059ef6a65","status":"passed","time":{"start":1726218827657,"stop":1726218827657,"duration":0}},{"uid":"39de516b6e9147b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39de516b6e9147b8","status":"passed","time":{"start":1726218090764,"stop":1726218090764,"duration":0}},{"uid":"9ae736d2d6fa05de","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9ae736d2d6fa05de","status":"passed","time":{"start":1726217999477,"stop":1726217999478,"duration":1}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9fc5e910df396dc2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9fc5e910df396dc2","status":"passed","time":{"start":1726218862994,"stop":1726218862994,"duration":0}},{"uid":"8b16f19d3463d11a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8b16f19d3463d11a","status":"passed","time":{"start":1726218781376,"stop":1726218781377,"duration":1}},{"uid":"a027ff90bfff3b8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a027ff90bfff3b8c","status":"passed","time":{"start":1726218013692,"stop":1726218013692,"duration":0}},{"uid":"e4014f04e46ec219","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4014f04e46ec219","status":"passed","time":{"start":1726217945326,"stop":1726217945326,"duration":0}}]},"daa83d320c27b35ac8e8126f2e663dea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ae529ca464f1bcc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3ae529ca464f1bcc","status":"passed","time":{"start":1726218417152,"stop":1726218417152,"duration":0}}]},"1f1826c46d8ebcb70b3ec7356b2c26ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cd34ea5d253a44a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd34ea5d253a44a0","status":"passed","time":{"start":1726218669777,"stop":1726218669777,"duration":0}},{"uid":"3ae19ab5d39b70c6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3ae19ab5d39b70c6","status":"passed","time":{"start":1726218612971,"stop":1726218612971,"duration":0}},{"uid":"efd5d7880c60bac0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/efd5d7880c60bac0","status":"passed","time":{"start":1726217868249,"stop":1726217868250,"duration":1}},{"uid":"322e26fe796b8ee4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/322e26fe796b8ee4","status":"passed","time":{"start":1726217785178,"stop":1726217785178,"duration":0}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"472c9da00b75b8e2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/472c9da00b75b8e2","status":"passed","time":{"start":1726218304472,"stop":1726218304473,"duration":1}},{"uid":"436a11bf686a9292","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/436a11bf686a9292","status":"passed","time":{"start":1726218209566,"stop":1726218209567,"duration":1}},{"uid":"c02b8187c0a110aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c02b8187c0a110aa","status":"passed","time":{"start":1726217463042,"stop":1726217463042,"duration":0}},{"uid":"f4d4337770e0d26b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f4d4337770e0d26b","status":"passed","time":{"start":1726217404608,"stop":1726217404608,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b43fa9cf1159f56f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b43fa9cf1159f56f","status":"passed","time":{"start":1726218291078,"stop":1726218291078,"duration":0}},{"uid":"38f1e42b90639d5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/38f1e42b90639d5","status":"passed","time":{"start":1726218196342,"stop":1726218196343,"duration":1}},{"uid":"9462b0b80a038304","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9462b0b80a038304","status":"passed","time":{"start":1726217449470,"stop":1726217449471,"duration":1}},{"uid":"38629a3420edf57a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38629a3420edf57a","status":"passed","time":{"start":1726217391248,"stop":1726217391248,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9c176a0dbd1f0c77","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c176a0dbd1f0c77","status":"passed","time":{"start":1726218806760,"stop":1726218806761,"duration":1}},{"uid":"323b9aaf2418cd84","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/323b9aaf2418cd84","status":"passed","time":{"start":1726218706743,"stop":1726218706743,"duration":0}},{"uid":"55c9f0947a2b5f19","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55c9f0947a2b5f19","status":"passed","time":{"start":1726217976608,"stop":1726217976609,"duration":1}},{"uid":"96d29535e0548579","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96d29535e0548579","status":"passed","time":{"start":1726217890297,"stop":1726217890297,"duration":0}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b97fdb9f6b39411c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b97fdb9f6b39411c","status":"passed","time":{"start":1726218345027,"stop":1726218345029,"duration":2}},{"uid":"2e6330dd503df386","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2e6330dd503df386","status":"passed","time":{"start":1726218250221,"stop":1726218250225,"duration":4}},{"uid":"57ba563e6eb3f53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/57ba563e6eb3f53","status":"passed","time":{"start":1726217507039,"stop":1726217507040,"duration":1}},{"uid":"b89b82f04127f893","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b89b82f04127f893","status":"passed","time":{"start":1726217445616,"stop":1726217445616,"duration":0}}]},"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9d29df7796ba2dd1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9d29df7796ba2dd1","status":"passed","time":{"start":1726218283085,"stop":1726218283085,"duration":0}},{"uid":"575fc5cdf290d0ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/575fc5cdf290d0ae","status":"passed","time":{"start":1726218188587,"stop":1726218188587,"duration":0}},{"uid":"1d554dbaaf5affb8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d554dbaaf5affb8","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"duration":0}},{"uid":"ac827ce0014e7894","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac827ce0014e7894","status":"passed","time":{"start":1726217383209,"stop":1726217383210,"duration":1}}]},"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dea7c95588c834a1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dea7c95588c834a1","status":"passed","time":{"start":1726218283072,"stop":1726218283072,"duration":0}},{"uid":"3133de4a0978ebc8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3133de4a0978ebc8","status":"passed","time":{"start":1726218188575,"stop":1726218188575,"duration":0}},{"uid":"208fd97f4eea5cee","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/208fd97f4eea5cee","status":"passed","time":{"start":1726217441533,"stop":1726217441534,"duration":1}},{"uid":"bb5657f464ee2362","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bb5657f464ee2362","status":"passed","time":{"start":1726217383193,"stop":1726217383193,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2501ff355c747cd5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2501ff355c747cd5","status":"passed","time":{"start":1726218879374,"stop":1726218879376,"duration":2}},{"uid":"55a72087c316fc9e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/55a72087c316fc9e","status":"passed","time":{"start":1726218787593,"stop":1726218787593,"duration":0}},{"uid":"a66bad0317669e01","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a66bad0317669e01","status":"passed","time":{"start":1726218066315,"stop":1726218066316,"duration":1}},{"uid":"fa8fd038ed1d9c07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fa8fd038ed1d9c07","status":"passed","time":{"start":1726217965348,"stop":1726217965349,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e2c0d30e8b718f94","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e2c0d30e8b718f94","status":"passed","time":{"start":1726218879332,"stop":1726218879332,"duration":0}},{"uid":"15ca0db8bfadcd87","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/15ca0db8bfadcd87","status":"passed","time":{"start":1726218787581,"stop":1726218787581,"duration":0}},{"uid":"477edff38104fe68","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/477edff38104fe68","status":"passed","time":{"start":1726218066287,"stop":1726218066287,"duration":0}},{"uid":"65336afe3cf8be2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/65336afe3cf8be2","status":"passed","time":{"start":1726217965310,"stop":1726217965311,"duration":1}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"61f48ab5e02ae5cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/61f48ab5e02ae5cf","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218777346,"stop":1726218777346,"duration":0}},{"uid":"77363b540786d96e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/77363b540786d96e","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218700175,"stop":1726218700176,"duration":1}},{"uid":"8632721549e14843","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8632721549e14843","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217955949,"stop":1726217955949,"duration":0}},{"uid":"f00a3c2c00dca7bd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f00a3c2c00dca7bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217870053,"stop":1726217870054,"duration":1}}]},"286a6f877f7dadd8a8ffb5623780994d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"998e067cc4564f37","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/998e067cc4564f37","status":"passed","time":{"start":1726218843768,"stop":1726218843768,"duration":0}}]},"b17dea357e1afe10c678c632e5c254ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea335f24d619f36b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ea335f24d619f36b","status":"passed","time":{"start":1726218011624,"stop":1726218011624,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5d1d96fe11841a5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5d1d96fe11841a5c","status":"passed","time":{"start":1726218651144,"stop":1726218651144,"duration":0}},{"uid":"874bbff981558827","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/874bbff981558827","status":"passed","time":{"start":1726218550065,"stop":1726218550065,"duration":0}},{"uid":"befb0566995e0530","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/befb0566995e0530","status":"passed","time":{"start":1726217804580,"stop":1726217804580,"duration":0}},{"uid":"291f9c0264f28393","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/291f9c0264f28393","status":"passed","time":{"start":1726217733943,"stop":1726217733943,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e4903234947b101","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8e4903234947b101","status":"passed","time":{"start":1726218291266,"stop":1726218291266,"duration":0}},{"uid":"23c77416f4fbb045","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/23c77416f4fbb045","status":"passed","time":{"start":1726218196280,"stop":1726218196281,"duration":1}},{"uid":"a69db4875b5dc7f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a69db4875b5dc7f7","status":"passed","time":{"start":1726217449568,"stop":1726217449569,"duration":1}},{"uid":"b64e4052a486a081","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b64e4052a486a081","status":"passed","time":{"start":1726217391314,"stop":1726217391315,"duration":1}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d8c4a11b8c0538e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2d8c4a11b8c0538e","status":"passed","time":{"start":1726218863041,"stop":1726218863043,"duration":2}},{"uid":"3b809cc5074f1bea","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3b809cc5074f1bea","status":"passed","time":{"start":1726218781391,"stop":1726218781391,"duration":0}},{"uid":"da728877ee37693","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da728877ee37693","status":"passed","time":{"start":1726218013720,"stop":1726218013723,"duration":3}},{"uid":"71ce905d69891433","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/71ce905d69891433","status":"passed","time":{"start":1726217945344,"stop":1726217945345,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bb0d1e713f342e90","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb0d1e713f342e90","status":"passed","time":{"start":1726218319678,"stop":1726218319679,"duration":1}},{"uid":"44a4ff8d7b9959c7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/44a4ff8d7b9959c7","status":"passed","time":{"start":1726218224407,"stop":1726218224408,"duration":1}},{"uid":"7eea67dd54ca44a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7eea67dd54ca44a6","status":"passed","time":{"start":1726217477824,"stop":1726217477825,"duration":1}},{"uid":"d79e3638db06fec","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d79e3638db06fec","status":"passed","time":{"start":1726217419062,"stop":1726217419063,"duration":1}}]},"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ddaa1cee76844d3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ddaa1cee76844d3","status":"passed","time":{"start":1726218283087,"stop":1726218283087,"duration":0}},{"uid":"78ff6ff37c32f774","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/78ff6ff37c32f774","status":"passed","time":{"start":1726218188588,"stop":1726218188588,"duration":0}},{"uid":"c8e4ac6e505fc71e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c8e4ac6e505fc71e","status":"passed","time":{"start":1726217441549,"stop":1726217441549,"duration":0}},{"uid":"b114d42623c13e96","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b114d42623c13e96","status":"passed","time":{"start":1726217383212,"stop":1726217383212,"duration":0}}]},"eb079ee0037b2f7b9fc72fcada09b633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32351918145325f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/32351918145325f1","status":"passed","time":{"start":1726217946744,"stop":1726217946744,"duration":0}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a097002e98482115","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a097002e98482115","status":"passed","time":{"start":1726218651146,"stop":1726218651146,"duration":0}},{"uid":"693c2cf47602774b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/693c2cf47602774b","status":"passed","time":{"start":1726218550066,"stop":1726218550067,"duration":1}},{"uid":"cdad8f4cad202d44","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cdad8f4cad202d44","status":"passed","time":{"start":1726217804581,"stop":1726217804582,"duration":1}},{"uid":"11b38217de5883ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/11b38217de5883ad","status":"passed","time":{"start":1726217733945,"stop":1726217733946,"duration":1}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"108f2739a2d0a74c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/108f2739a2d0a74c","status":"passed","time":{"start":1726218764105,"stop":1726218764105,"duration":0}},{"uid":"67cee8a0473a3364","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/67cee8a0473a3364","status":"passed","time":{"start":1726218659019,"stop":1726218659019,"duration":0}},{"uid":"7918a4cdcdc715c3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7918a4cdcdc715c3","status":"passed","time":{"start":1726217924746,"stop":1726217924752,"duration":6}},{"uid":"2c4b52074b738580","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2c4b52074b738580","status":"passed","time":{"start":1726217840542,"stop":1726217840543,"duration":1}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e6a1f6705bad2cb0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e6a1f6705bad2cb0","status":"passed","time":{"start":1726218551493,"stop":1726218551494,"duration":1}},{"uid":"32d819cf68947283","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/32d819cf68947283","status":"passed","time":{"start":1726218459540,"stop":1726218459541,"duration":1}},{"uid":"71a0957bd1164b3e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71a0957bd1164b3e","status":"passed","time":{"start":1726217706009,"stop":1726217706010,"duration":1}},{"uid":"ed5fdeb4f07fd00d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ed5fdeb4f07fd00d","status":"passed","time":{"start":1726217650772,"stop":1726217650772,"duration":0}}]},"55c380238e4e443d6cd8ee82c8d57352:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c8dfcbd7717103c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c8dfcbd7717103c","status":"passed","time":{"start":1726217923183,"stop":1726217923184,"duration":1}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"908d71ba827225ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/908d71ba827225ca","status":"passed","time":{"start":1726218673575,"stop":1726218673576,"duration":1}},{"uid":"5f03a24fa1c679fa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5f03a24fa1c679fa","status":"passed","time":{"start":1726218602429,"stop":1726218602429,"duration":0}},{"uid":"59cdfa21a9801533","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/59cdfa21a9801533","status":"passed","time":{"start":1726217854655,"stop":1726217854655,"duration":0}},{"uid":"19edbf83d9db56ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/19edbf83d9db56ae","status":"passed","time":{"start":1726217779604,"stop":1726217779604,"duration":0}}]},"97c7d9bc61d0b61754408c3c5a06f476:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8524dbf0e44a32da","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8524dbf0e44a32da","status":"passed","time":{"start":1726217677828,"stop":1726217677834,"duration":6}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ff5d0f5b0be27af7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ff5d0f5b0be27af7","status":"passed","time":{"start":1726218806765,"stop":1726218806765,"duration":0}},{"uid":"32e4562c8f6499f4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/32e4562c8f6499f4","status":"passed","time":{"start":1726218706747,"stop":1726218706747,"duration":0}},{"uid":"c4a6c731c5ba181f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c4a6c731c5ba181f","status":"passed","time":{"start":1726217976619,"stop":1726217976620,"duration":1}},{"uid":"531722a649001b54","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/531722a649001b54","status":"passed","time":{"start":1726217890302,"stop":1726217890302,"duration":0}}]},"2c43c0c7857c68680e7d9e4954b1e67a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46163633a9581f8a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/46163633a9581f8a","status":"passed","time":{"start":1726217924738,"stop":1726217924738,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"579696eadf15424b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/579696eadf15424b","status":"passed","time":{"start":1726218551477,"stop":1726218551478,"duration":1}},{"uid":"9096d5c2ca8ad26b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9096d5c2ca8ad26b","status":"passed","time":{"start":1726218459526,"stop":1726218459531,"duration":5}},{"uid":"5a1e4b90919f2275","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a1e4b90919f2275","status":"passed","time":{"start":1726217705997,"stop":1726217705997,"duration":0}},{"uid":"ba31fc123cc5ce35","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba31fc123cc5ce35","status":"passed","time":{"start":1726217650748,"stop":1726217650748,"duration":0}}]},"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"319ba275bc35c263","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/319ba275bc35c263","status":"passed","time":{"start":1726218283074,"stop":1726218283075,"duration":1}},{"uid":"eb6b72227c566036","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eb6b72227c566036","status":"passed","time":{"start":1726218188577,"stop":1726218188578,"duration":1}},{"uid":"2023ebfaf707bc74","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2023ebfaf707bc74","status":"passed","time":{"start":1726217441536,"stop":1726217441536,"duration":0}},{"uid":"1e87573291508231","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1e87573291508231","status":"passed","time":{"start":1726217383198,"stop":1726217383198,"duration":0}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f9423b71d9535698","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f9423b71d9535698","status":"passed","time":{"start":1726218523024,"stop":1726218523024,"duration":0}},{"uid":"4651503f6acd76bb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4651503f6acd76bb","status":"passed","time":{"start":1726218422914,"stop":1726218422915,"duration":1}},{"uid":"1ac639aff7ea290e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1ac639aff7ea290e","status":"passed","time":{"start":1726217687436,"stop":1726217687437,"duration":1}},{"uid":"63d5c007babb7427","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63d5c007babb7427","status":"passed","time":{"start":1726217604511,"stop":1726217604512,"duration":1}}]},"caa51f241c46c1bd2dcd61bf6ac1df17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23862629b2364ec9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/23862629b2364ec9","status":"passed","time":{"start":1726218765883,"stop":1726218765883,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f5d2329997709da7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f5d2329997709da7","status":"passed","time":{"start":1726218551495,"stop":1726218551496,"duration":1}},{"uid":"ffa0eff8a9435a34","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ffa0eff8a9435a34","status":"passed","time":{"start":1726218459541,"stop":1726218459543,"duration":2}},{"uid":"5a052b91b6aaa163","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a052b91b6aaa163","status":"passed","time":{"start":1726217706011,"stop":1726217706011,"duration":0}},{"uid":"c12af0cfde2b5b18","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c12af0cfde2b5b18","status":"passed","time":{"start":1726217650773,"stop":1726217650774,"duration":1}}]},"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3171ebd1f3ad5ef6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3171ebd1f3ad5ef6","status":"passed","time":{"start":1726218283073,"stop":1726218283074,"duration":1}},{"uid":"11f0d4e164da36e3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/11f0d4e164da36e3","status":"passed","time":{"start":1726218188576,"stop":1726218188577,"duration":1}},{"uid":"8bb32d7646448924","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8bb32d7646448924","status":"passed","time":{"start":1726217441535,"stop":1726217441535,"duration":0}},{"uid":"c53c09846d2c7774","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c53c09846d2c7774","status":"passed","time":{"start":1726217383196,"stop":1726217383197,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7f88b88efc26bc79","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7f88b88efc26bc79","status":"passed","time":{"start":1726218778197,"stop":1726218778198,"duration":1}},{"uid":"c5c9b19d89cdaa36","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c5c9b19d89cdaa36","status":"passed","time":{"start":1726218673551,"stop":1726218673552,"duration":1}},{"uid":"d2769fccf237d655","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2769fccf237d655","status":"passed","time":{"start":1726217946722,"stop":1726217946722,"duration":0}},{"uid":"f29c55cac5703081","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f29c55cac5703081","status":"passed","time":{"start":1726217862775,"stop":1726217862775,"duration":0}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3c032a68fc9999e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3c032a68fc9999e4","status":"passed","time":{"start":1726218283107,"stop":1726218283107,"duration":0}},{"uid":"ebea1d632aa5b3f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ebea1d632aa5b3f8","status":"passed","time":{"start":1726218188645,"stop":1726218188645,"duration":0}},{"uid":"b47d8a43c7112de1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b47d8a43c7112de1","status":"passed","time":{"start":1726217441572,"stop":1726217441572,"duration":0}},{"uid":"b31b67574490a4d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b31b67574490a4d7","status":"passed","time":{"start":1726217383356,"stop":1726217383356,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cab8bef1eba4b639","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cab8bef1eba4b639","status":"passed","time":{"start":1726218291076,"stop":1726218291077,"duration":1}},{"uid":"396c8e1c9685161c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/396c8e1c9685161c","status":"passed","time":{"start":1726218196338,"stop":1726218196339,"duration":1}},{"uid":"b970ef7d25bfbec1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b970ef7d25bfbec1","status":"passed","time":{"start":1726217449466,"stop":1726217449467,"duration":1}},{"uid":"8e0a02f2fbe7c291","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e0a02f2fbe7c291","status":"passed","time":{"start":1726217391245,"stop":1726217391246,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"69cc063df694685","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/69cc063df694685","status":"passed","time":{"start":1726218812472,"stop":1726218812472,"duration":0}},{"uid":"1a3e6c4a3627d274","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1a3e6c4a3627d274","status":"passed","time":{"start":1726218708394,"stop":1726218708394,"duration":0}},{"uid":"a15c15ae6c4cd08f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a15c15ae6c4cd08f","status":"passed","time":{"start":1726217980039,"stop":1726217980049,"duration":10}},{"uid":"ae0e241297846879","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ae0e241297846879","status":"passed","time":{"start":1726217896502,"stop":1726217896502,"duration":0}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ebe3abec684a7e8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ebe3abec684a7e8","status":"passed","time":{"start":1726218382075,"stop":1726218382077,"duration":2}},{"uid":"cfd83ccdcbc659f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cfd83ccdcbc659f","status":"passed","time":{"start":1726218287812,"stop":1726218287813,"duration":1}},{"uid":"dadbfe93219e4e8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dadbfe93219e4e8","status":"passed","time":{"start":1726217549449,"stop":1726217549449,"duration":0}},{"uid":"c3ac570ade92eab","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c3ac570ade92eab","status":"passed","time":{"start":1726217491286,"stop":1726217491286,"duration":0}}]},"32a795f7e2fc38ca7082251858a61844:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb63273f35842225","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eb63273f35842225","status":"passed","time":{"start":1726218659024,"stop":1726218659024,"duration":0}}]},"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e3bbb2c8dbe508b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8e3bbb2c8dbe508b","status":"passed","time":{"start":1726218283083,"stop":1726218283083,"duration":0}},{"uid":"b78a2672be73075b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b78a2672be73075b","status":"passed","time":{"start":1726218188585,"stop":1726218188585,"duration":0}},{"uid":"9219a8190f0ad54f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9219a8190f0ad54f","status":"passed","time":{"start":1726217441545,"stop":1726217441545,"duration":0}},{"uid":"39210557e84cfcbc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39210557e84cfcbc","status":"passed","time":{"start":1726217383207,"stop":1726217383208,"duration":1}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e7a315a1a5957505","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e7a315a1a5957505","status":"passed","time":{"start":1726218886390,"stop":1726218886391,"duration":1}},{"uid":"4b6dc59b504e35ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b6dc59b504e35ba","status":"passed","time":{"start":1726218791846,"stop":1726218791846,"duration":0}},{"uid":"51795d515438cd82","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/51795d515438cd82","status":"passed","time":{"start":1726218054673,"stop":1726218054683,"duration":10}},{"uid":"3637b622ebdc3ddc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3637b622ebdc3ddc","status":"passed","time":{"start":1726217965430,"stop":1726217965430,"duration":0}}]},"1a605a18179066c170321df44b6a46a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d594401185ae6dd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d594401185ae6dd","status":"passed","time":{"start":1726218417152,"stop":1726218417152,"duration":0}}]},"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"abbc18cc02a6594","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/abbc18cc02a6594","status":"passed","time":{"start":1726218283072,"stop":1726218283073,"duration":1}},{"uid":"dc918db30c2a41ad","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dc918db30c2a41ad","status":"passed","time":{"start":1726218188575,"stop":1726218188576,"duration":1}},{"uid":"767c98813a5e97be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/767c98813a5e97be","status":"passed","time":{"start":1726217441534,"stop":1726217441534,"duration":0}},{"uid":"886cc12e05fbbc1f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/886cc12e05fbbc1f","status":"passed","time":{"start":1726217383193,"stop":1726217383193,"duration":0}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3a81a27fba1c86f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a81a27fba1c86f1","status":"passed","time":{"start":1726218843769,"stop":1726218843769,"duration":0}},{"uid":"b445325522a0fa46","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b445325522a0fa46","status":"passed","time":{"start":1726218748397,"stop":1726218748397,"duration":0}},{"uid":"a3078c24a20db61e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a3078c24a20db61e","status":"passed","time":{"start":1726218011628,"stop":1726218011628,"duration":0}},{"uid":"5f9b251432bfb20","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5f9b251432bfb20","status":"passed","time":{"start":1726217923184,"stop":1726217923184,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"20b55f41b8cf225","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/20b55f41b8cf225","status":"passed","time":{"start":1726218296785,"stop":1726218296785,"duration":0}},{"uid":"fa2de4014b11e278","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fa2de4014b11e278","status":"passed","time":{"start":1726218201912,"stop":1726218201912,"duration":0}},{"uid":"79cfc8a35d80e179","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/79cfc8a35d80e179","status":"passed","time":{"start":1726217455152,"stop":1726217455152,"duration":0}},{"uid":"c8e5a0b8df9824f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c8e5a0b8df9824f2","status":"passed","time":{"start":1726217396841,"stop":1726217396841,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"87bbe06ff39a661","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/87bbe06ff39a661","status":"passed","time":{"start":1726218862997,"stop":1726218863001,"duration":4}},{"uid":"f93ccb626ad874a3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f93ccb626ad874a3","status":"passed","time":{"start":1726218781379,"stop":1726218781379,"duration":0}},{"uid":"fdd94729863a5ba0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fdd94729863a5ba0","status":"passed","time":{"start":1726218013694,"stop":1726218013695,"duration":1}},{"uid":"7402cae749187b38","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7402cae749187b38","status":"passed","time":{"start":1726217945328,"stop":1726217945328,"duration":0}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9eca7d2728ed4c63","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9eca7d2728ed4c63","status":"passed","time":{"start":1726218304535,"stop":1726218304535,"duration":0}},{"uid":"5ce37af141394995","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5ce37af141394995","status":"passed","time":{"start":1726218209372,"stop":1726218209373,"duration":1}},{"uid":"b84d47afcf81a38","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b84d47afcf81a38","status":"passed","time":{"start":1726217462333,"stop":1726217462334,"duration":1}},{"uid":"7242e02bec452068","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7242e02bec452068","status":"passed","time":{"start":1726217404187,"stop":1726217404187,"duration":0}}]},"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f7658e514e419878","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f7658e514e419878","status":"passed","time":{"start":1726218863187,"stop":1726218863187,"duration":0}},{"uid":"f6e9d5c026c34df2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f6e9d5c026c34df2","status":"passed","time":{"start":1726218765885,"stop":1726218765885,"duration":0}},{"uid":"ca20990e3405d0fc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca20990e3405d0fc","status":"passed","time":{"start":1726218039634,"stop":1726218039635,"duration":1}},{"uid":"562139398c1e8a59","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/562139398c1e8a59","status":"passed","time":{"start":1726217952893,"stop":1726217952894,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"99f750d6a0db3b00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/99f750d6a0db3b00","status":"passed","time":{"start":1726218806753,"stop":1726218806753,"duration":0}},{"uid":"a69abbdd48f2195c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a69abbdd48f2195c","status":"passed","time":{"start":1726218706737,"stop":1726218706737,"duration":0}},{"uid":"c96d254c26f6fe71","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c96d254c26f6fe71","status":"passed","time":{"start":1726217976600,"stop":1726217976600,"duration":0}},{"uid":"dd372eb8c80b7b17","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dd372eb8c80b7b17","status":"passed","time":{"start":1726217890291,"stop":1726217890292,"duration":1}}]},"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b29b3096cb5b3b0d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b29b3096cb5b3b0d","status":"passed","time":{"start":1726218583684,"stop":1726218583684,"duration":0}},{"uid":"43548bf5fd09aa68","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/43548bf5fd09aa68","status":"passed","time":{"start":1726218469213,"stop":1726218469213,"duration":0}},{"uid":"face8bb30fdbac53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/face8bb30fdbac53","status":"passed","time":{"start":1726217742503,"stop":1726217742503,"duration":0}},{"uid":"8e0259f0dabfc336","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e0259f0dabfc336","status":"passed","time":{"start":1726217674286,"stop":1726217674287,"duration":1}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"760f7fbf24c8bbfe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/760f7fbf24c8bbfe","status":"passed","time":{"start":1726218843769,"stop":1726218843770,"duration":1}},{"uid":"1cd59f7ff9599778","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1cd59f7ff9599778","status":"passed","time":{"start":1726218748397,"stop":1726218748398,"duration":1}},{"uid":"43923558f2068114","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/43923558f2068114","status":"passed","time":{"start":1726218011628,"stop":1726218011628,"duration":0}},{"uid":"2a084b0a4d475fb2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2a084b0a4d475fb2","status":"passed","time":{"start":1726217923184,"stop":1726217923185,"duration":1}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9d685fa82d37ede6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9d685fa82d37ede6","status":"passed","time":{"start":1726218551494,"stop":1726218551495,"duration":1}},{"uid":"17ecbd5539b80f5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/17ecbd5539b80f5","status":"passed","time":{"start":1726218459541,"stop":1726218459541,"duration":0}},{"uid":"3c6d35273bb5d2bc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3c6d35273bb5d2bc","status":"passed","time":{"start":1726217706010,"stop":1726217706011,"duration":1}},{"uid":"699a500ef887c476","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/699a500ef887c476","status":"passed","time":{"start":1726217650772,"stop":1726217650773,"duration":1}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d67823a119278576","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d67823a119278576","status":"passed","time":{"start":1726218291074,"stop":1726218291076,"duration":2}},{"uid":"4b2a4f7e4bdacb45","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b2a4f7e4bdacb45","status":"passed","time":{"start":1726218196336,"stop":1726218196338,"duration":2}},{"uid":"cd5eb65e6cb40d6a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd5eb65e6cb40d6a","status":"passed","time":{"start":1726217449463,"stop":1726217449465,"duration":2}},{"uid":"8127e0b00900b575","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8127e0b00900b575","status":"passed","time":{"start":1726217391243,"stop":1726217391245,"duration":2}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca68d9aeb4f6c1a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca68d9aeb4f6c1a0","status":"passed","time":{"start":1726218314721,"stop":1726218314722,"duration":1}},{"uid":"a424bd62077e0282","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a424bd62077e0282","status":"passed","time":{"start":1726218219450,"stop":1726218219450,"duration":0}},{"uid":"9e30d1f26cb293a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9e30d1f26cb293a","status":"passed","time":{"start":1726217472854,"stop":1726217472854,"duration":0}},{"uid":"38ba92aacde1fecf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38ba92aacde1fecf","status":"passed","time":{"start":1726217414158,"stop":1726217414158,"duration":0}}]},"abf8d0d32790e5009a881bbbf8b7aad1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38800d9b501f4f5b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/38800d9b501f4f5b","status":"passed","time":{"start":1726218013726,"stop":1726218013729,"duration":3}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"665c6b744d236b2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/665c6b744d236b2","status":"passed","time":{"start":1726218812475,"stop":1726218812476,"duration":1}},{"uid":"a0c09350eeead99d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0c09350eeead99d","status":"passed","time":{"start":1726218708413,"stop":1726218708424,"duration":11}},{"uid":"9fca3a38bf89962b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9fca3a38bf89962b","status":"passed","time":{"start":1726217980051,"stop":1726217980051,"duration":0}},{"uid":"48e2672882b28b9a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/48e2672882b28b9a","status":"passed","time":{"start":1726217896505,"stop":1726217896505,"duration":0}}]},"2146ce507ac9e84ec6592e5bf3a0f6f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ba83e38b7ffaee9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5ba83e38b7ffaee9","status":"passed","time":{"start":1726218748389,"stop":1726218748389,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3d4fc7777d0be042","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3d4fc7777d0be042","status":"passed","time":{"start":1726218282696,"stop":1726218282697,"duration":1}},{"uid":"e5d4944f3c51fa86","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e5d4944f3c51fa86","status":"passed","time":{"start":1726218188110,"stop":1726218188111,"duration":1}},{"uid":"fa61d54bb45f8471","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa61d54bb45f8471","status":"passed","time":{"start":1726217441218,"stop":1726217441219,"duration":1}},{"uid":"b47da07da92ccf71","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b47da07da92ccf71","status":"passed","time":{"start":1726217382867,"stop":1726217382868,"duration":1}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"af31d9ea7c728f8d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af31d9ea7c728f8d","status":"passed","time":{"start":1726218551470,"stop":1726218551477,"duration":7}},{"uid":"d9c8623eddfd7446","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d9c8623eddfd7446","status":"passed","time":{"start":1726218459525,"stop":1726218459526,"duration":1}},{"uid":"93d80f22374b0110","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/93d80f22374b0110","status":"passed","time":{"start":1726217705997,"stop":1726217705997,"duration":0}},{"uid":"4fdd571e1a88c43d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4fdd571e1a88c43d","status":"passed","time":{"start":1726217650747,"stop":1726217650747,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"799391a6987afda7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/799391a6987afda7","status":"passed","time":{"start":1726218551492,"stop":1726218551493,"duration":1}},{"uid":"ef1c13f8372addec","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ef1c13f8372addec","status":"passed","time":{"start":1726218459540,"stop":1726218459540,"duration":0}},{"uid":"a626c0c9beabd2fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a626c0c9beabd2fd","status":"passed","time":{"start":1726217706008,"stop":1726217706009,"duration":1}},{"uid":"ddd2d391aa48af76","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ddd2d391aa48af76","status":"passed","time":{"start":1726217650771,"stop":1726217650771,"duration":0}}]},"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"29e8574724d47747","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29e8574724d47747","status":"passed","time":{"start":1726218283091,"stop":1726218283091,"duration":0}},{"uid":"3fcc822533576088","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3fcc822533576088","status":"passed","time":{"start":1726218188592,"stop":1726218188592,"duration":0}},{"uid":"afefb99825cc86c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/afefb99825cc86c","status":"passed","time":{"start":1726217441553,"stop":1726217441553,"duration":0}},{"uid":"b3d7e6ad3744b2c4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b3d7e6ad3744b2c4","status":"passed","time":{"start":1726217383217,"stop":1726217383217,"duration":0}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"964b8d843fd00f97","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/964b8d843fd00f97","status":"passed","time":{"start":1726218563296,"stop":1726218563296,"duration":0}},{"uid":"f6bb8c7aa8af0efc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f6bb8c7aa8af0efc","status":"passed","time":{"start":1726218471415,"stop":1726218471415,"duration":0}},{"uid":"a2d1562737d69c87","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2d1562737d69c87","status":"passed","time":{"start":1726217724200,"stop":1726217724200,"duration":0}},{"uid":"4e03c310e6dac32f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4e03c310e6dac32f","status":"passed","time":{"start":1726217656057,"stop":1726217656057,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2f765917896636d8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2f765917896636d8","status":"passed","time":{"start":1726218863029,"stop":1726218863032,"duration":3}},{"uid":"6268580b249b1904","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6268580b249b1904","status":"passed","time":{"start":1726218781389,"stop":1726218781389,"duration":0}},{"uid":"4cc2b05c7efae3c5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4cc2b05c7efae3c5","status":"passed","time":{"start":1726218013718,"stop":1726218013719,"duration":1}},{"uid":"1ef1c2205a9ca529","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1ef1c2205a9ca529","status":"passed","time":{"start":1726217945337,"stop":1726217945338,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b663367c56a04e4f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b663367c56a04e4f","status":"passed","time":{"start":1726218651146,"stop":1726218651146,"duration":0}},{"uid":"9c015b63961bbfde","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9c015b63961bbfde","status":"passed","time":{"start":1726218550067,"stop":1726218550067,"duration":0}},{"uid":"2f1b962b50f38baf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2f1b962b50f38baf","status":"passed","time":{"start":1726217804582,"stop":1726217804582,"duration":0}},{"uid":"85568377c3b37755","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85568377c3b37755","status":"passed","time":{"start":1726217733946,"stop":1726217733947,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d97da8498cc1a26c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d97da8498cc1a26c","status":"passed","time":{"start":1726218791621,"stop":1726218791622,"duration":1}},{"uid":"b3e5b593e87eff80","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b3e5b593e87eff80","status":"passed","time":{"start":1726218683563,"stop":1726218683564,"duration":1}},{"uid":"6af678b35c2f4a73","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6af678b35c2f4a73","status":"passed","time":{"start":1726217949322,"stop":1726217949323,"duration":1}},{"uid":"3c142db5e83e51ee","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3c142db5e83e51ee","status":"passed","time":{"start":1726217865170,"stop":1726217865170,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"859fcb18e01f0d5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/859fcb18e01f0d5c","status":"passed","time":{"start":1726218651145,"stop":1726218651145,"duration":0}},{"uid":"da23991c5f329b57","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/da23991c5f329b57","status":"passed","time":{"start":1726218550066,"stop":1726218550066,"duration":0}},{"uid":"b568e18fceb36b33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b568e18fceb36b33","status":"passed","time":{"start":1726217804581,"stop":1726217804581,"duration":0}},{"uid":"491466b384b3279b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/491466b384b3279b","status":"passed","time":{"start":1726217733944,"stop":1726217733945,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1e23971403a9a11e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1e23971403a9a11e","status":"passed","time":{"start":1726218863027,"stop":1726218863029,"duration":2}},{"uid":"95f242bf72d6ea9b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/95f242bf72d6ea9b","status":"passed","time":{"start":1726218781389,"stop":1726218781389,"duration":0}},{"uid":"f09ae161289fe6e3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f09ae161289fe6e3","status":"passed","time":{"start":1726218013716,"stop":1726218013718,"duration":2}},{"uid":"ef4761e1de7ec8d9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ef4761e1de7ec8d9","status":"passed","time":{"start":1726217945336,"stop":1726217945337,"duration":1}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5e616a9b7dca2230","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5e616a9b7dca2230","status":"passed","time":{"start":1726218510990,"stop":1726218510991,"duration":1}},{"uid":"479ac2a3665ce006","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/479ac2a3665ce006","status":"passed","time":{"start":1726218417156,"stop":1726218417156,"duration":0}},{"uid":"e0dd8b9748ec0ef3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0dd8b9748ec0ef3","status":"passed","time":{"start":1726217677845,"stop":1726217677846,"duration":1}},{"uid":"b62a65bcdabc1226","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b62a65bcdabc1226","status":"passed","time":{"start":1726217616849,"stop":1726217616849,"duration":0}}]},"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"651c9e531633893d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/651c9e531633893d","status":"passed","time":{"start":1726218283099,"stop":1726218283100,"duration":1}},{"uid":"6e99989a4933a900","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6e99989a4933a900","status":"passed","time":{"start":1726218188599,"stop":1726218188599,"duration":0}},{"uid":"6b825f0afba9c336","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6b825f0afba9c336","status":"passed","time":{"start":1726217441562,"stop":1726217441562,"duration":0}},{"uid":"aec792643f8d65d2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/aec792643f8d65d2","status":"passed","time":{"start":1726217383224,"stop":1726217383224,"duration":0}}]},"d63467f5627772f5eed331d19ff5d743:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8fa709bc4442bea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8fa709bc4442bea","status":"passed","time":{"start":1726217952879,"stop":1726217952880,"duration":1}}]},"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"392f839d4f4769ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/392f839d4f4769ca","status":"passed","time":{"start":1726218885487,"stop":1726218885487,"duration":0}},{"uid":"2ab5e5d2838af9be","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2ab5e5d2838af9be","status":"passed","time":{"start":1726218803159,"stop":1726218803159,"duration":0}},{"uid":"6df164cff7642ed4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6df164cff7642ed4","status":"passed","time":{"start":1726218063101,"stop":1726218063101,"duration":0}},{"uid":"cafe7f6e3de940f1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cafe7f6e3de940f1","status":"passed","time":{"start":1726217974420,"stop":1726217974421,"duration":1}}]},"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d74e0b507a4ab6e6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d74e0b507a4ab6e6","status":"passed","time":{"start":1726218283101,"stop":1726218283101,"duration":0}},{"uid":"83f627852ea4b6c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/83f627852ea4b6c","status":"passed","time":{"start":1726218188600,"stop":1726218188601,"duration":1}},{"uid":"3261883c02fe2dd4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3261883c02fe2dd4","status":"passed","time":{"start":1726217441564,"stop":1726217441564,"duration":0}},{"uid":"5c2ce7a738399c91","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5c2ce7a738399c91","status":"passed","time":{"start":1726217383226,"stop":1726217383227,"duration":1}}]},"30c552632c1cb34d6cc4ded455350bcb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c1f8e98c9aea41e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6c1f8e98c9aea41e","status":"passed","time":{"start":1726218843766,"stop":1726218843767,"duration":1}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e54237eb4078a173","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e54237eb4078a173","status":"passed","time":{"start":1726218903392,"stop":1726218903392,"duration":0}},{"uid":"cb72a92c80cdd6d5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cb72a92c80cdd6d5","status":"passed","time":{"start":1726218807910,"stop":1726218807913,"duration":3}},{"uid":"95127b0d06c21192","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95127b0d06c21192","status":"passed","time":{"start":1726218061979,"stop":1726218061979,"duration":0}},{"uid":"34422e33baec63e0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/34422e33baec63e0","status":"passed","time":{"start":1726217984950,"stop":1726217984950,"duration":0}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b403c454b56be12a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b403c454b56be12a","status":"passed","time":{"start":1726218304467,"stop":1726218304467,"duration":0}},{"uid":"446930c4ded7dd7b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/446930c4ded7dd7b","status":"passed","time":{"start":1726218209564,"stop":1726218209565,"duration":1}},{"uid":"9105181f4f7af9b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9105181f4f7af9b8","status":"passed","time":{"start":1726217463039,"stop":1726217463040,"duration":1}},{"uid":"74cd736096102c3a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/74cd736096102c3a","status":"passed","time":{"start":1726217404606,"stop":1726217404606,"duration":0}}]},"2a2e192bbf0a6bfabf47e1dfd9ca65b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3a95e720287219e3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a95e720287219e3","status":"passed","time":{"start":1726218597911,"stop":1726218597911,"duration":0}},{"uid":"55092452523faa29","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/55092452523faa29","status":"passed","time":{"start":1726218496829,"stop":1726218496829,"duration":0}},{"uid":"4dd97c30e82ba1c6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4dd97c30e82ba1c6","status":"passed","time":{"start":1726217751144,"stop":1726217751144,"duration":0}},{"uid":"e4306992fe3ad391","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4306992fe3ad391","status":"passed","time":{"start":1726217685251,"stop":1726217685251,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ef1ecf501442555d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef1ecf501442555d","status":"passed","time":{"start":1726218308584,"stop":1726218308584,"duration":0}},{"uid":"9e0be2aad0d48ec9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9e0be2aad0d48ec9","status":"passed","time":{"start":1726218213410,"stop":1726218213410,"duration":0}},{"uid":"714323173af7c70c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/714323173af7c70c","status":"passed","time":{"start":1726217466677,"stop":1726217466678,"duration":1}},{"uid":"b2262bcbe37c5908","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b2262bcbe37c5908","status":"passed","time":{"start":1726217408298,"stop":1726217408298,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4adbd818215eeb71","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4adbd818215eeb71","status":"passed","time":{"start":1726218295945,"stop":1726218295947,"duration":2}},{"uid":"415651452d591936","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/415651452d591936","status":"passed","time":{"start":1726218201362,"stop":1726218201364,"duration":2}},{"uid":"727385f8bfd63f8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/727385f8bfd63f8c","status":"passed","time":{"start":1726217454407,"stop":1726217454408,"duration":1}},{"uid":"1bb1c4083504454c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1bb1c4083504454c","status":"passed","time":{"start":1726217395940,"stop":1726217395941,"duration":1}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b3fbfb47f0e336ee","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3fbfb47f0e336ee","status":"passed","time":{"start":1726218304533,"stop":1726218304533,"duration":0}},{"uid":"402e5ee826a94d79","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/402e5ee826a94d79","status":"passed","time":{"start":1726218209370,"stop":1726218209370,"duration":0}},{"uid":"3929a8bfc16361f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3929a8bfc16361f2","status":"passed","time":{"start":1726217462331,"stop":1726217462331,"duration":0}},{"uid":"82f0424e36bb33a2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82f0424e36bb33a2","status":"passed","time":{"start":1726217404185,"stop":1726217404185,"duration":0}}]},"08181c2f533a09157809b5da20bbcd05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41df373222025d53","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/41df373222025d53","status":"passed","time":{"start":1726217952883,"stop":1726217952884,"duration":1}}]},"c8efb9edf9b04dc48246a8128b2a01f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a6b2c643474429","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a6b2c643474429","status":"passed","time":{"start":1726218778288,"stop":1726218778291,"duration":3}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"147c9ae3a9cc6b85","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/147c9ae3a9cc6b85","status":"passed","time":{"start":1726218304535,"stop":1726218304536,"duration":1}},{"uid":"825a5346513dab61","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/825a5346513dab61","status":"passed","time":{"start":1726218209373,"stop":1726218209374,"duration":1}},{"uid":"e5d3f2d61b9e7c6b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5d3f2d61b9e7c6b","status":"passed","time":{"start":1726217462336,"stop":1726217462336,"duration":0}},{"uid":"ad85cfb611060aac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ad85cfb611060aac","status":"passed","time":{"start":1726217404188,"stop":1726217404189,"duration":1}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5110d9e8570781ac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5110d9e8570781ac","status":"passed","time":{"start":1726218879289,"stop":1726218879292,"duration":3}},{"uid":"c4f52f9f82cf7f97","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c4f52f9f82cf7f97","status":"passed","time":{"start":1726218787574,"stop":1726218787574,"duration":0}},{"uid":"f8bc866f15e453c3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8bc866f15e453c3","status":"passed","time":{"start":1726218066276,"stop":1726218066277,"duration":1}},{"uid":"a3becd7c1d0d5081","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a3becd7c1d0d5081","status":"passed","time":{"start":1726217965300,"stop":1726217965300,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4fa4abc3d994c292","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4fa4abc3d994c292","status":"passed","time":{"start":1726218909195,"stop":1726218909195,"duration":0}},{"uid":"61f823335a190260","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/61f823335a190260","status":"passed","time":{"start":1726218818269,"stop":1726218818270,"duration":1}},{"uid":"85be338cb327deb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/85be338cb327deb","status":"passed","time":{"start":1726218085660,"stop":1726218085661,"duration":1}},{"uid":"f9a70edc5199d964","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f9a70edc5199d964","status":"passed","time":{"start":1726217996429,"stop":1726217996430,"duration":1}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fb463cb63004426e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fb463cb63004426e","status":"passed","time":{"start":1726218510987,"stop":1726218510988,"duration":1}},{"uid":"8f5f07afe5441378","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8f5f07afe5441378","status":"passed","time":{"start":1726218417152,"stop":1726218417153,"duration":1}},{"uid":"de45df2ab2405988","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/de45df2ab2405988","status":"passed","time":{"start":1726217677835,"stop":1726217677841,"duration":6}},{"uid":"3f338404cfffbfff","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3f338404cfffbfff","status":"passed","time":{"start":1726217616845,"stop":1726217616846,"duration":1}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"892ef1596701a339","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/892ef1596701a339","status":"passed","time":{"start":1726218296785,"stop":1726218296785,"duration":0}},{"uid":"4da0092ae338ba46","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4da0092ae338ba46","status":"passed","time":{"start":1726218201912,"stop":1726218201912,"duration":0}},{"uid":"c744444617919633","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c744444617919633","status":"passed","time":{"start":1726217455153,"stop":1726217455153,"duration":0}},{"uid":"911aae9f1ac6b713","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/911aae9f1ac6b713","status":"passed","time":{"start":1726217396841,"stop":1726217396841,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"915994120eb75fd1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/915994120eb75fd1","status":"passed","time":{"start":1726218316386,"stop":1726218316387,"duration":1}},{"uid":"13a85bc25fd76054","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/13a85bc25fd76054","status":"passed","time":{"start":1726218221125,"stop":1726218221125,"duration":0}},{"uid":"343ca7315e867332","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/343ca7315e867332","status":"passed","time":{"start":1726217474514,"stop":1726217474514,"duration":0}},{"uid":"250ef08e93449d57","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/250ef08e93449d57","status":"passed","time":{"start":1726217415842,"stop":1726217415842,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"34a3024e98051e32","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34a3024e98051e32","status":"passed","time":{"start":1726218793427,"stop":1726218793428,"duration":1}},{"uid":"cc9cf19b454cda14","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc9cf19b454cda14","status":"passed","time":{"start":1726218722075,"stop":1726218722079,"duration":4}},{"uid":"9bb30bb1031e3773","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9bb30bb1031e3773","status":"passed","time":{"start":1726217978645,"stop":1726217978645,"duration":0}},{"uid":"30cc37a09f9dc88c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/30cc37a09f9dc88c","status":"passed","time":{"start":1726217893872,"stop":1726217893872,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"70ad196fb3876722","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/70ad196fb3876722","status":"passed","time":{"start":1726218510989,"stop":1726218510989,"duration":0}},{"uid":"401c84faeee6d58d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/401c84faeee6d58d","status":"passed","time":{"start":1726218417154,"stop":1726218417154,"duration":0}},{"uid":"f905fc86f8a7bacc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f905fc86f8a7bacc","status":"passed","time":{"start":1726217677843,"stop":1726217677843,"duration":0}},{"uid":"2782606e9b9aa56c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2782606e9b9aa56c","status":"passed","time":{"start":1726217616847,"stop":1726217616847,"duration":0}}]},"e290dc1df6185dfab5ebad4d3050b71d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df834e1ff4e2fc11","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df834e1ff4e2fc11","status":"passed","time":{"start":1726218011624,"stop":1726218011624,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8eb088ee29513b7a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8eb088ee29513b7a","status":"passed","time":{"start":1726218342871,"stop":1726218342872,"duration":1}},{"uid":"7b24d0fef83d5547","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7b24d0fef83d5547","status":"passed","time":{"start":1726218246383,"stop":1726218246383,"duration":0}},{"uid":"8d35977b8f25f221","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d35977b8f25f221","status":"passed","time":{"start":1726217500291,"stop":1726217500291,"duration":0}},{"uid":"a0cf462302c9cd20","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a0cf462302c9cd20","status":"passed","time":{"start":1726217442001,"stop":1726217442001,"duration":0}}]},"35d166a14530a0e30d1a96aaae50cd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"905af5facfefd84d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/905af5facfefd84d","status":"passed","time":{"start":1726218748390,"stop":1726218748390,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"71ba1b692379f2e6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71ba1b692379f2e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218345042,"stop":1726218345042,"duration":0}},{"uid":"9a1a71832fbaedc9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9a1a71832fbaedc9","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218250243,"stop":1726218250243,"duration":0}},{"uid":"920710cda25361bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/920710cda25361bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217507044,"stop":1726217507044,"duration":0}},{"uid":"28e2b086cb76cc97","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/28e2b086cb76cc97","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217445625,"stop":1726217445626,"duration":1}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9cc8468fc234bdd3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9cc8468fc234bdd3","status":"passed","time":{"start":1726218315166,"stop":1726218315166,"duration":0}},{"uid":"f7be479bd028421c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f7be479bd028421c","status":"passed","time":{"start":1726218219854,"stop":1726218219854,"duration":0}},{"uid":"a3859a2c7815d1c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a3859a2c7815d1c1","status":"passed","time":{"start":1726217473324,"stop":1726217473325,"duration":1}},{"uid":"db83b4b6921b6665","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/db83b4b6921b6665","status":"passed","time":{"start":1726217414669,"stop":1726217414670,"duration":1}}]},"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"97d82777f2931d95","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/97d82777f2931d95","status":"passed","time":{"start":1726218879387,"stop":1726218879388,"duration":1}},{"uid":"20e3bec9bedae091","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/20e3bec9bedae091","status":"passed","time":{"start":1726218787594,"stop":1726218787595,"duration":1}},{"uid":"a16c780dae603c7a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a16c780dae603c7a","status":"passed","time":{"start":1726218066316,"stop":1726218066317,"duration":1}},{"uid":"9a7985c1d444a55a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9a7985c1d444a55a","status":"passed","time":{"start":1726217965350,"stop":1726217965350,"duration":0}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"75f399477ee03636","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/75f399477ee03636","status":"passed","time":{"start":1726218903001,"stop":1726218903004,"duration":3}},{"uid":"21bab1db873e4131","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/21bab1db873e4131","status":"passed","time":{"start":1726218814297,"stop":1726218814298,"duration":1}},{"uid":"5ecb49d8f2e2a725","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ecb49d8f2e2a725","status":"passed","time":{"start":1726218071326,"stop":1726218071349,"duration":23}},{"uid":"950239a638068e12","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/950239a638068e12","status":"passed","time":{"start":1726217984832,"stop":1726217984832,"duration":0}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"41ba4cd4f9c318e9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/41ba4cd4f9c318e9","status":"passed","time":{"start":1726218768115,"stop":1726218768115,"duration":0}},{"uid":"322f9ba340290768","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/322f9ba340290768","status":"passed","time":{"start":1726218662795,"stop":1726218662796,"duration":1}},{"uid":"6387ce7e4e5327f4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6387ce7e4e5327f4","status":"passed","time":{"start":1726217927560,"stop":1726217927560,"duration":0}},{"uid":"2e2598f77ef7e855","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2e2598f77ef7e855","status":"passed","time":{"start":1726217843352,"stop":1726217843352,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6fb5aa1d79912791","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6fb5aa1d79912791","status":"passed","time":{"start":1726218523025,"stop":1726218523025,"duration":0}},{"uid":"ef90c7e178c9f2a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ef90c7e178c9f2a0","status":"passed","time":{"start":1726218422915,"stop":1726218422916,"duration":1}},{"uid":"9eb1bd1efcf37a35","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9eb1bd1efcf37a35","status":"passed","time":{"start":1726217687438,"stop":1726217687438,"duration":0}},{"uid":"148c5cd5ebada45d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/148c5cd5ebada45d","status":"passed","time":{"start":1726217604514,"stop":1726217604515,"duration":1}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c74d76ee277cb9cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c74d76ee277cb9cf","status":"passed","time":{"start":1726218308583,"stop":1726218308584,"duration":1}},{"uid":"4645a4c9e439156b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4645a4c9e439156b","status":"passed","time":{"start":1726218213410,"stop":1726218213410,"duration":0}},{"uid":"acd25a9e045c20fa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/acd25a9e045c20fa","status":"passed","time":{"start":1726217466677,"stop":1726217466677,"duration":0}},{"uid":"763b7fb9572d23cf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/763b7fb9572d23cf","status":"passed","time":{"start":1726217408297,"stop":1726217408297,"duration":0}}]},"17f4674681f2c68e60e175eaea9f361e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f3605b8fe121008","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4f3605b8fe121008","status":"passed","time":{"start":1726218011626,"stop":1726218011627,"duration":1}}]},"fd8a6235927a73365639b5ddc4b7322b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afad336804e95a88","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/afad336804e95a88","status":"passed","time":{"start":1726218781394,"stop":1726218781395,"duration":1}}]},"c46b45ce1890d5ee3b5c433239f96804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7dcb4c7c30650e3e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7dcb4c7c30650e3e","status":"passed","time":{"start":1726217840565,"stop":1726217840566,"duration":1}}]},"79c881da883a11589aa36daf8c434d50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"278959b5c177d6e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/278959b5c177d6e4","status":"passed","time":{"start":1726218806761,"stop":1726218806762,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2de119fa43ee1f8a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2de119fa43ee1f8a","status":"passed","time":{"start":1726218523024,"stop":1726218523024,"duration":0}},{"uid":"bbb6d5f821e2cf7d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bbb6d5f821e2cf7d","status":"passed","time":{"start":1726218422911,"stop":1726218422914,"duration":3}},{"uid":"927a379b2c157f6e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/927a379b2c157f6e","status":"passed","time":{"start":1726217687432,"stop":1726217687436,"duration":4}},{"uid":"673c9b24f38bc75c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/673c9b24f38bc75c","status":"passed","time":{"start":1726217604510,"stop":1726217604511,"duration":1}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cc0f4a1e4bb0e7a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cc0f4a1e4bb0e7a8","status":"passed","time":{"start":1726218308582,"stop":1726218308582,"duration":0}},{"uid":"d6571c728178321b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d6571c728178321b","status":"passed","time":{"start":1726218213408,"stop":1726218213409,"duration":1}},{"uid":"d008bb654dd7b762","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d008bb654dd7b762","status":"passed","time":{"start":1726217466676,"stop":1726217466676,"duration":0}},{"uid":"4a33946abe12b5e6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4a33946abe12b5e6","status":"passed","time":{"start":1726217408296,"stop":1726217408296,"duration":0}}]},"0875eae35c3e6c8a0178a28be0eeb7dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1eeae33ca8c0bfa4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1eeae33ca8c0bfa4","status":"passed","time":{"start":1726218669776,"stop":1726218669776,"duration":0}},{"uid":"5a2c55a805ce247f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5a2c55a805ce247f","status":"passed","time":{"start":1726218612970,"stop":1726218612971,"duration":1}},{"uid":"90384b357a2fa489","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/90384b357a2fa489","status":"passed","time":{"start":1726217868248,"stop":1726217868249,"duration":1}},{"uid":"1eb2fee7cb0f013a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1eb2fee7cb0f013a","status":"passed","time":{"start":1726217785176,"stop":1726217785177,"duration":1}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"45515d612b2ad07c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/45515d612b2ad07c","status":"passed","time":{"start":1726218523018,"stop":1726218523018,"duration":0}},{"uid":"c1de86bea9705d4c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c1de86bea9705d4c","status":"passed","time":{"start":1726218422900,"stop":1726218422901,"duration":1}},{"uid":"2f5bb894d6388e30","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2f5bb894d6388e30","status":"passed","time":{"start":1726217687425,"stop":1726217687425,"duration":0}},{"uid":"deae1fa860789adb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/deae1fa860789adb","status":"passed","time":{"start":1726217604492,"stop":1726217604492,"duration":0}}]},"515295799c5df4642709cdbe75d1833f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f62dd3b036c34c7e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f62dd3b036c34c7e","status":"passed","time":{"start":1726217952884,"stop":1726217952885,"duration":1}}]},"c67c057d0a45f819d3fb031d45e27f26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c759ef12faa662b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c759ef12faa662b","status":"passed","time":{"start":1726218764109,"stop":1726218764110,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eb26cfa053f83c67","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb26cfa053f83c67","status":"passed","time":{"start":1726218812481,"stop":1726218812482,"duration":1}},{"uid":"8a9d68df63bcdad6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8a9d68df63bcdad6","status":"passed","time":{"start":1726218708459,"stop":1726218708465,"duration":6}},{"uid":"3650feca32375c67","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3650feca32375c67","status":"passed","time":{"start":1726217980055,"stop":1726217980056,"duration":1}},{"uid":"a75672bc4ce8e540","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a75672bc4ce8e540","status":"passed","time":{"start":1726217896510,"stop":1726217896510,"duration":0}}]},"47238d8d3121a42801803a374a03954e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"589406c81c2d876f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/589406c81c2d876f","status":"passed","time":{"start":1726218748391,"stop":1726218748392,"duration":1}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"321068e417e1b2b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/321068e417e1b2b7","status":"passed","time":{"start":1726218778173,"stop":1726218778174,"duration":1}},{"uid":"8036525f0642dbba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8036525f0642dbba","status":"passed","time":{"start":1726218673541,"stop":1726218673542,"duration":1}},{"uid":"5eabbc224a0e71bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5eabbc224a0e71bd","status":"passed","time":{"start":1726217946674,"stop":1726217946675,"duration":1}},{"uid":"a1b664b60a58feef","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a1b664b60a58feef","status":"passed","time":{"start":1726217862767,"stop":1726217862768,"duration":1}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d9fab382e3925698","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d9fab382e3925698","status":"passed","time":{"start":1726218764113,"stop":1726218764114,"duration":1}},{"uid":"d3b368519c31dd00","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d3b368519c31dd00","status":"passed","time":{"start":1726218659028,"stop":1726218659028,"duration":0}},{"uid":"f0a30040c507c186","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0a30040c507c186","status":"passed","time":{"start":1726217924765,"stop":1726217924765,"duration":0}},{"uid":"e57e60781dad58f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e57e60781dad58f2","status":"passed","time":{"start":1726217840570,"stop":1726217840570,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"659c277ee68838c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/659c277ee68838c4","status":"passed","time":{"start":1726218764108,"stop":1726218764108,"duration":0}},{"uid":"939937dc04e01719","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/939937dc04e01719","status":"passed","time":{"start":1726218659022,"stop":1726218659023,"duration":1}},{"uid":"ffb39a8d1b2d5d15","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ffb39a8d1b2d5d15","status":"passed","time":{"start":1726217924755,"stop":1726217924758,"duration":3}},{"uid":"1373912f2517d5a3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1373912f2517d5a3","status":"passed","time":{"start":1726217840559,"stop":1726217840560,"duration":1}}]},"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2fd74dd4a4419bbd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2fd74dd4a4419bbd","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"duration":0}},{"uid":"be469ea1093c7476","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/be469ea1093c7476","status":"passed","time":{"start":1726218188603,"stop":1726218188603,"duration":0}},{"uid":"ac5f3dc9d70e5481","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac5f3dc9d70e5481","status":"passed","time":{"start":1726217441566,"stop":1726217441567,"duration":1}},{"uid":"d5ea49a16817f972","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d5ea49a16817f972","status":"passed","time":{"start":1726217383229,"stop":1726217383229,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"24f6afb249936f66","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/24f6afb249936f66","status":"passed","time":{"start":1726218863011,"stop":1726218863011,"duration":0}},{"uid":"90664283fde38de8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/90664283fde38de8","status":"passed","time":{"start":1726218781383,"stop":1726218781384,"duration":1}},{"uid":"569d2a07b0a33503","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/569d2a07b0a33503","status":"passed","time":{"start":1726218013699,"stop":1726218013700,"duration":1}},{"uid":"30e53cd1a5b7de2c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/30e53cd1a5b7de2c","status":"passed","time":{"start":1726217945332,"stop":1726217945332,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"583971e704940cb2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/583971e704940cb2","status":"passed","time":{"start":1726218563297,"stop":1726218563297,"duration":0}},{"uid":"42546293a9bc5c99","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/42546293a9bc5c99","status":"passed","time":{"start":1726218471416,"stop":1726218471416,"duration":0}},{"uid":"f022cd6f33bd5fc7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f022cd6f33bd5fc7","status":"passed","time":{"start":1726217724201,"stop":1726217724202,"duration":1}},{"uid":"65cedf8efcbe7a2b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/65cedf8efcbe7a2b","status":"passed","time":{"start":1726217656057,"stop":1726217656058,"duration":1}}]},"3266e466dc742dead141c5982f5e7fe0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c96813857934536","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3c96813857934536","status":"passed","time":{"start":1726217952880,"stop":1726217952881,"duration":1}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2ed7a2f20f5842e0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ed7a2f20f5842e0","status":"passed","time":{"start":1726218510976,"stop":1726218510977,"duration":1}},{"uid":"1ef669d18b84981a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ef669d18b84981a","status":"passed","time":{"start":1726218417149,"stop":1726218417149,"duration":0}},{"uid":"b1c22e5b6524f69e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b1c22e5b6524f69e","status":"passed","time":{"start":1726217677813,"stop":1726217677814,"duration":1}},{"uid":"b87c3b33eabd7f7b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b87c3b33eabd7f7b","status":"passed","time":{"start":1726217616840,"stop":1726217616841,"duration":1}}]},"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"22669e80c761df2d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/22669e80c761df2d","status":"passed","time":{"start":1726218283091,"stop":1726218283092,"duration":1}},{"uid":"33d8bd66da1dcedb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/33d8bd66da1dcedb","status":"passed","time":{"start":1726218188592,"stop":1726218188593,"duration":1}},{"uid":"29032cfb5e36730d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29032cfb5e36730d","status":"passed","time":{"start":1726217441553,"stop":1726217441553,"duration":0}},{"uid":"bbd45b53ede387e8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bbd45b53ede387e8","status":"passed","time":{"start":1726217383217,"stop":1726217383217,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2a0ae478e5b2ba92","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2a0ae478e5b2ba92","status":"passed","time":{"start":1726218397742,"stop":1726218397742,"duration":0}},{"uid":"5899c299d2fede6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5899c299d2fede6","status":"passed","time":{"start":1726218303230,"stop":1726218303231,"duration":1}},{"uid":"7098c8b91bda3298","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7098c8b91bda3298","status":"passed","time":{"start":1726217551916,"stop":1726217551920,"duration":4}},{"uid":"3749f320be3c6f19","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3749f320be3c6f19","status":"passed","time":{"start":1726217494760,"stop":1726217494760,"duration":0}}]},"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9bd43529907fa10a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9bd43529907fa10a","status":"passed","time":{"start":1726218283100,"stop":1726218283100,"duration":0}},{"uid":"f3974d8d98325196","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f3974d8d98325196","status":"passed","time":{"start":1726218188600,"stop":1726218188600,"duration":0}},{"uid":"115056d3123b5f7e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/115056d3123b5f7e","status":"passed","time":{"start":1726217441563,"stop":1726217441563,"duration":0}},{"uid":"6506ee75820b23de","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6506ee75820b23de","status":"passed","time":{"start":1726217383225,"stop":1726217383225,"duration":0}}]},"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"687827e6235d51fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/687827e6235d51fd","status":"passed","time":{"start":1726218447508,"stop":1726218447508,"duration":0}},{"uid":"c9e134f2aca87193","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c9e134f2aca87193","status":"passed","time":{"start":1726218356741,"stop":1726218356741,"duration":0}},{"uid":"9d802fea6ad287d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9d802fea6ad287d6","status":"passed","time":{"start":1726217603237,"stop":1726217603238,"duration":1}},{"uid":"d39a2b478afe8370","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d39a2b478afe8370","status":"passed","time":{"start":1726217544016,"stop":1726217544016,"duration":0}}]},"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2843883ccff0aec7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2843883ccff0aec7","status":"passed","time":{"start":1726218283092,"stop":1726218283092,"duration":0}},{"uid":"ca06c6a83b692e35","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca06c6a83b692e35","status":"passed","time":{"start":1726218188593,"stop":1726218188593,"duration":0}},{"uid":"15bf405d74da5c22","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15bf405d74da5c22","status":"passed","time":{"start":1726217441553,"stop":1726217441554,"duration":1}},{"uid":"34fa2e9b3ae8112c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/34fa2e9b3ae8112c","status":"passed","time":{"start":1726217383217,"stop":1726217383218,"duration":1}}]},"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a253f7bc154637cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a253f7bc154637cf","status":"passed","time":{"start":1726218283095,"stop":1726218283096,"duration":1}},{"uid":"6728ad029a1f327f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6728ad029a1f327f","status":"passed","time":{"start":1726218188596,"stop":1726218188597,"duration":1}},{"uid":"975f4fb8028c7ea0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/975f4fb8028c7ea0","status":"passed","time":{"start":1726217441557,"stop":1726217441558,"duration":1}},{"uid":"fce156ea6c5fde60","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fce156ea6c5fde60","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e0a64349b5fdd54b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0a64349b5fdd54b","status":"passed","time":{"start":1726218291265,"stop":1726218291266,"duration":1}},{"uid":"c00ca3c36fc964a6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c00ca3c36fc964a6","status":"passed","time":{"start":1726218196278,"stop":1726218196279,"duration":1}},{"uid":"d29f63c6c1669dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d29f63c6c1669dd","status":"passed","time":{"start":1726217449568,"stop":1726217449568,"duration":0}},{"uid":"6dc739aae972c005","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6dc739aae972c005","status":"passed","time":{"start":1726217391314,"stop":1726217391314,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d3b3be0254f043b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d3b3be0254f043b5","status":"passed","time":{"start":1726218510980,"stop":1726218510981,"duration":1}},{"uid":"3b3ffea91b7a1763","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3b3ffea91b7a1763","status":"passed","time":{"start":1726218417150,"stop":1726218417150,"duration":0}},{"uid":"e74bc7dc8678d97d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e74bc7dc8678d97d","status":"passed","time":{"start":1726217677822,"stop":1726217677823,"duration":1}},{"uid":"e25ce155f953595e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e25ce155f953595e","status":"passed","time":{"start":1726217616843,"stop":1726217616843,"duration":0}}]},"e940d614c8b045b8a9fc45b3f4abd0ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27cd581dbeec6913","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/27cd581dbeec6913","status":"passed","time":{"start":1726218011623,"stop":1726218011623,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1926239cbce7fe4c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1926239cbce7fe4c","status":"passed","time":{"start":1726218291667,"stop":1726218291668,"duration":1}},{"uid":"b17202e41ca93976","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b17202e41ca93976","status":"passed","time":{"start":1726218197006,"stop":1726218197006,"duration":0}},{"uid":"8d36ffff19a47e8b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d36ffff19a47e8b","status":"passed","time":{"start":1726217450204,"stop":1726217450205,"duration":1}},{"uid":"95fb9e8626d21d8f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/95fb9e8626d21d8f","status":"passed","time":{"start":1726217391856,"stop":1726217391856,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e4f7fe4843bd6df8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e4f7fe4843bd6df8","status":"passed","time":{"start":1726218778184,"stop":1726218778185,"duration":1}},{"uid":"eabfafbaca298179","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eabfafbaca298179","status":"passed","time":{"start":1726218673543,"stop":1726218673543,"duration":0}},{"uid":"e5713b8a06afbb25","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5713b8a06afbb25","status":"passed","time":{"start":1726217946676,"stop":1726217946677,"duration":1}},{"uid":"c44a7164316ca6de","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c44a7164316ca6de","status":"passed","time":{"start":1726217862768,"stop":1726217862768,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7746af7131889f3a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7746af7131889f3a","status":"passed","time":{"start":1726218778195,"stop":1726218778195,"duration":0}},{"uid":"320050ddaf1433ee","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/320050ddaf1433ee","status":"passed","time":{"start":1726218673550,"stop":1726218673550,"duration":0}},{"uid":"1c1e58c46a692ff1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c1e58c46a692ff1","status":"passed","time":{"start":1726217946720,"stop":1726217946721,"duration":1}},{"uid":"7bdd857a1d0e6c45","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7bdd857a1d0e6c45","status":"passed","time":{"start":1726217862774,"stop":1726217862774,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bf80a398e9029248","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bf80a398e9029248","status":"passed","time":{"start":1726218764098,"stop":1726218764098,"duration":0}},{"uid":"e43a8d9947ffa59a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e43a8d9947ffa59a","status":"passed","time":{"start":1726218659014,"stop":1726218659015,"duration":1}},{"uid":"f364e6439b37a847","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f364e6439b37a847","status":"passed","time":{"start":1726217924741,"stop":1726217924742,"duration":1}},{"uid":"e93c51c685cc0364","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e93c51c685cc0364","status":"passed","time":{"start":1726217840516,"stop":1726217840516,"duration":0}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c447ef69b898fcf1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c447ef69b898fcf1","status":"passed","time":{"start":1726218673759,"stop":1726218673759,"duration":0}},{"uid":"543b365beaec8dcb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/543b365beaec8dcb","status":"passed","time":{"start":1726218602653,"stop":1726218602653,"duration":0}},{"uid":"28ae9f8ebb0f9a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/28ae9f8ebb0f9a0","status":"passed","time":{"start":1726217854778,"stop":1726217854779,"duration":1}},{"uid":"d660c2e2a7766a54","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d660c2e2a7766a54","status":"passed","time":{"start":1726217779657,"stop":1726217779658,"duration":1}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"92dd06b25b4c7015","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/92dd06b25b4c7015","status":"passed","time":{"start":1726218851922,"stop":1726218851922,"duration":0}},{"uid":"74b7e807be9a5f5b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/74b7e807be9a5f5b","status":"passed","time":{"start":1726218761849,"stop":1726218761849,"duration":0}},{"uid":"aeba21aec66b684","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aeba21aec66b684","status":"passed","time":{"start":1726218020451,"stop":1726218020451,"duration":0}},{"uid":"38107920bd181fdd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38107920bd181fdd","status":"passed","time":{"start":1726217934110,"stop":1726217934110,"duration":0}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b24c58d60f2d3742","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b24c58d60f2d3742","status":"passed","time":{"start":1726218793434,"stop":1726218793435,"duration":1}},{"uid":"ce87c6746af7b866","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ce87c6746af7b866","status":"passed","time":{"start":1726218722089,"stop":1726218722089,"duration":0}},{"uid":"de04ba40cdd8c7e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/de04ba40cdd8c7e7","status":"passed","time":{"start":1726217978667,"stop":1726217978667,"duration":0}},{"uid":"dc1d8392079992b6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dc1d8392079992b6","status":"passed","time":{"start":1726217893875,"stop":1726217893875,"duration":0}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6efe942e8456b3ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6efe942e8456b3ea","status":"passed","time":{"start":1726218778190,"stop":1726218778190,"duration":0}},{"uid":"8b32ebb8af654290","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8b32ebb8af654290","status":"passed","time":{"start":1726218673548,"stop":1726218673549,"duration":1}},{"uid":"acd2681812c08aa9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/acd2681812c08aa9","status":"passed","time":{"start":1726217946705,"stop":1726217946718,"duration":13}},{"uid":"97c6497179348830","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/97c6497179348830","status":"passed","time":{"start":1726217862773,"stop":1726217862773,"duration":0}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79d51a65d0af618d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/79d51a65d0af618d","status":"passed","time":{"start":1726218304470,"stop":1726218304471,"duration":1}},{"uid":"804c3d44000fb7fb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/804c3d44000fb7fb","status":"passed","time":{"start":1726218209566,"stop":1726218209566,"duration":0}},{"uid":"8ee44653e7ebaa4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8ee44653e7ebaa4","status":"passed","time":{"start":1726217463041,"stop":1726217463041,"duration":0}},{"uid":"a891081cbad6f300","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a891081cbad6f300","status":"passed","time":{"start":1726217404607,"stop":1726217404608,"duration":1}}]},"d6b8f06c2f2c5f77f117c8195f9c7170:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"872bf1e194984f13","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/872bf1e194984f13","status":"passed","time":{"start":1726217862799,"stop":1726217862801,"duration":2}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3d83c65a0f339ff7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3d83c65a0f339ff7","status":"passed","time":{"start":1726218551497,"stop":1726218551498,"duration":1}},{"uid":"cb28b8043fc17b6d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cb28b8043fc17b6d","status":"passed","time":{"start":1726218459544,"stop":1726218459544,"duration":0}},{"uid":"3041108ccdfd46d4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3041108ccdfd46d4","status":"passed","time":{"start":1726217706012,"stop":1726217706013,"duration":1}},{"uid":"43a79ad29bc4aacb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43a79ad29bc4aacb","status":"passed","time":{"start":1726217650774,"stop":1726217650774,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b3d52320de0d794","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4b3d52320de0d794","status":"passed","time":{"start":1726218909195,"stop":1726218909196,"duration":1}},{"uid":"4cde0b8e2b8516a1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4cde0b8e2b8516a1","status":"passed","time":{"start":1726218818270,"stop":1726218818271,"duration":1}},{"uid":"f673ab73b2de717c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f673ab73b2de717c","status":"passed","time":{"start":1726218085661,"stop":1726218085662,"duration":1}},{"uid":"830a0d966dd4b73e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/830a0d966dd4b73e","status":"passed","time":{"start":1726217996430,"stop":1726217996430,"duration":0}}]},"a60dccf501f5b52d3f9e79572300581a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1d15cc1f60f49d1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d1d15cc1f60f49d1","status":"passed","time":{"start":1726218011627,"stop":1726218011627,"duration":0}}]},"6d90f32c3fd6caf08cc5d6004f7abc7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f6b1fae02c86cc6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f6b1fae02c86cc6","status":"passed","time":{"start":1726217946743,"stop":1726217946743,"duration":0}}]},"d188b81603c31882ab8b835dc01656b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45435efc6222a176","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/45435efc6222a176","status":"passed","time":{"start":1726218039631,"stop":1726218039631,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7264ab816db8796","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7264ab816db8796","status":"passed","time":{"start":1726218345035,"stop":1726218345035,"duration":0}},{"uid":"fd073831cafc6045","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fd073831cafc6045","status":"passed","time":{"start":1726218250234,"stop":1726218250236,"duration":2}},{"uid":"d7744a9a71a89187","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d7744a9a71a89187","status":"passed","time":{"start":1726217507042,"stop":1726217507042,"duration":0}},{"uid":"9aaa8ca2501e5563","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9aaa8ca2501e5563","status":"passed","time":{"start":1726217445621,"stop":1726217445624,"duration":3}}]},"c2365eda06fd7fa9ba7217cee5e48a26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9eb1f368e11c5fde","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9eb1f368e11c5fde","status":"passed","time":{"start":1726218669770,"stop":1726218669771,"duration":1}},{"uid":"d2431992ee5c0881","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d2431992ee5c0881","status":"passed","time":{"start":1726218612952,"stop":1726218612952,"duration":0}},{"uid":"fd1b79a5dfd61553","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd1b79a5dfd61553","status":"passed","time":{"start":1726217868232,"stop":1726217868232,"duration":0}},{"uid":"c6babc253f7c99c4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c6babc253f7c99c4","status":"passed","time":{"start":1726217785163,"stop":1726217785164,"duration":1}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4650472aca951c60","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4650472aca951c60","status":"passed","time":{"start":1726218291663,"stop":1726218291663,"duration":0}},{"uid":"e87b7e5380507060","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e87b7e5380507060","status":"passed","time":{"start":1726218197005,"stop":1726218197005,"duration":0}},{"uid":"1be6b513a505eacb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1be6b513a505eacb","status":"passed","time":{"start":1726217450199,"stop":1726217450199,"duration":0}},{"uid":"40fed1f0be5176d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/40fed1f0be5176d","status":"passed","time":{"start":1726217391851,"stop":1726217391851,"duration":0}}]},"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b00b16336642eb5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4b00b16336642eb5","status":"passed","time":{"start":1726218885487,"stop":1726218885488,"duration":1}},{"uid":"a1c69db00dd6da3e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a1c69db00dd6da3e","status":"passed","time":{"start":1726218803159,"stop":1726218803160,"duration":1}},{"uid":"54cfcd81a69d590c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54cfcd81a69d590c","status":"passed","time":{"start":1726218063101,"stop":1726218063102,"duration":1}},{"uid":"8f0cb96bc5325e72","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8f0cb96bc5325e72","status":"passed","time":{"start":1726217974421,"stop":1726217974421,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ee8a321789cea58","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ee8a321789cea58","status":"passed","time":{"start":1726218863032,"stop":1726218863034,"duration":2}},{"uid":"981f93eed754d6f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/981f93eed754d6f","status":"passed","time":{"start":1726218781390,"stop":1726218781390,"duration":0}},{"uid":"4c1e3cf0750d78f4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c1e3cf0750d78f4","status":"passed","time":{"start":1726218013719,"stop":1726218013719,"duration":0}},{"uid":"f04aca3c71e13e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f04aca3c71e13e7","status":"passed","time":{"start":1726217945338,"stop":1726217945338,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c0d80f73686d629","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5c0d80f73686d629","status":"passed","time":{"start":1726218863047,"stop":1726218863048,"duration":1}},{"uid":"254d097028cb017a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/254d097028cb017a","status":"passed","time":{"start":1726218781393,"stop":1726218781393,"duration":0}},{"uid":"f49ed9684cf683da","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f49ed9684cf683da","status":"passed","time":{"start":1726218013724,"stop":1726218013724,"duration":0}},{"uid":"3d2d75311c5524f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3d2d75311c5524f","status":"passed","time":{"start":1726217945349,"stop":1726217945350,"duration":1}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1fa821f300cf720d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1fa821f300cf720d","status":"passed","time":{"start":1726218863012,"stop":1726218863013,"duration":1}},{"uid":"f68b6a5ff6f60619","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f68b6a5ff6f60619","status":"passed","time":{"start":1726218781387,"stop":1726218781387,"duration":0}},{"uid":"ed29db7636c0a5e0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed29db7636c0a5e0","status":"passed","time":{"start":1726218013701,"stop":1726218013701,"duration":0}},{"uid":"6a8617ed81ee7ba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a8617ed81ee7ba","status":"passed","time":{"start":1726217945335,"stop":1726217945335,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d1a6706bc00de689","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d1a6706bc00de689","status":"passed","time":{"start":1726218851922,"stop":1726218851923,"duration":1}},{"uid":"3561737f996f7dd9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3561737f996f7dd9","status":"passed","time":{"start":1726218761849,"stop":1726218761849,"duration":0}},{"uid":"dbb6de40286083ac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dbb6de40286083ac","status":"passed","time":{"start":1726218020451,"stop":1726218020453,"duration":2}},{"uid":"83cdc6bea1fd92d5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/83cdc6bea1fd92d5","status":"passed","time":{"start":1726217934111,"stop":1726217934111,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bcef34e5657c63f0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bcef34e5657c63f0","status":"passed","time":{"start":1726218335394,"stop":1726218335400,"duration":6}},{"uid":"745087d25e81f758","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/745087d25e81f758","status":"passed","time":{"start":1726218239516,"stop":1726218239523,"duration":7}},{"uid":"fb5b042bce7a7630","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fb5b042bce7a7630","status":"passed","time":{"start":1726217493336,"stop":1726217493338,"duration":2}},{"uid":"5b43ceb9800757a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5b43ceb9800757a4","status":"passed","time":{"start":1726217434831,"stop":1726217434833,"duration":2}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6204cea0eea6b69f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6204cea0eea6b69f","status":"passed","time":{"start":1726218523006,"stop":1726218523006,"duration":0}},{"uid":"496aba0b913c7bca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/496aba0b913c7bca","status":"passed","time":{"start":1726218422892,"stop":1726218422892,"duration":0}},{"uid":"274d935c6050d9af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/274d935c6050d9af","status":"passed","time":{"start":1726217687413,"stop":1726217687414,"duration":1}},{"uid":"97107836af0f6dd4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/97107836af0f6dd4","status":"passed","time":{"start":1726217604476,"stop":1726217604477,"duration":1}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7c42aead14c0e236","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7c42aead14c0e236","status":"passed","time":{"start":1726218879293,"stop":1726218879293,"duration":0}},{"uid":"e08d0336823ad9e8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e08d0336823ad9e8","status":"passed","time":{"start":1726218787576,"stop":1726218787576,"duration":0}},{"uid":"adfdb59af623b76d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/adfdb59af623b76d","status":"passed","time":{"start":1726218066278,"stop":1726218066278,"duration":0}},{"uid":"7fd8d92ea94aafc2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7fd8d92ea94aafc2","status":"passed","time":{"start":1726217965302,"stop":1726217965302,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4e3c37ce447f3021","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4e3c37ce447f3021","status":"passed","time":{"start":1726218345033,"stop":1726218345033,"duration":0}},{"uid":"8f7c967e139b8af0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8f7c967e139b8af0","status":"passed","time":{"start":1726218250225,"stop":1726218250232,"duration":7}},{"uid":"f3738760b93fcd0d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3738760b93fcd0d","status":"passed","time":{"start":1726217507040,"stop":1726217507041,"duration":1}},{"uid":"248abc0bfe0a52a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/248abc0bfe0a52a","status":"passed","time":{"start":1726217445616,"stop":1726217445616,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9b477effba7c0120","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9b477effba7c0120","status":"passed","time":{"start":1726218764094,"stop":1726218764094,"duration":0}},{"uid":"244db9a5d696369","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/244db9a5d696369","status":"passed","time":{"start":1726218659007,"stop":1726218659008,"duration":1}},{"uid":"4ebf835b7cb2079b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4ebf835b7cb2079b","status":"passed","time":{"start":1726217924737,"stop":1726217924737,"duration":0}},{"uid":"ba23444a172ad084","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba23444a172ad084","status":"passed","time":{"start":1726217840476,"stop":1726217840491,"duration":15}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"64f8883d1686cf38","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/64f8883d1686cf38","status":"passed","time":{"start":1726218806763,"stop":1726218806764,"duration":1}},{"uid":"b6cc0091e4fee5d5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b6cc0091e4fee5d5","status":"passed","time":{"start":1726218706746,"stop":1726218706747,"duration":1}},{"uid":"9eaefe2785f18c04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9eaefe2785f18c04","status":"passed","time":{"start":1726217976616,"stop":1726217976617,"duration":1}},{"uid":"cf2db5ad2f50fa99","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cf2db5ad2f50fa99","status":"passed","time":{"start":1726217890301,"stop":1726217890301,"duration":0}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d7740ad8645ea4bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d7740ad8645ea4bd","status":"passed","time":{"start":1726218382078,"stop":1726218382079,"duration":1}},{"uid":"b1801616c4b7619","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b1801616c4b7619","status":"passed","time":{"start":1726218287813,"stop":1726218287814,"duration":1}},{"uid":"f4e50c2a9d112b67","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f4e50c2a9d112b67","status":"passed","time":{"start":1726217549451,"stop":1726217549452,"duration":1}},{"uid":"da684cfe4b24ba8f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/da684cfe4b24ba8f","status":"passed","time":{"start":1726217491288,"stop":1726217491289,"duration":1}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2754b1350fa4d8a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2754b1350fa4d8a8","status":"passed","time":{"start":1726218291671,"stop":1726218291671,"duration":0}},{"uid":"6b50bcec817fb390","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6b50bcec817fb390","status":"passed","time":{"start":1726218197010,"stop":1726218197010,"duration":0}},{"uid":"237cae1f86bdbffa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/237cae1f86bdbffa","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"duration":0}},{"uid":"6c53ee0a1a603868","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6c53ee0a1a603868","status":"passed","time":{"start":1726217391860,"stop":1726217391860,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"54e1cbc3916a846c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54e1cbc3916a846c","status":"passed","time":{"start":1726218879292,"stop":1726218879292,"duration":0}},{"uid":"126d0b6c4a94c1d0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/126d0b6c4a94c1d0","status":"passed","time":{"start":1726218787574,"stop":1726218787575,"duration":1}},{"uid":"c38ff0aa5014373","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c38ff0aa5014373","status":"passed","time":{"start":1726218066277,"stop":1726218066277,"duration":0}},{"uid":"cd5d28a65e22cad0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cd5d28a65e22cad0","status":"passed","time":{"start":1726217965300,"stop":1726217965301,"duration":1}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7431e5b235325a1f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7431e5b235325a1f","status":"passed","time":{"start":1726218651144,"stop":1726218651145,"duration":1}},{"uid":"c6c27c1723a57367","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c6c27c1723a57367","status":"passed","time":{"start":1726218550066,"stop":1726218550066,"duration":0}},{"uid":"4c22b3d5c5aabacb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c22b3d5c5aabacb","status":"passed","time":{"start":1726217804580,"stop":1726217804581,"duration":1}},{"uid":"7b0c09bd5f333c7f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7b0c09bd5f333c7f","status":"passed","time":{"start":1726217733943,"stop":1726217733944,"duration":1}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d506d7b0fe02227","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2d506d7b0fe02227","status":"passed","time":{"start":1726218304291,"stop":1726218304291,"duration":0}},{"uid":"11e734ddfba0f181","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/11e734ddfba0f181","status":"passed","time":{"start":1726218209340,"stop":1726218209341,"duration":1}},{"uid":"3c6dec6cecbef14e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3c6dec6cecbef14e","status":"passed","time":{"start":1726217462725,"stop":1726217462726,"duration":1}},{"uid":"a261bc7ad7a59e8d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a261bc7ad7a59e8d","status":"passed","time":{"start":1726217404276,"stop":1726217404276,"duration":0}}]},"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cab66ddbef3931e5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cab66ddbef3931e5","status":"passed","time":{"start":1726218283076,"stop":1726218283077,"duration":1}},{"uid":"1c5ec3e470491453","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c5ec3e470491453","status":"passed","time":{"start":1726218188579,"stop":1726218188579,"duration":0}},{"uid":"a81da45f4f55371c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a81da45f4f55371c","status":"passed","time":{"start":1726217441538,"stop":1726217441538,"duration":0}},{"uid":"831aa3e8c6e4411e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/831aa3e8c6e4411e","status":"passed","time":{"start":1726217383206,"stop":1726217383206,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"266bb90f55b69b00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/266bb90f55b69b00","status":"passed","time":{"start":1726218863012,"stop":1726218863012,"duration":0}},{"uid":"4ba343f9cbe4ff8b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ba343f9cbe4ff8b","status":"passed","time":{"start":1726218781384,"stop":1726218781386,"duration":2}},{"uid":"f31d496356106eef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f31d496356106eef","status":"passed","time":{"start":1726218013700,"stop":1726218013700,"duration":0}},{"uid":"47ca87ba55fcf4b0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/47ca87ba55fcf4b0","status":"passed","time":{"start":1726217945334,"stop":1726217945334,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"36a9d65fe8d21203","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/36a9d65fe8d21203","status":"passed","time":{"start":1726218862988,"stop":1726218862989,"duration":1}},{"uid":"11b86bb42b567e07","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/11b86bb42b567e07","status":"passed","time":{"start":1726218781371,"stop":1726218781373,"duration":2}},{"uid":"643a5ef7efb4579f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/643a5ef7efb4579f","status":"passed","time":{"start":1726218013690,"stop":1726218013690,"duration":0}},{"uid":"571ad5648eabb3b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/571ad5648eabb3b4","status":"passed","time":{"start":1726217945324,"stop":1726217945324,"duration":0}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9b9e36a8109e7f77","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9b9e36a8109e7f77","status":"passed","time":{"start":1726218314721,"stop":1726218314721,"duration":0}},{"uid":"d7d4a1a16c8631ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d7d4a1a16c8631ae","status":"passed","time":{"start":1726218219449,"stop":1726218219450,"duration":1}},{"uid":"4d89793415503f12","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4d89793415503f12","status":"passed","time":{"start":1726217472853,"stop":1726217472853,"duration":0}},{"uid":"d61b996db7356b33","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d61b996db7356b33","status":"passed","time":{"start":1726217414157,"stop":1726217414157,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b90ff6a3ba34e7df","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b90ff6a3ba34e7df","status":"passed","time":{"start":1726218879337,"stop":1726218879337,"duration":0}},{"uid":"b99f762157413da8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b99f762157413da8","status":"passed","time":{"start":1726218787585,"stop":1726218787585,"duration":0}},{"uid":"fa2cf113f4c9e79e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa2cf113f4c9e79e","status":"passed","time":{"start":1726218066296,"stop":1726218066297,"duration":1}},{"uid":"5b5c335e2fd8314d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5b5c335e2fd8314d","status":"passed","time":{"start":1726217965316,"stop":1726217965317,"duration":1}}]},"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9a88cff180059b47","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9a88cff180059b47","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"duration":0}},{"uid":"cc600431f2ae4ce9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc600431f2ae4ce9","status":"passed","time":{"start":1726218188602,"stop":1726218188602,"duration":0}},{"uid":"bc6687a77da92d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bc6687a77da92d","status":"passed","time":{"start":1726217441566,"stop":1726217441566,"duration":0}},{"uid":"24b3d91356070529","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/24b3d91356070529","status":"passed","time":{"start":1726217383228,"stop":1726217383229,"duration":1}}]},"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1baa0b027f6e22cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1baa0b027f6e22cd","status":"passed","time":{"start":1726218283085,"stop":1726218283085,"duration":0}},{"uid":"cbd016be3564a752","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cbd016be3564a752","status":"passed","time":{"start":1726218188587,"stop":1726218188587,"duration":0}},{"uid":"7b310b936cdc7140","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b310b936cdc7140","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"duration":0}},{"uid":"ff259d81516008ba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ff259d81516008ba","status":"passed","time":{"start":1726217383210,"stop":1726217383210,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"89d8e056aa54429a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/89d8e056aa54429a","status":"passed","time":{"start":1726218764107,"stop":1726218764107,"duration":0}},{"uid":"4979c485ca6eda1d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4979c485ca6eda1d","status":"passed","time":{"start":1726218659021,"stop":1726218659021,"duration":0}},{"uid":"d5d71a44591962af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d5d71a44591962af","status":"passed","time":{"start":1726217924753,"stop":1726217924753,"duration":0}},{"uid":"e7ff051997caaa81","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e7ff051997caaa81","status":"passed","time":{"start":1726217840544,"stop":1726217840558,"duration":14}}]},"64b9357d644b3d4796abbba9e121b588:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9aea3c2c6b14dca0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9aea3c2c6b14dca0","status":"passed","time":{"start":1726218039627,"stop":1726218039627,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d00bcdec24b8f361","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d00bcdec24b8f361","status":"passed","time":{"start":1726218551468,"stop":1726218551469,"duration":1}},{"uid":"64d712f27e98333","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/64d712f27e98333","status":"passed","time":{"start":1726218459523,"stop":1726218459523,"duration":0}},{"uid":"351e709b75b9a3f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/351e709b75b9a3f7","status":"passed","time":{"start":1726217705988,"stop":1726217705988,"duration":0}},{"uid":"26d8b82812e58923","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/26d8b82812e58923","status":"passed","time":{"start":1726217650746,"stop":1726217650746,"duration":0}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8a96ed903990d5ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a96ed903990d5ba","status":"passed","time":{"start":1726218863034,"stop":1726218863037,"duration":3}},{"uid":"3e0064a754ba9e64","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e0064a754ba9e64","status":"passed","time":{"start":1726218781390,"stop":1726218781390,"duration":0}},{"uid":"2df5ea4a86c6553b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2df5ea4a86c6553b","status":"passed","time":{"start":1726218013719,"stop":1726218013719,"duration":0}},{"uid":"cdfe9cbb18fe0723","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cdfe9cbb18fe0723","status":"passed","time":{"start":1726217945338,"stop":1726217945339,"duration":1}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bef91994bd59cb08","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bef91994bd59cb08","status":"passed","time":{"start":1726218910985,"stop":1726218910985,"duration":0}},{"uid":"aeea75deebb55466","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/aeea75deebb55466","status":"passed","time":{"start":1726218817594,"stop":1726218817595,"duration":1}},{"uid":"577d01f43f1495bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/577d01f43f1495bd","status":"passed","time":{"start":1726218077305,"stop":1726218077305,"duration":0}},{"uid":"5a349e38129dc3be","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5a349e38129dc3be","status":"passed","time":{"start":1726217991631,"stop":1726217991631,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"be45056cdf2bd94e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be45056cdf2bd94e","status":"passed","time":{"start":1726218316388,"stop":1726218316388,"duration":0}},{"uid":"bced28c954e3994f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bced28c954e3994f","status":"passed","time":{"start":1726218221126,"stop":1726218221126,"duration":0}},{"uid":"f636d4713111fb9c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f636d4713111fb9c","status":"passed","time":{"start":1726217474515,"stop":1726217474516,"duration":1}},{"uid":"682a9cfb36612db5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/682a9cfb36612db5","status":"passed","time":{"start":1726217415843,"stop":1726217415843,"duration":0}}]},"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"963aff1bad69da87","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/963aff1bad69da87","status":"passed","time":{"start":1726218283095,"stop":1726218283095,"duration":0}},{"uid":"e6d0600b5d9f25f4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e6d0600b5d9f25f4","status":"passed","time":{"start":1726218188596,"stop":1726218188596,"duration":0}},{"uid":"a14b3b2df2a62266","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a14b3b2df2a62266","status":"passed","time":{"start":1726217441557,"stop":1726217441557,"duration":0}},{"uid":"a46f48f6c74312b1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a46f48f6c74312b1","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d3cd4738359e9336","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d3cd4738359e9336","status":"passed","time":{"start":1726218903393,"stop":1726218903393,"duration":0}},{"uid":"5c77f244bc9602df","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5c77f244bc9602df","status":"passed","time":{"start":1726218807913,"stop":1726218807913,"duration":0}},{"uid":"379d34be8192b129","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/379d34be8192b129","status":"passed","time":{"start":1726218061979,"stop":1726218061979,"duration":0}},{"uid":"85790f719e42936a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85790f719e42936a","status":"passed","time":{"start":1726217984950,"stop":1726217984950,"duration":0}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2ef92f3f7fabb637","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ef92f3f7fabb637","status":"passed","time":{"start":1726218863004,"stop":1726218863005,"duration":1}},{"uid":"4fa4033660f9555f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4fa4033660f9555f","status":"passed","time":{"start":1726218781382,"stop":1726218781382,"duration":0}},{"uid":"f92f1fd2adc550b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f92f1fd2adc550b5","status":"passed","time":{"start":1726218013697,"stop":1726218013698,"duration":1}},{"uid":"f91aa88f23f63695","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f91aa88f23f63695","status":"passed","time":{"start":1726217945331,"stop":1726217945331,"duration":0}}]},"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ba359e866df63c79","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ba359e866df63c79","status":"passed","time":{"start":1726218583682,"stop":1726218583682,"duration":0}},{"uid":"33b13e0e6ba5159f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/33b13e0e6ba5159f","status":"passed","time":{"start":1726218469201,"stop":1726218469204,"duration":3}},{"uid":"c1ec88ed8f3bfe0a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1ec88ed8f3bfe0a","status":"passed","time":{"start":1726217742497,"stop":1726217742497,"duration":0}},{"uid":"bee2ca595ebc5a0c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bee2ca595ebc5a0c","status":"passed","time":{"start":1726217674282,"stop":1726217674283,"duration":1}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"55f9fa646e0dd750","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55f9fa646e0dd750","status":"passed","time":{"start":1726218283107,"stop":1726218283107,"duration":0}},{"uid":"8b9e1b592e19e5b0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8b9e1b592e19e5b0","status":"passed","time":{"start":1726218188645,"stop":1726218188645,"duration":0}},{"uid":"d2133e128eb437a1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2133e128eb437a1","status":"passed","time":{"start":1726217441572,"stop":1726217441572,"duration":0}},{"uid":"59812b2c57870430","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59812b2c57870430","status":"passed","time":{"start":1726217383355,"stop":1726217383355,"duration":0}}]},"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8767f6023d93d22c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8767f6023d93d22c","status":"passed","time":{"start":1726218283102,"stop":1726218283102,"duration":0}},{"uid":"2e2f249472d28cd7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2e2f249472d28cd7","status":"passed","time":{"start":1726218188602,"stop":1726218188602,"duration":0}},{"uid":"b3ae8490085a1f08","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3ae8490085a1f08","status":"passed","time":{"start":1726217441565,"stop":1726217441565,"duration":0}},{"uid":"805aaf4466474dc7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/805aaf4466474dc7","status":"passed","time":{"start":1726217383228,"stop":1726217383228,"duration":0}}]},"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"242f39cda045a6b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/242f39cda045a6b5","status":"passed","time":{"start":1726218283084,"stop":1726218283084,"duration":0}},{"uid":"a372071243be5d62","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a372071243be5d62","status":"passed","time":{"start":1726218188586,"stop":1726218188586,"duration":0}},{"uid":"1bb51afc11f50d7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1bb51afc11f50d7","status":"passed","time":{"start":1726217441545,"stop":1726217441546,"duration":1}},{"uid":"234d52ec7ab3a3cf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/234d52ec7ab3a3cf","status":"passed","time":{"start":1726217383208,"stop":1726217383209,"duration":1}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fcff9a7b4784bf5e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fcff9a7b4784bf5e","status":"passed","time":{"start":1726218862996,"stop":1726218862997,"duration":1}},{"uid":"fcacbee5e70fb8dc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fcacbee5e70fb8dc","status":"passed","time":{"start":1726218781379,"stop":1726218781379,"duration":0}},{"uid":"f46a65f5ec61cbfc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f46a65f5ec61cbfc","status":"passed","time":{"start":1726218013693,"stop":1726218013694,"duration":1}},{"uid":"4b8b7174342b778d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b8b7174342b778d","status":"passed","time":{"start":1726217945327,"stop":1726217945327,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fe1e0a84badbedc3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fe1e0a84badbedc3","status":"passed","time":{"start":1726218551483,"stop":1726218551484,"duration":1}},{"uid":"afe78f32e2bfe6a5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/afe78f32e2bfe6a5","status":"passed","time":{"start":1726218459535,"stop":1726218459535,"duration":0}},{"uid":"81f573bff6c68007","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/81f573bff6c68007","status":"passed","time":{"start":1726217706001,"stop":1726217706001,"duration":0}},{"uid":"6541f5f5f9c95c86","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6541f5f5f9c95c86","status":"passed","time":{"start":1726217650760,"stop":1726217650760,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"455df162951c1d4d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/455df162951c1d4d","status":"passed","time":{"start":1726218523021,"stop":1726218523022,"duration":1}},{"uid":"8046a509db1bb117","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8046a509db1bb117","status":"passed","time":{"start":1726218422906,"stop":1726218422908,"duration":2}},{"uid":"1916a6e15a70987d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1916a6e15a70987d","status":"passed","time":{"start":1726217687428,"stop":1726217687429,"duration":1}},{"uid":"ca059949986c4775","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ca059949986c4775","status":"passed","time":{"start":1726217604497,"stop":1726217604497,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3fa30fd104654379","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3fa30fd104654379","status":"passed","time":{"start":1726218764089,"stop":1726218764089,"duration":0}},{"uid":"148e70df730b8542","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/148e70df730b8542","status":"passed","time":{"start":1726218659006,"stop":1726218659007,"duration":1}},{"uid":"1b2e1c4a7b630a8f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b2e1c4a7b630a8f","status":"passed","time":{"start":1726217924736,"stop":1726217924736,"duration":0}},{"uid":"93af2f7630c83ca0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/93af2f7630c83ca0","status":"passed","time":{"start":1726217840476,"stop":1726217840476,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"923aae3b3a9413c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/923aae3b3a9413c4","status":"passed","time":{"start":1726218764098,"stop":1726218764099,"duration":1}},{"uid":"9fc439ec00ff23ce","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9fc439ec00ff23ce","status":"passed","time":{"start":1726218659015,"stop":1726218659016,"duration":1}},{"uid":"197144ca192231af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/197144ca192231af","status":"passed","time":{"start":1726217924742,"stop":1726217924743,"duration":1}},{"uid":"cc9c4b6d990c7856","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cc9c4b6d990c7856","status":"passed","time":{"start":1726217840517,"stop":1726217840517,"duration":0}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3a73c3ca1147f4db","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a73c3ca1147f4db","status":"passed","time":{"start":1726218523026,"stop":1726218523026,"duration":0}},{"uid":"29be080f0bcb0f6e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/29be080f0bcb0f6e","status":"passed","time":{"start":1726218422917,"stop":1726218422917,"duration":0}},{"uid":"17a03a2b5c401b50","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/17a03a2b5c401b50","status":"passed","time":{"start":1726217687440,"stop":1726217687440,"duration":0}},{"uid":"61785ca82bdaa1e9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/61785ca82bdaa1e9","status":"passed","time":{"start":1726217604520,"stop":1726217604521,"duration":1}}]},"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d0ab136b203326f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d0ab136b203326f7","status":"passed","time":{"start":1726218447513,"stop":1726218447514,"duration":1}},{"uid":"4dd3d5d0811aad28","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4dd3d5d0811aad28","status":"passed","time":{"start":1726218356742,"stop":1726218356742,"duration":0}},{"uid":"551ba36438126053","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/551ba36438126053","status":"passed","time":{"start":1726217603243,"stop":1726217603244,"duration":1}},{"uid":"507fbce6c4dbb1f7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/507fbce6c4dbb1f7","status":"passed","time":{"start":1726217544017,"stop":1726217544017,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a4cd70fae6049169","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a4cd70fae6049169","status":"passed","time":{"start":1726218523018,"stop":1726218523019,"duration":1}},{"uid":"30fd48552b43f4a9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/30fd48552b43f4a9","status":"passed","time":{"start":1726218422903,"stop":1726218422903,"duration":0}},{"uid":"5006e955dc9c9c9f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5006e955dc9c9c9f","status":"passed","time":{"start":1726217687426,"stop":1726217687426,"duration":0}},{"uid":"9918fe9c2194f93a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9918fe9c2194f93a","status":"passed","time":{"start":1726217604493,"stop":1726217604495,"duration":2}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3086fdbd690978db","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3086fdbd690978db","status":"passed","time":{"start":1726218651147,"stop":1726218651147,"duration":0}},{"uid":"7de2357b9e70c4d8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7de2357b9e70c4d8","status":"passed","time":{"start":1726218550067,"stop":1726218550067,"duration":0}},{"uid":"dd7a24a69db17bec","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd7a24a69db17bec","status":"passed","time":{"start":1726217804582,"stop":1726217804583,"duration":1}},{"uid":"22fb661e12fb929c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/22fb661e12fb929c","status":"passed","time":{"start":1726217733947,"stop":1726217733948,"duration":1}}]},"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e1257e39e3e11b97","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e1257e39e3e11b97","status":"passed","time":{"start":1726218447521,"stop":1726218447522,"duration":1}},{"uid":"1aba56ee765fd733","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1aba56ee765fd733","status":"passed","time":{"start":1726218356743,"stop":1726218356744,"duration":1}},{"uid":"25240476a78d2eb7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/25240476a78d2eb7","status":"passed","time":{"start":1726217603245,"stop":1726217603246,"duration":1}},{"uid":"8daac96fc93489dd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8daac96fc93489dd","status":"passed","time":{"start":1726217544018,"stop":1726217544018,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c1cfba753f944e73","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1cfba753f944e73","status":"passed","time":{"start":1726218788037,"stop":1726218788037,"duration":0}},{"uid":"bf50fa3e33cc1978","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf50fa3e33cc1978","status":"passed","time":{"start":1726218685053,"stop":1726218685054,"duration":1}},{"uid":"2453f8230b03b9c5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2453f8230b03b9c5","status":"passed","time":{"start":1726217960214,"stop":1726217960214,"duration":0}},{"uid":"f79fda6e1a99f34b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f79fda6e1a99f34b","status":"passed","time":{"start":1726217875230,"stop":1726217875230,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a44b2234134bccdb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a44b2234134bccdb","status":"passed","time":{"start":1726218291662,"stop":1726218291663,"duration":1}},{"uid":"894d90f1b5f496bd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/894d90f1b5f496bd","status":"passed","time":{"start":1726218197001,"stop":1726218197004,"duration":3}},{"uid":"922b257d671f8e2b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/922b257d671f8e2b","status":"passed","time":{"start":1726217450198,"stop":1726217450199,"duration":1}},{"uid":"59918777f4061001","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59918777f4061001","status":"passed","time":{"start":1726217391850,"stop":1726217391851,"duration":1}}]},"c7a8d2a86abbec6c2530d78c01296d13:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c9e33ea7544ef07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6c9e33ea7544ef07","status":"passed","time":{"start":1726217616845,"stop":1726217616845,"duration":0}}]},"362a0f31a553140107c5b56b426cc0bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b62bbaf200d2c22a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b62bbaf200d2c22a","status":"passed","time":{"start":1726218863181,"stop":1726218863182,"duration":1}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2c17fa7af210c2ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2c17fa7af210c2ed","status":"passed","time":{"start":1726218375495,"stop":1726218375495,"duration":0}},{"uid":"e06747fa9baa816a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e06747fa9baa816a","status":"passed","time":{"start":1726218279695,"stop":1726218279705,"duration":10}},{"uid":"c90efd07154d8cdd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c90efd07154d8cdd","status":"passed","time":{"start":1726217533048,"stop":1726217533049,"duration":1}},{"uid":"1f40670a239a2825","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f40670a239a2825","status":"passed","time":{"start":1726217474967,"stop":1726217474967,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9f97a8a2c80b922","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e9f97a8a2c80b922","status":"passed","time":{"start":1726218510988,"stop":1726218510988,"duration":0}},{"uid":"7f2e8d0bbab917eb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7f2e8d0bbab917eb","status":"passed","time":{"start":1726218417153,"stop":1726218417154,"duration":1}},{"uid":"c8c20720b51b9384","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c8c20720b51b9384","status":"passed","time":{"start":1726217677843,"stop":1726217677843,"duration":0}},{"uid":"4860c903cc6c1dde","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4860c903cc6c1dde","status":"passed","time":{"start":1726217616846,"stop":1726217616846,"duration":0}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"39814480964ff045","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39814480964ff045","status":"passed","time":{"start":1726218812465,"stop":1726218812465,"duration":0}},{"uid":"bbd3a82e04e9fa68","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bbd3a82e04e9fa68","status":"passed","time":{"start":1726218708385,"stop":1726218708389,"duration":4}},{"uid":"c213072de9dc0c33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c213072de9dc0c33","status":"passed","time":{"start":1726217980036,"stop":1726217980036,"duration":0}},{"uid":"ddcf03a87b5a945b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ddcf03a87b5a945b","status":"passed","time":{"start":1726217896498,"stop":1726217896498,"duration":0}}]},"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0b0b4693a4a4045","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0b0b4693a4a4045","status":"passed","time":{"start":1726218283098,"stop":1726218283098,"duration":0}},{"uid":"c90c41cfdd0e2742","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c90c41cfdd0e2742","status":"passed","time":{"start":1726218188598,"stop":1726218188598,"duration":0}},{"uid":"f3ab7663c2e446a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3ab7663c2e446a6","status":"passed","time":{"start":1726217441560,"stop":1726217441561,"duration":1}},{"uid":"339971bf67cb374","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/339971bf67cb374","status":"passed","time":{"start":1726217383222,"stop":1726217383223,"duration":1}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"846aaae332105dd2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/846aaae332105dd2","status":"passed","time":{"start":1726218316387,"stop":1726218316388,"duration":1}},{"uid":"4db848c2ff2d3574","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4db848c2ff2d3574","status":"passed","time":{"start":1726218221126,"stop":1726218221126,"duration":0}},{"uid":"4a4f07f2b8c27639","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4a4f07f2b8c27639","status":"passed","time":{"start":1726217474515,"stop":1726217474515,"duration":0}},{"uid":"95b1e428fe5ec40e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/95b1e428fe5ec40e","status":"passed","time":{"start":1726217415843,"stop":1726217415843,"duration":0}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"810efcac150e5599","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/810efcac150e5599","status":"passed","time":{"start":1726218778287,"stop":1726218778287,"duration":0}},{"uid":"19144888d2998b7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/19144888d2998b7","status":"passed","time":{"start":1726218673562,"stop":1726218673563,"duration":1}},{"uid":"68d994220f4dfbf0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68d994220f4dfbf0","status":"passed","time":{"start":1726217946741,"stop":1726217946741,"duration":0}},{"uid":"15daccea994ffebf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15daccea994ffebf","status":"passed","time":{"start":1726217862792,"stop":1726217862793,"duration":1}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1b5000687e8558a2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b5000687e8558a2","status":"passed","time":{"start":1726218764087,"stop":1726218764087,"duration":0}},{"uid":"6adbaa5601ea73dd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6adbaa5601ea73dd","status":"passed","time":{"start":1726218659003,"stop":1726218659004,"duration":1}},{"uid":"1a1f796910147395","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a1f796910147395","status":"passed","time":{"start":1726217924733,"stop":1726217924733,"duration":0}},{"uid":"f478ff3b555fd3f5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f478ff3b555fd3f5","status":"passed","time":{"start":1726217840473,"stop":1726217840474,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1730e8abc22ba6af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1730e8abc22ba6af","status":"passed","time":{"start":1726218291659,"stop":1726218291659,"duration":0}},{"uid":"1f87875257c2be02","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1f87875257c2be02","status":"passed","time":{"start":1726218196997,"stop":1726218196998,"duration":1}},{"uid":"621ee226953d1393","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/621ee226953d1393","status":"passed","time":{"start":1726217450195,"stop":1726217450195,"duration":0}},{"uid":"e4eeff4655c4509","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4eeff4655c4509","status":"passed","time":{"start":1726217391847,"stop":1726217391847,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2e52da3a43f57646","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e52da3a43f57646","status":"passed","time":{"start":1726218879361,"stop":1726218879361,"duration":0}},{"uid":"ca311a50fc075c8e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca311a50fc075c8e","status":"passed","time":{"start":1726218787591,"stop":1726218787591,"duration":0}},{"uid":"4ee788b0252cc28","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4ee788b0252cc28","status":"passed","time":{"start":1726218066307,"stop":1726218066308,"duration":1}},{"uid":"30e79808fbddd3cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/30e79808fbddd3cc","status":"passed","time":{"start":1726217965346,"stop":1726217965346,"duration":0}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"93c9492b956e5270","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/93c9492b956e5270","status":"passed","time":{"start":1726218926397,"stop":1726218926397,"duration":0}},{"uid":"c1bb61d2885af810","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c1bb61d2885af810","status":"passed","time":{"start":1726218833199,"stop":1726218833200,"duration":1}},{"uid":"55fd22a56b8d7dbe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55fd22a56b8d7dbe","status":"passed","time":{"start":1726218095394,"stop":1726218095395,"duration":1}},{"uid":"978b786851cf7c9f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/978b786851cf7c9f","status":"passed","time":{"start":1726218006963,"stop":1726218006963,"duration":0}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"11bb16190aff82a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/11bb16190aff82a0","status":"passed","time":{"start":1726218308584,"stop":1726218308584,"duration":0}},{"uid":"54148a593bb5ec24","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/54148a593bb5ec24","status":"passed","time":{"start":1726218213410,"stop":1726218213411,"duration":1}},{"uid":"2adf33f424ca7d2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2adf33f424ca7d2","status":"passed","time":{"start":1726217466678,"stop":1726217466678,"duration":0}},{"uid":"f4d2dd2b55f4ca31","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f4d2dd2b55f4ca31","status":"passed","time":{"start":1726217408298,"stop":1726217408298,"duration":0}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e6f11950d6329e52","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e6f11950d6329e52","status":"passed","time":{"start":1726218791623,"stop":1726218791623,"duration":0}},{"uid":"6626ac755b0b5b89","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6626ac755b0b5b89","status":"passed","time":{"start":1726218683565,"stop":1726218683565,"duration":0}},{"uid":"b7e60c0b1bbea68e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b7e60c0b1bbea68e","status":"passed","time":{"start":1726217949327,"stop":1726217949327,"duration":0}},{"uid":"2bc74a7b1e7ef9e4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2bc74a7b1e7ef9e4","status":"passed","time":{"start":1726217865177,"stop":1726217865177,"duration":0}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eba258a384c92f41","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eba258a384c92f41","status":"passed","time":{"start":1726218412658,"stop":1726218412658,"duration":0}},{"uid":"7869c1d98714a4ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7869c1d98714a4ae","status":"passed","time":{"start":1726218318091,"stop":1726218318091,"duration":0}},{"uid":"7cdef3f24d19e5ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7cdef3f24d19e5ba","status":"passed","time":{"start":1726217567475,"stop":1726217567475,"duration":0}},{"uid":"8df68db59501e3f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8df68db59501e3f6","status":"passed","time":{"start":1726217508421,"stop":1726217508421,"duration":0}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3fab50f38a5b2986","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3fab50f38a5b2986","status":"passed","time":{"start":1726218764097,"stop":1726218764097,"duration":0}},{"uid":"34b086567c37ee8a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/34b086567c37ee8a","status":"passed","time":{"start":1726218659012,"stop":1726218659013,"duration":1}},{"uid":"db665e1deda8b2a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/db665e1deda8b2a0","status":"passed","time":{"start":1726217924740,"stop":1726217924740,"duration":0}},{"uid":"5c44e57d3ee4e0f1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5c44e57d3ee4e0f1","status":"passed","time":{"start":1726217840515,"stop":1726217840515,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e7e9d45a8b18dfc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e7e9d45a8b18dfc","status":"passed","time":{"start":1726218778284,"stop":1726218778286,"duration":2}},{"uid":"2fd11d50dcd15b3d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fd11d50dcd15b3d","status":"passed","time":{"start":1726218673562,"stop":1726218673562,"duration":0}},{"uid":"f5be96194f8f36d4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f5be96194f8f36d4","status":"passed","time":{"start":1726217946740,"stop":1726217946740,"duration":0}},{"uid":"32ffe9c42c7b762d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/32ffe9c42c7b762d","status":"passed","time":{"start":1726217862790,"stop":1726217862791,"duration":1}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"670d220e99987e32","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/670d220e99987e32","status":"passed","time":{"start":1726218342869,"stop":1726218342869,"duration":0}},{"uid":"521ee442ae780296","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/521ee442ae780296","status":"passed","time":{"start":1726218246380,"stop":1726218246381,"duration":1}},{"uid":"e8a1715df07ca485","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e8a1715df07ca485","status":"passed","time":{"start":1726217500282,"stop":1726217500285,"duration":3}},{"uid":"f1952d222f063439","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f1952d222f063439","status":"passed","time":{"start":1726217441998,"stop":1726217441999,"duration":1}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"228046c05b3abe0e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/228046c05b3abe0e","status":"passed","time":{"start":1726218345025,"stop":1726218345026,"duration":1}},{"uid":"496376a4f0deaa5a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/496376a4f0deaa5a","status":"passed","time":{"start":1726218250218,"stop":1726218250220,"duration":2}},{"uid":"8fa845975c176d82","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8fa845975c176d82","status":"passed","time":{"start":1726217507037,"stop":1726217507038,"duration":1}},{"uid":"9ad7b6ed4b47a414","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9ad7b6ed4b47a414","status":"passed","time":{"start":1726217445600,"stop":1726217445601,"duration":1}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e05a1e32810214e8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e05a1e32810214e8","status":"passed","time":{"start":1726218412654,"stop":1726218412655,"duration":1}},{"uid":"63b193de6c87d2ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/63b193de6c87d2ba","status":"passed","time":{"start":1726218318078,"stop":1726218318080,"duration":2}},{"uid":"83fc48cd9502e5ce","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/83fc48cd9502e5ce","status":"passed","time":{"start":1726217567470,"stop":1726217567471,"duration":1}},{"uid":"6a26074904cf9ca2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a26074904cf9ca2","status":"passed","time":{"start":1726217508416,"stop":1726217508417,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b984638101a2885","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b984638101a2885","status":"passed","time":{"start":1726218291668,"stop":1726218291668,"duration":0}},{"uid":"1ac63df63e2cada8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ac63df63e2cada8","status":"passed","time":{"start":1726218197006,"stop":1726218197006,"duration":0}},{"uid":"833526ba1cdb55de","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/833526ba1cdb55de","status":"passed","time":{"start":1726217450205,"stop":1726217450205,"duration":0}},{"uid":"ac7986a7243e720f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac7986a7243e720f","status":"passed","time":{"start":1726217391856,"stop":1726217391856,"duration":0}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9cf61ea12f74a1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e9cf61ea12f74a1","status":"passed","time":{"start":1726218764104,"stop":1726218764105,"duration":1}},{"uid":"c95cc31f49d1ac3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c95cc31f49d1ac3","status":"passed","time":{"start":1726218659019,"stop":1726218659019,"duration":0}},{"uid":"edda3e06ccbd69e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/edda3e06ccbd69e","status":"passed","time":{"start":1726217924745,"stop":1726217924746,"duration":1}},{"uid":"5f64eb5ccc4bdf4e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5f64eb5ccc4bdf4e","status":"passed","time":{"start":1726217840542,"stop":1726217840542,"duration":0}}]},"e32cadba24df483d7615561d82bbe946:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab2fae814c5eb696","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ab2fae814c5eb696","status":"passed","time":{"start":1726218863050,"stop":1726218863052,"duration":2}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d499585bbf37519","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2d499585bbf37519","status":"passed","time":{"start":1726218314723,"stop":1726218314723,"duration":0}},{"uid":"cbccf4660ff1e879","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cbccf4660ff1e879","status":"passed","time":{"start":1726218219452,"stop":1726218219452,"duration":0}},{"uid":"f951cc8dcef3d65c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f951cc8dcef3d65c","status":"passed","time":{"start":1726217472856,"stop":1726217472857,"duration":1}},{"uid":"7f3b749a0a4e3c28","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f3b749a0a4e3c28","status":"passed","time":{"start":1726217414159,"stop":1726217414160,"duration":1}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"14b5e88aa3f92da","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/14b5e88aa3f92da","status":"passed","time":{"start":1726218523021,"stop":1726218523021,"duration":0}},{"uid":"8bb966dc004370e8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8bb966dc004370e8","status":"passed","time":{"start":1726218422905,"stop":1726218422905,"duration":0}},{"uid":"5c361733fd3667b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5c361733fd3667b5","status":"passed","time":{"start":1726217687428,"stop":1726217687428,"duration":0}},{"uid":"b221113eacfee29f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b221113eacfee29f","status":"passed","time":{"start":1726217604497,"stop":1726217604497,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"819de4df883467af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/819de4df883467af","status":"passed","time":{"start":1726218319680,"stop":1726218319680,"duration":0}},{"uid":"f06bcd697f749592","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f06bcd697f749592","status":"passed","time":{"start":1726218224408,"stop":1726218224408,"duration":0}},{"uid":"129712e73ee93a04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/129712e73ee93a04","status":"passed","time":{"start":1726217477826,"stop":1726217477826,"duration":0}},{"uid":"2bf013422fd50d54","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2bf013422fd50d54","status":"passed","time":{"start":1726217419063,"stop":1726217419063,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2cf8b78169da3cf9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2cf8b78169da3cf9","status":"passed","time":{"start":1726218879287,"stop":1726218879287,"duration":0}},{"uid":"b7445585c33f8e4a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b7445585c33f8e4a","status":"passed","time":{"start":1726218787572,"stop":1726218787572,"duration":0}},{"uid":"a2831c813634ca9b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2831c813634ca9b","status":"passed","time":{"start":1726218066274,"stop":1726218066274,"duration":0}},{"uid":"eea664d46f79d0a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eea664d46f79d0a4","status":"passed","time":{"start":1726217965297,"stop":1726217965298,"duration":1}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9c4f8358d2363793","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c4f8358d2363793","status":"passed","time":{"start":1726218345027,"stop":1726218345027,"duration":0}},{"uid":"4476aacf55f00e07","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4476aacf55f00e07","status":"passed","time":{"start":1726218250220,"stop":1726218250221,"duration":1}},{"uid":"94ea7fb02ebdb117","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/94ea7fb02ebdb117","status":"passed","time":{"start":1726217507038,"stop":1726217507039,"duration":1}},{"uid":"da1d47c70226dd7b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/da1d47c70226dd7b","status":"passed","time":{"start":1726217445601,"stop":1726217445615,"duration":14}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"690d8d2ed75c41be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/690d8d2ed75c41be","status":"passed","time":{"start":1726218806766,"stop":1726218806767,"duration":1}},{"uid":"42eaf2f28145e2e6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/42eaf2f28145e2e6","status":"passed","time":{"start":1726218706748,"stop":1726218706749,"duration":1}},{"uid":"55a65680c90a88e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55a65680c90a88e7","status":"passed","time":{"start":1726217976622,"stop":1726217976623,"duration":1}},{"uid":"19cb1db945b11e2c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/19cb1db945b11e2c","status":"passed","time":{"start":1726217890303,"stop":1726217890303,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2e90ee09a7ffa8b9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e90ee09a7ffa8b9","status":"passed","time":{"start":1726218879331,"stop":1726218879331,"duration":0}},{"uid":"7bf0737ea916e3f6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7bf0737ea916e3f6","status":"passed","time":{"start":1726218787580,"stop":1726218787581,"duration":1}},{"uid":"bf79c5635140e55b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bf79c5635140e55b","status":"passed","time":{"start":1726218066287,"stop":1726218066287,"duration":0}},{"uid":"1bdcc5c117b2f01c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1bdcc5c117b2f01c","status":"passed","time":{"start":1726217965310,"stop":1726217965310,"duration":0}}]},"4f2f52c038bb199a9f35671dc4756ae6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb50231047495df1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb50231047495df1","status":"passed","time":{"start":1726218011623,"stop":1726218011624,"duration":1}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"81426c59ed6fd194","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/81426c59ed6fd194","status":"passed","time":{"start":1726218689008,"stop":1726218689010,"duration":2}},{"uid":"f23f3e1286e55231","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f23f3e1286e55231","status":"passed","time":{"start":1726218597577,"stop":1726218597578,"duration":1}},{"uid":"7a8433e86cab8872","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7a8433e86cab8872","status":"passed","time":{"start":1726217848421,"stop":1726217848421,"duration":0}},{"uid":"67ae3624c9fcfd9a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/67ae3624c9fcfd9a","status":"passed","time":{"start":1726217774671,"stop":1726217774675,"duration":4}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e19e7dbaf9afd4d3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e19e7dbaf9afd4d3","status":"passed","time":{"start":1726218304470,"stop":1726218304470,"duration":0}},{"uid":"22ded3534b56c279","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/22ded3534b56c279","status":"passed","time":{"start":1726218209565,"stop":1726218209565,"duration":0}},{"uid":"bc42a85f29c1e597","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bc42a85f29c1e597","status":"passed","time":{"start":1726217463040,"stop":1726217463041,"duration":1}},{"uid":"3ef44cc1fdcf7f1e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3ef44cc1fdcf7f1e","status":"passed","time":{"start":1726217404607,"stop":1726217404607,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e5ae7cf2dffd4dfd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5ae7cf2dffd4dfd","status":"passed","time":{"start":1726218510982,"stop":1726218510983,"duration":1}},{"uid":"1c01d07eb6f2c8d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c01d07eb6f2c8d","status":"passed","time":{"start":1726218417151,"stop":1726218417151,"duration":0}},{"uid":"743618d37056dc7e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/743618d37056dc7e","status":"passed","time":{"start":1726217677826,"stop":1726217677827,"duration":1}},{"uid":"6ddb7b9421b4a6f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6ddb7b9421b4a6f3","status":"passed","time":{"start":1726217616844,"stop":1726217616844,"duration":0}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a0f3c82194f2aa3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a0f3c82194f2aa3","status":"passed","time":{"start":1726218956166,"stop":1726218956167,"duration":1}},{"uid":"6ea3c03c79b191ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6ea3c03c79b191ab","status":"passed","time":{"start":1726218868913,"stop":1726218868913,"duration":0}},{"uid":"a2bd097e0388c856","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2bd097e0388c856","status":"passed","time":{"start":1726218139625,"stop":1726218139625,"duration":0}},{"uid":"ae3327f57b9c051f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ae3327f57b9c051f","status":"passed","time":{"start":1726218051436,"stop":1726218051436,"duration":0}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8ff2b856f90d45d7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8ff2b856f90d45d7","status":"passed","time":{"start":1726218302904,"stop":1726218302904,"duration":0}},{"uid":"9a13ffae45179ec1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9a13ffae45179ec1","status":"passed","time":{"start":1726218208238,"stop":1726218208238,"duration":0}},{"uid":"71d198a213384c02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71d198a213384c02","status":"passed","time":{"start":1726217461853,"stop":1726217461853,"duration":0}},{"uid":"e21b56612f08202d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e21b56612f08202d","status":"passed","time":{"start":1726217403236,"stop":1726217403236,"duration":0}}]},"3f3fdd0f17e805c2e0f6beef8ccb5084:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7369b2cfed18dbc5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7369b2cfed18dbc5","status":"passed","time":{"start":1726218669780,"stop":1726218669781,"duration":1}},{"uid":"2129598bd46d2821","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2129598bd46d2821","status":"passed","time":{"start":1726218612987,"stop":1726218612988,"duration":1}},{"uid":"f94d798aba06a946","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f94d798aba06a946","status":"passed","time":{"start":1726217868256,"stop":1726217868257,"duration":1}},{"uid":"7a6c2c17b346ba0a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7a6c2c17b346ba0a","status":"passed","time":{"start":1726217785181,"stop":1726217785182,"duration":1}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"685bba1c4f83f405","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/685bba1c4f83f405","status":"passed","time":{"start":1726218956167,"stop":1726218956168,"duration":1}},{"uid":"2b4363fd84b67673","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2b4363fd84b67673","status":"passed","time":{"start":1726218868913,"stop":1726218868914,"duration":1}},{"uid":"157d554266efcd8e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/157d554266efcd8e","status":"passed","time":{"start":1726218139625,"stop":1726218139626,"duration":1}},{"uid":"7ca07c7dde6df74d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7ca07c7dde6df74d","status":"passed","time":{"start":1726218051437,"stop":1726218051437,"duration":0}}]},"3701393d88c2e4dfb99a1d535ef8bcfc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"31c339942342c875","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/31c339942342c875","status":"passed","time":{"start":1726217946744,"stop":1726217946744,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eac01216bc0b14a3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eac01216bc0b14a3","status":"passed","time":{"start":1726218764088,"stop":1726218764088,"duration":0}},{"uid":"e02b3f7359176825","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e02b3f7359176825","status":"passed","time":{"start":1726218659006,"stop":1726218659006,"duration":0}},{"uid":"663f441ba2161d95","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/663f441ba2161d95","status":"passed","time":{"start":1726217924735,"stop":1726217924736,"duration":1}},{"uid":"19b800067d1d62d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/19b800067d1d62d7","status":"passed","time":{"start":1726217840476,"stop":1726217840476,"duration":0}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"badc7180b5054787","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/badc7180b5054787","status":"passed","time":{"start":1726218342872,"stop":1726218342872,"duration":0}},{"uid":"416c45f701a5aa9e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/416c45f701a5aa9e","status":"passed","time":{"start":1726218246384,"stop":1726218246384,"duration":0}},{"uid":"c6a0aaa5fd2f1950","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c6a0aaa5fd2f1950","status":"passed","time":{"start":1726217500291,"stop":1726217500292,"duration":1}},{"uid":"9fc18cd37afd70da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9fc18cd37afd70da","status":"passed","time":{"start":1726217442001,"stop":1726217442001,"duration":0}}]},"189d747e0c0863c869fa4c24c6922dac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96458131246d2fd1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/96458131246d2fd1","status":"passed","time":{"start":1726218748392,"stop":1726218748396,"duration":4}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"438633ae63c5c79f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/438633ae63c5c79f","status":"passed","time":{"start":1726218551487,"stop":1726218551487,"duration":0}},{"uid":"c094a84bebdfa09c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c094a84bebdfa09c","status":"passed","time":{"start":1726218459537,"stop":1726218459537,"duration":0}},{"uid":"916f4fe4fc4b1b3e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/916f4fe4fc4b1b3e","status":"passed","time":{"start":1726217706005,"stop":1726217706005,"duration":0}},{"uid":"745293e32b41ecf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/745293e32b41ecf","status":"passed","time":{"start":1726217650762,"stop":1726217650762,"duration":0}}]},"3a7572093e3b3731e2f5ad837294ce98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"575f5f1a89a5a265","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/575f5f1a89a5a265","status":"passed","time":{"start":1726218039628,"stop":1726218039628,"duration":0}}]},"6c90582fdc48e1a1d7577cc7f348964b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b40cc9cbef911cb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3b40cc9cbef911cb","status":"passed","time":{"start":1726217952881,"stop":1726217952882,"duration":1}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4ff3780af93403cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4ff3780af93403cb","status":"passed","time":{"start":1726218304533,"stop":1726218304534,"duration":1}},{"uid":"525d7cff246021bc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/525d7cff246021bc","status":"passed","time":{"start":1726218209371,"stop":1726218209371,"duration":0}},{"uid":"6f4c9124210afede","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f4c9124210afede","status":"passed","time":{"start":1726217462331,"stop":1726217462332,"duration":1}},{"uid":"2360914abd7e54d0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2360914abd7e54d0","status":"passed","time":{"start":1726217404185,"stop":1726217404186,"duration":1}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2ab6b3c7a9eaa6be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ab6b3c7a9eaa6be","status":"passed","time":{"start":1726218764105,"stop":1726218764106,"duration":1}},{"uid":"1c47469154557946","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c47469154557946","status":"passed","time":{"start":1726218659020,"stop":1726218659020,"duration":0}},{"uid":"1d87b66ed1f7f3d1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d87b66ed1f7f3d1","status":"passed","time":{"start":1726217924752,"stop":1726217924752,"duration":0}},{"uid":"8023eebb9456ba5e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8023eebb9456ba5e","status":"passed","time":{"start":1726217840543,"stop":1726217840543,"duration":0}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e0ab9090bd91daec","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0ab9090bd91daec","status":"passed","time":{"start":1726218651143,"stop":1726218651143,"duration":0}},{"uid":"52508b15d22a620e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52508b15d22a620e","status":"passed","time":{"start":1726218550064,"stop":1726218550064,"duration":0}},{"uid":"394d8788832ad6a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/394d8788832ad6a8","status":"passed","time":{"start":1726217804575,"stop":1726217804575,"duration":0}},{"uid":"1b17c8f499cc26b7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1b17c8f499cc26b7","status":"passed","time":{"start":1726217733941,"stop":1726217733942,"duration":1}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d0cd26129df832c2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d0cd26129df832c2","status":"passed","time":{"start":1726218291084,"stop":1726218291084,"duration":0}},{"uid":"858825b2473d76f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/858825b2473d76f8","status":"passed","time":{"start":1726218196350,"stop":1726218196350,"duration":0}},{"uid":"c1475a358e355104","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1475a358e355104","status":"passed","time":{"start":1726217449483,"stop":1726217449483,"duration":0}},{"uid":"803e7bc01ae791a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/803e7bc01ae791a","status":"passed","time":{"start":1726217391254,"stop":1726217391254,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dce1bd48bcacab17","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dce1bd48bcacab17","status":"passed","time":{"start":1726218863013,"stop":1726218863013,"duration":0}},{"uid":"6134b8fab2af38f3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6134b8fab2af38f3","status":"passed","time":{"start":1726218781387,"stop":1726218781388,"duration":1}},{"uid":"9613918c76680899","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9613918c76680899","status":"passed","time":{"start":1726218013701,"stop":1726218013702,"duration":1}},{"uid":"4c3861dcfb5d0a07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4c3861dcfb5d0a07","status":"passed","time":{"start":1726217945335,"stop":1726217945335,"duration":0}}]},"f4f881c2782d3268a6f52ca6ca8df6ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":3,"unknown":0,"total":4},"items":[{"uid":"9c554a53e44b6523","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c554a53e44b6523","status":"passed","time":{"start":1726218669777,"stop":1726218669777,"duration":0}},{"uid":"a18f09f5e826df98","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a18f09f5e826df98","status":"passed","time":{"start":1726218612973,"stop":1726218612973,"duration":0}},{"uid":"12289a79c2e77653","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/12289a79c2e77653","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1726217868252,"stop":1726217868253,"duration":1}},{"uid":"bdb3557163ccc51","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bdb3557163ccc51","status":"passed","time":{"start":1726217785179,"stop":1726217785179,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b48ef000cdebec5b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b48ef000cdebec5b","status":"passed","time":{"start":1726218863052,"stop":1726218863053,"duration":1}},{"uid":"b13977e2f503c873","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b13977e2f503c873","status":"passed","time":{"start":1726218781395,"stop":1726218781395,"duration":0}},{"uid":"e12b17f9d8cc7435","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e12b17f9d8cc7435","status":"passed","time":{"start":1726218013729,"stop":1726218013730,"duration":1}},{"uid":"4ffc107112c452a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4ffc107112c452a4","status":"passed","time":{"start":1726217945358,"stop":1726217945358,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"11fda5521108ec17","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/11fda5521108ec17","status":"passed","time":{"start":1726218296385,"stop":1726218296386,"duration":1}},{"uid":"3e070503dedd992a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e070503dedd992a","status":"passed","time":{"start":1726218201685,"stop":1726218201685,"duration":0}},{"uid":"60217863f75bfaa2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/60217863f75bfaa2","status":"passed","time":{"start":1726217454966,"stop":1726217454966,"duration":0}},{"uid":"45e3db3a793c5b32","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/45e3db3a793c5b32","status":"passed","time":{"start":1726217396432,"stop":1726217396433,"duration":1}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d47b914c87a04e64","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d47b914c87a04e64","status":"passed","time":{"start":1726218651433,"stop":1726218651433,"duration":0}},{"uid":"4480a512c8a278f9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4480a512c8a278f9","status":"passed","time":{"start":1726218550305,"stop":1726218550306,"duration":1}},{"uid":"44274d34b09f4ce7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/44274d34b09f4ce7","status":"passed","time":{"start":1726217804645,"stop":1726217804645,"duration":0}},{"uid":"c7b20999fbd35fa7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c7b20999fbd35fa7","status":"passed","time":{"start":1726217734028,"stop":1726217734028,"duration":0}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"24b5bee9924ef036","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/24b5bee9924ef036","status":"passed","time":{"start":1726218316387,"stop":1726218316387,"duration":0}},{"uid":"21ebd2e7415fd2f9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/21ebd2e7415fd2f9","status":"passed","time":{"start":1726218221125,"stop":1726218221125,"duration":0}},{"uid":"3e3de8fe60b5e45a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3e3de8fe60b5e45a","status":"passed","time":{"start":1726217474514,"stop":1726217474514,"duration":0}},{"uid":"25895e84ffdfc73e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/25895e84ffdfc73e","status":"passed","time":{"start":1726217415842,"stop":1726217415842,"duration":0}}]},"4f69cadf0368d282ee7ac100b52ecf35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db4c144717750659","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/db4c144717750659","status":"passed","time":{"start":1726217945350,"stop":1726217945357,"duration":7}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"6e4743b017b62a05","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6e4743b017b62a05","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218764114,"stop":1726218764114,"duration":0}},{"uid":"5777d4d749df2788","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5777d4d749df2788","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659029,"stop":1726218659029,"duration":0}},{"uid":"3570f6d576837572","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3570f6d576837572","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924766,"stop":1726217924766,"duration":0}},{"uid":"f42e24f71d6b7e1d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f42e24f71d6b7e1d","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840571,"stop":1726217840571,"duration":0}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a8f32348d07a3cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a8f32348d07a3cd","status":"passed","time":{"start":1726218863012,"stop":1726218863012,"duration":0}},{"uid":"6d9b79b5c142366e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6d9b79b5c142366e","status":"passed","time":{"start":1726218781387,"stop":1726218781387,"duration":0}},{"uid":"c68091fa3992f9d9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c68091fa3992f9d9","status":"passed","time":{"start":1726218013701,"stop":1726218013701,"duration":0}},{"uid":"679040e4bec8700a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/679040e4bec8700a","status":"passed","time":{"start":1726217945334,"stop":1726217945334,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"47a1dd2c7ca4d653","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47a1dd2c7ca4d653","status":"passed","time":{"start":1726218523013,"stop":1726218523013,"duration":0}},{"uid":"9bf3c6335f2b5af9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9bf3c6335f2b5af9","status":"passed","time":{"start":1726218422896,"stop":1726218422896,"duration":0}},{"uid":"d554c82e90c12818","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d554c82e90c12818","status":"passed","time":{"start":1726217687420,"stop":1726217687421,"duration":1}},{"uid":"473edeace670e633","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/473edeace670e633","status":"passed","time":{"start":1726217604486,"stop":1726217604487,"duration":1}}]},"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"39483524198a56c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39483524198a56c1","status":"passed","time":{"start":1726218283077,"stop":1726218283077,"duration":0}},{"uid":"6988e2fc0b4b11d0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6988e2fc0b4b11d0","status":"passed","time":{"start":1726218188579,"stop":1726218188584,"duration":5}},{"uid":"ea09cf19f1ee130c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ea09cf19f1ee130c","status":"passed","time":{"start":1726217441538,"stop":1726217441544,"duration":6}},{"uid":"d44dd78f36eb27c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d44dd78f36eb27c","status":"passed","time":{"start":1726217383206,"stop":1726217383207,"duration":1}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c590568b831649e9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c590568b831649e9","status":"passed","time":{"start":1726218778174,"stop":1726218778184,"duration":10}},{"uid":"ddd0674c90d5709e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ddd0674c90d5709e","status":"passed","time":{"start":1726218673542,"stop":1726218673542,"duration":0}},{"uid":"665413658dfe9f5e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/665413658dfe9f5e","status":"passed","time":{"start":1726217946675,"stop":1726217946676,"duration":1}},{"uid":"c1f0b3986f61a4bf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1f0b3986f61a4bf","status":"passed","time":{"start":1726217862768,"stop":1726217862768,"duration":0}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c16506b4ab53327","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5c16506b4ab53327","status":"passed","time":{"start":1726218793435,"stop":1726218793436,"duration":1}},{"uid":"344d07f9ff33434e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/344d07f9ff33434e","status":"passed","time":{"start":1726218722090,"stop":1726218722095,"duration":5}},{"uid":"b70b5bb13275e661","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b70b5bb13275e661","status":"passed","time":{"start":1726217978667,"stop":1726217978667,"duration":0}},{"uid":"48d0a09d9e594971","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/48d0a09d9e594971","status":"passed","time":{"start":1726217893875,"stop":1726217893875,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"201ae843cffcaf3a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/201ae843cffcaf3a","status":"passed","time":{"start":1726218806759,"stop":1726218806760,"duration":1}},{"uid":"792ff4b4abf4ce24","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/792ff4b4abf4ce24","status":"passed","time":{"start":1726218706741,"stop":1726218706741,"duration":0}},{"uid":"2f19eecf52c8f720","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2f19eecf52c8f720","status":"passed","time":{"start":1726217976606,"stop":1726217976607,"duration":1}},{"uid":"7847a607859577a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7847a607859577a6","status":"passed","time":{"start":1726217890296,"stop":1726217890296,"duration":0}}]},"d2e97794c7f5ef84111f61fe678c37fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f87551eacbaa8c6e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f87551eacbaa8c6e","status":"passed","time":{"start":1726218843767,"stop":1726218843767,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8717e76113565526","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8717e76113565526","status":"passed","time":{"start":1726218291670,"stop":1726218291670,"duration":0}},{"uid":"3bb6c4485ad4d870","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3bb6c4485ad4d870","status":"passed","time":{"start":1726218197009,"stop":1726218197009,"duration":0}},{"uid":"16047adab6dc31ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/16047adab6dc31ca","status":"passed","time":{"start":1726217450207,"stop":1726217450208,"duration":1}},{"uid":"a3d0764ee6882ff9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a3d0764ee6882ff9","status":"passed","time":{"start":1726217391859,"stop":1726217391859,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ce60da307fe11e0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ce60da307fe11e0","status":"passed","time":{"start":1726218291669,"stop":1726218291669,"duration":0}},{"uid":"b8c3e26fc5e9366d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b8c3e26fc5e9366d","status":"passed","time":{"start":1726218197008,"stop":1726218197008,"duration":0}},{"uid":"18983dd94a18de7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18983dd94a18de7","status":"passed","time":{"start":1726217450206,"stop":1726217450207,"duration":1}},{"uid":"c5ee97c480adcb0b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c5ee97c480adcb0b","status":"passed","time":{"start":1726217391858,"stop":1726217391858,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7236d7a09f2b3797","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7236d7a09f2b3797","status":"passed","time":{"start":1726218862994,"stop":1726218862995,"duration":1}},{"uid":"d1ccdd3ed4cbea35","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d1ccdd3ed4cbea35","status":"passed","time":{"start":1726218781378,"stop":1726218781378,"duration":0}},{"uid":"fdda0479736669ef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fdda0479736669ef","status":"passed","time":{"start":1726218013692,"stop":1726218013693,"duration":1}},{"uid":"f7e625de80add99e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f7e625de80add99e","status":"passed","time":{"start":1726217945326,"stop":1726217945327,"duration":1}}]},"f45d19bbbb413bad450fc4cd5ef69216:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e0ee157c8556665","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9e0ee157c8556665","status":"passed","time":{"start":1726218863184,"stop":1726218863184,"duration":0}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"16ec6ecdc63c5290","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/16ec6ecdc63c5290","status":"passed","time":{"start":1726218316387,"stop":1726218316387,"duration":0}},{"uid":"860698c7e357bbf2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/860698c7e357bbf2","status":"passed","time":{"start":1726218221125,"stop":1726218221126,"duration":1}},{"uid":"c764ddbcab5ac74f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c764ddbcab5ac74f","status":"passed","time":{"start":1726217474515,"stop":1726217474515,"duration":0}},{"uid":"eb69a82b0f484e62","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eb69a82b0f484e62","status":"passed","time":{"start":1726217415842,"stop":1726217415843,"duration":1}}]},"d707288a53363dc4640048e4fdfdebd5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3aaa244311e0da59","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3aaa244311e0da59","status":"passed","time":{"start":1726217976611,"stop":1726217976613,"duration":2}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"163e1cb668f80090","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/163e1cb668f80090","status":"passed","time":{"start":1726218778173,"stop":1726218778173,"duration":0}},{"uid":"c55cabc1017649db","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c55cabc1017649db","status":"passed","time":{"start":1726218673540,"stop":1726218673541,"duration":1}},{"uid":"88a4957eb6159ad5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/88a4957eb6159ad5","status":"passed","time":{"start":1726217946673,"stop":1726217946674,"duration":1}},{"uid":"2757dc9662d91a6c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2757dc9662d91a6c","status":"passed","time":{"start":1726217862767,"stop":1726217862767,"duration":0}}]},"40e35ec0e10dfb4b715b9fb00f4656a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef2cd6e362cefa22","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef2cd6e362cefa22","status":"passed","time":{"start":1726218011624,"stop":1726218011625,"duration":1}}]},"7e5dca37c2ca649e07a605fff085f2dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e871defc1b7b0957","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e871defc1b7b0957","status":"passed","time":{"start":1726217952883,"stop":1726217952883,"duration":0}}]},"6d8adb6ca4f65d0bad0dee09275ceb5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c0add770678b73b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1c0add770678b73b","status":"passed","time":{"start":1726218765876,"stop":1726218765876,"duration":0}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"df6098d0e12469f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df6098d0e12469f2","status":"passed","time":{"start":1726218296786,"stop":1726218296786,"duration":0}},{"uid":"7ad702d49586f215","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7ad702d49586f215","status":"passed","time":{"start":1726218201912,"stop":1726218201913,"duration":1}},{"uid":"f3834b4837587fd1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3834b4837587fd1","status":"passed","time":{"start":1726217455153,"stop":1726217455153,"duration":0}},{"uid":"1e9b7c153256dc8b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1e9b7c153256dc8b","status":"passed","time":{"start":1726217396842,"stop":1726217396842,"duration":0}}]},"892295af961bb0c160de29d06a237927:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33be19679efe1aaa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/33be19679efe1aaa","status":"passed","time":{"start":1726218011626,"stop":1726218011626,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eb73b67f7b8fbae3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb73b67f7b8fbae3","status":"passed","time":{"start":1726218510968,"stop":1726218510969,"duration":1}},{"uid":"6769093b54bf2319","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6769093b54bf2319","status":"passed","time":{"start":1726218417137,"stop":1726218417138,"duration":1}},{"uid":"591f890830c9edf4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/591f890830c9edf4","status":"passed","time":{"start":1726217677784,"stop":1726217677785,"duration":1}},{"uid":"56302dde65f3b459","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/56302dde65f3b459","status":"passed","time":{"start":1726217616835,"stop":1726217616836,"duration":1}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d7797eec315560e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d7797eec315560e4","status":"passed","time":{"start":1726218788034,"stop":1726218788035,"duration":1}},{"uid":"917bcc19abe98990","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/917bcc19abe98990","status":"passed","time":{"start":1726218685051,"stop":1726218685051,"duration":0}},{"uid":"9f6ad9d0a302fa81","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9f6ad9d0a302fa81","status":"passed","time":{"start":1726217960212,"stop":1726217960212,"duration":0}},{"uid":"245e9037cd62387a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/245e9037cd62387a","status":"passed","time":{"start":1726217875224,"stop":1726217875225,"duration":1}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4e4cda8e9155f72a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4e4cda8e9155f72a","status":"passed","time":{"start":1726218812462,"stop":1726218812463,"duration":1}},{"uid":"682a70137c029098","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/682a70137c029098","status":"passed","time":{"start":1726218708380,"stop":1726218708382,"duration":2}},{"uid":"8a91252486d89c80","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a91252486d89c80","status":"passed","time":{"start":1726217980035,"stop":1726217980035,"duration":0}},{"uid":"b86c618ab3ad21e6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b86c618ab3ad21e6","status":"passed","time":{"start":1726217896496,"stop":1726217896496,"duration":0}}]},"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ceef3fdf5610026","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ceef3fdf5610026","status":"passed","time":{"start":1726218283086,"stop":1726218283086,"duration":0}},{"uid":"d354434a1737d9d6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d354434a1737d9d6","status":"passed","time":{"start":1726218188587,"stop":1726218188587,"duration":0}},{"uid":"3f16e5f1c1705c00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3f16e5f1c1705c00","status":"passed","time":{"start":1726217441548,"stop":1726217441548,"duration":0}},{"uid":"565d0647c6a85aba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/565d0647c6a85aba","status":"passed","time":{"start":1726217383210,"stop":1726217383211,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"495f9ae83ce407e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/495f9ae83ce407e4","status":"passed","time":{"start":1726218296384,"stop":1726218296385,"duration":1}},{"uid":"f7757ee58b91317c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f7757ee58b91317c","status":"passed","time":{"start":1726218201684,"stop":1726218201684,"duration":0}},{"uid":"f667a9aa18932b1f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f667a9aa18932b1f","status":"passed","time":{"start":1726217454965,"stop":1726217454965,"duration":0}},{"uid":"6e2c89319c8caad9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e2c89319c8caad9","status":"passed","time":{"start":1726217396430,"stop":1726217396431,"duration":1}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f4de2b05d1b01c4f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f4de2b05d1b01c4f","status":"passed","time":{"start":1726218291077,"stop":1726218291077,"duration":0}},{"uid":"fe920dae22f8c514","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fe920dae22f8c514","status":"passed","time":{"start":1726218196339,"stop":1726218196340,"duration":1}},{"uid":"55912713e024dcc9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55912713e024dcc9","status":"passed","time":{"start":1726217449467,"stop":1726217449468,"duration":1}},{"uid":"4516283a4ea9ddf5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4516283a4ea9ddf5","status":"passed","time":{"start":1726217391246,"stop":1726217391246,"duration":0}}]},"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5ae26e81ad67ab3e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ae26e81ad67ab3e","status":"passed","time":{"start":1726218583681,"stop":1726218583681,"duration":0}},{"uid":"758e216b7db9eb9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/758e216b7db9eb9","status":"passed","time":{"start":1726218469198,"stop":1726218469201,"duration":3}},{"uid":"135264c5abcb468c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/135264c5abcb468c","status":"passed","time":{"start":1726217742497,"stop":1726217742497,"duration":0}},{"uid":"d9421ab2d2d7d2db","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9421ab2d2d7d2db","status":"passed","time":{"start":1726217674282,"stop":1726217674282,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cbc339e538797e3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cbc339e538797e3","status":"passed","time":{"start":1726218551482,"stop":1726218551482,"duration":0}},{"uid":"4b4cbef28fdb1651","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b4cbef28fdb1651","status":"passed","time":{"start":1726218459534,"stop":1726218459535,"duration":1}},{"uid":"2d61d05e596ee0bb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2d61d05e596ee0bb","status":"passed","time":{"start":1726217706000,"stop":1726217706000,"duration":0}},{"uid":"2d3482a3f894781b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2d3482a3f894781b","status":"passed","time":{"start":1726217650757,"stop":1726217650757,"duration":0}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fd7930b6eebc4ffa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd7930b6eebc4ffa","status":"passed","time":{"start":1726218879360,"stop":1726218879360,"duration":0}},{"uid":"f8ad940931f4ffec","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f8ad940931f4ffec","status":"passed","time":{"start":1726218787589,"stop":1726218787590,"duration":1}},{"uid":"f4046bbb7f92c7c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f4046bbb7f92c7c4","status":"passed","time":{"start":1726218066304,"stop":1726218066305,"duration":1}},{"uid":"55ec187768f05e10","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/55ec187768f05e10","status":"passed","time":{"start":1726217965342,"stop":1726217965345,"duration":3}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f07822f296fda52a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f07822f296fda52a","status":"passed","time":{"start":1726218551469,"stop":1726218551469,"duration":0}},{"uid":"5d575d1aa5976fd6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5d575d1aa5976fd6","status":"passed","time":{"start":1726218459524,"stop":1726218459524,"duration":0}},{"uid":"e4676b067da16ef4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e4676b067da16ef4","status":"passed","time":{"start":1726217705995,"stop":1726217705996,"duration":1}},{"uid":"e76a3fde5e0f6beb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e76a3fde5e0f6beb","status":"passed","time":{"start":1726217650746,"stop":1726217650747,"duration":1}}]},"530e4b6cb1fef92d6a3390ad219aa25a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcd39ff55f2e6eac","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fcd39ff55f2e6eac","status":"passed","time":{"start":1726218765880,"stop":1726218765883,"duration":3}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d203c783679f29f9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d203c783679f29f9","status":"passed","time":{"start":1726218335402,"stop":1726218335402,"duration":0}},{"uid":"3cc99c5e3f194361","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3cc99c5e3f194361","status":"passed","time":{"start":1726218239526,"stop":1726218239527,"duration":1}},{"uid":"fd000a3b6481080d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd000a3b6481080d","status":"passed","time":{"start":1726217493341,"stop":1726217493341,"duration":0}},{"uid":"c6ea362b5d0dc4be","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c6ea362b5d0dc4be","status":"passed","time":{"start":1726217434835,"stop":1726217434836,"duration":1}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ac745da7d2833461","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac745da7d2833461","status":"passed","time":{"start":1726218523026,"stop":1726218523026,"duration":0}},{"uid":"9afbc5548cc963a5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9afbc5548cc963a5","status":"passed","time":{"start":1726218422917,"stop":1726218422917,"duration":0}},{"uid":"ca68ae3dc8e86300","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca68ae3dc8e86300","status":"passed","time":{"start":1726217687439,"stop":1726217687439,"duration":0}},{"uid":"47e96d991d2a2832","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/47e96d991d2a2832","status":"passed","time":{"start":1726217604519,"stop":1726217604520,"duration":1}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"df1d0806687cc5af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df1d0806687cc5af","status":"passed","time":{"start":1726218812481,"stop":1726218812481,"duration":0}},{"uid":"84eb1fb89db3d977","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/84eb1fb89db3d977","status":"passed","time":{"start":1726218708458,"stop":1726218708459,"duration":1}},{"uid":"af16cec20f846056","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af16cec20f846056","status":"passed","time":{"start":1726217980055,"stop":1726217980055,"duration":0}},{"uid":"707af16b220e0ec9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/707af16b220e0ec9","status":"passed","time":{"start":1726217896509,"stop":1726217896509,"duration":0}}]},"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"61f382425504b46a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/61f382425504b46a","status":"passed","time":{"start":1726218283093,"stop":1726218283093,"duration":0}},{"uid":"916da0f35dfeb484","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/916da0f35dfeb484","status":"passed","time":{"start":1726218188594,"stop":1726218188594,"duration":0}},{"uid":"1843b00d8f2bd14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1843b00d8f2bd14","status":"passed","time":{"start":1726217441555,"stop":1726217441555,"duration":0}},{"uid":"27d4e6e58837f035","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/27d4e6e58837f035","status":"passed","time":{"start":1726217383218,"stop":1726217383218,"duration":0}}]},"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1b0ec5f9a42dd98f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b0ec5f9a42dd98f","status":"passed","time":{"start":1726218283083,"stop":1726218283083,"duration":0}},{"uid":"5755e3557c056626","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5755e3557c056626","status":"passed","time":{"start":1726218188585,"stop":1726218188586,"duration":1}},{"uid":"698cea5946ef0424","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/698cea5946ef0424","status":"passed","time":{"start":1726217441545,"stop":1726217441545,"duration":0}},{"uid":"7ec42da006999a8a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7ec42da006999a8a","status":"passed","time":{"start":1726217383208,"stop":1726217383208,"duration":0}}]},"eae010ba79fede5e1501c515d8ed8ede:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"232cd0d147ba7ed9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/232cd0d147ba7ed9","status":"passed","time":{"start":1726218863180,"stop":1726218863180,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aae88a19784e5896","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aae88a19784e5896","status":"passed","time":{"start":1726218909193,"stop":1726218909194,"duration":1}},{"uid":"b6af511727ba8974","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b6af511727ba8974","status":"passed","time":{"start":1726218818264,"stop":1726218818265,"duration":1}},{"uid":"5868e895f3b49a09","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5868e895f3b49a09","status":"passed","time":{"start":1726218085656,"stop":1726218085657,"duration":1}},{"uid":"23dd5a7087c76a6d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/23dd5a7087c76a6d","status":"passed","time":{"start":1726217996427,"stop":1726217996427,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"398784034053f15d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/398784034053f15d","status":"passed","time":{"start":1726218455968,"stop":1726218455968,"duration":0}},{"uid":"2fdb96e16b101035","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fdb96e16b101035","status":"passed","time":{"start":1726218357623,"stop":1726218357623,"duration":0}},{"uid":"9f598f9ebb5059cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9f598f9ebb5059cb","status":"passed","time":{"start":1726217608001,"stop":1726217608002,"duration":1}},{"uid":"388829911390837e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/388829911390837e","status":"passed","time":{"start":1726217547142,"stop":1726217547143,"duration":1}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"55df71f4ea11c8f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55df71f4ea11c8f8","status":"passed","time":{"start":1726218315166,"stop":1726218315167,"duration":1}},{"uid":"e5037428dd3c7495","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e5037428dd3c7495","status":"passed","time":{"start":1726218219854,"stop":1726218219855,"duration":1}},{"uid":"e3a434d551af9d9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3a434d551af9d9a","status":"passed","time":{"start":1726217473325,"stop":1726217473325,"duration":0}},{"uid":"3d59cfd491d97446","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3d59cfd491d97446","status":"passed","time":{"start":1726217414670,"stop":1726217414670,"duration":0}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3dd9ad0003d0faa4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3dd9ad0003d0faa4","status":"passed","time":{"start":1726218308582,"stop":1726218308582,"duration":0}},{"uid":"efc9d33de0d33687","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/efc9d33de0d33687","status":"passed","time":{"start":1726218213408,"stop":1726218213408,"duration":0}},{"uid":"c3d8eb446dfacfe9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3d8eb446dfacfe9","status":"passed","time":{"start":1726217466675,"stop":1726217466676,"duration":1}},{"uid":"8c71f46a7d136f92","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c71f46a7d136f92","status":"passed","time":{"start":1726217408296,"stop":1726217408296,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d6479dfe9c5fc0df","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d6479dfe9c5fc0df","status":"passed","time":{"start":1726218412655,"stop":1726218412656,"duration":1}},{"uid":"3ca8c780311f52a6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3ca8c780311f52a6","status":"passed","time":{"start":1726218318088,"stop":1726218318088,"duration":0}},{"uid":"8085f42cd3c196ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8085f42cd3c196ca","status":"passed","time":{"start":1726217567472,"stop":1726217567473,"duration":1}},{"uid":"664dd1a4daccaac8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/664dd1a4daccaac8","status":"passed","time":{"start":1726217508418,"stop":1726217508419,"duration":1}}]},"1616cf5f249e9484ee51ea3ddc681497:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df270e8a33d7aa9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/df270e8a33d7aa9","status":"passed","time":{"start":1726218659010,"stop":1726218659010,"duration":0}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d6e14c991b77b56","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2d6e14c991b77b56","status":"passed","time":{"start":1726218291081,"stop":1726218291082,"duration":1}},{"uid":"52674b60407ad7fc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52674b60407ad7fc","status":"passed","time":{"start":1726218196347,"stop":1726218196347,"duration":0}},{"uid":"f4ef8f4fa2874bfe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f4ef8f4fa2874bfe","status":"passed","time":{"start":1726217449479,"stop":1726217449480,"duration":1}},{"uid":"d2ee5840280ce803","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d2ee5840280ce803","status":"passed","time":{"start":1726217391251,"stop":1726217391252,"duration":1}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"18e1cb705e793ac2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18e1cb705e793ac2","status":"passed","time":{"start":1726218397743,"stop":1726218397743,"duration":0}},{"uid":"152d6d707b22681b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/152d6d707b22681b","status":"passed","time":{"start":1726218303231,"stop":1726218303231,"duration":0}},{"uid":"34987f1e0c4cff7a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34987f1e0c4cff7a","status":"passed","time":{"start":1726217551920,"stop":1726217551920,"duration":0}},{"uid":"a5f309efe06b1e4e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a5f309efe06b1e4e","status":"passed","time":{"start":1726217494760,"stop":1726217494760,"duration":0}}]},"e67f5036b6478ef2d4b637d8877e3d27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3aba3de9db46d0fd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3aba3de9db46d0fd","status":"passed","time":{"start":1726218781393,"stop":1726218781394,"duration":1}}]},"08f86d794127e02952836d6b15147b31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a400719ce4c6d3e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a400719ce4c6d3e","status":"passed","time":{"start":1726218778288,"stop":1726218778288,"duration":0}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"631303ba99fa9029","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/631303ba99fa9029","status":"passed","time":{"start":1726218778265,"stop":1726218778270,"duration":5}},{"uid":"be75161bce8a0ec1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/be75161bce8a0ec1","status":"passed","time":{"start":1726218673560,"stop":1726218673560,"duration":0}},{"uid":"d8bc04fa2cad4afe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d8bc04fa2cad4afe","status":"passed","time":{"start":1726217946735,"stop":1726217946735,"duration":0}},{"uid":"4b5b5e7a65992b9f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b5b5e7a65992b9f","status":"passed","time":{"start":1726217862787,"stop":1726217862787,"duration":0}}]},"ac96b5178b1bde30c18bae6c345acf10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"92417dc4a7800a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/92417dc4a7800a0","status":"passed","time":{"start":1726218863179,"stop":1726218863180,"duration":1}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6f297511b425bfdf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f297511b425bfdf","status":"passed","time":{"start":1726218764098,"stop":1726218764098,"duration":0}},{"uid":"57cd5ae727a6aeb6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/57cd5ae727a6aeb6","status":"passed","time":{"start":1726218659015,"stop":1726218659015,"duration":0}},{"uid":"8db847d1f97c48e2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8db847d1f97c48e2","status":"passed","time":{"start":1726217924742,"stop":1726217924742,"duration":0}},{"uid":"9ad727592440a8a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9ad727592440a8a4","status":"passed","time":{"start":1726217840517,"stop":1726217840517,"duration":0}}]},"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e5bfcd69cca79801","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5bfcd69cca79801","status":"passed","time":{"start":1726218885489,"stop":1726218885489,"duration":0}},{"uid":"7aef65423cc1bd39","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7aef65423cc1bd39","status":"passed","time":{"start":1726218803160,"stop":1726218803160,"duration":0}},{"uid":"be7ef5cf7a377c0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be7ef5cf7a377c0","status":"passed","time":{"start":1726218063109,"stop":1726218063110,"duration":1}},{"uid":"60db92e480a1f313","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/60db92e480a1f313","status":"passed","time":{"start":1726217974421,"stop":1726217974422,"duration":1}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d83dd35444514e57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d83dd35444514e57","status":"passed","time":{"start":1726218296784,"stop":1726218296784,"duration":0}},{"uid":"9b1c80fb340fb4df","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9b1c80fb340fb4df","status":"passed","time":{"start":1726218201910,"stop":1726218201911,"duration":1}},{"uid":"526eb17fa2b13c72","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/526eb17fa2b13c72","status":"passed","time":{"start":1726217455151,"stop":1726217455151,"duration":0}},{"uid":"479bc922fbd7d268","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/479bc922fbd7d268","status":"passed","time":{"start":1726217396840,"stop":1726217396840,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f9008147b917165c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f9008147b917165c","status":"passed","time":{"start":1726218563295,"stop":1726218563295,"duration":0}},{"uid":"c96c3ecbd92356b1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c96c3ecbd92356b1","status":"passed","time":{"start":1726218471415,"stop":1726218471415,"duration":0}},{"uid":"be4a89efa6eeda7c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be4a89efa6eeda7c","status":"passed","time":{"start":1726217724200,"stop":1726217724200,"duration":0}},{"uid":"2975df4d243f885d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2975df4d243f885d","status":"passed","time":{"start":1726217656056,"stop":1726217656056,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"88e35d2cf4c770eb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/88e35d2cf4c770eb","status":"passed","time":{"start":1726218879337,"stop":1726218879337,"duration":0}},{"uid":"d672aadafbcce34e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d672aadafbcce34e","status":"passed","time":{"start":1726218787584,"stop":1726218787585,"duration":1}},{"uid":"1e3633514e5ee9f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1e3633514e5ee9f7","status":"passed","time":{"start":1726218066296,"stop":1726218066296,"duration":0}},{"uid":"3138acea2778f812","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3138acea2778f812","status":"passed","time":{"start":1726217965314,"stop":1726217965314,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"567793b8bad2a1b2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/567793b8bad2a1b2","status":"passed","time":{"start":1726218764081,"stop":1726218764081,"duration":0}},{"uid":"16f82677ef61285a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/16f82677ef61285a","status":"passed","time":{"start":1726218659001,"stop":1726218659001,"duration":0}},{"uid":"4361aea2bfb11075","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4361aea2bfb11075","status":"passed","time":{"start":1726217924730,"stop":1726217924730,"duration":0}},{"uid":"9592ca86a9c25c83","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9592ca86a9c25c83","status":"passed","time":{"start":1726217840472,"stop":1726217840472,"duration":0}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"258484f6d68aaaf2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/258484f6d68aaaf2","status":"passed","time":{"start":1726218879289,"stop":1726218879289,"duration":0}},{"uid":"6c6ad603d5ac4329","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6c6ad603d5ac4329","status":"passed","time":{"start":1726218787573,"stop":1726218787573,"duration":0}},{"uid":"b6ab9ef98e88147b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b6ab9ef98e88147b","status":"passed","time":{"start":1726218066275,"stop":1726218066276,"duration":1}},{"uid":"329b443b028cc1f1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/329b443b028cc1f1","status":"passed","time":{"start":1726217965299,"stop":1726217965299,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b28aea2808b126a5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b28aea2808b126a5","status":"passed","time":{"start":1726218523020,"stop":1726218523021,"duration":1}},{"uid":"c0f40d6af96ec692","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c0f40d6af96ec692","status":"passed","time":{"start":1726218422904,"stop":1726218422905,"duration":1}},{"uid":"925b1c919a4ad23d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/925b1c919a4ad23d","status":"passed","time":{"start":1726217687427,"stop":1726217687428,"duration":1}},{"uid":"9cb50416fac1c0a2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9cb50416fac1c0a2","status":"passed","time":{"start":1726217604496,"stop":1726217604496,"duration":0}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"705e34138455fa75","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/705e34138455fa75","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218806766,"stop":1726218806766,"duration":0}},{"uid":"2fe4671d14a43cc4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fe4671d14a43cc4","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218706748,"stop":1726218706748,"duration":0}},{"uid":"52aa7f8c3c7dab29","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/52aa7f8c3c7dab29","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217976621,"stop":1726217976622,"duration":1}},{"uid":"a47604b2d870268c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a47604b2d870268c","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217890303,"stop":1726217890303,"duration":0}}]},"4d7ae0aa488e821bdb69363d0faac581:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b157ba589234ae7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8b157ba589234ae7","status":"passed","time":{"start":1726218843768,"stop":1726218843769,"duration":1}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c13409efc28ba3b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5c13409efc28ba3b","status":"passed","time":{"start":1726218510990,"stop":1726218510990,"duration":0}},{"uid":"f210e8ac58f2da32","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f210e8ac58f2da32","status":"passed","time":{"start":1726218417156,"stop":1726218417156,"duration":0}},{"uid":"53e26649a382515b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53e26649a382515b","status":"passed","time":{"start":1726217677844,"stop":1726217677845,"duration":1}},{"uid":"324bd5ac8a86827c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/324bd5ac8a86827c","status":"passed","time":{"start":1726217616848,"stop":1726217616849,"duration":1}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"768bcaa9249b2728","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/768bcaa9249b2728","status":"passed","time":{"start":1726218304469,"stop":1726218304469,"duration":0}},{"uid":"e491e432a8cc1205","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e491e432a8cc1205","status":"passed","time":{"start":1726218209565,"stop":1726218209565,"duration":0}},{"uid":"432d70d9375b9e24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/432d70d9375b9e24","status":"passed","time":{"start":1726217463040,"stop":1726217463040,"duration":0}},{"uid":"f2889d0b60835cc4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f2889d0b60835cc4","status":"passed","time":{"start":1726217404607,"stop":1726217404607,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"924b95079e61c63c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/924b95079e61c63c","status":"passed","time":{"start":1726218308581,"stop":1726218308582,"duration":1}},{"uid":"f95f47f16300f475","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f95f47f16300f475","status":"passed","time":{"start":1726218213408,"stop":1726218213408,"duration":0}},{"uid":"25dbdae7dd1dad37","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/25dbdae7dd1dad37","status":"passed","time":{"start":1726217466675,"stop":1726217466675,"duration":0}},{"uid":"76375116bd58d115","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/76375116bd58d115","status":"passed","time":{"start":1726217408296,"stop":1726217408296,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"be02553425865e11","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be02553425865e11","status":"passed","time":{"start":1726218778195,"stop":1726218778197,"duration":2}},{"uid":"20bce3b73a9f4081","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/20bce3b73a9f4081","status":"passed","time":{"start":1726218673550,"stop":1726218673551,"duration":1}},{"uid":"1367842c152bee60","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1367842c152bee60","status":"passed","time":{"start":1726217946721,"stop":1726217946721,"duration":0}},{"uid":"eaa719d4375c1255","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eaa719d4375c1255","status":"passed","time":{"start":1726217862774,"stop":1726217862775,"duration":1}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9d208b9d5f6a2294","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9d208b9d5f6a2294","status":"passed","time":{"start":1726218879372,"stop":1726218879373,"duration":1}},{"uid":"96ded1b4c5d154ac","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/96ded1b4c5d154ac","status":"passed","time":{"start":1726218787592,"stop":1726218787592,"duration":0}},{"uid":"486cf7f81ffa6dae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/486cf7f81ffa6dae","status":"passed","time":{"start":1726218066314,"stop":1726218066315,"duration":1}},{"uid":"c322bce9d685314c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c322bce9d685314c","status":"passed","time":{"start":1726217965347,"stop":1726217965348,"duration":1}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f0ccb15b0d08762","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1f0ccb15b0d08762","status":"passed","time":{"start":1726218346773,"stop":1726218346773,"duration":0}},{"uid":"fe40dacaba677356","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fe40dacaba677356","status":"passed","time":{"start":1726218251125,"stop":1726218251125,"duration":0}},{"uid":"5692dc5d47602a81","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5692dc5d47602a81","status":"passed","time":{"start":1726217503655,"stop":1726217503656,"duration":1}},{"uid":"3264a78b206d26df","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3264a78b206d26df","status":"passed","time":{"start":1726217444759,"stop":1726217444759,"duration":0}}]},"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"496cbaa2c10876ec","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/496cbaa2c10876ec","status":"passed","time":{"start":1726218283098,"stop":1726218283099,"duration":1}},{"uid":"66f7021f9b12fe6c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/66f7021f9b12fe6c","status":"passed","time":{"start":1726218188598,"stop":1726218188598,"duration":0}},{"uid":"c414834a9c5d931","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c414834a9c5d931","status":"passed","time":{"start":1726217441561,"stop":1726217441561,"duration":0}},{"uid":"5e321b15d6edd488","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e321b15d6edd488","status":"passed","time":{"start":1726217383223,"stop":1726217383223,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f39e0ed3816f040d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f39e0ed3816f040d","status":"passed","time":{"start":1726218778287,"stop":1726218778287,"duration":0}},{"uid":"e4bb708ac07eb8e1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e4bb708ac07eb8e1","status":"passed","time":{"start":1726218673563,"stop":1726218673563,"duration":0}},{"uid":"3a32b0028b9f79ca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a32b0028b9f79ca","status":"passed","time":{"start":1726217946741,"stop":1726217946741,"duration":0}},{"uid":"c87643f3f2d06dfc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c87643f3f2d06dfc","status":"passed","time":{"start":1726217862793,"stop":1726217862794,"duration":1}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"36f49fe4f270b563","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/36f49fe4f270b563","status":"passed","time":{"start":1726218308580,"stop":1726218308581,"duration":1}},{"uid":"36ce9a42654e3261","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/36ce9a42654e3261","status":"passed","time":{"start":1726218213407,"stop":1726218213407,"duration":0}},{"uid":"e526ec3fd1963b8e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e526ec3fd1963b8e","status":"passed","time":{"start":1726217466674,"stop":1726217466675,"duration":1}},{"uid":"206710e8a1c0062e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/206710e8a1c0062e","status":"passed","time":{"start":1726217408295,"stop":1726217408295,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5be8bc1a2f3bf356","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5be8bc1a2f3bf356","status":"passed","time":{"start":1726218296784,"stop":1726218296784,"duration":0}},{"uid":"c0e2c2308102668c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c0e2c2308102668c","status":"passed","time":{"start":1726218201911,"stop":1726218201911,"duration":0}},{"uid":"13856bd9edcc75aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/13856bd9edcc75aa","status":"passed","time":{"start":1726217455151,"stop":1726217455152,"duration":1}},{"uid":"fad85b3d0a854ebc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fad85b3d0a854ebc","status":"passed","time":{"start":1726217396840,"stop":1726217396840,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"62db60a4aeded6f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/62db60a4aeded6f","status":"passed","time":{"start":1726218764097,"stop":1726218764097,"duration":0}},{"uid":"29f2aecb1187565b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/29f2aecb1187565b","status":"passed","time":{"start":1726218659013,"stop":1726218659014,"duration":1}},{"uid":"a127032ae9eea9cc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a127032ae9eea9cc","status":"passed","time":{"start":1726217924741,"stop":1726217924741,"duration":0}},{"uid":"2d39bf251a87d1a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2d39bf251a87d1a4","status":"passed","time":{"start":1726217840515,"stop":1726217840516,"duration":1}}]},"898cbf4a8fba0498e448f7a87518ff0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9fa765fa058e38dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9fa765fa058e38dc","status":"passed","time":{"start":1726218039630,"stop":1726218039630,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bc7d6c8ab7df036e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bc7d6c8ab7df036e","status":"passed","time":{"start":1726218523030,"stop":1726218523030,"duration":0}},{"uid":"c67304556100f378","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c67304556100f378","status":"passed","time":{"start":1726218422921,"stop":1726218422921,"duration":0}},{"uid":"2e63e0cbccc2a075","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e63e0cbccc2a075","status":"passed","time":{"start":1726217687449,"stop":1726217687450,"duration":1}},{"uid":"de56a992437121a7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/de56a992437121a7","status":"passed","time":{"start":1726217604530,"stop":1726217604536,"duration":6}}]},"d1fd9bcbabca03cab7674897b320322b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a76c0089bc66ad9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a76c0089bc66ad9","status":"passed","time":{"start":1726217945358,"stop":1726217945358,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"63335d5b16db4b99","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/63335d5b16db4b99","status":"passed","time":{"start":1726218879361,"stop":1726218879361,"duration":0}},{"uid":"ae64d0d43e9f2402","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ae64d0d43e9f2402","status":"passed","time":{"start":1726218787590,"stop":1726218787591,"duration":1}},{"uid":"169693eed88d11f4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/169693eed88d11f4","status":"passed","time":{"start":1726218066305,"stop":1726218066307,"duration":2}},{"uid":"43a75977d10a2ca9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43a75977d10a2ca9","status":"passed","time":{"start":1726217965346,"stop":1726217965346,"duration":0}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"116814b04659d3b9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/116814b04659d3b9","status":"passed","time":{"start":1726218778282,"stop":1726218778283,"duration":1}},{"uid":"3bc4ffe3f23e6904","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3bc4ffe3f23e6904","status":"passed","time":{"start":1726218673560,"stop":1726218673561,"duration":1}},{"uid":"bb195f127bc23fc3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb195f127bc23fc3","status":"passed","time":{"start":1726217946739,"stop":1726217946739,"duration":0}},{"uid":"c4226e25790fc1f8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4226e25790fc1f8","status":"passed","time":{"start":1726217862788,"stop":1726217862789,"duration":1}}]},"cd8204a5a2773e22a709a9ffc08278f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1718215cb2ff9a1b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1718215cb2ff9a1b","status":"passed","time":{"start":1726217924759,"stop":1726217924759,"duration":0}}]},"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f5ed93bacfe25bb0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f5ed93bacfe25bb0","status":"passed","time":{"start":1726218283087,"stop":1726218283087,"duration":0}},{"uid":"335e3b4a3b51a9b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/335e3b4a3b51a9b","status":"passed","time":{"start":1726218188588,"stop":1726218188589,"duration":1}},{"uid":"7f1f6d1f744a94a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7f1f6d1f744a94a6","status":"passed","time":{"start":1726217441549,"stop":1726217441549,"duration":0}},{"uid":"cbe3e33657898b5c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cbe3e33657898b5c","status":"passed","time":{"start":1726217383212,"stop":1726217383212,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dde3b197bef194a5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dde3b197bef194a5","status":"passed","time":{"start":1726218886392,"stop":1726218886392,"duration":0}},{"uid":"fb6f0aadc7131e21","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fb6f0aadc7131e21","status":"passed","time":{"start":1726218791846,"stop":1726218791847,"duration":1}},{"uid":"21a181c76e1fbf4f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21a181c76e1fbf4f","status":"passed","time":{"start":1726218054684,"stop":1726218054684,"duration":0}},{"uid":"d9c8b6f763ad06c9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9c8b6f763ad06c9","status":"passed","time":{"start":1726217965431,"stop":1726217965431,"duration":0}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5e7bb3133c1d4a93","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5e7bb3133c1d4a93","status":"passed","time":{"start":1726218863004,"stop":1726218863004,"duration":0}},{"uid":"7dc4c6a9ec178c6a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7dc4c6a9ec178c6a","status":"passed","time":{"start":1726218781382,"stop":1726218781382,"duration":0}},{"uid":"e0fb4e9e26f6b570","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0fb4e9e26f6b570","status":"passed","time":{"start":1726218013697,"stop":1726218013697,"duration":0}},{"uid":"8e9e3b9e5d64fec7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e9e3b9e5d64fec7","status":"passed","time":{"start":1726217945330,"stop":1726217945331,"duration":1}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e3de853524dbbd72","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3de853524dbbd72","status":"passed","time":{"start":1726218879294,"stop":1726218879298,"duration":4}},{"uid":"e14c30f84e8d33ca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e14c30f84e8d33ca","status":"passed","time":{"start":1726218787576,"stop":1726218787577,"duration":1}},{"uid":"eb457267617fafac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb457267617fafac","status":"passed","time":{"start":1726218066279,"stop":1726218066279,"duration":0}},{"uid":"52308df98022a0f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/52308df98022a0f2","status":"passed","time":{"start":1726217965302,"stop":1726217965303,"duration":1}}]},"ef736a49114e09f573250a7bccc35ae2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ecb4dbb01334f29d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ecb4dbb01334f29d","status":"passed","time":{"start":1726218039629,"stop":1726218039629,"duration":0}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6f855269ae3e689","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f855269ae3e689","status":"passed","time":{"start":1726218886387,"stop":1726218886390,"duration":3}},{"uid":"302304fcd21f8572","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/302304fcd21f8572","status":"passed","time":{"start":1726218791845,"stop":1726218791846,"duration":1}},{"uid":"e44df5c108d260a3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e44df5c108d260a3","status":"passed","time":{"start":1726218054673,"stop":1726218054673,"duration":0}},{"uid":"680f3c0d345cc8da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/680f3c0d345cc8da","status":"passed","time":{"start":1726217965430,"stop":1726217965430,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b4edf353a788d32c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b4edf353a788d32c","status":"passed","time":{"start":1726218764109,"stop":1726218764109,"duration":0}},{"uid":"be48352549806fa3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/be48352549806fa3","status":"passed","time":{"start":1726218659023,"stop":1726218659023,"duration":0}},{"uid":"3102ce46df784b5a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3102ce46df784b5a","status":"passed","time":{"start":1726217924758,"stop":1726217924759,"duration":1}},{"uid":"fb75925c82415f3b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fb75925c82415f3b","status":"passed","time":{"start":1726217840560,"stop":1726217840562,"duration":2}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"22ed9590a9a5b255","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/22ed9590a9a5b255","status":"passed","time":{"start":1726218909196,"stop":1726218909196,"duration":0}},{"uid":"fb7b9f250681224d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fb7b9f250681224d","status":"passed","time":{"start":1726218818272,"stop":1726218818272,"duration":0}},{"uid":"df2f8c58c95060a5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df2f8c58c95060a5","status":"passed","time":{"start":1726218085663,"stop":1726218085664,"duration":1}},{"uid":"983de1f24e267f0b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/983de1f24e267f0b","status":"passed","time":{"start":1726217996430,"stop":1726217996431,"duration":1}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7d91aeaf8b975730","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d91aeaf8b975730","status":"passed","time":{"start":1726218523023,"stop":1726218523023,"duration":0}},{"uid":"ee3dd4aa4593939a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ee3dd4aa4593939a","status":"passed","time":{"start":1726218422910,"stop":1726218422910,"duration":0}},{"uid":"5f17a1fd85500929","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f17a1fd85500929","status":"passed","time":{"start":1726217687431,"stop":1726217687432,"duration":1}},{"uid":"c3bb6e1457e716d4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c3bb6e1457e716d4","status":"passed","time":{"start":1726217604499,"stop":1726217604509,"duration":10}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6be6a4d847ad8566","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6be6a4d847ad8566","status":"passed","time":{"start":1726218879341,"stop":1726218879342,"duration":1}},{"uid":"22be9cf983e8e6ca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/22be9cf983e8e6ca","status":"passed","time":{"start":1726218787587,"stop":1726218787587,"duration":0}},{"uid":"b0e8224f5deac55d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b0e8224f5deac55d","status":"passed","time":{"start":1726218066298,"stop":1726218066299,"duration":1}},{"uid":"46eb463f4202af18","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/46eb463f4202af18","status":"passed","time":{"start":1726217965319,"stop":1726217965319,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3578b6b775ac898d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3578b6b775ac898d","status":"passed","time":{"start":1726218778287,"stop":1726218778288,"duration":1}},{"uid":"a14558ea907e34d1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a14558ea907e34d1","status":"passed","time":{"start":1726218673563,"stop":1726218673563,"duration":0}},{"uid":"fa930ca5f2fb2f33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa930ca5f2fb2f33","status":"passed","time":{"start":1726217946742,"stop":1726217946743,"duration":1}},{"uid":"78b15efb9775cbb5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/78b15efb9775cbb5","status":"passed","time":{"start":1726217862798,"stop":1726217862799,"duration":1}}]},"9f5ba4358ad1f1ea63dbf0c8d50c1b39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dea6354e6305abda","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dea6354e6305abda","status":"passed","time":{"start":1726218748392,"stop":1726218748392,"duration":0}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"367baa7872b9c6bc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/367baa7872b9c6bc","status":"passed","time":{"start":1726218879340,"stop":1726218879340,"duration":0}},{"uid":"760a0b73fd333c10","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/760a0b73fd333c10","status":"passed","time":{"start":1726218787586,"stop":1726218787586,"duration":0}},{"uid":"176c58e700c9d627","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/176c58e700c9d627","status":"passed","time":{"start":1726218066298,"stop":1726218066298,"duration":0}},{"uid":"755019ded38c6117","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/755019ded38c6117","status":"passed","time":{"start":1726217965318,"stop":1726217965318,"duration":0}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ae17a515ffbdd9e1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae17a515ffbdd9e1","status":"passed","time":{"start":1726218296786,"stop":1726218296787,"duration":1}},{"uid":"505ca3dd7a50bfc4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/505ca3dd7a50bfc4","status":"passed","time":{"start":1726218201913,"stop":1726218201914,"duration":1}},{"uid":"100487c0b35a722e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/100487c0b35a722e","status":"passed","time":{"start":1726217455154,"stop":1726217455154,"duration":0}},{"uid":"40b2c280d2738746","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/40b2c280d2738746","status":"passed","time":{"start":1726217396843,"stop":1726217396843,"duration":0}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a753297e170ba22","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a753297e170ba22","status":"passed","time":{"start":1726218778189,"stop":1726218778189,"duration":0}},{"uid":"28b7968ca062238c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/28b7968ca062238c","status":"passed","time":{"start":1726218673548,"stop":1726218673548,"duration":0}},{"uid":"95c639a6bcb02022","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95c639a6bcb02022","status":"passed","time":{"start":1726217946700,"stop":1726217946705,"duration":5}},{"uid":"a08487edb4173a8f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a08487edb4173a8f","status":"passed","time":{"start":1726217862772,"stop":1726217862772,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9fd2501d22e62bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9fd2501d22e62bd","status":"passed","time":{"start":1726218862993,"stop":1726218862993,"duration":0}},{"uid":"68b3d4fb221db66","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68b3d4fb221db66","status":"passed","time":{"start":1726218781376,"stop":1726218781376,"duration":0}},{"uid":"48dcbc888136b7ac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48dcbc888136b7ac","status":"passed","time":{"start":1726218013692,"stop":1726218013692,"duration":0}},{"uid":"89cbb441bea871a9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/89cbb441bea871a9","status":"passed","time":{"start":1726217945325,"stop":1726217945326,"duration":1}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5f7b643d0c265439","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f7b643d0c265439","status":"passed","time":{"start":1726218291657,"stop":1726218291657,"duration":0}},{"uid":"9df5065f91b347a8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9df5065f91b347a8","status":"passed","time":{"start":1726218196995,"stop":1726218196996,"duration":1}},{"uid":"c1d2dd506ddaa322","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1d2dd506ddaa322","status":"passed","time":{"start":1726217450193,"stop":1726217450193,"duration":0}},{"uid":"23da2af5fdbef403","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/23da2af5fdbef403","status":"passed","time":{"start":1726217391845,"stop":1726217391845,"duration":0}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7e9c238f56610d41","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7e9c238f56610d41","status":"passed","time":{"start":1726218291661,"stop":1726218291661,"duration":0}},{"uid":"c5f4f0f3d6a189b5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c5f4f0f3d6a189b5","status":"passed","time":{"start":1726218196999,"stop":1726218197000,"duration":1}},{"uid":"f2ea9e5a40036722","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f2ea9e5a40036722","status":"passed","time":{"start":1726217450197,"stop":1726217450197,"duration":0}},{"uid":"39e2bac5e3e389b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39e2bac5e3e389b5","status":"passed","time":{"start":1726217391849,"stop":1726217391849,"duration":0}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dd0f71537a4076a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd0f71537a4076a","status":"passed","time":{"start":1726218788035,"stop":1726218788035,"duration":0}},{"uid":"7a5bbf6c71f4ebfc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a5bbf6c71f4ebfc","status":"passed","time":{"start":1726218685051,"stop":1726218685051,"duration":0}},{"uid":"ec4f413dbf24196e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ec4f413dbf24196e","status":"passed","time":{"start":1726217960212,"stop":1726217960212,"duration":0}},{"uid":"83a499a867e783b7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/83a499a867e783b7","status":"passed","time":{"start":1726217875225,"stop":1726217875226,"duration":1}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ac87ccec45685311","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac87ccec45685311","status":"passed","time":{"start":1726218886396,"stop":1726218886396,"duration":0}},{"uid":"d360f138e4e440b4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d360f138e4e440b4","status":"passed","time":{"start":1726218791849,"stop":1726218791850,"duration":1}},{"uid":"a5ab136b1af82365","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a5ab136b1af82365","status":"passed","time":{"start":1726218054700,"stop":1726218054700,"duration":0}},{"uid":"d076e7c769a2480d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d076e7c769a2480d","status":"passed","time":{"start":1726217965433,"stop":1726217965434,"duration":1}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"185105c8754d153e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/185105c8754d153e","status":"passed","time":{"start":1726218304534,"stop":1726218304534,"duration":0}},{"uid":"ad0fe761d0d922cc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ad0fe761d0d922cc","status":"passed","time":{"start":1726218209372,"stop":1726218209372,"duration":0}},{"uid":"f31243e4d41b7834","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f31243e4d41b7834","status":"passed","time":{"start":1726217462333,"stop":1726217462333,"duration":0}},{"uid":"3beee02548768e26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3beee02548768e26","status":"passed","time":{"start":1726217404187,"stop":1726217404187,"duration":0}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"935540172fe40d69","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/935540172fe40d69","status":"passed","time":{"start":1726218291082,"stop":1726218291082,"duration":0}},{"uid":"5348bc661ae29716","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5348bc661ae29716","status":"passed","time":{"start":1726218196348,"stop":1726218196348,"duration":0}},{"uid":"c3d274f4712d5995","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3d274f4712d5995","status":"passed","time":{"start":1726217449480,"stop":1726217449481,"duration":1}},{"uid":"ce9ab3b3dc70ef34","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce9ab3b3dc70ef34","status":"passed","time":{"start":1726217391252,"stop":1726217391252,"duration":0}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"100d5843bbcf901d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/100d5843bbcf901d","status":"passed","time":{"start":1726218879293,"stop":1726218879293,"duration":0}},{"uid":"f7a66c3c9b072730","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f7a66c3c9b072730","status":"passed","time":{"start":1726218787575,"stop":1726218787575,"duration":0}},{"uid":"6d6d264a18014b2c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d6d264a18014b2c","status":"passed","time":{"start":1726218066278,"stop":1726218066278,"duration":0}},{"uid":"8e85fe0d278c8ea5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8e85fe0d278c8ea5","status":"passed","time":{"start":1726217965301,"stop":1726217965302,"duration":1}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6bff4dc68a6d93ce","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6bff4dc68a6d93ce","status":"passed","time":{"start":1726218879360,"stop":1726218879361,"duration":1}},{"uid":"d39df60eed1440d3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d39df60eed1440d3","status":"passed","time":{"start":1726218787590,"stop":1726218787590,"duration":0}},{"uid":"be51b96c20f658de","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be51b96c20f658de","status":"passed","time":{"start":1726218066305,"stop":1726218066305,"duration":0}},{"uid":"3ca0f29456da20b8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3ca0f29456da20b8","status":"passed","time":{"start":1726217965345,"stop":1726217965346,"duration":1}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"75c50a9372841e04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/75c50a9372841e04","status":"passed","time":{"start":1726218304535,"stop":1726218304535,"duration":0}},{"uid":"16cc5cb2e0f011f1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/16cc5cb2e0f011f1","status":"passed","time":{"start":1726218209373,"stop":1726218209373,"duration":0}},{"uid":"4c9d3cc8fc0fbb19","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c9d3cc8fc0fbb19","status":"passed","time":{"start":1726217462334,"stop":1726217462336,"duration":2}},{"uid":"2f4ff238658c8107","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f4ff238658c8107","status":"passed","time":{"start":1726217404187,"stop":1726217404188,"duration":1}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"96751cbf414d64f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/96751cbf414d64f1","status":"passed","time":{"start":1726218812471,"stop":1726218812471,"duration":0}},{"uid":"1cf89db39cdf67d2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1cf89db39cdf67d2","status":"passed","time":{"start":1726218708393,"stop":1726218708394,"duration":1}},{"uid":"f625a555b6611ba7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f625a555b6611ba7","status":"passed","time":{"start":1726217980039,"stop":1726217980039,"duration":0}},{"uid":"c176c0674742e634","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c176c0674742e634","status":"passed","time":{"start":1726217896501,"stop":1726217896502,"duration":1}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0b0c15bf2cc7b6e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0b0c15bf2cc7b6e","status":"passed","time":{"start":1726218510971,"stop":1726218510972,"duration":1}},{"uid":"b219a0b38f092a9c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b219a0b38f092a9c","status":"passed","time":{"start":1726218417148,"stop":1726218417148,"duration":0}},{"uid":"3454605ed0d9a3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3454605ed0d9a3","status":"passed","time":{"start":1726217677810,"stop":1726217677812,"duration":2}},{"uid":"6718ff3a05ff8552","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6718ff3a05ff8552","status":"passed","time":{"start":1726217616839,"stop":1726217616840,"duration":1}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"715e3f70c8d9def2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/715e3f70c8d9def2","status":"passed","time":{"start":1726218843765,"stop":1726218843765,"duration":0}},{"uid":"123b24bbf70c56bc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/123b24bbf70c56bc","status":"passed","time":{"start":1726218748385,"stop":1726218748389,"duration":4}},{"uid":"27f30c6a16a7a99e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/27f30c6a16a7a99e","status":"passed","time":{"start":1726218011623,"stop":1726218011623,"duration":0}},{"uid":"1def0d092b574c5a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1def0d092b574c5a","status":"passed","time":{"start":1726217923177,"stop":1726217923178,"duration":1}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ef3865db254e0efe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef3865db254e0efe","status":"passed","time":{"start":1726218455969,"stop":1726218455970,"duration":1}},{"uid":"764fc280e6f2896f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/764fc280e6f2896f","status":"passed","time":{"start":1726218357624,"stop":1726218357624,"duration":0}},{"uid":"e33a56e46eeb57ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e33a56e46eeb57ba","status":"passed","time":{"start":1726217608003,"stop":1726217608003,"duration":0}},{"uid":"28ad328ef3cd253d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/28ad328ef3cd253d","status":"passed","time":{"start":1726217547144,"stop":1726217547144,"duration":0}}]},"00fc3f755153563262515df98204f7c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f0fc950447a01c2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f0fc950447a01c2","status":"passed","time":{"start":1726217952882,"stop":1726217952882,"duration":0}}]},"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"695cb9b704b63250","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/695cb9b704b63250","status":"passed","time":{"start":1726218283105,"stop":1726218283105,"duration":0}},{"uid":"b7ab1beeeaa58cab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b7ab1beeeaa58cab","status":"passed","time":{"start":1726218188606,"stop":1726218188606,"duration":0}},{"uid":"e8c745f9b53e82ff","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e8c745f9b53e82ff","status":"passed","time":{"start":1726217441570,"stop":1726217441570,"duration":0}},{"uid":"63d448c04ee5a59b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63d448c04ee5a59b","status":"passed","time":{"start":1726217383232,"stop":1726217383232,"duration":0}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"30dbe7a6536b4b79","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/30dbe7a6536b4b79","status":"passed","time":{"start":1726218314719,"stop":1726218314720,"duration":1}},{"uid":"767030c1715eb24a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/767030c1715eb24a","status":"passed","time":{"start":1726218219447,"stop":1726218219449,"duration":2}},{"uid":"7fd74a0165a35678","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7fd74a0165a35678","status":"passed","time":{"start":1726217472851,"stop":1726217472853,"duration":2}},{"uid":"3db3c4022b20586e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3db3c4022b20586e","status":"passed","time":{"start":1726217414156,"stop":1726217414157,"duration":1}}]},"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3905969d36b25a5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3905969d36b25a5c","status":"passed","time":{"start":1726218885489,"stop":1726218885490,"duration":1}},{"uid":"e7d904886f1eacae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e7d904886f1eacae","status":"passed","time":{"start":1726218803161,"stop":1726218803161,"duration":0}},{"uid":"21553e4e237cb56a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21553e4e237cb56a","status":"passed","time":{"start":1726218063111,"stop":1726218063112,"duration":1}},{"uid":"eeeaceb72831b18b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eeeaceb72831b18b","status":"passed","time":{"start":1726217974423,"stop":1726217974423,"duration":0}}]},"7e4e9c0eb08b2e911ba778f9b03cbf2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4d21241fcfe9e30","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d4d21241fcfe9e30","status":"passed","time":{"start":1726218764096,"stop":1726218764096,"duration":0}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c718359a42c077c5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c718359a42c077c5","status":"passed","time":{"start":1726218812459,"stop":1726218812462,"duration":3}},{"uid":"937dc5cf332a9ba0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/937dc5cf332a9ba0","status":"passed","time":{"start":1726218708376,"stop":1726218708380,"duration":4}},{"uid":"5f97f03312eb9c3f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f97f03312eb9c3f","status":"passed","time":{"start":1726217980034,"stop":1726217980035,"duration":1}},{"uid":"71f033ffcd97dbb6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/71f033ffcd97dbb6","status":"passed","time":{"start":1726217896495,"stop":1726217896496,"duration":1}}]},"6f019f40e80c241ccd0515a780a7830a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6abc64ab536d92c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d6abc64ab536d92c","status":"passed","time":{"start":1726218778291,"stop":1726218778291,"duration":0}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9ec6b4d4412ed8bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9ec6b4d4412ed8bd","status":"passed","time":{"start":1726218523017,"stop":1726218523017,"duration":0}},{"uid":"f4f209cd1d3180a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f4f209cd1d3180a0","status":"passed","time":{"start":1726218422900,"stop":1726218422900,"duration":0}},{"uid":"6cc886dceb5d32a7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6cc886dceb5d32a7","status":"passed","time":{"start":1726217687424,"stop":1726217687424,"duration":0}},{"uid":"d9dd44d94d730470","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9dd44d94d730470","status":"passed","time":{"start":1726217604491,"stop":1726217604491,"duration":0}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8d6239220a8a42d3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d6239220a8a42d3","status":"passed","time":{"start":1726218917024,"stop":1726218917024,"duration":0}},{"uid":"c286fbdab0bb8317","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c286fbdab0bb8317","status":"passed","time":{"start":1726218827655,"stop":1726218827655,"duration":0}},{"uid":"7c572d9bf118a112","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7c572d9bf118a112","status":"passed","time":{"start":1726218090763,"stop":1726218090763,"duration":0}},{"uid":"7f92eb263570ecc8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f92eb263570ecc8","status":"passed","time":{"start":1726217999476,"stop":1726217999476,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"330d8a8e30a1464a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/330d8a8e30a1464a","status":"passed","time":{"start":1726218862984,"stop":1726218862988,"duration":4}},{"uid":"2f71e9f909a8d56d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2f71e9f909a8d56d","status":"passed","time":{"start":1726218781370,"stop":1726218781371,"duration":1}},{"uid":"a19fa9505e421d8b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a19fa9505e421d8b","status":"passed","time":{"start":1726218013689,"stop":1726218013689,"duration":0}},{"uid":"4befe073dfec3517","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4befe073dfec3517","status":"passed","time":{"start":1726217945323,"stop":1726217945323,"duration":0}}]},"605d9f7dc298219be60b25afae490284:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11ca953b82711ae5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/11ca953b82711ae5","status":"passed","time":{"start":1726217840503,"stop":1726217840504,"duration":1}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca3f24444472b209","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca3f24444472b209","status":"passed","time":{"start":1726218851923,"stop":1726218851924,"duration":1}},{"uid":"c15d451d0bbe91bf","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c15d451d0bbe91bf","status":"passed","time":{"start":1726218761850,"stop":1726218761850,"duration":0}},{"uid":"c4ccced96b1fa86c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c4ccced96b1fa86c","status":"passed","time":{"start":1726218020453,"stop":1726218020454,"duration":1}},{"uid":"99eda544e90d7b15","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/99eda544e90d7b15","status":"passed","time":{"start":1726217934111,"stop":1726217934111,"duration":0}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"32070ae6cab1c299","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/32070ae6cab1c299","status":"passed","time":{"start":1726218788034,"stop":1726218788034,"duration":0}},{"uid":"a16fc328df816b44","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a16fc328df816b44","status":"passed","time":{"start":1726218685050,"stop":1726218685050,"duration":0}},{"uid":"3bf46a1397bddf6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3bf46a1397bddf6","status":"passed","time":{"start":1726217960211,"stop":1726217960211,"duration":0}},{"uid":"16bc844da4a746a8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/16bc844da4a746a8","status":"passed","time":{"start":1726217875222,"stop":1726217875223,"duration":1}}]},"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ee0081bbfbfcce8d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ee0081bbfbfcce8d","status":"passed","time":{"start":1726218283082,"stop":1726218283083,"duration":1}},{"uid":"e5f188dc26f741a9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e5f188dc26f741a9","status":"passed","time":{"start":1726218188584,"stop":1726218188585,"duration":1}},{"uid":"e102d41d9f350282","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e102d41d9f350282","status":"passed","time":{"start":1726217441544,"stop":1726217441545,"duration":1}},{"uid":"45fc3dd82c1fda9c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/45fc3dd82c1fda9c","status":"passed","time":{"start":1726217383207,"stop":1726217383207,"duration":0}}]},"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f46c7314d38f09dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f46c7314d38f09dc","status":"passed","time":{"start":1726218283100,"stop":1726218283100,"duration":0}},{"uid":"260ba317b5a6b6ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/260ba317b5a6b6ab","status":"passed","time":{"start":1726218188599,"stop":1726218188599,"duration":0}},{"uid":"74562d24961e217d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/74562d24961e217d","status":"passed","time":{"start":1726217441562,"stop":1726217441562,"duration":0}},{"uid":"dd728a2a2fbb7f5f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dd728a2a2fbb7f5f","status":"passed","time":{"start":1726217383224,"stop":1726217383225,"duration":1}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"47dfe0034edc7346","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47dfe0034edc7346","status":"passed","time":{"start":1726218902969,"stop":1726218902971,"duration":2}},{"uid":"48ed1b838feafe91","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/48ed1b838feafe91","status":"passed","time":{"start":1726218814285,"stop":1726218814288,"duration":3}},{"uid":"42046d79d859bdb0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42046d79d859bdb0","status":"passed","time":{"start":1726218071324,"stop":1726218071324,"duration":0}},{"uid":"24bede9933db2998","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/24bede9933db2998","status":"passed","time":{"start":1726217984830,"stop":1726217984830,"duration":0}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"df4ce2302cd82c29","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df4ce2302cd82c29","status":"passed","time":{"start":1726218910984,"stop":1726218910985,"duration":1}},{"uid":"a805abb2fe9ebf78","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a805abb2fe9ebf78","status":"passed","time":{"start":1726218817593,"stop":1726218817594,"duration":1}},{"uid":"d37f0742a50075a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d37f0742a50075a8","status":"passed","time":{"start":1726218077305,"stop":1726218077305,"duration":0}},{"uid":"d50a25bf655a128b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d50a25bf655a128b","status":"passed","time":{"start":1726217991631,"stop":1726217991631,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d620215fa6e07241","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d620215fa6e07241","status":"passed","time":{"start":1726218778234,"stop":1726218778241,"duration":7}},{"uid":"814c9aa62894746e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/814c9aa62894746e","status":"passed","time":{"start":1726218673558,"stop":1726218673559,"duration":1}},{"uid":"215000a5d8469684","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/215000a5d8469684","status":"passed","time":{"start":1726217946733,"stop":1726217946733,"duration":0}},{"uid":"52c33f3df2b581ee","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/52c33f3df2b581ee","status":"passed","time":{"start":1726217862784,"stop":1726217862785,"duration":1}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"935df9109f17e48d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/935df9109f17e48d","status":"passed","time":{"start":1726218455970,"stop":1726218455970,"duration":0}},{"uid":"1cfa73e90c257857","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1cfa73e90c257857","status":"passed","time":{"start":1726218357624,"stop":1726218357625,"duration":1}},{"uid":"f0ace057d24b60c7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0ace057d24b60c7","status":"passed","time":{"start":1726217608003,"stop":1726217608003,"duration":0}},{"uid":"e2aa85f7d1865986","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e2aa85f7d1865986","status":"passed","time":{"start":1726217547145,"stop":1726217547145,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ffbab8e6a283f2e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ffbab8e6a283f2e","status":"passed","time":{"start":1726218285626,"stop":1726218285626,"duration":0}},{"uid":"2f61f4b553d0d44e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2f61f4b553d0d44e","status":"passed","time":{"start":1726218191031,"stop":1726218191031,"duration":0}},{"uid":"293c4352c0373443","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/293c4352c0373443","status":"passed","time":{"start":1726217444067,"stop":1726217444067,"duration":0}},{"uid":"ab36cf421e506771","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ab36cf421e506771","status":"passed","time":{"start":1726217385914,"stop":1726217385914,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d91c6ad1ef17a5dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d91c6ad1ef17a5dc","status":"passed","time":{"start":1726218764102,"stop":1726218764104,"duration":2}},{"uid":"21a7c883e5cf25f0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/21a7c883e5cf25f0","status":"passed","time":{"start":1726218659018,"stop":1726218659019,"duration":1}},{"uid":"21ea567502913d50","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21ea567502913d50","status":"passed","time":{"start":1726217924745,"stop":1726217924745,"duration":0}},{"uid":"3bd8c2a7fc15f7ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3bd8c2a7fc15f7ad","status":"passed","time":{"start":1726217840541,"stop":1726217840542,"duration":1}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"43ce9e4d18d7722c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/43ce9e4d18d7722c","status":"passed","time":{"start":1726218291083,"stop":1726218291083,"duration":0}},{"uid":"3b0b7ab8f0b5f6d4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3b0b7ab8f0b5f6d4","status":"passed","time":{"start":1726218196349,"stop":1726218196349,"duration":0}},{"uid":"9c6f192eeb900cb0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c6f192eeb900cb0","status":"passed","time":{"start":1726217449482,"stop":1726217449482,"duration":0}},{"uid":"b88a87f06050ca3a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b88a87f06050ca3a","status":"passed","time":{"start":1726217391253,"stop":1726217391253,"duration":0}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"df88029315feed2c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df88029315feed2c","status":"passed","time":{"start":1726218523029,"stop":1726218523030,"duration":1}},{"uid":"e29798aa3420504e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e29798aa3420504e","status":"passed","time":{"start":1726218422920,"stop":1726218422920,"duration":0}},{"uid":"6ba67b6a9be32d7d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ba67b6a9be32d7d","status":"passed","time":{"start":1726217687445,"stop":1726217687447,"duration":2}},{"uid":"90e604beb63ad64d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/90e604beb63ad64d","status":"passed","time":{"start":1726217604528,"stop":1726217604529,"duration":1}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9219bcb2526a1ce","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e9219bcb2526a1ce","status":"passed","time":{"start":1726218778188,"stop":1726218778188,"duration":0}},{"uid":"5fe8676952ecd4ca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5fe8676952ecd4ca","status":"passed","time":{"start":1726218673546,"stop":1726218673546,"duration":0}},{"uid":"f3d3fbf9eafeb69","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3d3fbf9eafeb69","status":"passed","time":{"start":1726217946680,"stop":1726217946697,"duration":17}},{"uid":"7276886faa192460","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7276886faa192460","status":"passed","time":{"start":1726217862770,"stop":1726217862771,"duration":1}}]},"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"61c23ade9774c792","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/61c23ade9774c792","status":"passed","time":{"start":1726218283071,"stop":1726218283072,"duration":1}},{"uid":"ef22eaaa647deae2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ef22eaaa647deae2","status":"passed","time":{"start":1726218188574,"stop":1726218188575,"duration":1}},{"uid":"74663ade5407f68c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/74663ade5407f68c","status":"passed","time":{"start":1726217441532,"stop":1726217441533,"duration":1}},{"uid":"334dadb934d3d937","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/334dadb934d3d937","status":"passed","time":{"start":1726217383192,"stop":1726217383192,"duration":0}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f9860711d179c857","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f9860711d179c857","status":"passed","time":{"start":1726218863178,"stop":1726218863178,"duration":0}},{"uid":"23123fc26536fbaa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/23123fc26536fbaa","status":"passed","time":{"start":1726218765875,"stop":1726218765875,"duration":0}},{"uid":"e8a0b62e494156e2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e8a0b62e494156e2","status":"passed","time":{"start":1726218039627,"stop":1726218039627,"duration":0}},{"uid":"9a1f4eafa46adee8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9a1f4eafa46adee8","status":"passed","time":{"start":1726217952879,"stop":1726217952879,"duration":0}}]},"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2328974317bda28d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2328974317bda28d","status":"passed","time":{"start":1726218898753,"stop":1726218898753,"duration":0}},{"uid":"e7074d9071436764","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e7074d9071436764","status":"passed","time":{"start":1726218807210,"stop":1726218807210,"duration":0}},{"uid":"ffd4f21d818bc927","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ffd4f21d818bc927","status":"passed","time":{"start":1726218077539,"stop":1726218077540,"duration":1}},{"uid":"be2f505704a383d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/be2f505704a383d7","status":"passed","time":{"start":1726217979448,"stop":1726217979448,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7c9cf4703bdc9691","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7c9cf4703bdc9691","status":"passed","time":{"start":1726218879321,"stop":1726218879321,"duration":0}},{"uid":"532c18bcb8f43778","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/532c18bcb8f43778","status":"passed","time":{"start":1726218787579,"stop":1726218787579,"duration":0}},{"uid":"4dddbe5feb6cc377","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4dddbe5feb6cc377","status":"passed","time":{"start":1726218066281,"stop":1726218066282,"duration":1}},{"uid":"5d230f2532a209fe","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5d230f2532a209fe","status":"passed","time":{"start":1726217965308,"stop":1726217965308,"duration":0}}]},"ddb644912c57ba2d7d8b597759eceef8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a69937b333bd205","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7a69937b333bd205","status":"passed","time":{"start":1726218843766,"stop":1726218843766,"duration":0}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6bc737fb14abf5c9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6bc737fb14abf5c9","status":"passed","time":{"start":1726218909196,"stop":1726218909196,"duration":0}},{"uid":"3e1e5c1a034a01d6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e1e5c1a034a01d6","status":"passed","time":{"start":1726218818271,"stop":1726218818272,"duration":1}},{"uid":"1b4d95fa4bd100bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b4d95fa4bd100bd","status":"passed","time":{"start":1726218085662,"stop":1726218085663,"duration":1}},{"uid":"5b0ef094b90fc95c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5b0ef094b90fc95c","status":"passed","time":{"start":1726217996430,"stop":1726217996430,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"54e7feae9bda1010","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54e7feae9bda1010","status":"passed","time":{"start":1726218291077,"stop":1726218291078,"duration":1}},{"uid":"cea9dab00b10f4c8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cea9dab00b10f4c8","status":"passed","time":{"start":1726218196340,"stop":1726218196341,"duration":1}},{"uid":"8333b452e9956df3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8333b452e9956df3","status":"passed","time":{"start":1726217449468,"stop":1726217449469,"duration":1}},{"uid":"c77c68103351f668","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c77c68103351f668","status":"passed","time":{"start":1726217391247,"stop":1726217391248,"duration":1}}]},"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"918de91f586058ee","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/918de91f586058ee","status":"passed","time":{"start":1726218283097,"stop":1726218283097,"duration":0}},{"uid":"5280638202152d6d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5280638202152d6d","status":"passed","time":{"start":1726218188597,"stop":1726218188597,"duration":0}},{"uid":"7a5babea134bec5a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7a5babea134bec5a","status":"passed","time":{"start":1726217441559,"stop":1726217441559,"duration":0}},{"uid":"774f3b3636ddb7e1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/774f3b3636ddb7e1","status":"passed","time":{"start":1726217383221,"stop":1726217383221,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b3e5963a12f7de49","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3e5963a12f7de49","status":"passed","time":{"start":1726218902993,"stop":1726218902994,"duration":1}},{"uid":"f81ea6876a7c80ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f81ea6876a7c80ba","status":"passed","time":{"start":1726218814291,"stop":1726218814295,"duration":4}},{"uid":"8be0f273fac9bcc2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8be0f273fac9bcc2","status":"passed","time":{"start":1726218071325,"stop":1726218071325,"duration":0}},{"uid":"998001bc08c44414","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/998001bc08c44414","status":"passed","time":{"start":1726217984831,"stop":1726217984831,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1c74ae3529f03fcd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c74ae3529f03fcd","status":"passed","time":{"start":1726218886392,"stop":1726218886393,"duration":1}},{"uid":"a0f3d10cd0a20630","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0f3d10cd0a20630","status":"passed","time":{"start":1726218791847,"stop":1726218791847,"duration":0}},{"uid":"2181694ef311d30","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2181694ef311d30","status":"passed","time":{"start":1726218054691,"stop":1726218054692,"duration":1}},{"uid":"362bb8c752412946","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/362bb8c752412946","status":"passed","time":{"start":1726217965431,"stop":1726217965432,"duration":1}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7a47822857a6188f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7a47822857a6188f","status":"passed","time":{"start":1726218304471,"stop":1726218304472,"duration":1}},{"uid":"1e899f3d23b82450","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1e899f3d23b82450","status":"passed","time":{"start":1726218209566,"stop":1726218209566,"duration":0}},{"uid":"a7a9ce6a75c45cff","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a7a9ce6a75c45cff","status":"passed","time":{"start":1726217463041,"stop":1726217463042,"duration":1}},{"uid":"9413f880c20b36c9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9413f880c20b36c9","status":"passed","time":{"start":1726217404608,"stop":1726217404608,"duration":0}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"709406fe1315a0fe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/709406fe1315a0fe","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218304474,"stop":1726218304474,"duration":0}},{"uid":"2b6ae0538300a030","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2b6ae0538300a030","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218209567,"stop":1726218209567,"duration":0}},{"uid":"5bdc3556cf623f84","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5bdc3556cf623f84","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217463043,"stop":1726217463043,"duration":0}},{"uid":"d6c699ee9945660","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d6c699ee9945660","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217404609,"stop":1726217404609,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a2d3c94346709768","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2d3c94346709768","status":"passed","time":{"start":1726218523015,"stop":1726218523016,"duration":1}},{"uid":"33f1ac606a06beed","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/33f1ac606a06beed","status":"passed","time":{"start":1726218422898,"stop":1726218422898,"duration":0}},{"uid":"76243581b1758426","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/76243581b1758426","status":"passed","time":{"start":1726217687423,"stop":1726217687423,"duration":0}},{"uid":"fd96c4d9359361c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd96c4d9359361c","status":"passed","time":{"start":1726217604490,"stop":1726217604490,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"11e5f25aebcd7132","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/11e5f25aebcd7132","status":"passed","time":{"start":1726218879342,"stop":1726218879348,"duration":6}},{"uid":"1f91550e29c3bb35","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1f91550e29c3bb35","status":"passed","time":{"start":1726218787587,"stop":1726218787587,"duration":0}},{"uid":"c2d387150ef2f747","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c2d387150ef2f747","status":"passed","time":{"start":1726218066299,"stop":1726218066299,"duration":0}},{"uid":"6f616b5e22a70bdd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6f616b5e22a70bdd","status":"passed","time":{"start":1726217965319,"stop":1726217965319,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3ebcfee765a0247b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3ebcfee765a0247b","status":"passed","time":{"start":1726218346772,"stop":1726218346772,"duration":0}},{"uid":"68e4035cab8a3d2e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68e4035cab8a3d2e","status":"passed","time":{"start":1726218251123,"stop":1726218251124,"duration":1}},{"uid":"c28be002ac1abbae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c28be002ac1abbae","status":"passed","time":{"start":1726217503654,"stop":1726217503654,"duration":0}},{"uid":"642ae42573525dd3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/642ae42573525dd3","status":"passed","time":{"start":1726217444758,"stop":1726217444759,"duration":1}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"42f451cbf07d7de4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42f451cbf07d7de4","status":"passed","time":{"start":1726218909195,"stop":1726218909195,"duration":0}},{"uid":"9488b306eb40c09e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9488b306eb40c09e","status":"passed","time":{"start":1726218818268,"stop":1726218818269,"duration":1}},{"uid":"2540c21096383b3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2540c21096383b3c","status":"passed","time":{"start":1726218085659,"stop":1726218085660,"duration":1}},{"uid":"96ecb5052696d078","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96ecb5052696d078","status":"passed","time":{"start":1726217996429,"stop":1726217996429,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0e0e4b95a9693ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0e0e4b95a9693ba","status":"passed","time":{"start":1726218812474,"stop":1726218812474,"duration":0}},{"uid":"5804f04fbb1effb5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5804f04fbb1effb5","status":"passed","time":{"start":1726218708394,"stop":1726218708395,"duration":1}},{"uid":"65777614b69daf42","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/65777614b69daf42","status":"passed","time":{"start":1726217980050,"stop":1726217980050,"duration":0}},{"uid":"8ce8eb729a804910","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8ce8eb729a804910","status":"passed","time":{"start":1726217896503,"stop":1726217896504,"duration":1}}]},"6a7538fee209358db76cfb4e1abe381f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2cd9e83625b30ad7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2cd9e83625b30ad7","status":"passed","time":{"start":1726218765878,"stop":1726218765878,"duration":0}}]},"a2e285fd5c9ac805c15c8f23b6139809:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"871f9e21f1d2b33e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/871f9e21f1d2b33e","status":"passed","time":{"start":1726218843766,"stop":1726218843766,"duration":0}}]},"cdc09bc7b752df3e8a39642787ea9192:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8736293f26b6ab4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c8736293f26b6ab4","status":"passed","time":{"start":1726217677827,"stop":1726217677828,"duration":1}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"32c9bf2db8e7352a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/32c9bf2db8e7352a","status":"passed","time":{"start":1726218375494,"stop":1726218375495,"duration":1}},{"uid":"ce6b13f7d2ad14c0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ce6b13f7d2ad14c0","status":"passed","time":{"start":1726218279691,"stop":1726218279695,"duration":4}},{"uid":"9e9273b9c8ce73cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9e9273b9c8ce73cd","status":"passed","time":{"start":1726217533048,"stop":1726217533048,"duration":0}},{"uid":"70c70457ae9c4f0f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/70c70457ae9c4f0f","status":"passed","time":{"start":1726217474966,"stop":1726217474967,"duration":1}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c2a98fa084253ee0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c2a98fa084253ee0","status":"passed","time":{"start":1726218689005,"stop":1726218689006,"duration":1}},{"uid":"d4708d07fb0c9831","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d4708d07fb0c9831","status":"passed","time":{"start":1726218597576,"stop":1726218597576,"duration":0}},{"uid":"1c0ce4e0a62a37cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c0ce4e0a62a37cf","status":"passed","time":{"start":1726217848414,"stop":1726217848414,"duration":0}},{"uid":"6e47f2d8bbcfe4cb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e47f2d8bbcfe4cb","status":"passed","time":{"start":1726217774668,"stop":1726217774668,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"62f3ede2ea6bb57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/62f3ede2ea6bb57","status":"passed","time":{"start":1726218806754,"stop":1726218806754,"duration":0}},{"uid":"eed56000a554e28a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eed56000a554e28a","status":"passed","time":{"start":1726218706737,"stop":1726218706737,"duration":0}},{"uid":"2fab469ec8314fea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2fab469ec8314fea","status":"passed","time":{"start":1726217976600,"stop":1726217976601,"duration":1}},{"uid":"724105d5d9a84441","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/724105d5d9a84441","status":"passed","time":{"start":1726217890292,"stop":1726217890293,"duration":1}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"879b9592f245da41","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/879b9592f245da41","status":"passed","time":{"start":1726218291658,"stop":1726218291658,"duration":0}},{"uid":"457a342776f983a3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/457a342776f983a3","status":"passed","time":{"start":1726218196996,"stop":1726218196997,"duration":1}},{"uid":"666c45e548af8496","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/666c45e548af8496","status":"passed","time":{"start":1726217450194,"stop":1726217450194,"duration":0}},{"uid":"13cf0d32ecb87145","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/13cf0d32ecb87145","status":"passed","time":{"start":1726217391846,"stop":1726217391846,"duration":0}}]},"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"51d33b622e674957","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/51d33b622e674957","status":"passed","time":{"start":1726218283096,"stop":1726218283096,"duration":0}},{"uid":"e7b41be16a4ddf08","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e7b41be16a4ddf08","status":"passed","time":{"start":1726218188597,"stop":1726218188597,"duration":0}},{"uid":"98511c38589bd9e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/98511c38589bd9e","status":"passed","time":{"start":1726217441558,"stop":1726217441558,"duration":0}},{"uid":"f3174f3b5aa558a5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f3174f3b5aa558a5","status":"passed","time":{"start":1726217383220,"stop":1726217383221,"duration":1}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bcb62b042161b6dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bcb62b042161b6dc","status":"passed","time":{"start":1726218914872,"stop":1726218914873,"duration":1}},{"uid":"dbe41f2e20cc659f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dbe41f2e20cc659f","status":"passed","time":{"start":1726218826917,"stop":1726218826917,"duration":0}},{"uid":"370620f1406a5b64","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/370620f1406a5b64","status":"passed","time":{"start":1726218091299,"stop":1726218091299,"duration":0}},{"uid":"9494e77e473de648","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9494e77e473de648","status":"passed","time":{"start":1726218000390,"stop":1726218000390,"duration":0}}]},"86e41bc1d25451331883b1ea7fc18c07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"594ff4c45895ab89","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/594ff4c45895ab89","status":"passed","time":{"start":1726218039627,"stop":1726218039628,"duration":1}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e67318fdb1b033ad","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e67318fdb1b033ad","status":"passed","time":{"start":1726218768115,"stop":1726218768116,"duration":1}},{"uid":"4b7a3fa3d0d35597","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b7a3fa3d0d35597","status":"passed","time":{"start":1726218662796,"stop":1726218662797,"duration":1}},{"uid":"e20376927b185d2a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e20376927b185d2a","status":"passed","time":{"start":1726217927561,"stop":1726217927561,"duration":0}},{"uid":"7386b22d9c58eb0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7386b22d9c58eb0","status":"passed","time":{"start":1726217843353,"stop":1726217843353,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f12194e561c4be75","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f12194e561c4be75","status":"passed","time":{"start":1726218914875,"stop":1726218914875,"duration":0}},{"uid":"b1ed3b1d598704a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b1ed3b1d598704a","status":"passed","time":{"start":1726218826919,"stop":1726218826920,"duration":1}},{"uid":"1c5d67241e843233","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c5d67241e843233","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"duration":0}},{"uid":"8b61c90d4ca556cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8b61c90d4ca556cd","status":"passed","time":{"start":1726218000391,"stop":1726218000392,"duration":1}}]},"72fee5969d81b5b9ccbbd506e0a41e67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d39e9c75b52c617","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d39e9c75b52c617","status":"passed","time":{"start":1726218863048,"stop":1726218863049,"duration":1}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3635fc44fd8f2555","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3635fc44fd8f2555","status":"passed","time":{"start":1726218291659,"stop":1726218291660,"duration":1}},{"uid":"9d43ce8314e1a679","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9d43ce8314e1a679","status":"passed","time":{"start":1726218196998,"stop":1726218196998,"duration":0}},{"uid":"10f9bae00905c9d9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/10f9bae00905c9d9","status":"passed","time":{"start":1726217450195,"stop":1726217450196,"duration":1}},{"uid":"fffd17e4146ca360","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fffd17e4146ca360","status":"passed","time":{"start":1726217391847,"stop":1726217391847,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c144b0be3f407985","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c144b0be3f407985","status":"passed","time":{"start":1726218793428,"stop":1726218793429,"duration":1}},{"uid":"a5230315de8418cc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a5230315de8418cc","status":"passed","time":{"start":1726218722080,"stop":1726218722080,"duration":0}},{"uid":"155d181d2dd11c63","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/155d181d2dd11c63","status":"passed","time":{"start":1726217978645,"stop":1726217978647,"duration":2}},{"uid":"aefe7dc1af3e1a56","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/aefe7dc1af3e1a56","status":"passed","time":{"start":1726217893872,"stop":1726217893873,"duration":1}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9e482b09460dc0b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9e482b09460dc0b8","status":"passed","time":{"start":1726218523030,"stop":1726218523030,"duration":0}},{"uid":"4b35bbaffbbedd38","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b35bbaffbbedd38","status":"passed","time":{"start":1726218422920,"stop":1726218422921,"duration":1}},{"uid":"4e023238762566f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4e023238762566f1","status":"passed","time":{"start":1726217687447,"stop":1726217687449,"duration":2}},{"uid":"7da0db01f0218b84","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7da0db01f0218b84","status":"passed","time":{"start":1726217604529,"stop":1726217604530,"duration":1}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3cbce1ba325f4009","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3cbce1ba325f4009","status":"passed","time":{"start":1726218523022,"stop":1726218523022,"duration":0}},{"uid":"b218b266859849d9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b218b266859849d9","status":"passed","time":{"start":1726218422909,"stop":1726218422909,"duration":0}},{"uid":"fefa5b17b05cc84b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fefa5b17b05cc84b","status":"passed","time":{"start":1726217687429,"stop":1726217687429,"duration":0}},{"uid":"8cd21164abb8a310","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8cd21164abb8a310","status":"passed","time":{"start":1726217604498,"stop":1726217604498,"duration":0}}]},"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"71256f7045ae34","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71256f7045ae34","status":"passed","time":{"start":1726218898754,"stop":1726218898754,"duration":0}},{"uid":"ca06431b0b3ac83c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca06431b0b3ac83c","status":"passed","time":{"start":1726218807211,"stop":1726218807212,"duration":1}},{"uid":"1bade847af628851","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1bade847af628851","status":"passed","time":{"start":1726218077540,"stop":1726218077540,"duration":0}},{"uid":"cb2d35c22589085b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cb2d35c22589085b","status":"passed","time":{"start":1726217979449,"stop":1726217979449,"duration":0}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b007419bcfd40f9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b007419bcfd40f9a","status":"passed","time":{"start":1726218291080,"stop":1726218291080,"duration":0}},{"uid":"c62203f6a4dcd6fa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c62203f6a4dcd6fa","status":"passed","time":{"start":1726218196345,"stop":1726218196346,"duration":1}},{"uid":"47d333d62e7c116d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47d333d62e7c116d","status":"passed","time":{"start":1726217449475,"stop":1726217449476,"duration":1}},{"uid":"ca227a677b9e27d3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ca227a677b9e27d3","status":"passed","time":{"start":1726217391250,"stop":1726217391250,"duration":0}}]},"0594382963bea32e9c8b3542e5bec09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"36839293d899a7c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/36839293d899a7c1","status":"passed","time":{"start":1726218669774,"stop":1726218669774,"duration":0}},{"uid":"81a43e5ffe88b55f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/81a43e5ffe88b55f","status":"passed","time":{"start":1726218612963,"stop":1726218612965,"duration":2}},{"uid":"b1da881b4a2fd795","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b1da881b4a2fd795","status":"passed","time":{"start":1726217868236,"stop":1726217868237,"duration":1}},{"uid":"ea195893363204c0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ea195893363204c0","status":"passed","time":{"start":1726217785171,"stop":1726217785174,"duration":3}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e8fe22c2fec85a3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8e8fe22c2fec85a3","status":"passed","time":{"start":1726218285627,"stop":1726218285627,"duration":0}},{"uid":"27e89c16c5c64e42","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/27e89c16c5c64e42","status":"passed","time":{"start":1726218191032,"stop":1726218191032,"duration":0}},{"uid":"c3bc736879b5085f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3bc736879b5085f","status":"passed","time":{"start":1726217444068,"stop":1726217444068,"duration":0}},{"uid":"a5cfe75f7e8c1514","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a5cfe75f7e8c1514","status":"passed","time":{"start":1726217385914,"stop":1726217385915,"duration":1}}]},"2c6e8d07fcb934340faeb1ed5ad629a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcb8c58ac0dfd459","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fcb8c58ac0dfd459","status":"passed","time":{"start":1726217923181,"stop":1726217923181,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3d6c66e8ac7880a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3d6c66e8ac7880a4","status":"passed","time":{"start":1726218914873,"stop":1726218914874,"duration":1}},{"uid":"2fe6ddc99451e24","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fe6ddc99451e24","status":"passed","time":{"start":1726218826918,"stop":1726218826919,"duration":1}},{"uid":"7f25e3f990a9cdbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7f25e3f990a9cdbf","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"duration":0}},{"uid":"87c4c9d114c41ff4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/87c4c9d114c41ff4","status":"passed","time":{"start":1726218000391,"stop":1726218000391,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ad132ab58d35f0a7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad132ab58d35f0a7","status":"passed","time":{"start":1726218910985,"stop":1726218910986,"duration":1}},{"uid":"afabe385347ac399","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/afabe385347ac399","status":"passed","time":{"start":1726218817595,"stop":1726218817595,"duration":0}},{"uid":"bb3259767a1d0e57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb3259767a1d0e57","status":"passed","time":{"start":1726218077306,"stop":1726218077306,"duration":0}},{"uid":"51fbdf9449c15f71","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/51fbdf9449c15f71","status":"passed","time":{"start":1726217991632,"stop":1726217991634,"duration":2}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5360e733e13a6bb4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5360e733e13a6bb4","status":"passed","time":{"start":1726218375483,"stop":1726218375484,"duration":1}},{"uid":"814d2d79939008fd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/814d2d79939008fd","status":"passed","time":{"start":1726218279679,"stop":1726218279685,"duration":6}},{"uid":"872c80c1f279eeb4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/872c80c1f279eeb4","status":"passed","time":{"start":1726217533046,"stop":1726217533046,"duration":0}},{"uid":"78e382ccd096e26c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/78e382ccd096e26c","status":"passed","time":{"start":1726217474963,"stop":1726217474963,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eb52333d1510eb29","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb52333d1510eb29","status":"passed","time":{"start":1726218510977,"stop":1726218510977,"duration":0}},{"uid":"4df454d2570b183a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4df454d2570b183a","status":"passed","time":{"start":1726218417149,"stop":1726218417149,"duration":0}},{"uid":"54da3af17e7b59c8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54da3af17e7b59c8","status":"passed","time":{"start":1726217677814,"stop":1726217677815,"duration":1}},{"uid":"cd78cd7d9473a1a2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cd78cd7d9473a1a2","status":"passed","time":{"start":1726217616841,"stop":1726217616841,"duration":0}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eeafbf1d12887ad9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eeafbf1d12887ad9","status":"passed","time":{"start":1726218778233,"stop":1726218778234,"duration":1}},{"uid":"9ae36155a2c169c6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9ae36155a2c169c6","status":"passed","time":{"start":1726218673558,"stop":1726218673558,"duration":0}},{"uid":"822c7391aaeeaf49","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/822c7391aaeeaf49","status":"passed","time":{"start":1726217946732,"stop":1726217946733,"duration":1}},{"uid":"44c56c1bfe700006","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/44c56c1bfe700006","status":"passed","time":{"start":1726217862783,"stop":1726217862784,"duration":1}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4147f4d5e1180d73","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4147f4d5e1180d73","status":"passed","time":{"start":1726218778189,"stop":1726218778189,"duration":0}},{"uid":"4b7cd82580148d16","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b7cd82580148d16","status":"passed","time":{"start":1726218673547,"stop":1726218673547,"duration":0}},{"uid":"d71162fe36448aeb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d71162fe36448aeb","status":"passed","time":{"start":1726217946699,"stop":1726217946699,"duration":0}},{"uid":"fd439c7ee7d6c4b7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fd439c7ee7d6c4b7","status":"passed","time":{"start":1726217862772,"stop":1726217862772,"duration":0}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c97d5c3e7a55a385","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c97d5c3e7a55a385","status":"passed","time":{"start":1726218806758,"stop":1726218806758,"duration":0}},{"uid":"dfcbf3f952024cfc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dfcbf3f952024cfc","status":"passed","time":{"start":1726218706740,"stop":1726218706740,"duration":0}},{"uid":"db8561724d375e5f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/db8561724d375e5f","status":"passed","time":{"start":1726217976603,"stop":1726217976603,"duration":0}},{"uid":"25b53a876e8eba3b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/25b53a876e8eba3b","status":"passed","time":{"start":1726217890295,"stop":1726217890295,"duration":0}}]},"dc5b89765543e8799aaed780d11dd2b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12b4d0648b00e401","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/12b4d0648b00e401","status":"passed","time":{"start":1726217890299,"stop":1726217890299,"duration":0}}]},"b6dfbc38cbe6d55cca3a467e98af681a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43993ae6688f6977","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/43993ae6688f6977","status":"passed","time":{"start":1726218011626,"stop":1726218011626,"duration":0}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"96e82bf7c76ad986","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/96e82bf7c76ad986","status":"passed","time":{"start":1726218304536,"stop":1726218304536,"duration":0}},{"uid":"97822586f13fe846","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/97822586f13fe846","status":"passed","time":{"start":1726218209374,"stop":1726218209374,"duration":0}},{"uid":"33293d8f5b9e8e0f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/33293d8f5b9e8e0f","status":"passed","time":{"start":1726217462339,"stop":1726217462339,"duration":0}},{"uid":"c813756681be6c58","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c813756681be6c58","status":"passed","time":{"start":1726217404189,"stop":1726217404190,"duration":1}}]},"4a30c88d4067345a68f042556229f945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d36abfea4dce09d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7d36abfea4dce09d","status":"passed","time":{"start":1726218673565,"stop":1726218673565,"duration":0}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cc8e38dc4d948ee6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cc8e38dc4d948ee6","status":"passed","time":{"start":1726218793433,"stop":1726218793434,"duration":1}},{"uid":"724982b336937e81","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/724982b336937e81","status":"passed","time":{"start":1726218722081,"stop":1726218722089,"duration":8}},{"uid":"6fe6410a277322c9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6fe6410a277322c9","status":"passed","time":{"start":1726217978666,"stop":1726217978666,"duration":0}},{"uid":"4eab0cd8e4c0f18b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4eab0cd8e4c0f18b","status":"passed","time":{"start":1726217893874,"stop":1726217893874,"duration":0}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"df8171faf052af51","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df8171faf052af51","status":"passed","time":{"start":1726218764081,"stop":1726218764082,"duration":1}},{"uid":"1f904ba26896ee88","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1f904ba26896ee88","status":"passed","time":{"start":1726218659001,"stop":1726218659002,"duration":1}},{"uid":"38add447307aaaf2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/38add447307aaaf2","status":"passed","time":{"start":1726217924731,"stop":1726217924732,"duration":1}},{"uid":"e833ad1d28373582","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e833ad1d28373582","status":"passed","time":{"start":1726217840472,"stop":1726217840473,"duration":1}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"47d06fdcdc1c348e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47d06fdcdc1c348e","status":"passed","time":{"start":1726218651142,"stop":1726218651143,"duration":1}},{"uid":"a17fc38a2bb30997","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a17fc38a2bb30997","status":"passed","time":{"start":1726218550063,"stop":1726218550064,"duration":1}},{"uid":"30f98cd2a9d61481","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/30f98cd2a9d61481","status":"passed","time":{"start":1726217804574,"stop":1726217804574,"duration":0}},{"uid":"497d2249cc2db959","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/497d2249cc2db959","status":"passed","time":{"start":1726217733941,"stop":1726217733941,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fa14c5ab67fd2c86","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa14c5ab67fd2c86","status":"passed","time":{"start":1726218551496,"stop":1726218551497,"duration":1}},{"uid":"dd298c6c748c9a27","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dd298c6c748c9a27","status":"passed","time":{"start":1726218459543,"stop":1726218459544,"duration":1}},{"uid":"fd1422df3e59aced","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd1422df3e59aced","status":"passed","time":{"start":1726217706011,"stop":1726217706012,"duration":1}},{"uid":"f6ba3be7cc712b42","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f6ba3be7cc712b42","status":"passed","time":{"start":1726217650774,"stop":1726217650774,"duration":0}}]},"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"63960250baa96b55","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/63960250baa96b55","status":"passed","time":{"start":1726218283104,"stop":1726218283105,"duration":1}},{"uid":"23d75f3eedb2a7f0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/23d75f3eedb2a7f0","status":"passed","time":{"start":1726218188605,"stop":1726218188605,"duration":0}},{"uid":"1514f7ec7ccf2d5d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1514f7ec7ccf2d5d","status":"passed","time":{"start":1726217441568,"stop":1726217441569,"duration":1}},{"uid":"6c4f34e2bc4bf457","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6c4f34e2bc4bf457","status":"passed","time":{"start":1726217383231,"stop":1726217383231,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca9d2067e246b0e8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca9d2067e246b0e8","status":"passed","time":{"start":1726218903394,"stop":1726218903394,"duration":0}},{"uid":"b1397f1c65978a11","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b1397f1c65978a11","status":"passed","time":{"start":1726218807915,"stop":1726218807915,"duration":0}},{"uid":"860268ee1c290af7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/860268ee1c290af7","status":"passed","time":{"start":1726218061981,"stop":1726218061981,"duration":0}},{"uid":"e60a73c62bb11600","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e60a73c62bb11600","status":"passed","time":{"start":1726217984952,"stop":1726217984952,"duration":0}}]},"87d2975059f6406d581806dbc1b15584:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4368215cbf6b665d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4368215cbf6b665d","status":"passed","time":{"start":1726218806762,"stop":1726218806762,"duration":0}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c29173ca9145775e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c29173ca9145775e","status":"passed","time":{"start":1726218764101,"stop":1726218764101,"duration":0}},{"uid":"82e85afd49b7976a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/82e85afd49b7976a","status":"passed","time":{"start":1726218659018,"stop":1726218659018,"duration":0}},{"uid":"cd9aa96cbafd7868","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd9aa96cbafd7868","status":"passed","time":{"start":1726217924744,"stop":1726217924744,"duration":0}},{"uid":"603a77c63548144a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/603a77c63548144a","status":"passed","time":{"start":1726217840524,"stop":1726217840538,"duration":14}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"27902b6ce484cc0e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/27902b6ce484cc0e","status":"passed","time":{"start":1726218778197,"stop":1726218778197,"duration":0}},{"uid":"8be57116e5cdccb3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8be57116e5cdccb3","status":"passed","time":{"start":1726218673551,"stop":1726218673551,"duration":0}},{"uid":"1915a37224b4eead","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1915a37224b4eead","status":"passed","time":{"start":1726217946721,"stop":1726217946721,"duration":0}},{"uid":"623d30565ba630dc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/623d30565ba630dc","status":"passed","time":{"start":1726217862775,"stop":1726217862775,"duration":0}}]},"b539a6e04275dd8da2b54392a44302be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3e9fdbc1a78cbd0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a3e9fdbc1a78cbd0","status":"passed","time":{"start":1726218764095,"stop":1726218764096,"duration":1}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b9e3beb086ba681a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b9e3beb086ba681a","status":"passed","time":{"start":1726218345034,"stop":1726218345034,"duration":0}},{"uid":"e0bbe2689648e7e1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e0bbe2689648e7e1","status":"passed","time":{"start":1726218250233,"stop":1726218250234,"duration":1}},{"uid":"62e29705231e7abb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/62e29705231e7abb","status":"passed","time":{"start":1726217507041,"stop":1726217507042,"duration":1}},{"uid":"839c9f31caf642ab","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/839c9f31caf642ab","status":"passed","time":{"start":1726217445616,"stop":1726217445620,"duration":4}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"62b01232520f18e6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/62b01232520f18e6","status":"passed","time":{"start":1726218806751,"stop":1726218806751,"duration":0}},{"uid":"690d297821e94fcc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/690d297821e94fcc","status":"passed","time":{"start":1726218706735,"stop":1726218706735,"duration":0}},{"uid":"2ef258ced9393aaf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ef258ced9393aaf","status":"passed","time":{"start":1726217976598,"stop":1726217976598,"duration":0}},{"uid":"2d7e15d03013dacc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2d7e15d03013dacc","status":"passed","time":{"start":1726217890289,"stop":1726217890289,"duration":0}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"45ced46f4168b7f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/45ced46f4168b7f6","status":"passed","time":{"start":1726218291082,"stop":1726218291083,"duration":1}},{"uid":"7a5abcd45675397b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a5abcd45675397b","status":"passed","time":{"start":1726218196348,"stop":1726218196349,"duration":1}},{"uid":"90d6244b18cb3998","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/90d6244b18cb3998","status":"passed","time":{"start":1726217449481,"stop":1726217449481,"duration":0}},{"uid":"d72b2267ce904f4c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d72b2267ce904f4c","status":"passed","time":{"start":1726217391253,"stop":1726217391253,"duration":0}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1603de7664729680","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1603de7664729680","status":"passed","time":{"start":1726218523027,"stop":1726218523027,"duration":0}},{"uid":"b83892cd25317b66","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b83892cd25317b66","status":"passed","time":{"start":1726218422917,"stop":1726218422918,"duration":1}},{"uid":"1454bbe5908cf8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1454bbe5908cf8c","status":"passed","time":{"start":1726217687440,"stop":1726217687441,"duration":1}},{"uid":"ccecf647a189a62c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ccecf647a189a62c","status":"passed","time":{"start":1726217604521,"stop":1726217604523,"duration":2}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d0dbcd93c1397719","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d0dbcd93c1397719","status":"passed","time":{"start":1726218397743,"stop":1726218397743,"duration":0}},{"uid":"6dcde74d4d1327ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6dcde74d4d1327ab","status":"passed","time":{"start":1726218303231,"stop":1726218303232,"duration":1}},{"uid":"283fbfb203367c56","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/283fbfb203367c56","status":"passed","time":{"start":1726217551920,"stop":1726217551921,"duration":1}},{"uid":"96e695b439fb836","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96e695b439fb836","status":"passed","time":{"start":1726217494760,"stop":1726217494761,"duration":1}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"992c411c2172ec00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/992c411c2172ec00","status":"passed","time":{"start":1726218651143,"stop":1726218651144,"duration":1}},{"uid":"c3d8edc45085ab12","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c3d8edc45085ab12","status":"passed","time":{"start":1726218550065,"stop":1726218550065,"duration":0}},{"uid":"fdcd25c2971565ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fdcd25c2971565ed","status":"passed","time":{"start":1726217804575,"stop":1726217804576,"duration":1}},{"uid":"59481860ce3678ba","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/59481860ce3678ba","status":"passed","time":{"start":1726217733942,"stop":1726217733943,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e6901025ac9b9175","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e6901025ac9b9175","status":"passed","time":{"start":1726218523017,"stop":1726218523017,"duration":0}},{"uid":"8c1f96dc51b88dc4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8c1f96dc51b88dc4","status":"passed","time":{"start":1726218422900,"stop":1726218422900,"duration":0}},{"uid":"b6a37fe23b451513","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b6a37fe23b451513","status":"passed","time":{"start":1726217687424,"stop":1726217687425,"duration":1}},{"uid":"7529331458dc0768","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7529331458dc0768","status":"passed","time":{"start":1726217604491,"stop":1726217604492,"duration":1}}]},"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fb092e4d29ee67aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fb092e4d29ee67aa","status":"passed","time":{"start":1726218283097,"stop":1726218283097,"duration":0}},{"uid":"6bc13014fc9ddb37","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6bc13014fc9ddb37","status":"passed","time":{"start":1726218188597,"stop":1726218188598,"duration":1}},{"uid":"fc00216f7f742763","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc00216f7f742763","status":"passed","time":{"start":1726217441559,"stop":1726217441560,"duration":1}},{"uid":"cfd5687e32262367","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cfd5687e32262367","status":"passed","time":{"start":1726217383221,"stop":1726217383222,"duration":1}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"51ef0b3ac9b9029a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/51ef0b3ac9b9029a","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218764452,"stop":1726218764452,"duration":0}},{"uid":"9c9eea534635aeb3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9c9eea534635aeb3","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659235,"stop":1726218659235,"duration":0}},{"uid":"f9a0f8a733a691ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f9a0f8a733a691ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925016,"stop":1726217925016,"duration":0}},{"uid":"275cbff2bf48ce37","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/275cbff2bf48ce37","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840807,"stop":1726217840807,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d5c80308ecae3ad5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d5c80308ecae3ad5","status":"passed","time":{"start":1726218806767,"stop":1726218806767,"duration":0}},{"uid":"ebf2a90e9894bf5c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ebf2a90e9894bf5c","status":"passed","time":{"start":1726218706749,"stop":1726218706749,"duration":0}},{"uid":"78d71f9d8fa08f9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/78d71f9d8fa08f9a","status":"passed","time":{"start":1726217976623,"stop":1726217976624,"duration":1}},{"uid":"c1225d5c1ecf5b00","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1225d5c1ecf5b00","status":"passed","time":{"start":1726217890303,"stop":1726217890304,"duration":1}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"adab1d1f20bcc561","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/adab1d1f20bcc561","status":"passed","time":{"start":1726218523015,"stop":1726218523015,"duration":0}},{"uid":"80c6de79fea9ca05","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/80c6de79fea9ca05","status":"passed","time":{"start":1726218422897,"stop":1726218422898,"duration":1}},{"uid":"bbeb1f06bb1cc096","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bbeb1f06bb1cc096","status":"passed","time":{"start":1726217687422,"stop":1726217687422,"duration":0}},{"uid":"b415dd63f7c240cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b415dd63f7c240cc","status":"passed","time":{"start":1726217604489,"stop":1726217604490,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"674e32b525603e69","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/674e32b525603e69","status":"passed","time":{"start":1726218764067,"stop":1726218764067,"duration":0}},{"uid":"ffe10bd2be1d1d94","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ffe10bd2be1d1d94","status":"passed","time":{"start":1726218659000,"stop":1726218659000,"duration":0}},{"uid":"ad3d9f69973527b4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad3d9f69973527b4","status":"passed","time":{"start":1726217924729,"stop":1726217924729,"duration":0}},{"uid":"a7b45f94976283cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a7b45f94976283cd","status":"passed","time":{"start":1726217840471,"stop":1726217840471,"duration":0}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dfce94e63411aedf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dfce94e63411aedf","status":"passed","time":{"start":1726218291670,"stop":1726218291670,"duration":0}},{"uid":"99926af1a2e21bc3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/99926af1a2e21bc3","status":"passed","time":{"start":1726218197008,"stop":1726218197009,"duration":1}},{"uid":"6f4fd95af0aa249e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f4fd95af0aa249e","status":"passed","time":{"start":1726217450207,"stop":1726217450207,"duration":0}},{"uid":"fdf5355238468d28","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fdf5355238468d28","status":"passed","time":{"start":1726217391859,"stop":1726217391859,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ed3233569991489d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed3233569991489d","status":"passed","time":{"start":1726218291668,"stop":1726218291668,"duration":0}},{"uid":"f9004a603e5587f6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f9004a603e5587f6","status":"passed","time":{"start":1726218197007,"stop":1726218197007,"duration":0}},{"uid":"6fa3ec0d1abfcfcd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6fa3ec0d1abfcfcd","status":"passed","time":{"start":1726217450206,"stop":1726217450206,"duration":0}},{"uid":"a92d187ea10d95ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a92d187ea10d95ad","status":"passed","time":{"start":1726217391857,"stop":1726217391857,"duration":0}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6d951e7eda174203","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d951e7eda174203","status":"passed","time":{"start":1726218291668,"stop":1726218291668,"duration":0}},{"uid":"a50c51e3a9811a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a50c51e3a9811a0","status":"passed","time":{"start":1726218197007,"stop":1726218197007,"duration":0}},{"uid":"1dc009d3321749d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1dc009d3321749d6","status":"passed","time":{"start":1726217450205,"stop":1726217450205,"duration":0}},{"uid":"4e6951510494b8bf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4e6951510494b8bf","status":"passed","time":{"start":1726217391856,"stop":1726217391857,"duration":1}}]},"ae7a5a3ee5d454b41af9ad34deb4c4d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf20f3c9567e362","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bf20f3c9567e362","status":"passed","time":{"start":1726218863184,"stop":1726218863184,"duration":0}}]},"8abbd5d2341f2ceeb7cda8e686373cdf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a21557c0982eeaa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6a21557c0982eeaa","status":"passed","time":{"start":1726218863182,"stop":1726218863182,"duration":0}}]},"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"92b6402ff8053dc2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/92b6402ff8053dc2","status":"passed","time":{"start":1726218283105,"stop":1726218283105,"duration":0}},{"uid":"e75e9af442f81402","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e75e9af442f81402","status":"passed","time":{"start":1726218188605,"stop":1726218188605,"duration":0}},{"uid":"495d71f9ea60418a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/495d71f9ea60418a","status":"passed","time":{"start":1726217441569,"stop":1726217441569,"duration":0}},{"uid":"9dbea05081fdcfc7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9dbea05081fdcfc7","status":"passed","time":{"start":1726217383231,"stop":1726217383232,"duration":1}}]},"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"197912e751f465a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/197912e751f465a8","status":"passed","time":{"start":1726218583682,"stop":1726218583682,"duration":0}},{"uid":"349f1700ba86b346","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/349f1700ba86b346","status":"passed","time":{"start":1726218469204,"stop":1726218469207,"duration":3}},{"uid":"34e19b98ba411c0e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34e19b98ba411c0e","status":"passed","time":{"start":1726217742497,"stop":1726217742498,"duration":1}},{"uid":"564d11a24796dc9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/564d11a24796dc9","status":"passed","time":{"start":1726217674283,"stop":1726217674284,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b0a6f61c031638c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b0a6f61c031638c1","status":"passed","time":{"start":1726218551488,"stop":1726218551489,"duration":1}},{"uid":"ba3a180a97334ba0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ba3a180a97334ba0","status":"passed","time":{"start":1726218459538,"stop":1726218459538,"duration":0}},{"uid":"f6fcbf6ede1545b6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f6fcbf6ede1545b6","status":"passed","time":{"start":1726217706006,"stop":1726217706006,"duration":0}},{"uid":"9494e9dc05c50a55","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9494e9dc05c50a55","status":"passed","time":{"start":1726217650763,"stop":1726217650763,"duration":0}}]},"e00509ad2cd2dd8b7958a6473b66075b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"199d5a0683b82d6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/199d5a0683b82d6","status":"passed","time":{"start":1726218748390,"stop":1726218748390,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6105905ca3426dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6105905ca3426dd","status":"passed","time":{"start":1726218283107,"stop":1726218283107,"duration":0}},{"uid":"9bce9022b43580c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9bce9022b43580c","status":"passed","time":{"start":1726218188644,"stop":1726218188645,"duration":1}},{"uid":"9a0c0f5f94750769","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9a0c0f5f94750769","status":"passed","time":{"start":1726217441571,"stop":1726217441572,"duration":1}},{"uid":"1be307170cd6187a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1be307170cd6187a","status":"passed","time":{"start":1726217383355,"stop":1726217383355,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"406731f9a031e25b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/406731f9a031e25b","status":"passed","time":{"start":1726218410951,"stop":1726218410952,"duration":1}},{"uid":"3137af7d122afc72","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3137af7d122afc72","status":"passed","time":{"start":1726218315924,"stop":1726218315925,"duration":1}},{"uid":"7677dfe93a0787f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7677dfe93a0787f7","status":"passed","time":{"start":1726217577132,"stop":1726217577133,"duration":1}},{"uid":"1ff2cbc4eaca8aef","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1ff2cbc4eaca8aef","status":"passed","time":{"start":1726217509411,"stop":1726217509411,"duration":0}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"242792f42b933ae4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/242792f42b933ae4","status":"passed","time":{"start":1726218806759,"stop":1726218806759,"duration":0}},{"uid":"af61f5104d355525","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/af61f5104d355525","status":"passed","time":{"start":1726218706741,"stop":1726218706741,"duration":0}},{"uid":"f110014bb68fc085","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f110014bb68fc085","status":"passed","time":{"start":1726217976604,"stop":1726217976606,"duration":2}},{"uid":"bc749b323cb91066","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bc749b323cb91066","status":"passed","time":{"start":1726217890296,"stop":1726217890296,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"de1030823bf94604","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/de1030823bf94604","status":"passed","time":{"start":1726218812464,"stop":1726218812464,"duration":0}},{"uid":"720f57bfc4a32ed8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/720f57bfc4a32ed8","status":"passed","time":{"start":1726218708383,"stop":1726218708385,"duration":2}},{"uid":"42f866ea9a68472e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42f866ea9a68472e","status":"passed","time":{"start":1726217980035,"stop":1726217980036,"duration":1}},{"uid":"383b5e105f424c60","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/383b5e105f424c60","status":"passed","time":{"start":1726217896496,"stop":1726217896497,"duration":1}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a043d423d9bcf54","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a043d423d9bcf54","status":"passed","time":{"start":1726218551489,"stop":1726218551490,"duration":1}},{"uid":"bc216d160575bc5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bc216d160575bc5f","status":"passed","time":{"start":1726218459538,"stop":1726218459539,"duration":1}},{"uid":"bda7487f80b65a24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bda7487f80b65a24","status":"passed","time":{"start":1726217706007,"stop":1726217706007,"duration":0}},{"uid":"463716b98e9a23f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/463716b98e9a23f0","status":"passed","time":{"start":1726217650764,"stop":1726217650764,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9e03baf83eac6a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e9e03baf83eac6a4","status":"passed","time":{"start":1726218304463,"stop":1726218304463,"duration":0}},{"uid":"9fe45ba7339820ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9fe45ba7339820ba","status":"passed","time":{"start":1726218209563,"stop":1726218209563,"duration":0}},{"uid":"ccc8f2efe1e70ec8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ccc8f2efe1e70ec8","status":"passed","time":{"start":1726217463038,"stop":1726217463038,"duration":0}},{"uid":"7147274a062d70aa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7147274a062d70aa","status":"passed","time":{"start":1726217404604,"stop":1726217404605,"duration":1}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f500c56fdff1f020","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f500c56fdff1f020","status":"passed","time":{"start":1726218291085,"stop":1726218291085,"duration":0}},{"uid":"ce3a455deb25eb8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ce3a455deb25eb8","status":"passed","time":{"start":1726218196350,"stop":1726218196351,"duration":1}},{"uid":"c3a625ee978a2aeb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3a625ee978a2aeb","status":"passed","time":{"start":1726217449483,"stop":1726217449484,"duration":1}},{"uid":"68480339b277459b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/68480339b277459b","status":"passed","time":{"start":1726217391255,"stop":1726217391255,"duration":0}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b94e01803d8ac2bb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b94e01803d8ac2bb","status":"passed","time":{"start":1726218308584,"stop":1726218308585,"duration":1}},{"uid":"b5bf38ecff96eadb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b5bf38ecff96eadb","status":"passed","time":{"start":1726218213411,"stop":1726218213411,"duration":0}},{"uid":"6d63ae885f0671ee","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d63ae885f0671ee","status":"passed","time":{"start":1726217466678,"stop":1726217466678,"duration":0}},{"uid":"ba37ce57a6f363a8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba37ce57a6f363a8","status":"passed","time":{"start":1726217408298,"stop":1726217408298,"duration":0}}]},"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"377ccda8c80955b3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/377ccda8c80955b3","status":"passed","time":{"start":1726218283090,"stop":1726218283091,"duration":1}},{"uid":"fd2e10836f7103ed","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fd2e10836f7103ed","status":"passed","time":{"start":1726218188591,"stop":1726218188592,"duration":1}},{"uid":"e91d123d5773b3a9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e91d123d5773b3a9","status":"passed","time":{"start":1726217441552,"stop":1726217441552,"duration":0}},{"uid":"3a2a6e9890fa853f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3a2a6e9890fa853f","status":"passed","time":{"start":1726217383216,"stop":1726217383216,"duration":0}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5e16e97312309652","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5e16e97312309652","status":"passed","time":{"start":1726218788035,"stop":1726218788036,"duration":1}},{"uid":"88593a1538b9badb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/88593a1538b9badb","status":"passed","time":{"start":1726218685052,"stop":1726218685052,"duration":0}},{"uid":"d323eb4b7d5f4e3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d323eb4b7d5f4e3c","status":"passed","time":{"start":1726217960213,"stop":1726217960213,"duration":0}},{"uid":"3780012abba5457e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3780012abba5457e","status":"passed","time":{"start":1726217875227,"stop":1726217875228,"duration":1}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2bdeae87aeaeba31","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2bdeae87aeaeba31","status":"passed","time":{"start":1726218382074,"stop":1726218382075,"duration":1}},{"uid":"bf6f686611f2a4ee","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf6f686611f2a4ee","status":"passed","time":{"start":1726218287812,"stop":1726218287812,"duration":0}},{"uid":"205b7a3bfc944527","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/205b7a3bfc944527","status":"passed","time":{"start":1726217549448,"stop":1726217549449,"duration":1}},{"uid":"a686222f66d1a0b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a686222f66d1a0b5","status":"passed","time":{"start":1726217491286,"stop":1726217491286,"duration":0}}]},"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8ca0c9c76f229215","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8ca0c9c76f229215","status":"passed","time":{"start":1726218447504,"stop":1726218447506,"duration":2}},{"uid":"cd3c18e22e7c6c85","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cd3c18e22e7c6c85","status":"passed","time":{"start":1726218356739,"stop":1726218356740,"duration":1}},{"uid":"48b37bb234b8612a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48b37bb234b8612a","status":"passed","time":{"start":1726217603235,"stop":1726217603236,"duration":1}},{"uid":"ce111a5474131428","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce111a5474131428","status":"passed","time":{"start":1726217544015,"stop":1726217544015,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"44eb3b80a95b39c3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/44eb3b80a95b39c3","status":"passed","time":{"start":1726218764096,"stop":1726218764096,"duration":0}},{"uid":"fde290e517753ac7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fde290e517753ac7","status":"passed","time":{"start":1726218659011,"stop":1726218659011,"duration":0}},{"uid":"cd6766c4b7272b55","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd6766c4b7272b55","status":"passed","time":{"start":1726217924739,"stop":1726217924739,"duration":0}},{"uid":"5786e99bd094bb69","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5786e99bd094bb69","status":"passed","time":{"start":1726217840506,"stop":1726217840509,"duration":3}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"767c9dcd579d75ab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/767c9dcd579d75ab","status":"passed","time":{"start":1726218302902,"stop":1726218302903,"duration":1}},{"uid":"7668cc5cd7aff91d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7668cc5cd7aff91d","status":"passed","time":{"start":1726218208236,"stop":1726218208237,"duration":1}},{"uid":"47dce93e0c12260d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47dce93e0c12260d","status":"passed","time":{"start":1726217461851,"stop":1726217461852,"duration":1}},{"uid":"12eaa2051bd1aeea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/12eaa2051bd1aeea","status":"passed","time":{"start":1726217403234,"stop":1726217403236,"duration":2}}]},"eb9f5c637ccaca44bc69118a8add9174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b35ed543bc55ca7a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b35ed543bc55ca7a","status":"passed","time":{"start":1726217840562,"stop":1726217840565,"duration":3}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"537aaac81b083674","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/537aaac81b083674","status":"passed","time":{"start":1726218862990,"stop":1726218862991,"duration":1}},{"uid":"af6e829bb5358519","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/af6e829bb5358519","status":"passed","time":{"start":1726218781374,"stop":1726218781375,"duration":1}},{"uid":"fbdf6fecbd6fa7e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fbdf6fecbd6fa7e4","status":"passed","time":{"start":1726218013691,"stop":1726218013691,"duration":0}},{"uid":"f9842c14b2cd424d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f9842c14b2cd424d","status":"passed","time":{"start":1726217945324,"stop":1726217945325,"duration":1}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"47f3ae10a0d91128","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47f3ae10a0d91128","status":"passed","time":{"start":1726218410956,"stop":1726218410956,"duration":0}},{"uid":"7b898c2f4e8e699e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7b898c2f4e8e699e","status":"passed","time":{"start":1726218315930,"stop":1726218315930,"duration":0}},{"uid":"c39f1eda8251a907","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c39f1eda8251a907","status":"passed","time":{"start":1726217577151,"stop":1726217577152,"duration":1}},{"uid":"e73321fbfd26fec7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e73321fbfd26fec7","status":"passed","time":{"start":1726217509423,"stop":1726217509424,"duration":1}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d7e2d5b9fe65653","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2d7e2d5b9fe65653","status":"passed","time":{"start":1726218862983,"stop":1726218862984,"duration":1}},{"uid":"25bad725628c61db","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/25bad725628c61db","status":"passed","time":{"start":1726218781369,"stop":1726218781370,"duration":1}},{"uid":"7218ef37689f8d5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7218ef37689f8d5c","status":"passed","time":{"start":1726218013688,"stop":1726218013689,"duration":1}},{"uid":"ab3767ab4a0b0387","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ab3767ab4a0b0387","status":"passed","time":{"start":1726217945323,"stop":1726217945323,"duration":0}}]},"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"57e714e5f0dbe7db","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/57e714e5f0dbe7db","status":"passed","time":{"start":1726218447519,"stop":1726218447521,"duration":2}},{"uid":"952c03b2249cfd3c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/952c03b2249cfd3c","status":"passed","time":{"start":1726218356743,"stop":1726218356743,"duration":0}},{"uid":"1f98fc81c2c208f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1f98fc81c2c208f2","status":"passed","time":{"start":1726217603245,"stop":1726217603245,"duration":0}},{"uid":"dbce28a4e37b175a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dbce28a4e37b175a","status":"passed","time":{"start":1726217544018,"stop":1726217544018,"duration":0}}]},"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"18250addac37a8d4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18250addac37a8d4","status":"passed","time":{"start":1726218283088,"stop":1726218283088,"duration":0}},{"uid":"7a939780ee57c098","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a939780ee57c098","status":"passed","time":{"start":1726218188589,"stop":1726218188589,"duration":0}},{"uid":"ac26df81bb1c1915","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac26df81bb1c1915","status":"passed","time":{"start":1726217441549,"stop":1726217441550,"duration":1}},{"uid":"ce6efc6f93fb3c50","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce6efc6f93fb3c50","status":"passed","time":{"start":1726217383212,"stop":1726217383213,"duration":1}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"666b6ffa76b3ce73","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/666b6ffa76b3ce73","status":"passed","time":{"start":1726218879320,"stop":1726218879320,"duration":0}},{"uid":"987c8073d6addeed","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/987c8073d6addeed","status":"passed","time":{"start":1726218787578,"stop":1726218787579,"duration":1}},{"uid":"7d6d58bdcb63c947","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7d6d58bdcb63c947","status":"passed","time":{"start":1726218066281,"stop":1726218066281,"duration":0}},{"uid":"15c476bc6c5d218a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15c476bc6c5d218a","status":"passed","time":{"start":1726217965308,"stop":1726217965308,"duration":0}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bfc04cb0394bb571","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bfc04cb0394bb571","status":"passed","time":{"start":1726218903394,"stop":1726218903394,"duration":0}},{"uid":"cfddf4ff812d0a06","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cfddf4ff812d0a06","status":"passed","time":{"start":1726218807914,"stop":1726218807914,"duration":0}},{"uid":"e13a13fd6ca5d2ff","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e13a13fd6ca5d2ff","status":"passed","time":{"start":1726218061980,"stop":1726218061981,"duration":1}},{"uid":"ca33e588df997c8e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ca33e588df997c8e","status":"passed","time":{"start":1726217984951,"stop":1726217984951,"duration":0}}]},"6e6a418f8d45c03dd7942b6dd4acecac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67307bc0cb953c6a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/67307bc0cb953c6a","status":"passed","time":{"start":1726218748391,"stop":1726218748391,"duration":0}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2ed553b263b77aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ed553b263b77aa","status":"passed","time":{"start":1726218812470,"stop":1726218812471,"duration":1}},{"uid":"163fb3d9ed95c8ee","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/163fb3d9ed95c8ee","status":"passed","time":{"start":1726218708393,"stop":1726218708393,"duration":0}},{"uid":"3ceb98ed5f653578","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3ceb98ed5f653578","status":"passed","time":{"start":1726217980039,"stop":1726217980039,"duration":0}},{"uid":"e7e2fddc4123a89b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e7e2fddc4123a89b","status":"passed","time":{"start":1726217896500,"stop":1726217896501,"duration":1}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"75a3acbad1032ec4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/75a3acbad1032ec4","status":"passed","time":{"start":1726218308583,"stop":1726218308583,"duration":0}},{"uid":"5b30cd825e9d9fc8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5b30cd825e9d9fc8","status":"passed","time":{"start":1726218213409,"stop":1726218213409,"duration":0}},{"uid":"8a1610f72c58596f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a1610f72c58596f","status":"passed","time":{"start":1726217466676,"stop":1726217466676,"duration":0}},{"uid":"4117c1a050f69c8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4117c1a050f69c8","status":"passed","time":{"start":1726217408297,"stop":1726217408297,"duration":0}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"31039f33ceae023","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/31039f33ceae023","status":"passed","time":{"start":1726218879351,"stop":1726218879352,"duration":1}},{"uid":"258bf1362d8d39c7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/258bf1362d8d39c7","status":"passed","time":{"start":1726218787587,"stop":1726218787588,"duration":1}},{"uid":"1d51ce2f861ce45c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d51ce2f861ce45c","status":"passed","time":{"start":1726218066299,"stop":1726218066299,"duration":0}},{"uid":"3bd8ec53b22231a0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3bd8ec53b22231a0","status":"passed","time":{"start":1726217965319,"stop":1726217965320,"duration":1}}]},"6d1136c538e4fb816f257cef285dd09b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42b2de635a2355c6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/42b2de635a2355c6","status":"passed","time":{"start":1726218765877,"stop":1726218765877,"duration":0}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"834cc8d3e3b354bc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/834cc8d3e3b354bc","status":"passed","time":{"start":1726218346774,"stop":1726218346774,"duration":0}},{"uid":"561efe26b6a53b81","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/561efe26b6a53b81","status":"passed","time":{"start":1726218251126,"stop":1726218251129,"duration":3}},{"uid":"ab9dbea0e18daacc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ab9dbea0e18daacc","status":"passed","time":{"start":1726217503657,"stop":1726217503657,"duration":0}},{"uid":"2068013a4a1a6bb6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2068013a4a1a6bb6","status":"passed","time":{"start":1726217444763,"stop":1726217444764,"duration":1}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b2f914b66bf323b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b2f914b66bf323b7","status":"passed","time":{"start":1726218806763,"stop":1726218806763,"duration":0}},{"uid":"2cf34a60d6e06741","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2cf34a60d6e06741","status":"passed","time":{"start":1726218706745,"stop":1726218706746,"duration":1}},{"uid":"ecd94d1fd89bec96","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ecd94d1fd89bec96","status":"passed","time":{"start":1726217976614,"stop":1726217976615,"duration":1}},{"uid":"8118d404c11e3a27","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8118d404c11e3a27","status":"passed","time":{"start":1726217890300,"stop":1726217890300,"duration":0}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"858368dbe10b1a15","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/858368dbe10b1a15","status":"passed","time":{"start":1726218302904,"stop":1726218302904,"duration":0}},{"uid":"5a21f4983c8d827f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5a21f4983c8d827f","status":"passed","time":{"start":1726218208238,"stop":1726218208239,"duration":1}},{"uid":"6335709be79bd6f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6335709be79bd6f2","status":"passed","time":{"start":1726217461853,"stop":1726217461854,"duration":1}},{"uid":"6863e70ff9c2e20f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6863e70ff9c2e20f","status":"passed","time":{"start":1726217403237,"stop":1726217403237,"duration":0}}]},"6f5db8f8f13c830c7e59f3146489be59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c24daf8d388268bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c24daf8d388268bf","status":"passed","time":{"start":1726218669772,"stop":1726218669772,"duration":0}},{"uid":"d1f97d2963b4edc9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d1f97d2963b4edc9","status":"passed","time":{"start":1726218612959,"stop":1726218612960,"duration":1}},{"uid":"c5cc9eb2b2619f9d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5cc9eb2b2619f9d","status":"passed","time":{"start":1726217868233,"stop":1726217868233,"duration":0}},{"uid":"c2c050b31c2e1a89","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c2c050b31c2e1a89","status":"passed","time":{"start":1726217785166,"stop":1726217785167,"duration":1}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c5d603b0351a7b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5c5d603b0351a7b7","status":"passed","time":{"start":1726218812476,"stop":1726218812476,"duration":0}},{"uid":"63d2ba4cda7057a7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/63d2ba4cda7057a7","status":"passed","time":{"start":1726218708449,"stop":1726218708449,"duration":0}},{"uid":"b00c46347845a679","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b00c46347845a679","status":"passed","time":{"start":1726217980052,"stop":1726217980052,"duration":0}},{"uid":"62f3a3c68a9b914d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/62f3a3c68a9b914d","status":"passed","time":{"start":1726217896506,"stop":1726217896507,"duration":1}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"662a7b316fc5f7b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/662a7b316fc5f7b7","status":"passed","time":{"start":1726218863003,"stop":1726218863004,"duration":1}},{"uid":"b5260dc5ae1bff51","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b5260dc5ae1bff51","status":"passed","time":{"start":1726218781381,"stop":1726218781381,"duration":0}},{"uid":"fa96a3d3c340607a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fa96a3d3c340607a","status":"passed","time":{"start":1726218013697,"stop":1726218013697,"duration":0}},{"uid":"5e24ca1cf2ad0154","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e24ca1cf2ad0154","status":"passed","time":{"start":1726217945330,"stop":1726217945330,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4e9efdc7d457d906","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4e9efdc7d457d906","status":"passed","time":{"start":1726218523028,"stop":1726218523028,"duration":0}},{"uid":"cb3d1b58d6e18482","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cb3d1b58d6e18482","status":"passed","time":{"start":1726218422919,"stop":1726218422920,"duration":1}},{"uid":"26346756a1797bfe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/26346756a1797bfe","status":"passed","time":{"start":1726217687443,"stop":1726217687444,"duration":1}},{"uid":"7a3b9547e6929e88","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7a3b9547e6929e88","status":"passed","time":{"start":1726217604527,"stop":1726217604528,"duration":1}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"92d43601f811c44e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/92d43601f811c44e","status":"passed","time":{"start":1726218777346,"stop":1726218777346,"duration":0}},{"uid":"cb995bf8240b7f54","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cb995bf8240b7f54","status":"passed","time":{"start":1726218700175,"stop":1726218700175,"duration":0}},{"uid":"9931e5fbeb80520f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9931e5fbeb80520f","status":"passed","time":{"start":1726217955948,"stop":1726217955949,"duration":1}},{"uid":"ebf33d0c3d2b900d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ebf33d0c3d2b900d","status":"passed","time":{"start":1726217870053,"stop":1726217870053,"duration":0}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"a6d39240ee1218dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a6d39240ee1218dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218510991,"stop":1726218510991,"duration":0}},{"uid":"cbbbca0ada53944b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cbbbca0ada53944b","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218417157,"stop":1726218417157,"duration":0}},{"uid":"512770156df70bbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/512770156df70bbf","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217677846,"stop":1726217677846,"duration":0}},{"uid":"65583bbba889e67e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/65583bbba889e67e","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217616849,"stop":1726217616850,"duration":1}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ea6e403880636015","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ea6e403880636015","status":"passed","time":{"start":1726218879289,"stop":1726218879289,"duration":0}},{"uid":"1a33e54b4a8fdf12","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1a33e54b4a8fdf12","status":"passed","time":{"start":1726218787574,"stop":1726218787574,"duration":0}},{"uid":"9a9afe810157a850","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9a9afe810157a850","status":"passed","time":{"start":1726218066276,"stop":1726218066276,"duration":0}},{"uid":"b6c9801f18f77396","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b6c9801f18f77396","status":"passed","time":{"start":1726217965300,"stop":1726217965300,"duration":0}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d457d4c29c1ed37b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d457d4c29c1ed37b","status":"passed","time":{"start":1726218282698,"stop":1726218282698,"duration":0}},{"uid":"c08edc97e8b5aa67","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c08edc97e8b5aa67","status":"passed","time":{"start":1726218188111,"stop":1726218188112,"duration":1}},{"uid":"e53c7cf82e29fc58","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e53c7cf82e29fc58","status":"passed","time":{"start":1726217441220,"stop":1726217441220,"duration":0}},{"uid":"712f955b15e7b4f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/712f955b15e7b4f0","status":"passed","time":{"start":1726217382869,"stop":1726217382869,"duration":0}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"45cf3f32838628f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/45cf3f32838628f8","status":"passed","time":{"start":1726218291672,"stop":1726218291672,"duration":0}},{"uid":"4e482fae9ed5ae5e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4e482fae9ed5ae5e","status":"passed","time":{"start":1726218197010,"stop":1726218197011,"duration":1}},{"uid":"eebd79fe645a938e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eebd79fe645a938e","status":"passed","time":{"start":1726217450209,"stop":1726217450209,"duration":0}},{"uid":"c0d6de7b6bf92f59","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c0d6de7b6bf92f59","status":"passed","time":{"start":1726217391860,"stop":1726217391860,"duration":0}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1d73d598cf6fbc3d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d73d598cf6fbc3d","status":"passed","time":{"start":1726218863186,"stop":1726218863186,"duration":0}},{"uid":"7940d4f646ff9e16","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7940d4f646ff9e16","status":"passed","time":{"start":1726218765884,"stop":1726218765884,"duration":0}},{"uid":"7b13e800fd0cb8b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b13e800fd0cb8b7","status":"passed","time":{"start":1726218039632,"stop":1726218039632,"duration":0}},{"uid":"f694b48a9fe5b4fb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f694b48a9fe5b4fb","status":"passed","time":{"start":1726217952886,"stop":1726217952891,"duration":5}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"ad03d55176a61ff2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad03d55176a61ff2","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218345043,"stop":1726218345043,"duration":0}},{"uid":"d270dbd0607b4d56","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d270dbd0607b4d56","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218250244,"stop":1726218250244,"duration":0}},{"uid":"d2b9f5b0f8c8699d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2b9f5b0f8c8699d","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217507044,"stop":1726217507044,"duration":0}},{"uid":"5613864c255307a0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5613864c255307a0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217445626,"stop":1726217445626,"duration":0}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"15c087d996447df6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15c087d996447df6","status":"passed","time":{"start":1726218764113,"stop":1726218764113,"duration":0}},{"uid":"a699ed89ba2d5a00","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a699ed89ba2d5a00","status":"passed","time":{"start":1726218659028,"stop":1726218659028,"duration":0}},{"uid":"75edb88255806c74","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/75edb88255806c74","status":"passed","time":{"start":1726217924765,"stop":1726217924765,"duration":0}},{"uid":"fc8366e0526b83a0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fc8366e0526b83a0","status":"passed","time":{"start":1726217840569,"stop":1726217840570,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bd839a54809cc14c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bd839a54809cc14c","status":"passed","time":{"start":1726218412653,"stop":1726218412654,"duration":1}},{"uid":"f0265f826b6996e5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f0265f826b6996e5","status":"passed","time":{"start":1726218318073,"stop":1726218318078,"duration":5}},{"uid":"95af17ba7cffbe1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95af17ba7cffbe1","status":"passed","time":{"start":1726217567469,"stop":1726217567470,"duration":1}},{"uid":"5bb956806b86ecc9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5bb956806b86ecc9","status":"passed","time":{"start":1726217508416,"stop":1726217508416,"duration":0}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dfc7401d99b6323a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dfc7401d99b6323a","status":"passed","time":{"start":1726218764067,"stop":1726218764080,"duration":13}},{"uid":"79635a3345586d28","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79635a3345586d28","status":"passed","time":{"start":1726218659000,"stop":1726218659001,"duration":1}},{"uid":"abdb0ed5d61875d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/abdb0ed5d61875d6","status":"passed","time":{"start":1726217924730,"stop":1726217924730,"duration":0}},{"uid":"d2a95e9f8c65edc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d2a95e9f8c65edc","status":"passed","time":{"start":1726217840471,"stop":1726217840472,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8830b33a86ebd98c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8830b33a86ebd98c","status":"passed","time":{"start":1726218862989,"stop":1726218862990,"duration":1}},{"uid":"4978b79034937b59","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4978b79034937b59","status":"passed","time":{"start":1726218781373,"stop":1726218781374,"duration":1}},{"uid":"62582c25cfe4c6ae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/62582c25cfe4c6ae","status":"passed","time":{"start":1726218013690,"stop":1726218013690,"duration":0}},{"uid":"26690e6258870e5d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/26690e6258870e5d","status":"passed","time":{"start":1726217945324,"stop":1726217945324,"duration":0}}]},"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"61ce8eee8cbc3e24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/61ce8eee8cbc3e24","status":"passed","time":{"start":1726218283094,"stop":1726218283095,"duration":1}},{"uid":"12f54a22b7d0c46a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/12f54a22b7d0c46a","status":"passed","time":{"start":1726218188595,"stop":1726218188596,"duration":1}},{"uid":"e4a88018a044905","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e4a88018a044905","status":"passed","time":{"start":1726217441556,"stop":1726217441557,"duration":1}},{"uid":"71aa4efb7c2badc5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/71aa4efb7c2badc5","status":"passed","time":{"start":1726217383219,"stop":1726217383220,"duration":1}}]},"f1376321c0cdaf3e2d1853c53fb70497:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b87ec4ae07b4e39","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7b87ec4ae07b4e39","status":"passed","time":{"start":1726217890299,"stop":1726217890299,"duration":0}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7dad575c746875b3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7dad575c746875b3","status":"passed","time":{"start":1726218778227,"stop":1726218778227,"duration":0}},{"uid":"8cab99bd60602b49","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8cab99bd60602b49","status":"passed","time":{"start":1726218673556,"stop":1726218673556,"duration":0}},{"uid":"aa3b33c00932961f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aa3b33c00932961f","status":"passed","time":{"start":1726217946724,"stop":1726217946724,"duration":0}},{"uid":"8aac035610c4b080","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8aac035610c4b080","status":"passed","time":{"start":1726217862780,"stop":1726217862780,"duration":0}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4530e489d7ff9d83","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4530e489d7ff9d83","status":"passed","time":{"start":1726218764106,"stop":1726218764106,"duration":0}},{"uid":"857df858501ca9f5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/857df858501ca9f5","status":"passed","time":{"start":1726218659020,"stop":1726218659021,"duration":1}},{"uid":"decd75e56d355f4f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/decd75e56d355f4f","status":"passed","time":{"start":1726217924753,"stop":1726217924753,"duration":0}},{"uid":"74c370988e3ba269","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/74c370988e3ba269","status":"passed","time":{"start":1726217840544,"stop":1726217840544,"duration":0}}]},"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"202985609b8c349e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/202985609b8c349e","status":"passed","time":{"start":1726218283101,"stop":1726218283101,"duration":0}},{"uid":"ed00d3ef935e0077","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ed00d3ef935e0077","status":"passed","time":{"start":1726218188600,"stop":1726218188600,"duration":0}},{"uid":"8e9c67811b271bd5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8e9c67811b271bd5","status":"passed","time":{"start":1726217441563,"stop":1726217441563,"duration":0}},{"uid":"d6188eb9ee399a44","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d6188eb9ee399a44","status":"passed","time":{"start":1726217383225,"stop":1726217383225,"duration":0}}]},"2557ec157df35bf6d707685321bea72f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e012bbea6c8443eb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e012bbea6c8443eb","status":"passed","time":{"start":1726218669773,"stop":1726218669773,"duration":0}},{"uid":"bc12cd0083b5a2a8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bc12cd0083b5a2a8","status":"passed","time":{"start":1726218612962,"stop":1726218612962,"duration":0}},{"uid":"bff1533859a58dfa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bff1533859a58dfa","status":"passed","time":{"start":1726217868233,"stop":1726217868234,"duration":1}},{"uid":"6985ee31a275dbae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6985ee31a275dbae","status":"passed","time":{"start":1726217785168,"stop":1726217785169,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"568bee47aa5f5ca8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/568bee47aa5f5ca8","status":"passed","time":{"start":1726218778198,"stop":1726218778218,"duration":20}},{"uid":"cd38fa5481fe6944","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cd38fa5481fe6944","status":"passed","time":{"start":1726218673552,"stop":1726218673553,"duration":1}},{"uid":"f3ecbd401a1a7259","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3ecbd401a1a7259","status":"passed","time":{"start":1726217946722,"stop":1726217946722,"duration":0}},{"uid":"959c9cef6e96ec20","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/959c9cef6e96ec20","status":"passed","time":{"start":1726217862776,"stop":1726217862776,"duration":0}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"550547bdd951ef21","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/550547bdd951ef21","status":"passed","time":{"start":1726218335401,"stop":1726218335401,"duration":0}},{"uid":"aa2fbbc28729b12d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/aa2fbbc28729b12d","status":"passed","time":{"start":1726218239525,"stop":1726218239526,"duration":1}},{"uid":"5179966f57ebbdde","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5179966f57ebbdde","status":"passed","time":{"start":1726217493340,"stop":1726217493341,"duration":1}},{"uid":"660692007901190","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/660692007901190","status":"passed","time":{"start":1726217434835,"stop":1726217434835,"duration":0}}]},"08b68d234e84cac511353d0a55c2dea7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3fd595342149374","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e3fd595342149374","status":"passed","time":{"start":1726217923180,"stop":1726217923180,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"557f15b86c3817d4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/557f15b86c3817d4","status":"passed","time":{"start":1726218291660,"stop":1726218291660,"duration":0}},{"uid":"6bc6cf8a5a6a43b2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6bc6cf8a5a6a43b2","status":"passed","time":{"start":1726218196998,"stop":1726218196998,"duration":0}},{"uid":"42b2760caa093080","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42b2760caa093080","status":"passed","time":{"start":1726217450196,"stop":1726217450196,"duration":0}},{"uid":"56139187f67d6ea0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/56139187f67d6ea0","status":"passed","time":{"start":1726217391848,"stop":1726217391848,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d23ed477b88ff7eb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d23ed477b88ff7eb","status":"passed","time":{"start":1726218551486,"stop":1726218551487,"duration":1}},{"uid":"b0712850326ae1b5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b0712850326ae1b5","status":"passed","time":{"start":1726218459537,"stop":1726218459537,"duration":0}},{"uid":"3017e8be06448635","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3017e8be06448635","status":"passed","time":{"start":1726217706005,"stop":1726217706005,"duration":0}},{"uid":"72f8d61a5f7d10d7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/72f8d61a5f7d10d7","status":"passed","time":{"start":1726217650762,"stop":1726217650762,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f3ac9f80763ce85","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1f3ac9f80763ce85","status":"passed","time":{"start":1726218689007,"stop":1726218689008,"duration":1}},{"uid":"c912027d7e951cfc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c912027d7e951cfc","status":"passed","time":{"start":1726218597577,"stop":1726218597577,"duration":0}},{"uid":"2e5a6f402f793a14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e5a6f402f793a14","status":"passed","time":{"start":1726217848420,"stop":1726217848420,"duration":0}},{"uid":"b20c5ce9c70a87db","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b20c5ce9c70a87db","status":"passed","time":{"start":1726217774669,"stop":1726217774670,"duration":1}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d6de5ef0c1aecdef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d6de5ef0c1aecdef","status":"passed","time":{"start":1726218863013,"stop":1726218863022,"duration":9}},{"uid":"4432c7cf1fd345da","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4432c7cf1fd345da","status":"passed","time":{"start":1726218781388,"stop":1726218781388,"duration":0}},{"uid":"f974fb36c1ad20d9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f974fb36c1ad20d9","status":"passed","time":{"start":1726218013702,"stop":1726218013712,"duration":10}},{"uid":"72014da336dc6cae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/72014da336dc6cae","status":"passed","time":{"start":1726217945335,"stop":1726217945336,"duration":1}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d3a816832f52cb88","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d3a816832f52cb88","status":"passed","time":{"start":1726218879322,"stop":1726218879330,"duration":8}},{"uid":"b02d1d3b0cceae71","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b02d1d3b0cceae71","status":"passed","time":{"start":1726218787580,"stop":1726218787580,"duration":0}},{"uid":"ae619eb282cfba91","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae619eb282cfba91","status":"passed","time":{"start":1726218066282,"stop":1726218066282,"duration":0}},{"uid":"2feef292305df39b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2feef292305df39b","status":"passed","time":{"start":1726217965309,"stop":1726217965309,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"37c7c2c4bab9ceb8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/37c7c2c4bab9ceb8","status":"passed","time":{"start":1726218851924,"stop":1726218851924,"duration":0}},{"uid":"7a1f1ab215301204","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a1f1ab215301204","status":"passed","time":{"start":1726218761850,"stop":1726218761850,"duration":0}},{"uid":"2e6e42f34c4e0edf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e6e42f34c4e0edf","status":"passed","time":{"start":1726218020454,"stop":1726218020455,"duration":1}},{"uid":"999443686eab4540","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/999443686eab4540","status":"passed","time":{"start":1726217934111,"stop":1726217934112,"duration":1}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e42a676bd4df1918","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e42a676bd4df1918","status":"passed","time":{"start":1726218886395,"stop":1726218886395,"duration":0}},{"uid":"8aa21cfab6a92bd2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8aa21cfab6a92bd2","status":"passed","time":{"start":1726218791848,"stop":1726218791849,"duration":1}},{"uid":"57a626a4a7efd37c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/57a626a4a7efd37c","status":"passed","time":{"start":1726218054694,"stop":1726218054699,"duration":5}},{"uid":"ba991ba93dd263da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba991ba93dd263da","status":"passed","time":{"start":1726217965433,"stop":1726217965433,"duration":0}}]},"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4bd65ed11b7149a1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4bd65ed11b7149a1","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"duration":0}},{"uid":"3e2447c23f4ea66d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e2447c23f4ea66d","status":"passed","time":{"start":1726218188604,"stop":1726218188605,"duration":1}},{"uid":"6f9ab89a4500802d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f9ab89a4500802d","status":"passed","time":{"start":1726217441568,"stop":1726217441568,"duration":0}},{"uid":"873dbaa11183b2e5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/873dbaa11183b2e5","status":"passed","time":{"start":1726217383231,"stop":1726217383231,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2807c4e1554d3f47","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2807c4e1554d3f47","status":"passed","time":{"start":1726218862995,"stop":1726218862996,"duration":1}},{"uid":"f3b9afd9f60bc032","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f3b9afd9f60bc032","status":"passed","time":{"start":1726218781378,"stop":1726218781378,"duration":0}},{"uid":"8ca8dd69249fc3f5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8ca8dd69249fc3f5","status":"passed","time":{"start":1726218013693,"stop":1726218013693,"duration":0}},{"uid":"3c32e834a4a3cfa5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3c32e834a4a3cfa5","status":"passed","time":{"start":1726217945327,"stop":1726217945327,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d69800452db5eca8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d69800452db5eca8","status":"passed","time":{"start":1726218563298,"stop":1726218563298,"duration":0}},{"uid":"a9a6274d98d6acbf","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a9a6274d98d6acbf","status":"passed","time":{"start":1726218471417,"stop":1726218471434,"duration":17}},{"uid":"249e9bfd52485f18","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/249e9bfd52485f18","status":"passed","time":{"start":1726217724203,"stop":1726217724203,"duration":0}},{"uid":"ee988470fc12c672","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ee988470fc12c672","status":"passed","time":{"start":1726217656059,"stop":1726217656059,"duration":0}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"900241452f21c45e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/900241452f21c45e","status":"passed","time":{"start":1726218788036,"stop":1726218788036,"duration":0}},{"uid":"74e482c886148c4b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/74e482c886148c4b","status":"passed","time":{"start":1726218685052,"stop":1726218685053,"duration":1}},{"uid":"a59d67651086a0f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a59d67651086a0f1","status":"passed","time":{"start":1726217960214,"stop":1726217960214,"duration":0}},{"uid":"3dbf84d1d2b263b9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3dbf84d1d2b263b9","status":"passed","time":{"start":1726217875229,"stop":1726217875230,"duration":1}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"abbfca4a22a97f18","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/abbfca4a22a97f18","status":"passed","time":{"start":1726218778233,"stop":1726218778233,"duration":0}},{"uid":"ab65afa3d8e3bd36","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ab65afa3d8e3bd36","status":"passed","time":{"start":1726218673558,"stop":1726218673558,"duration":0}},{"uid":"dd0c3a44300bb4cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd0c3a44300bb4cd","status":"passed","time":{"start":1726217946732,"stop":1726217946732,"duration":0}},{"uid":"7913f16f726c6df0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7913f16f726c6df0","status":"passed","time":{"start":1726217862782,"stop":1726217862783,"duration":1}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"639db5205748c5f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/639db5205748c5f6","status":"passed","time":{"start":1726218806762,"stop":1726218806762,"duration":0}},{"uid":"3398003093094c39","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3398003093094c39","status":"passed","time":{"start":1726218706745,"stop":1726218706745,"duration":0}},{"uid":"c44675d18b5bdf00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c44675d18b5bdf00","status":"passed","time":{"start":1726217976613,"stop":1726217976614,"duration":1}},{"uid":"e71ad5a6db4665da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e71ad5a6db4665da","status":"passed","time":{"start":1726217890300,"stop":1726217890300,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8b45d5c131dc7c31","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8b45d5c131dc7c31","status":"passed","time":{"start":1726218926396,"stop":1726218926396,"duration":0}},{"uid":"2fabf43f2aec9bcc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fabf43f2aec9bcc","status":"passed","time":{"start":1726218833198,"stop":1726218833198,"duration":0}},{"uid":"e29eb799a4dcdfa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e29eb799a4dcdfa","status":"passed","time":{"start":1726218095393,"stop":1726218095393,"duration":0}},{"uid":"36aebf635ea253a3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36aebf635ea253a3","status":"passed","time":{"start":1726218006961,"stop":1726218006962,"duration":1}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4e786474877154de","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4e786474877154de","status":"passed","time":{"start":1726218843777,"stop":1726218843779,"duration":2}},{"uid":"1f7500f65af852c3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1f7500f65af852c3","status":"passed","time":{"start":1726218748398,"stop":1726218748398,"duration":0}},{"uid":"ef70294ca0d0caa2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef70294ca0d0caa2","status":"passed","time":{"start":1726218011629,"stop":1726218011630,"duration":1}},{"uid":"485f5ec32e3e2c13","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/485f5ec32e3e2c13","status":"passed","time":{"start":1726217923185,"stop":1726217923186,"duration":1}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b51b5e81cdf9de23","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b51b5e81cdf9de23","status":"passed","time":{"start":1726218879332,"stop":1726218879332,"duration":0}},{"uid":"de48ad716cf61862","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/de48ad716cf61862","status":"passed","time":{"start":1726218787581,"stop":1726218787581,"duration":0}},{"uid":"da85895096bc06a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da85895096bc06a8","status":"passed","time":{"start":1726218066288,"stop":1726218066288,"duration":0}},{"uid":"2b1bafeddad747ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2b1bafeddad747ae","status":"passed","time":{"start":1726217965311,"stop":1726217965311,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"10fb03eb06175399","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/10fb03eb06175399","status":"passed","time":{"start":1726218375492,"stop":1726218375492,"duration":0}},{"uid":"5d2bb287207eb996","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5d2bb287207eb996","status":"passed","time":{"start":1726218279686,"stop":1726218279687,"duration":1}},{"uid":"175f73d1c21f019b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/175f73d1c21f019b","status":"passed","time":{"start":1726217533046,"stop":1726217533047,"duration":1}},{"uid":"6bbd5a643657f24f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6bbd5a643657f24f","status":"passed","time":{"start":1726217474964,"stop":1726217474964,"duration":0}}]},"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2e7e9fb9e46df0f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e7e9fb9e46df0f8","status":"passed","time":{"start":1726218283089,"stop":1726218283090,"duration":1}},{"uid":"7b892ddd4cd55528","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7b892ddd4cd55528","status":"passed","time":{"start":1726218188590,"stop":1726218188591,"duration":1}},{"uid":"72842ee5184d92f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72842ee5184d92f8","status":"passed","time":{"start":1726217441551,"stop":1726217441551,"duration":0}},{"uid":"c4201781a8d55a57","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4201781a8d55a57","status":"passed","time":{"start":1726217383214,"stop":1726217383215,"duration":1}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3e7a9ea3deffc3a2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3e7a9ea3deffc3a2","status":"passed","time":{"start":1726218879371,"stop":1726218879372,"duration":1}},{"uid":"84c884540ce76052","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/84c884540ce76052","status":"passed","time":{"start":1726218787592,"stop":1726218787592,"duration":0}},{"uid":"3faae2278630f533","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3faae2278630f533","status":"passed","time":{"start":1726218066308,"stop":1726218066314,"duration":6}},{"uid":"3acbbb541b6ed3a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3acbbb541b6ed3a6","status":"passed","time":{"start":1726217965347,"stop":1726217965347,"duration":0}}]},"b8224b5240fbd362784e93469a691c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5bc6855f1ee3e850","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5bc6855f1ee3e850","status":"passed","time":{"start":1726218748390,"stop":1726218748391,"duration":1}}]},"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bc22a6d73963c6e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bc22a6d73963c6e7","status":"passed","time":{"start":1726218283085,"stop":1726218283085,"duration":0}},{"uid":"fba8e224a1c49d99","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fba8e224a1c49d99","status":"passed","time":{"start":1726218188587,"stop":1726218188587,"duration":0}},{"uid":"1d685cd8bbeb331d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d685cd8bbeb331d","status":"passed","time":{"start":1726217441547,"stop":1726217441547,"duration":0}},{"uid":"85fc9a212486fb4b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85fc9a212486fb4b","status":"passed","time":{"start":1726217383210,"stop":1726217383210,"duration":0}}]},"8a21ab25c2ad276c8011246878f8019a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"280a7ba80e6d145","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/280a7ba80e6d145","status":"passed","time":{"start":1726218706744,"stop":1726218706744,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ab98e4248eaf54d4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ab98e4248eaf54d4","status":"passed","time":{"start":1726218344914,"stop":1726218344914,"duration":0}},{"uid":"f446c58c4903bcef","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f446c58c4903bcef","status":"passed","time":{"start":1726218249120,"stop":1726218249120,"duration":0}},{"uid":"d60bf22b87acb74f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d60bf22b87acb74f","status":"passed","time":{"start":1726217503858,"stop":1726217503859,"duration":1}},{"uid":"77f99ee8a2ec8c92","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/77f99ee8a2ec8c92","status":"passed","time":{"start":1726217442597,"stop":1726217442598,"duration":1}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"27a8bb0444abdbab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/27a8bb0444abdbab","status":"passed","time":{"start":1726218926397,"stop":1726218926397,"duration":0}},{"uid":"b568871db81458f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b568871db81458f8","status":"passed","time":{"start":1726218833198,"stop":1726218833199,"duration":1}},{"uid":"81a6e7263f2db1a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/81a6e7263f2db1a4","status":"passed","time":{"start":1726218095393,"stop":1726218095394,"duration":1}},{"uid":"7cf0231cf2274644","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7cf0231cf2274644","status":"passed","time":{"start":1726218006962,"stop":1726218006962,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bb3950b468ed56b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb3950b468ed56b7","status":"passed","time":{"start":1726218917025,"stop":1726218917025,"duration":0}},{"uid":"a3c1647162fd7bbb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a3c1647162fd7bbb","status":"passed","time":{"start":1726218827656,"stop":1726218827656,"duration":0}},{"uid":"4ba0c2fecbf6b662","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4ba0c2fecbf6b662","status":"passed","time":{"start":1726218090763,"stop":1726218090763,"duration":0}},{"uid":"465472260a810ff6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/465472260a810ff6","status":"passed","time":{"start":1726217999476,"stop":1726217999477,"duration":1}}]},"38ae952e928b892b973efc93018df70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a746752f6b36bda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a746752f6b36bda","status":"passed","time":{"start":1726218011627,"stop":1726218011627,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"651f778519cbe626","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/651f778519cbe626","status":"passed","time":{"start":1726218806755,"stop":1726218806755,"duration":0}},{"uid":"84d0fc5d081a1509","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/84d0fc5d081a1509","status":"passed","time":{"start":1726218706738,"stop":1726218706738,"duration":0}},{"uid":"afc4890543196d66","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/afc4890543196d66","status":"passed","time":{"start":1726217976601,"stop":1726217976601,"duration":0}},{"uid":"10e14e2044fd0277","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/10e14e2044fd0277","status":"passed","time":{"start":1726217890293,"stop":1726217890293,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2fa78b257813acca","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2fa78b257813acca","status":"passed","time":{"start":1726218291662,"stop":1726218291662,"duration":0}},{"uid":"fbf8f29482b4fb5e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fbf8f29482b4fb5e","status":"passed","time":{"start":1726218197000,"stop":1726218197000,"duration":0}},{"uid":"4025c993a732dd8d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4025c993a732dd8d","status":"passed","time":{"start":1726217450198,"stop":1726217450198,"duration":0}},{"uid":"ff22d5aee87d1fae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ff22d5aee87d1fae","status":"passed","time":{"start":1726217391849,"stop":1726217391850,"duration":1}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1e101a6df7fe0c99","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1e101a6df7fe0c99","status":"passed","time":{"start":1726218863011,"stop":1726218863011,"duration":0}},{"uid":"ea50e619a88758a4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ea50e619a88758a4","status":"passed","time":{"start":1726218781384,"stop":1726218781384,"duration":0}},{"uid":"ea1d44b491181207","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ea1d44b491181207","status":"passed","time":{"start":1726218013700,"stop":1726218013700,"duration":0}},{"uid":"1763fb6f44e62fd4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1763fb6f44e62fd4","status":"passed","time":{"start":1726217945333,"stop":1726217945333,"duration":0}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eaf720a73ec30f34","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eaf720a73ec30f34","status":"passed","time":{"start":1726218843770,"stop":1726218843770,"duration":0}},{"uid":"7a839190823738f9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a839190823738f9","status":"passed","time":{"start":1726218748398,"stop":1726218748398,"duration":0}},{"uid":"2c6da54044659602","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2c6da54044659602","status":"passed","time":{"start":1726218011629,"stop":1726218011629,"duration":0}},{"uid":"c05f3d48d050a3bf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c05f3d48d050a3bf","status":"passed","time":{"start":1726217923185,"stop":1726217923185,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"868c589a32757cc7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/868c589a32757cc7","status":"passed","time":{"start":1726218455970,"stop":1726218455970,"duration":0}},{"uid":"7a1db39d50f9ba6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a1db39d50f9ba6","status":"passed","time":{"start":1726218357625,"stop":1726218357626,"duration":1}},{"uid":"2aef1dcc86b612f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2aef1dcc86b612f6","status":"passed","time":{"start":1726217608003,"stop":1726217608004,"duration":1}},{"uid":"8418a9dce2dec4f4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8418a9dce2dec4f4","status":"passed","time":{"start":1726217547146,"stop":1726217547146,"duration":0}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5a7e75bc5cb280a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a7e75bc5cb280a4","status":"passed","time":{"start":1726218926398,"stop":1726218926398,"duration":0}},{"uid":"b4e4482984d50d1f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b4e4482984d50d1f","status":"passed","time":{"start":1726218833200,"stop":1726218833200,"duration":0}},{"uid":"f591f16c528f3754","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f591f16c528f3754","status":"passed","time":{"start":1726218095395,"stop":1726218095395,"duration":0}},{"uid":"412082fe329b88cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/412082fe329b88cc","status":"passed","time":{"start":1726218006963,"stop":1726218006963,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c264980d0035ff4b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c264980d0035ff4b","status":"passed","time":{"start":1726218879314,"stop":1726218879315,"duration":1}},{"uid":"dc2623382528f3ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dc2623382528f3ab","status":"passed","time":{"start":1726218787577,"stop":1726218787577,"duration":0}},{"uid":"26db03bcb167e1a6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/26db03bcb167e1a6","status":"passed","time":{"start":1726218066280,"stop":1726218066280,"duration":0}},{"uid":"606562d6b1c1a634","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/606562d6b1c1a634","status":"passed","time":{"start":1726217965303,"stop":1726217965304,"duration":1}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3b4062f34987ec05","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3b4062f34987ec05","status":"passed","time":{"start":1726218523022,"stop":1726218523022,"duration":0}},{"uid":"9acc074040e16f2d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9acc074040e16f2d","status":"passed","time":{"start":1726218422909,"stop":1726218422909,"duration":0}},{"uid":"da6a90a0bb2f5052","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da6a90a0bb2f5052","status":"passed","time":{"start":1726217687429,"stop":1726217687429,"duration":0}},{"uid":"38291434f6c04740","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38291434f6c04740","status":"passed","time":{"start":1726217604498,"stop":1726217604498,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9a185ca7e9623f75","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9a185ca7e9623f75","status":"passed","time":{"start":1726218412655,"stop":1726218412655,"duration":0}},{"uid":"a912e5c227e9d1a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a912e5c227e9d1a0","status":"passed","time":{"start":1726218318084,"stop":1726218318088,"duration":4}},{"uid":"e5c4025f4cf0c155","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e5c4025f4cf0c155","status":"passed","time":{"start":1726217567471,"stop":1726217567472,"duration":1}},{"uid":"8c6599e6cd735051","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c6599e6cd735051","status":"passed","time":{"start":1726217508417,"stop":1726217508418,"duration":1}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eb514182afeec34f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb514182afeec34f","status":"passed","time":{"start":1726218812472,"stop":1726218812473,"duration":1}},{"uid":"55601fd8e673c9c4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/55601fd8e673c9c4","status":"passed","time":{"start":1726218708394,"stop":1726218708394,"duration":0}},{"uid":"a16ed47e57a9e8be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a16ed47e57a9e8be","status":"passed","time":{"start":1726217980049,"stop":1726217980050,"duration":1}},{"uid":"6a8b2c7f9d66e802","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a8b2c7f9d66e802","status":"passed","time":{"start":1726217896502,"stop":1726217896503,"duration":1}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"93f0918bee81e74","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/93f0918bee81e74","status":"passed","time":{"start":1726218764088,"stop":1726218764088,"duration":0}},{"uid":"da58e62c63de831","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/da58e62c63de831","status":"passed","time":{"start":1726218659005,"stop":1726218659006,"duration":1}},{"uid":"ca635cebc11eec5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca635cebc11eec5c","status":"passed","time":{"start":1726217924735,"stop":1726217924735,"duration":0}},{"uid":"d9ebc2a4e9f2acea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d9ebc2a4e9f2acea","status":"passed","time":{"start":1726217840475,"stop":1726217840476,"duration":1}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"baf57a9d5101b5a1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/baf57a9d5101b5a1","status":"passed","time":{"start":1726218291079,"stop":1726218291079,"duration":0}},{"uid":"1d6396f7a8c0572a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1d6396f7a8c0572a","status":"passed","time":{"start":1726218196344,"stop":1726218196345,"duration":1}},{"uid":"1c540980b93f4667","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c540980b93f4667","status":"passed","time":{"start":1726217449474,"stop":1726217449475,"duration":1}},{"uid":"c1a334cb4fa73e68","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c1a334cb4fa73e68","status":"passed","time":{"start":1726217391249,"stop":1726217391250,"duration":1}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c161dc11c4f443c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5c161dc11c4f443c","status":"passed","time":{"start":1726218304536,"stop":1726218304536,"duration":0}},{"uid":"8208308747a58c70","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8208308747a58c70","status":"passed","time":{"start":1726218209374,"stop":1726218209374,"duration":0}},{"uid":"9d4a31fecbd4c094","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9d4a31fecbd4c094","status":"passed","time":{"start":1726217462337,"stop":1726217462339,"duration":2}},{"uid":"43cf311e065e9a26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43cf311e065e9a26","status":"passed","time":{"start":1726217404189,"stop":1726217404189,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2322ccece2a9d744","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2322ccece2a9d744","status":"passed","time":{"start":1726218563299,"stop":1726218563299,"duration":0}},{"uid":"b1ac87b4d92ef3de","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b1ac87b4d92ef3de","status":"passed","time":{"start":1726218471438,"stop":1726218471438,"duration":0}},{"uid":"af5538879261d242","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af5538879261d242","status":"passed","time":{"start":1726217724226,"stop":1726217724227,"duration":1}},{"uid":"6e10592354984b98","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e10592354984b98","status":"passed","time":{"start":1726217656060,"stop":1726217656060,"duration":0}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9416d68d8bc87580","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9416d68d8bc87580","status":"passed","time":{"start":1726218778219,"stop":1726218778219,"duration":0}},{"uid":"4ed28731614e4bad","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ed28731614e4bad","status":"passed","time":{"start":1726218673555,"stop":1726218673555,"duration":0}},{"uid":"ee54230ded098042","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ee54230ded098042","status":"passed","time":{"start":1726217946723,"stop":1726217946723,"duration":0}},{"uid":"3539a4fac29b54e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3539a4fac29b54e","status":"passed","time":{"start":1726217862778,"stop":1726217862779,"duration":1}}]},"3f0f2dc0913594ac4d27adb61197f584:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9b1f1bcbf98a7a5d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9b1f1bcbf98a7a5d","status":"passed","time":{"start":1726218669775,"stop":1726218669776,"duration":1}},{"uid":"a0cf72a2f6a2f7b0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0cf72a2f6a2f7b0","status":"passed","time":{"start":1726218612969,"stop":1726218612970,"duration":1}},{"uid":"fd07b200094621c3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd07b200094621c3","status":"passed","time":{"start":1726217868247,"stop":1726217868248,"duration":1}},{"uid":"63ac9f7e9d0ed37d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63ac9f7e9d0ed37d","status":"passed","time":{"start":1726217785175,"stop":1726217785176,"duration":1}}]},"7e19743d899ffc1a028976587701d8da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d261a52e45727f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d261a52e45727f0","status":"passed","time":{"start":1726217862805,"stop":1726217862805,"duration":0}}]},"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7a1e19dcd69d002e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7a1e19dcd69d002e","status":"passed","time":{"start":1726218447514,"stop":1726218447514,"duration":0}},{"uid":"276a06e11aa0e70f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/276a06e11aa0e70f","status":"passed","time":{"start":1726218356742,"stop":1726218356743,"duration":1}},{"uid":"aadf896afd64389b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aadf896afd64389b","status":"passed","time":{"start":1726217603244,"stop":1726217603245,"duration":1}},{"uid":"553911fb99aedf4c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/553911fb99aedf4c","status":"passed","time":{"start":1726217544017,"stop":1726217544018,"duration":1}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a96b18887e656f30","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a96b18887e656f30","status":"passed","time":{"start":1726218291079,"stop":1726218291079,"duration":0}},{"uid":"d669f18092acb7c9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d669f18092acb7c9","status":"passed","time":{"start":1726218196343,"stop":1726218196344,"duration":1}},{"uid":"be63cfdb366bc3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be63cfdb366bc3c","status":"passed","time":{"start":1726217449471,"stop":1726217449474,"duration":3}},{"uid":"39104b30aee71bbd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39104b30aee71bbd","status":"passed","time":{"start":1726217391249,"stop":1726217391249,"duration":0}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"779a6d33409ee6bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/779a6d33409ee6bf","status":"passed","time":{"start":1726218886396,"stop":1726218886396,"duration":0}},{"uid":"d040efb5dcb7d689","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d040efb5dcb7d689","status":"passed","time":{"start":1726218791850,"stop":1726218791850,"duration":0}},{"uid":"a9a095a31d4342b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a9a095a31d4342b8","status":"passed","time":{"start":1726218054703,"stop":1726218054704,"duration":1}},{"uid":"b3fabc5777b1fb75","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b3fabc5777b1fb75","status":"passed","time":{"start":1726217965434,"stop":1726217965434,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ccdb5b9bd5c8332","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ccdb5b9bd5c8332","status":"passed","time":{"start":1726218410955,"stop":1726218410955,"duration":0}},{"uid":"15cb2431301a4319","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/15cb2431301a4319","status":"passed","time":{"start":1726218315929,"stop":1726218315929,"duration":0}},{"uid":"4173215c27f58299","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4173215c27f58299","status":"passed","time":{"start":1726217577138,"stop":1726217577146,"duration":8}},{"uid":"36750f8808705516","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36750f8808705516","status":"passed","time":{"start":1726217509415,"stop":1726217509415,"duration":0}}]},"21aaa2ba3dacac3be79eb626492e7e49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2fa40ebc5a25ff9f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2fa40ebc5a25ff9f","status":"passed","time":{"start":1726218706745,"stop":1726218706745,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"36824c297905f874","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/36824c297905f874","status":"passed","time":{"start":1726218523010,"stop":1726218523011,"duration":1}},{"uid":"b8edefb8edf66da1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b8edefb8edf66da1","status":"passed","time":{"start":1726218422894,"stop":1726218422894,"duration":0}},{"uid":"a8581a6e5485075c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a8581a6e5485075c","status":"passed","time":{"start":1726217687416,"stop":1726217687416,"duration":0}},{"uid":"26af7413f4a7a408","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/26af7413f4a7a408","status":"passed","time":{"start":1726217604479,"stop":1726217604480,"duration":1}}]},"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"228d3f00c723b625","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/228d3f00c723b625","status":"passed","time":{"start":1726218283097,"stop":1726218283098,"duration":1}},{"uid":"cbefdcbcfdef8439","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cbefdcbcfdef8439","status":"passed","time":{"start":1726218188598,"stop":1726218188598,"duration":0}},{"uid":"f3f809e51280ffb7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3f809e51280ffb7","status":"passed","time":{"start":1726217441560,"stop":1726217441560,"duration":0}},{"uid":"c9e58754d4cf28e9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c9e58754d4cf28e9","status":"passed","time":{"start":1726217383222,"stop":1726217383222,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1906dad37997d564","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1906dad37997d564","status":"passed","time":{"start":1726218764095,"stop":1726218764095,"duration":0}},{"uid":"f56f0a2dcfbe7b9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f56f0a2dcfbe7b9","status":"passed","time":{"start":1726218659008,"stop":1726218659009,"duration":1}},{"uid":"231d34991ec56653","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/231d34991ec56653","status":"passed","time":{"start":1726217924737,"stop":1726217924738,"duration":1}},{"uid":"298a6686ae76e3cf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/298a6686ae76e3cf","status":"passed","time":{"start":1726217840492,"stop":1726217840503,"duration":11}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f947d2d1700fce9d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f947d2d1700fce9d","status":"passed","time":{"start":1726218926397,"stop":1726218926397,"duration":0}},{"uid":"52f7a9818620111d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52f7a9818620111d","status":"passed","time":{"start":1726218833199,"stop":1726218833199,"duration":0}},{"uid":"18a81fdc8f640f1b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18a81fdc8f640f1b","status":"passed","time":{"start":1726218095394,"stop":1726218095394,"duration":0}},{"uid":"163e71d52c44ec31","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/163e71d52c44ec31","status":"passed","time":{"start":1726218006962,"stop":1726218006962,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b114c56cb4449fce","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b114c56cb4449fce","status":"passed","time":{"start":1726218879338,"stop":1726218879338,"duration":0}},{"uid":"3ad503da8b5a193f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3ad503da8b5a193f","status":"passed","time":{"start":1726218787585,"stop":1726218787585,"duration":0}},{"uid":"ba693ab0b047ac50","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ba693ab0b047ac50","status":"passed","time":{"start":1726218066297,"stop":1726218066297,"duration":0}},{"uid":"9f09cd9ce3373fc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9f09cd9ce3373fc","status":"passed","time":{"start":1726217965317,"stop":1726217965317,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d4d6264d4aeab97f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d4d6264d4aeab97f","status":"passed","time":{"start":1726218812477,"stop":1726218812477,"duration":0}},{"uid":"ac1e023704b922dc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ac1e023704b922dc","status":"passed","time":{"start":1726218708455,"stop":1726218708455,"duration":0}},{"uid":"fe089244688f9639","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fe089244688f9639","status":"passed","time":{"start":1726217980053,"stop":1726217980053,"duration":0}},{"uid":"d204eb9fbab6e271","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d204eb9fbab6e271","status":"passed","time":{"start":1726217896507,"stop":1726217896508,"duration":1}}]},"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"42207941aaedf54a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42207941aaedf54a","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"duration":0}},{"uid":"d46e4667e67d3312","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d46e4667e67d3312","status":"passed","time":{"start":1726218188604,"stop":1726218188604,"duration":0}},{"uid":"7ae70dc76b5f53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7ae70dc76b5f53","status":"passed","time":{"start":1726217441567,"stop":1726217441568,"duration":1}},{"uid":"5ebd9ca01adb31d6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5ebd9ca01adb31d6","status":"passed","time":{"start":1726217383230,"stop":1726217383230,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3cfc1ccbb96d7982","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3cfc1ccbb96d7982","status":"passed","time":{"start":1726218879352,"stop":1726218879352,"duration":0}},{"uid":"4b0dbc988c4fa759","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b0dbc988c4fa759","status":"passed","time":{"start":1726218787588,"stop":1726218787588,"duration":0}},{"uid":"b2af5cbce1133d1c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b2af5cbce1133d1c","status":"passed","time":{"start":1726218066299,"stop":1726218066300,"duration":1}},{"uid":"8927c6198d5d0ac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8927c6198d5d0ac","status":"passed","time":{"start":1726217965320,"stop":1726217965320,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7eca4a8a2a006f38","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7eca4a8a2a006f38","status":"passed","time":{"start":1726218778190,"stop":1726218778190,"duration":0}},{"uid":"cd4ed677c88b6934","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cd4ed677c88b6934","status":"passed","time":{"start":1726218673549,"stop":1726218673549,"duration":0}},{"uid":"76159908ae89d281","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/76159908ae89d281","status":"passed","time":{"start":1726217946719,"stop":1726217946719,"duration":0}},{"uid":"9f7edf15e088bc26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9f7edf15e088bc26","status":"passed","time":{"start":1726217862773,"stop":1726217862773,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9eaa155f85b9a97d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9eaa155f85b9a97d","status":"passed","time":{"start":1726218778246,"stop":1726218778250,"duration":4}},{"uid":"97465f08a28ea33e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/97465f08a28ea33e","status":"passed","time":{"start":1726218673559,"stop":1726218673559,"duration":0}},{"uid":"fc6cfb471425cb2f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc6cfb471425cb2f","status":"passed","time":{"start":1726217946734,"stop":1726217946734,"duration":0}},{"uid":"8af5250b0c77bedf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8af5250b0c77bedf","status":"passed","time":{"start":1726217862785,"stop":1726217862786,"duration":1}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2c70bdf6d700a2d3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2c70bdf6d700a2d3","status":"passed","time":{"start":1726218903393,"stop":1726218903393,"duration":0}},{"uid":"27f1d4cd1ed5b78d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/27f1d4cd1ed5b78d","status":"passed","time":{"start":1726218807914,"stop":1726218807914,"duration":0}},{"uid":"803d2a4649479cab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/803d2a4649479cab","status":"passed","time":{"start":1726218061980,"stop":1726218061980,"duration":0}},{"uid":"467560c339838d28","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/467560c339838d28","status":"passed","time":{"start":1726217984951,"stop":1726217984951,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a5f75f3e1f62f363","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a5f75f3e1f62f363","status":"passed","time":{"start":1726218778187,"stop":1726218778188,"duration":1}},{"uid":"26084c67f81bd0f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/26084c67f81bd0f8","status":"passed","time":{"start":1726218673545,"stop":1726218673546,"duration":1}},{"uid":"efe0fa846cbf9c99","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/efe0fa846cbf9c99","status":"passed","time":{"start":1726217946678,"stop":1726217946678,"duration":0}},{"uid":"68f84576bf4152f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/68f84576bf4152f6","status":"passed","time":{"start":1726217862769,"stop":1726217862770,"duration":1}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"20215fcba1552091","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/20215fcba1552091","status":"passed","time":{"start":1726218778286,"stop":1726218778286,"duration":0}},{"uid":"b40be14661fcf4b3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b40be14661fcf4b3","status":"passed","time":{"start":1726218673562,"stop":1726218673562,"duration":0}},{"uid":"139ea9cdbd201ed8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/139ea9cdbd201ed8","status":"passed","time":{"start":1726217946740,"stop":1726217946741,"duration":1}},{"uid":"7b29192afc122e0d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7b29192afc122e0d","status":"passed","time":{"start":1726217862791,"stop":1726217862792,"duration":1}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ea9995e30f4b8f8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ea9995e30f4b8f8c","status":"passed","time":{"start":1726218956168,"stop":1726218956168,"duration":0}},{"uid":"44faf99e3048d00","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/44faf99e3048d00","status":"passed","time":{"start":1726218868914,"stop":1726218868914,"duration":0}},{"uid":"cf8879057b42a0c2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cf8879057b42a0c2","status":"passed","time":{"start":1726218139626,"stop":1726218139626,"duration":0}},{"uid":"27065f453f070769","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/27065f453f070769","status":"passed","time":{"start":1726218051437,"stop":1726218051438,"duration":1}}]},"b40534068599ef4874ce65384293b963:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"434b229ab1db1a66","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/434b229ab1db1a66","status":"passed","time":{"start":1726217923183,"stop":1726217923183,"duration":0}}]},"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a6c4dd3285259e01","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a6c4dd3285259e01","status":"passed","time":{"start":1726218283070,"stop":1726218283070,"duration":0}},{"uid":"68a8f1af5234759d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68a8f1af5234759d","status":"passed","time":{"start":1726218188573,"stop":1726218188573,"duration":0}},{"uid":"8a53fe670213405a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a53fe670213405a","status":"passed","time":{"start":1726217441531,"stop":1726217441531,"duration":0}},{"uid":"557dd9aeb3492c36","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/557dd9aeb3492c36","status":"passed","time":{"start":1726217383191,"stop":1726217383191,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"33a5c70aa8f6ce59","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/33a5c70aa8f6ce59","status":"passed","time":{"start":1726218397741,"stop":1726218397742,"duration":1}},{"uid":"911bd0a9fce935ab","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/911bd0a9fce935ab","status":"passed","time":{"start":1726218303230,"stop":1726218303230,"duration":0}},{"uid":"522f26a6ca24594f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/522f26a6ca24594f","status":"passed","time":{"start":1726217551914,"stop":1726217551914,"duration":0}},{"uid":"fbe1d3ccae91eb9e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fbe1d3ccae91eb9e","status":"passed","time":{"start":1726217494759,"stop":1726217494759,"duration":0}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3435de0fce6427c9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3435de0fce6427c9","status":"passed","time":{"start":1726218523025,"stop":1726218523025,"duration":0}},{"uid":"9ceb081d67f65492","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9ceb081d67f65492","status":"passed","time":{"start":1726218422916,"stop":1726218422916,"duration":0}},{"uid":"a5449bf876e4d8b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a5449bf876e4d8b5","status":"passed","time":{"start":1726217687438,"stop":1726217687439,"duration":1}},{"uid":"51431c16b3002b30","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/51431c16b3002b30","status":"passed","time":{"start":1726217604515,"stop":1726217604518,"duration":3}}]},"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7c4df3568cddd6d0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7c4df3568cddd6d0","status":"passed","time":{"start":1726218283084,"stop":1726218283084,"duration":0}},{"uid":"d664df7c696177c2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d664df7c696177c2","status":"passed","time":{"start":1726218188586,"stop":1726218188586,"duration":0}},{"uid":"5e6ed667d6d4e23a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5e6ed667d6d4e23a","status":"passed","time":{"start":1726217441546,"stop":1726217441546,"duration":0}},{"uid":"35984c0e0c9376e3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/35984c0e0c9376e3","status":"passed","time":{"start":1726217383209,"stop":1726217383209,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c2c702fa3f6aab9f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c2c702fa3f6aab9f","status":"passed","time":{"start":1726218412657,"stop":1726218412657,"duration":0}},{"uid":"a01ca0a329f9e26d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a01ca0a329f9e26d","status":"passed","time":{"start":1726218318090,"stop":1726218318091,"duration":1}},{"uid":"eb47fc8409a0adbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eb47fc8409a0adbf","status":"passed","time":{"start":1726217567474,"stop":1726217567475,"duration":1}},{"uid":"ea17d5a58b727f1c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ea17d5a58b727f1c","status":"passed","time":{"start":1726217508420,"stop":1726217508420,"duration":0}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c6f40427d2545d48","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c6f40427d2545d48","status":"passed","time":{"start":1726218563305,"stop":1726218563307,"duration":2}},{"uid":"b456bf4c27a0b921","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b456bf4c27a0b921","status":"passed","time":{"start":1726218471438,"stop":1726218471439,"duration":1}},{"uid":"d472045ff0cee630","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d472045ff0cee630","status":"passed","time":{"start":1726217724227,"stop":1726217724227,"duration":0}},{"uid":"841dff9b3580b8cb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/841dff9b3580b8cb","status":"passed","time":{"start":1726217656060,"stop":1726217656060,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"da3115bd84df2951","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da3115bd84df2951","status":"passed","time":{"start":1726218879298,"stop":1726218879313,"duration":15}},{"uid":"bd2cd458e5f3e905","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bd2cd458e5f3e905","status":"passed","time":{"start":1726218787577,"stop":1726218787577,"duration":0}},{"uid":"68fe3ac082989074","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68fe3ac082989074","status":"passed","time":{"start":1726218066279,"stop":1726218066280,"duration":1}},{"uid":"168df5127f5a13c3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/168df5127f5a13c3","status":"passed","time":{"start":1726217965303,"stop":1726217965303,"duration":0}}]},"16add05193b9c7d0ee449f1362d84b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dec0f2a0fa9d8928","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dec0f2a0fa9d8928","status":"passed","time":{"start":1726218039631,"stop":1726218039631,"duration":0}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3d2f5e499349faf6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3d2f5e499349faf6","status":"passed","time":{"start":1726218285626,"stop":1726218285627,"duration":1}},{"uid":"8af5321f4b0a9007","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8af5321f4b0a9007","status":"passed","time":{"start":1726218191032,"stop":1726218191032,"duration":0}},{"uid":"34f44e129050bce6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34f44e129050bce6","status":"passed","time":{"start":1726217444068,"stop":1726217444068,"duration":0}},{"uid":"2b2961797925e65e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2b2961797925e65e","status":"passed","time":{"start":1726217385914,"stop":1726217385914,"duration":0}}]},"f4c8e5196061be0338c5fe393aeb5daf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"25876a1f6fc120b1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/25876a1f6fc120b1","status":"passed","time":{"start":1726218669778,"stop":1726218669779,"duration":1}},{"uid":"1a34df3ba9d03bbe","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1a34df3ba9d03bbe","status":"passed","time":{"start":1726218612986,"stop":1726218612987,"duration":1}},{"uid":"851a5c816053d52","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/851a5c816053d52","status":"passed","time":{"start":1726217868255,"stop":1726217868256,"duration":1}},{"uid":"9a8137d422fe767","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9a8137d422fe767","status":"passed","time":{"start":1726217785180,"stop":1726217785181,"duration":1}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a3ab94adac720b7d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a3ab94adac720b7d","status":"passed","time":{"start":1726218689004,"stop":1726218689005,"duration":1}},{"uid":"dceab7e09d1d8c03","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dceab7e09d1d8c03","status":"passed","time":{"start":1726218597576,"stop":1726218597576,"duration":0}},{"uid":"8a062336079246fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a062336079246fd","status":"passed","time":{"start":1726217848413,"stop":1726217848414,"duration":1}},{"uid":"b85a93587b2896f2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b85a93587b2896f2","status":"passed","time":{"start":1726217774668,"stop":1726217774668,"duration":0}}]},"abf5e2cb0760dee3d5dd90fb175c3bff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eea171a1042c71ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eea171a1042c71ae","status":"passed","time":{"start":1726218765875,"stop":1726218765876,"duration":1}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7a991b11369e823b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7a991b11369e823b","status":"passed","time":{"start":1726218563307,"stop":1726218563307,"duration":0}},{"uid":"845b4206568b7cb7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/845b4206568b7cb7","status":"passed","time":{"start":1726218471439,"stop":1726218471445,"duration":6}},{"uid":"87bf3e9c0fb36842","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/87bf3e9c0fb36842","status":"passed","time":{"start":1726217724227,"stop":1726217724228,"duration":1}},{"uid":"1dd699877c9ab82d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1dd699877c9ab82d","status":"passed","time":{"start":1726217656060,"stop":1726217656061,"duration":1}}]},"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"39200fd258aaa858","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39200fd258aaa858","status":"passed","time":{"start":1726218283092,"stop":1726218283093,"duration":1}},{"uid":"d6c57b351ccfbec4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d6c57b351ccfbec4","status":"passed","time":{"start":1726218188593,"stop":1726218188594,"duration":1}},{"uid":"8cc35be5beb2596","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8cc35be5beb2596","status":"passed","time":{"start":1726217441554,"stop":1726217441554,"duration":0}},{"uid":"9f485161fa7a6f67","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9f485161fa7a6f67","status":"passed","time":{"start":1726217383218,"stop":1726217383218,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f996d83bb887c01e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f996d83bb887c01e","status":"passed","time":{"start":1726218316385,"stop":1726218316386,"duration":1}},{"uid":"1ecfec5a84198f34","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ecfec5a84198f34","status":"passed","time":{"start":1726218221124,"stop":1726218221124,"duration":0}},{"uid":"68307dd046efb22","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68307dd046efb22","status":"passed","time":{"start":1726217474513,"stop":1726217474513,"duration":0}},{"uid":"8353fe4d60464f66","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8353fe4d60464f66","status":"passed","time":{"start":1726217415840,"stop":1726217415841,"duration":1}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"a2a9db929b75e827","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2a9db929b75e827","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218510991,"stop":1726218510991,"duration":0}},{"uid":"fe6f9eaa16803cc5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fe6f9eaa16803cc5","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218417157,"stop":1726218417157,"duration":0}},{"uid":"5b9f28d79360d323","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5b9f28d79360d323","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217677846,"stop":1726217677846,"duration":0}},{"uid":"8cd3e78438f7faa0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8cd3e78438f7faa0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217616850,"stop":1726217616850,"duration":0}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a3f025a934aab25b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a3f025a934aab25b","status":"passed","time":{"start":1726218863186,"stop":1726218863187,"duration":1}},{"uid":"82e60bc1ebbd3276","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/82e60bc1ebbd3276","status":"passed","time":{"start":1726218765885,"stop":1726218765885,"duration":0}},{"uid":"48981eb82341f9c8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48981eb82341f9c8","status":"passed","time":{"start":1726218039633,"stop":1726218039634,"duration":1}},{"uid":"95c3d0944be5587e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/95c3d0944be5587e","status":"passed","time":{"start":1726217952892,"stop":1726217952893,"duration":1}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4f6b89127dadb9d3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4f6b89127dadb9d3","status":"passed","time":{"start":1726218764087,"stop":1726218764087,"duration":0}},{"uid":"ea53e2f35cf52729","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ea53e2f35cf52729","status":"passed","time":{"start":1726218659004,"stop":1726218659004,"duration":0}},{"uid":"2b19dce128f3f727","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2b19dce128f3f727","status":"passed","time":{"start":1726217924734,"stop":1726217924734,"duration":0}},{"uid":"6122979c23f3399","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6122979c23f3399","status":"passed","time":{"start":1726217840474,"stop":1726217840475,"duration":1}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"cdbfb21cda54f7aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cdbfb21cda54f7aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218345037,"stop":1726218345038,"duration":1}},{"uid":"79a05e7d41d72539","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79a05e7d41d72539","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218250242,"stop":1726218250242,"duration":0}},{"uid":"ab41c39994db8206","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ab41c39994db8206","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217507043,"stop":1726217507044,"duration":1}},{"uid":"a198938d45b11efa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a198938d45b11efa","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217445625,"stop":1726217445625,"duration":0}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c3c0787846b12f11","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3c0787846b12f11","status":"passed","time":{"start":1726218806755,"stop":1726218806756,"duration":1}},{"uid":"7754c5558e62ac87","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7754c5558e62ac87","status":"passed","time":{"start":1726218706738,"stop":1726218706739,"duration":1}},{"uid":"171f63e0abd388e3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/171f63e0abd388e3","status":"passed","time":{"start":1726217976602,"stop":1726217976602,"duration":0}},{"uid":"1ddc9b5b6fdbfece","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1ddc9b5b6fdbfece","status":"passed","time":{"start":1726217890294,"stop":1726217890294,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dac8b312ad0a1be4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dac8b312ad0a1be4","status":"passed","time":{"start":1726218778218,"stop":1726218778218,"duration":0}},{"uid":"43dc446b3ba75e33","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/43dc446b3ba75e33","status":"passed","time":{"start":1726218673553,"stop":1726218673554,"duration":1}},{"uid":"8718c7049de43c14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8718c7049de43c14","status":"passed","time":{"start":1726217946723,"stop":1726217946723,"duration":0}},{"uid":"f0d8ade0e36e8284","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f0d8ade0e36e8284","status":"passed","time":{"start":1726217862776,"stop":1726217862778,"duration":2}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e3b3dd6dd177dce6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3b3dd6dd177dce6","status":"passed","time":{"start":1726218914872,"stop":1726218914872,"duration":0}},{"uid":"164ccb0b31adbfa8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/164ccb0b31adbfa8","status":"passed","time":{"start":1726218826916,"stop":1726218826917,"duration":1}},{"uid":"c1f0d09bf50e1802","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c1f0d09bf50e1802","status":"passed","time":{"start":1726218091298,"stop":1726218091299,"duration":1}},{"uid":"31f56b0734fa8551","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/31f56b0734fa8551","status":"passed","time":{"start":1726218000389,"stop":1726218000390,"duration":1}}]},"76fe896f14393d1f12e129bf72e65d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc907c404587e76a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc907c404587e76a","status":"passed","time":{"start":1726218659024,"stop":1726218659025,"duration":1}}]},"b3db2177abad53cafc87450b366491d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"395672326b4866ac","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/395672326b4866ac","status":"passed","time":{"start":1726218597911,"stop":1726218597912,"duration":1}},{"uid":"8a31a73b40003c2e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8a31a73b40003c2e","status":"passed","time":{"start":1726218496829,"stop":1726218496830,"duration":1}},{"uid":"b73f45b7c0342d27","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b73f45b7c0342d27","status":"passed","time":{"start":1726217751144,"stop":1726217751144,"duration":0}},{"uid":"6eba66a7f09fca47","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6eba66a7f09fca47","status":"passed","time":{"start":1726217685251,"stop":1726217685251,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5871aede98daa3b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5871aede98daa3b7","status":"passed","time":{"start":1726218778250,"stop":1726218778251,"duration":1}},{"uid":"a649167962bda76","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a649167962bda76","status":"passed","time":{"start":1726218673559,"stop":1726218673559,"duration":0}},{"uid":"f0009605e23d797e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0009605e23d797e","status":"passed","time":{"start":1726217946734,"stop":1726217946735,"duration":1}},{"uid":"b0e030e972feb9b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b0e030e972feb9b4","status":"passed","time":{"start":1726217862786,"stop":1726217862787,"duration":1}}]},"c700be94b334e72c1fe108821b5cb424:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0ec8cc6acacc39a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a0ec8cc6acacc39a","status":"passed","time":{"start":1726217924759,"stop":1726217924762,"duration":3}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fbc0edc6f6d97f23","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fbc0edc6f6d97f23","status":"passed","time":{"start":1726218778278,"stop":1726218778281,"duration":3}},{"uid":"9efe170b72b54e5e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9efe170b72b54e5e","status":"passed","time":{"start":1726218673560,"stop":1726218673560,"duration":0}},{"uid":"538a15730f0478a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/538a15730f0478a","status":"passed","time":{"start":1726217946735,"stop":1726217946739,"duration":4}},{"uid":"a14c8adb8c444aa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a14c8adb8c444aa","status":"passed","time":{"start":1726217862788,"stop":1726217862788,"duration":0}}]},"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"152b75294ea3e72a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/152b75294ea3e72a","status":"passed","time":{"start":1726218898752,"stop":1726218898752,"duration":0}},{"uid":"12dcfb66c273e613","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/12dcfb66c273e613","status":"passed","time":{"start":1726218807210,"stop":1726218807210,"duration":0}},{"uid":"65bfd825d880fe65","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/65bfd825d880fe65","status":"passed","time":{"start":1726218077539,"stop":1726218077539,"duration":0}},{"uid":"34901f27e58bfb51","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/34901f27e58bfb51","status":"passed","time":{"start":1726217979447,"stop":1726217979448,"duration":1}}]},"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"78092d03690abda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/78092d03690abda","status":"passed","time":{"start":1726218283071,"stop":1726218283071,"duration":0}},{"uid":"50c78b503e7a336a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/50c78b503e7a336a","status":"passed","time":{"start":1726218188574,"stop":1726218188574,"duration":0}},{"uid":"f3e125187d9a3b1b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3e125187d9a3b1b","status":"passed","time":{"start":1726217441532,"stop":1726217441532,"duration":0}},{"uid":"e65387abb0b2523e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e65387abb0b2523e","status":"passed","time":{"start":1726217383191,"stop":1726217383192,"duration":1}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"96579635c9e42be6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/96579635c9e42be6","status":"passed","time":{"start":1726218551485,"stop":1726218551486,"duration":1}},{"uid":"129de9dd9fce8923","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/129de9dd9fce8923","status":"passed","time":{"start":1726218459536,"stop":1726218459536,"duration":0}},{"uid":"33d7e21774b4b1ef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/33d7e21774b4b1ef","status":"passed","time":{"start":1726217706002,"stop":1726217706004,"duration":2}},{"uid":"bf2ab2540d2bcd77","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bf2ab2540d2bcd77","status":"passed","time":{"start":1726217650761,"stop":1726217650761,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"1b6d175a88a9b1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b6d175a88a9b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218764451,"stop":1726218764451,"duration":0}},{"uid":"9ec50a12a8908027","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9ec50a12a8908027","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659234,"stop":1726218659234,"duration":0}},{"uid":"72b1ee58aa9f58ad","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72b1ee58aa9f58ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925015,"stop":1726217925016,"duration":1}},{"uid":"5e549ec656cda695","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e549ec656cda695","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840807,"stop":1726217840807,"duration":0}}]},"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2fe3b651b85c342","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2fe3b651b85c342","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"duration":0}},{"uid":"13e1aedf2b7c0649","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/13e1aedf2b7c0649","status":"passed","time":{"start":1726218188602,"stop":1726218188602,"duration":0}},{"uid":"58b99ef2a2ae898b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/58b99ef2a2ae898b","status":"passed","time":{"start":1726217441565,"stop":1726217441566,"duration":1}},{"uid":"72211c52bc57d87c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/72211c52bc57d87c","status":"passed","time":{"start":1726217383228,"stop":1726217383228,"duration":0}}]},"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"818c402d33e1d6ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/818c402d33e1d6ed","status":"passed","time":{"start":1726218283075,"stop":1726218283075,"duration":0}},{"uid":"ac80809dd886eb44","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ac80809dd886eb44","status":"passed","time":{"start":1726218188578,"stop":1726218188578,"duration":0}},{"uid":"c9cd260e858660ef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c9cd260e858660ef","status":"passed","time":{"start":1726217441536,"stop":1726217441537,"duration":1}},{"uid":"5dec734112a3ba72","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5dec734112a3ba72","status":"passed","time":{"start":1726217383198,"stop":1726217383199,"duration":1}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79818748cd8073b6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/79818748cd8073b6","status":"passed","time":{"start":1726218863176,"stop":1726218863178,"duration":2}},{"uid":"7722d8823e69c455","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7722d8823e69c455","status":"passed","time":{"start":1726218765874,"stop":1726218765874,"duration":0}},{"uid":"ad6c71acb1ac96cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad6c71acb1ac96cb","status":"passed","time":{"start":1726218039626,"stop":1726218039626,"duration":0}},{"uid":"62218f15b9fe7835","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/62218f15b9fe7835","status":"passed","time":{"start":1726217952878,"stop":1726217952879,"duration":1}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d8ea0ca6f4d5807c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d8ea0ca6f4d5807c","status":"passed","time":{"start":1726218914873,"stop":1726218914873,"duration":0}},{"uid":"cf70fa5ab3033b15","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cf70fa5ab3033b15","status":"passed","time":{"start":1726218826917,"stop":1726218826918,"duration":1}},{"uid":"3789e627bb808812","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3789e627bb808812","status":"passed","time":{"start":1726218091299,"stop":1726218091299,"duration":0}},{"uid":"a0c09de40bea1ff","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a0c09de40bea1ff","status":"passed","time":{"start":1726218000390,"stop":1726218000391,"duration":1}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"99a1e3d362e0e353","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/99a1e3d362e0e353","status":"passed","time":{"start":1726218304464,"stop":1726218304464,"duration":0}},{"uid":"84e999b624c1288b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/84e999b624c1288b","status":"passed","time":{"start":1726218209563,"stop":1726218209564,"duration":1}},{"uid":"ad6b8bb9b4a1d24a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad6b8bb9b4a1d24a","status":"passed","time":{"start":1726217463038,"stop":1726217463039,"duration":1}},{"uid":"e4ca261ded340ca4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4ca261ded340ca4","status":"passed","time":{"start":1726217404605,"stop":1726217404605,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5dd8864a7f1a10d7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5dd8864a7f1a10d7","status":"passed","time":{"start":1726218523008,"stop":1726218523009,"duration":1}},{"uid":"2ab26b0c2debb819","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2ab26b0c2debb819","status":"passed","time":{"start":1726218422893,"stop":1726218422894,"duration":1}},{"uid":"749a4fbeb03255c7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/749a4fbeb03255c7","status":"passed","time":{"start":1726217687415,"stop":1726217687415,"duration":0}},{"uid":"4cd2a36fdc9114a6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4cd2a36fdc9114a6","status":"passed","time":{"start":1726217604478,"stop":1726217604479,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"55869f8d4fd64c78","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55869f8d4fd64c78","status":"passed","time":{"start":1726218551490,"stop":1726218551491,"duration":1}},{"uid":"4ffe543bafefcf83","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ffe543bafefcf83","status":"passed","time":{"start":1726218459539,"stop":1726218459539,"duration":0}},{"uid":"29b51c8671733e33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29b51c8671733e33","status":"passed","time":{"start":1726217706007,"stop":1726217706008,"duration":1}},{"uid":"85d3ef174b907fea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85d3ef174b907fea","status":"passed","time":{"start":1726217650767,"stop":1726217650767,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d91b108464358a1f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d91b108464358a1f","status":"passed","time":{"start":1726218314724,"stop":1726218314724,"duration":0}},{"uid":"cc1964ddb1c4f07b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc1964ddb1c4f07b","status":"passed","time":{"start":1726218219452,"stop":1726218219453,"duration":1}},{"uid":"fee958fb3968df83","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fee958fb3968df83","status":"passed","time":{"start":1726217472857,"stop":1726217472857,"duration":0}},{"uid":"3745d14ba7dc8bc8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3745d14ba7dc8bc8","status":"passed","time":{"start":1726217414160,"stop":1726217414160,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8c5c61248a434d17","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8c5c61248a434d17","status":"passed","time":{"start":1726218523013,"stop":1726218523013,"duration":0}},{"uid":"c05c82ae52a171ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c05c82ae52a171ba","status":"passed","time":{"start":1726218422895,"stop":1726218422895,"duration":0}},{"uid":"5f8ba8ff9bdc65e6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f8ba8ff9bdc65e6","status":"passed","time":{"start":1726217687417,"stop":1726217687418,"duration":1}},{"uid":"4211afd4c8f5deb5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4211afd4c8f5deb5","status":"passed","time":{"start":1726217604486,"stop":1726217604486,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3217491cb103ac24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3217491cb103ac24","status":"passed","time":{"start":1726218764110,"stop":1726218764110,"duration":0}},{"uid":"b2d16ff1ebd5e976","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b2d16ff1ebd5e976","status":"passed","time":{"start":1726218659025,"stop":1726218659025,"duration":0}},{"uid":"7b0118d58f5347dc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b0118d58f5347dc","status":"passed","time":{"start":1726217924763,"stop":1726217924763,"duration":0}},{"uid":"289e3cc88a0c0151","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/289e3cc88a0c0151","status":"passed","time":{"start":1726217840566,"stop":1726217840567,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"60497c7fddd2b17d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/60497c7fddd2b17d","status":"passed","time":{"start":1726218304292,"stop":1726218304292,"duration":0}},{"uid":"94fb52a6b53555e1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/94fb52a6b53555e1","status":"passed","time":{"start":1726218209342,"stop":1726218209342,"duration":0}},{"uid":"bb3400b3c9ba4ffa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bb3400b3c9ba4ffa","status":"passed","time":{"start":1726217462726,"stop":1726217462727,"duration":1}},{"uid":"31353af49329286c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/31353af49329286c","status":"passed","time":{"start":1726217404277,"stop":1726217404277,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2c31a301adb48fd0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2c31a301adb48fd0","status":"passed","time":{"start":1726218551478,"stop":1726218551478,"duration":0}},{"uid":"f2885a2213b69d41","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f2885a2213b69d41","status":"passed","time":{"start":1726218459531,"stop":1726218459531,"duration":0}},{"uid":"a2819a7fbc4ccdbf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a2819a7fbc4ccdbf","status":"passed","time":{"start":1726217705997,"stop":1726217705998,"duration":1}},{"uid":"1f8f20f0d535a894","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f8f20f0d535a894","status":"passed","time":{"start":1726217650748,"stop":1726217650749,"duration":1}}]},"2fe52d01a1c18dff6e9b8280156e14b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f9788d85e8944f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3f9788d85e8944f3","status":"passed","time":{"start":1726217923181,"stop":1726217923181,"duration":0}}]},"e791e755b2d4497a2709581f61e78d8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"950d8b4e347e809a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/950d8b4e347e809a","status":"passed","time":{"start":1726218669777,"stop":1726218669778,"duration":1}},{"uid":"4c1c66ea5d0d5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4c1c66ea5d0d5f","status":"passed","time":{"start":1726218612973,"stop":1726218612986,"duration":13}},{"uid":"be1491af3b4379e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be1491af3b4379e4","status":"passed","time":{"start":1726217868253,"stop":1726217868255,"duration":2}},{"uid":"ce9cdb87b1d40ce9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ce9cdb87b1d40ce9","status":"passed","time":{"start":1726217785179,"stop":1726217785180,"duration":1}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a50e45a2ccda67c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a50e45a2ccda67c4","status":"passed","time":{"start":1726218764107,"stop":1726218764107,"duration":0}},{"uid":"2229fce2116d067f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2229fce2116d067f","status":"passed","time":{"start":1726218659021,"stop":1726218659021,"duration":0}},{"uid":"922d391927121e35","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/922d391927121e35","status":"passed","time":{"start":1726217924754,"stop":1726217924754,"duration":0}},{"uid":"a3ea3a7ce76ab27b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a3ea3a7ce76ab27b","status":"passed","time":{"start":1726217840558,"stop":1726217840558,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"49991af8deb3effe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/49991af8deb3effe","status":"passed","time":{"start":1726218523031,"stop":1726218523031,"duration":0}},{"uid":"68cda840fc916dc1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68cda840fc916dc1","status":"passed","time":{"start":1726218422921,"stop":1726218422922,"duration":1}},{"uid":"ac8a402fcc401b07","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac8a402fcc401b07","status":"passed","time":{"start":1726217687450,"stop":1726217687451,"duration":1}},{"uid":"361fcc80ad7a4531","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/361fcc80ad7a4531","status":"passed","time":{"start":1726217604538,"stop":1726217604539,"duration":1}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"aa7b6e6072f0cdfa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aa7b6e6072f0cdfa","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218764114,"stop":1726218764114,"duration":0}},{"uid":"4a8770ed1f534365","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4a8770ed1f534365","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659028,"stop":1726218659029,"duration":1}},{"uid":"3d3fcbe2458bcd52","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3d3fcbe2458bcd52","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924766,"stop":1726217924766,"duration":0}},{"uid":"11820fd6010e9c63","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/11820fd6010e9c63","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840570,"stop":1726217840570,"duration":0}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"1b33fb2456e66c3f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1b33fb2456e66c3f","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218777347,"stop":1726218777347,"duration":0}},{"uid":"6579d9669d2f7d91","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6579d9669d2f7d91","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218700176,"stop":1726218700176,"duration":0}},{"uid":"a974dc35348d8bf9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a974dc35348d8bf9","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217955949,"stop":1726217955949,"duration":0}},{"uid":"8ad1e03881eaf158","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8ad1e03881eaf158","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217870055,"stop":1726217870055,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c4f0787b13d0cf02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c4f0787b13d0cf02","status":"passed","time":{"start":1726218914872,"stop":1726218914872,"duration":0}},{"uid":"49d8bee10079dcc2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/49d8bee10079dcc2","status":"passed","time":{"start":1726218826916,"stop":1726218826916,"duration":0}},{"uid":"3931030e79a8b866","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3931030e79a8b866","status":"passed","time":{"start":1726218091298,"stop":1726218091298,"duration":0}},{"uid":"cf3110025bf0d4e6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cf3110025bf0d4e6","status":"passed","time":{"start":1726218000389,"stop":1726218000389,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e2472066eaba930c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e2472066eaba930c","status":"passed","time":{"start":1726218879294,"stop":1726218879294,"duration":0}},{"uid":"4e005962cff73193","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4e005962cff73193","status":"passed","time":{"start":1726218787576,"stop":1726218787576,"duration":0}},{"uid":"6bf5e85ce279ac3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6bf5e85ce279ac3","status":"passed","time":{"start":1726218066278,"stop":1726218066279,"duration":1}},{"uid":"16942950b705369f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/16942950b705369f","status":"passed","time":{"start":1726217965302,"stop":1726217965302,"duration":0}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"177db12bfa4c0174","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/177db12bfa4c0174","status":"passed","time":{"start":1726218285624,"stop":1726218285625,"duration":1}},{"uid":"3f1f1ce2e8fecf89","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3f1f1ce2e8fecf89","status":"passed","time":{"start":1726218191029,"stop":1726218191030,"duration":1}},{"uid":"b9fa5df7d82ab3c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b9fa5df7d82ab3c4","status":"passed","time":{"start":1726217444065,"stop":1726217444066,"duration":1}},{"uid":"8db69694452e21b4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8db69694452e21b4","status":"passed","time":{"start":1726217385912,"stop":1726217385913,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a086eadde719dc9f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a086eadde719dc9f","status":"passed","time":{"start":1726218455969,"stop":1726218455969,"duration":0}},{"uid":"8f6106fffa2e4d5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8f6106fffa2e4d5f","status":"passed","time":{"start":1726218357623,"stop":1726218357624,"duration":1}},{"uid":"45cac4c7fa658491","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/45cac4c7fa658491","status":"passed","time":{"start":1726217608002,"stop":1726217608003,"duration":1}},{"uid":"2c2aaa6d4e36e902","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2c2aaa6d4e36e902","status":"passed","time":{"start":1726217547143,"stop":1726217547143,"duration":0}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ed62c19e4c4fe287","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed62c19e4c4fe287","status":"passed","time":{"start":1726218285626,"stop":1726218285626,"duration":0}},{"uid":"b37ecdfbc68910e9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b37ecdfbc68910e9","status":"passed","time":{"start":1726218191031,"stop":1726218191031,"duration":0}},{"uid":"7156390733722e1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7156390733722e1","status":"passed","time":{"start":1726217444067,"stop":1726217444067,"duration":0}},{"uid":"20f2e7a8ecfb535a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/20f2e7a8ecfb535a","status":"passed","time":{"start":1726217385913,"stop":1726217385913,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"74588ef3ba61f4c2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/74588ef3ba61f4c2","status":"passed","time":{"start":1726218863002,"stop":1726218863003,"duration":1}},{"uid":"9e9c6bbabe93c9ae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9e9c6bbabe93c9ae","status":"passed","time":{"start":1726218781380,"stop":1726218781380,"duration":0}},{"uid":"d05befb19538bf00","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d05befb19538bf00","status":"passed","time":{"start":1726218013696,"stop":1726218013696,"duration":0}},{"uid":"1f95e15f7771a91c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1f95e15f7771a91c","status":"passed","time":{"start":1726217945328,"stop":1726217945329,"duration":1}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2e2e08bd7e693029","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e2e08bd7e693029","status":"passed","time":{"start":1726218879373,"stop":1726218879374,"duration":1}},{"uid":"35b138711a402749","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35b138711a402749","status":"passed","time":{"start":1726218787593,"stop":1726218787593,"duration":0}},{"uid":"4936de9a881be791","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4936de9a881be791","status":"passed","time":{"start":1726218066315,"stop":1726218066315,"duration":0}},{"uid":"115c52a3088a79c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/115c52a3088a79c","status":"passed","time":{"start":1726217965348,"stop":1726217965348,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ceb015486f59ea5a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ceb015486f59ea5a","status":"passed","time":{"start":1726218510989,"stop":1726218510990,"duration":1}},{"uid":"fa4211d3f8342121","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fa4211d3f8342121","status":"passed","time":{"start":1726218417155,"stop":1726218417156,"duration":1}},{"uid":"fc6e8a051f69ff43","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc6e8a051f69ff43","status":"passed","time":{"start":1726217677844,"stop":1726217677844,"duration":0}},{"uid":"2ba80f9aa8d6259","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2ba80f9aa8d6259","status":"passed","time":{"start":1726217616848,"stop":1726217616848,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fca31f4368e22336","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fca31f4368e22336","status":"passed","time":{"start":1726218917026,"stop":1726218917027,"duration":1}},{"uid":"d26a1042a44b17c2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d26a1042a44b17c2","status":"passed","time":{"start":1726218827657,"stop":1726218827657,"duration":0}},{"uid":"e3b51b3103a19e76","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3b51b3103a19e76","status":"passed","time":{"start":1726218090764,"stop":1726218090765,"duration":1}},{"uid":"69be27e32f80bfbb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/69be27e32f80bfbb","status":"passed","time":{"start":1726217999478,"stop":1726217999478,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5dcffabab626862c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5dcffabab626862c","status":"passed","time":{"start":1726218851925,"stop":1726218851925,"duration":0}},{"uid":"c11f5698f4eedb4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c11f5698f4eedb4","status":"passed","time":{"start":1726218761851,"stop":1726218761851,"duration":0}},{"uid":"e0dbf51dfa7f3528","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e0dbf51dfa7f3528","status":"passed","time":{"start":1726218020457,"stop":1726218020458,"duration":1}},{"uid":"b91183d533f6d817","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b91183d533f6d817","status":"passed","time":{"start":1726217934115,"stop":1726217934116,"duration":1}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8d334c4fb7fb5f77","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d334c4fb7fb5f77","status":"passed","time":{"start":1726218879338,"stop":1726218879340,"duration":2}},{"uid":"5134701b40246c54","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5134701b40246c54","status":"passed","time":{"start":1726218787585,"stop":1726218787586,"duration":1}},{"uid":"aa92acb13802c6fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/aa92acb13802c6fd","status":"passed","time":{"start":1726218066297,"stop":1726218066297,"duration":0}},{"uid":"81555d6eeafdabca","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/81555d6eeafdabca","status":"passed","time":{"start":1726217965317,"stop":1726217965318,"duration":1}}]},"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b7b98741c6ff64f2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b7b98741c6ff64f2","status":"passed","time":{"start":1726218283092,"stop":1726218283092,"duration":0}},{"uid":"57e890607baf3461","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/57e890607baf3461","status":"passed","time":{"start":1726218188593,"stop":1726218188593,"duration":0}},{"uid":"955ebc19b1334d1e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/955ebc19b1334d1e","status":"passed","time":{"start":1726217441554,"stop":1726217441554,"duration":0}},{"uid":"4cd97ceb977402ac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4cd97ceb977402ac","status":"passed","time":{"start":1726217383218,"stop":1726217383218,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a55a58f746b70daf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a55a58f746b70daf","status":"passed","time":{"start":1726218879336,"stop":1726218879336,"duration":0}},{"uid":"b0f54316a10b03b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b0f54316a10b03b","status":"passed","time":{"start":1726218787583,"stop":1726218787583,"duration":0}},{"uid":"2bf564898450397c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2bf564898450397c","status":"passed","time":{"start":1726218066292,"stop":1726218066293,"duration":1}},{"uid":"f6e7e757c3a621e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f6e7e757c3a621e7","status":"passed","time":{"start":1726217965312,"stop":1726217965312,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"23b626892948c266","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/23b626892948c266","status":"passed","time":{"start":1726218563299,"stop":1726218563299,"duration":0}},{"uid":"68f5d22291ebae2b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/68f5d22291ebae2b","status":"passed","time":{"start":1726218471434,"stop":1726218471438,"duration":4}},{"uid":"7b1be8aea5389366","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b1be8aea5389366","status":"passed","time":{"start":1726217724224,"stop":1726217724224,"duration":0}},{"uid":"58d66dab69ec131f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/58d66dab69ec131f","status":"passed","time":{"start":1726217656059,"stop":1726217656060,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"342f55d395fcaac2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/342f55d395fcaac2","status":"passed","time":{"start":1726218806752,"stop":1726218806753,"duration":1}},{"uid":"6fd59e73a16ea7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6fd59e73a16ea7","status":"passed","time":{"start":1726218706736,"stop":1726218706737,"duration":1}},{"uid":"e66192f75d7908bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e66192f75d7908bf","status":"passed","time":{"start":1726217976600,"stop":1726217976600,"duration":0}},{"uid":"e9a1add65d414698","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e9a1add65d414698","status":"passed","time":{"start":1726217890291,"stop":1726217890291,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"366dffa50af051e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/366dffa50af051e4","status":"passed","time":{"start":1726218917023,"stop":1726218917024,"duration":1}},{"uid":"18b3cdb3e716b5ea","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/18b3cdb3e716b5ea","status":"passed","time":{"start":1726218827655,"stop":1726218827655,"duration":0}},{"uid":"ed54ac08cbaa7d2f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ed54ac08cbaa7d2f","status":"passed","time":{"start":1726218090762,"stop":1726218090763,"duration":1}},{"uid":"cff0517efef09603","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cff0517efef09603","status":"passed","time":{"start":1726217999475,"stop":1726217999476,"duration":1}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"19e2562b1616adda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/19e2562b1616adda","status":"passed","time":{"start":1726218902994,"stop":1726218903000,"duration":6}},{"uid":"51519eb7a441ff8d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/51519eb7a441ff8d","status":"passed","time":{"start":1726218814295,"stop":1726218814296,"duration":1}},{"uid":"630dc2f0f3d5087d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/630dc2f0f3d5087d","status":"passed","time":{"start":1726218071325,"stop":1726218071326,"duration":1}},{"uid":"cdf72e2c28731b82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cdf72e2c28731b82","status":"passed","time":{"start":1726217984831,"stop":1726217984831,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"81a2f09709e4cfb6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/81a2f09709e4cfb6","status":"passed","time":{"start":1726218523027,"stop":1726218523028,"duration":1}},{"uid":"a6d33bc4280d523a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a6d33bc4280d523a","status":"passed","time":{"start":1726218422918,"stop":1726218422918,"duration":0}},{"uid":"be3b4c77d4d2229d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be3b4c77d4d2229d","status":"passed","time":{"start":1726217687441,"stop":1726217687442,"duration":1}},{"uid":"ac47001a600cf64d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac47001a600cf64d","status":"passed","time":{"start":1726217604524,"stop":1726217604525,"duration":1}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"132c3abe100e29c9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/132c3abe100e29c9","status":"passed","time":{"start":1726218510978,"stop":1726218510978,"duration":0}},{"uid":"35e06b2533a3dd2f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35e06b2533a3dd2f","status":"passed","time":{"start":1726218417149,"stop":1726218417150,"duration":1}},{"uid":"cf7aad3341606f02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cf7aad3341606f02","status":"passed","time":{"start":1726217677815,"stop":1726217677820,"duration":5}},{"uid":"e917978781a58057","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e917978781a58057","status":"passed","time":{"start":1726217616841,"stop":1726217616842,"duration":1}}]},"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bce9d5d961aebf2e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bce9d5d961aebf2e","status":"passed","time":{"start":1726218689329,"stop":1726218689329,"duration":0}},{"uid":"763f4ce0f60d4f23","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/763f4ce0f60d4f23","status":"passed","time":{"start":1726218613307,"stop":1726218613309,"duration":2}},{"uid":"5ce0d52363880cf8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ce0d52363880cf8","status":"passed","time":{"start":1726217868894,"stop":1726217868894,"duration":0}},{"uid":"c68e7774ba3265b3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c68e7774ba3265b3","status":"passed","time":{"start":1726217785443,"stop":1726217785443,"duration":0}}]},"a1b7a8eb8e77a18bc459323fdc80f262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe3f0cbbe0020de7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fe3f0cbbe0020de7","status":"passed","time":{"start":1726218863049,"stop":1726218863050,"duration":1}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1905aae14897a6fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1905aae14897a6fd","status":"passed","time":{"start":1726218689006,"stop":1726218689007,"duration":1}},{"uid":"f30cc3e1483304c9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f30cc3e1483304c9","status":"passed","time":{"start":1726218597577,"stop":1726218597577,"duration":0}},{"uid":"65af325e86f9e7c5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/65af325e86f9e7c5","status":"passed","time":{"start":1726217848414,"stop":1726217848415,"duration":1}},{"uid":"b179f75554f78ed7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b179f75554f78ed7","status":"passed","time":{"start":1726217774669,"stop":1726217774669,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4f53b845455a3c58","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4f53b845455a3c58","status":"passed","time":{"start":1726218551469,"stop":1726218551469,"duration":0}},{"uid":"cf5f9d3579a2cd4f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cf5f9d3579a2cd4f","status":"passed","time":{"start":1726218459524,"stop":1726218459524,"duration":0}},{"uid":"888a2fcfd7362efe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/888a2fcfd7362efe","status":"passed","time":{"start":1726217705996,"stop":1726217705996,"duration":0}},{"uid":"8085ca909c9df63b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8085ca909c9df63b","status":"passed","time":{"start":1726217650747,"stop":1726217650747,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79a2ee5477479019","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/79a2ee5477479019","status":"passed","time":{"start":1726218523020,"stop":1726218523020,"duration":0}},{"uid":"9e8c6369045118e2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9e8c6369045118e2","status":"passed","time":{"start":1726218422904,"stop":1726218422904,"duration":0}},{"uid":"201539d42c5e9114","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/201539d42c5e9114","status":"passed","time":{"start":1726217687427,"stop":1726217687427,"duration":0}},{"uid":"8d62adaccf741e17","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d62adaccf741e17","status":"passed","time":{"start":1726217604496,"stop":1726217604496,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f19a4e0ab55df714","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f19a4e0ab55df714","status":"passed","time":{"start":1726218291669,"stop":1726218291670,"duration":1}},{"uid":"52244239b2859907","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52244239b2859907","status":"passed","time":{"start":1726218197008,"stop":1726218197008,"duration":0}},{"uid":"5da36c021f581f17","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5da36c021f581f17","status":"passed","time":{"start":1726217450207,"stop":1726217450207,"duration":0}},{"uid":"5de6f61949006b3c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5de6f61949006b3c","status":"passed","time":{"start":1726217391858,"stop":1726217391859,"duration":1}}]},"a7acf76bb64d7f185f31b5548812797b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56945726f19a17d5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/56945726f19a17d5","status":"passed","time":{"start":1726217840504,"stop":1726217840505,"duration":1}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c9d9b8803fa3cdd0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c9d9b8803fa3cdd0","status":"passed","time":{"start":1726218764094,"stop":1726218764095,"duration":1}},{"uid":"304741073d18e53b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/304741073d18e53b","status":"passed","time":{"start":1726218659008,"stop":1726218659008,"duration":0}},{"uid":"9dadd59fc00b67ae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9dadd59fc00b67ae","status":"passed","time":{"start":1726217924737,"stop":1726217924737,"duration":0}},{"uid":"a161bcdbd6b2887d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a161bcdbd6b2887d","status":"passed","time":{"start":1726217840491,"stop":1726217840491,"duration":0}}]},"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3741a4ed93904932","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3741a4ed93904932","status":"passed","time":{"start":1726218283094,"stop":1726218283094,"duration":0}},{"uid":"5171f2c87f5546fb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5171f2c87f5546fb","status":"passed","time":{"start":1726218188595,"stop":1726218188595,"duration":0}},{"uid":"279eecbe50eba447","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/279eecbe50eba447","status":"passed","time":{"start":1726217441556,"stop":1726217441556,"duration":0}},{"uid":"cc3fe74226e417ec","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cc3fe74226e417ec","status":"passed","time":{"start":1726217383219,"stop":1726217383219,"duration":0}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"cee73cea46d43bf4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cee73cea46d43bf4","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218764450,"stop":1726218764451,"duration":1}},{"uid":"62d6af3d5b5f9bdc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/62d6af3d5b5f9bdc","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659233,"stop":1726218659234,"duration":1}},{"uid":"6261c0636e1b38eb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6261c0636e1b38eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925015,"stop":1726217925015,"duration":0}},{"uid":"bc1568a80fc7b954","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bc1568a80fc7b954","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840806,"stop":1726217840806,"duration":0}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"62e1583ea7fe58b2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/62e1583ea7fe58b2","status":"passed","time":{"start":1726218851926,"stop":1726218851926,"duration":0}},{"uid":"86172c428d282407","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/86172c428d282407","status":"passed","time":{"start":1726218761852,"stop":1726218761852,"duration":0}},{"uid":"46da2f5652808e97","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/46da2f5652808e97","status":"passed","time":{"start":1726218020459,"stop":1726218020460,"duration":1}},{"uid":"f85b5ec0bcd4ed22","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f85b5ec0bcd4ed22","status":"passed","time":{"start":1726217934116,"stop":1726217934116,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"361c7d4a52bd7515","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/361c7d4a52bd7515","status":"passed","time":{"start":1726218523016,"stop":1726218523016,"duration":0}},{"uid":"adb887129de0b0f2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/adb887129de0b0f2","status":"passed","time":{"start":1726218422898,"stop":1726218422898,"duration":0}},{"uid":"6a918a6e973d43a0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6a918a6e973d43a0","status":"passed","time":{"start":1726217687423,"stop":1726217687423,"duration":0}},{"uid":"46a98932451d53c0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/46a98932451d53c0","status":"passed","time":{"start":1726217604490,"stop":1726217604490,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8bbd492d1e4af379","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8bbd492d1e4af379","status":"passed","time":{"start":1726218764100,"stop":1726218764101,"duration":1}},{"uid":"6134514419b9a6ba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6134514419b9a6ba","status":"passed","time":{"start":1726218659017,"stop":1726218659017,"duration":0}},{"uid":"f7d584da4a6968f7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f7d584da4a6968f7","status":"passed","time":{"start":1726217924744,"stop":1726217924744,"duration":0}},{"uid":"6acceace6a1901b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6acceace6a1901b5","status":"passed","time":{"start":1726217840523,"stop":1726217840524,"duration":1}}]},"c394f6a1cbd9f87ce54234685838f69f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39b9911ab7b31593","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39b9911ab7b31593","status":"passed","time":{"start":1726217976609,"stop":1726217976610,"duration":1}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"51afd52b18ee549e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/51afd52b18ee549e","status":"passed","time":{"start":1726218563297,"stop":1726218563298,"duration":1}},{"uid":"f9520fe92b91fb0d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f9520fe92b91fb0d","status":"passed","time":{"start":1726218471416,"stop":1726218471417,"duration":1}},{"uid":"26ae4ffa0f63dc96","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/26ae4ffa0f63dc96","status":"passed","time":{"start":1726217724203,"stop":1726217724203,"duration":0}},{"uid":"ee34befeb8ebfad5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ee34befeb8ebfad5","status":"passed","time":{"start":1726217656058,"stop":1726217656059,"duration":1}}]},"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"311b699ff5958b9c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/311b699ff5958b9c","status":"passed","time":{"start":1726218885489,"stop":1726218885489,"duration":0}},{"uid":"aa08653a34b0d021","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/aa08653a34b0d021","status":"passed","time":{"start":1726218803160,"stop":1726218803160,"duration":0}},{"uid":"55eaa98d05eb2025","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/55eaa98d05eb2025","status":"passed","time":{"start":1726218063111,"stop":1726218063111,"duration":0}},{"uid":"c62aa91f073ebb26","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c62aa91f073ebb26","status":"passed","time":{"start":1726217974422,"stop":1726217974423,"duration":1}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5bb67e6dcf90491d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5bb67e6dcf90491d","status":"passed","time":{"start":1726218902972,"stop":1726218902982,"duration":10}},{"uid":"3a02d197b957c26b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3a02d197b957c26b","status":"passed","time":{"start":1726218814289,"stop":1726218814289,"duration":0}},{"uid":"8f48a3ff0e5f000d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8f48a3ff0e5f000d","status":"passed","time":{"start":1726218071324,"stop":1726218071324,"duration":0}},{"uid":"1855b4c5948adf4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1855b4c5948adf4","status":"passed","time":{"start":1726217984830,"stop":1726217984830,"duration":0}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2094a66674e669aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2094a66674e669aa","status":"passed","time":{"start":1726218510978,"stop":1726218510979,"duration":1}},{"uid":"baf9b52aaf35a7fa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/baf9b52aaf35a7fa","status":"passed","time":{"start":1726218417150,"stop":1726218417150,"duration":0}},{"uid":"97f2a2592cdf0156","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/97f2a2592cdf0156","status":"passed","time":{"start":1726217677820,"stop":1726217677822,"duration":2}},{"uid":"9b145b80dee22728","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9b145b80dee22728","status":"passed","time":{"start":1726217616842,"stop":1726217616843,"duration":1}}]},"d304c43d5d9cd71b1c348344a62734e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"146db86b9a3340a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/146db86b9a3340a","status":"passed","time":{"start":1726218765877,"stop":1726218765878,"duration":1}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9d8360a9790d6062","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9d8360a9790d6062","status":"passed","time":{"start":1726218806755,"stop":1726218806755,"duration":0}},{"uid":"326ab9f810a3f233","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/326ab9f810a3f233","status":"passed","time":{"start":1726218706738,"stop":1726218706738,"duration":0}},{"uid":"872bd653fe613d0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/872bd653fe613d0","status":"passed","time":{"start":1726217976601,"stop":1726217976602,"duration":1}},{"uid":"e421d8df76926ece","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e421d8df76926ece","status":"passed","time":{"start":1726217890293,"stop":1726217890293,"duration":0}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2397007bcd832aa6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2397007bcd832aa6","status":"passed","time":{"start":1726218879352,"stop":1726218879353,"duration":1}},{"uid":"b8c679955d85ce8d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b8c679955d85ce8d","status":"passed","time":{"start":1726218787588,"stop":1726218787589,"duration":1}},{"uid":"a1c68e210ca6256","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a1c68e210ca6256","status":"passed","time":{"start":1726218066302,"stop":1726218066302,"duration":0}},{"uid":"dd87f4694ba586e9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dd87f4694ba586e9","status":"passed","time":{"start":1726217965320,"stop":1726217965320,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9b8dbea5d7e69996","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9b8dbea5d7e69996","status":"passed","time":{"start":1726218764082,"stop":1726218764083,"duration":1}},{"uid":"2a87e166be51fb2f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2a87e166be51fb2f","status":"passed","time":{"start":1726218659002,"stop":1726218659002,"duration":0}},{"uid":"dc7120f30593480b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dc7120f30593480b","status":"passed","time":{"start":1726217924732,"stop":1726217924732,"duration":0}},{"uid":"49fa55325506f044","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/49fa55325506f044","status":"passed","time":{"start":1726217840473,"stop":1726217840473,"duration":0}}]},"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f61c86bf67f5a4f0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f61c86bf67f5a4f0","status":"passed","time":{"start":1726218283088,"stop":1726218283088,"duration":0}},{"uid":"2373b9dc41d34721","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2373b9dc41d34721","status":"passed","time":{"start":1726218188589,"stop":1726218188589,"duration":0}},{"uid":"5ea3681e72b4a3ab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5ea3681e72b4a3ab","status":"passed","time":{"start":1726217441550,"stop":1726217441550,"duration":0}},{"uid":"8d20e4061f72517d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d20e4061f72517d","status":"passed","time":{"start":1726217383213,"stop":1726217383213,"duration":0}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"c4264c5519720650","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c4264c5519720650","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218812469,"stop":1726218812469,"duration":0}},{"uid":"eda56a0b15c2fea3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eda56a0b15c2fea3","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218708392,"stop":1726218708392,"duration":0}},{"uid":"68007f3446635ee8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68007f3446635ee8","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217980038,"stop":1726217980038,"duration":0}},{"uid":"9773de5d14797f65","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9773de5d14797f65","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217896500,"stop":1726217896500,"duration":0}}]},"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"43ad251086066ab1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/43ad251086066ab1","status":"passed","time":{"start":1726218283090,"stop":1726218283090,"duration":0}},{"uid":"a0214ea9cbf9f836","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0214ea9cbf9f836","status":"passed","time":{"start":1726218188591,"stop":1726218188591,"duration":0}},{"uid":"11b730fb556373f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/11b730fb556373f6","status":"passed","time":{"start":1726217441552,"stop":1726217441552,"duration":0}},{"uid":"eae6a18b13e1fa34","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eae6a18b13e1fa34","status":"passed","time":{"start":1726217383215,"stop":1726217383215,"duration":0}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5f9551c5693c1f36","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5f9551c5693c1f36","status":"passed","time":{"start":1726218314723,"stop":1726218314723,"duration":0}},{"uid":"c7a45eaccc336ab0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c7a45eaccc336ab0","status":"passed","time":{"start":1726218219451,"stop":1726218219452,"duration":1}},{"uid":"29ecdd5f7363029a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29ecdd5f7363029a","status":"passed","time":{"start":1726217472855,"stop":1726217472856,"duration":1}},{"uid":"2efcdb4e9cc400d4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2efcdb4e9cc400d4","status":"passed","time":{"start":1726217414159,"stop":1726217414159,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"94faa7b3da474197","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/94faa7b3da474197","status":"passed","time":{"start":1726218806756,"stop":1726218806757,"duration":1}},{"uid":"484d62a750a017a0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/484d62a750a017a0","status":"passed","time":{"start":1726218706739,"stop":1726218706739,"duration":0}},{"uid":"3f3b65e5e9b4ab34","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3f3b65e5e9b4ab34","status":"passed","time":{"start":1726217976602,"stop":1726217976602,"duration":0}},{"uid":"1cc24690c4f601f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1cc24690c4f601f6","status":"passed","time":{"start":1726217890294,"stop":1726217890294,"duration":0}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"455836d047d869b3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/455836d047d869b3","status":"passed","time":{"start":1726218342870,"stop":1726218342871,"duration":1}},{"uid":"51e04680cf70a6c4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/51e04680cf70a6c4","status":"passed","time":{"start":1726218246382,"stop":1726218246383,"duration":1}},{"uid":"740b35e4ea1f331a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/740b35e4ea1f331a","status":"passed","time":{"start":1726217500288,"stop":1726217500290,"duration":2}},{"uid":"4b396a5a4e78e810","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4b396a5a4e78e810","status":"passed","time":{"start":1726217442000,"stop":1726217442000,"duration":0}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6fd7038d9c6972bf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6fd7038d9c6972bf","status":"passed","time":{"start":1726218777347,"stop":1726218777347,"duration":0}},{"uid":"a8db58f6087b65d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a8db58f6087b65d","status":"passed","time":{"start":1726218700176,"stop":1726218700177,"duration":1}},{"uid":"d1052525a440082e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d1052525a440082e","status":"passed","time":{"start":1726217955950,"stop":1726217955950,"duration":0}},{"uid":"fe0e9fa05295a6f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fe0e9fa05295a6f0","status":"passed","time":{"start":1726217870055,"stop":1726217870055,"duration":0}}]},"3158802b7db8fbfb451ab4d676c95192:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3594fe57f9ea49db","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3594fe57f9ea49db","status":"passed","time":{"start":1726218669769,"stop":1726218669770,"duration":1}},{"uid":"a8e36531cc8195c3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a8e36531cc8195c3","status":"passed","time":{"start":1726218612951,"stop":1726218612951,"duration":0}},{"uid":"21d81dc43d92ec0e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21d81dc43d92ec0e","status":"passed","time":{"start":1726217868231,"stop":1726217868231,"duration":0}},{"uid":"b8da419067143d70","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b8da419067143d70","status":"passed","time":{"start":1726217785162,"stop":1726217785163,"duration":1}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"478125b8fdeb1062","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/478125b8fdeb1062","status":"passed","time":{"start":1726218886393,"stop":1726218886393,"duration":0}},{"uid":"562c7722fabc352e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/562c7722fabc352e","status":"passed","time":{"start":1726218791847,"stop":1726218791848,"duration":1}},{"uid":"ddc1d131c50fd5ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ddc1d131c50fd5ea","status":"passed","time":{"start":1726218054693,"stop":1726218054693,"duration":0}},{"uid":"2c6cca9722a2c098","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2c6cca9722a2c098","status":"passed","time":{"start":1726217965432,"stop":1726217965432,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c36de91d586b3103","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c36de91d586b3103","status":"passed","time":{"start":1726218914871,"stop":1726218914871,"duration":0}},{"uid":"7858fece9783fbcd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7858fece9783fbcd","status":"passed","time":{"start":1726218826915,"stop":1726218826915,"duration":0}},{"uid":"b5e82c93652a2236","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b5e82c93652a2236","status":"passed","time":{"start":1726218091297,"stop":1726218091297,"duration":0}},{"uid":"36b05fb9e8f0cf1c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/36b05fb9e8f0cf1c","status":"passed","time":{"start":1726218000388,"stop":1726218000389,"duration":1}}]},"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c373db5dacca5779","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c373db5dacca5779","status":"passed","time":{"start":1726218283104,"stop":1726218283104,"duration":0}},{"uid":"38e60818ceaf1ea0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/38e60818ceaf1ea0","status":"passed","time":{"start":1726218188603,"stop":1726218188604,"duration":1}},{"uid":"10d81350469b1ad2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/10d81350469b1ad2","status":"passed","time":{"start":1726217441567,"stop":1726217441567,"duration":0}},{"uid":"968fce7d9d4bc86c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/968fce7d9d4bc86c","status":"passed","time":{"start":1726217383229,"stop":1726217383230,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"78c3c06cabb3a069","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/78c3c06cabb3a069","status":"passed","time":{"start":1726218764101,"stop":1726218764101,"duration":0}},{"uid":"8a163a7db753e7cc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8a163a7db753e7cc","status":"passed","time":{"start":1726218659018,"stop":1726218659018,"duration":0}},{"uid":"7b5216172d8f56f0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b5216172d8f56f0","status":"passed","time":{"start":1726217924745,"stop":1726217924745,"duration":0}},{"uid":"bb2aee7fc7ff4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bb2aee7fc7ff4","status":"passed","time":{"start":1726217840538,"stop":1726217840541,"duration":3}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"94f95c2217d9715","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/94f95c2217d9715","status":"passed","time":{"start":1726218812466,"stop":1726218812467,"duration":1}},{"uid":"d8422a90aa328b2d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d8422a90aa328b2d","status":"passed","time":{"start":1726218708391,"stop":1726218708391,"duration":0}},{"uid":"d2599ebb63e00009","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d2599ebb63e00009","status":"passed","time":{"start":1726217980036,"stop":1726217980037,"duration":1}},{"uid":"ac980a55db6f9d2c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ac980a55db6f9d2c","status":"passed","time":{"start":1726217896498,"stop":1726217896499,"duration":1}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7112b51adb4e6712","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7112b51adb4e6712","status":"passed","time":{"start":1726218410955,"stop":1726218410955,"duration":0}},{"uid":"d81c4dc5348bcbc8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d81c4dc5348bcbc8","status":"passed","time":{"start":1726218315929,"stop":1726218315929,"duration":0}},{"uid":"780cb6abf9cec399","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/780cb6abf9cec399","status":"passed","time":{"start":1726217577147,"stop":1726217577148,"duration":1}},{"uid":"b81cd478f267589f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b81cd478f267589f","status":"passed","time":{"start":1726217509416,"stop":1726217509416,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a3065fd072702330","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a3065fd072702330","status":"passed","time":{"start":1726218764106,"stop":1726218764106,"duration":0}},{"uid":"79681848b41073b2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79681848b41073b2","status":"passed","time":{"start":1726218659020,"stop":1726218659020,"duration":0}},{"uid":"30ddbc056644a158","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/30ddbc056644a158","status":"passed","time":{"start":1726217924752,"stop":1726217924752,"duration":0}},{"uid":"5300ca9f6a2c416c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5300ca9f6a2c416c","status":"passed","time":{"start":1726217840543,"stop":1726217840543,"duration":0}}]},"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"53dd65ded2366685","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53dd65ded2366685","status":"passed","time":{"start":1726218283093,"stop":1726218283093,"duration":0}},{"uid":"52542b1e796b9c5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/52542b1e796b9c5","status":"passed","time":{"start":1726218188594,"stop":1726218188594,"duration":0}},{"uid":"16b1b3250baad6c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/16b1b3250baad6c1","status":"passed","time":{"start":1726217441555,"stop":1726217441555,"duration":0}},{"uid":"82f5e164299011c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82f5e164299011c","status":"passed","time":{"start":1726217383219,"stop":1726217383219,"duration":0}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"613c1a723fac9563","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/613c1a723fac9563","status":"passed","time":{"start":1726218764096,"stop":1726218764097,"duration":1}},{"uid":"b92c56d4600a0830","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b92c56d4600a0830","status":"passed","time":{"start":1726218659011,"stop":1726218659012,"duration":1}},{"uid":"9c248b72f3c6af5e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c248b72f3c6af5e","status":"passed","time":{"start":1726217924740,"stop":1726217924740,"duration":0}},{"uid":"c921b8dea5b134c3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c921b8dea5b134c3","status":"passed","time":{"start":1726217840514,"stop":1726217840514,"duration":0}}]},"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"acca02ee50027210","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/acca02ee50027210","status":"passed","time":{"start":1726218447507,"stop":1726218447507,"duration":0}},{"uid":"6793731cfc874034","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6793731cfc874034","status":"passed","time":{"start":1726218356740,"stop":1726218356741,"duration":1}},{"uid":"7c8671cbf4e0b7e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7c8671cbf4e0b7e7","status":"passed","time":{"start":1726217603236,"stop":1726217603237,"duration":1}},{"uid":"22b71e7f58a7678c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/22b71e7f58a7678c","status":"passed","time":{"start":1726217544015,"stop":1726217544016,"duration":1}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d9823d6de745ee5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2d9823d6de745ee5","status":"passed","time":{"start":1726218375484,"stop":1726218375492,"duration":8}},{"uid":"b7ea1e231a58a9e3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b7ea1e231a58a9e3","status":"passed","time":{"start":1726218279685,"stop":1726218279686,"duration":1}},{"uid":"223cc97ebfa4f915","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/223cc97ebfa4f915","status":"passed","time":{"start":1726217533046,"stop":1726217533046,"duration":0}},{"uid":"acda66de57f470fd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/acda66de57f470fd","status":"passed","time":{"start":1726217474963,"stop":1726217474964,"duration":1}}]},"f5de7aeafbb518978d807748208430e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"584cb024dcffc7da","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/584cb024dcffc7da","status":"passed","time":{"start":1726218669774,"stop":1726218669775,"duration":1}},{"uid":"1bbc777fb5cf8fea","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1bbc777fb5cf8fea","status":"passed","time":{"start":1726218612968,"stop":1726218612968,"duration":0}},{"uid":"22bef30d0160dbfd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/22bef30d0160dbfd","status":"passed","time":{"start":1726217868237,"stop":1726217868246,"duration":9}},{"uid":"4f9fc3aa4f8c1d1b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4f9fc3aa4f8c1d1b","status":"passed","time":{"start":1726217785174,"stop":1726217785175,"duration":1}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ec0d7bc5a8cc0eda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ec0d7bc5a8cc0eda","status":"passed","time":{"start":1726218291660,"stop":1726218291660,"duration":0}},{"uid":"8be21300d0e162fd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8be21300d0e162fd","status":"passed","time":{"start":1726218196999,"stop":1726218196999,"duration":0}},{"uid":"ec75a102b4f018c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ec75a102b4f018c","status":"passed","time":{"start":1726217450196,"stop":1726217450196,"duration":0}},{"uid":"7fcd65666339f24c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7fcd65666339f24c","status":"passed","time":{"start":1726217391848,"stop":1726217391848,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6832d472335fde69","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6832d472335fde69","status":"passed","time":{"start":1726218926397,"stop":1726218926398,"duration":1}},{"uid":"f375dfebd084aa9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f375dfebd084aa9","status":"passed","time":{"start":1726218833200,"stop":1726218833200,"duration":0}},{"uid":"350ad1a5f71be573","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/350ad1a5f71be573","status":"passed","time":{"start":1726218095395,"stop":1726218095395,"duration":0}},{"uid":"9c52da42e1a16043","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9c52da42e1a16043","status":"passed","time":{"start":1726218006963,"stop":1726218006963,"duration":0}}]},"58a3b723b7339c2c05dbc8d2a74ae118:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0eac2d53509dbfc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f0eac2d53509dbfc","status":"passed","time":{"start":1726218765879,"stop":1726218765880,"duration":1}}]},"e71f47597c8da3e77fa38b943d999e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9acde6759b869f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e9acde6759b869f6","status":"passed","time":{"start":1726218510983,"stop":1726218510983,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eec5773f1b7b7b1c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eec5773f1b7b7b1c","status":"passed","time":{"start":1726218863002,"stop":1726218863002,"duration":0}},{"uid":"e132be844c4ca307","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e132be844c4ca307","status":"passed","time":{"start":1726218781380,"stop":1726218781380,"duration":0}},{"uid":"42e6432cbb5d2993","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42e6432cbb5d2993","status":"passed","time":{"start":1726218013695,"stop":1726218013695,"duration":0}},{"uid":"9d2dceaec72d1afa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9d2dceaec72d1afa","status":"passed","time":{"start":1726217945328,"stop":1726217945328,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9c8b151bd6ba6e79","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9c8b151bd6ba6e79","status":"passed","time":{"start":1726218551479,"stop":1726218551480,"duration":1}},{"uid":"6ba453b37b6703b9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6ba453b37b6703b9","status":"passed","time":{"start":1726218459532,"stop":1726218459532,"duration":0}},{"uid":"c0a4ddd8a07af88b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c0a4ddd8a07af88b","status":"passed","time":{"start":1726217705998,"stop":1726217705998,"duration":0}},{"uid":"6f6c748295e71146","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6f6c748295e71146","status":"passed","time":{"start":1726217650749,"stop":1726217650753,"duration":4}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"a561c9cac12a0a10","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a561c9cac12a0a10","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218304475,"stop":1726218304475,"duration":0}},{"uid":"9e074eacdf415529","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9e074eacdf415529","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218209567,"stop":1726218209567,"duration":0}},{"uid":"c575faf23badb7e0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c575faf23badb7e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217463043,"stop":1726217463043,"duration":0}},{"uid":"5317929a38210517","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5317929a38210517","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217404609,"stop":1726217404609,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"50df2a52ec8a6288","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/50df2a52ec8a6288","status":"passed","time":{"start":1726218851925,"stop":1726218851925,"duration":0}},{"uid":"55ad640d1b45c29e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/55ad640d1b45c29e","status":"passed","time":{"start":1726218761851,"stop":1726218761851,"duration":0}},{"uid":"1ccc6c22d23ddcfb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1ccc6c22d23ddcfb","status":"passed","time":{"start":1726218020456,"stop":1726218020457,"duration":1}},{"uid":"e8e62c3582e62d2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e8e62c3582e62d2","status":"passed","time":{"start":1726217934115,"stop":1726217934115,"duration":0}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fd993a1418c6f970","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fd993a1418c6f970","status":"passed","time":{"start":1726218551491,"stop":1726218551492,"duration":1}},{"uid":"7833524baaa32fa5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7833524baaa32fa5","status":"passed","time":{"start":1726218459539,"stop":1726218459539,"duration":0}},{"uid":"63ecc95d35307b4d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/63ecc95d35307b4d","status":"passed","time":{"start":1726217706008,"stop":1726217706008,"duration":0}},{"uid":"b496fcfc531ff524","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b496fcfc531ff524","status":"passed","time":{"start":1726217650768,"stop":1726217650771,"duration":3}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c5eeae2efd1869b2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5eeae2efd1869b2","status":"passed","time":{"start":1726218806759,"stop":1726218806759,"duration":0}},{"uid":"90fafc2c680f1c83","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/90fafc2c680f1c83","status":"passed","time":{"start":1726218706740,"stop":1726218706740,"duration":0}},{"uid":"80c89eaf05f4cd9c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/80c89eaf05f4cd9c","status":"passed","time":{"start":1726217976603,"stop":1726217976604,"duration":1}},{"uid":"3be90f757d51c7e4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3be90f757d51c7e4","status":"passed","time":{"start":1726217890295,"stop":1726217890295,"duration":0}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cd1571c98e4417b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cd1571c98e4417b","status":"passed","time":{"start":1726218806752,"stop":1726218806752,"duration":0}},{"uid":"a3a63200dd1a104e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a3a63200dd1a104e","status":"passed","time":{"start":1726218706735,"stop":1726218706736,"duration":1}},{"uid":"8d6e3c354c56f675","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d6e3c354c56f675","status":"passed","time":{"start":1726217976599,"stop":1726217976599,"duration":0}},{"uid":"1d91e8b829679b46","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1d91e8b829679b46","status":"passed","time":{"start":1726217890290,"stop":1726217890290,"duration":0}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"f759b0eb1907c407","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f759b0eb1907c407","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218806766,"stop":1726218806766,"duration":0}},{"uid":"779e4d697bfcca2b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/779e4d697bfcca2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218706748,"stop":1726218706748,"duration":0}},{"uid":"f67ce95b2517dcfb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f67ce95b2517dcfb","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217976620,"stop":1726217976621,"duration":1}},{"uid":"64a063acc8b6fb88","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64a063acc8b6fb88","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217890302,"stop":1726217890302,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b7aa1e471b0a9400","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b7aa1e471b0a9400","status":"passed","time":{"start":1726218879292,"stop":1726218879293,"duration":1}},{"uid":"8e0a3afc093a9755","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8e0a3afc093a9755","status":"passed","time":{"start":1726218787575,"stop":1726218787575,"duration":0}},{"uid":"c300ab64ca52bed7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c300ab64ca52bed7","status":"passed","time":{"start":1726218066277,"stop":1726218066277,"duration":0}},{"uid":"b2360f014a54720e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b2360f014a54720e","status":"passed","time":{"start":1726217965301,"stop":1726217965301,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"121074442479f866","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/121074442479f866","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218764099,"stop":1726218764099,"duration":0}},{"uid":"ab46b998845a4fb7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ab46b998845a4fb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659016,"stop":1726218659016,"duration":0}},{"uid":"71e016fe5642d185","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/71e016fe5642d185","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924743,"stop":1726217924743,"duration":0}},{"uid":"e097cfa00a71079c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e097cfa00a71079c","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840517,"stop":1726217840518,"duration":1}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"51e2196bc0ace9b1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/51e2196bc0ace9b1","status":"passed","time":{"start":1726218291662,"stop":1726218291662,"duration":0}},{"uid":"bbe53aa0abb2a969","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bbe53aa0abb2a969","status":"passed","time":{"start":1726218197000,"stop":1726218197001,"duration":1}},{"uid":"5fd8962b32122768","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5fd8962b32122768","status":"passed","time":{"start":1726217450198,"stop":1726217450198,"duration":0}},{"uid":"7bbebf0dc21aa7d1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7bbebf0dc21aa7d1","status":"passed","time":{"start":1726217391850,"stop":1726217391850,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6fcad84c00b1720f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6fcad84c00b1720f","status":"passed","time":{"start":1726218926396,"stop":1726218926396,"duration":0}},{"uid":"8dea352bac81e59","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8dea352bac81e59","status":"passed","time":{"start":1726218833198,"stop":1726218833198,"duration":0}},{"uid":"b6227468bcb5f2e1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b6227468bcb5f2e1","status":"passed","time":{"start":1726218095393,"stop":1726218095393,"duration":0}},{"uid":"fb38cffaec3f745e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/fb38cffaec3f745e","status":"passed","time":{"start":1726218006962,"stop":1726218006962,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3bd8b923d50c1685","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3bd8b923d50c1685","status":"passed","time":{"start":1726218879385,"stop":1726218879387,"duration":2}},{"uid":"119c51434d08dcd9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/119c51434d08dcd9","status":"passed","time":{"start":1726218787594,"stop":1726218787594,"duration":0}},{"uid":"ef4fede9ecf10770","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef4fede9ecf10770","status":"passed","time":{"start":1726218066316,"stop":1726218066316,"duration":0}},{"uid":"c4b32caa408026a5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4b32caa408026a5","status":"passed","time":{"start":1726217965349,"stop":1726217965349,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f92d8af552c71729","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f92d8af552c71729","status":"passed","time":{"start":1726218291182,"stop":1726218291182,"duration":0}},{"uid":"de0b2958b836f2c8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/de0b2958b836f2c8","status":"passed","time":{"start":1726218196487,"stop":1726218196487,"duration":0}},{"uid":"3975a4fc8101b941","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3975a4fc8101b941","status":"passed","time":{"start":1726217449517,"stop":1726217449517,"duration":0}},{"uid":"a669d6862ecc4108","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a669d6862ecc4108","status":"passed","time":{"start":1726217391274,"stop":1726217391274,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9ca70e51b96f77c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e9ca70e51b96f77c","status":"passed","time":{"start":1726218778291,"stop":1726218778292,"duration":1}},{"uid":"8e828b35a21ea26","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8e828b35a21ea26","status":"passed","time":{"start":1726218673565,"stop":1726218673566,"duration":1}},{"uid":"332f95502e32f96e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/332f95502e32f96e","status":"passed","time":{"start":1726217946745,"stop":1726217946745,"duration":0}},{"uid":"cdfc197ce84cac04","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cdfc197ce84cac04","status":"passed","time":{"start":1726217862806,"stop":1726217862806,"duration":0}}]},"6105d1c155e1ea0b04818593d5787c10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab124e5bda8b39fe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ab124e5bda8b39fe","status":"passed","time":{"start":1726217924738,"stop":1726217924738,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7520aef96caaa0e1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7520aef96caaa0e1","status":"passed","time":{"start":1726218523014,"stop":1726218523015,"duration":1}},{"uid":"b902ae0620d98322","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b902ae0620d98322","status":"passed","time":{"start":1726218422897,"stop":1726218422897,"duration":0}},{"uid":"d104607e2829a325","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d104607e2829a325","status":"passed","time":{"start":1726217687422,"stop":1726217687422,"duration":0}},{"uid":"e9532e3f93f44306","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e9532e3f93f44306","status":"passed","time":{"start":1726217604489,"stop":1726217604489,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f924a128b3a5a985","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f924a128b3a5a985","status":"passed","time":{"start":1726218879359,"stop":1726218879360,"duration":1}},{"uid":"4575349684b0ed22","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4575349684b0ed22","status":"passed","time":{"start":1726218787589,"stop":1726218787589,"duration":0}},{"uid":"8b556197d3dad9ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8b556197d3dad9ed","status":"passed","time":{"start":1726218066303,"stop":1726218066303,"duration":0}},{"uid":"d1e6a1851c613758","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d1e6a1851c613758","status":"passed","time":{"start":1726217965339,"stop":1726217965342,"duration":3}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f1db01fbb7f3b8b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f1db01fbb7f3b8b","status":"passed","time":{"start":1726218412656,"stop":1726218412656,"duration":0}},{"uid":"71c3d9808476905b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/71c3d9808476905b","status":"passed","time":{"start":1726218318089,"stop":1726218318089,"duration":0}},{"uid":"3377326b3fd6ef05","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3377326b3fd6ef05","status":"passed","time":{"start":1726217567473,"stop":1726217567474,"duration":1}},{"uid":"6a8ef32523661402","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a8ef32523661402","status":"passed","time":{"start":1726217508419,"stop":1726217508420,"duration":1}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"950b7a9803b662ec","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/950b7a9803b662ec","status":"passed","time":{"start":1726218304290,"stop":1726218304291,"duration":1}},{"uid":"bc889528de50d9d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bc889528de50d9d","status":"passed","time":{"start":1726218209339,"stop":1726218209340,"duration":1}},{"uid":"e1b4253f18249535","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e1b4253f18249535","status":"passed","time":{"start":1726217462725,"stop":1726217462725,"duration":0}},{"uid":"2351d160e114651e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2351d160e114651e","status":"passed","time":{"start":1726217404275,"stop":1726217404276,"duration":1}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"972104f0059f8a2d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/972104f0059f8a2d","status":"passed","time":{"start":1726218812476,"stop":1726218812477,"duration":1}},{"uid":"6b5ef0b69a5e786e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6b5ef0b69a5e786e","status":"passed","time":{"start":1726218708449,"stop":1726218708455,"duration":6}},{"uid":"4d824539b4a594dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4d824539b4a594dd","status":"passed","time":{"start":1726217980052,"stop":1726217980053,"duration":1}},{"uid":"7f641ab1f9db84ca","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7f641ab1f9db84ca","status":"passed","time":{"start":1726217896507,"stop":1726217896507,"duration":0}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ad8a495913a569","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ad8a495913a569","status":"passed","time":{"start":1726218304461,"stop":1726218304462,"duration":1}},{"uid":"581f4fe4fae5f66c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/581f4fe4fae5f66c","status":"passed","time":{"start":1726218209562,"stop":1726218209563,"duration":1}},{"uid":"992102610aab72b6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/992102610aab72b6","status":"passed","time":{"start":1726217463037,"stop":1726217463038,"duration":1}},{"uid":"8019d6c7a142477e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8019d6c7a142477e","status":"passed","time":{"start":1726217404604,"stop":1726217404604,"duration":0}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"53988f1145d3cbb6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53988f1145d3cbb6","status":"passed","time":{"start":1726218879287,"stop":1726218879287,"duration":0}},{"uid":"646573547f17cce8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/646573547f17cce8","status":"passed","time":{"start":1726218787571,"stop":1726218787571,"duration":0}},{"uid":"3a9fb22184aedfe1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a9fb22184aedfe1","status":"passed","time":{"start":1726218066273,"stop":1726218066274,"duration":1}},{"uid":"191730c0ea151f9f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/191730c0ea151f9f","status":"passed","time":{"start":1726217965296,"stop":1726217965297,"duration":1}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"be7e300a4a45c6f9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be7e300a4a45c6f9","status":"passed","time":{"start":1726218863038,"stop":1726218863039,"duration":1}},{"uid":"1dec82b22b133b48","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1dec82b22b133b48","status":"passed","time":{"start":1726218781390,"stop":1726218781391,"duration":1}},{"uid":"a862455496dd40e8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a862455496dd40e8","status":"passed","time":{"start":1726218013719,"stop":1726218013720,"duration":1}},{"uid":"201b53beba704dae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/201b53beba704dae","status":"passed","time":{"start":1726217945339,"stop":1726217945339,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d36c938a4929c62b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d36c938a4929c62b","status":"passed","time":{"start":1726218812478,"stop":1726218812478,"duration":0}},{"uid":"856d840fe4d5876b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/856d840fe4d5876b","status":"passed","time":{"start":1726218708458,"stop":1726218708458,"duration":0}},{"uid":"dde0fd7b88ca5c32","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dde0fd7b88ca5c32","status":"passed","time":{"start":1726217980054,"stop":1726217980054,"duration":0}},{"uid":"99227b5b08173e82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/99227b5b08173e82","status":"passed","time":{"start":1726217896508,"stop":1726217896508,"duration":0}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"20e553b8aba899e6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/20e553b8aba899e6","status":"passed","time":{"start":1726218551483,"stop":1726218551483,"duration":0}},{"uid":"32a3c6e85f2ee981","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/32a3c6e85f2ee981","status":"passed","time":{"start":1726218459535,"stop":1726218459535,"duration":0}},{"uid":"8d35acc5cb6a530b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8d35acc5cb6a530b","status":"passed","time":{"start":1726217706000,"stop":1726217706001,"duration":1}},{"uid":"bdb9a6f12e5ea7bb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bdb9a6f12e5ea7bb","status":"passed","time":{"start":1726217650758,"stop":1726217650760,"duration":2}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b53274d932426b2f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b53274d932426b2f","status":"passed","time":{"start":1726218308580,"stop":1726218308580,"duration":0}},{"uid":"f3c903e3bc4277f6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f3c903e3bc4277f6","status":"passed","time":{"start":1726218213406,"stop":1726218213407,"duration":1}},{"uid":"7bb613c59fad5aa5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7bb613c59fad5aa5","status":"passed","time":{"start":1726217466673,"stop":1726217466674,"duration":1}},{"uid":"dca9ccc68d7dabe1","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dca9ccc68d7dabe1","status":"passed","time":{"start":1726217408295,"stop":1726217408295,"duration":0}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2a078604bad514a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2a078604bad514a4","status":"passed","time":{"start":1726218296783,"stop":1726218296783,"duration":0}},{"uid":"4bce17b6a1ab4605","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4bce17b6a1ab4605","status":"passed","time":{"start":1726218201910,"stop":1726218201910,"duration":0}},{"uid":"6097e5c0161a8220","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6097e5c0161a8220","status":"passed","time":{"start":1726217455150,"stop":1726217455151,"duration":1}},{"uid":"8c3fad061c7ba820","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c3fad061c7ba820","status":"passed","time":{"start":1726217396839,"stop":1726217396839,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"177a53f7c467eb59","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/177a53f7c467eb59","status":"passed","time":{"start":1726218788034,"stop":1726218788034,"duration":0}},{"uid":"a06ffd0eb0700f3e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a06ffd0eb0700f3e","status":"passed","time":{"start":1726218685050,"stop":1726218685050,"duration":0}},{"uid":"32e0d786de989bda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/32e0d786de989bda","status":"passed","time":{"start":1726217960211,"stop":1726217960211,"duration":0}},{"uid":"2dca1e643fa3e192","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2dca1e643fa3e192","status":"passed","time":{"start":1726217875223,"stop":1726217875224,"duration":1}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7287df32d636fb32","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7287df32d636fb32","status":"passed","time":{"start":1726218879286,"stop":1726218879286,"duration":0}},{"uid":"28bb03a41b051575","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/28bb03a41b051575","status":"passed","time":{"start":1726218787570,"stop":1726218787571,"duration":1}},{"uid":"82b7499e042a1d6a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/82b7499e042a1d6a","status":"passed","time":{"start":1726218066272,"stop":1726218066272,"duration":0}},{"uid":"f2e5f934b5060f23","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f2e5f934b5060f23","status":"passed","time":{"start":1726217965294,"stop":1726217965295,"duration":1}}]},"204a531a98e657b752a5899c8bc8275e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4ae31bb75b432cc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a4ae31bb75b432cc","status":"passed","time":{"start":1726218673565,"stop":1726218673565,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"db44986040e8162d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/db44986040e8162d","status":"passed","time":{"start":1726218510981,"stop":1726218510982,"duration":1}},{"uid":"7e9da5169b0bbf0e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7e9da5169b0bbf0e","status":"passed","time":{"start":1726218417150,"stop":1726218417151,"duration":1}},{"uid":"e54dc3a22d1203cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e54dc3a22d1203cb","status":"passed","time":{"start":1726217677823,"stop":1726217677825,"duration":2}},{"uid":"6f9b444a7e82619e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6f9b444a7e82619e","status":"passed","time":{"start":1726217616843,"stop":1726217616843,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"87908b47f4c629f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/87908b47f4c629f","status":"passed","time":{"start":1726218778292,"stop":1726218778292,"duration":0}},{"uid":"1ade9bf7aeb2a147","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ade9bf7aeb2a147","status":"passed","time":{"start":1726218673566,"stop":1726218673566,"duration":0}},{"uid":"9dbeccb659bd7d14","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9dbeccb659bd7d14","status":"passed","time":{"start":1726217946745,"stop":1726217946745,"duration":0}},{"uid":"86f14403ebc373c9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/86f14403ebc373c9","status":"passed","time":{"start":1726217862807,"stop":1726217862808,"duration":1}}]},"80777b0ccab5e1808d76bae5a45c9754:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c957ba2dabb60e40","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c957ba2dabb60e40","status":"passed","time":{"start":1726218843767,"stop":1726218843768,"duration":1}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3dae94ad1d9e1fbc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3dae94ad1d9e1fbc","status":"passed","time":{"start":1726218345035,"stop":1726218345036,"duration":1}},{"uid":"d51421b105bf88a4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d51421b105bf88a4","status":"passed","time":{"start":1726218250236,"stop":1726218250237,"duration":1}},{"uid":"ccf176b50888f7ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ccf176b50888f7ea","status":"passed","time":{"start":1726217507042,"stop":1726217507043,"duration":1}},{"uid":"1a11fe7982cc5f6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1a11fe7982cc5f6","status":"passed","time":{"start":1726217445624,"stop":1726217445624,"duration":0}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"92fcf1b8602d5bd5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/92fcf1b8602d5bd5","status":"passed","time":{"start":1726218342870,"stop":1726218342870,"duration":0}},{"uid":"58b5c9d10eac24f1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/58b5c9d10eac24f1","status":"passed","time":{"start":1726218246382,"stop":1726218246382,"duration":0}},{"uid":"96e4f8d648db6854","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/96e4f8d648db6854","status":"passed","time":{"start":1726217500287,"stop":1726217500288,"duration":1}},{"uid":"1de9f3ea6e594f3c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1de9f3ea6e594f3c","status":"passed","time":{"start":1726217441999,"stop":1726217442000,"duration":1}}]},"e4a129f4e47c454c5810dc597d4a7ce8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eaeb2474ee64e437","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eaeb2474ee64e437","status":"passed","time":{"start":1726217952881,"stop":1726217952881,"duration":0}}]},"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"64523352a822b4d7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/64523352a822b4d7","status":"passed","time":{"start":1726218335404,"stop":1726218335405,"duration":1}},{"uid":"4b1117a8a4a03677","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4b1117a8a4a03677","status":"passed","time":{"start":1726218239528,"stop":1726218239540,"duration":12}},{"uid":"583a428500a7a658","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/583a428500a7a658","status":"passed","time":{"start":1726217493343,"stop":1726217493343,"duration":0}},{"uid":"842501b097a4b19b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/842501b097a4b19b","status":"passed","time":{"start":1726217434839,"stop":1726217434839,"duration":0}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"11fe45f887f0e1a1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/11fe45f887f0e1a1","status":"passed","time":{"start":1726218926398,"stop":1726218926399,"duration":1}},{"uid":"700f738863a1fdc2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/700f738863a1fdc2","status":"passed","time":{"start":1726218833200,"stop":1726218833201,"duration":1}},{"uid":"c461003765ada517","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c461003765ada517","status":"passed","time":{"start":1726218095396,"stop":1726218095396,"duration":0}},{"uid":"e51e0942fbb34c12","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e51e0942fbb34c12","status":"passed","time":{"start":1726218006963,"stop":1726218006964,"duration":1}}]},"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"432c761318df8589","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/432c761318df8589","status":"passed","time":{"start":1726218283096,"stop":1726218283096,"duration":0}},{"uid":"eae0fc4ca558e83a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eae0fc4ca558e83a","status":"passed","time":{"start":1726218188597,"stop":1726218188597,"duration":0}},{"uid":"e6c5c29cf1e1f4b0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e6c5c29cf1e1f4b0","status":"passed","time":{"start":1726217441558,"stop":1726217441558,"duration":0}},{"uid":"38f8f641cd2d9d17","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38f8f641cd2d9d17","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"96bde8fdb21bce2a4bfa2b10c287dd78:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1aba6b642bc81e77","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1aba6b642bc81e77","status":"passed","time":{"start":1726218706744,"stop":1726218706744,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"29e401b857c4dab5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29e401b857c4dab5","status":"passed","time":{"start":1726218291663,"stop":1726218291664,"duration":1}},{"uid":"2d7005be79bbf6c7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2d7005be79bbf6c7","status":"passed","time":{"start":1726218197005,"stop":1726218197005,"duration":0}},{"uid":"e15aca594ff4cbfb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e15aca594ff4cbfb","status":"passed","time":{"start":1726217450199,"stop":1726217450203,"duration":4}},{"uid":"e06eb17cfb17c96c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e06eb17cfb17c96c","status":"passed","time":{"start":1726217391851,"stop":1726217391855,"duration":4}}]},"fd6467254d4f3b777beda840145ec4ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c5928a8bbd66520","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1c5928a8bbd66520","status":"passed","time":{"start":1726218039629,"stop":1726218039629,"duration":0}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c4ce9dd4347aa0e7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c4ce9dd4347aa0e7","status":"passed","time":{"start":1726218863043,"stop":1726218863045,"duration":2}},{"uid":"b0919d3dd8c4b1d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b0919d3dd8c4b1d","status":"passed","time":{"start":1726218781392,"stop":1726218781392,"duration":0}},{"uid":"6579233b147dbd27","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6579233b147dbd27","status":"passed","time":{"start":1726218013723,"stop":1726218013724,"duration":1}},{"uid":"1451da80dd181bad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1451da80dd181bad","status":"passed","time":{"start":1726217945345,"stop":1726217945346,"duration":1}}]},"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e1626e82bcffce8f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e1626e82bcffce8f","status":"passed","time":{"start":1726218879334,"stop":1726218879335,"duration":1}},{"uid":"e81fc83479590fb4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e81fc83479590fb4","status":"passed","time":{"start":1726218787582,"stop":1726218787582,"duration":0}},{"uid":"372da25cb686d3f6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/372da25cb686d3f6","status":"passed","time":{"start":1726218066288,"stop":1726218066288,"duration":0}},{"uid":"c64ba619f7f72e0e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c64ba619f7f72e0e","status":"passed","time":{"start":1726217965311,"stop":1726217965311,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d52d3089909a0a1a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d52d3089909a0a1a","status":"passed","time":{"start":1726218764064,"stop":1726218764066,"duration":2}},{"uid":"9493b2464a970a06","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9493b2464a970a06","status":"passed","time":{"start":1726218658998,"stop":1726218658999,"duration":1}},{"uid":"a6040956941a17c4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a6040956941a17c4","status":"passed","time":{"start":1726217924727,"stop":1726217924729,"duration":2}},{"uid":"52284e0449ba8a9e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/52284e0449ba8a9e","status":"passed","time":{"start":1726217840470,"stop":1726217840471,"duration":1}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7964f3640c5430ae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7964f3640c5430ae","status":"passed","time":{"start":1726218410956,"stop":1726218410956,"duration":0}},{"uid":"86c1112bbc077b7c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/86c1112bbc077b7c","status":"passed","time":{"start":1726218315930,"stop":1726218315930,"duration":0}},{"uid":"e25eca97863e029e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e25eca97863e029e","status":"passed","time":{"start":1726217577152,"stop":1726217577153,"duration":1}},{"uid":"965acb82035fbb0d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/965acb82035fbb0d","status":"passed","time":{"start":1726217509424,"stop":1726217509424,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cc2183a62e1d6eec","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cc2183a62e1d6eec","status":"passed","time":{"start":1726218510971,"stop":1726218510971,"duration":0}},{"uid":"7a8d9a264499e6f4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7a8d9a264499e6f4","status":"passed","time":{"start":1726218417147,"stop":1726218417148,"duration":1}},{"uid":"9bda46af5259417b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9bda46af5259417b","status":"passed","time":{"start":1726217677799,"stop":1726217677810,"duration":11}},{"uid":"14bb31f724d075dd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/14bb31f724d075dd","status":"passed","time":{"start":1726217616838,"stop":1726217616839,"duration":1}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"a94cfcb7f614ba83","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a94cfcb7f614ba83","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218764099,"stop":1726218764099,"duration":0}},{"uid":"62c2b0b030cec343","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/62c2b0b030cec343","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659016,"stop":1726218659016,"duration":0}},{"uid":"1d4bc9192dedefcc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d4bc9192dedefcc","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217924743,"stop":1726217924743,"duration":0}},{"uid":"c60459773ff5c0ed","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c60459773ff5c0ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840523,"stop":1726217840523,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"21c0013143e20769","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21c0013143e20769","status":"passed","time":{"start":1726218375482,"stop":1726218375483,"duration":1}},{"uid":"6712f75ae7e0627c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6712f75ae7e0627c","status":"passed","time":{"start":1726218279679,"stop":1726218279679,"duration":0}},{"uid":"fc737a6fda9c0b6a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fc737a6fda9c0b6a","status":"passed","time":{"start":1726217533045,"stop":1726217533045,"duration":0}},{"uid":"e4c34f67d428acc3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4c34f67d428acc3","status":"passed","time":{"start":1726217474962,"stop":1726217474963,"duration":1}}]},"e3d715d5c93def6384800c1dc65eb17d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"199d7479d5e9dea9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/199d7479d5e9dea9","status":"passed","time":{"start":1726217616844,"stop":1726217616845,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f87597fefdc9c4b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f87597fefdc9c4b","status":"passed","time":{"start":1726218879321,"stop":1726218879322,"duration":1}},{"uid":"ccbfa093a44029ad","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ccbfa093a44029ad","status":"passed","time":{"start":1726218787579,"stop":1726218787579,"duration":0}},{"uid":"18b8b10c8b0ca943","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/18b8b10c8b0ca943","status":"passed","time":{"start":1726218066282,"stop":1726218066282,"duration":0}},{"uid":"bf761f41f93a2040","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bf761f41f93a2040","status":"passed","time":{"start":1726217965308,"stop":1726217965309,"duration":1}}]},"1ca26eb2e9ec41523b8cd2c3817c857d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c0bef4a99d3c90e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4c0bef4a99d3c90e","status":"passed","time":{"start":1726218039630,"stop":1726218039630,"duration":0}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7b167a55536c4b63","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b167a55536c4b63","status":"passed","time":{"start":1726218410957,"stop":1726218410957,"duration":0}},{"uid":"3346891fbad75288","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3346891fbad75288","status":"passed","time":{"start":1726218315931,"stop":1726218315931,"duration":0}},{"uid":"6ad6ef14739be7cd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ad6ef14739be7cd","status":"passed","time":{"start":1726217577155,"stop":1726217577155,"duration":0}},{"uid":"8a05136ecdde7c1d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a05136ecdde7c1d","status":"passed","time":{"start":1726217509425,"stop":1726217509425,"duration":0}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"15dbb6dd6b930e16","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15dbb6dd6b930e16","status":"passed","time":{"start":1726218523018,"stop":1726218523018,"duration":0}},{"uid":"2551ed0bf1cb79e2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2551ed0bf1cb79e2","status":"passed","time":{"start":1726218422901,"stop":1726218422902,"duration":1}},{"uid":"68d7da29c1b04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68d7da29c1b04","status":"passed","time":{"start":1726217687425,"stop":1726217687425,"duration":0}},{"uid":"63cfef560d868e8b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/63cfef560d868e8b","status":"passed","time":{"start":1726217604492,"stop":1726217604493,"duration":1}}]},"90e6e3a28c999e9774a5554b0b646527:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8bd67832f56d0880","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8bd67832f56d0880","status":"passed","time":{"start":1726218764109,"stop":1726218764109,"duration":0}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"59a74889be4cdf9e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/59a74889be4cdf9e","status":"passed","time":{"start":1726218909194,"stop":1726218909195,"duration":1}},{"uid":"4ddf307cb277ab66","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ddf307cb277ab66","status":"passed","time":{"start":1726218818267,"stop":1726218818268,"duration":1}},{"uid":"54b386364d12f4bd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/54b386364d12f4bd","status":"passed","time":{"start":1726218085658,"stop":1726218085659,"duration":1}},{"uid":"897d1965ad929ef3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/897d1965ad929ef3","status":"passed","time":{"start":1726217996428,"stop":1726217996429,"duration":1}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"edec1c0dd4349f42","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/edec1c0dd4349f42","status":"passed","time":{"start":1726218791622,"stop":1726218791623,"duration":1}},{"uid":"565255702b592afb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/565255702b592afb","status":"passed","time":{"start":1726218683565,"stop":1726218683565,"duration":0}},{"uid":"1a4990250e98ae5c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a4990250e98ae5c","status":"passed","time":{"start":1726217949325,"stop":1726217949326,"duration":1}},{"uid":"43ba19670275f322","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43ba19670275f322","status":"passed","time":{"start":1726217865171,"stop":1726217865177,"duration":6}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"274acc71bc983490","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/274acc71bc983490","status":"passed","time":{"start":1726218304291,"stop":1726218304292,"duration":1}},{"uid":"92bed04ff7a3ac5f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/92bed04ff7a3ac5f","status":"passed","time":{"start":1726218209341,"stop":1726218209341,"duration":0}},{"uid":"3a2ac4e3859a9ff7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3a2ac4e3859a9ff7","status":"passed","time":{"start":1726217462726,"stop":1726217462726,"duration":0}},{"uid":"79fd0a4bbc11142c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/79fd0a4bbc11142c","status":"passed","time":{"start":1726217404276,"stop":1726217404276,"duration":0}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c5cad4d05983b044","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5cad4d05983b044","status":"passed","time":{"start":1726218764107,"stop":1726218764107,"duration":0}},{"uid":"b596add68ca96cba","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b596add68ca96cba","status":"passed","time":{"start":1726218659022,"stop":1726218659022,"duration":0}},{"uid":"15115c43ce64880","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15115c43ce64880","status":"passed","time":{"start":1726217924754,"stop":1726217924754,"duration":0}},{"uid":"64ba7975f34ae198","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/64ba7975f34ae198","status":"passed","time":{"start":1726217840558,"stop":1726217840559,"duration":1}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"32e5e4ac50f26cdb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/32e5e4ac50f26cdb","status":"passed","time":{"start":1726218523023,"stop":1726218523023,"duration":0}},{"uid":"cc6e39bc51be44e2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cc6e39bc51be44e2","status":"passed","time":{"start":1726218422909,"stop":1726218422910,"duration":1}},{"uid":"85ca7103e2492eab","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/85ca7103e2492eab","status":"passed","time":{"start":1726217687429,"stop":1726217687430,"duration":1}},{"uid":"4259f6e86835781b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4259f6e86835781b","status":"passed","time":{"start":1726217604498,"stop":1726217604499,"duration":1}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e6599e476169dbb6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e6599e476169dbb6","status":"passed","time":{"start":1726218523027,"stop":1726218523027,"duration":0}},{"uid":"b507b3185a1cfc39","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/b507b3185a1cfc39","status":"passed","time":{"start":1726218422918,"stop":1726218422918,"duration":0}},{"uid":"7230c53b4db9a327","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7230c53b4db9a327","status":"passed","time":{"start":1726217687441,"stop":1726217687441,"duration":0}},{"uid":"28564344807cdb67","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/28564344807cdb67","status":"passed","time":{"start":1726217604523,"stop":1726217604524,"duration":1}}]},"14b03ca52cc294f067203208f5673223:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e09eb866c9d13283","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e09eb866c9d13283","status":"passed","time":{"start":1726218806761,"stop":1726218806761,"duration":0}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b4517f7aac9fffa4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b4517f7aac9fffa4","status":"passed","time":{"start":1726218689003,"stop":1726218689004,"duration":1}},{"uid":"c03d31830288a482","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c03d31830288a482","status":"passed","time":{"start":1726218597575,"stop":1726218597576,"duration":1}},{"uid":"b4e30054e64f672","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b4e30054e64f672","status":"passed","time":{"start":1726217848413,"stop":1726217848413,"duration":0}},{"uid":"1e7a760b7ced0fb4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1e7a760b7ced0fb4","status":"passed","time":{"start":1726217774667,"stop":1726217774667,"duration":0}}]},"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"691cc1106d76d00d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/691cc1106d76d00d","status":"passed","time":{"start":1726218283105,"stop":1726218283105,"duration":0}},{"uid":"c6a2dd636531d0e8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c6a2dd636531d0e8","status":"passed","time":{"start":1726218188605,"stop":1726218188606,"duration":1}},{"uid":"cdd1ece6942e9482","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cdd1ece6942e9482","status":"passed","time":{"start":1726217441569,"stop":1726217441570,"duration":1}},{"uid":"7e3ecce9b98dd093","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7e3ecce9b98dd093","status":"passed","time":{"start":1726217383232,"stop":1726217383232,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2ad5928be6e6b407","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ad5928be6e6b407","status":"passed","time":{"start":1726218778231,"stop":1726218778232,"duration":1}},{"uid":"38336494d1cf3696","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/38336494d1cf3696","status":"passed","time":{"start":1726218673557,"stop":1726218673557,"duration":0}},{"uid":"4484ab6bc79d4a9a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4484ab6bc79d4a9a","status":"passed","time":{"start":1726217946725,"stop":1726217946728,"duration":3}},{"uid":"85e53e783c9e1f27","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/85e53e783c9e1f27","status":"passed","time":{"start":1726217862781,"stop":1726217862782,"duration":1}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"86acbfe66afccb5a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/86acbfe66afccb5a","status":"passed","time":{"start":1726218914874,"stop":1726218914874,"duration":0}},{"uid":"180eafb3373b97f8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/180eafb3373b97f8","status":"passed","time":{"start":1726218826919,"stop":1726218826919,"duration":0}},{"uid":"4f0dd72dea6ac6cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4f0dd72dea6ac6cf","status":"passed","time":{"start":1726218091300,"stop":1726218091300,"duration":0}},{"uid":"5ef0e8e7bd406167","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5ef0e8e7bd406167","status":"passed","time":{"start":1726218000391,"stop":1726218000391,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d5bf30daee794375","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d5bf30daee794375","status":"passed","time":{"start":1726218523028,"stop":1726218523028,"duration":0}},{"uid":"d6016beea9d94d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d6016beea9d94d","status":"passed","time":{"start":1726218422919,"stop":1726218422919,"duration":0}},{"uid":"efe8072356e5b8c1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/efe8072356e5b8c1","status":"passed","time":{"start":1726217687442,"stop":1726217687442,"duration":0}},{"uid":"d83b993f2feb3079","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d83b993f2feb3079","status":"passed","time":{"start":1726217604526,"stop":1726217604527,"duration":1}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"756eb1c6d7cc0faa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/756eb1c6d7cc0faa","status":"passed","time":{"start":1726218812476,"stop":1726218812476,"duration":0}},{"uid":"385dccad85046253","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/385dccad85046253","status":"passed","time":{"start":1726218708424,"stop":1726218708425,"duration":1}},{"uid":"d5d62e67d9328415","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d5d62e67d9328415","status":"passed","time":{"start":1726217980052,"stop":1726217980052,"duration":0}},{"uid":"6e7d2da28d723c4f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6e7d2da28d723c4f","status":"passed","time":{"start":1726217896505,"stop":1726217896506,"duration":1}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9a01de46ec5469aa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9a01de46ec5469aa","status":"passed","time":{"start":1726218563307,"stop":1726218563307,"duration":0}},{"uid":"ca3c31d16d436ca0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca3c31d16d436ca0","status":"passed","time":{"start":1726218471445,"stop":1726218471445,"duration":0}},{"uid":"ee6e93fbf84c3ddc","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ee6e93fbf84c3ddc","status":"passed","time":{"start":1726217724228,"stop":1726217724228,"duration":0}},{"uid":"15f1a239e42a8561","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15f1a239e42a8561","status":"passed","time":{"start":1726217656061,"stop":1726217656061,"duration":0}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e8cb6615ac58252","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8e8cb6615ac58252","status":"passed","time":{"start":1726218410953,"stop":1726218410954,"duration":1}},{"uid":"75697fa2b43ab00","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/75697fa2b43ab00","status":"passed","time":{"start":1726218315928,"stop":1726218315928,"duration":0}},{"uid":"4067cf34d373ec31","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4067cf34d373ec31","status":"passed","time":{"start":1726217577134,"stop":1726217577136,"duration":2}},{"uid":"46ffe0895a62da73","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/46ffe0895a62da73","status":"passed","time":{"start":1726217509412,"stop":1726217509413,"duration":1}}]},"021ddf29f2e20f536efa597d36c69f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"930eca53a6c593d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/930eca53a6c593d","status":"passed","time":{"start":1726218673564,"stop":1726218673564,"duration":0}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a7ba43ac4d583af","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a7ba43ac4d583af","status":"passed","time":{"start":1726218812477,"stop":1726218812478,"duration":1}},{"uid":"4ebc27f209cdc742","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4ebc27f209cdc742","status":"passed","time":{"start":1726218708455,"stop":1726218708456,"duration":1}},{"uid":"1564355301325361","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1564355301325361","status":"passed","time":{"start":1726217980053,"stop":1726217980054,"duration":1}},{"uid":"8a6a33f24f4f6c07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8a6a33f24f4f6c07","status":"passed","time":{"start":1726217896508,"stop":1726217896508,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"707d97b279ffa5c0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/707d97b279ffa5c0","status":"passed","time":{"start":1726218291661,"stop":1726218291661,"duration":0}},{"uid":"1ad0f44342bb3168","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1ad0f44342bb3168","status":"passed","time":{"start":1726218196999,"stop":1726218196999,"duration":0}},{"uid":"a52ccb718adb577a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a52ccb718adb577a","status":"passed","time":{"start":1726217450197,"stop":1726217450197,"duration":0}},{"uid":"82f0e54a451727da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/82f0e54a451727da","status":"passed","time":{"start":1726217391848,"stop":1726217391849,"duration":1}}]},"c920e0fed4eb2bed40b99198a5d2ce9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0241118c3bc6332","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a0241118c3bc6332","status":"passed","time":{"start":1726218863178,"stop":1726218863179,"duration":1}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"963bce16e4917ff2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/963bce16e4917ff2","status":"passed","time":{"start":1726218510989,"stop":1726218510989,"duration":0}},{"uid":"a93867212b1fffb6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a93867212b1fffb6","status":"passed","time":{"start":1726218417154,"stop":1726218417155,"duration":1}},{"uid":"8b1b47038ecaf847","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8b1b47038ecaf847","status":"passed","time":{"start":1726217677844,"stop":1726217677844,"duration":0}},{"uid":"cb29388f2a9975cc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cb29388f2a9975cc","status":"passed","time":{"start":1726217616847,"stop":1726217616848,"duration":1}}]},"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"442e4d1e68bb0cc4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/442e4d1e68bb0cc4","status":"passed","time":{"start":1726218283089,"stop":1726218283089,"duration":0}},{"uid":"2329b57a6c27551b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2329b57a6c27551b","status":"passed","time":{"start":1726218188590,"stop":1726218188590,"duration":0}},{"uid":"95f93989ecb90b5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95f93989ecb90b5","status":"passed","time":{"start":1726217441551,"stop":1726217441551,"duration":0}},{"uid":"d16bf38d7cf51735","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d16bf38d7cf51735","status":"passed","time":{"start":1726217383214,"stop":1726217383214,"duration":0}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2caefeca848c4e4d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2caefeca848c4e4d","status":"passed","time":{"start":1726218523011,"stop":1726218523012,"duration":1}},{"uid":"4502a03d1ad637c7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4502a03d1ad637c7","status":"passed","time":{"start":1726218422894,"stop":1726218422895,"duration":1}},{"uid":"72bb661e74770c35","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72bb661e74770c35","status":"passed","time":{"start":1726217687416,"stop":1726217687416,"duration":0}},{"uid":"d1c83df8ca03676c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d1c83df8ca03676c","status":"passed","time":{"start":1726217604480,"stop":1726217604481,"duration":1}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"46bb154674a8ab9f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/46bb154674a8ab9f","status":"passed","time":{"start":1726218806760,"stop":1726218806760,"duration":0}},{"uid":"5209a8cf7eb2c754","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5209a8cf7eb2c754","status":"passed","time":{"start":1726218706741,"stop":1726218706742,"duration":1}},{"uid":"bd15fb2f524ce2c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/bd15fb2f524ce2c","status":"passed","time":{"start":1726217976607,"stop":1726217976608,"duration":1}},{"uid":"6005e77114cf1ae9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6005e77114cf1ae9","status":"passed","time":{"start":1726217890296,"stop":1726217890297,"duration":1}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3887e3f58a5d3f4e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3887e3f58a5d3f4e","status":"passed","time":{"start":1726218523014,"stop":1726218523014,"duration":0}},{"uid":"7f9f3fc6c438442d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7f9f3fc6c438442d","status":"passed","time":{"start":1726218422896,"stop":1726218422897,"duration":1}},{"uid":"47c004fa0a6df8fb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47c004fa0a6df8fb","status":"passed","time":{"start":1726217687421,"stop":1726217687421,"duration":0}},{"uid":"6a2921fb92be13ad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6a2921fb92be13ad","status":"passed","time":{"start":1726217604488,"stop":1726217604488,"duration":0}}]},"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a33701ae79543e34","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a33701ae79543e34","status":"passed","time":{"start":1726218283103,"stop":1726218283103,"duration":0}},{"uid":"973974f13acf3ddb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/973974f13acf3ddb","status":"passed","time":{"start":1726218188603,"stop":1726218188603,"duration":0}},{"uid":"af0348ae06699822","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af0348ae06699822","status":"passed","time":{"start":1726217441566,"stop":1726217441566,"duration":0}},{"uid":"b720cdd1d400acd6","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b720cdd1d400acd6","status":"passed","time":{"start":1726217383229,"stop":1726217383229,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8b0c253c8b9ce831","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8b0c253c8b9ce831","status":"passed","time":{"start":1726218510970,"stop":1726218510970,"duration":0}},{"uid":"a02a2476d75be331","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a02a2476d75be331","status":"passed","time":{"start":1726218417146,"stop":1726218417147,"duration":1}},{"uid":"e2f9a85bece3da3d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e2f9a85bece3da3d","status":"passed","time":{"start":1726217677792,"stop":1726217677796,"duration":4}},{"uid":"eb4d2e219ed94f94","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/eb4d2e219ed94f94","status":"passed","time":{"start":1726217616838,"stop":1726217616838,"duration":0}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b14e1ea212a311d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b14e1ea212a311d","status":"passed","time":{"start":1726218778194,"stop":1726218778195,"duration":1}},{"uid":"a46a0f9cbcdc6f6a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a46a0f9cbcdc6f6a","status":"passed","time":{"start":1726218673550,"stop":1726218673550,"duration":0}},{"uid":"1a6b29b2737111e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1a6b29b2737111e","status":"passed","time":{"start":1726217946720,"stop":1726217946720,"duration":0}},{"uid":"e6cf251b51164348","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e6cf251b51164348","status":"passed","time":{"start":1726217862773,"stop":1726217862774,"duration":1}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8ec6782034e406ad","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8ec6782034e406ad","status":"passed","time":{"start":1726218375494,"stop":1726218375494,"duration":0}},{"uid":"407fa9cb9e3ec05b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/407fa9cb9e3ec05b","status":"passed","time":{"start":1726218279689,"stop":1726218279691,"duration":2}},{"uid":"577ac696c4909848","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/577ac696c4909848","status":"passed","time":{"start":1726217533047,"stop":1726217533048,"duration":1}},{"uid":"c484e3268d70db49","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c484e3268d70db49","status":"passed","time":{"start":1726217474965,"stop":1726217474966,"duration":1}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"21ea0d4782b9afef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21ea0d4782b9afef","status":"passed","time":{"start":1726218563296,"stop":1726218563297,"duration":1}},{"uid":"f9726ee80248e89d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f9726ee80248e89d","status":"passed","time":{"start":1726218471416,"stop":1726218471416,"duration":0}},{"uid":"c7f9038e88742c57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c7f9038e88742c57","status":"passed","time":{"start":1726217724200,"stop":1726217724201,"duration":1}},{"uid":"4defa2acdc298d89","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4defa2acdc298d89","status":"passed","time":{"start":1726217656057,"stop":1726217656057,"duration":0}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"95fd2ae821f89eba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95fd2ae821f89eba","status":"passed","time":{"start":1726218793429,"stop":1726218793430,"duration":1}},{"uid":"1d3b88ae0ef1e954","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1d3b88ae0ef1e954","status":"passed","time":{"start":1726218722080,"stop":1726218722080,"duration":0}},{"uid":"4d7ae123f4338ed","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4d7ae123f4338ed","status":"passed","time":{"start":1726217978647,"stop":1726217978649,"duration":2}},{"uid":"385ce94a11218f10","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/385ce94a11218f10","status":"passed","time":{"start":1726217893873,"stop":1726217893873,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"956108d6c7f9953c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/956108d6c7f9953c","status":"passed","time":{"start":1726218764112,"stop":1726218764112,"duration":0}},{"uid":"dbb0106f44d5cd78","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/dbb0106f44d5cd78","status":"passed","time":{"start":1726218659026,"stop":1726218659027,"duration":1}},{"uid":"b84068f23fab0ff6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b84068f23fab0ff6","status":"passed","time":{"start":1726217924764,"stop":1726217924764,"duration":0}},{"uid":"f3ebc0755f6e7883","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f3ebc0755f6e7883","status":"passed","time":{"start":1726217840568,"stop":1726217840568,"duration":0}}]},"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"29165dffa2534375","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29165dffa2534375","status":"passed","time":{"start":1726218283096,"stop":1726218283097,"duration":1}},{"uid":"cebcde8eb640a4d4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/cebcde8eb640a4d4","status":"passed","time":{"start":1726218188597,"stop":1726218188597,"duration":0}},{"uid":"2ea281db3267af3c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2ea281db3267af3c","status":"passed","time":{"start":1726217441559,"stop":1726217441559,"duration":0}},{"uid":"ecb8c3f1bdc526fa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ecb8c3f1bdc526fa","status":"passed","time":{"start":1726217383221,"stop":1726217383221,"duration":0}}]},"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fb7925ccf6ae0157","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fb7925ccf6ae0157","status":"passed","time":{"start":1726218283084,"stop":1726218283084,"duration":0}},{"uid":"493d2b4996776e26","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/493d2b4996776e26","status":"passed","time":{"start":1726218188586,"stop":1726218188586,"duration":0}},{"uid":"6654d981dba407c0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6654d981dba407c0","status":"passed","time":{"start":1726217441546,"stop":1726217441546,"duration":0}},{"uid":"624bfe635811c2e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/624bfe635811c2e7","status":"passed","time":{"start":1726217383209,"stop":1726217383209,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0ffbfa562b572e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f0ffbfa562b572e4","status":"passed","time":{"start":1726218778185,"stop":1726218778187,"duration":2}},{"uid":"a0d24d6ffa1318c1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a0d24d6ffa1318c1","status":"passed","time":{"start":1726218673544,"stop":1726218673545,"duration":1}},{"uid":"823e7ca7805f944d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/823e7ca7805f944d","status":"passed","time":{"start":1726217946677,"stop":1726217946677,"duration":0}},{"uid":"1c46ed9eb674b2d5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1c46ed9eb674b2d5","status":"passed","time":{"start":1726217862769,"stop":1726217862769,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2bbc30f1861c5a1f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2bbc30f1861c5a1f","status":"passed","time":{"start":1726218410957,"stop":1726218410957,"duration":0}},{"uid":"a88179589dad5ff5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a88179589dad5ff5","status":"passed","time":{"start":1726218315931,"stop":1726218315931,"duration":0}},{"uid":"1fe906bfbb24e70","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1fe906bfbb24e70","status":"passed","time":{"start":1726217577153,"stop":1726217577155,"duration":2}},{"uid":"e983aa763507345","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e983aa763507345","status":"passed","time":{"start":1726217509424,"stop":1726217509424,"duration":0}}]},"b7297778cb119f49787bc8cdbac5a360:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a532000f3eabde59","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a532000f3eabde59","status":"passed","time":{"start":1726218013725,"stop":1726218013725,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d4e86377be60935d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d4e86377be60935d","status":"passed","time":{"start":1726218806752,"stop":1726218806752,"duration":0}},{"uid":"573bb547b3a99ddd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/573bb547b3a99ddd","status":"passed","time":{"start":1726218706736,"stop":1726218706736,"duration":0}},{"uid":"6ffafc8d8a1c4350","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6ffafc8d8a1c4350","status":"passed","time":{"start":1726217976599,"stop":1726217976599,"duration":0}},{"uid":"33e1413e9af41102","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/33e1413e9af41102","status":"passed","time":{"start":1726217890290,"stop":1726217890291,"duration":1}}]},"28e00b228faded2e7faecef399c0b7ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"387a2fdc99624b2f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/387a2fdc99624b2f","status":"passed","time":{"start":1726217923182,"stop":1726217923182,"duration":0}}]},"9f2f22c2305a3e078a8b45de98ab3373:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"136e7a0b98cd1e3c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/136e7a0b98cd1e3c","status":"passed","time":{"start":1726217952880,"stop":1726217952880,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"984360b0a1525e5d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/984360b0a1525e5d","status":"passed","time":{"start":1726218296786,"stop":1726218296786,"duration":0}},{"uid":"4c736802b29687cd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4c736802b29687cd","status":"passed","time":{"start":1726218201913,"stop":1726218201913,"duration":0}},{"uid":"c3f547d681a86a95","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c3f547d681a86a95","status":"passed","time":{"start":1726217455153,"stop":1726217455154,"duration":1}},{"uid":"8be712014c9bcc76","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8be712014c9bcc76","status":"passed","time":{"start":1726217396842,"stop":1726217396842,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"535ff8ea095a5e3d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/535ff8ea095a5e3d","status":"passed","time":{"start":1726218764108,"stop":1726218764108,"duration":0}},{"uid":"204f7ab14514c760","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/204f7ab14514c760","status":"passed","time":{"start":1726218659022,"stop":1726218659022,"duration":0}},{"uid":"211400f5887a7683","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/211400f5887a7683","status":"passed","time":{"start":1726217924754,"stop":1726217924755,"duration":1}},{"uid":"1a79e401045c9cd7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1a79e401045c9cd7","status":"passed","time":{"start":1726217840559,"stop":1726217840559,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e62d5bd582ce8d02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e62d5bd582ce8d02","status":"passed","time":{"start":1726218791622,"stop":1726218791622,"duration":0}},{"uid":"2f020ff3bf8d394","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2f020ff3bf8d394","status":"passed","time":{"start":1726218683564,"stop":1726218683565,"duration":1}},{"uid":"a42c67f43b954f20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a42c67f43b954f20","status":"passed","time":{"start":1726217949325,"stop":1726217949325,"duration":0}},{"uid":"c4f82f5d1b0948bc","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c4f82f5d1b0948bc","status":"passed","time":{"start":1726217865170,"stop":1726217865171,"duration":1}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b1dba01c6d98e04","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4b1dba01c6d98e04","status":"passed","time":{"start":1726218296385,"stop":1726218296385,"duration":0}},{"uid":"65f7574486bc23aa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/65f7574486bc23aa","status":"passed","time":{"start":1726218201684,"stop":1726218201685,"duration":1}},{"uid":"9103ba8e59f9d0b0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9103ba8e59f9d0b0","status":"passed","time":{"start":1726217454965,"stop":1726217454965,"duration":0}},{"uid":"6ef318248de8f98c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6ef318248de8f98c","status":"passed","time":{"start":1726217396431,"stop":1726217396432,"duration":1}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e82c497fda57d01c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e82c497fda57d01c","status":"passed","time":{"start":1726218812475,"stop":1726218812475,"duration":0}},{"uid":"ad8973fb82528dd5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ad8973fb82528dd5","status":"passed","time":{"start":1726218708395,"stop":1726218708413,"duration":18}},{"uid":"e671cdb7d273dd53","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e671cdb7d273dd53","status":"passed","time":{"start":1726217980050,"stop":1726217980051,"duration":1}},{"uid":"80c43ff22d15057a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/80c43ff22d15057a","status":"passed","time":{"start":1726217896504,"stop":1726217896505,"duration":1}}]},"60e1b793627ee506f7b1ccccc216151a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f20d8beef3b9bc55","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f20d8beef3b9bc55","status":"passed","time":{"start":1726217923180,"stop":1726217923180,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1aa1f33b1641a8a4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1aa1f33b1641a8a4","status":"passed","time":{"start":1726218375492,"stop":1726218375493,"duration":1}},{"uid":"32f4751e790ffea4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/32f4751e790ffea4","status":"passed","time":{"start":1726218279687,"stop":1726218279688,"duration":1}},{"uid":"109a3964ca955f24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/109a3964ca955f24","status":"passed","time":{"start":1726217533047,"stop":1726217533047,"duration":0}},{"uid":"39368d50ce8e8ddd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39368d50ce8e8ddd","status":"passed","time":{"start":1726217474964,"stop":1726217474965,"duration":1}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"ac7affc6087430f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ac7affc6087430f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218812469,"stop":1726218812470,"duration":1}},{"uid":"e5437062e980bfc0","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e5437062e980bfc0","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218708392,"stop":1726218708393,"duration":1}},{"uid":"576b67030db7bb98","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/576b67030db7bb98","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217980038,"stop":1726217980038,"duration":0}},{"uid":"1196fc98124c7e50","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1196fc98124c7e50","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217896500,"stop":1726217896500,"duration":0}}]},"c8e543bcdc4acb5444818c30c1f5f9ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c278ab2c3c3fca03","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c278ab2c3c3fca03","status":"passed","time":{"start":1726218765878,"stop":1726218765879,"duration":1}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f3739f783287e1b3","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f3739f783287e1b3","status":"passed","time":{"start":1726218886391,"stop":1726218886391,"duration":0}},{"uid":"29d92f7922b36a03","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/29d92f7922b36a03","status":"passed","time":{"start":1726218791846,"stop":1726218791846,"duration":0}},{"uid":"d8dc3fa14fc34a24","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d8dc3fa14fc34a24","status":"passed","time":{"start":1726218054683,"stop":1726218054684,"duration":1}},{"uid":"cc2c31c7cf59cfd3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cc2c31c7cf59cfd3","status":"passed","time":{"start":1726217965430,"stop":1726217965431,"duration":1}}]},"0e65024574e801a9619eb7ccb5bda84f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"49259250f07a1e1e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/49259250f07a1e1e","status":"passed","time":{"start":1726218510984,"stop":1726218510987,"duration":3}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"931d0150e1bf0c7e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/931d0150e1bf0c7e","status":"passed","time":{"start":1726218291671,"stop":1726218291671,"duration":0}},{"uid":"eae25a2482b6619e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/eae25a2482b6619e","status":"passed","time":{"start":1726218197009,"stop":1726218197010,"duration":1}},{"uid":"c496f72c7203b02b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c496f72c7203b02b","status":"passed","time":{"start":1726217450208,"stop":1726217450208,"duration":0}},{"uid":"b1434bbb1f503bfa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1434bbb1f503bfa","status":"passed","time":{"start":1726217391860,"stop":1726217391860,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c58010ac28ca13f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c58010ac28ca13f1","status":"passed","time":{"start":1726218551468,"stop":1726218551468,"duration":0}},{"uid":"946589eea58d8ff8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/946589eea58d8ff8","status":"passed","time":{"start":1726218459522,"stop":1726218459523,"duration":1}},{"uid":"e046b18e4b9b75eb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e046b18e4b9b75eb","status":"passed","time":{"start":1726217705987,"stop":1726217705988,"duration":1}},{"uid":"f4f0c7a743c44d38","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f4f0c7a743c44d38","status":"passed","time":{"start":1726217650745,"stop":1726217650746,"duration":1}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6d61330a9158f738","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d61330a9158f738","status":"passed","time":{"start":1726218812478,"stop":1726218812481,"duration":3}},{"uid":"c5e140f8a63b9ef","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c5e140f8a63b9ef","status":"passed","time":{"start":1726218708458,"stop":1726218708458,"duration":0}},{"uid":"12708546cdcbaea6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/12708546cdcbaea6","status":"passed","time":{"start":1726217980054,"stop":1726217980055,"duration":1}},{"uid":"b1782bfd3f9c4eb4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1782bfd3f9c4eb4","status":"passed","time":{"start":1726217896509,"stop":1726217896509,"duration":0}}]},"f2c3f586276f57850f30072ab2a59515:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70177625bd3bac53","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/70177625bd3bac53","status":"passed","time":{"start":1726218765876,"stop":1726218765877,"duration":1}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8fd2716faba41796","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8fd2716faba41796","status":"passed","time":{"start":1726218793432,"stop":1726218793433,"duration":1}},{"uid":"bbb313232bc1ec14","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bbb313232bc1ec14","status":"passed","time":{"start":1726218722081,"stop":1726218722081,"duration":0}},{"uid":"f8a8d04095de31cb","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8a8d04095de31cb","status":"passed","time":{"start":1726217978650,"stop":1726217978650,"duration":0}},{"uid":"7cf0a25fccb1417a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7cf0a25fccb1417a","status":"passed","time":{"start":1726217893873,"stop":1726217893874,"duration":1}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"667597201fc36399","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/667597201fc36399","status":"passed","time":{"start":1726218382082,"stop":1726218382083,"duration":1}},{"uid":"d29d6d80a48f4f05","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d29d6d80a48f4f05","status":"passed","time":{"start":1726218287815,"stop":1726218287815,"duration":0}},{"uid":"44eae3fc6d0c681c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/44eae3fc6d0c681c","status":"passed","time":{"start":1726217549453,"stop":1726217549453,"duration":0}},{"uid":"a7a1760b0a8672c3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a7a1760b0a8672c3","status":"passed","time":{"start":1726217491290,"stop":1726217491290,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1203dd6f46a5a9b9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1203dd6f46a5a9b9","status":"passed","time":{"start":1726218926396,"stop":1726218926396,"duration":0}},{"uid":"75c22e2f1c1d5dae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/75c22e2f1c1d5dae","status":"passed","time":{"start":1726218833197,"stop":1726218833198,"duration":1}},{"uid":"c5385358797e053e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5385358797e053e","status":"passed","time":{"start":1726218095392,"stop":1726218095393,"duration":1}},{"uid":"bad04791faf1f8e7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bad04791faf1f8e7","status":"passed","time":{"start":1726218006961,"stop":1726218006961,"duration":0}}]},"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7731a62b40f6539c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7731a62b40f6539c","status":"passed","time":{"start":1726218851925,"stop":1726218851926,"duration":1}},{"uid":"241875bd455ef0b6","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/241875bd455ef0b6","status":"passed","time":{"start":1726218761852,"stop":1726218761852,"duration":0}},{"uid":"a6f574173d8b143e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a6f574173d8b143e","status":"passed","time":{"start":1726218020458,"stop":1726218020459,"duration":1}},{"uid":"f58a238233213e7c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f58a238233213e7c","status":"passed","time":{"start":1726217934116,"stop":1726217934116,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"abe09ce20c4fce8f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/abe09ce20c4fce8f","status":"passed","time":{"start":1726218764111,"stop":1726218764111,"duration":0}},{"uid":"9312515a66c2125d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9312515a66c2125d","status":"passed","time":{"start":1726218659025,"stop":1726218659025,"duration":0}},{"uid":"c9aa0eb57ad99464","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c9aa0eb57ad99464","status":"passed","time":{"start":1726217924763,"stop":1726217924763,"duration":0}},{"uid":"a1a89c59a8225c74","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a1a89c59a8225c74","status":"passed","time":{"start":1726217840567,"stop":1726217840567,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6440c79b717e446e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6440c79b717e446e","status":"passed","time":{"start":1726218651433,"stop":1726218651434,"duration":1}},{"uid":"e062a0ba9ee8eb49","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e062a0ba9ee8eb49","status":"passed","time":{"start":1726218550306,"stop":1726218550311,"duration":5}},{"uid":"577d3f0ec67fefa7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/577d3f0ec67fefa7","status":"passed","time":{"start":1726217804645,"stop":1726217804646,"duration":1}},{"uid":"2f5887b94027987a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f5887b94027987a","status":"passed","time":{"start":1726217734028,"stop":1726217734029,"duration":1}}]},"d59803a32195ca01a66da1e9c8ad4d2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9ad2d5a74daa8e20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9ad2d5a74daa8e20","status":"passed","time":{"start":1726218669773,"stop":1726218669773,"duration":0}},{"uid":"2351b7934fc46997","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2351b7934fc46997","status":"passed","time":{"start":1726218612963,"stop":1726218612963,"duration":0}},{"uid":"eea280ce78bad141","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eea280ce78bad141","status":"passed","time":{"start":1726217868235,"stop":1726217868236,"duration":1}},{"uid":"2da7be4a86d55835","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2da7be4a86d55835","status":"passed","time":{"start":1726217785169,"stop":1726217785170,"duration":1}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e841201c8c73b06d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e841201c8c73b06d","status":"passed","time":{"start":1726218551481,"stop":1726218551482,"duration":1}},{"uid":"c4cc522a05931ea7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c4cc522a05931ea7","status":"passed","time":{"start":1726218459532,"stop":1726218459534,"duration":2}},{"uid":"fee230f6a1feb1de","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fee230f6a1feb1de","status":"passed","time":{"start":1726217706000,"stop":1726217706000,"duration":0}},{"uid":"5e118cc905d3122c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5e118cc905d3122c","status":"passed","time":{"start":1726217650754,"stop":1726217650756,"duration":2}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dc7595f2dc0f2656","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dc7595f2dc0f2656","status":"passed","time":{"start":1726218551480,"stop":1726218551481,"duration":1}},{"uid":"5f7a39deb2473a32","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5f7a39deb2473a32","status":"passed","time":{"start":1726218459532,"stop":1726218459532,"duration":0}},{"uid":"c48511aa87b2a0ba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c48511aa87b2a0ba","status":"passed","time":{"start":1726217705998,"stop":1726217705999,"duration":1}},{"uid":"ff96edc0be5665c7","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ff96edc0be5665c7","status":"passed","time":{"start":1726217650754,"stop":1726217650754,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"37e7b98ff53b561b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/37e7b98ff53b561b","status":"passed","time":{"start":1726218291658,"stop":1726218291659,"duration":1}},{"uid":"82352953b8d98362","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/82352953b8d98362","status":"passed","time":{"start":1726218196997,"stop":1726218196997,"duration":0}},{"uid":"eed9fd3f4e271512","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/eed9fd3f4e271512","status":"passed","time":{"start":1726217450194,"stop":1726217450195,"duration":1}},{"uid":"e4c2ea4663efaacf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/e4c2ea4663efaacf","status":"passed","time":{"start":1726217391846,"stop":1726217391847,"duration":1}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c519bf1090181949","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c519bf1090181949","status":"passed","time":{"start":1726218283106,"stop":1726218283107,"duration":1}},{"uid":"fd29773dadb5a934","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fd29773dadb5a934","status":"passed","time":{"start":1726218188644,"stop":1726218188644,"duration":0}},{"uid":"b8ba4c51a8218f92","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b8ba4c51a8218f92","status":"passed","time":{"start":1726217441571,"stop":1726217441571,"duration":0}},{"uid":"429f19685465797a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/429f19685465797a","status":"passed","time":{"start":1726217383355,"stop":1726217383355,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"68339af2b34ebf50","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/68339af2b34ebf50","status":"passed","time":{"start":1726218903390,"stop":1726218903391,"duration":1}},{"uid":"853dde8c6aacdce3","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/853dde8c6aacdce3","status":"passed","time":{"start":1726218807898,"stop":1726218807899,"duration":1}},{"uid":"9fa9f67396f2c939","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/9fa9f67396f2c939","status":"passed","time":{"start":1726218061971,"stop":1726218061974,"duration":3}},{"uid":"a54276e21aeee0b9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a54276e21aeee0b9","status":"passed","time":{"start":1726217984931,"stop":1726217984932,"duration":1}}]},"fec0b1331f12d636a105f3d1d6c324a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"87dc81dded3591cc","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/87dc81dded3591cc","status":"passed","time":{"start":1726218748391,"stop":1726218748391,"duration":0}}]},"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"14caa117ed72cab5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/14caa117ed72cab5","status":"passed","time":{"start":1726218689329,"stop":1726218689329,"duration":0}},{"uid":"c81735f6fc3768de","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c81735f6fc3768de","status":"passed","time":{"start":1726218613307,"stop":1726218613307,"duration":0}},{"uid":"d6e7f3d31d0be7a8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d6e7f3d31d0be7a8","status":"passed","time":{"start":1726217868893,"stop":1726217868894,"duration":1}},{"uid":"c07ceee06caf5d4c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c07ceee06caf5d4c","status":"passed","time":{"start":1726217785442,"stop":1726217785442,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e2142edc0914b7","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e2142edc0914b7","status":"passed","time":{"start":1726218778284,"stop":1726218778284,"duration":0}},{"uid":"79f7a82cbb5fc50f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79f7a82cbb5fc50f","status":"passed","time":{"start":1726218673561,"stop":1726218673561,"duration":0}},{"uid":"53bbf43931b3a13e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/53bbf43931b3a13e","status":"passed","time":{"start":1726217946740,"stop":1726217946740,"duration":0}},{"uid":"416e571313eb21dd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/416e571313eb21dd","status":"passed","time":{"start":1726217862789,"stop":1726217862790,"duration":1}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1e8a651880521a01","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1e8a651880521a01","status":"passed","time":{"start":1726218455969,"stop":1726218455969,"duration":0}},{"uid":"810538ca13bf3c73","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/810538ca13bf3c73","status":"passed","time":{"start":1726218357623,"stop":1726218357623,"duration":0}},{"uid":"2a503b6eb9914d20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2a503b6eb9914d20","status":"passed","time":{"start":1726217608002,"stop":1726217608002,"duration":0}},{"uid":"cfa12b8d82ea8213","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/cfa12b8d82ea8213","status":"passed","time":{"start":1726217547143,"stop":1726217547143,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"29ed9c662df66fd5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/29ed9c662df66fd5","status":"passed","time":{"start":1726218879288,"stop":1726218879288,"duration":0}},{"uid":"a8942c01536346d8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a8942c01536346d8","status":"passed","time":{"start":1726218787572,"stop":1726218787573,"duration":1}},{"uid":"846f49de92e30ab6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/846f49de92e30ab6","status":"passed","time":{"start":1726218066275,"stop":1726218066275,"duration":0}},{"uid":"c3cc7a7f1a50d5d0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c3cc7a7f1a50d5d0","status":"passed","time":{"start":1726217965298,"stop":1726217965298,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9c25c94dbd769c9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e9c25c94dbd769c9","status":"passed","time":{"start":1726218764111,"stop":1726218764111,"duration":0}},{"uid":"c7960b2e23ba8ca8","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c7960b2e23ba8ca8","status":"passed","time":{"start":1726218659026,"stop":1726218659026,"duration":0}},{"uid":"42dec1fcd0756e39","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42dec1fcd0756e39","status":"passed","time":{"start":1726217924764,"stop":1726217924764,"duration":0}},{"uid":"c77c1d204f13bcbf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c77c1d204f13bcbf","status":"passed","time":{"start":1726217840567,"stop":1726217840568,"duration":1}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7998b9ee7532984b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7998b9ee7532984b","status":"passed","time":{"start":1726218879340,"stop":1726218879341,"duration":1}},{"uid":"6bd0e6d00788536a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6bd0e6d00788536a","status":"passed","time":{"start":1726218787586,"stop":1726218787587,"duration":1}},{"uid":"37ad5ce9bcc2a248","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/37ad5ce9bcc2a248","status":"passed","time":{"start":1726218066298,"stop":1726218066298,"duration":0}},{"uid":"17f127d3cbcdba79","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/17f127d3cbcdba79","status":"passed","time":{"start":1726217965318,"stop":1726217965318,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8dfb836e329d14e1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8dfb836e329d14e1","status":"passed","time":{"start":1726218291658,"stop":1726218291658,"duration":0}},{"uid":"e589d1b2a9bd6e01","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e589d1b2a9bd6e01","status":"passed","time":{"start":1726218196996,"stop":1726218196996,"duration":0}},{"uid":"1e068615d258f85d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1e068615d258f85d","status":"passed","time":{"start":1726217450194,"stop":1726217450194,"duration":0}},{"uid":"c2f946a7d817e89f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c2f946a7d817e89f","status":"passed","time":{"start":1726217391846,"stop":1726217391846,"duration":0}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"42488ac0a4c8f05d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/42488ac0a4c8f05d","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218764451,"stop":1726218764451,"duration":0}},{"uid":"f1e23d6c26f9ae5e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f1e23d6c26f9ae5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1726218659234,"stop":1726218659234,"duration":0}},{"uid":"817f965bdef4407f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/817f965bdef4407f","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217925015,"stop":1726217925015,"duration":0}},{"uid":"411eecba8399d1b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/411eecba8399d1b5","status":"skipped","statusDetails":"Test ignored","time":{"start":1726217840807,"stop":1726217840807,"duration":0}}]},"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c65248be57fd159d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c65248be57fd159d","status":"passed","time":{"start":1726218885490,"stop":1726218885490,"duration":0}},{"uid":"86bfddeb86037ea7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/86bfddeb86037ea7","status":"passed","time":{"start":1726218803162,"stop":1726218803162,"duration":0}},{"uid":"7eb4fc37ed00550d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7eb4fc37ed00550d","status":"passed","time":{"start":1726218063114,"stop":1726218063114,"duration":0}},{"uid":"662e25fc93663f58","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/662e25fc93663f58","status":"passed","time":{"start":1726217974423,"stop":1726217974424,"duration":1}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"224a81e76873dffd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/224a81e76873dffd","status":"passed","time":{"start":1726218879318,"stop":1726218879320,"duration":2}},{"uid":"7787eabe31f0f5dd","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7787eabe31f0f5dd","status":"passed","time":{"start":1726218787578,"stop":1726218787578,"duration":0}},{"uid":"560149277e959387","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/560149277e959387","status":"passed","time":{"start":1726218066281,"stop":1726218066281,"duration":0}},{"uid":"ba8925d05b6c516b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba8925d05b6c516b","status":"passed","time":{"start":1726217965304,"stop":1726217965307,"duration":3}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"681e53653698700f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/681e53653698700f","status":"passed","time":{"start":1726218510970,"stop":1726218510971,"duration":1}},{"uid":"d4eb4deb1b4c23a1","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d4eb4deb1b4c23a1","status":"passed","time":{"start":1726218417147,"stop":1726218417147,"duration":0}},{"uid":"a415ec338168a68","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a415ec338168a68","status":"passed","time":{"start":1726217677797,"stop":1726217677799,"duration":2}},{"uid":"33ac1f45d15bd6fa","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/33ac1f45d15bd6fa","status":"passed","time":{"start":1726217616838,"stop":1726217616838,"duration":0}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ef9020a16e3ff4f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef9020a16e3ff4f8","status":"passed","time":{"start":1726218851924,"stop":1726218851924,"duration":0}},{"uid":"7e66d71e10ef0514","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7e66d71e10ef0514","status":"passed","time":{"start":1726218761850,"stop":1726218761851,"duration":1}},{"uid":"97e00203451e4ee0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/97e00203451e4ee0","status":"passed","time":{"start":1726218020455,"stop":1726218020456,"duration":1}},{"uid":"475055d7cdd4f70d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/475055d7cdd4f70d","status":"passed","time":{"start":1726217934113,"stop":1726217934115,"duration":2}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"95ca8082657bb408","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/95ca8082657bb408","status":"passed","time":{"start":1726218510972,"stop":1726218510972,"duration":0}},{"uid":"63f8adbe7b945b35","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/63f8adbe7b945b35","status":"passed","time":{"start":1726218417148,"stop":1726218417148,"duration":0}},{"uid":"b96d24654ce58053","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b96d24654ce58053","status":"passed","time":{"start":1726217677812,"stop":1726217677813,"duration":1}},{"uid":"640e15eaca403fad","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/640e15eaca403fad","status":"passed","time":{"start":1726217616840,"stop":1726217616840,"duration":0}}]},"7d85d352846f65cadcd2aaa503ad70aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcbf39b2cc90112b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bcbf39b2cc90112b","status":"passed","time":{"start":1726217952884,"stop":1726217952884,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ef0a83fcfb23aedf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ef0a83fcfb23aedf","status":"passed","time":{"start":1726218344914,"stop":1726218344915,"duration":1}},{"uid":"e736c573eaee734c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e736c573eaee734c","status":"passed","time":{"start":1726218249120,"stop":1726218249121,"duration":1}},{"uid":"39274eefaa536eba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/39274eefaa536eba","status":"passed","time":{"start":1726217503859,"stop":1726217503859,"duration":0}},{"uid":"43835375cc70bdcd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/43835375cc70bdcd","status":"passed","time":{"start":1726217442598,"stop":1726217442598,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cb589df37055047b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cb589df37055047b","status":"passed","time":{"start":1726218412656,"stop":1726218412657,"duration":1}},{"uid":"44bbae43a70e6fc4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/44bbae43a70e6fc4","status":"passed","time":{"start":1726218318090,"stop":1726218318090,"duration":0}},{"uid":"6d5b47aded166552","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6d5b47aded166552","status":"passed","time":{"start":1726217567474,"stop":1726217567474,"duration":0}},{"uid":"15a35ad8c1dc73f0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/15a35ad8c1dc73f0","status":"passed","time":{"start":1726217508420,"stop":1726217508420,"duration":0}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4831bf8be021a99d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4831bf8be021a99d","status":"passed","time":{"start":1726218886396,"stop":1726218886396,"duration":0}},{"uid":"6948d33ea4a06750","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6948d33ea4a06750","status":"passed","time":{"start":1726218791849,"stop":1726218791849,"duration":0}},{"uid":"af79f35314395695","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af79f35314395695","status":"passed","time":{"start":1726218054699,"stop":1726218054700,"duration":1}},{"uid":"1b18522081d91900","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1b18522081d91900","status":"passed","time":{"start":1726217965433,"stop":1726217965433,"duration":0}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"30f21201776bf25f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/30f21201776bf25f","status":"passed","time":{"start":1726218863022,"stop":1726218863027,"duration":5}},{"uid":"5e95c212fe0fbea","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5e95c212fe0fbea","status":"passed","time":{"start":1726218781388,"stop":1726218781388,"duration":0}},{"uid":"48a92568d4185240","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/48a92568d4185240","status":"passed","time":{"start":1726218013712,"stop":1726218013715,"duration":3}},{"uid":"b429f96f1f614cbf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b429f96f1f614cbf","status":"passed","time":{"start":1726217945336,"stop":1726217945336,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"720449b875078c85","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/720449b875078c85","status":"passed","time":{"start":1726218346773,"stop":1726218346774,"duration":1}},{"uid":"89f9bd0aa90710c4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/89f9bd0aa90710c4","status":"passed","time":{"start":1726218251125,"stop":1726218251126,"duration":1}},{"uid":"5a71615e25f1b249","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5a71615e25f1b249","status":"passed","time":{"start":1726217503656,"stop":1726217503656,"duration":0}},{"uid":"c0bc33eff040ca11","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/c0bc33eff040ca11","status":"passed","time":{"start":1726217444759,"stop":1726217444760,"duration":1}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1fb2bf7d5900190e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1fb2bf7d5900190e","status":"passed","time":{"start":1726218510982,"stop":1726218510982,"duration":0}},{"uid":"f5c200e25deb505b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/f5c200e25deb505b","status":"passed","time":{"start":1726218417151,"stop":1726218417151,"duration":0}},{"uid":"ce59ddecf13507d5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ce59ddecf13507d5","status":"passed","time":{"start":1726217677825,"stop":1726217677826,"duration":1}},{"uid":"a5a4ea136a69f4f4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a5a4ea136a69f4f4","status":"passed","time":{"start":1726217616844,"stop":1726217616844,"duration":0}}]},"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d30510fd52f60d39","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d30510fd52f60d39","status":"passed","time":{"start":1726218283099,"stop":1726218283099,"duration":0}},{"uid":"193048d2e53d675b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/193048d2e53d675b","status":"passed","time":{"start":1726218188599,"stop":1726218188599,"duration":0}},{"uid":"cb08c5a6f6db0f02","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/cb08c5a6f6db0f02","status":"passed","time":{"start":1726217441561,"stop":1726217441561,"duration":0}},{"uid":"a4fd4854ef642b07","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a4fd4854ef642b07","status":"passed","time":{"start":1726217383223,"stop":1726217383224,"duration":1}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"33ef4c9801e0a51d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/33ef4c9801e0a51d","status":"passed","time":{"start":1726218778227,"stop":1726218778231,"duration":4}},{"uid":"7679673981e5ba08","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7679673981e5ba08","status":"passed","time":{"start":1726218673556,"stop":1726218673557,"duration":1}},{"uid":"63d86311cdb44ca9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/63d86311cdb44ca9","status":"passed","time":{"start":1726217946724,"stop":1726217946725,"duration":1}},{"uid":"243d1c4aa1924529","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/243d1c4aa1924529","status":"passed","time":{"start":1726217862781,"stop":1726217862781,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5d40a6e80470af0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5d40a6e80470af0","status":"passed","time":{"start":1726218291080,"stop":1726218291081,"duration":1}},{"uid":"da7e08d40449ae4a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/da7e08d40449ae4a","status":"passed","time":{"start":1726218196346,"stop":1726218196347,"duration":1}},{"uid":"dd3c2fc884ddc6cf","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd3c2fc884ddc6cf","status":"passed","time":{"start":1726217449477,"stop":1726217449478,"duration":1}},{"uid":"943f1169c3e6538","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/943f1169c3e6538","status":"passed","time":{"start":1726217391250,"stop":1726217391251,"duration":1}}]},"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"38771a52fe4c1f65","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/38771a52fe4c1f65","status":"passed","time":{"start":1726218283095,"stop":1726218283095,"duration":0}},{"uid":"8cf3c9ec695874ca","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/8cf3c9ec695874ca","status":"passed","time":{"start":1726218188596,"stop":1726218188596,"duration":0}},{"uid":"19980c71b7d1635c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/19980c71b7d1635c","status":"passed","time":{"start":1726217441557,"stop":1726217441557,"duration":0}},{"uid":"a732078360d2600a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a732078360d2600a","status":"passed","time":{"start":1726217383220,"stop":1726217383220,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5bddcdba3a462e9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5bddcdba3a462e9","status":"passed","time":{"start":1726218886393,"stop":1726218886395,"duration":2}},{"uid":"9b58a6e765a85fae","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9b58a6e765a85fae","status":"passed","time":{"start":1726218791848,"stop":1726218791848,"duration":0}},{"uid":"762bb0d9e02daf8a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/762bb0d9e02daf8a","status":"passed","time":{"start":1726218054693,"stop":1726218054693,"duration":0}},{"uid":"6641551754f94d92","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6641551754f94d92","status":"passed","time":{"start":1726217965432,"stop":1726217965432,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"146ea6121d55ad75","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/146ea6121d55ad75","status":"passed","time":{"start":1726218551488,"stop":1726218551488,"duration":0}},{"uid":"6c85a5c917dee358","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/6c85a5c917dee358","status":"passed","time":{"start":1726218459537,"stop":1726218459538,"duration":1}},{"uid":"36015ee5684301e4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/36015ee5684301e4","status":"passed","time":{"start":1726217706005,"stop":1726217706006,"duration":1}},{"uid":"f20400e38dded3d8","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f20400e38dded3d8","status":"passed","time":{"start":1726217650762,"stop":1726217650763,"duration":1}}]},"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ec544f86edaed142","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ec544f86edaed142","status":"passed","time":{"start":1726218283077,"stop":1726218283082,"duration":5}},{"uid":"bf70ad88809652de","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf70ad88809652de","status":"passed","time":{"start":1726218188584,"stop":1726218188584,"duration":0}},{"uid":"460e76ec1bf4730f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/460e76ec1bf4730f","status":"passed","time":{"start":1726217441544,"stop":1726217441544,"duration":0}},{"uid":"8c94536b683ed5b5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8c94536b683ed5b5","status":"passed","time":{"start":1726217383207,"stop":1726217383207,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6e788243042e341e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6e788243042e341e","status":"passed","time":{"start":1726218879336,"stop":1726218879336,"duration":0}},{"uid":"9cbf6dd1ebadb5b7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9cbf6dd1ebadb5b7","status":"passed","time":{"start":1726218787584,"stop":1726218787584,"duration":0}},{"uid":"be2c88b74d3d369c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be2c88b74d3d369c","status":"passed","time":{"start":1726218066295,"stop":1726218066295,"duration":0}},{"uid":"1557d944ad6d4b59","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1557d944ad6d4b59","status":"passed","time":{"start":1726217965313,"stop":1726217965313,"duration":0}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9cda4ced405a4a9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e9cda4ced405a4a9","status":"passed","time":{"start":1726218291669,"stop":1726218291669,"duration":0}},{"uid":"5898e82c22fba059","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5898e82c22fba059","status":"passed","time":{"start":1726218197007,"stop":1726218197007,"duration":0}},{"uid":"ba0c4a5480dd5b8d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ba0c4a5480dd5b8d","status":"passed","time":{"start":1726217450206,"stop":1726217450206,"duration":0}},{"uid":"2a896bbbda0b24c0","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2a896bbbda0b24c0","status":"passed","time":{"start":1726217391857,"stop":1726217391858,"duration":1}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"35d66046eb6255f0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/35d66046eb6255f0","status":"passed","time":{"start":1726218523019,"stop":1726218523019,"duration":0}},{"uid":"3e8a360d4e4d1c62","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/3e8a360d4e4d1c62","status":"passed","time":{"start":1726218422903,"stop":1726218422904,"duration":1}},{"uid":"b28609a032130aa1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b28609a032130aa1","status":"passed","time":{"start":1726217687426,"stop":1726217687427,"duration":1}},{"uid":"96a93c7dfd1ba75e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/96a93c7dfd1ba75e","status":"passed","time":{"start":1726217604495,"stop":1726217604496,"duration":1}}]},"70a0f7858bd0c243321cbac92b27d9bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5691568a6136f845","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5691568a6136f845","status":"passed","time":{"start":1726218039628,"stop":1726218039628,"duration":0}}]},"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"116568e226d8328d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/116568e226d8328d","status":"passed","time":{"start":1726218583682,"stop":1726218583683,"duration":1}},{"uid":"85abeca5c7b134c5","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/85abeca5c7b134c5","status":"passed","time":{"start":1726218469207,"stop":1726218469209,"duration":2}},{"uid":"2174e0c19f9071b4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2174e0c19f9071b4","status":"passed","time":{"start":1726217742498,"stop":1726217742500,"duration":2}},{"uid":"3b933a6fde158daf","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3b933a6fde158daf","status":"passed","time":{"start":1726217674285,"stop":1726217674286,"duration":1}}]},"ac392a7fa6b2d2d7a5428995adfd6cbc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"603a5a0e933e2c50","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/603a5a0e933e2c50","status":"passed","time":{"start":1726217862803,"stop":1726217862805,"duration":2}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4771320b2e2c974e","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4771320b2e2c974e","status":"passed","time":{"start":1726218843764,"stop":1726218843764,"duration":0}},{"uid":"4761f5938ddfc1ad","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4761f5938ddfc1ad","status":"passed","time":{"start":1726218748384,"stop":1726218748385,"duration":1}},{"uid":"72a4689f75936f85","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/72a4689f75936f85","status":"passed","time":{"start":1726218011622,"stop":1726218011622,"duration":0}},{"uid":"d303e9ee5e54753e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d303e9ee5e54753e","status":"passed","time":{"start":1726217923176,"stop":1726217923177,"duration":1}}]},"c0fd482aae709c31dfafa7795b78a37d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2da6bc6a56181059","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2da6bc6a56181059","status":"passed","time":{"start":1726218659009,"stop":1726218659010,"duration":1}}]},"96f15e9b62705ac5f60989a19dd87ea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c8a95a638719fe75","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c8a95a638719fe75","status":"passed","time":{"start":1726218669772,"stop":1726218669773,"duration":1}},{"uid":"92884c30b91ca283","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/92884c30b91ca283","status":"passed","time":{"start":1726218612961,"stop":1726218612962,"duration":1}},{"uid":"dd85b3c9e236ae92","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/dd85b3c9e236ae92","status":"passed","time":{"start":1726217868233,"stop":1726217868233,"duration":0}},{"uid":"dcd8acbc085b228b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/dcd8acbc085b228b","status":"passed","time":{"start":1726217785167,"stop":1726217785167,"duration":0}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c111197eafd4e238","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c111197eafd4e238","status":"passed","time":{"start":1726218806758,"stop":1726218806758,"duration":0}},{"uid":"91c5e272853c115e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/91c5e272853c115e","status":"passed","time":{"start":1726218706739,"stop":1726218706740,"duration":1}},{"uid":"394c68283a7a8ff2","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/394c68283a7a8ff2","status":"passed","time":{"start":1726217976603,"stop":1726217976603,"duration":0}},{"uid":"47641b259b8df41c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/47641b259b8df41c","status":"passed","time":{"start":1726217890294,"stop":1726217890295,"duration":1}}]},"9f956e054cca7bcce3966c4689d26f1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"646c5ef349f390a4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/646c5ef349f390a4","status":"passed","time":{"start":1726217945357,"stop":1726217945358,"duration":1}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b1a5a22e87f3879a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b1a5a22e87f3879a","status":"passed","time":{"start":1726218879335,"stop":1726218879335,"duration":0}},{"uid":"36e71919b51b36e4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/36e71919b51b36e4","status":"passed","time":{"start":1726218787583,"stop":1726218787583,"duration":0}},{"uid":"553f079f1ca8818f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/553f079f1ca8818f","status":"passed","time":{"start":1726218066289,"stop":1726218066289,"duration":0}},{"uid":"565556363d3805da","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/565556363d3805da","status":"passed","time":{"start":1726217965312,"stop":1726217965312,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ae8e24c35164dfaa","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae8e24c35164dfaa","status":"passed","time":{"start":1726218304465,"stop":1726218304466,"duration":1}},{"uid":"9383d0e5b2b74b3f","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9383d0e5b2b74b3f","status":"passed","time":{"start":1726218209564,"stop":1726218209564,"duration":0}},{"uid":"15f57851aa315469","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/15f57851aa315469","status":"passed","time":{"start":1726217463039,"stop":1726217463039,"duration":0}},{"uid":"7fad153c2f2df61f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/7fad153c2f2df61f","status":"passed","time":{"start":1726217404606,"stop":1726217404606,"duration":0}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3c567f3b6eeed9c0","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3c567f3b6eeed9c0","status":"passed","time":{"start":1726218812467,"stop":1726218812468,"duration":1}},{"uid":"92a3b7bf6719ea10","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/92a3b7bf6719ea10","status":"passed","time":{"start":1726218708391,"stop":1726218708391,"duration":0}},{"uid":"21f717d2eb9962f1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/21f717d2eb9962f1","status":"passed","time":{"start":1726217980037,"stop":1726217980037,"duration":0}},{"uid":"2eb653165dadfdea","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2eb653165dadfdea","status":"passed","time":{"start":1726217896499,"stop":1726217896499,"duration":0}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b408c3c35b17bb79","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b408c3c35b17bb79","status":"passed","time":{"start":1726218863045,"stop":1726218863047,"duration":2}},{"uid":"4d5cf58b9b9a2983","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4d5cf58b9b9a2983","status":"passed","time":{"start":1726218781392,"stop":1726218781392,"duration":0}},{"uid":"a8451b5b33d83280","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a8451b5b33d83280","status":"passed","time":{"start":1726218013724,"stop":1726218013724,"duration":0}},{"uid":"77a76007c081c8f3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/77a76007c081c8f3","status":"passed","time":{"start":1726217945349,"stop":1726217945349,"duration":0}}]},"dd0974706f15a4474f45c913f44e524e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b2d2c207178d698","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7b2d2c207178d698","status":"passed","time":{"start":1726218781394,"stop":1726218781394,"duration":0}}]},"a3d19f19da4051362689592f6441ffbd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df4f238740304d55","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/df4f238740304d55","status":"passed","time":{"start":1726218843765,"stop":1726218843766,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c867390b75319487","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c867390b75319487","status":"passed","time":{"start":1726218510969,"stop":1726218510969,"duration":0}},{"uid":"4e0795f389800d17","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/4e0795f389800d17","status":"passed","time":{"start":1726218417138,"stop":1726218417145,"duration":7}},{"uid":"f2c89de5fbb24030","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f2c89de5fbb24030","status":"passed","time":{"start":1726217677785,"stop":1726217677791,"duration":6}},{"uid":"6bc90152bc6a633a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6bc90152bc6a633a","status":"passed","time":{"start":1726217616836,"stop":1726217616836,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7c385da43d3b55ef","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7c385da43d3b55ef","status":"passed","time":{"start":1726218863053,"stop":1726218863056,"duration":3}},{"uid":"939b26707314b5fa","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/939b26707314b5fa","status":"passed","time":{"start":1726218781395,"stop":1726218781395,"duration":0}},{"uid":"3b45aff872bd9d10","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3b45aff872bd9d10","status":"passed","time":{"start":1726218013730,"stop":1726218013731,"duration":1}},{"uid":"5f0c46417f55d5f9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5f0c46417f55d5f9","status":"passed","time":{"start":1726217945359,"stop":1726217945359,"duration":0}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f8e3fb5b679c9b3a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8e3fb5b679c9b3a","status":"passed","time":{"start":1726218382077,"stop":1726218382078,"duration":1}},{"uid":"2bdc029b93d7b4b2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/2bdc029b93d7b4b2","status":"passed","time":{"start":1726218287813,"stop":1726218287813,"duration":0}},{"uid":"d95bdd3c5fcc3d8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d95bdd3c5fcc3d8","status":"passed","time":{"start":1726217549450,"stop":1726217549450,"duration":0}},{"uid":"22a1a5797010df2a","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/22a1a5797010df2a","status":"passed","time":{"start":1726217491287,"stop":1726217491288,"duration":1}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b2036469c5a1bba","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4b2036469c5a1bba","status":"passed","time":{"start":1726218917025,"stop":1726218917025,"duration":0}},{"uid":"1d6983a5717a4c1e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1d6983a5717a4c1e","status":"passed","time":{"start":1726218827656,"stop":1726218827656,"duration":0}},{"uid":"59e2028896053828","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/59e2028896053828","status":"passed","time":{"start":1726218090764,"stop":1726218090764,"duration":0}},{"uid":"d7b68e650d8813cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d7b68e650d8813cd","status":"passed","time":{"start":1726217999477,"stop":1726217999477,"duration":0}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"47724909b08677f5","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/47724909b08677f5","status":"passed","time":{"start":1726218879376,"stop":1726218879380,"duration":4}},{"uid":"c928dbc93bd12a12","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c928dbc93bd12a12","status":"passed","time":{"start":1726218787593,"stop":1726218787594,"duration":1}},{"uid":"24f641dc347c7b23","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/24f641dc347c7b23","status":"passed","time":{"start":1726218066316,"stop":1726218066316,"duration":0}},{"uid":"ef14c8527a366cb2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ef14c8527a366cb2","status":"passed","time":{"start":1726217965349,"stop":1726217965349,"duration":0}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5124b8ffe0fbdb7b","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5124b8ffe0fbdb7b","status":"passed","time":{"start":1726218344913,"stop":1726218344914,"duration":1}},{"uid":"1888858eb9c2b814","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/1888858eb9c2b814","status":"passed","time":{"start":1726218249119,"stop":1726218249119,"duration":0}},{"uid":"ae4c010ca52a057","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae4c010ca52a057","status":"passed","time":{"start":1726217503858,"stop":1726217503858,"duration":0}},{"uid":"ba7cb378bb83e7cd","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ba7cb378bb83e7cd","status":"passed","time":{"start":1726217442597,"stop":1726217442597,"duration":0}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"caec25470d773579","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/caec25470d773579","status":"passed","time":{"start":1726218304534,"stop":1726218304534,"duration":0}},{"uid":"20060c908d3e389a","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/20060c908d3e389a","status":"passed","time":{"start":1726218209371,"stop":1726218209372,"duration":1}},{"uid":"f8bed61fc70d46be","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8bed61fc70d46be","status":"passed","time":{"start":1726217462332,"stop":1726217462333,"duration":1}},{"uid":"ee40099dd6ec3846","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/ee40099dd6ec3846","status":"passed","time":{"start":1726217404186,"stop":1726217404186,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"93f3f59f11f1311f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/93f3f59f11f1311f","status":"passed","time":{"start":1726218863005,"stop":1726218863005,"duration":0}},{"uid":"bd82145e78571b32","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bd82145e78571b32","status":"passed","time":{"start":1726218781383,"stop":1726218781383,"duration":0}},{"uid":"fee6e504776f4387","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/fee6e504776f4387","status":"passed","time":{"start":1726218013698,"stop":1726218013698,"duration":0}},{"uid":"523525168b86a996","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/523525168b86a996","status":"passed","time":{"start":1726217945331,"stop":1726217945332,"duration":1}}]},"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d309c12fd2cb7c76","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d309c12fd2cb7c76","status":"passed","time":{"start":1726218283101,"stop":1726218283102,"duration":1}},{"uid":"a6518d156beb7363","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a6518d156beb7363","status":"passed","time":{"start":1726218188601,"stop":1726218188601,"duration":0}},{"uid":"34469831c12b20da","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34469831c12b20da","status":"passed","time":{"start":1726217441564,"stop":1726217441564,"duration":0}},{"uid":"b883be0496a6ab00","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b883be0496a6ab00","status":"passed","time":{"start":1726217383227,"stop":1726217383227,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e3723453c66ff63c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e3723453c66ff63c","status":"passed","time":{"start":1726218764087,"stop":1726218764088,"duration":1}},{"uid":"e4a7e6c813437fa9","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/e4a7e6c813437fa9","status":"passed","time":{"start":1726218659004,"stop":1726218659005,"duration":1}},{"uid":"6aa958d8323dee57","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6aa958d8323dee57","status":"passed","time":{"start":1726217924734,"stop":1726217924734,"duration":0}},{"uid":"b1bbc071fdf70d1b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b1bbc071fdf70d1b","status":"passed","time":{"start":1726217840475,"stop":1726217840475,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"af16f11846fbef17","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af16f11846fbef17","status":"passed","time":{"start":1726218551493,"stop":1726218551493,"duration":0}},{"uid":"750e997b031bf5d2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/750e997b031bf5d2","status":"passed","time":{"start":1726218459540,"stop":1726218459540,"duration":0}},{"uid":"b3c2e11c53c4563","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3c2e11c53c4563","status":"passed","time":{"start":1726217706009,"stop":1726217706009,"duration":0}},{"uid":"427450721688d2ac","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/427450721688d2ac","status":"passed","time":{"start":1726217650771,"stop":1726217650772,"duration":1}}]},"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7b618163cfb6ed0a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/7b618163cfb6ed0a","status":"passed","time":{"start":1726218283094,"stop":1726218283094,"duration":0}},{"uid":"a1724cab886bc8ed","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/a1724cab886bc8ed","status":"passed","time":{"start":1726218188595,"stop":1726218188595,"duration":0}},{"uid":"b19c2b84bd0067f8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b19c2b84bd0067f8","status":"passed","time":{"start":1726217441556,"stop":1726217441556,"duration":0}},{"uid":"b835ad178bb2753c","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/b835ad178bb2753c","status":"passed","time":{"start":1726217383219,"stop":1726217383219,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"35e2ad0ffd61e6a9","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/35e2ad0ffd61e6a9","status":"passed","time":{"start":1726218291667,"stop":1726218291667,"duration":0}},{"uid":"47dab09c6930c972","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/47dab09c6930c972","status":"passed","time":{"start":1726218197006,"stop":1726218197006,"duration":0}},{"uid":"b3bfaf07310f90e6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/b3bfaf07310f90e6","status":"passed","time":{"start":1726217450204,"stop":1726217450204,"duration":0}},{"uid":"92ea33cb90981a21","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/92ea33cb90981a21","status":"passed","time":{"start":1726217391855,"stop":1726217391856,"duration":1}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"67490c33c0312537","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/67490c33c0312537","status":"passed","time":{"start":1726218879286,"stop":1726218879286,"duration":0}},{"uid":"5fc59b6c567fcf3b","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/5fc59b6c567fcf3b","status":"passed","time":{"start":1726218787571,"stop":1726218787571,"duration":0}},{"uid":"f2de25bd91396850","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f2de25bd91396850","status":"passed","time":{"start":1726218066273,"stop":1726218066273,"duration":0}},{"uid":"37c43dc23499bfed","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/37c43dc23499bfed","status":"passed","time":{"start":1726217965295,"stop":1726217965296,"duration":1}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3b45b45986eed455","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/3b45b45986eed455","status":"passed","time":{"start":1726218879288,"stop":1726218879288,"duration":0}},{"uid":"41841d932f268a7","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/41841d932f268a7","status":"passed","time":{"start":1726218787573,"stop":1726218787573,"duration":0}},{"uid":"1980ceed23b18d7c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1980ceed23b18d7c","status":"passed","time":{"start":1726218066275,"stop":1726218066275,"duration":0}},{"uid":"996b3e9130060d82","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/996b3e9130060d82","status":"passed","time":{"start":1726217965299,"stop":1726217965299,"duration":0}}]},"2b1dd4e975806d76599d997e3099ca66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"32f121014bff52c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/32f121014bff52c","status":"passed","time":{"start":1726218669771,"stop":1726218669772,"duration":1}},{"uid":"781bfe5de63f83d4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/781bfe5de63f83d4","status":"passed","time":{"start":1726218612952,"stop":1726218612953,"duration":1}},{"uid":"d776aaeeb51f5624","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d776aaeeb51f5624","status":"passed","time":{"start":1726217868232,"stop":1726217868232,"duration":0}},{"uid":"f2a3055cad5c6c52","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/f2a3055cad5c6c52","status":"passed","time":{"start":1726217785165,"stop":1726217785166,"duration":1}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"529d32a582d345ec","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/529d32a582d345ec","status":"passed","time":{"start":1726218812468,"stop":1726218812468,"duration":0}},{"uid":"fae54075171853ce","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/fae54075171853ce","status":"passed","time":{"start":1726218708392,"stop":1726218708392,"duration":0}},{"uid":"a1bf24b88c56c22f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a1bf24b88c56c22f","status":"passed","time":{"start":1726217980037,"stop":1726217980038,"duration":1}},{"uid":"4dd9dda923e00abe","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/4dd9dda923e00abe","status":"passed","time":{"start":1726217896499,"stop":1726217896500,"duration":1}}]},"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"41b190f6c80d05d4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/41b190f6c80d05d4","status":"passed","time":{"start":1726218283105,"stop":1726218283106,"duration":1}},{"uid":"d690db70ab582a8e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/d690db70ab582a8e","status":"passed","time":{"start":1726218188606,"stop":1726218188606,"duration":0}},{"uid":"2b5c279cd9778fa4","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2b5c279cd9778fa4","status":"passed","time":{"start":1726217441570,"stop":1726217441570,"duration":0}},{"uid":"bedcd7c846b681fb","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bedcd7c846b681fb","status":"passed","time":{"start":1726217383232,"stop":1726217383233,"duration":1}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c7bafc8c0ce29fd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c7bafc8c0ce29fd","status":"passed","time":{"start":1726218335400,"stop":1726218335400,"duration":0}},{"uid":"79dde05063fec527","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/79dde05063fec527","status":"passed","time":{"start":1726218239524,"stop":1726218239525,"duration":1}},{"uid":"f5c38f247a1dd326","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f5c38f247a1dd326","status":"passed","time":{"start":1726217493339,"stop":1726217493339,"duration":0}},{"uid":"41e6f4ed0a483b4d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/41e6f4ed0a483b4d","status":"passed","time":{"start":1726217434834,"stop":1726217434834,"duration":0}}]},"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e531ad16ba5f39b8","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/e531ad16ba5f39b8","status":"passed","time":{"start":1726218283086,"stop":1726218283086,"duration":0}},{"uid":"7ce696f5d7959c78","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/7ce696f5d7959c78","status":"passed","time":{"start":1726218188587,"stop":1726218188588,"duration":1}},{"uid":"8a5c88f1c5b0ac16","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/8a5c88f1c5b0ac16","status":"passed","time":{"start":1726217441548,"stop":1726217441548,"duration":0}},{"uid":"5336729eead1382d","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/5336729eead1382d","status":"passed","time":{"start":1726217383211,"stop":1726217383211,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c279509fd5a114ae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c279509fd5a114ae","status":"passed","time":{"start":1726218902965,"stop":1726218902967,"duration":2}},{"uid":"bc5c137519ba4c13","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bc5c137519ba4c13","status":"passed","time":{"start":1726218814280,"stop":1726218814281,"duration":1}},{"uid":"73ae9231d7b7f2ea","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/73ae9231d7b7f2ea","status":"passed","time":{"start":1726218071323,"stop":1726218071323,"duration":0}},{"uid":"6ffa90e10a45e120","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/6ffa90e10a45e120","status":"passed","time":{"start":1726217984828,"stop":1726217984828,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"af9df56f21f5cb03","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/af9df56f21f5cb03","status":"passed","time":{"start":1726218902982,"stop":1726218902983,"duration":1}},{"uid":"98de0e8b5b161e89","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/98de0e8b5b161e89","status":"passed","time":{"start":1726218814290,"stop":1726218814291,"duration":1}},{"uid":"f8c949295fb171dd","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/f8c949295fb171dd","status":"passed","time":{"start":1726218071325,"stop":1726218071325,"duration":0}},{"uid":"8d243418998fed8e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8d243418998fed8e","status":"passed","time":{"start":1726217984830,"stop":1726217984831,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"67d24d342325b5d6","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/67d24d342325b5d6","status":"passed","time":{"start":1726218563295,"stop":1726218563295,"duration":0}},{"uid":"bf61450e410f2c25","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/bf61450e410f2c25","status":"passed","time":{"start":1726218471414,"stop":1726218471415,"duration":1}},{"uid":"d15ebb9c40f10e66","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/d15ebb9c40f10e66","status":"passed","time":{"start":1726217724199,"stop":1726217724199,"duration":0}},{"uid":"bc04856b5626c3d4","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/bc04856b5626c3d4","status":"passed","time":{"start":1726217656056,"stop":1726217656056,"duration":0}}]},"bc9f1ccc137fb3a34d5a4f8a39d71548:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8993bb265ecf56c5","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/8993bb265ecf56c5","status":"passed","time":{"start":1726217923182,"stop":1726217923182,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"be4d20fe809697d1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/be4d20fe809697d1","status":"passed","time":{"start":1726218956166,"stop":1726218956166,"duration":0}},{"uid":"35b7e7343f01b96c","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/35b7e7343f01b96c","status":"passed","time":{"start":1726218868912,"stop":1726218868912,"duration":0}},{"uid":"1d682ffed4eaeb0a","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1d682ffed4eaeb0a","status":"passed","time":{"start":1726218139624,"stop":1726218139624,"duration":0}},{"uid":"39a58fe703389805","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/39a58fe703389805","status":"passed","time":{"start":1726218051435,"stop":1726218051436,"duration":1}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"673cc6f45d1229df","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/673cc6f45d1229df","status":"passed","time":{"start":1726218903005,"stop":1726218903006,"duration":1}},{"uid":"665bacaf9d1f8492","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/665bacaf9d1f8492","status":"passed","time":{"start":1726218814298,"stop":1726218814299,"duration":1}},{"uid":"656b33108765eb33","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/656b33108765eb33","status":"passed","time":{"start":1726218071349,"stop":1726218071355,"duration":6}},{"uid":"d5356a5fb653719b","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/d5356a5fb653719b","status":"passed","time":{"start":1726217984832,"stop":1726217984832,"duration":0}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"887d32d34f6d85e1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/887d32d34f6d85e1","status":"passed","time":{"start":1726218551484,"stop":1726218551485,"duration":1}},{"uid":"88d98c19b9f0959d","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/88d98c19b9f0959d","status":"passed","time":{"start":1726218459536,"stop":1726218459536,"duration":0}},{"uid":"66fba32ce6b56b18","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/66fba32ce6b56b18","status":"passed","time":{"start":1726217706001,"stop":1726217706002,"duration":1}},{"uid":"38ad529a18e57b3f","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/38ad529a18e57b3f","status":"passed","time":{"start":1726217650760,"stop":1726217650761,"duration":1}}]},"ad0d8047adf331d42bd29a5d874a8b15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"124b23b67895c646","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/124b23b67895c646","status":"passed","time":{"start":1726218843768,"stop":1726218843768,"duration":0}}]},"3e68dda2c50923f5a6ad15ff0a105f99:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2cc78035072cefda","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2cc78035072cefda","status":"passed","time":{"start":1726218843765,"stop":1726218843765,"duration":0}}]},"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6f46be6f6d970a7c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/6f46be6f6d970a7c","status":"passed","time":{"start":1726218283098,"stop":1726218283098,"duration":0}},{"uid":"942f39f0600fba09","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/942f39f0600fba09","status":"passed","time":{"start":1726218188598,"stop":1726218188598,"duration":0}},{"uid":"5945a44bbf5a9154","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/5945a44bbf5a9154","status":"passed","time":{"start":1726217441560,"stop":1726217441560,"duration":0}},{"uid":"a8137ae8619fd051","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/a8137ae8619fd051","status":"passed","time":{"start":1726217383222,"stop":1726217383222,"duration":0}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4da3cca465124c20","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/4da3cca465124c20","status":"passed","time":{"start":1726218308579,"stop":1726218308579,"duration":0}},{"uid":"9814ae131be286bb","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9814ae131be286bb","status":"passed","time":{"start":1726218213405,"stop":1726218213406,"duration":1}},{"uid":"2e56dda219a033fe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/2e56dda219a033fe","status":"passed","time":{"start":1726217466672,"stop":1726217466673,"duration":1}},{"uid":"80dc6d5a1b9fbbf3","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/80dc6d5a1b9fbbf3","status":"passed","time":{"start":1726217408294,"stop":1726217408295,"duration":1}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a901ab6dd6d36afe","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/a901ab6dd6d36afe","status":"passed","time":{"start":1726218510988,"stop":1726218510988,"duration":0}},{"uid":"771034211c2d9177","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/771034211c2d9177","status":"passed","time":{"start":1726218417153,"stop":1726218417153,"duration":0}},{"uid":"1102e1245bfc0d12","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1102e1245bfc0d12","status":"passed","time":{"start":1726217677841,"stop":1726217677842,"duration":1}},{"uid":"657aaa3c304985ae","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/657aaa3c304985ae","status":"passed","time":{"start":1726217616846,"stop":1726217616846,"duration":0}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"729a70bf5dcc58ae","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/729a70bf5dcc58ae","status":"passed","time":{"start":1726218304464,"stop":1726218304465,"duration":1}},{"uid":"373058ef2b2ce42e","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/373058ef2b2ce42e","status":"passed","time":{"start":1726218209564,"stop":1726218209564,"duration":0}},{"uid":"defa396601618ef1","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/defa396601618ef1","status":"passed","time":{"start":1726217463039,"stop":1726217463039,"duration":0}},{"uid":"1c500a8e97405278","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/1c500a8e97405278","status":"passed","time":{"start":1726217404605,"stop":1726217404605,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ae141cb13565e468","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ae141cb13565e468","status":"passed","time":{"start":1726218410954,"stop":1726218410954,"duration":0}},{"uid":"c62e21034b7fb6d4","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/c62e21034b7fb6d4","status":"passed","time":{"start":1726218315928,"stop":1726218315928,"duration":0}},{"uid":"1595ee22a856bad","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/1595ee22a856bad","status":"passed","time":{"start":1726217577137,"stop":1726217577137,"duration":0}},{"uid":"3b22c65b3b6b79b9","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/3b22c65b3b6b79b9","status":"passed","time":{"start":1726217509414,"stop":1726217509415,"duration":1}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"da47ff61da8a8a8c","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/da47ff61da8a8a8c","status":"passed","time":{"start":1726218523006,"stop":1726218523008,"duration":2}},{"uid":"ca7599a3952a7f83","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/ca7599a3952a7f83","status":"passed","time":{"start":1726218422893,"stop":1726218422893,"duration":0}},{"uid":"c5eb38e2a4a1dc3d","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/c5eb38e2a4a1dc3d","status":"passed","time":{"start":1726217687414,"stop":1726217687414,"duration":0}},{"uid":"2f8b97bf65abe550","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/2f8b97bf65abe550","status":"passed","time":{"start":1726217604477,"stop":1726217604478,"duration":1}}]},"5784cade48d6f16c82c3bac5f3b28eb4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"263d169512bd59b2","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/263d169512bd59b2","status":"passed","time":{"start":1726217890297,"stop":1726217890299,"duration":2}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca06e059aece7b1f","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/ca06e059aece7b1f","status":"passed","time":{"start":1726218315164,"stop":1726218315165,"duration":1}},{"uid":"9144d265f6ca42a2","reportUrl":"https://waku-org.github.io/js-waku/7437//#testresult/9144d265f6ca42a2","status":"passed","time":{"start":1726218219852,"stop":1726218219853,"duration":1}},{"uid":"34874ce83d30c413","reportUrl":"https://waku-org.github.io/js-waku/7434//#testresult/34874ce83d30c413","status":"passed","time":{"start":1726217473323,"stop":1726217473323,"duration":0}},{"uid":"9839fcf5f32fa73e","reportUrl":"https://waku-org.github.io/js-waku/7433//#testresult/9839fcf5f32fa73e","status":"passed","time":{"start":1726217414668,"stop":1726217414668,"duration":0}}]}} \ No newline at end of file diff --git a/last-history/retry-trend.json b/last-history/retry-trend.json index c7e1ed2c9a9..d63b8ec01ca 100644 --- a/last-history/retry-trend.json +++ b/last-history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":7437,"reportUrl":"https://waku-org.github.io/js-waku/7437/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7437,"reportUrl":"https://waku-org.github.io/js-waku/7437/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7434,"reportUrl":"https://waku-org.github.io/js-waku/7434/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7433,"reportUrl":"https://waku-org.github.io/js-waku/7433/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7436,"reportUrl":"https://waku-org.github.io/js-waku/7436/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"data":{"run":0,"retry":0}}] \ No newline at end of file